Pull request #2978 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc+67d1a34251aa6315d67009af9685794612423525 (4eeeeb5b9a7e71e0014d71dc0b50e9e29dd7fdcc) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-18247 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc Merge succeeded, producing 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc Checking out Revision 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc (PR-2978) > 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/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc # 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 67d1a34251aa6315d67009af9685794612423525 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.3" > git rev-list --no-walk 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T19:34:39.191Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T19:34:40.715Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T19:34:40.894Z] ========================================================= [2021-01-04T19:34:40.894Z] EdgeX Global Pipelines Version Info [2021-01-04T19:34:40.894Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:34:42.339Z] ------------------- [2021-01-04T19:34:42.339Z] stable info: [2021-01-04T19:34:42.339Z] ------------------- [2021-01-04T19:34:42.339Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T19:34:42.339Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:34:42.339Z] Message: update stable to v1.0.173 [2021-01-04T19:34:43.286Z] ------------------- [2021-01-04T19:34:43.286Z] experimental info: [2021-01-04T19:34:43.286Z] ------------------- [2021-01-04T19:34:43.286Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T19:34:43.286Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:34:43.286Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T19:34:43.548Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T19:34:43.650Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T19:34:43.733Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T19:34:43.829Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T19:34:43.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T19:34:44.041Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T19:34:44.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T19:34:44.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T19:34:44.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T19:34:44.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T19:34:44.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T19:34:44.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T19:34:44.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T19:34:44.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T19:34:44.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T19:34:44.941Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T19:34:45.070Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T19:34:45.157Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T19:34:45.246Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T19:34:45.331Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T19:34:45.415Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T19:34:45.505Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T19:34:45.592Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T19:34:45.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2978 [Pipeline] echo [2021-01-04T19:34:45.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2978 [Pipeline] echo [2021-01-04T19:34:45.883Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2978 [Pipeline] echo [2021-01-04T19:34:45.989Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [Pipeline] echo [2021-01-04T19:34:46.099Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0cc774f [Pipeline] echo [2021-01-04T19:34:46.191Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T19:34:46.357Z] provisioning config files... [2021-01-04T19:34:46.386Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5662634770328411996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:34:46.749Z] ---> docker-login.sh [2021-01-04T19:34:46.753Z] nexus3.edgexfoundry.org:10001 [2021-01-04T19:34:47.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:47.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:47.277Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:47.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:47.277Z] [2021-01-04T19:34:47.277Z] Login Succeeded [2021-01-04T19:34:47.277Z] nexus3.edgexfoundry.org:10002 [2021-01-04T19:34:47.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:47.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:47.277Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:47.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:47.277Z] [2021-01-04T19:34:47.277Z] Login Succeeded [2021-01-04T19:34:47.277Z] nexus3.edgexfoundry.org:10003 [2021-01-04T19:34:47.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:47.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:47.541Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:47.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:47.541Z] [2021-01-04T19:34:47.541Z] Login Succeeded [2021-01-04T19:34:47.541Z] nexus3.edgexfoundry.org:10004 [2021-01-04T19:34:47.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:47.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:47.804Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:47.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:47.804Z] [2021-01-04T19:34:47.804Z] Login Succeeded [2021-01-04T19:34:47.804Z] docker.io [2021-01-04T19:34:47.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:34:48.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:34:48.753Z] Configure a credential helper to remove this warning. See [2021-01-04T19:34:48.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:34:48.753Z] [2021-01-04T19:34:48.753Z] Login Succeeded [2021-01-04T19:34:48.753Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T19:34:48.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:34:49.250Z] ++ 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-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T19:34:49.250Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:34:49.250Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T19:34:49.250Z] ++ cut -d/ -f2 [2021-01-04T19:34:49.250Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T19:34:49.319Z] 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-04T19:34:50.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:50.165Z] [2021-01-04T19:34:50.165Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:34:50.536Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:50.536Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T19:34:50.536Z] 31603596830f: Pulling fs layer [2021-01-04T19:34:50.536Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T19:34:50.536Z] 6ca5941a6612: Pulling fs layer [2021-01-04T19:34:50.536Z] ecc8261a40a4: Pulling fs layer [2021-01-04T19:34:50.536Z] ecc8261a40a4: Waiting [2021-01-04T19:34:50.799Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T19:34:50.799Z] 2a8b12db71e7: Download complete [2021-01-04T19:34:50.799Z] 31603596830f: Verifying Checksum [2021-01-04T19:34:50.799Z] 31603596830f: Download complete [2021-01-04T19:34:51.061Z] ecc8261a40a4: Verifying Checksum [2021-01-04T19:34:51.061Z] ecc8261a40a4: Download complete [2021-01-04T19:34:51.061Z] 6ca5941a6612: Verifying Checksum [2021-01-04T19:34:51.061Z] 6ca5941a6612: Download complete [2021-01-04T19:34:51.327Z] 31603596830f: Pull complete [2021-01-04T19:34:51.327Z] 2a8b12db71e7: Pull complete [2021-01-04T19:34:52.285Z] 6ca5941a6612: Pull complete [2021-01-04T19:34:52.549Z] ecc8261a40a4: Pull complete [2021-01-04T19:34:52.549Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T19:34:52.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:52.549Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T19:34:52.723Z] prd-centos7-docker-4c-2g-18247 does not seem to be running inside a container [2021-01-04T19:34:52.781Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T19:34:55.555Z] $ docker top 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T19:34:55.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:34:55.883Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:34:56.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:34:56.105Z] $ docker exec 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 ssh-agent [2021-01-04T19:34:56.275Z] SSH_AUTH_SOCK=/tmp/ssh-e68wi2mjTLqV/agent.11 [2021-01-04T19:34:56.275Z] SSH_AGENT_PID=17 [2021-01-04T19:34:56.289Z] Running ssh-add (command line suppressed) [2021-01-04T19:34:56.424Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5912514648527166083.key (/w/workspace/edgex-go/2@tmp/private_key_5912514648527166083.key) [2021-01-04T19:34:56.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:34:56.811Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T19:34:56.833Z] $ docker exec --env ******** --env ******** 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 ssh-agent -k [2021-01-04T19:34:56.943Z] unset SSH_AUTH_SOCK; [2021-01-04T19:34:56.944Z] unset SSH_AGENT_PID; [2021-01-04T19:34:56.944Z] echo Agent pid 17 killed; [2021-01-04T19:34:56.994Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T19:34:57.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:34:57.137Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:34:57.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:34:57.313Z] $ docker exec 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 ssh-agent [2021-01-04T19:34:57.469Z] SSH_AUTH_SOCK=/tmp/ssh-Rvb0rZCVVBaA/agent.46 [2021-01-04T19:34:57.469Z] SSH_AGENT_PID=51 [2021-01-04T19:34:57.476Z] Running ssh-add (command line suppressed) [2021-01-04T19:34:57.591Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5140464113621341262.key (/w/workspace/edgex-go/2@tmp/private_key_5140464113621341262.key) [2021-01-04T19:34:57.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:34:57.981Z] + git semver init [2021-01-04T19:34:57.981Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T19:34:57.981Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-04T19:34:57.981Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-04T19:34:57.981Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T19:34:57.981Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T19:34:57.981Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T19:34:57.981Z] # $SEMVER_BRANCH = PR-2978 [2021-01-04T19:34:57.981Z] # $SEMVER_TEMP = /tmp/semver-770292490 [2021-01-04T19:34:57.981Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T19:35:20.035Z] # '/tmp/semver-770292490' -> '/w/workspace/edgex-go/2/.semver' [2021-01-04T19:35:20.035Z] # -> Force: false [2021-01-04T19:35:20.035Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-04T19:35:20.048Z] $ docker exec --env ******** --env ******** 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 ssh-agent -k [2021-01-04T19:35:20.293Z] unset SSH_AUTH_SOCK; [2021-01-04T19:35:20.293Z] unset SSH_AGENT_PID; [2021-01-04T19:35:20.293Z] echo Agent pid 51 killed; [2021-01-04T19:35:20.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:35:20.873Z] + git semver [Pipeline] } [2021-01-04T19:35:20.891Z] $ docker stop --time=1 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 [2021-01-04T19:35:22.915Z] $ docker rm -f 9538363fba376114d048d55d36aca8e1f6233485902def69572b0379fbfd33b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:35:23.483Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T19:35:23.995Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T19:35:23.998Z] [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-04T19:35:24.871Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:35:25.175Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:35:25.479Z] + sudo service docker restart [2021-01-04T19:35:25.479Z] + true [2021-01-04T19:35:25.479Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T19:35:26.072Z] ========================================================= [2021-01-04T19:35:26.072Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T19:35:26.072Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:35:26.474Z] + 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-04T19:35:30.721Z] Sending build context to Docker daemon 326.3MB [2021-01-04T19:35:30.721Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T19:35:30.721Z] Step 2/6 : FROM ${BASE} [2021-01-04T19:35:30.721Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T19:35:30.721Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T19:35:30.721Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T19:35:30.721Z] de9db76c5a1d: Pulling fs layer [2021-01-04T19:35:30.721Z] bca2f99d35d6: Pulling fs layer [2021-01-04T19:35:30.721Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T19:35:30.721Z] 7c6f9722023f: Pulling fs layer [2021-01-04T19:35:30.721Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T19:35:30.721Z] 93359f2a8cfa: Waiting [2021-01-04T19:35:30.721Z] 7c6f9722023f: Waiting [2021-01-04T19:35:30.721Z] a35cf1a2eb13: Waiting [2021-01-04T19:35:30.721Z] bca2f99d35d6: Waiting [2021-01-04T19:35:30.721Z] de9db76c5a1d: Verifying Checksum [2021-01-04T19:35:30.721Z] de9db76c5a1d: Download complete [2021-01-04T19:35:30.721Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T19:35:30.721Z] 0ef7d3d256c8: Download complete [2021-01-04T19:35:30.721Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T19:35:30.721Z] 93359f2a8cfa: Download complete [2021-01-04T19:35:30.721Z] 7c6f9722023f: Verifying Checksum [2021-01-04T19:35:30.721Z] 7c6f9722023f: Download complete [2021-01-04T19:35:30.721Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T19:35:30.721Z] 188c0c94c7c5: Download complete [2021-01-04T19:35:30.992Z] 188c0c94c7c5: Pull complete [2021-01-04T19:35:31.581Z] 0ef7d3d256c8: Pull complete [2021-01-04T19:35:32.162Z] de9db76c5a1d: Pull complete [2021-01-04T19:35:32.162Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T19:35:32.162Z] a35cf1a2eb13: Download complete [2021-01-04T19:35:32.749Z] bca2f99d35d6: Verifying Checksum [2021-01-04T19:35:32.749Z] bca2f99d35d6: Download complete [2021-01-04T19:35:39.371Z] Still waiting to schedule task [2021-01-04T19:35:39.372Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T19:35:39.389Z] bca2f99d35d6: Pull complete [2021-01-04T19:35:39.389Z] 93359f2a8cfa: Pull complete [2021-01-04T19:35:39.389Z] 7c6f9722023f: Pull complete [2021-01-04T19:35:42.731Z] a35cf1a2eb13: Pull complete [2021-01-04T19:35:42.731Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T19:35:42.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T19:35:42.731Z] ---> a62c8e92a672 [2021-01-04T19:35:42.731Z] 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-04T19:35:42.731Z] ---> Running in 606d422a0f61 [2021-01-04T19:35:43.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:35:44.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:35:45.201Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T19:35:45.463Z] (2/12) Installing file (5.38-r0) [2021-01-04T19:35:45.463Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T19:35:45.463Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T19:35:50.768Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T19:35:51.029Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T19:35:51.029Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T19:35:51.029Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T19:35:51.291Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T19:35:51.291Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T19:35:51.291Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T19:35:51.552Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T19:35:51.552Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:35:51.552Z] OK: 233 MiB in 51 packages [2021-01-04T19:35:55.809Z] Removing intermediate container 606d422a0f61 [2021-01-04T19:35:55.809Z] ---> 915e4e73af93 [2021-01-04T19:35:55.809Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T19:35:55.809Z] ---> Running in 8cee38820502 [2021-01-04T19:35:55.809Z] Removing intermediate container 8cee38820502 [2021-01-04T19:35:55.809Z] ---> 66641e66b032 [2021-01-04T19:35:55.809Z] Step 5/6 : COPY go.mod . [2021-01-04T19:35:55.809Z] ---> 10a54547da8c [2021-01-04T19:35:55.809Z] Step 6/6 : RUN go mod download [2021-01-04T19:35:55.809Z] ---> Running in 75362faeafc5 [2021-01-04T19:36:17.861Z] Removing intermediate container 75362faeafc5 [2021-01-04T19:36:17.861Z] ---> e7fdcbcb2de1 [2021-01-04T19:36:17.861Z] Successfully built e7fdcbcb2de1 [2021-01-04T19:36:17.861Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:36:18.176Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:36:18.176Z] . [Pipeline] withDockerContainer [2021-01-04T19:36:18.279Z] prd-centos7-docker-4c-2g-18247 does not seem to be running inside a container [2021-01-04T19:36:18.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:36:19.143Z] $ docker top 39d80f7ab1f31099d4b1ace25f348c1910e3019516cd052f3642ebfa727a9c32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:36:19.652Z] + go version [2021-01-04T19:36:19.652Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T19:36:19.668Z] $ docker stop --time=1 39d80f7ab1f31099d4b1ace25f348c1910e3019516cd052f3642ebfa727a9c32 [2021-01-04T19:36:21.020Z] $ docker rm -f 39d80f7ab1f31099d4b1ace25f348c1910e3019516cd052f3642ebfa727a9c32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:36:21.938Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:36:21.938Z] . [Pipeline] withDockerContainer [2021-01-04T19:36:22.042Z] prd-centos7-docker-4c-2g-18247 does not seem to be running inside a container [2021-01-04T19:36:22.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:36:22.896Z] $ docker top 50dfdfe777224a0e3143f60eae3c39220969be45aeeac8dfdaca9b2151b28a73 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T19:36:23.112Z] ========================================================= [2021-01-04T19:36:23.112Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T19:36:23.112Z] ========================================================= [Pipeline] sh [2021-01-04T19:36:23.402Z] + make test [2021-01-04T19:36:23.402Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T19:36:33.495Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T19:36:48.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T19:36:55.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T19:36:55.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T19:36:55.762Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T19:36:56.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T19:36:56.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T19:36:56.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T19:36:56.889Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T19:36:57.169Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T19:36:57.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T19:37:00.391Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T19:37:00.391Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T19:37:00.391Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T19:37:02.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.167s coverage: 46.6% of statements [2021-01-04T19:37:02.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T19:37:02.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T19:37:02.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T19:37:02.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T19:37:02.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T19:37:07.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.0% of statements [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T19:37:07.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T19:37:07.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T19:37:07.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 75.0% of statements [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T19:37:07.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.9% of statements [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T19:37:07.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T19:37:09.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.473s coverage: 28.6% of statements [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T19:37:09.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T19:37:09.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T19:37:09.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements [2021-01-04T19:37:09.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T19:37:09.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements [2021-01-04T19:37:09.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T19:37:09.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-01-04T19:37:09.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T19:37:09.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T19:37:09.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T19:37:09.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T19:37:13.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.390s coverage: 93.8% of statements [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T19:37:13.356Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T19:37:13.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T19:37:13.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T19:37:13.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T19:37:13.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements [2021-01-04T19:37:13.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T19:37:13.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements [2021-01-04T19:37:13.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-01-04T19:37:13.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2021-01-04T19:37:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.4% of statements [2021-01-04T19:37:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T19:37:15.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.300s coverage: 63.5% of statements [2021-01-04T19:37:15.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T19:37:15.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T19:37:15.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-01-04T19:37:15.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-04T19:37:15.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-04T19:37:15.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-04T19:37:15.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-04T19:37:17.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 55.9% of statements [2021-01-04T19:37:17.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T19:37:17.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T19:37:17.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T19:37:17.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T19:37:17.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T19:37:17.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.0% of statements [2021-01-04T19:37:17.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T19:37:17.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T19:37:17.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.409s coverage: 84.0% of statements [2021-01-04T19:37:17.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-01-04T19:37:20.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.171s coverage: 47.1% of statements [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T19:37:20.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T19:37:20.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2021-01-04T19:37:20.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T19:37:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.817s coverage: 29.1% of statements [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T19:37:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T19:37:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T19:37:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T19:37:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T19:37:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T19:37:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T19:37:22.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-01-04T19:37:22.789Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-04T19:37:23.053Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-04T19:37:23.637Z] GO111MODULE=on go vet ./... [2021-01-04T19:37:56.003Z] gofmt -l . [2021-01-04T19:37:56.003Z] [ "`gofmt -l .`" = "" ] [2021-01-04T19:37:56.003Z] ./bin/test-go-mod-tidy.sh [2021-01-04T19:37:56.003Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T19:37:56.316Z] + ls -al . [2021-01-04T19:37:56.316Z] total 636 [2021-01-04T19:37:56.316Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 19:37 . [2021-01-04T19:37:56.316Z] drwxr-xr-x 4 root root 28 Jan 4 19:36 .. [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:34 .dockerignore [2021-01-04T19:37:56.316Z] drwxrwxr-x 8 1001 1001 179 Jan 4 19:34 .git [2021-01-04T19:37:56.316Z] drwxrwxr-x 3 1001 1001 125 Jan 4 19:34 .github [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 19:34 .gitignore [2021-01-04T19:37:56.316Z] drwx------ 3 1001 1001 47 Jan 4 19:35 .semver [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:34 .sonarcloud.properties [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:34 CONTRIBUTING.md [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 19:34 Dockerfile.build [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 19:34 Jenkinsfile [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:34 LICENSE [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 19:34 Makefile [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 19:34 README.md [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 19:34 SECURITY.md [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:35 VERSION [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:34 ZMQWindows.md [2021-01-04T19:37:56.316Z] drwxrwxr-x 2 1001 1001 117 Jan 4 19:34 bin [2021-01-04T19:37:56.316Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:34 cmd [2021-01-04T19:37:56.316Z] -rw-r--r-- 1 root root 538204 Jan 4 19:37 coverage.out [2021-01-04T19:37:56.316Z] -rw-r--r-- 1 root root 979 Jan 4 19:37 go.mod [2021-01-04T19:37:56.316Z] -rw-r--r-- 1 root root 18824 Jan 4 19:37 go.sum [2021-01-04T19:37:56.316Z] drwxrwxr-x 8 1001 1001 127 Jan 4 19:34 internal [2021-01-04T19:37:56.316Z] drwxrwxr-x 4 1001 1001 26 Jan 4 19:34 openapi [2021-01-04T19:37:56.316Z] drwxrwxr-x 4 1001 1001 71 Jan 4 19:34 snap [2021-01-04T19:37:56.316Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 19:34 version.go [Pipeline] sh [2021-01-04T19:37:56.629Z] + '[' -e coverage.out ] [2021-01-04T19:37:56.629Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T19:37:56.895Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T19:37:57.217Z] + make build [2021-01-04T19:37:57.217Z] 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-04T19:38:00.554Z] 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-04T19:38:10.690Z] 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-04T19:38:10.690Z] 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-04T19:38:12.094Z] 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-04T19:38:12.681Z] 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-04T19:38:14.642Z] 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-04T19:38:16.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T19:38:17.450Z] 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-04T19:38:18.853Z] 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-04T19:38:19.808Z] 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-04T19:38:20.763Z] 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-04T19:38:22.176Z] $ docker stop --time=1 50dfdfe777224a0e3143f60eae3c39220969be45aeeac8dfdaca9b2151b28a73 [2021-01-04T19:38:23.966Z] $ docker rm -f 50dfdfe777224a0e3143f60eae3c39220969be45aeeac8dfdaca9b2151b28a73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:25.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:25.742Z] [2021-01-04T19:38:25.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:26.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:26.107Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T19:38:26.107Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T19:38:26.107Z] ca9280d653b3: Pulling fs layer [2021-01-04T19:38:26.107Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T19:38:26.107Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T19:38:26.108Z] cbdbe7a5bc2a: Download complete [2021-01-04T19:38:26.703Z] cbdbe7a5bc2a: Pull complete [2021-01-04T19:38:26.703Z] ca9280d653b3: Verifying Checksum [2021-01-04T19:38:26.703Z] ca9280d653b3: Download complete [2021-01-04T19:38:27.671Z] ca9280d653b3: Pull complete [2021-01-04T19:38:28.254Z] 7e9c9ca2126c: Verifying Checksum [2021-01-04T19:38:28.254Z] 7e9c9ca2126c: Download complete [2021-01-04T19:38:33.743Z] 7e9c9ca2126c: Pull complete [2021-01-04T19:38:33.743Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T19:38:33.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:33.743Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T19:38:33.883Z] prd-centos7-docker-4c-2g-18247 does not seem to be running inside a container [2021-01-04T19:38:33.935Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T19:38:36.875Z] $ docker top 114ff9803df04b624e844461b749a992e3703e3ce48d60904d9e0a34ca1e088e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:38:37.411Z] + docker-compose build --help [2021-01-04T19:38:37.411Z] + grep parallel [2021-01-04T19:38:38.356Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T19:38:38.374Z] $ docker stop --time=1 114ff9803df04b624e844461b749a992e3703e3ce48d60904d9e0a34ca1e088e [2021-01-04T19:38:39.751Z] $ docker rm -f 114ff9803df04b624e844461b749a992e3703e3ce48d60904d9e0a34ca1e088e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:40.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:38:40.361Z] . [Pipeline] withDockerContainer [2021-01-04T19:38:40.553Z] prd-centos7-docker-4c-2g-18247 does not seem to be running inside a container [2021-01-04T19:38:40.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T19:38:41.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18250 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [2021-01-04T19:38:41.501Z] $ docker top 0693f579cb127bf2733608ef8b0c8eccf2bcce621908b9b1f9097e724f02be03 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-04T19:38:41.824Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T19:38:42.093Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T19:38:43.040Z] Building docker-core-command-go ... [2021-01-04T19:38:43.040Z] Building docker-core-data-go ... [2021-01-04T19:38:43.040Z] Building docker-core-metadata-go ... [2021-01-04T19:38:43.040Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T19:38:43.040Z] Building docker-security-proxy-setup-go ... [2021-01-04T19:38:43.040Z] Building docker-security-secretstore-setup-go ... [2021-01-04T19:38:43.040Z] Building docker-support-notifications-go ... [2021-01-04T19:38:43.040Z] Building docker-support-scheduler-go ... [2021-01-04T19:38:43.040Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T19:38:43.040Z] Building docker-sys-mgmt-agent-go [2021-01-04T19:38:43.040Z] Building docker-security-proxy-setup-go [2021-01-04T19:38:43.040Z] Building docker-support-notifications-go [2021-01-04T19:38:43.040Z] Building docker-core-command-go [2021-01-04T19:38:43.040Z] Building docker-support-scheduler-go [2021-01-04T19:38:47.048Z] using credential edgex-jenkins-ssh [2021-01-04T19:38:47.123Z] Cloning the remote Git repository [2021-01-04T19:38:47.181Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:38:47.293Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-04T19:38:47.368Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:38:47.369Z] > git --version # timeout=10 [2021-01-04T19:38:47.385Z] > git --version # 'git version 2.17.1' [2021-01-04T19:38:47.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:38:47.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:39:05.269Z] Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:39:05.912Z] Merge succeeded, producing 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:39:05.913Z] Checking out Revision 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc (PR-2978) [2021-01-04T19:39:04.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:39:04.602Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:39:04.628Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:39:04.674Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:39:04.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:39:04.688Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:39:05.287Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:39:05.303Z] > git checkout -f 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc # timeout=10 [2021-01-04T19:39:05.718Z] > git remote # timeout=10 [2021-01-04T19:39:05.749Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:39:05.810Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:39:05.822Z] > git merge 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [2021-01-04T19:39:05.872Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:39:05.921Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:39:05.933Z] > git checkout -f 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc # timeout=10 [2021-01-04T19:39:10.284Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T19:39:11.799Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:39:12.215Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:39:12.556Z] + sudo service docker restart [2021-01-04T19:39:12.556Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T19:39:14.613Z] provisioning config files... [2021-01-04T19:39:14.657Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config303907066570282544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:39:15.065Z] ---> docker-login.sh [2021-01-04T19:39:15.065Z] nexus3.edgexfoundry.org:10001 [2021-01-04T19:39:15.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:39:16.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:39:16.258Z] Configure a credential helper to remove this warning. See [2021-01-04T19:39:16.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:39:16.259Z] [2021-01-04T19:39:16.259Z] Login Succeeded [2021-01-04T19:39:16.259Z] nexus3.edgexfoundry.org:10002 [2021-01-04T19:39:16.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:39:16.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:39:16.534Z] Configure a credential helper to remove this warning. See [2021-01-04T19:39:16.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:39:16.534Z] [2021-01-04T19:39:16.534Z] Login Succeeded [2021-01-04T19:39:16.534Z] nexus3.edgexfoundry.org:10003 [2021-01-04T19:39:17.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:39:17.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:39:17.132Z] Configure a credential helper to remove this warning. See [2021-01-04T19:39:17.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:39:17.132Z] [2021-01-04T19:39:17.132Z] Login Succeeded [2021-01-04T19:39:17.132Z] nexus3.edgexfoundry.org:10004 [2021-01-04T19:39:17.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:39:17.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:39:17.738Z] Configure a credential helper to remove this warning. See [2021-01-04T19:39:17.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:39:17.738Z] [2021-01-04T19:39:17.738Z] Login Succeeded [2021-01-04T19:39:17.738Z] docker.io [2021-01-04T19:39:18.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:39:18.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:39:18.287Z] Configure a credential helper to remove this warning. See [2021-01-04T19:39:18.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:39:18.287Z] [2021-01-04T19:39:18.559Z] Login Succeeded [2021-01-04T19:39:18.559Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T19:39:18.578Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T19:39:19.156Z] ========================================================= [2021-01-04T19:39:19.157Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T19:39:19.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:39:19.531Z] + 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-04T19:39:22.044Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:22.044Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:22.044Z] ---> e7fdcbcb2de1 [2021-01-04T19:39:22.044Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T19:39:22.044Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:22.044Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:22.044Z] ---> e7fdcbcb2de1 [2021-01-04T19:39:22.044Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:39:22.044Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:22.044Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:22.044Z] ---> e7fdcbcb2de1 [2021-01-04T19:39:22.044Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:39:22.044Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:22.044Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:22.044Z] ---> e7fdcbcb2de1 [2021-01-04T19:39:22.044Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:39:22.044Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:22.044Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:39:22.044Z] ---> e7fdcbcb2de1 [2021-01-04T19:39:22.044Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:39:22.044Z] ---> Running in 5afee3c25205 [2021-01-04T19:39:22.044Z] ---> Running in 23db11a71940 [2021-01-04T19:39:22.044Z] ---> Running in 1308a93b3b00 [2021-01-04T19:39:22.044Z] ---> Running in 2a393ee5cac4 [2021-01-04T19:39:22.044Z] ---> Running in effa903169c7 [2021-01-04T19:39:22.044Z] Removing intermediate container 23db11a71940 [2021-01-04T19:39:22.044Z] ---> daf155f76097 [2021-01-04T19:39:22.044Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:22.044Z] Removing intermediate container 5afee3c25205 [2021-01-04T19:39:22.044Z] ---> 6b98b95a23a7 [2021-01-04T19:39:22.044Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:22.044Z] Removing intermediate container 2a393ee5cac4 [2021-01-04T19:39:22.044Z] ---> 6b854262db78 [2021-01-04T19:39:22.044Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:22.044Z] Removing intermediate container 1308a93b3b00 [2021-01-04T19:39:22.044Z] ---> 3e61926339ef [2021-01-04T19:39:22.044Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:22.044Z] Removing intermediate container effa903169c7 [2021-01-04T19:39:22.044Z] ---> 43ced4e0b26e [2021-01-04T19:39:22.044Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:39:22.044Z] ---> Running in 3b8bdf58e0e4 [2021-01-04T19:39:22.044Z] ---> Running in 985f898040dd [2021-01-04T19:39:22.044Z] ---> Running in b0e49dc2df34 [2021-01-04T19:39:22.044Z] ---> Running in c41efdbe3fc4 [2021-01-04T19:39:22.044Z] ---> Running in 1d2edad64380 [2021-01-04T19:39:22.044Z] Removing intermediate container b0e49dc2df34 [2021-01-04T19:39:22.044Z] ---> 5b365634b47d [2021-01-04T19:39:22.044Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:39:22.044Z] Removing intermediate container 985f898040dd [2021-01-04T19:39:22.044Z] ---> 439828baf890 [2021-01-04T19:39:22.044Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T19:39:22.044Z] Removing intermediate container 3b8bdf58e0e4 [2021-01-04T19:39:22.044Z] ---> 962420894b3b [2021-01-04T19:39:22.044Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:39:22.044Z] Removing intermediate container 1d2edad64380 [2021-01-04T19:39:22.044Z] ---> ab6d6365a0aa [2021-01-04T19:39:22.044Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:39:22.044Z] ---> Running in 088c0180440c [2021-01-04T19:39:22.044Z] ---> Running in 847c59724627 [2021-01-04T19:39:22.044Z] Removing intermediate container c41efdbe3fc4 [2021-01-04T19:39:22.044Z] ---> 7888df3fa4a6 [2021-01-04T19:39:22.044Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T19:39:22.044Z] ---> Running in 1f8c82380ac7 [2021-01-04T19:39:22.044Z] ---> Running in 646263b623b4 [2021-01-04T19:39:22.044Z] ---> Running in 6ffc29611e8e [2021-01-04T19:39:22.205Z] Sending build context to Docker daemon 165.4MB [2021-01-04T19:39:22.205Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T19:39:22.205Z] Step 2/6 : FROM ${BASE} [2021-01-04T19:39:22.205Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T19:39:22.205Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T19:39:22.205Z] a4357932f1b6: Pulling fs layer [2021-01-04T19:39:22.205Z] 18c013af1878: Pulling fs layer [2021-01-04T19:39:22.205Z] 00ac8860ef70: Pulling fs layer [2021-01-04T19:39:22.205Z] 63d7cb157983: Pulling fs layer [2021-01-04T19:39:22.205Z] b116817d02f9: Pulling fs layer [2021-01-04T19:39:22.205Z] 745a02a5169b: Pulling fs layer [2021-01-04T19:39:22.205Z] 63d7cb157983: Waiting [2021-01-04T19:39:22.205Z] b116817d02f9: Waiting [2021-01-04T19:39:22.205Z] 00ac8860ef70: Waiting [2021-01-04T19:39:22.205Z] 745a02a5169b: Waiting [2021-01-04T19:39:22.205Z] 18c013af1878: Download complete [2021-01-04T19:39:22.205Z] a4357932f1b6: Verifying Checksum [2021-01-04T19:39:22.205Z] a4357932f1b6: Download complete [2021-01-04T19:39:22.205Z] 63d7cb157983: Verifying Checksum [2021-01-04T19:39:22.205Z] b116817d02f9: Verifying Checksum [2021-01-04T19:39:22.205Z] b116817d02f9: Download complete [2021-01-04T19:39:22.205Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T19:39:22.205Z] 5f621e34cdf4: Download complete [2021-01-04T19:39:22.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:22.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:22.478Z] 5f621e34cdf4: Pull complete [2021-01-04T19:39:22.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:22.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:22.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:23.082Z] a4357932f1b6: Pull complete [2021-01-04T19:39:23.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:23.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:23.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:23.682Z] 18c013af1878: Pull complete [2021-01-04T19:39:23.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:23.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:24.276Z] 745a02a5169b: Verifying Checksum [2021-01-04T19:39:24.276Z] 745a02a5169b: Download complete [2021-01-04T19:39:24.632Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:24.632Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:24.632Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:24.895Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:25.161Z] Removing intermediate container 1f8c82380ac7 [2021-01-04T19:39:25.161Z] ---> 6725fabc8f48 [2021-01-04T19:39:25.161Z] Step 6/22 : COPY go.mod . [2021-01-04T19:39:25.161Z] Removing intermediate container 847c59724627 [2021-01-04T19:39:25.161Z] ---> a5b817df9781 [2021-01-04T19:39:25.161Z] Step 6/21 : COPY go.mod . [2021-01-04T19:39:25.425Z] Removing intermediate container 6ffc29611e8e [2021-01-04T19:39:25.425Z] ---> a5ef0a41fa23 [2021-01-04T19:39:25.425Z] Step 6/26 : COPY go.mod . [2021-01-04T19:39:25.425Z] ---> c32f5ab9130d [2021-01-04T19:39:25.425Z] Step 7/22 : RUN go mod download [2021-01-04T19:39:25.687Z] ---> 0cf006a8a444 [2021-01-04T19:39:25.687Z] Step 7/21 : RUN go mod download [2021-01-04T19:39:25.687Z] ---> Running in 222eb0df31da [2021-01-04T19:39:25.687Z] Removing intermediate container 646263b623b4 [2021-01-04T19:39:25.687Z] ---> 3b64169e65de [2021-01-04T19:39:25.687Z] Step 6/21 : COPY go.mod . [2021-01-04T19:39:25.704Z] 00ac8860ef70: Verifying Checksum [2021-01-04T19:39:25.704Z] 00ac8860ef70: Download complete [2021-01-04T19:39:25.953Z] ---> Running in 4c451a3be2d4 [2021-01-04T19:39:25.953Z] ---> c9c9436293db [2021-01-04T19:39:25.953Z] Step 7/26 : RUN go mod download [2021-01-04T19:39:25.953Z] OK: 233 MiB in 51 packages [2021-01-04T19:39:26.219Z] ---> Running in a8ade43084c4 [2021-01-04T19:39:26.219Z] ---> 61089f4ee511 [2021-01-04T19:39:26.219Z] Step 7/21 : RUN go mod download [2021-01-04T19:39:26.486Z] ---> Running in a120a5975da1 [2021-01-04T19:39:27.069Z] Removing intermediate container 088c0180440c [2021-01-04T19:39:27.069Z] ---> fc8dfbc772b8 [2021-01-04T19:39:27.069Z] Step 6/24 : COPY go.mod . [2021-01-04T19:39:27.336Z] ---> dcd835a9ffe8 [2021-01-04T19:39:27.336Z] Step 7/24 : RUN go mod download [2021-01-04T19:39:27.336Z] ---> Running in a5a281e8da14 [2021-01-04T19:39:28.748Z] Removing intermediate container 222eb0df31da [2021-01-04T19:39:28.748Z] ---> a7b83ac25c48 [2021-01-04T19:39:28.748Z] Step 8/22 : COPY . . [2021-01-04T19:39:28.748Z] Removing intermediate container 4c451a3be2d4 [2021-01-04T19:39:28.748Z] ---> 3926ca57b810 [2021-01-04T19:39:28.748Z] Step 8/21 : COPY . . [2021-01-04T19:39:29.732Z] Removing intermediate container a8ade43084c4 [2021-01-04T19:39:29.732Z] ---> e0ddacac268b [2021-01-04T19:39:29.732Z] Step 8/26 : COPY . . [2021-01-04T19:39:29.732Z] Removing intermediate container a120a5975da1 [2021-01-04T19:39:29.732Z] ---> 6a3994bdd858 [2021-01-04T19:39:29.732Z] Step 8/21 : COPY . . [2021-01-04T19:39:33.102Z] Removing intermediate container a5a281e8da14 [2021-01-04T19:39:33.102Z] ---> d8b2bcc584ad [2021-01-04T19:39:33.102Z] Step 8/24 : COPY . . [2021-01-04T19:39:35.864Z] 00ac8860ef70: Pull complete [2021-01-04T19:39:35.864Z] 63d7cb157983: Pull complete [2021-01-04T19:39:35.864Z] b116817d02f9: Pull complete [2021-01-04T19:39:39.248Z] 745a02a5169b: Pull complete [2021-01-04T19:39:39.248Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T19:39:39.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T19:39:39.248Z] ---> b7e6874047d6 [2021-01-04T19:39:39.248Z] 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-04T19:39:42.645Z] ---> Running in e86e99ca4896 [2021-01-04T19:39:43.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:39:44.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:39:45.575Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T19:39:46.163Z] (2/12) Installing file (5.38-r0) [2021-01-04T19:39:46.163Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T19:39:46.163Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T19:39:50.445Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T19:39:50.715Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T19:39:50.985Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T19:39:51.254Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T19:39:51.254Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T19:39:51.254Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T19:39:51.526Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T19:39:51.526Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T19:39:51.526Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:39:51.801Z] OK: 217 MiB in 51 packages [2021-01-04T19:39:56.124Z] Removing intermediate container e86e99ca4896 [2021-01-04T19:39:56.124Z] ---> 7440f925b4e3 [2021-01-04T19:39:56.124Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T19:39:56.124Z] ---> Running in 4844ee41919d [2021-01-04T19:39:56.124Z] Removing intermediate container 4844ee41919d [2021-01-04T19:39:56.124Z] ---> d693e667e1f2 [2021-01-04T19:39:56.124Z] Step 5/6 : COPY go.mod . [2021-01-04T19:39:56.720Z] ---> b6b072535834 [2021-01-04T19:39:56.720Z] Step 6/6 : RUN go mod download [2021-01-04T19:39:56.993Z] ---> Running in 439b3e4507c5 [2021-01-04T19:40:05.447Z] ---> 030c50e54714 [2021-01-04T19:40:05.447Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T19:40:06.036Z] ---> 797b006939f7 [2021-01-04T19:40:06.036Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T19:40:06.036Z] ---> c278c13f1309 [2021-01-04T19:40:06.036Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T19:40:06.036Z] ---> Running in a3689da930d4 [2021-01-04T19:40:06.620Z] ---> 2f115d52dcdf [2021-01-04T19:40:06.620Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T19:40:06.620Z] ---> 9c2672292daf [2021-01-04T19:40:06.620Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T19:40:06.620Z] ---> Running in 5334753d21c8 [2021-01-04T19:40:06.620Z] ---> Running in bff1a46777f4 [2021-01-04T19:40:06.620Z] ---> Running in 901da872938b [2021-01-04T19:40:06.620Z] ---> Running in 67740d4566ec [2021-01-04T19:40:08.034Z] 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-04T19:40:08.034Z] 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-04T19:40:08.034Z] 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-04T19:40:08.034Z] 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-04T19:40:08.034Z] 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-04T19:40:23.794Z] Removing intermediate container 439b3e4507c5 [2021-01-04T19:40:23.794Z] ---> 94f2aabd890e [2021-01-04T19:40:23.794Z] Successfully built 94f2aabd890e [2021-01-04T19:40:23.794Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:40:24.136Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:40:24.136Z] . [Pipeline] withDockerContainer [2021-01-04T19:40:24.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-18250 does not seem to be running inside a container [2021-01-04T19:40:24.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:40:25.972Z] $ docker top c27d03a90bc2ab9215cbf160a67a3433cda71844d61dd6bec2062fdeed8fd2b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:40:26.999Z] + go version [2021-01-04T19:40:26.999Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T19:40:27.022Z] $ docker stop --time=1 c27d03a90bc2ab9215cbf160a67a3433cda71844d61dd6bec2062fdeed8fd2b3 [2021-01-04T19:40:28.940Z] $ docker rm -f c27d03a90bc2ab9215cbf160a67a3433cda71844d61dd6bec2062fdeed8fd2b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:40:29.957Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:40:29.957Z] . [Pipeline] withDockerContainer [2021-01-04T19:40:30.221Z] prd-ubuntu18.04-docker-arm64-4c-16g-18250 does not seem to be running inside a container [2021-01-04T19:40:30.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:40:31.708Z] $ docker top f0dcd2cd595da0f93aa7421139c53b62bdfd1d6225eb2b315a5cc7dc1928f57c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T19:40:32.188Z] ========================================================= [2021-01-04T19:40:32.188Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T19:40:32.188Z] ========================================================= [Pipeline] sh [2021-01-04T19:40:32.830Z] + make test [2021-01-04T19:40:32.830Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T19:40:40.282Z] 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-04T19:40:42.867Z] Removing intermediate container bff1a46777f4 [2021-01-04T19:40:42.867Z] ---> 7be3d354fc6c [2021-01-04T19:40:42.867Z] [2021-01-04T19:40:42.867Z] Step 10/24 : FROM scratch [2021-01-04T19:40:42.867Z] ---> [2021-01-04T19:40:42.867Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T19:40:43.820Z] ---> Running in 2874b986b7d4 [2021-01-04T19:40:43.820Z] Removing intermediate container 5334753d21c8 [2021-01-04T19:40:43.820Z] ---> f7f0317db5ac [2021-01-04T19:40:43.820Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T19:40:44.775Z] ---> Running in 8f6ff5d65367 [2021-01-04T19:40:45.037Z] Removing intermediate container 2874b986b7d4 [2021-01-04T19:40:45.037Z] ---> 8a6f54749d3f [2021-01-04T19:40:45.037Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T19:40:49.255Z] ---> Running in d62ed5e3744a [2021-01-04T19:40:49.255Z] Removing intermediate container 67740d4566ec [2021-01-04T19:40:49.255Z] ---> 8966881d1ead [2021-01-04T19:40:49.255Z] [2021-01-04T19:40:49.255Z] Step 10/21 : FROM scratch [2021-01-04T19:40:49.255Z] ---> [2021-01-04T19:40:49.255Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:40:49.255Z] Removing intermediate container a3689da930d4 [2021-01-04T19:40:49.255Z] ---> 7095f0ab448a [2021-01-04T19:40:49.255Z] [2021-01-04T19:40:49.255Z] Step 10/22 : FROM scratch [2021-01-04T19:40:49.256Z] ---> [2021-01-04T19:40:49.256Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:40:49.256Z] ---> Running in 5f5e092be584 [2021-01-04T19:40:49.256Z] Removing intermediate container 901da872938b [2021-01-04T19:40:49.256Z] ---> 7d2be81e8bd9 [2021-01-04T19:40:49.256Z] [2021-01-04T19:40:49.256Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T19:40:49.256Z] Removing intermediate container d62ed5e3744a [2021-01-04T19:40:49.256Z] ---> e81f667c249e [2021-01-04T19:40:49.256Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T19:40:49.256Z] 3.12: Pulling from library/alpine [2021-01-04T19:40:49.256Z] ---> Running in b82115bc0c5a [2021-01-04T19:40:49.256Z] 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-04T19:40:49.256Z] ---> Running in 09d2ba0ef114 [2021-01-04T19:40:49.256Z] Removing intermediate container 5f5e092be584 [2021-01-04T19:40:49.256Z] ---> 884207005127 [2021-01-04T19:40:49.256Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T19:40:49.256Z] Removing intermediate container b82115bc0c5a [2021-01-04T19:40:49.256Z] ---> a9feeff623e9 [2021-01-04T19:40:49.256Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T19:40:49.256Z] ---> Running in 6ecf9b151754 [2021-01-04T19:40:49.518Z] ---> Running in 11c872ef654e [2021-01-04T19:40:49.518Z] Removing intermediate container 09d2ba0ef114 [2021-01-04T19:40:49.518Z] ---> ba4bfe1afd83 [2021-01-04T19:40:49.518Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T19:40:49.780Z] Removing intermediate container 6ecf9b151754 [2021-01-04T19:40:49.780Z] ---> 3ab18dc6d03c [2021-01-04T19:40:49.780Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T19:40:49.780Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:40:49.780Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T19:40:49.780Z] ---> 389fef711851 [2021-01-04T19:40:49.780Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T19:40:50.043Z] Removing intermediate container 11c872ef654e [2021-01-04T19:40:50.043Z] ---> 536669d856a5 [2021-01-04T19:40:50.043Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:40:50.310Z] ---> Running in 663de8fb0d4b [2021-01-04T19:40:50.311Z] ---> Running in 35dd72df3216 [2021-01-04T19:40:50.311Z] ---> Running in 02b27edb3439 [2021-01-04T19:40:50.580Z] ---> 2361ddba0cc0 [2021-01-04T19:40:50.580Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T19:40:51.156Z] Removing intermediate container 35dd72df3216 [2021-01-04T19:40:51.156Z] ---> b8fc4e2ea3be [2021-01-04T19:40:51.156Z] Step 14/22 : WORKDIR / [2021-01-04T19:40:51.156Z] Removing intermediate container 663de8fb0d4b [2021-01-04T19:40:51.156Z] ---> 4e5d1ff9fadb [2021-01-04T19:40:51.156Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T19:40:51.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:51.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:51.418Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T19:40:51.681Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:40:51.681Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T19:40:51.681Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T19:40:51.681Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:40:51.943Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:40:51.943Z] Removing intermediate container 8f6ff5d65367 [2021-01-04T19:40:51.943Z] ---> 2c56340ed7e2 [2021-01-04T19:40:51.943Z] [2021-01-04T19:40:51.943Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T19:40:52.209Z] 20.10.0: Pulling from library/docker [2021-01-04T19:40:52.209Z] OK: 7 MiB in 18 packages [2021-01-04T19:40:52.209Z] ---> Running in 9b2a7ffadee8 [2021-01-04T19:40:52.209Z] ---> 3802b2207f75 [2021-01-04T19:40:52.209Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T19:40:52.209Z] ---> 6af497b6cc0a [2021-01-04T19:40:52.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T19:40:52.486Z] Removing intermediate container 9b2a7ffadee8 [2021-01-04T19:40:52.486Z] ---> 3f86c3d49314 [2021-01-04T19:40:52.486Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T19:40:53.446Z] ---> 3d32cfadaada [2021-01-04T19:40:53.446Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T19:40:54.403Z] ---> 87e0ca2138c5 [2021-01-04T19:40:54.403Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T19:40:54.671Z] ---> 1dcf9d6d7e2f [2021-01-04T19:40:54.671Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:54.671Z] Removing intermediate container 02b27edb3439 [2021-01-04T19:40:54.671Z] ---> 8fca6c1222bd [2021-01-04T19:40:54.671Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:40:54.990Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T19:40:55.247Z] ---> 0dd7df0533e7 [2021-01-04T19:40:55.247Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T19:40:55.510Z] ---> Running in c0078efb0ee9 [2021-01-04T19:40:55.510Z] ---> ae05781bb903 [2021-01-04T19:40:55.510Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T19:40:55.510Z] ---> 5edd597db09f [2021-01-04T19:40:55.510Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:55.775Z] ---> Running in 8ebb025838e5 [2021-01-04T19:40:55.775Z] Removing intermediate container c0078efb0ee9 [2021-01-04T19:40:55.775Z] ---> fff6d3438c78 [2021-01-04T19:40:55.775Z] Step 13/21 : WORKDIR /edgex [2021-01-04T19:40:56.046Z] ---> Running in cefa6763a55e [2021-01-04T19:40:56.046Z] ---> 270cd63ac7b6 [2021-01-04T19:40:56.046Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T19:40:56.311Z] ---> 7af7cb8d1545 [2021-01-04T19:40:56.311Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:56.311Z] Removing intermediate container 8ebb025838e5 [2021-01-04T19:40:56.311Z] ---> 378411023691 [2021-01-04T19:40:56.311Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:56.582Z] ---> Running in 0e0c3f745642 [2021-01-04T19:40:56.582Z] Removing intermediate container cefa6763a55e [2021-01-04T19:40:56.582Z] ---> 6182af9b1a30 [2021-01-04T19:40:56.582Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T19:40:56.582Z] ---> Running in eda19f3b031a [2021-01-04T19:40:56.582Z] ---> 4ee18d91f26c [2021-01-04T19:40:56.582Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T19:40:56.848Z] Removing intermediate container 0e0c3f745642 [2021-01-04T19:40:56.848Z] ---> e4a5abd69156 [2021-01-04T19:40:56.848Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:56.848Z] ---> Running in 3987847e84f8 [2021-01-04T19:40:56.848Z] Removing intermediate container eda19f3b031a [2021-01-04T19:40:56.848Z] ---> 14115c9c6f92 [2021-01-04T19:40:56.848Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T19:40:56.848Z] ---> Running in 86fe8f58192e [2021-01-04T19:40:57.119Z] ---> 9ccf7c7629b5 [2021-01-04T19:40:57.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T19:40:57.119Z] ---> Running in 8580f31aa08b [2021-01-04T19:40:57.119Z] Removing intermediate container 3987847e84f8 [2021-01-04T19:40:57.119Z] ---> 3b74cba4ce25 [2021-01-04T19:40:57.119Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:57.391Z] Removing intermediate container 86fe8f58192e [2021-01-04T19:40:57.391Z] ---> 924f4656278b [2021-01-04T19:40:57.391Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:40:57.391Z] ---> Running in 0328e9ca3d8a [2021-01-04T19:40:57.391Z] ---> Running in 97e71e849a00 [2021-01-04T19:40:57.658Z] Removing intermediate container 8580f31aa08b [2021-01-04T19:40:57.658Z] ---> 51eccc01f73c [2021-01-04T19:40:57.658Z] Step 20/21 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:40:57.658Z] ---> Running in 31b4d04488bf [2021-01-04T19:40:57.658Z] Removing intermediate container 0328e9ca3d8a [2021-01-04T19:40:57.658Z] ---> 3e3476debbc9 [2021-01-04T19:40:57.658Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T19:40:57.923Z] Removing intermediate container 97e71e849a00 [2021-01-04T19:40:57.923Z] ---> 007aef685b3d [2021-01-04T19:40:57.923Z] Step 21/22 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:40:58.500Z] ---> Running in dda9d4d84cbf [2021-01-04T19:40:58.500Z] ---> 22e0c56bf224 [2021-01-04T19:40:58.500Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T19:40:58.500Z] ---> Running in 3c798f79ccd1 [2021-01-04T19:40:58.772Z] Removing intermediate container 31b4d04488bf [2021-01-04T19:40:58.772Z] ---> bc79c1d25f06 [2021-01-04T19:40:58.772Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:40:58.772Z] ---> Running in c52f6e8ae0c9 [2021-01-04T19:40:59.044Z] Removing intermediate container dda9d4d84cbf [2021-01-04T19:40:59.044Z] ---> ba3df0d8e9f3 [2021-01-04T19:40:59.044Z] Step 23/24 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:40:59.044Z] Removing intermediate container 3c798f79ccd1 [2021-01-04T19:40:59.044Z] ---> 4e8824a0ef97 [2021-01-04T19:40:59.044Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:40:59.044Z] Removing intermediate container c52f6e8ae0c9 [2021-01-04T19:40:59.044Z] ---> d1ceda642ad4 [2021-01-04T19:40:59.044Z] [2021-01-04T19:40:59.044Z] ---> Running in 37012ee4bf4d [2021-01-04T19:40:59.313Z] ---> Running in 3f2778effe85 [2021-01-04T19:40:59.313Z] ---> 26238e2e50d9 [2021-01-04T19:40:59.313Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T19:40:59.581Z] Successfully built d1ceda642ad4 [2021-01-04T19:40:59.581Z] Removing intermediate container 37012ee4bf4d [2021-01-04T19:40:59.581Z] ---> e3e9d3e7c249 [2021-01-04T19:40:59.581Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:40:59.581Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T19:40:59.581Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-04T19:40:59.581Z] ---> Running in f24d69dc7211 [2021-01-04T19:40:59.581Z] Removing intermediate container 3f2778effe85 [2021-01-04T19:40:59.581Z] ---> f8bc85f0a5cc [2021-01-04T19:40:59.581Z] [2021-01-04T19:40:59.581Z] ---> Running in f8da80423ead [2021-01-04T19:40:59.849Z] Successfully built f8bc85f0a5cc [2021-01-04T19:40:59.849Z] Successfully tagged docker-core-command-go:latest [2021-01-04T19:40:59.849Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-04T19:41:00.121Z] Removing intermediate container f24d69dc7211 [2021-01-04T19:41:00.121Z] ---> 3c04c9b261c8 [2021-01-04T19:41:00.121Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T19:41:00.121Z] Removing intermediate container f8da80423ead [2021-01-04T19:41:00.121Z] ---> 1adf2e82046a [2021-01-04T19:41:00.121Z] [2021-01-04T19:41:00.121Z] ---> Running in f27dba11a229 [2021-01-04T19:41:00.121Z] Successfully built 1adf2e82046a [2021-01-04T19:41:00.121Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T19:41:00.121Z] Building docker-security-bootstrap-redis-go [2021-01-04T19:41:00.384Z]  Building docker-support-notifications-go ... done Removing intermediate container f27dba11a229 [2021-01-04T19:41:00.384Z] ---> 24ff91b6d45f [2021-01-04T19:41:00.384Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T19:41:00.384Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T19:41:00.384Z] ---> Running in 0250006cafa6 [2021-01-04T19:41:00.384Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T19:41:00.384Z] ---> aefe523efa57 [2021-01-04T19:41:00.384Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T19:41:00.654Z] ---> Running in e6ec77eebdbc [2021-01-04T19:41:00.921Z] Removing intermediate container 0250006cafa6 [2021-01-04T19:41:00.921Z] ---> 23f8428a802a [2021-01-04T19:41:00.921Z] Step 20/21 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:41:05.158Z] ---> Running in 5980b0198017 [2021-01-04T19:41:07.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:07.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:07.727Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T19:41:07.727Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T19:41:07.727Z] Executing bash-5.0.17-r0.post-install [2021-01-04T19:41:07.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:07.727Z] OK: 12 MiB in 22 packages [2021-01-04T19:41:08.308Z] Removing intermediate container 5980b0198017 [2021-01-04T19:41:08.308Z] ---> cbbef5234ec9 [2021-01-04T19:41:08.308Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:41:08.574Z] ---> Running in 9920a1a47c28 [2021-01-04T19:41:09.153Z] Removing intermediate container 9920a1a47c28 [2021-01-04T19:41:09.153Z] ---> d13fd878dd52 [2021-01-04T19:41:09.153Z] [2021-01-04T19:41:09.153Z] Removing intermediate container e6ec77eebdbc [2021-01-04T19:41:09.153Z] ---> b177acc73323 [2021-01-04T19:41:09.153Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T19:41:09.153Z] ---> Running in fc07e83839e2 [2021-01-04T19:41:09.153Z] Successfully built d13fd878dd52 [2021-01-04T19:41:09.153Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T19:41:09.153Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-04T19:41:09.420Z] Removing intermediate container fc07e83839e2 [2021-01-04T19:41:09.420Z] ---> 66c32238ae3a [2021-01-04T19:41:09.420Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T19:41:09.420Z] ---> Running in fc54c2086a82 [2021-01-04T19:41:09.682Z] Removing intermediate container fc54c2086a82 [2021-01-04T19:41:09.682Z] ---> 1addbfcd682e [2021-01-04T19:41:09.682Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T19:41:09.682Z] ---> Running in 3867b7584675 [2021-01-04T19:41:09.948Z] Removing intermediate container 3867b7584675 [2021-01-04T19:41:09.948Z] ---> bea75297d72a [2021-01-04T19:41:09.948Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T19:41:18.201Z] ---> 5ec2d26fa2d3 [2021-01-04T19:41:18.201Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:18.201Z] ---> d3faf03cb1ef [2021-01-04T19:41:18.201Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T19:41:19.628Z] ---> 8ed7f6ab3219 [2021-01-04T19:41:19.628Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T19:41:20.209Z] ---> Running in 08952df5b23c [2021-01-04T19:41:22.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:22.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:22.448Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T19:41:22.448Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T19:41:22.448Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T19:41:22.720Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T19:41:23.309Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T19:41:23.309Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T19:41:23.309Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T19:41:23.933Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:23.933Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:23.933Z] ---> e7fdcbcb2de1 [2021-01-04T19:41:23.933Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T19:41:23.933Z] ---> Using cache [2021-01-04T19:41:23.933Z] ---> 43ced4e0b26e [2021-01-04T19:41:23.933Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:23.933Z] ---> Using cache [2021-01-04T19:41:23.933Z] ---> ab6d6365a0aa [2021-01-04T19:41:23.933Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T19:41:25.936Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:25.936Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:25.936Z] ---> e7fdcbcb2de1 [2021-01-04T19:41:25.936Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:41:25.936Z] ---> Using cache [2021-01-04T19:41:25.936Z] ---> 43ced4e0b26e [2021-01-04T19:41:25.936Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:25.936Z] ---> Using cache [2021-01-04T19:41:25.936Z] ---> ab6d6365a0aa [2021-01-04T19:41:25.936Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:41:25.936Z] ---> Using cache [2021-01-04T19:41:25.936Z] ---> 3b64169e65de [2021-01-04T19:41:25.936Z] Step 6/22 : COPY go.mod . [2021-01-04T19:41:25.936Z] ---> Using cache [2021-01-04T19:41:25.936Z] ---> 61089f4ee511 [2021-01-04T19:41:25.936Z] Step 7/22 : RUN go mod download [2021-01-04T19:41:25.936Z] ---> Using cache [2021-01-04T19:41:25.936Z] ---> 6a3994bdd858 [2021-01-04T19:41:25.936Z] Step 8/22 : COPY . . [2021-01-04T19:41:25.936Z] ---> Using cache [2021-01-04T19:41:25.936Z] ---> 9c2672292daf [2021-01-04T19:41:25.936Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T19:41:27.339Z] ---> Running in b8bca80e7ed6 [2021-01-04T19:41:27.654Z] ---> Running in 606982c92eb9 [2021-01-04T19:41:27.654Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T19:41:27.654Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T19:41:27.654Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T19:41:27.654Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T19:41:27.654Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T19:41:27.654Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T19:41:27.654Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T19:41:28.336Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T19:41:29.394Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T19:41:29.701Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T19:41:29.701Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:29.701Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:29.701Z] ---> e7fdcbcb2de1 [2021-01-04T19:41:29.701Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:41:29.701Z] ---> Using cache [2021-01-04T19:41:29.701Z] ---> 43ced4e0b26e [2021-01-04T19:41:29.701Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:29.701Z] ---> Using cache [2021-01-04T19:41:29.701Z] ---> ab6d6365a0aa [2021-01-04T19:41:29.701Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:41:29.701Z] ---> Using cache [2021-01-04T19:41:29.701Z] ---> 3b64169e65de [2021-01-04T19:41:29.701Z] Step 6/22 : COPY go.mod . [2021-01-04T19:41:29.701Z] ---> Using cache [2021-01-04T19:41:29.701Z] ---> 61089f4ee511 [2021-01-04T19:41:29.701Z] Step 7/22 : RUN go mod download [2021-01-04T19:41:29.701Z] ---> Using cache [2021-01-04T19:41:29.701Z] ---> 6a3994bdd858 [2021-01-04T19:41:29.701Z] Step 8/22 : COPY . . [2021-01-04T19:41:29.965Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T19:41:29.965Z] ---> Using cache [2021-01-04T19:41:29.965Z] ---> 9c2672292daf [2021-01-04T19:41:29.965Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T19:41:29.965Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T19:41:30.228Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T19:41:31.187Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T19:41:31.187Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T19:41:31.458Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T19:41:31.458Z] ---> Running in 022ae5b7986d [2021-01-04T19:41:31.458Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T19:41:31.458Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T19:41:31.458Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T19:41:31.723Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T19:41:31.723Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T19:41:31.723Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T19:41:31.723Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T19:41:31.723Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T19:41:31.723Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T19:41:31.723Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T19:41:32.716Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:32.995Z] OK: 71 MiB in 55 packages [2021-01-04T19:41:32.995Z] 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-04T19:41:32.995Z] 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-04T19:41:32.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:32.995Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:41:32.995Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:41:32.995Z] ---> e7fdcbcb2de1 [2021-01-04T19:41:32.995Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:41:32.995Z] ---> Using cache [2021-01-04T19:41:32.995Z] ---> 43ced4e0b26e [2021-01-04T19:41:32.995Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:32.995Z] ---> Using cache [2021-01-04T19:41:32.995Z] ---> ab6d6365a0aa [2021-01-04T19:41:32.995Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T19:41:32.995Z] ---> Using cache [2021-01-04T19:41:32.995Z] ---> 3b64169e65de [2021-01-04T19:41:32.995Z] Step 6/24 : COPY go.mod . [2021-01-04T19:41:32.995Z] ---> Using cache [2021-01-04T19:41:32.995Z] ---> 61089f4ee511 [2021-01-04T19:41:32.995Z] Step 7/24 : RUN go mod download [2021-01-04T19:41:32.995Z] ---> Using cache [2021-01-04T19:41:32.995Z] ---> 6a3994bdd858 [2021-01-04T19:41:32.995Z] Step 8/24 : COPY . . [2021-01-04T19:41:32.995Z] ---> Using cache [2021-01-04T19:41:32.995Z] ---> 9c2672292daf [2021-01-04T19:41:32.995Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T19:41:33.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:33.981Z] ---> Running in 5e8d95ef7d36 [2021-01-04T19:41:34.034Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T19:41:34.574Z] OK: 233 MiB in 51 packages [2021-01-04T19:41:34.842Z] 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-04T19:41:36.895Z] Removing intermediate container b8bca80e7ed6 [2021-01-04T19:41:36.895Z] ---> 25725449e70f [2021-01-04T19:41:36.895Z] Step 6/23 : COPY go.mod . [2021-01-04T19:41:37.882Z] ---> 2dd539ff95aa [2021-01-04T19:41:37.882Z] Step 7/23 : RUN go mod download [2021-01-04T19:41:39.311Z] ---> Running in 33e8d84b805f [2021-01-04T19:41:44.907Z] Removing intermediate container 33e8d84b805f [2021-01-04T19:41:44.907Z] ---> c590f5a0a414 [2021-01-04T19:41:44.907Z] Step 8/23 : COPY . . [2021-01-04T19:41:53.338Z] Removing intermediate container 08952df5b23c [2021-01-04T19:41:53.338Z] ---> a96de7b90541 [2021-01-04T19:41:53.338Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T19:41:54.826Z] ---> Running in 90f22c6d7fa1 [2021-01-04T19:41:56.434Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T19:41:56.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T19:41:59.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T19:41:59.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T19:41:59.877Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T19:42:05.027Z] Collecting docker-compose==1.23.2 [2021-01-04T19:42:05.027Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T19:42:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.213s coverage: 46.6% of statements [2021-01-04T19:42:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T19:42:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T19:42:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T19:42:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T19:42:05.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T19:42:05.317Z] 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-04T19:42:05.318Z] Collecting PyYAML<4,>=3.10 [2021-01-04T19:42:05.318Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T19:42:09.616Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T19:42:09.616Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T19:42:12.197Z] Removing intermediate container 606982c92eb9 [2021-01-04T19:42:12.197Z] ---> 60055d197374 [2021-01-04T19:42:12.197Z] [2021-01-04T19:42:12.197Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T19:42:12.197Z] ---> 389fef711851 [2021-01-04T19:42:12.197Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:42:12.461Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T19:42:12.461Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T19:42:12.749Z] 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-04T19:42:12.749Z] ---> c7832cfe979b [2021-01-04T19:42:12.749Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T19:42:12.749Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T19:42:12.749Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T19:42:12.749Z] ---> Running in 9b3a1fc0cba9 [2021-01-04T19:42:13.023Z] ---> Running in 1aecb2db39a6 [2021-01-04T19:42:13.023Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T19:42:13.023Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T19:42:13.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.545s coverage: 27.0% of statements [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T19:42:13.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T19:42:13.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T19:42:13.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.549s coverage: 75.7% of statements [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T19:42:13.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 82.9% of statements [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T19:42:13.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T19:42:13.638Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T19:42:13.638Z] 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-04T19:42:13.638Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T19:42:13.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:13.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:13.913Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T19:42:13.913Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T19:42:14.194Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:42:14.194Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:42:14.194Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:42:14.194Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:42:14.194Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:42:14.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:14.194Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:42:14.194Z] OK: 7 MiB in 19 packages [2021-01-04T19:42:15.617Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T19:42:15.617Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T19:42:15.617Z] Removing intermediate container 5e8d95ef7d36 [2021-01-04T19:42:15.617Z] ---> 7e165a84ed05 [2021-01-04T19:42:15.617Z] [2021-01-04T19:42:15.617Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T19:42:15.617Z] ---> 389fef711851 [2021-01-04T19:42:15.617Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:42:16.570Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T19:42:16.570Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T19:42:16.856Z] ---> Running in aeaffb4d06b2 [2021-01-04T19:42:16.856Z] Collecting idna<2.8,>=2.5 [2021-01-04T19:42:16.856Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T19:42:17.442Z] 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-04T19:42:17.720Z] Removing intermediate container 022ae5b7986d [2021-01-04T19:42:17.720Z] ---> 2d8f3c209b00 [2021-01-04T19:42:17.720Z] [2021-01-04T19:42:17.720Z] Step 10/22 : FROM scratch [2021-01-04T19:42:17.720Z] ---> [2021-01-04T19:42:17.720Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:42:17.720Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T19:42:17.720Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T19:42:17.999Z] 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-04T19:42:17.999Z] Removing intermediate container 9b3a1fc0cba9 [2021-01-04T19:42:17.999Z] ---> 8eebcbfcdc30 [2021-01-04T19:42:17.999Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T19:42:18.279Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T19:42:18.279Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T19:42:18.279Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T19:42:18.279Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T19:42:18.279Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T19:42:18.280Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T19:42:18.280Z] ---> Running in d0f4766d93f9 [2021-01-04T19:42:18.280Z] ---> Using cache [2021-01-04T19:42:18.280Z] ---> a9feeff623e9 [2021-01-04T19:42:18.280Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T19:42:18.553Z] ---> Running in 67a4259a0cdf [2021-01-04T19:42:18.553Z] Installing collected packages: PyYAML, docopt, idna, urllib3, requests, cached-property, dockerpty, websocket-client, docker-pycreds, docker, texttable, jsonschema, docker-compose [2021-01-04T19:42:18.553Z] Running setup.py install for PyYAML: started [2021-01-04T19:42:18.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:18.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:19.083Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:42:19.083Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:42:19.083Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:42:19.083Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:42:19.083Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:42:19.083Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:19.083Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:42:19.083Z] OK: 7 MiB in 19 packages [2021-01-04T19:42:19.346Z] Removing intermediate container d0f4766d93f9 [2021-01-04T19:42:19.346Z] ---> 6bb4660ad16d [2021-01-04T19:42:19.346Z] Step 13/22 : WORKDIR / [2021-01-04T19:42:19.610Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T19:42:19.610Z] Running setup.py install for docopt: started [2021-01-04T19:42:20.195Z] Removing intermediate container 67a4259a0cdf [2021-01-04T19:42:20.195Z] ---> 8fdc90d2efc4 [2021-01-04T19:42:20.195Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:42:20.195Z] ---> Running in 7a7cc31cd23a [2021-01-04T19:42:20.195Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T19:42:20.195Z] Attempting uninstall: idna [2021-01-04T19:42:20.195Z] Found existing installation: idna 2.9 [2021-01-04T19:42:20.196Z] Uninstalling idna-2.9: [2021-01-04T19:42:20.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T19:42:20.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.258s coverage: 100.0% of statements [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T19:42:20.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T19:42:20.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.329s coverage: 86.7% of statements [2021-01-04T19:42:20.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T19:42:20.466Z] ---> Running in 7f3d28d5b114 [2021-01-04T19:42:20.466Z] Successfully uninstalled idna-2.9 [2021-01-04T19:42:20.767Z] Removing intermediate container 7a7cc31cd23a [2021-01-04T19:42:20.767Z] ---> 9165827c3d77 [2021-01-04T19:42:20.767Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T19:42:20.767Z] Attempting uninstall: urllib3 [2021-01-04T19:42:20.767Z] Found existing installation: urllib3 1.25.9 [2021-01-04T19:42:20.767Z] Uninstalling urllib3-1.25.9: [2021-01-04T19:42:21.338Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements [2021-01-04T19:42:21.338Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T19:42:21.762Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T19:42:21.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-01-04T19:42:21.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T19:42:21.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T19:42:21.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T19:42:21.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T19:42:22.366Z] Removing intermediate container 7f3d28d5b114 [2021-01-04T19:42:22.366Z] ---> fefd5a96986d [2021-01-04T19:42:22.366Z] Step 14/22 : WORKDIR / [2021-01-04T19:42:22.366Z] Removing intermediate container aeaffb4d06b2 [2021-01-04T19:42:22.366Z] ---> c3a5e65f9fa0 [2021-01-04T19:42:22.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:42:22.366Z] ---> Running in 520c3a77cbbc [2021-01-04T19:42:22.640Z] ---> a05ced2a9599 [2021-01-04T19:42:22.640Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T19:42:22.640Z] Attempting uninstall: requests [2021-01-04T19:42:22.640Z] Found existing installation: requests 2.23.0 [2021-01-04T19:42:22.640Z] Uninstalling requests-2.23.0: [2021-01-04T19:42:22.908Z] ---> Running in 5a55df2017bc [2021-01-04T19:42:22.908Z] Successfully uninstalled requests-2.23.0 [2021-01-04T19:42:23.181Z] Removing intermediate container 520c3a77cbbc [2021-01-04T19:42:23.181Z] ---> 07697a13ce09 [2021-01-04T19:42:23.181Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T19:42:23.181Z] Running setup.py install for dockerpty: started [2021-01-04T19:42:23.460Z] Removing intermediate container 5a55df2017bc [2021-01-04T19:42:23.460Z] ---> 137b7aa2a87d [2021-01-04T19:42:23.460Z] Step 13/24 : WORKDIR / [2021-01-04T19:42:23.743Z] ---> 8b684142eb6f [2021-01-04T19:42:23.743Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T19:42:23.743Z] ---> Running in 66b9cb56d465 [2021-01-04T19:42:23.743Z] ---> da67418cd077 [2021-01-04T19:42:23.743Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T19:42:24.035Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T19:42:24.631Z] Removing intermediate container 66b9cb56d465 [2021-01-04T19:42:24.631Z] ---> 9989b1325b6a [2021-01-04T19:42:24.631Z] 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-04T19:42:25.234Z] ---> 7cd392640ca5 [2021-01-04T19:42:25.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:25.234Z] ---> 303bf1040be4 [2021-01-04T19:42:25.234Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:25.515Z] Running setup.py install for texttable: started [2021-01-04T19:42:25.823Z] ---> bb2aa4016eb4 [2021-01-04T19:42:25.823Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T19:42:25.823Z] ---> 07e3ee10758e [2021-01-04T19:42:25.823Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T19:42:26.104Z] ---> a1d33491f655 [2021-01-04T19:42:26.104Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T19:42:26.104Z] ---> Running in 71e8bb3d2005 [2021-01-04T19:42:26.104Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T19:42:26.104Z] ---> Running in 93c63599c2aa [2021-01-04T19:42:28.060Z] Removing intermediate container 71e8bb3d2005 [2021-01-04T19:42:28.060Z] ---> de3a48bad1e9 [2021-01-04T19:42:28.060Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:28.335Z] 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-04T19:42:28.335Z] ---> 9ea5c5330978 [2021-01-04T19:42:28.335Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:28.607Z] ---> Running in 327658625d30 [2021-01-04T19:42:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.976s coverage: 93.8% of statements [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T19:42:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T19:42:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T19:42:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T19:42:28.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements [2021-01-04T19:42:28.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T19:42:28.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2021-01-04T19:42:29.202Z] Removing intermediate container 327658625d30 [2021-01-04T19:42:29.202Z] ---> 574f9b52a70f [2021-01-04T19:42:29.202Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:42:29.202Z] ---> 88449d43ed9e [2021-01-04T19:42:29.202Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T19:42:29.202Z] ---> Running in 1a9651007cab [2021-01-04T19:42:29.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.143s coverage: 87.2% of statements [2021-01-04T19:42:29.811Z] Removing intermediate container 1a9651007cab [2021-01-04T19:42:29.811Z] ---> 54002ef7917b [2021-01-04T19:42:29.811Z] Step 21/22 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:42:30.103Z] ---> Running in 92126f0690da [2021-01-04T19:42:30.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.2% of statements [2021-01-04T19:42:31.081Z] ---> 1a6113ad2f19 [2021-01-04T19:42:31.081Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T19:42:31.685Z] Removing intermediate container 92126f0690da [2021-01-04T19:42:31.685Z] ---> e666b08a03d7 [2021-01-04T19:42:31.685Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:42:31.962Z] Removing intermediate container 93c63599c2aa [2021-01-04T19:42:31.962Z] ---> 426a07c103d0 [2021-01-04T19:42:31.962Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T19:42:31.962Z] Removing intermediate container 90f22c6d7fa1 [2021-01-04T19:42:31.962Z] ---> 9afd7b7c218f [2021-01-04T19:42:31.962Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T19:42:31.962Z] ---> Running in 0f859d1cffe3 [2021-01-04T19:42:31.962Z] ---> e6d2ecabec41 [2021-01-04T19:42:31.962Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T19:42:32.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.4% of statements [2021-01-04T19:42:32.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T19:42:32.226Z] ---> Running in 79682839659b [2021-01-04T19:42:32.227Z] ---> Running in 63c951535744 [2021-01-04T19:42:32.506Z] Removing intermediate container 0f859d1cffe3 [2021-01-04T19:42:32.506Z] ---> c0cbcef07fd3 [2021-01-04T19:42:32.506Z] [2021-01-04T19:42:32.781Z] Removing intermediate container 79682839659b [2021-01-04T19:42:32.781Z] ---> 54134cfa0edd [2021-01-04T19:42:32.781Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:42:32.781Z] ---> 45797591412e [2021-01-04T19:42:32.781Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T19:42:32.781Z] Successfully built c0cbcef07fd3 [2021-01-04T19:42:32.781Z] ---> Running in fca8fbd72a4b [2021-01-04T19:42:32.781Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T19:42:32.781Z]  Building docker-core-metadata-go ... done  ---> Running in 3ad9a94c05f4 [2021-01-04T19:42:33.045Z] Removing intermediate container fca8fbd72a4b [2021-01-04T19:42:33.045Z] ---> 2b91ba6f5d00 [2021-01-04T19:42:33.045Z] Step 21/22 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:42:33.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:33.311Z] ---> Running in 574b93f833f4 [2021-01-04T19:42:33.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:33.311Z] Removing intermediate container 574b93f833f4 [2021-01-04T19:42:33.311Z] ---> 9885b2bea172 [2021-01-04T19:42:33.311Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:42:33.578Z] ---> Running in feb85ddbf9ea [2021-01-04T19:42:33.578Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:42:33.578Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T19:42:33.578Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T19:42:33.578Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:33.578Z] OK: 72 MiB in 58 packages [2021-01-04T19:42:33.840Z] Removing intermediate container feb85ddbf9ea [2021-01-04T19:42:33.840Z] ---> 21e6206bfa6b [2021-01-04T19:42:33.840Z] [2021-01-04T19:42:33.840Z] Successfully built 21e6206bfa6b [2021-01-04T19:42:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.792s coverage: 63.5% of statements [2021-01-04T19:42:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T19:42:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T19:42:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements [2021-01-04T19:42:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 91.3% of statements [2021-01-04T19:42:34.788Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T19:42:35.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-04T19:42:35.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-01-04T19:42:35.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-01-04T19:42:36.187Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3ad9a94c05f4 [2021-01-04T19:42:36.187Z] ---> 42781188a732 [2021-01-04T19:42:36.187Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T19:42:36.454Z] ---> Running in e2380b935446 [2021-01-04T19:42:36.454Z] Removing intermediate container 63c951535744 [2021-01-04T19:42:36.454Z] ---> 451c30b0ec34 [2021-01-04T19:42:36.454Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T19:42:36.454Z] ---> Running in 5f23daa0c9eb [2021-01-04T19:42:36.721Z] Removing intermediate container e2380b935446 [2021-01-04T19:42:36.721Z] ---> db80e2e524fa [2021-01-04T19:42:36.721Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T19:42:36.721Z] Removing intermediate container 5f23daa0c9eb [2021-01-04T19:42:36.721Z] ---> 5353531438a3 [2021-01-04T19:42:36.721Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:36.721Z] ---> Running in 645ba98ce24c [2021-01-04T19:42:36.989Z] ---> Running in a1f28d2eda44 [2021-01-04T19:42:36.989Z] Removing intermediate container 645ba98ce24c [2021-01-04T19:42:36.989Z] ---> de6dc7a6f959 [2021-01-04T19:42:36.989Z] Step 23/24 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:42:36.989Z] ---> Running in cea28df2712a [2021-01-04T19:42:37.252Z] Removing intermediate container a1f28d2eda44 [2021-01-04T19:42:37.252Z] ---> 41d8d1d55404 [2021-01-04T19:42:37.252Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T19:42:38.645Z] ---> Running in 62464da31ca5 [2021-01-04T19:42:38.913Z] Removing intermediate container cea28df2712a [2021-01-04T19:42:38.913Z] ---> 304c0d230ff3 [2021-01-04T19:42:38.913Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:42:38.913Z] ---> Running in 603a031e3d59 [2021-01-04T19:42:38.913Z] Removing intermediate container 62464da31ca5 [2021-01-04T19:42:38.913Z] ---> 5adb8173a7cc [2021-01-04T19:42:38.913Z] Step 25/26 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:42:39.178Z] Removing intermediate container 1aecb2db39a6 [2021-01-04T19:42:39.178Z] ---> 3ad5d469fcdf [2021-01-04T19:42:39.178Z] [2021-01-04T19:42:39.178Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T19:42:39.178Z] ---> 389fef711851 [2021-01-04T19:42:39.178Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:42:39.178Z] ---> Running in d41a7d1646bf [2021-01-04T19:42:39.178Z] ---> Running in 8242753cff94 [2021-01-04T19:42:39.178Z] Removing intermediate container 603a031e3d59 [2021-01-04T19:42:39.178Z] ---> c5af7afb9361 [2021-01-04T19:42:39.178Z] [2021-01-04T19:42:39.443Z] Successfully built c5af7afb9361 [2021-01-04T19:42:39.443Z] Removing intermediate container d41a7d1646bf [2021-01-04T19:42:39.443Z] ---> 6640182af3b2 [2021-01-04T19:42:39.443Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T19:42:39.443Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T19:42:39.443Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8242753cff94 [2021-01-04T19:42:39.443Z] ---> aaa9b779102c [2021-01-04T19:42:39.443Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T19:42:39.443Z] ---> Running in d5e9bad81eab [2021-01-04T19:42:39.443Z] ---> Running in 9811e6b0d5e0 [2021-01-04T19:42:39.707Z] Removing intermediate container d5e9bad81eab [2021-01-04T19:42:39.707Z] ---> 5638db9dc0ad [2021-01-04T19:42:39.707Z] [2021-01-04T19:42:39.707Z] Removing intermediate container 9811e6b0d5e0 [2021-01-04T19:42:39.707Z] ---> 06ad1c7df814 [2021-01-04T19:42:39.707Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T19:42:39.971Z] Successfully built 5638db9dc0ad [2021-01-04T19:42:39.971Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T19:42:39.971Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 5ee0399e1833 [2021-01-04T19:42:39.971Z] Removing intermediate container 5ee0399e1833 [2021-01-04T19:42:39.971Z] ---> 43aa7ed76bc8 [2021-01-04T19:42:39.971Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:42:40.235Z] ---> Running in fa416e3ba682 [2021-01-04T19:42:41.184Z] Removing intermediate container fa416e3ba682 [2021-01-04T19:42:41.184Z] ---> 1ee47288ae3a [2021-01-04T19:42:41.184Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T19:42:41.184Z] ---> Running in ba9ebb8c89b9 [2021-01-04T19:42:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.067s coverage: 55.9% of statements [2021-01-04T19:42:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T19:42:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T19:42:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T19:42:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T19:42:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T19:42:41.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:41.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.401s coverage: 37.0% of statements [2021-01-04T19:42:41.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T19:42:41.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T19:42:41.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.505s coverage: 84.0% of statements [2021-01-04T19:42:41.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2021-01-04T19:42:42.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:42.969Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T19:42:42.969Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T19:42:42.969Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T19:42:43.232Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T19:42:43.232Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T19:42:43.493Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:43.493Z] OK: 8 MiB in 19 packages [2021-01-04T19:42:44.070Z] Removing intermediate container ba9ebb8c89b9 [2021-01-04T19:42:44.070Z] ---> d727a635b6fa [2021-01-04T19:42:44.070Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T19:42:44.333Z] ---> 76642cbbd36a [2021-01-04T19:42:44.333Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T19:42:44.911Z] ---> fc8080eba3c0 [2021-01-04T19:42:44.911Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T19:42:45.174Z] ---> ebb94954ee0a [2021-01-04T19:42:45.174Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T19:42:45.174Z] ---> Running in dedd86f467b3 [2021-01-04T19:42:45.437Z] Removing intermediate container dedd86f467b3 [2021-01-04T19:42:45.437Z] ---> 2353550c47c2 [2021-01-04T19:42:45.437Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:45.437Z] ---> Running in bea035f2ef2f [2021-01-04T19:42:46.013Z] Removing intermediate container bea035f2ef2f [2021-01-04T19:42:46.013Z] ---> ba29bdd9de78 [2021-01-04T19:42:46.013Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T19:42:46.013Z] ---> Running in 10d9a6408597 [2021-01-04T19:42:46.280Z] Removing intermediate container 10d9a6408597 [2021-01-04T19:42:46.280Z] ---> 0fd059fcb547 [2021-01-04T19:42:46.280Z] Step 22/23 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:42:46.280Z] ---> Running in 391bda52e36a [2021-01-04T19:42:46.544Z] Removing intermediate container 391bda52e36a [2021-01-04T19:42:46.544Z] ---> fc3e5fe307cd [2021-01-04T19:42:46.544Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T19:42:46.544Z] ---> Running in 6f769c09d9f8 [2021-01-04T19:42:46.807Z] Removing intermediate container 6f769c09d9f8 [2021-01-04T19:42:46.807Z] ---> ea186edd9e19 [2021-01-04T19:42:46.807Z] [2021-01-04T19:42:46.807Z] Successfully built ea186edd9e19 [2021-01-04T19:42:46.807Z] Successfully tagged docker-core-data-go:latest [2021-01-04T19:42:47.391Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T19:42:47.409Z] $ docker stop --time=1 0693f579cb127bf2733608ef8b0c8eccf2bcce621908b9b1f9097e724f02be03 [2021-01-04T19:42:48.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.1% of statements [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T19:42:48.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T19:42:48.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-01-04T19:42:48.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T19:42:49.021Z] $ docker rm -f 0693f579cb127bf2733608ef8b0c8eccf2bcce621908b9b1f9097e724f02be03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:42:49.702Z] + docker images [2021-01-04T19:42:49.702Z] + grep docker [2021-01-04T19:42:49.702Z] docker-core-data-go latest ea186edd9e19 3 seconds ago 22.2MB [2021-01-04T19:42:49.702Z] docker-security-secretstore-setup-go latest c5af7afb9361 10 seconds ago 24.6MB [2021-01-04T19:42:49.702Z] docker-sys-mgmt-agent-go latest 5638db9dc0ad 10 seconds ago 313MB [2021-01-04T19:42:49.702Z] docker-security-bootstrap-redis-go latest 21e6206bfa6b 16 seconds ago 15.8MB [2021-01-04T19:42:49.702Z] docker-core-metadata-go latest c0cbcef07fd3 17 seconds ago 13MB [2021-01-04T19:42:49.702Z] docker-security-proxy-setup-go latest d13fd878dd52 About a minute ago 24.5MB [2021-01-04T19:42:49.702Z] docker-support-notifications-go latest 1adf2e82046a About a minute ago 12MB [2021-01-04T19:42:49.703Z] docker-core-command-go latest f8bc85f0a5cc About a minute ago 10.6MB [2021-01-04T19:42:49.703Z] docker-support-scheduler-go latest d1ceda642ad4 About a minute ago 10.7MB [2021-01-04T19:42:49.703Z] docker 20.10.0 aefe523efa57 3 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-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.994s coverage: 29.1% of statements [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T19:42:52.876Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T19:42:52.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-04T19:42:53.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-04T19:42:54.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-04T19:42:55.048Z] GO111MODULE=on go vet ./... [2021-01-04T19:43:05.495Z] Still waiting to schedule task [2021-01-04T19:43:05.495Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-04T19:44:03.985Z] gofmt -l . [2021-01-04T19:44:03.985Z] [ "`gofmt -l .`" = "" ] [2021-01-04T19:44:03.985Z] ./bin/test-go-mod-tidy.sh [2021-01-04T19:44:03.985Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T19:44:08.021Z] + ls -al . [2021-01-04T19:44:08.021Z] total 664 [2021-01-04T19:44:08.021Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 19:44 . [2021-01-04T19:44:08.021Z] drwxr-xr-x 4 root root 4096 Jan 4 19:40 .. [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:39 .dockerignore [2021-01-04T19:44:08.021Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:39 .git [2021-01-04T19:44:08.021Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 19:39 .github [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 19:39 .gitignore [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:39 .sonarcloud.properties [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:39 CONTRIBUTING.md [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 19:39 Dockerfile.build [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 19:39 Jenkinsfile [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:39 LICENSE [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 19:39 Makefile [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 19:39 README.md [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 19:39 SECURITY.md [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:35 VERSION [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:39 ZMQWindows.md [2021-01-04T19:44:08.021Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 19:39 bin [2021-01-04T19:44:08.021Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:39 cmd [2021-01-04T19:44:08.021Z] -rw-r--r-- 1 root root 538204 Jan 4 19:42 coverage.out [2021-01-04T19:44:08.021Z] -rw-r--r-- 1 root root 979 Jan 4 19:44 go.mod [2021-01-04T19:44:08.021Z] -rw-r--r-- 1 root root 18824 Jan 4 19:44 go.sum [2021-01-04T19:44:08.021Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:39 internal [2021-01-04T19:44:08.021Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:39 openapi [2021-01-04T19:44:08.021Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:39 snap [2021-01-04T19:44:08.021Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 19:39 version.go [Pipeline] sh [2021-01-04T19:44:08.673Z] + '[' -e coverage.out ] [2021-01-04T19:44:08.673Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T19:44:08.693Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T19:44:09.849Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T19:44:10.599Z] + make build [2021-01-04T19:44:10.599Z] 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-04T19:44:20.803Z] 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-04T19:44:27.716Z] Running on prd-ubuntu18.04-docker-8c-8g-18254 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws [2021-01-04T19:44:27.771Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T19:44:29.922Z] using credential edgex-jenkins-ssh [2021-01-04T19:44:29.972Z] Cloning the remote Git repository [2021-01-04T19:44:29.995Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:44:30.060Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-04T19:44:30.090Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:44:30.090Z] > git --version # timeout=10 [2021-01-04T19:44:30.094Z] > git --version # 'git version 2.17.1' [2021-01-04T19:44:30.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:44:30.119Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:44:43.004Z] 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-04T19:44:46.395Z] 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-04T19:44:51.798Z] 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-04T19:44:52.072Z] 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-04T19:44:57.575Z] Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:44:57.714Z] Merge succeeded, producing 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:44:57.715Z] Checking out Revision 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc (PR-2978) [2021-01-04T19:44:57.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:44:57.043Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:44:57.061Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:44:57.074Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:44:57.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:44:57.079Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:44:57.586Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:44:57.597Z] > git checkout -f 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc # timeout=10 [2021-01-04T19:44:57.694Z] > git remote # timeout=10 [2021-01-04T19:44:57.699Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:44:57.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:44:57.706Z] > git merge 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [2021-01-04T19:44:57.713Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:44:57.721Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:44:57.724Z] > git checkout -f 0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc # timeout=10 [2021-01-04T19:44:58.784Z] 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-04T19:45:01.384Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/google/uuid-1.1.3" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:45:02.859Z] + echo snap-build.sh [2021-01-04T19:45:02.859Z] snap-build.sh [2021-01-04T19:45:02.859Z] + SNAP_BASE_DIR=. [2021-01-04T19:45:02.859Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-04T19:45:02.859Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-04T19:45:02.859Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-04T19:45:02.859Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-04T19:45:02.859Z] + cd /w/workspace/edgex-go/2 [2021-01-04T19:45:02.859Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T19:45:02.859Z] Reading package lists... [2021-01-04T19:45:02.859Z] Building dependency tree... [2021-01-04T19:45:02.859Z] Reading state information... [2021-01-04T19:45:03.121Z] 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-04T19:45:03.133Z] The following packages were automatically installed and are no longer required: [2021-01-04T19:45:03.133Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T19:45:03.133Z] uidmap xdelta3 [2021-01-04T19:45:03.133Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T19:45:03.133Z] The following packages will be REMOVED: [2021-01-04T19:45:03.133Z] lxd* lxd-client* [2021-01-04T19:45:03.709Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T19:45:03.709Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T19:45:04.494Z] (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-04T19:45:04.494Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:45:05.439Z] Removing lxd dnsmasq configuration [2021-01-04T19:45:05.439Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:45:05.699Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T19:45:06.274Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T19:45:06.535Z] (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-04T19:45:06.535Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:45:07.429Z] 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-04T19:45:07.921Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T19:45:07.921Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T19:45:09.306Z] + sudo snap remove --purge lxd [2021-01-04T19:45:09.567Z] snap "lxd" is not installed [2021-01-04T19:45:09.567Z] + sudo groupadd --force --system lxd [2021-01-04T19:45:09.567Z] ++ whoami [2021-01-04T19:45:09.567Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T19:45:09.567Z] + newgrp - lxd [2021-01-04T19:45:09.567Z] + sudo snap install lxd [2021-01-04T19:45:10.812Z] 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-04T19:45:15.109Z] 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-04T19:45:17.712Z] 2021-01-04T19:45:15Z INFO Waiting for automatic snapd restart... [2021-01-04T19:45:18.529Z] 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-04T19:45:21.944Z] $ docker stop --time=1 f0dcd2cd595da0f93aa7421139c53b62bdfd1d6225eb2b315a5cc7dc1928f57c [2021-01-04T19:45:24.391Z] $ docker rm -f f0dcd2cd595da0f93aa7421139c53b62bdfd1d6225eb2b315a5cc7dc1928f57c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:45:26.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:45:26.360Z] [2021-01-04T19:45:26.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:45:26.735Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:45:27.006Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T19:45:27.006Z] 29e5d40040c1: Pulling fs layer [2021-01-04T19:45:27.006Z] 1ce36da41761: Pulling fs layer [2021-01-04T19:45:27.006Z] 25b303627fd3: Pulling fs layer [2021-01-04T19:45:27.278Z] 29e5d40040c1: Verifying Checksum [2021-01-04T19:45:27.278Z] 29e5d40040c1: Download complete [2021-01-04T19:45:27.551Z] 1ce36da41761: Verifying Checksum [2021-01-04T19:45:27.551Z] 1ce36da41761: Download complete [2021-01-04T19:45:27.824Z] 29e5d40040c1: Pull complete [2021-01-04T19:45:29.249Z] 1ce36da41761: Pull complete [2021-01-04T19:45:29.249Z] 25b303627fd3: Verifying Checksum [2021-01-04T19:45:29.249Z] 25b303627fd3: Download complete [2021-01-04T19:45:32.655Z] lxd 4.9 from Canonical* installed [2021-01-04T19:45:32.655Z] + sudo lxd init --auto [2021-01-04T19:45:39.235Z] + sudo snap install --classic snapcraft [2021-01-04T19:45:39.408Z] 25b303627fd3: Pull complete [2021-01-04T19:45:39.408Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T19:45:39.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:45:39.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T19:45:39.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-18250 does not seem to be running inside a container [2021-01-04T19:45:39.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T19:45:42.588Z] $ docker top 706772ddd3c746127d06c9c27d0a9521cb58b773a9ef7ce2c63a4c87ea11f1ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:45:43.584Z] + docker-compose build --help [2021-01-04T19:45:43.584Z] + grep parallel [2021-01-04T19:45:44.533Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T19:45:44.533Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T19:45:44.533Z] + patch --verbose -p1 [2021-01-04T19:45:44.533Z] Hmm... Looks like a unified diff to me... [2021-01-04T19:45:44.533Z] The text leading up to this was: [2021-01-04T19:45:44.533Z] -------------------------- [2021-01-04T19:45:44.533Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T19:45:44.533Z] |From: Tony Espy [2021-01-04T19:45:44.533Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T19:45:44.533Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T19:45:44.533Z] | [2021-01-04T19:45:44.533Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T19:45:44.533Z] |optimize the snap CI check run for pull requests. When [2021-01-04T19:45:44.533Z] |applied, it essentially strips out everything (apps and [2021-01-04T19:45:44.533Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T19:45:44.533Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T19:45:44.533Z] |catch changes to edgex-go that break the snap build. [2021-01-04T19:45:44.533Z] | [2021-01-04T19:45:44.533Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T19:45:44.533Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T19:45:44.533Z] |resulting in a failed snap build CI check in the associated [2021-01-04T19:45:44.533Z] |pull request. [2021-01-04T19:45:44.533Z] | [2021-01-04T19:45:44.533Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T19:45:44.533Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T19:45:44.533Z] |need to build the finally binary .snap file (and it won't [2021-01-04T19:45:44.533Z] |work with the patch applied). This further reduces the build [2021-01-04T19:45:44.533Z] |time. [2021-01-04T19:45:44.533Z] |--- [2021-01-04T19:45:44.533Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T19:45:44.533Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T19:45:44.533Z] | [2021-01-04T19:45:44.533Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T19:45:44.533Z] |index 1e537489..faf42425 100644 [2021-01-04T19:45:44.533Z] |--- a/snap/snapcraft.yaml [2021-01-04T19:45:44.533Z] |+++ b/snap/snapcraft.yaml [2021-01-04T19:45:44.533Z] -------------------------- [2021-01-04T19:45:44.533Z] patching file snap/snapcraft.yaml [2021-01-04T19:45:44.533Z] Using Plan A... [2021-01-04T19:45:44.533Z] Hunk #1 succeeded at 73. [2021-01-04T19:45:44.533Z] Hunk #2 succeeded at 202. [2021-01-04T19:45:44.533Z] Hunk #3 succeeded at 214. [2021-01-04T19:45:44.533Z] Hunk #4 succeeded at 222. [2021-01-04T19:45:44.533Z] Hunk #5 succeeded at 229. [2021-01-04T19:45:44.533Z] Hunk #6 succeeded at 256. [2021-01-04T19:45:44.533Z] Hunk #7 succeeded at 290. [2021-01-04T19:45:44.533Z] Hunk #8 succeeded at 341. [2021-01-04T19:45:44.533Z] Hmm... Ignoring the trailing garbage. [2021-01-04T19:45:44.533Z] done [2021-01-04T19:45:44.533Z] + sudo snapcraft prime --use-lxd [2021-01-04T19:45:45.475Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T19:45:45.475Z] 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-04T19:45:45.475Z] - README.md [2021-01-04T19:45:45.475Z] [2021-01-04T19:45:45.475Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T19:45:46.415Z] Launching a container. [2021-01-04T19:45:46.953Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T19:45:47.238Z] $ docker stop --time=1 706772ddd3c746127d06c9c27d0a9521cb58b773a9ef7ce2c63a4c87ea11f1ba [2021-01-04T19:45:49.178Z] $ docker rm -f 706772ddd3c746127d06c9c27d0a9521cb58b773a9ef7ce2c63a4c87ea11f1ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:45:49.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:45:49.977Z] . [Pipeline] withDockerContainer [2021-01-04T19:45:50.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-18250 does not seem to be running inside a container [2021-01-04T19:45:50.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T19:45:51.842Z] $ docker top 7021dd80761aa9e2757922d27c4cb1ae1a32a37bdcd7245fc4711c9c093e502f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:45:52.941Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T19:45:57.224Z] Building docker-core-command-go ... [2021-01-04T19:45:57.224Z] Building docker-core-data-go ... [2021-01-04T19:45:57.224Z] Building docker-core-metadata-go ... [2021-01-04T19:45:57.224Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T19:45:57.224Z] Building docker-security-proxy-setup-go ... [2021-01-04T19:45:57.225Z] Building docker-security-secretstore-setup-go ... [2021-01-04T19:45:57.225Z] Building docker-support-notifications-go ... [2021-01-04T19:45:57.225Z] Building docker-support-scheduler-go ... [2021-01-04T19:45:57.225Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T19:45:57.225Z] Building docker-sys-mgmt-agent-go [2021-01-04T19:45:57.225Z] Building docker-security-secretstore-setup-go [2021-01-04T19:45:57.225Z] Building docker-support-scheduler-go [2021-01-04T19:45:57.225Z] Building docker-security-proxy-setup-go [2021-01-04T19:45:57.225Z] Building docker-security-bootstrap-redis-go [2021-01-04T19:45:58.657Z] Waiting for container to be ready [2021-01-04T19:45:58.657Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T19:45:58.657Z] [2021-01-04T19:46:01.202Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T19:46:01.202Z] Waiting for network to be ready... [2021-01-04T19:46:01.466Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T19:46:01.725Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T19:46:01.725Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T19:46:01.725Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T19:46:01.725Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T19:46:01.725Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T19:46:01.725Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T19:46:01.725Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T19:46:01.725Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T19:46:01.725Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T19:46:02.295Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T19:46:02.295Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T19:46:02.557Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T19:46:02.557Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T19:46:02.557Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T19:46:02.557Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T19:46:02.557Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T19:46:02.557Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T19:46:03.126Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T19:46:03.390Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-04T19:46:03.390Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T19:46:03.390Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T19:46:03.390Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T19:46:03.390Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T19:46:03.390Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T19:46:03.390Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T19:46:03.390Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T19:46:06.841Z] Fetched 23.6 MB in 5s (4872 kB/s) [2021-01-04T19:46:07.414Z] Reading package lists... [2021-01-04T19:46:07.986Z] Reading package lists... [2021-01-04T19:46:07.986Z] Building dependency tree... [2021-01-04T19:46:07.986Z] Reading state information... [2021-01-04T19:46:08.247Z] The following additional packages will be installed: [2021-01-04T19:46:08.247Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T19:46:08.247Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T19:46:08.247Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T19:46:08.247Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T19:46:08.247Z] Suggested packages: [2021-01-04T19:46:08.247Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T19:46:08.247Z] Recommended packages: [2021-01-04T19:46:08.247Z] gnupg libsasl2-modules [2021-01-04T19:46:08.247Z] The following NEW packages will be installed: [2021-01-04T19:46:08.247Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T19:46:08.247Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T19:46:08.247Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T19:46:08.247Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T19:46:08.247Z] The following packages will be upgraded: [2021-01-04T19:46:08.247Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T19:46:08.506Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T19:46:08.506Z] Need to get 3531 kB of archives. [2021-01-04T19:46:08.506Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T19:46:08.506Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T19:46:08.506Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T19:46:08.766Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T19:46:09.027Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T19:46:09.027Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T19:46:09.027Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T19:46:09.027Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T19:46:09.027Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T19:46:09.027Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T19:46:09.027Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T19:46:09.027Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T19:46:09.027Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T19:46:09.027Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T19:46:09.027Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T19:46:09.027Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T19:46:09.294Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T19:46:09.294Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T19:46:09.294Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T19:46:09.294Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T19:46:09.294Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T19:46:09.294Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T19:46:09.294Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T19:46:09.554Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:46:09.554Z] Fetched 3531 kB in 1s (3262 kB/s) [2021-01-04T19:46:09.554Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T19:46:09.554Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:09.554Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:46:09.554Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T19:46:09.814Z] Selecting previously unselected package udev. [2021-01-04T19:46:09.814Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T19:46:09.814Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:09.814Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T19:46:10.073Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T19:46:10.073Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T19:46:10.073Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T19:46:10.073Z] Selecting previously unselected package fuse. [2021-01-04T19:46:10.073Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T19:46:10.073Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T19:46:10.333Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:10.333Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:10.333Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:10.333Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:10.593Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:10.593Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:10.593Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T19:46:10.593Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T19:46:10.593Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T19:46:10.593Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T19:46:10.593Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:10.853Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:10.853Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T19:46:10.853Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:10.853Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:10.853Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T19:46:10.853Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:10.853Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.114Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T19:46:11.114Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:11.114Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.114Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T19:46:11.114Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:11.114Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.377Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T19:46:11.377Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:11.377Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.377Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T19:46:11.377Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:11.377Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.377Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T19:46:11.377Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:11.637Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.637Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T19:46:11.637Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:46:11.637Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:11.637Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T19:46:11.637Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T19:46:11.637Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:11.637Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T19:46:11.896Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T19:46:11.896Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:11.896Z] Selecting previously unselected package libldap-common. [2021-01-04T19:46:11.896Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T19:46:11.896Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:11.896Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T19:46:11.896Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T19:46:11.896Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:12.158Z] Selecting previously unselected package dirmngr. [2021-01-04T19:46:12.158Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:12.158Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:12.158Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:12.158Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:12.419Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T19:46:12.419Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:12.419Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:46:12.419Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:12.419Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:12.419Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T19:46:12.419Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:46:12.419Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T19:46:12.987Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T19:46:12.987Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:12.987Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T19:46:12.987Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T19:46:13.247Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:13.247Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:46:13.247Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:46:13.247Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:13.507Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:46:13.769Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T19:46:13.769Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T19:46:13.769Z] This means they are not meant to be enabled using systemctl. [2021-01-04T19:46:13.769Z] Possible reasons for having this kind of units are: [2021-01-04T19:46:13.769Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T19:46:13.769Z] .wants/ or .requires/ directory. [2021-01-04T19:46:13.769Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T19:46:13.769Z] a requirement dependency on it. [2021-01-04T19:46:13.769Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T19:46:13.769Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T19:46:13.769Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T19:46:13.769Z] instance name specified. [2021-01-04T19:46:14.032Z] Reading package lists... [2021-01-04T19:46:14.297Z] Building dependency tree... [2021-01-04T19:46:14.297Z] Reading state information... [2021-01-04T19:46:14.297Z] The following additional packages will be installed: [2021-01-04T19:46:14.297Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T19:46:14.297Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T19:46:14.297Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T19:46:14.298Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T19:46:14.298Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T19:46:14.298Z] Suggested packages: [2021-01-04T19:46:14.298Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T19:46:14.298Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T19:46:14.298Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T19:46:14.298Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T19:46:14.298Z] systemd-container policykit-1 [2021-01-04T19:46:14.298Z] Recommended packages: [2021-01-04T19:46:14.298Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T19:46:14.298Z] The following NEW packages will be installed: [2021-01-04T19:46:14.298Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T19:46:14.298Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T19:46:14.298Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T19:46:14.298Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T19:46:14.298Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T19:46:14.298Z] The following packages will be upgraded: [2021-01-04T19:46:14.298Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T19:46:14.560Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T19:46:14.560Z] Need to get 35.2 MB of archives. [2021-01-04T19:46:14.560Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T19:46:14.560Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T19:46:14.560Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T19:46:14.560Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T19:46:14.560Z] 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-04T19:46:14.560Z] 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-04T19:46:14.560Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T19:46:14.560Z] 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-04T19:46:14.820Z] 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-04T19:46:14.820Z] 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-04T19:46:14.820Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T19:46:14.820Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T19:46:14.820Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T19:46:14.820Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T19:46:14.820Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T19:46:14.820Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T19:46:14.820Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T19:46:14.820Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T19:46:15.389Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T19:46:15.389Z] 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-04T19:46:15.389Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T19:46:15.389Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T19:46:15.389Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T19:46:15.389Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T19:46:15.389Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T19:46:15.389Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T19:46:15.389Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T19:46:15.389Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T19:46:15.389Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T19:46:15.649Z] 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-04T19:46:15.649Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T19:46:16.590Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:46:16.852Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-01-04T19:46:16.852Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:46:16.852Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:16.852Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:46:17.422Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:17.422Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:46:17.694Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T19:46:17.694Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:46:17.694Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T19:46:17.694Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T19:46:17.955Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T19:46:17.955Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:46:17.955Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T19:46:17.955Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T19:46:18.216Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T19:46:18.476Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T19:46:18.737Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T19:46:18.996Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T19:46:18.996Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T19:46:18.996Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T19:46:19.257Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T19:46:19.257Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:46:19.257Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:19.257Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T19:46:19.257Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T19:46:19.257Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T19:46:19.516Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T19:46:19.516Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:46:19.516Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:19.775Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T19:46:19.775Z] Checking for services that may need to be restarted...done. [2021-01-04T19:46:19.775Z] Checking for services that may need to be restarted...done. [2021-01-04T19:46:19.775Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:19.775Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T19:46:20.036Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:20.604Z] Selecting previously unselected package python3-minimal. [2021-01-04T19:46:20.604Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T19:46:20.604Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:46:20.604Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T19:46:20.604Z] Selecting previously unselected package mime-support. [2021-01-04T19:46:20.604Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T19:46:20.604Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T19:46:20.604Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T19:46:20.604Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T19:46:20.604Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T19:46:20.863Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T19:46:20.863Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:46:20.863Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:21.123Z] Selecting previously unselected package python3.6. [2021-01-04T19:46:21.123Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:46:21.123Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:21.123Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T19:46:21.123Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:46:21.123Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T19:46:21.123Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T19:46:21.383Z] Selecting previously unselected package python3. [2021-01-04T19:46:21.383Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T19:46:21.383Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:46:21.383Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T19:46:21.644Z] Selecting previously unselected package multiarch-support. [2021-01-04T19:46:21.644Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:46:21.644Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T19:46:21.644Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T19:46:21.903Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T19:46:21.903Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T19:46:21.903Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T19:46:21.903Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T19:46:21.903Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T19:46:21.903Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T19:46:21.903Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T19:46:21.903Z] Selecting previously unselected package sudo. [2021-01-04T19:46:21.903Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T19:46:21.903Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T19:46:22.472Z] Selecting previously unselected package apparmor. [2021-01-04T19:46:22.472Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T19:46:22.472Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T19:46:22.472Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T19:46:22.472Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T19:46:22.472Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T19:46:22.732Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T19:46:22.732Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:46:22.732Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:22.732Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T19:46:22.732Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:46:22.732Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:22.732Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T19:46:22.732Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T19:46:22.732Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T19:46:22.992Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T19:46:22.992Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:46:22.992Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:22.992Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T19:46:22.992Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:46:22.992Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:23.252Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T19:46:23.252Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T19:46:23.252Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T19:46:23.512Z] Selecting previously unselected package openssh-client. [2021-01-04T19:46:23.512Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T19:46:23.512Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T19:46:23.512Z] Selecting previously unselected package squashfs-tools. [2021-01-04T19:46:23.512Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T19:46:23.512Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T19:46:23.773Z] Selecting previously unselected package snapd. [2021-01-04T19:46:23.773Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T19:46:23.773Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T19:46:26.314Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T19:46:26.314Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T19:46:26.314Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T19:46:26.314Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T19:46:26.314Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T19:46:26.314Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:26.314Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:46:26.314Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T19:46:26.314Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T19:46:26.884Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T19:46:26.884Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T19:46:27.147Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T19:46:27.147Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:27.147Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:27.147Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:46:28.138Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T19:46:28.396Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:28.396Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T19:46:28.396Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T19:46:28.396Z] running python rtupdate hooks for python3.6... [2021-01-04T19:46:28.396Z] running python post-rtupdate hooks for python3.6... [2021-01-04T19:46:28.656Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T19:46:30.036Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T19:46:30.036Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:46:30.036Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T19:46:30.296Z] Setting up snapd (2.48+18.04) ... [2021-01-04T19:46:30.555Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T19:46:30.814Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T19:46:31.075Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T19:46:31.337Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T19:46:31.337Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T19:46:31.337Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T19:46:31.596Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T19:46:31.863Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T19:46:32.127Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T19:46:32.127Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T19:46:32.388Z] /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-04T19:46:32.388Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:46:32.388Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T19:46:33.331Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:46:33.331Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:46:33.331Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:46:34.536Z] Reading package lists... [2021-01-04T19:46:34.797Z] Reading package lists... [2021-01-04T19:46:35.057Z] Building dependency tree... [2021-01-04T19:46:35.057Z] Reading state information... [2021-01-04T19:46:35.057Z] Calculating upgrade... [2021-01-04T19:46:35.316Z] The following packages will be upgraded: [2021-01-04T19:46:35.316Z] advancecomp base-files bash binutils binutils-common [2021-01-04T19:46:35.316Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T19:46:35.316Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T19:46:35.316Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T19:46:35.316Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T19:46:35.316Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T19:46:35.316Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T19:46:35.316Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T19:46:35.316Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T19:46:35.316Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T19:46:35.316Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T19:46:35.317Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T19:46:35.317Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T19:46:35.317Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T19:46:35.576Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:46:35.576Z] Need to get 63.5 MB of archives. [2021-01-04T19:46:35.576Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-04T19:46:35.576Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T19:46:35.576Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T19:46:35.847Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T19:46:36.106Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T19:46:36.106Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T19:46:36.106Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T19:46:36.106Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T19:46:36.106Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T19:46:36.106Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T19:46:36.106Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T19:46:36.106Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T19:46:36.106Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T19:46:36.106Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T19:46:36.106Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T19:46:36.367Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T19:46:36.367Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T19:46:36.367Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T19:46:36.367Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-04T19:46:36.626Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T19:46:36.626Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T19:46:36.626Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T19:46:36.626Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T19:46:36.626Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T19:46:36.626Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T19:46:36.885Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T19:46:36.885Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T19:46:36.885Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T19:46:36.885Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T19:46:36.885Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T19:46:36.885Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T19:46:36.885Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T19:46:36.885Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T19:46:36.885Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T19:46:36.885Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T19:46:36.885Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T19:46:36.885Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T19:46:36.885Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T19:46:36.885Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T19:46:36.885Z] Get:39 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-04T19:46:36.885Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T19:46:36.885Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T19:46:36.885Z] Get:42 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-04T19:46:36.885Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T19:46:37.146Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T19:46:37.146Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T19:46:37.146Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T19:46:37.146Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T19:46:37.146Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T19:46:37.146Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T19:46:37.146Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T19:46:37.146Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T19:46:37.146Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T19:46:37.146Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T19:46:37.146Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T19:46:37.146Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T19:46:37.146Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T19:46:37.146Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T19:46:37.146Z] Get:58 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-04T19:46:37.146Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T19:46:37.146Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T19:46:37.146Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T19:46:37.146Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T19:46:37.146Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T19:46:37.146Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T19:46:37.146Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T19:46:37.146Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T19:46:37.146Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T19:46:37.146Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T19:46:37.146Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T19:46:37.146Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T19:46:37.146Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T19:46:37.406Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T19:46:37.406Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T19:46:37.406Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T19:46:37.406Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T19:46:37.406Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T19:46:37.406Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T19:46:37.406Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T19:46:37.406Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T19:46:37.406Z] Get:80 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-04T19:46:37.406Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T19:46:37.406Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T19:46:37.406Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T19:46:37.406Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T19:46:37.667Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T19:46:37.667Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T19:46:37.667Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T19:46:37.926Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T19:46:38.187Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T19:46:38.448Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T19:46:38.448Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T19:46:38.709Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T19:46:38.709Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T19:46:38.709Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T19:46:38.709Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T19:46:38.709Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T19:46:38.970Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:46:38.970Z] Fetched 63.5 MB in 4s (17.9 MB/s) [2021-01-04T19:46:39.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:39.230Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:46:39.230Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:46:39.800Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:46:39.800Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:46:40.060Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-04T19:46:40.060Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-04T19:46:41.000Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.000Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.000Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.000Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.000Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.261Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.261Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.261Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.261Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.522Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.522Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.522Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.522Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.781Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:41.781Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:46:41.781Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:46:41.781Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:41.781Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T19:46:42.042Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:46:42.042Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:46:42.042Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:42.042Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:42.301Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:42.301Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:42.301Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:46:42.301Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:46:42.560Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:46:42.560Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:46:42.560Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:46:42.820Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:46:43.392Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T19:46:43.392Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:46:43.392Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T19:46:43.392Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T19:46:43.392Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T19:46:43.652Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T19:46:43.652Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T19:46:43.913Z] Installing new version of config file /etc/issue ... [2021-01-04T19:46:43.913Z] Installing new version of config file /etc/issue.net ... [2021-01-04T19:46:43.913Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T19:46:43.913Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T19:46:44.173Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T19:46:44.173Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T19:46:44.173Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T19:46:44.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:44.173Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T19:46:44.173Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T19:46:44.433Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T19:46:44.433Z] 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-04T19:46:44.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:44.433Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:44.693Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:44.693Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:44.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:44.693Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T19:46:44.693Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T19:46:44.954Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T19:46:44.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:44.954Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T19:46:44.954Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:46:45.214Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T19:46:45.474Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:45.474Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:45.474Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:46:45.474Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:46:45.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:45.734Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:45.734Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:46:45.734Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T19:46:45.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:45.994Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T19:46:45.994Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T19:46:45.994Z] Setting up grep (3.1-2build1) ... [2021-01-04T19:46:46.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:46.254Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T19:46:46.254Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T19:46:46.254Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T19:46:46.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:46.514Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:46:46.514Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:46:46.514Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T19:46:46.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:46.774Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:46:46.774Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:46:47.344Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:46:47.344Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:46:47.344Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:46:47.604Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:46:48.174Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T19:46:48.174Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:48.174Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T19:46:48.174Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:46:49.558Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T19:46:49.558Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T19:46:49.558Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T19:46:49.558Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T19:46:49.558Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T19:46:49.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:49.558Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T19:46:49.558Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T19:46:49.819Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T19:46:49.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:49.819Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:49.819Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:50.098Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:50.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:50.098Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:50.098Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:50.098Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:50.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:50.359Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:50.359Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:50.359Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:50.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:50.621Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:50.621Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:50.621Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:50.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:50.621Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:46:50.621Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:46:50.881Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:46:50.881Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:46:50.881Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:46:51.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:51.141Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:46:51.141Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:46:51.141Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:46:51.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:51.141Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:51.402Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:51.402Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:51.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:51.402Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:51.402Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:51.662Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:51.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:51.662Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:51.662Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:52.232Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:46:52.492Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T19:46:52.752Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T19:46:52.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:52.752Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:46:52.752Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:46:53.012Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:46:53.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:46:53.273Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T19:46:53.273Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:46:53.273Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T19:46:53.534Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:53.534Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T19:46:53.534Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T19:46:53.534Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T19:46:54.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:54.105Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:46:54.105Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:46:54.105Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:46:54.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:54.365Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:46:54.365Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:46:54.365Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:46:54.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:54.628Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:46:54.628Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:46:54.888Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:46:55.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:55.154Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:46:55.154Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:46:55.154Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:46:55.154Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:46:55.415Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:55.415Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:46:55.415Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:46:55.415Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:55.415Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T19:46:55.676Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T19:46:55.676Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T19:46:55.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:55.676Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T19:46:55.936Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:46:55.936Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:46:56.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:56.200Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:56.200Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:46:56.482Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:46:56.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:56.482Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T19:46:56.482Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T19:46:56.482Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T19:46:56.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:56.759Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T19:46:56.759Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T19:46:57.047Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T19:46:57.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:57.353Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:46:57.353Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:46:57.353Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T19:46:57.353Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:57.353Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T19:46:57.626Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T19:46:57.626Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T19:46:57.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:57.626Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T19:46:57.626Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T19:46:57.896Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T19:46:57.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:57.896Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T19:46:57.896Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T19:46:58.193Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T19:46:58.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:58.193Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T19:46:58.193Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T19:46:58.193Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T19:46:58.484Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:46:58.484Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T19:46:58.484Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T19:46:58.484Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T19:46:58.484Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T19:46:58.484Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T19:46:58.756Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T19:46:58.756Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T19:46:58.756Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T19:46:59.015Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T19:46:59.015Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T19:46:59.274Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T19:46:59.274Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T19:46:59.533Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T19:46:59.533Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T19:46:59.793Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T19:46:59.793Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T19:46:59.793Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T19:46:59.793Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T19:47:00.053Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T19:47:00.053Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T19:47:00.053Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T19:47:00.053Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T19:47:00.313Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T19:47:00.313Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T19:47:00.313Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T19:47:00.313Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T19:47:00.575Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T19:47:00.575Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T19:47:01.522Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T19:47:01.522Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T19:47:01.522Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T19:47:01.522Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T19:47:01.784Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:01.784Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:02.044Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:02.044Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:02.305Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:02.305Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:02.566Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:47:02.566Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:47:02.566Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:02.566Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:02.826Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:02.826Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:03.087Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:03.087Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:03.087Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:03.087Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:04.031Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:04.032Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:05.206Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:47:05.206Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:47:05.206Z] ---> 94f2aabd890e [2021-01-04T19:47:05.206Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T19:47:05.206Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:47:05.206Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:47:05.206Z] ---> 94f2aabd890e [2021-01-04T19:47:05.206Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:47:05.206Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:47:05.206Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:47:05.206Z] ---> 94f2aabd890e [2021-01-04T19:47:05.206Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:47:05.206Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:47:05.206Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:47:05.206Z] ---> 94f2aabd890e [2021-01-04T19:47:05.206Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:47:05.206Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:47:05.206Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:47:05.206Z] ---> 94f2aabd890e [2021-01-04T19:47:05.206Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:47:05.424Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:05.424Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:05.995Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:05.995Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:06.566Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:06.566Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:06.639Z] ---> Running in 244df16f0dee [2021-01-04T19:47:06.639Z] ---> Running in 943b026b60a7 [2021-01-04T19:47:06.639Z] ---> Running in 8779e7dbddd6 [2021-01-04T19:47:06.639Z] ---> Running in 1bf5840b63c5 [2021-01-04T19:47:06.639Z] ---> Running in ff776d152d15 [2021-01-04T19:47:06.914Z] Removing intermediate container 943b026b60a7 [2021-01-04T19:47:06.914Z] ---> b85757217ddd [2021-01-04T19:47:06.914Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:47:07.189Z] Removing intermediate container 8779e7dbddd6 [2021-01-04T19:47:07.189Z] ---> 44d8123a6f1a [2021-01-04T19:47:07.189Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:47:07.462Z] ---> Running in c6ab569d70e0 [2021-01-04T19:47:07.462Z] Removing intermediate container 1bf5840b63c5 [2021-01-04T19:47:07.462Z] ---> 5a504a4a1f92 [2021-01-04T19:47:07.462Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:47:07.462Z] Removing intermediate container 244df16f0dee [2021-01-04T19:47:07.462Z] ---> 5402ad4f7f8a [2021-01-04T19:47:07.462Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:47:07.462Z] Removing intermediate container ff776d152d15 [2021-01-04T19:47:07.462Z] ---> d1b8cc4a8069 [2021-01-04T19:47:07.462Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:47:07.507Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:47:07.507Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:47:07.507Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:47:07.507Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:47:07.753Z] ---> Running in 08b044841a38 [2021-01-04T19:47:07.753Z] ---> Running in c0256da1c56e [2021-01-04T19:47:07.753Z] ---> Running in 533c6f7c1841 [2021-01-04T19:47:07.753Z] ---> Running in 60643eaa37a6 [2021-01-04T19:47:07.766Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T19:47:07.766Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:47:08.027Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T19:47:08.027Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:47:08.027Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T19:47:08.027Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T19:47:08.287Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:47:08.287Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:47:08.287Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:47:08.287Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:47:08.287Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T19:47:08.547Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T19:47:08.547Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:08.547Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:47:08.547Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:08.547Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:08.810Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:08.810Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T19:47:08.810Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T19:47:08.810Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T19:47:08.810Z] [2021-01-04T19:47:08.810Z] Current default time zone: 'Etc/UTC' [2021-01-04T19:47:08.810Z] Local time is now: Mon Jan 4 19:47:08 UTC 2021. [2021-01-04T19:47:08.810Z] Universal Time is now: Mon Jan 4 19:47:08 UTC 2021. [2021-01-04T19:47:08.810Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T19:47:08.810Z] [2021-01-04T19:47:09.070Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T19:47:09.070Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:09.070Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-04T19:47:09.070Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:47:09.070Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T19:47:09.070Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T19:47:09.070Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:09.329Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T19:47:09.329Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T19:47:09.329Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T19:47:09.329Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:09.329Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T19:47:09.595Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:09.595Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:09.595Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:09.595Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T19:47:09.595Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:09.855Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T19:47:09.855Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T19:47:09.855Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T19:47:09.855Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T19:47:09.855Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:47:09.855Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T19:47:11.152Z] Removing intermediate container c6ab569d70e0 [2021-01-04T19:47:11.152Z] ---> ed5be6ec8ab7 [2021-01-04T19:47:11.152Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:47:11.152Z] ---> Running in 183c242e7891 [2021-01-04T19:47:11.236Z] Updating certificates in /etc/ssl/certs... [2021-01-04T19:47:11.424Z] Removing intermediate container c0256da1c56e [2021-01-04T19:47:11.424Z] ---> 1c7fc30e7aad [2021-01-04T19:47:11.424Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T19:47:11.424Z] Removing intermediate container 08b044841a38 [2021-01-04T19:47:11.424Z] ---> 63238b81ffa2 [2021-01-04T19:47:11.424Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T19:47:11.424Z] ---> Running in 25154c014148 [2021-01-04T19:47:11.714Z] ---> Running in ebde1d791394 [2021-01-04T19:47:11.804Z] 22 added, 17 removed; done. [2021-01-04T19:47:12.003Z] Removing intermediate container 60643eaa37a6 [2021-01-04T19:47:12.003Z] ---> c85ab0bc395f [2021-01-04T19:47:12.003Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:47:12.003Z] Removing intermediate container 533c6f7c1841 [2021-01-04T19:47:12.003Z] ---> 03ea3f0fa650 [2021-01-04T19:47:12.003Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:47:12.068Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T19:47:12.068Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:47:12.068Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T19:47:12.068Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T19:47:12.068Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T19:47:12.068Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.068Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:12.328Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.328Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.328Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.328Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.328Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.328Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T19:47:12.329Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:12.588Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:47:12.588Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T19:47:12.588Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:47:12.588Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.588Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:47:12.588Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:47:12.588Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T19:47:12.849Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:47:12.849Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:47:12.849Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T19:47:12.849Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T19:47:12.849Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T19:47:12.849Z] Updating certificates in /etc/ssl/certs... [2021-01-04T19:47:13.418Z] 0 added, 0 removed; done. [2021-01-04T19:47:13.418Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T19:47:13.418Z] done. [2021-01-04T19:47:13.435Z] ---> Running in 476510440b05 [2021-01-04T19:47:13.435Z] ---> Running in b216850ce671 [2021-01-04T19:47:13.677Z] Reading package lists... [2021-01-04T19:47:13.937Z] Building dependency tree... [2021-01-04T19:47:13.937Z] Reading state information... [2021-01-04T19:47:14.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:14.196Z] The following NEW packages will be installed: [2021-01-04T19:47:14.196Z] apt-transport-https [2021-01-04T19:47:14.196Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:47:14.196Z] Need to get 1696 B of archives. [2021-01-04T19:47:14.196Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T19:47:14.196Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T19:47:14.196Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:47:14.196Z] Fetched 1696 B in 0s (47.2 kB/s) [2021-01-04T19:47:14.196Z] Selecting previously unselected package apt-transport-https. [2021-01-04T19:47:14.196Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T19:47:14.196Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T19:47:14.196Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T19:47:14.457Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T19:47:14.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:14.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:14.717Z] Waiting for network to be ready... [2021-01-04T19:47:14.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:14.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:15.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:15.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:15.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:15.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:16.256Z] OK: 217 MiB in 51 packages [2021-01-04T19:47:16.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:47:16.863Z] OK: 217 MiB in 51 packages [2021-01-04T19:47:17.471Z] OK: 217 MiB in 51 packages [2021-01-04T19:47:17.471Z] Removing intermediate container 183c242e7891 [2021-01-04T19:47:17.471Z] ---> 584af68c20a6 [2021-01-04T19:47:17.471Z] Step 6/21 : COPY go.mod . [2021-01-04T19:47:17.471Z] OK: 217 MiB in 51 packages [2021-01-04T19:47:17.471Z] OK: 217 MiB in 51 packages [2021-01-04T19:47:18.446Z] Removing intermediate container 25154c014148 [2021-01-04T19:47:18.446Z] ---> da644c16aaf0 [2021-01-04T19:47:18.446Z] Step 6/24 : COPY go.mod . [2021-01-04T19:47:18.446Z] ---> fb783b5e0c22 [2021-01-04T19:47:18.446Z] Step 7/21 : RUN go mod download [2021-01-04T19:47:18.729Z] ---> Running in 8998ceca8cd2 [2021-01-04T19:47:19.002Z] Removing intermediate container ebde1d791394 [2021-01-04T19:47:19.002Z] ---> 156f21aec538 [2021-01-04T19:47:19.002Z] Step 6/26 : COPY go.mod . [2021-01-04T19:47:19.278Z] Removing intermediate container 476510440b05 [2021-01-04T19:47:19.278Z] ---> 234046e6d2af [2021-01-04T19:47:19.278Z] Step 6/21 : COPY go.mod . [2021-01-04T19:47:19.557Z] ---> 30ac70b55dad [2021-01-04T19:47:19.557Z] Step 7/24 : RUN go mod download [2021-01-04T19:47:19.557Z] Removing intermediate container b216850ce671 [2021-01-04T19:47:19.557Z] ---> 4e38b4c595ff [2021-01-04T19:47:19.557Z] Step 6/22 : COPY go.mod . [2021-01-04T19:47:19.835Z] ---> Running in cf87917ab04b [2021-01-04T19:47:20.435Z] ---> c605b3fa14e4 [2021-01-04T19:47:20.435Z] Step 7/26 : RUN go mod download [2021-01-04T19:47:20.435Z] ---> Running in b0bb441000fa [2021-01-04T19:47:20.712Z] ---> f98f6a4d9696 [2021-01-04T19:47:20.712Z] Step 7/21 : RUN go mod download [2021-01-04T19:47:20.990Z] ---> a366deb65921 [2021-01-04T19:47:20.990Z] Step 7/22 : RUN go mod download [2021-01-04T19:47:20.990Z] ---> Running in 1525f54f6049 [2021-01-04T19:47:21.268Z] ---> Running in 1ef97c39b161 [2021-01-04T19:47:21.285Z] 2021-01-04T19:47:17Z INFO Waiting for automatic snapd restart... [2021-01-04T19:47:21.285Z] snapd 2.48.1 from Canonical* installed [2021-01-04T19:47:21.852Z] "snapd" switched to the "latest/stable" channel [2021-01-04T19:47:21.852Z] [2021-01-04T19:47:22.720Z] Removing intermediate container 8998ceca8cd2 [2021-01-04T19:47:22.720Z] ---> f8817d89d63f [2021-01-04T19:47:22.720Z] Step 8/21 : COPY . . [2021-01-04T19:47:23.714Z] Removing intermediate container cf87917ab04b [2021-01-04T19:47:23.714Z] ---> 89124c0ac201 [2021-01-04T19:47:23.714Z] Step 8/24 : COPY . . [2021-01-04T19:47:25.142Z] core18 20201210 from Canonical* installed [2021-01-04T19:47:25.142Z] "core18" switched to the "latest/stable" channel [2021-01-04T19:47:25.142Z] [2021-01-04T19:47:25.692Z] Removing intermediate container b0bb441000fa [2021-01-04T19:47:25.692Z] ---> c6b5268334e6 [2021-01-04T19:47:25.692Z] Step 8/26 : COPY . . [2021-01-04T19:47:26.286Z] Removing intermediate container 1ef97c39b161 [2021-01-04T19:47:26.286Z] ---> c7e322b9cfb1 [2021-01-04T19:47:26.286Z] Step 8/22 : COPY . . [2021-01-04T19:47:26.897Z] Removing intermediate container 1525f54f6049 [2021-01-04T19:47:26.898Z] ---> f69b3b930268 [2021-01-04T19:47:26.898Z] Step 8/21 : COPY . . [2021-01-04T19:47:29.342Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T19:47:29.601Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T19:47:29.601Z] [2021-01-04T19:47:32.913Z] 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-04T19:47:32.913Z] - README.md [2021-01-04T19:47:32.913Z] [2021-01-04T19:47:32.913Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T19:47:39.504Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:47:39.504Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:47:39.504Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:47:39.504Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:47:40.703Z] Reading package lists... [2021-01-04T19:47:41.272Z] 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-04T19:47:47.848Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:47:47.848Z] Reading package lists... [2021-01-04T19:47:47.848Z] Building dependency tree... [2021-01-04T19:47:47.848Z] Reading state information... [2021-01-04T19:47:47.848Z] Suggested packages: [2021-01-04T19:47:47.848Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T19:47:47.848Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T19:47:47.848Z] Recommended packages: [2021-01-04T19:47:47.848Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T19:47:47.848Z] The following NEW packages will be installed: [2021-01-04T19:47:47.848Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T19:47:47.848Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T19:47:47.848Z] pkg-config zip [2021-01-04T19:47:47.848Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:47:47.848Z] Need to get 7655 kB of archives. [2021-01-04T19:47:47.848Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T19:47:47.848Z] 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-04T19:47:47.848Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T19:47:47.848Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T19:47:47.848Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T19:47:47.848Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T19:47:47.848Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T19:47:47.848Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T19:47:47.848Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T19:47:48.108Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T19:47:48.108Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T19:47:48.108Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T19:47:48.369Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T19:47:48.369Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T19:47:48.369Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T19:47:48.369Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T19:47:48.369Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:47:48.369Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-01-04T19:47:48.630Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T19:47:48.630Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T19:47:48.630Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T19:47:48.630Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T19:47:48.890Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T19:47:48.890Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T19:47:48.890Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T19:47:48.890Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T19:47:48.890Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T19:47:48.890Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T19:47:48.890Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T19:47:48.890Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T19:47:49.150Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T19:47:49.150Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T19:47:49.150Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T19:47:49.150Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T19:47:49.150Z] Selecting previously unselected package liberror-perl. [2021-01-04T19:47:49.150Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T19:47:49.150Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T19:47:49.410Z] Selecting previously unselected package git-man. [2021-01-04T19:47:49.410Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T19:47:49.410Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:47:49.410Z] Selecting previously unselected package git. [2021-01-04T19:47:49.410Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T19:47:49.410Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:47:50.790Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T19:47:50.790Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T19:47:50.790Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T19:47:50.790Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T19:47:50.790Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T19:47:50.790Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T19:47:50.790Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T19:47:50.790Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T19:47:50.790Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T19:47:50.790Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T19:47:50.790Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T19:47:50.790Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:47:51.050Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T19:47:51.050Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T19:47:51.050Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:47:51.050Z] Selecting previously unselected package pkg-config. [2021-01-04T19:47:51.050Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T19:47:51.050Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T19:47:51.050Z] Selecting previously unselected package zip. [2021-01-04T19:47:51.050Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T19:47:51.312Z] Unpacking zip (3.0-11build1) ... [2021-01-04T19:47:51.312Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T19:47:51.312Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:47:51.312Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T19:47:51.312Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T19:47:51.312Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T19:47:51.312Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T19:47:51.573Z] No schema files found: doing nothing. [2021-01-04T19:47:51.573Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T19:47:51.573Z] Setting up zip (3.0-11build1) ... [2021-01-04T19:47:51.573Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T19:47:51.573Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T19:47:51.573Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T19:47:51.573Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:47:51.833Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T19:47:51.833Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:47:51.833Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:47:51.833Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:47:53.747Z] ---> 59a467d3b53b [2021-01-04T19:47:53.747Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T19:47:53.747Z] ---> a4e7c3c7402b [2021-01-04T19:47:53.747Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T19:47:53.747Z] ---> 007e121a6317 [2021-01-04T19:47:53.747Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T19:47:53.747Z] ---> 91610c522a27 [2021-01-04T19:47:53.747Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T19:47:53.747Z] ---> Running in 2e215bd330ce [2021-01-04T19:47:53.747Z] ---> Running in 582eedc72bd2 [2021-01-04T19:47:53.747Z] ---> Running in 13447dcf5d19 [2021-01-04T19:47:53.747Z] ---> Running in 683e3cab2f74 [2021-01-04T19:47:53.747Z] ---> 393eada78736 [2021-01-04T19:47:53.747Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T19:47:53.747Z] ---> Running in def0b35a9082 [2021-01-04T19:47:53.747Z] 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-04T19:47:53.747Z] 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-04T19:47:53.747Z] 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-04T19:47:53.747Z] 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-04T19:47:53.747Z] 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-04T19:47:58.410Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:47:58.410Z] git set to automatically installed. [2021-01-04T19:47:58.410Z] git-man set to automatically installed. [2021-01-04T19:47:58.410Z] libcurl3-gnutls set to automatically installed. [2021-01-04T19:47:58.410Z] liberror-perl set to automatically installed. [2021-01-04T19:47:58.410Z] libglib2.0-0 set to automatically installed. [2021-01-04T19:47:58.410Z] libnghttp2-14 set to automatically installed. [2021-01-04T19:47:58.410Z] libnorm1 set to automatically installed. [2021-01-04T19:47:58.410Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T19:47:58.410Z] libpsl5 set to automatically installed. [2021-01-04T19:47:58.410Z] librtmp1 set to automatically installed. [2021-01-04T19:47:58.410Z] libsodium23 set to automatically installed. [2021-01-04T19:47:58.410Z] libzmq3-dev set to automatically installed. [2021-01-04T19:47:58.410Z] libzmq5 set to automatically installed. [2021-01-04T19:47:58.410Z] pkg-config set to automatically installed. [2021-01-04T19:47:58.410Z] zip set to automatically installed. [2021-01-04T19:47:59.789Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T19:48:06.434Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:48:06.434Z] snap "core18" has no updates available [2021-01-04T19:48:07.373Z] Pulling config-common [2021-01-04T19:48:08.320Z] Pulling go-build-helper [2021-01-04T19:48:34.896Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T19:48:34.896Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T19:48:34.896Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T19:48:34.896Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T19:48:34.896Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T19:48:34.896Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T19:48:34.896Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T19:48:34.896Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T19:48:34.896Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T19:48:34.896Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T19:48:34.896Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T19:48:34.896Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T19:48:34.896Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T19:48:34.896Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T19:48:34.896Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T19:48:34.896Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T19:48:34.896Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T19:48:34.896Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T19:48:34.896Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T19:48:34.896Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-04T19:48:34.896Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T19:48:34.896Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T19:48:34.896Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T19:48:34.897Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T19:48:34.897Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T19:48:34.897Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T19:48:34.897Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T19:48:34.897Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T19:48:34.897Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T19:48:34.897Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T19:48:34.897Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T19:48:34.897Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T19:48:34.897Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T19:48:34.897Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T19:48:34.897Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T19:48:34.897Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T19:48:34.897Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T19:48:34.897Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T19:48:34.897Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T19:48:34.897Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T19:48:34.897Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T19:48:34.897Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T19:48:34.897Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T19:48:34.897Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T19:48:34.897Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T19:48:34.897Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T19:48:34.897Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T19:48:34.897Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T19:48:34.897Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T19:48:34.897Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T19:48:34.897Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T19:48:34.897Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T19:48:34.897Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T19:48:34.897Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T19:48:34.897Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T19:48:34.897Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T19:48:34.897Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T19:48:34.897Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T19:48:34.897Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T19:48:34.897Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T19:48:34.897Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T19:48:34.897Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T19:48:34.897Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T19:48:34.897Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T19:48:34.897Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T19:48:34.897Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T19:48:34.897Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T19:48:34.897Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T19:48:34.897Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T19:48:34.897Z] Pulling static-packages [2021-01-04T19:48:35.466Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-04T19:48:35.466Z] Skipping pull go-build-helper (already ran) [2021-01-04T19:48:35.466Z] Skipping pull static-packages (already ran) [2021-01-04T19:48:35.466Z] Building go-build-helper [2021-01-04T19:48:39.666Z] Building static-packages [2021-01-04T19:48:41.575Z] Staging go-build-helper [2021-01-04T19:48:42.514Z] Staging static-packages [2021-01-04T19:48:43.450Z] Pulling go115 [2021-01-04T19:48:44.391Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T19:48:44.391Z] Skipping pull go115 (already ran) [2021-01-04T19:48:44.391Z] Building go115 [2021-01-04T19:48:44.664Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T19:48:44.664Z] Dload Upload Total Spent Left Speed [2021-01-04T19:48:47.234Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 13.2M 0 0 26.0M 0 0:00:04 --:--:-- 0:00:04 26.0M 51 115M 51 60.0M 0 0 39.9M 0 0:00:02 0:00:01 0:00:01 39.9M 94 115M 94 109M 0 0 43.7M 0 0:00:02 0:00:02 --:--:-- 43.7M 100 115M 100 115M 0 0 43.5M 0 0:00:02 0:00:02 --:--:-- 43.5M [2021-01-04T19:48:48.172Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T19:48:52.373Z] Staging go115 [2021-01-04T19:48:58.955Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:48:58.955Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:48:58.955Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:48:58.955Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T19:48:58.955Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T19:48:58.955Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T19:48:58.955Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T19:48:58.955Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T19:48:58.955Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T19:48:58.955Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T19:48:58.955Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T19:48:58.955Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T19:48:58.955Z] Pulling edgex-go [2021-01-04T19:48:59.526Z] Pulling version [2021-01-04T19:49:00.468Z] Building config-common [2021-01-04T19:49:03.015Z] Skipping build go-build-helper (already ran) [2021-01-04T19:49:03.015Z] Skipping build static-packages (already ran) [2021-01-04T19:49:03.015Z] Skipping build go115 (already ran) [2021-01-04T19:49:03.015Z] Building edgex-go [2021-01-04T19:49:03.590Z] 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-04T19:49:04.541Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2021-01-04T19:49:04.541Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T19:49:04.541Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2021-01-04T19:49:04.541Z] go: downloading github.com/google/uuid v1.1.3 [2021-01-04T19:49:04.541Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T19:49:04.541Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T19:49:04.541Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T19:49:04.541Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T19:49:04.541Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T19:49:04.541Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T19:49:04.541Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T19:49:04.541Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T19:49:04.541Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T19:49:04.541Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T19:49:04.821Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T19:49:04.821Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T19:49:04.821Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T19:49:04.821Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T19:49:04.821Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T19:49:04.821Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T19:49:04.821Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T19:49:04.821Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T19:49:04.821Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T19:49:05.086Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T19:49:05.086Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T19:49:13.225Z] 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-04T19:49:15.591Z] 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-04T19:49:15.591Z] 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-04T19:49:17.430Z] 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-04T19:49:18.002Z] 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-04T19:49:18.952Z] 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-04T19:49:19.212Z] 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-04T19:49:19.212Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T19:49:19.472Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T19:49:19.472Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T19:49:19.472Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T19:49:20.854Z] 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-04T19:49:21.019Z] Removing intermediate container 683e3cab2f74 [2021-01-04T19:49:21.019Z] ---> 946c67dfc749 [2021-01-04T19:49:21.019Z] [2021-01-04T19:49:21.019Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T19:49:21.115Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T19:49:21.115Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T19:49:21.290Z] 3.12: Pulling from library/alpine [2021-01-04T19:49:21.893Z] Removing intermediate container 582eedc72bd2 [2021-01-04T19:49:21.893Z] ---> bb236deb253c [2021-01-04T19:49:21.893Z] [2021-01-04T19:49:21.893Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T19:49:21.893Z] 3.12: Pulling from library/alpine [2021-01-04T19:49:22.172Z] Removing intermediate container 2e215bd330ce [2021-01-04T19:49:22.172Z] ---> 78b26a72d337 [2021-01-04T19:49:22.172Z] [2021-01-04T19:49:22.172Z] Step 10/21 : FROM scratch [2021-01-04T19:49:22.172Z] ---> [2021-01-04T19:49:22.172Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:49:22.446Z] Removing intermediate container 13447dcf5d19 [2021-01-04T19:49:22.446Z] ---> 1a08dc0b1299 [2021-01-04T19:49:22.446Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T19:49:22.446Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:49:22.446Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:49:22.446Z] ---> Running in d16c9a44fc88 [2021-01-04T19:49:22.446Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T19:49:22.446Z] ---> afeebe901d6b [2021-01-04T19:49:22.446Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curlStatus: Downloaded newer image for alpine:3.12 [2021-01-04T19:49:22.446Z] [2021-01-04T19:49:22.446Z] ---> afeebe901d6b [2021-01-04T19:49:22.446Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:49:22.500Z] 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-04T19:49:22.500Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T19:49:23.045Z] ---> Running in 710a7b543b5d [2021-01-04T19:49:23.045Z] ---> Running in 68d22a3e2116 [2021-01-04T19:49:23.045Z] ---> Running in 0cb98f2de54d [2021-01-04T19:49:23.323Z] Removing intermediate container d16c9a44fc88 [2021-01-04T19:49:23.323Z] ---> aaa6d5f0e02a [2021-01-04T19:49:23.323Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T19:49:23.442Z] 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-04T19:49:23.442Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T19:49:23.598Z] ---> Running in d1054839af66 [2021-01-04T19:49:23.875Z] Removing intermediate container def0b35a9082 [2021-01-04T19:49:23.875Z] ---> e298a02d02b6 [2021-01-04T19:49:23.875Z] [2021-01-04T19:49:23.875Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T19:49:23.875Z] ---> afeebe901d6b [2021-01-04T19:49:23.875Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T19:49:24.162Z] ---> Running in fc38c823ba4e [2021-01-04T19:49:24.443Z] Removing intermediate container d1054839af66 [2021-01-04T19:49:24.443Z] ---> 43fc813282ce [2021-01-04T19:49:24.443Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T19:49:24.443Z] ---> Running in ccf0eb968d89 [2021-01-04T19:49:24.826Z] 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-04T19:49:25.052Z] 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-04T19:49:25.336Z] Removing intermediate container ccf0eb968d89 [2021-01-04T19:49:25.336Z] ---> 656c4d7b81ba [2021-01-04T19:49:25.336Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T19:49:25.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:25.396Z] 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-04T19:49:25.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:25.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:25.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:26.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:26.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:26.314Z] ---> d2437b6ab642 [2021-01-04T19:49:26.314Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T19:49:26.314Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:49:26.314Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:49:26.339Z] 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-04T19:49:26.669Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:49:26.669Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:49:26.669Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:49:26.669Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:49:26.669Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:49:26.669Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:49:26.669Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:49:26.669Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:49:26.978Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:49:26.978Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:49:26.978Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:49:26.978Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:49:26.978Z] OK: 7 MiB in 19 packages [2021-01-04T19:49:27.280Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T19:49:27.280Z] OK: 7 MiB in 19 packages [2021-01-04T19:49:27.280Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:49:27.280Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T19:49:27.280Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T19:49:27.570Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:49:27.570Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:49:27.570Z] OK: 7 MiB in 18 packages [2021-01-04T19:49:28.910Z] Building version [2021-01-04T19:49:29.109Z] ---> fb298f00cc9e [2021-01-04T19:49:29.110Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T19:49:30.096Z] Removing intermediate container 710a7b543b5d [2021-01-04T19:49:30.096Z] ---> 143241e4addf [2021-01-04T19:49:30.096Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T19:49:30.697Z] ---> Running in e5e4fe09a346 [2021-01-04T19:49:30.697Z] Removing intermediate container 0cb98f2de54d [2021-01-04T19:49:30.697Z] ---> 7932e58bee69 [2021-01-04T19:49:30.697Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:49:30.697Z] ---> 7e5e09510854 [2021-01-04T19:49:30.697Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T19:49:30.971Z] Removing intermediate container 68d22a3e2116 [2021-01-04T19:49:30.971Z] ---> 321084fd5596 [2021-01-04T19:49:30.971Z] [2021-01-04T19:49:30.971Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T19:49:30.971Z] Removing intermediate container fc38c823ba4e [2021-01-04T19:49:30.971Z] ---> c94f6c92dda6 [2021-01-04T19:49:30.971Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:49:30.971Z] 20.10.0: Pulling from library/docker [2021-01-04T19:49:30.971Z] ---> Running in 43e3ab28345f [2021-01-04T19:49:31.244Z] ---> Running in 647b1191c073 [2021-01-04T19:49:31.244Z] ---> Running in 5e8f407e32e6 [2021-01-04T19:49:31.244Z] Removing intermediate container e5e4fe09a346 [2021-01-04T19:49:31.244Z] ---> 25f104024a56 [2021-01-04T19:49:31.244Z] Step 13/22 : WORKDIR / [2021-01-04T19:49:31.469Z] Staging config-common [2021-01-04T19:49:31.517Z] ---> Running in ed7db29a6415 [2021-01-04T19:49:31.517Z] Removing intermediate container 43e3ab28345f [2021-01-04T19:49:31.517Z] ---> 1a609da048a2 [2021-01-04T19:49:31.517Z] Step 13/24 : WORKDIR / [2021-01-04T19:49:31.791Z] Removing intermediate container 647b1191c073 [2021-01-04T19:49:31.791Z] ---> d5c101b10279 [2021-01-04T19:49:31.791Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:49:32.071Z] ---> Running in 0b4ffd75056b [2021-01-04T19:49:32.071Z] Removing intermediate container 5e8f407e32e6 [2021-01-04T19:49:32.071Z] ---> 634620b5d34d [2021-01-04T19:49:32.071Z] Step 13/21 : WORKDIR /edgex [2021-01-04T19:49:32.352Z] ---> Running in 9fdfb6746dd8 [2021-01-04T19:49:32.409Z] Skipping stage go-build-helper (already ran) [2021-01-04T19:49:32.409Z] Skipping stage static-packages (already ran) [2021-01-04T19:49:32.409Z] Skipping stage go115 (already ran) [2021-01-04T19:49:32.409Z] Staging edgex-go [2021-01-04T19:49:32.628Z] ---> Running in 8e1546465a6f [2021-01-04T19:49:32.628Z] Removing intermediate container ed7db29a6415 [2021-01-04T19:49:32.628Z] ---> c2e682538697 [2021-01-04T19:49:32.628Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T19:49:33.228Z] Removing intermediate container 0b4ffd75056b [2021-01-04T19:49:33.228Z] ---> e428cc17a699 [2021-01-04T19:49:33.228Z] 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-04T19:49:33.228Z] Removing intermediate container 9fdfb6746dd8 [2021-01-04T19:49:33.228Z] ---> e4879de8a63f [2021-01-04T19:49:33.228Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T19:49:33.789Z] Staging version [2021-01-04T19:49:33.827Z] ---> Running in 4cedeaba2845 [2021-01-04T19:49:33.827Z] Removing intermediate container 8e1546465a6f [2021-01-04T19:49:33.827Z] ---> 88a51072b2d2 [2021-01-04T19:49:33.827Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T19:49:34.104Z] ---> a332486e8d8b [2021-01-04T19:49:34.104Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T19:49:34.381Z] ---> 6dbdb6098958 [2021-01-04T19:49:34.381Z] 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-04T19:49:34.381Z] Removing intermediate container 4cedeaba2845 [2021-01-04T19:49:34.381Z] ---> 029dbac43320 [2021-01-04T19:49:34.381Z] Step 20/21 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:49:34.728Z] Priming config-common [2021-01-04T19:49:34.982Z] ---> Running in f3612c0fba0d [2021-01-04T19:49:34.982Z] ---> ecae1bcdceab [2021-01-04T19:49:34.982Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T19:49:35.667Z] Priming go-build-helper [2021-01-04T19:49:35.958Z] ---> 4a503c690bdb [2021-01-04T19:49:35.958Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T19:49:36.558Z] Removing intermediate container f3612c0fba0d [2021-01-04T19:49:36.558Z] ---> 860312fe7db4 [2021-01-04T19:49:36.558Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:49:36.558Z] ---> 18c2fe73c907 [2021-01-04T19:49:36.558Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T19:49:36.605Z] Priming static-packages [2021-01-04T19:49:36.837Z] ---> 1e9032c7cb48 [2021-01-04T19:49:36.837Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T19:49:37.110Z] ---> Running in 9b99c024a624 [2021-01-04T19:49:37.395Z] ---> 6d3e969d3e43 [2021-01-04T19:49:37.395Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T19:49:37.670Z] ---> 419c8310f371 [2021-01-04T19:49:37.670Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T19:49:38.274Z] Removing intermediate container 9b99c024a624 [2021-01-04T19:49:38.274Z] ---> e377e159c434 [2021-01-04T19:49:38.274Z] [2021-01-04T19:49:38.876Z] Successfully built e377e159c434 [2021-01-04T19:49:38.876Z] ---> d7e474ad2d14 [2021-01-04T19:49:38.876Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T19:49:38.876Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T19:49:38.876Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-04T19:49:39.141Z] Priming go115 [2021-01-04T19:49:39.156Z] ---> Running in 5779841a7007 [2021-01-04T19:49:39.429Z] ---> c32f06e49efa [2021-01-04T19:49:39.429Z] ---> 25e63ba65a12 [2021-01-04T19:49:39.429Z] Step 18/22 : RUN chmod +x entrypoint.shStep 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T19:49:39.429Z] [2021-01-04T19:49:39.703Z] ---> Running in 765445ea2fc0 [2021-01-04T19:49:39.711Z] Priming edgex-go [2021-01-04T19:49:39.975Z] Removing intermediate container 5779841a7007 [2021-01-04T19:49:39.976Z] ---> 784773a1eb10 [2021-01-04T19:49:39.976Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T19:49:40.573Z] ---> Running in 299a18bc26de [2021-01-04T19:49:41.094Z] Priming version [2021-01-04T19:49:42.035Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-04T19:49:42.550Z] ---> 42d1b5a1d296 [2021-01-04T19:49:42.550Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T19:49:43.156Z] Removing intermediate container 299a18bc26de [2021-01-04T19:49:43.156Z] ---> e88ce80000dc [2021-01-04T19:49:43.156Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T19:49:43.429Z] ---> Running in 21b66ba7420c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-04T19:49:44.027Z] ---> c4be443fa697 [2021-01-04T19:49:44.027Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T19:49:44.633Z] ---> Running in 2386cb41c4be [2021-01-04T19:49:44.633Z] Removing intermediate container 21b66ba7420c [2021-01-04T19:49:44.633Z] ---> deebed6b1144 [2021-01-04T19:49:44.633Z] Step 20/21 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:49:44.633Z] Removing intermediate container 765445ea2fc0 [2021-01-04T19:49:44.633Z] ---> da910dff720b [2021-01-04T19:49:44.633Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T19:49:44.633Z] ---> Running in 30c4474acdf5 [2021-01-04T19:49:44.918Z] ---> Running in f576fa8b0f14 [2021-01-04T19:49:44.918Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T19:49:44.918Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T19:49:44.918Z] ---> eeaf43b92773 [2021-01-04T19:49:44.918Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T19:49:45.194Z] ---> Running in 2754f422c5d9 [2021-01-04T19:49:45.802Z] Removing intermediate container f576fa8b0f14 [2021-01-04T19:49:45.802Z] ---> 9cc7e564c447 [2021-01-04T19:49:45.802Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:49:45.802Z] Removing intermediate container 30c4474acdf5 [2021-01-04T19:49:45.802Z] ---> fb8c36c744ca [2021-01-04T19:49:45.802Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:49:46.090Z] ---> Running in afe9155200e4 [2021-01-04T19:49:46.090Z] ---> Running in a8dff15bd5d4 [2021-01-04T19:49:46.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:46.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:46.976Z] Removing intermediate container afe9155200e4 [2021-01-04T19:49:46.976Z] ---> 4dd2d1bc4734 [2021-01-04T19:49:46.976Z] Step 21/22 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:49:46.976Z] Removing intermediate container a8dff15bd5d4 [2021-01-04T19:49:46.976Z] ---> c5f93da68eff [2021-01-04T19:49:46.976Z] [2021-01-04T19:49:47.583Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T19:49:47.583Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T19:49:47.583Z] Executing bash-5.0.17-r0.post-install [2021-01-04T19:49:47.583Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:49:47.583Z] ---> Running in 6d8e6df6c30c [2021-01-04T19:49:47.583Z] OK: 12 MiB in 22 packages [2021-01-04T19:49:47.860Z] Successfully built c5f93da68eff [2021-01-04T19:49:47.860Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T19:49:47.860Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-04T19:49:48.473Z] Removing intermediate container 2386cb41c4be [2021-01-04T19:49:48.473Z] ---> 897f3b90683b [2021-01-04T19:49:48.473Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T19:49:48.473Z] Removing intermediate container 6d8e6df6c30c [2021-01-04T19:49:48.473Z] ---> d5981b9ddc2e [2021-01-04T19:49:48.473Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:49:48.473Z] ---> Running in 62c2d5576d72 [2021-01-04T19:49:48.751Z] ---> Running in 233ee0d85aa0 [2021-01-04T19:49:49.739Z] Removing intermediate container 62c2d5576d72 [2021-01-04T19:49:49.739Z] ---> 6347da950c15 [2021-01-04T19:49:49.739Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T19:49:49.739Z] Removing intermediate container 233ee0d85aa0 [2021-01-04T19:49:49.739Z] ---> 3d54c3146130 [2021-01-04T19:49:49.739Z] [2021-01-04T19:49:49.739Z] Removing intermediate container 2754f422c5d9 [2021-01-04T19:49:49.739Z] ---> 0f80ebf086c9 [2021-01-04T19:49:49.739Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T19:49:50.021Z] ---> Running in 058c7ea126aa [2021-01-04T19:49:50.295Z] ---> Running in 3e2f9efa929c [2021-01-04T19:49:50.295Z] Successfully built 3d54c3146130 [2021-01-04T19:49:50.295Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T19:49:50.295Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-04T19:49:50.892Z] Removing intermediate container 058c7ea126aa [2021-01-04T19:49:50.893Z] ---> bfefd0310d70 [2021-01-04T19:49:50.893Z] Step 23/24 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:49:51.167Z] Removing intermediate container 3e2f9efa929c [2021-01-04T19:49:51.167Z] ---> a521553b4af2 [2021-01-04T19:49:51.167Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T19:49:51.167Z] ---> Running in 0129e8b82dda [2021-01-04T19:49:51.440Z] ---> Running in d1157d59b1c4 [2021-01-04T19:49:52.038Z] Removing intermediate container 0129e8b82dda [2021-01-04T19:49:52.038Z] ---> 4e6069983481 [2021-01-04T19:49:52.038Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:49:52.364Z] Removing intermediate container d1157d59b1c4 [2021-01-04T19:49:52.365Z] ---> adb52461f351 [2021-01-04T19:49:52.365Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T19:49:52.642Z] ---> Running in 6e88d644abb5 [2021-01-04T19:49:52.917Z] ---> Running in d93bc81006d5 [2021-01-04T19:49:53.513Z] Removing intermediate container 6e88d644abb5 [2021-01-04T19:49:53.513Z] ---> 848c42766f90 [2021-01-04T19:49:53.513Z] [2021-01-04T19:49:53.785Z] Removing intermediate container d93bc81006d5 [2021-01-04T19:49:53.785Z] ---> 4838b8a66160 [2021-01-04T19:49:53.785Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T19:49:53.785Z] Successfully built 848c42766f90 [2021-01-04T19:49:54.060Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T19:49:54.060Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-04T19:49:55.491Z] ---> a4a203e457da [2021-01-04T19:49:55.491Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T19:49:56.934Z] ---> 4f9ea61207c1 [2021-01-04T19:49:56.934Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T19:49:58.364Z] ---> 601f406f7a25 [2021-01-04T19:49:58.364Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T19:49:58.963Z] ---> Running in 2df70a9237ef [2021-01-04T19:50:00.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:00.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:00.993Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T19:50:00.993Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T19:50:00.993Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T19:50:00.993Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T19:50:00.993Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T19:50:00.993Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T19:50:00.993Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T19:50:02.977Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T19:50:02.977Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T19:50:02.977Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T19:50:02.977Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T19:50:02.977Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T19:50:02.977Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T19:50:02.977Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T19:50:03.249Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T19:50:03.249Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T19:50:03.249Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T19:50:03.249Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T19:50:03.249Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T19:50:03.249Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T19:50:03.249Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T19:50:03.249Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T19:50:03.249Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T19:50:03.524Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T19:50:03.524Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T19:50:03.524Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T19:50:03.524Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T19:50:03.524Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T19:50:03.524Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T19:50:03.524Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T19:50:03.524Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T19:50:03.524Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T19:50:03.524Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T19:50:03.797Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:50:03.798Z] OK: 71 MiB in 55 packages [2021-01-04T19:50:12.093Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:50:12.093Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:50:12.093Z] ---> 94f2aabd890e [2021-01-04T19:50:12.093Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:50:12.093Z] ---> Using cache [2021-01-04T19:50:12.093Z] ---> 5402ad4f7f8a [2021-01-04T19:50:12.093Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:50:12.093Z] ---> Using cache [2021-01-04T19:50:12.093Z] ---> 03ea3f0fa650 [2021-01-04T19:50:12.093Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:50:12.093Z] ---> Using cache [2021-01-04T19:50:12.093Z] ---> 4e38b4c595ff [2021-01-04T19:50:12.093Z] Step 6/22 : COPY go.mod . [2021-01-04T19:50:12.093Z] ---> Using cache [2021-01-04T19:50:12.093Z] ---> a366deb65921 [2021-01-04T19:50:12.093Z] Step 7/22 : RUN go mod download [2021-01-04T19:50:12.093Z] ---> Using cache [2021-01-04T19:50:12.093Z] ---> c7e322b9cfb1 [2021-01-04T19:50:12.093Z] Step 8/22 : COPY . . [2021-01-04T19:50:12.093Z] ---> Using cache [2021-01-04T19:50:12.093Z] ---> 007e121a6317 [2021-01-04T19:50:12.093Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T19:50:13.538Z] ---> Running in 0a05b79a2329 [2021-01-04T19:50:14.526Z] Removing intermediate container 2df70a9237ef [2021-01-04T19:50:14.526Z] ---> 18b82240c31c [2021-01-04T19:50:14.526Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T19:50:14.798Z] ---> Running in f8043e06b018 [2021-01-04T19:50:15.072Z] 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-04T19:50:21.823Z] Collecting docker-compose==1.23.2 [2021-01-04T19:50:21.823Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T19:50:22.820Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T19:50:22.820Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T19:50:23.483Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T19:50:23.483Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T19:50:26.118Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T19:50:26.118Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T19:50:28.119Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T19:50:28.119Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T19:50:29.110Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T19:50:29.110Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T19:50:29.723Z] 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-04T19:50:29.723Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:50:29.723Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:50:29.723Z] ---> 94f2aabd890e [2021-01-04T19:50:29.723Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:50:29.723Z] ---> Using cache [2021-01-04T19:50:29.723Z] ---> 5402ad4f7f8a [2021-01-04T19:50:29.723Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:50:29.723Z] ---> Using cache [2021-01-04T19:50:29.723Z] ---> 03ea3f0fa650 [2021-01-04T19:50:29.723Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T19:50:30.729Z] Collecting PyYAML<4,>=3.10 [2021-01-04T19:50:30.729Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T19:50:33.460Z] ---> Running in e9ff778a3438 [2021-01-04T19:50:33.460Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:50:33.460Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:50:33.460Z] ---> 94f2aabd890e [2021-01-04T19:50:33.460Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:50:33.460Z] ---> Using cache [2021-01-04T19:50:33.460Z] ---> 5402ad4f7f8a [2021-01-04T19:50:33.460Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:50:33.460Z] ---> Using cache [2021-01-04T19:50:33.460Z] ---> 03ea3f0fa650 [2021-01-04T19:50:33.460Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:50:33.460Z] ---> Using cache [2021-01-04T19:50:33.460Z] ---> 4e38b4c595ff [2021-01-04T19:50:33.460Z] Step 6/22 : COPY go.mod . [2021-01-04T19:50:33.460Z] ---> Using cache [2021-01-04T19:50:33.460Z] ---> a366deb65921 [2021-01-04T19:50:33.460Z] Step 7/22 : RUN go mod download [2021-01-04T19:50:33.460Z] ---> Using cache [2021-01-04T19:50:33.460Z] ---> c7e322b9cfb1 [2021-01-04T19:50:33.460Z] Step 8/22 : COPY . . [2021-01-04T19:50:33.460Z] ---> Using cache [2021-01-04T19:50:33.460Z] ---> 007e121a6317 [2021-01-04T19:50:33.460Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T19:50:34.173Z] ---> Running in ebf75649fb04 [2021-01-04T19:50:36.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:36.909Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T19:50:36.909Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T19:50:36.909Z] 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-04T19:50:37.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:50:37.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:50:37.180Z] ---> 94f2aabd890e [2021-01-04T19:50:37.180Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T19:50:37.180Z] ---> Using cache [2021-01-04T19:50:37.180Z] ---> 5402ad4f7f8a [2021-01-04T19:50:37.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:50:37.180Z] ---> Using cache [2021-01-04T19:50:37.180Z] ---> 03ea3f0fa650 [2021-01-04T19:50:37.180Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T19:50:37.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:37.460Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T19:50:37.460Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T19:50:37.460Z] ---> Running in 4ab678c22520 [2021-01-04T19:50:38.454Z] OK: 217 MiB in 51 packages [2021-01-04T19:50:39.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:40.039Z] Removing intermediate container e9ff778a3438 [2021-01-04T19:50:40.039Z] ---> d3599220d02c [2021-01-04T19:50:40.039Z] Step 6/24 : COPY go.mod . [2021-01-04T19:50:40.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:40.639Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T19:50:40.639Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T19:50:40.940Z] ---> 9dc64ead803a [2021-01-04T19:50:40.940Z] Step 7/24 : RUN go mod download [2021-01-04T19:50:41.214Z] ---> Running in bcf9bc3380c4 [2021-01-04T19:50:41.214Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T19:50:41.214Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T19:50:41.492Z] 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-04T19:50:41.492Z] OK: 217 MiB in 51 packages [2021-01-04T19:50:42.489Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T19:50:42.489Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T19:50:42.763Z] 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-04T19:50:43.039Z] Collecting idna<2.8,>=2.5 [2021-01-04T19:50:43.039Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T19:50:43.039Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T19:50:43.039Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T19:50:43.039Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T19:50:43.315Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T19:50:43.592Z] Removing intermediate container 4ab678c22520 [2021-01-04T19:50:43.592Z] ---> fdf35a216582 [2021-01-04T19:50:43.592Z] Step 6/23 : COPY go.mod . [2021-01-04T19:50:44.194Z] Installing collected packages: websocket-client, dockerpty, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, jsonschema, docker-compose [2021-01-04T19:50:44.811Z] ---> e646b0691023 [2021-01-04T19:50:44.811Z] Step 7/23 : RUN go mod download [2021-01-04T19:50:44.811Z] Running setup.py install for dockerpty: started [2021-01-04T19:50:45.083Z] ---> Running in be3ec1c6c72b [2021-01-04T19:50:46.064Z] Removing intermediate container bcf9bc3380c4 [2021-01-04T19:50:46.064Z] ---> 16997fdb2095 [2021-01-04T19:50:46.064Z] Step 8/24 : COPY . . [2021-01-04T19:50:48.061Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T19:50:48.061Z] Running setup.py install for texttable: started [2021-01-04T19:50:50.718Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T19:50:50.718Z] Attempting uninstall: urllib3 [2021-01-04T19:50:50.718Z] Found existing installation: urllib3 1.25.9 [2021-01-04T19:50:50.718Z] Uninstalling urllib3-1.25.9: [2021-01-04T19:50:50.718Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T19:50:51.710Z] Removing intermediate container be3ec1c6c72b [2021-01-04T19:50:51.710Z] ---> 51afd74c38fe [2021-01-04T19:50:51.710Z] Step 8/23 : COPY . . [2021-01-04T19:50:51.710Z] Attempting uninstall: idna [2021-01-04T19:50:51.710Z] Found existing installation: idna 2.9 [2021-01-04T19:50:51.710Z] Uninstalling idna-2.9: [2021-01-04T19:50:51.985Z] Successfully uninstalled idna-2.9 [2021-01-04T19:50:52.966Z] Attempting uninstall: requests [2021-01-04T19:50:52.966Z] Found existing installation: requests 2.23.0 [2021-01-04T19:50:52.966Z] Uninstalling requests-2.23.0: [2021-01-04T19:50:52.966Z] Successfully uninstalled requests-2.23.0 [2021-01-04T19:50:54.412Z] Running setup.py install for PyYAML: started [2021-01-04T19:50:57.804Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T19:50:57.804Z] Running setup.py install for docopt: started [2021-01-04T19:50:59.788Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T19:51:01.232Z] 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-04T19:51:11.417Z] Removing intermediate container f8043e06b018 [2021-01-04T19:51:11.417Z] ---> 15ab8ea1d2ad [2021-01-04T19:51:11.417Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T19:51:11.688Z] ---> 27ae1f6656af [2021-01-04T19:51:11.688Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T19:51:11.965Z] ---> Running in b69ba49ff9b1 [2021-01-04T19:51:12.238Z] ---> Running in e660a6b54419 [2021-01-04T19:51:14.865Z] 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-04T19:51:14.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:51:15.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:51:16.129Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:51:16.129Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T19:51:16.129Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T19:51:16.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:51:16.129Z] OK: 71 MiB in 58 packages [2021-01-04T19:51:17.572Z] ---> 657ce3b3de91 [2021-01-04T19:51:17.572Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T19:51:17.846Z] ---> Running in a2acb403bc9f [2021-01-04T19:51:18.120Z] Removing intermediate container b69ba49ff9b1 [2021-01-04T19:51:18.120Z] ---> e09a26de3ca8 [2021-01-04T19:51:18.120Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T19:51:18.396Z] ---> Running in c688bff414fd [2021-01-04T19:51:19.385Z] Removing intermediate container c688bff414fd [2021-01-04T19:51:19.385Z] ---> 3633a2ba1a93 [2021-01-04T19:51:19.385Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:51:19.661Z] ---> Running in c19b4dc7f567 [2021-01-04T19:51:19.934Z] 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-04T19:51:20.215Z] Removing intermediate container c19b4dc7f567 [2021-01-04T19:51:20.215Z] ---> 526f292746c3 [2021-01-04T19:51:20.215Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T19:51:20.488Z] ---> Running in 1bfc0b74f3f8 [2021-01-04T19:51:21.085Z] Removing intermediate container 1bfc0b74f3f8 [2021-01-04T19:51:21.085Z] ---> 8a9fe7e273bd [2021-01-04T19:51:21.085Z] Step 25/26 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:51:21.369Z] ---> Running in 7e7dadf807fa [2021-01-04T19:51:21.967Z] Removing intermediate container 7e7dadf807fa [2021-01-04T19:51:21.967Z] ---> 30e1ab1d5bf4 [2021-01-04T19:51:21.967Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T19:51:22.239Z] ---> Running in da77d40801be [2021-01-04T19:51:22.838Z] Removing intermediate container da77d40801be [2021-01-04T19:51:22.838Z] ---> e58464d92c94 [2021-01-04T19:51:22.838Z] [2021-01-04T19:51:23.113Z] Successfully built e58464d92c94 [2021-01-04T19:51:23.113Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T19:51:31.404Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0a05b79a2329 [2021-01-04T19:51:31.404Z] ---> a33932065099 [2021-01-04T19:51:31.404Z] [2021-01-04T19:51:31.404Z] Step 10/22 : FROM scratch [2021-01-04T19:51:31.404Z] ---> [2021-01-04T19:51:31.404Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:51:31.404Z] ---> Using cache [2021-01-04T19:51:31.404Z] ---> aaa6d5f0e02a [2021-01-04T19:51:31.404Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T19:51:31.404Z] ---> Running in df781b1ab635 [2021-01-04T19:51:32.007Z] Removing intermediate container df781b1ab635 [2021-01-04T19:51:32.007Z] ---> c295dfa5bd79 [2021-01-04T19:51:32.007Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:51:32.280Z] ---> Running in bafcf28fa209 [2021-01-04T19:51:32.886Z] Removing intermediate container bafcf28fa209 [2021-01-04T19:51:32.886Z] ---> f084fb9ac72d [2021-01-04T19:51:32.886Z] Step 14/22 : WORKDIR / [2021-01-04T19:51:32.886Z] ---> Running in 9763f518a569 [2021-01-04T19:51:33.483Z] Removing intermediate container 9763f518a569 [2021-01-04T19:51:33.483Z] ---> c6f94bff9664 [2021-01-04T19:51:33.483Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T19:51:34.925Z] ---> a09b7da668ce [2021-01-04T19:51:34.925Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T19:51:36.901Z] ---> f52ffc1999e9 [2021-01-04T19:51:36.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:37.883Z] ---> 1b5220473193 [2021-01-04T19:51:37.883Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T19:51:38.159Z] ---> Running in ae1387349049 [2021-01-04T19:51:38.762Z] Removing intermediate container ae1387349049 [2021-01-04T19:51:38.762Z] ---> 1af6bf67e3b4 [2021-01-04T19:51:38.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:51:39.034Z] ---> Running in f77deeaeebb3 [2021-01-04T19:51:39.633Z] Removing intermediate container f77deeaeebb3 [2021-01-04T19:51:39.633Z] ---> 9fc71408b3e3 [2021-01-04T19:51:39.633Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:51:39.911Z] ---> Running in 4f7b83a1c458 [2021-01-04T19:51:40.515Z] Removing intermediate container 4f7b83a1c458 [2021-01-04T19:51:40.515Z] ---> 8ef53f16b374 [2021-01-04T19:51:40.515Z] Step 21/22 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:51:40.789Z] ---> Running in 346dcbacbbc6 [2021-01-04T19:51:41.775Z] Removing intermediate container 346dcbacbbc6 [2021-01-04T19:51:41.775Z] ---> ba3f94a0cdfd [2021-01-04T19:51:41.775Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:51:41.775Z] ---> Running in 7d0c39bfc62a [2021-01-04T19:51:42.376Z] Removing intermediate container 7d0c39bfc62a [2021-01-04T19:51:42.376Z] ---> b151f7dc42c3 [2021-01-04T19:51:42.376Z] [2021-01-04T19:51:42.972Z] Successfully built b151f7dc42c3 [2021-01-04T19:51:42.972Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T19:52:15.405Z]  Building docker-core-command-go ... done Removing intermediate container ebf75649fb04 [2021-01-04T19:52:15.405Z] ---> 703799d34aa2 [2021-01-04T19:52:15.405Z] [2021-01-04T19:52:15.405Z] Step 10/22 : FROM scratch [2021-01-04T19:52:15.405Z] ---> [2021-01-04T19:52:15.405Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:52:15.405Z] ---> Using cache [2021-01-04T19:52:15.405Z] ---> aaa6d5f0e02a [2021-01-04T19:52:15.405Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T19:52:15.405Z] ---> Running in af55e5a920fc [2021-01-04T19:52:15.405Z] Removing intermediate container af55e5a920fc [2021-01-04T19:52:15.405Z] ---> 07949d0dc53a [2021-01-04T19:52:15.405Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:52:15.405Z] ---> Running in 414a2bd12b96 [2021-01-04T19:52:15.405Z] Removing intermediate container 414a2bd12b96 [2021-01-04T19:52:15.405Z] ---> 7a12d30963aa [2021-01-04T19:52:15.405Z] Step 14/22 : WORKDIR / [2021-01-04T19:52:15.405Z] ---> Running in 2cc1d1d39a82 [2021-01-04T19:52:16.005Z] Removing intermediate container 2cc1d1d39a82 [2021-01-04T19:52:16.005Z] ---> 0ea457426f77 [2021-01-04T19:52:16.005Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T19:52:16.998Z] ---> ee41b2d0dd4e [2021-01-04T19:52:16.998Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T19:52:20.400Z] ---> 89f7da347543 [2021-01-04T19:52:20.400Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T19:52:21.838Z] ---> 6bc2631324ee [2021-01-04T19:52:21.838Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T19:52:21.838Z] Removing intermediate container e660a6b54419 [2021-01-04T19:52:21.838Z] ---> d132b4db1092 [2021-01-04T19:52:21.838Z] [2021-01-04T19:52:21.838Z] Step 10/24 : FROM scratch [2021-01-04T19:52:21.838Z] ---> [2021-01-04T19:52:21.838Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T19:52:21.838Z] ---> Running in cdbfd53509fc [2021-01-04T19:52:22.117Z] ---> Running in e5d1af9df364 [2021-01-04T19:52:23.372Z] Removing intermediate container e5d1af9df364 [2021-01-04T19:52:23.372Z] ---> dbaa1c9acdd5 [2021-01-04T19:52:23.372Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T19:52:23.372Z] Removing intermediate container cdbfd53509fc [2021-01-04T19:52:23.372Z] ---> 2e3baf3c95d1 [2021-01-04T19:52:23.372Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:52:23.372Z] ---> Running in 47b8ee4e6401 [2021-01-04T19:52:23.372Z] ---> Running in f754f9b9f5be [2021-01-04T19:52:23.372Z] Removing intermediate container 47b8ee4e6401 [2021-01-04T19:52:23.372Z] ---> 524c20ce2341 [2021-01-04T19:52:23.372Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T19:52:23.372Z] ---> Running in f91a4af326e4 [2021-01-04T19:52:23.372Z] Removing intermediate container f754f9b9f5be [2021-01-04T19:52:23.372Z] ---> 868ae2945d24 [2021-01-04T19:52:23.372Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:52:23.646Z] ---> Running in 007d3a274db9 [2021-01-04T19:52:23.923Z] Removing intermediate container f91a4af326e4 [2021-01-04T19:52:23.923Z] ---> 32f279a288fc [2021-01-04T19:52:23.923Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T19:52:24.204Z] Removing intermediate container 007d3a274db9 [2021-01-04T19:52:24.204Z] ---> cb8dc454b47b [2021-01-04T19:52:24.204Z] Step 21/22 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:52:24.472Z] ---> Running in 8d46fbfebdad [2021-01-04T19:52:24.744Z] ---> 20b288047905 [2021-01-04T19:52:24.744Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T19:52:25.022Z] Removing intermediate container 8d46fbfebdad [2021-01-04T19:52:25.022Z] ---> 90cd1fb3b87a [2021-01-04T19:52:25.022Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:52:25.022Z] ---> Running in 7795f03dfeee [2021-01-04T19:52:25.624Z] Removing intermediate container 7795f03dfeee [2021-01-04T19:52:25.624Z] ---> 947bdd3a8832 [2021-01-04T19:52:25.624Z] [2021-01-04T19:52:25.896Z] Successfully built 947bdd3a8832 [2021-01-04T19:52:25.896Z] ---> 6e19b5f5ca3d [2021-01-04T19:52:25.896Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T19:52:26.172Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T19:52:27.152Z]  Building docker-core-metadata-go ... done  ---> 57fbad31f44b [2021-01-04T19:52:27.152Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T19:52:28.131Z] ---> 3cf8e7b09c7a [2021-01-04T19:52:28.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T19:52:29.569Z] ---> fa18083be65a [2021-01-04T19:52:29.569Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T19:52:30.558Z] ---> 089257eb4783 [2021-01-04T19:52:30.558Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T19:52:30.831Z] ---> Running in 6abd0a9ef278 [2021-01-04T19:52:31.101Z] Removing intermediate container 6abd0a9ef278 [2021-01-04T19:52:31.101Z] ---> dde41d7b7ea6 [2021-01-04T19:52:31.101Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:52:31.375Z] ---> Running in 5ad537710e02 [2021-01-04T19:52:31.978Z] Removing intermediate container 5ad537710e02 [2021-01-04T19:52:31.978Z] ---> 431e2c65765a [2021-01-04T19:52:31.978Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T19:52:31.978Z] ---> Running in 702c18410772 [2021-01-04T19:52:32.569Z] Removing intermediate container 702c18410772 [2021-01-04T19:52:32.569Z] ---> 9591fb48e090 [2021-01-04T19:52:32.569Z] Step 23/24 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:52:32.569Z] ---> Running in ee47e03ea9fb [2021-01-04T19:52:32.847Z] Removing intermediate container ee47e03ea9fb [2021-01-04T19:52:32.847Z] ---> 4d813e2ff2f3 [2021-01-04T19:52:32.847Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:52:33.117Z] ---> Running in d55720736c9b [2021-01-04T19:52:33.390Z] Removing intermediate container d55720736c9b [2021-01-04T19:52:33.390Z] ---> ffc078aad4ba [2021-01-04T19:52:33.390Z] [2021-01-04T19:52:33.997Z] Successfully built ffc078aad4ba [2021-01-04T19:52:33.997Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T19:52:37.384Z]  Building docker-support-notifications-go ... done Removing intermediate container a2acb403bc9f [2021-01-04T19:52:37.384Z] ---> 5c51af13c934 [2021-01-04T19:52:37.384Z] [2021-01-04T19:52:37.384Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T19:52:37.384Z] ---> afeebe901d6b [2021-01-04T19:52:37.384Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:52:37.384Z] ---> Running in ee72057822e6 [2021-01-04T19:52:37.657Z] Removing intermediate container ee72057822e6 [2021-01-04T19:52:37.657Z] ---> 07909dac1428 [2021-01-04T19:52:37.657Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T19:52:37.657Z] ---> Running in 90a6ad353194 [2021-01-04T19:52:38.252Z] Removing intermediate container 90a6ad353194 [2021-01-04T19:52:38.252Z] ---> ab9fd67d6ff9 [2021-01-04T19:52:38.252Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T19:52:38.252Z] ---> Running in 835b54bd3778 [2021-01-04T19:52:38.850Z] Removing intermediate container 835b54bd3778 [2021-01-04T19:52:38.850Z] ---> 8526e12c306e [2021-01-04T19:52:38.850Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:52:38.850Z] ---> Running in bdf03b6fd470 [2021-01-04T19:52:40.816Z] Removing intermediate container bdf03b6fd470 [2021-01-04T19:52:40.816Z] ---> e7f0850e5ecb [2021-01-04T19:52:40.816Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T19:52:41.087Z] ---> Running in 56d3d3172a68 [2021-01-04T19:52:42.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:52:43.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:52:43.627Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T19:52:43.898Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T19:52:43.898Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T19:52:44.169Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T19:52:44.169Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T19:52:44.439Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:52:44.439Z] OK: 8 MiB in 19 packages [2021-01-04T19:52:45.879Z] Removing intermediate container 56d3d3172a68 [2021-01-04T19:52:45.879Z] ---> 63216256b941 [2021-01-04T19:52:45.879Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T19:52:46.475Z] ---> 1d258ea53c9a [2021-01-04T19:52:46.475Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T19:52:47.906Z] ---> 9b52f20cd864 [2021-01-04T19:52:47.906Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T19:52:48.512Z] ---> ef89bbfa92b0 [2021-01-04T19:52:48.512Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T19:52:48.512Z] ---> Running in f28b7375d0a1 [2021-01-04T19:52:49.102Z] Removing intermediate container f28b7375d0a1 [2021-01-04T19:52:49.102Z] ---> 6f817da1df70 [2021-01-04T19:52:49.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:52:49.102Z] ---> Running in 75168f67c9ed [2021-01-04T19:52:49.695Z] Removing intermediate container 75168f67c9ed [2021-01-04T19:52:49.695Z] ---> 8800580f79c4 [2021-01-04T19:52:49.695Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T19:52:49.695Z] ---> Running in f9b3d1f6f6ab [2021-01-04T19:52:49.965Z] Removing intermediate container f9b3d1f6f6ab [2021-01-04T19:52:49.965Z] ---> 78b842827654 [2021-01-04T19:52:49.965Z] Step 22/23 : LABEL git_sha=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [2021-01-04T19:52:50.234Z] ---> Running in 740850eb9fad [2021-01-04T19:52:50.504Z] Removing intermediate container 740850eb9fad [2021-01-04T19:52:50.504Z] ---> 8bda8a609994 [2021-01-04T19:52:50.504Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T19:52:50.772Z] ---> Running in 585758fc13e5 [2021-01-04T19:52:51.041Z] Removing intermediate container 585758fc13e5 [2021-01-04T19:52:51.041Z] ---> 7ba493abfbf1 [2021-01-04T19:52:51.041Z] [2021-01-04T19:52:51.628Z] Successfully built 7ba493abfbf1 [2021-01-04T19:52:51.628Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T19:52:51.644Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T19:52:51.635Z] $ docker stop --time=1 7021dd80761aa9e2757922d27c4cb1ae1a32a37bdcd7245fc4711c9c093e502f [2021-01-04T19:52:53.551Z] $ docker rm -f 7021dd80761aa9e2757922d27c4cb1ae1a32a37bdcd7245fc4711c9c093e502f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:52:54.310Z] + + docker images [2021-01-04T19:52:54.311Z] grep docker [2021-01-04T19:52:54.582Z] docker-core-data-go-arm64 latest 7ba493abfbf1 4 seconds ago 21MB [2021-01-04T19:52:54.582Z] docker-support-notifications-go-arm64 latest ffc078aad4ba 21 seconds ago 11.4MB [2021-01-04T19:52:54.582Z] docker-core-metadata-go-arm64 latest 947bdd3a8832 29 seconds ago 12.2MB [2021-01-04T19:52:54.582Z] docker-core-command-go-arm64 latest b151f7dc42c3 About a minute ago 9.98MB [2021-01-04T19:52:54.582Z] docker-sys-mgmt-agent-go-arm64 latest e58464d92c94 About a minute ago 300MB [2021-01-04T19:52:54.582Z] docker-security-secretstore-setup-go-arm64 latest 848c42766f90 3 minutes ago 23.4MB [2021-01-04T19:52:54.582Z] docker-security-bootstrap-redis-go-arm64 latest 3d54c3146130 3 minutes ago 15.1MB [2021-01-04T19:52:54.582Z] docker-security-proxy-setup-go-arm64 latest c5f93da68eff 3 minutes ago 23.3MB [2021-01-04T19:52:54.582Z] docker-support-scheduler-go-arm64 latest e377e159c434 3 minutes ago 10MB [2021-01-04T19:52:54.582Z] docker 20.10.0 eeaf43b92773 3 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-04T19:52:56.652Z] provisioning config files... [2021-01-04T19:52:56.673Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1742827578061925998tmp [Pipeline] { [Pipeline] sh [2021-01-04T19:52:57.069Z] + set +x [2021-01-04T19:52:57.069Z] + curl -s https://codecov.io/bash [2021-01-04T19:52:57.069Z] + bash -s -- [2021-01-04T19:52:57.332Z] [2021-01-04T19:52:57.332Z] _____ _ [2021-01-04T19:52:57.332Z] / ____| | | [2021-01-04T19:52:57.332Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T19:52:57.332Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T19:52:57.332Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T19:52:57.332Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T19:52:57.332Z] Bash-20201231-23d4836 [2021-01-04T19:52:57.332Z] [2021-01-04T19:52:57.332Z] [2021-01-04T19:52:57.332Z] ==> git version 2.24.3 found [2021-01-04T19:52:57.332Z] ==> 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-04T19:52:57.332Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T19:52:57.332Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T19:52:57.596Z] ==> Jenkins CI detected. [2021-01-04T19:52:57.596Z] project root: . [2021-01-04T19:52:57.596Z] --> token set from env [2021-01-04T19:52:57.596Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T19:52:57.596Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T19:52:57.596Z] ==> Python coveragepy not found [2021-01-04T19:52:57.596Z] ==> Searching for coverage reports in: [2021-01-04T19:52:57.596Z] + . [2021-01-04T19:52:57.596Z] -> Found 1 reports [2021-01-04T19:52:57.596Z] ==> Detecting git/mercurial file structure [2021-01-04T19:52:57.596Z] ==> Reading reports [2021-01-04T19:52:57.596Z] + ./coverage.out bytes=538204 [2021-01-04T19:52:57.858Z] ==> Appending adjustments [2021-01-04T19:52:57.858Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T19:53:01.169Z] + Found adjustments [2021-01-04T19:53:01.169Z] ==> Gzipping contents [2021-01-04T19:53:01.169Z] 80K /tmp/codecov.GW3XIO.gz [2021-01-04T19:53:01.169Z] ==> Uploading reports [2021-01-04T19:53:01.169Z] url: https://codecov.io [2021-01-04T19:53:01.169Z] query: branch=PR-2978&commit=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2978%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2978&job=&cmd_args= [2021-01-04T19:53:01.169Z] -> Pinging Codecov [2021-01-04T19:53:01.169Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2978&commit=0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2978%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2978&job=&cmd_args= [2021-01-04T19:53:01.743Z] -> Uploading to [2021-01-04T19:53:01.743Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc/77f26e55-3d7c-4d84-8780-f726bd05d325.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T195301Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5bc57d8907caff9ab8f3e18c0c530e5ecd62ea4207d2162ddc45e3adc8a17f7a [2021-01-04T19:53:01.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T19:53:01.743Z] Dload Upload Total Spent Left Speed [2021-01-04T19:53:02.320Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81871 0 0 100 81871 0 131k --:--:-- --:--:-- --:--:-- 131k [2021-01-04T19:53:02.320Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0cc774f27ff4f3c1f8dbeedffabe93f720b7c2bc [Pipeline] } [2021-01-04T19:53:02.330Z] 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-04T19:53:04.214Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:05.104Z] ---> package-listing.sh [2021-01-04T19:53:05.104Z] ++ facter osfamily [2021-01-04T19:53:05.104Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T19:53:05.104Z] + OS_FAMILY=redhat [2021-01-04T19:53:05.104Z] + workspace=/w/workspace/edgex-go/2 [2021-01-04T19:53:05.104Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T19:53:05.104Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T19:53:05.104Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T19:53:05.104Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T19:53:05.104Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-04T19:53:05.104Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T19:53:05.104Z] + case "${OS_FAMILY}" in [2021-01-04T19:53:05.104Z] + rpm -qa [2021-01-04T19:53:05.104Z] + sort [2021-01-04T19:53:10.408Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T19:53:10.408Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T19:53:10.408Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T19:53:10.408Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-04T19:53:10.408Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-04T19:53:10.408Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-04T19:53:10.421Z] 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-04T19:53:10.717Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:53:11.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:53:11.027Z] [2021-01-04T19:53:11.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:53:11.386Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:53:11.654Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T19:53:11.654Z] df20fa9351a1: Pulling fs layer [2021-01-04T19:53:11.654Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T19:53:11.654Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T19:53:11.654Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T19:53:11.654Z] 93b61091891f: Pulling fs layer [2021-01-04T19:53:11.654Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T19:53:11.654Z] 5e14af77c1be: Pulling fs layer [2021-01-04T19:53:11.654Z] 01666e4c0597: Pulling fs layer [2021-01-04T19:53:11.654Z] aa168da1d23b: Pulling fs layer [2021-01-04T19:53:11.654Z] 46f8f816bc3b: Waiting [2021-01-04T19:53:11.654Z] 93b61091891f: Waiting [2021-01-04T19:53:11.654Z] 93b9cdb0e59b: Waiting [2021-01-04T19:53:11.654Z] 01666e4c0597: Waiting [2021-01-04T19:53:11.654Z] aa168da1d23b: Waiting [2021-01-04T19:53:11.654Z] 5e14af77c1be: Waiting [2021-01-04T19:53:11.654Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T19:53:11.654Z] 36b3adc4ff6f: Download complete [2021-01-04T19:53:11.654Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T19:53:11.654Z] 46f8f816bc3b: Download complete [2021-01-04T19:53:11.922Z] df20fa9351a1: Download complete [2021-01-04T19:53:11.922Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T19:53:11.922Z] 93b9cdb0e59b: Download complete [2021-01-04T19:53:11.922Z] 93b61091891f: Verifying Checksum [2021-01-04T19:53:11.922Z] 93b61091891f: Download complete [2021-01-04T19:53:11.922Z] 5e14af77c1be: Verifying Checksum [2021-01-04T19:53:11.922Z] 5e14af77c1be: Download complete [2021-01-04T19:53:11.922Z] 01666e4c0597: Verifying Checksum [2021-01-04T19:53:11.922Z] 01666e4c0597: Download complete [2021-01-04T19:53:12.185Z] df20fa9351a1: Pull complete [2021-01-04T19:53:12.446Z] 36b3adc4ff6f: Pull complete [2021-01-04T19:53:12.710Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T19:53:12.710Z] 8ad3a11d3b57: Download complete [2021-01-04T19:53:13.673Z] 8ad3a11d3b57: Pull complete [2021-01-04T19:53:13.950Z] 46f8f816bc3b: Pull complete [2021-01-04T19:53:14.902Z] aa168da1d23b: Verifying Checksum [2021-01-04T19:53:14.902Z] aa168da1d23b: Download complete [2021-01-04T19:53:15.855Z] 93b61091891f: Pull complete [2021-01-04T19:53:15.855Z] 93b9cdb0e59b: Pull complete [2021-01-04T19:53:16.120Z] 5e14af77c1be: Pull complete [2021-01-04T19:53:16.120Z] 01666e4c0597: Pull complete [2021-01-04T19:53:26.176Z] aa168da1d23b: Pull complete [2021-01-04T19:53:26.176Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T19:53:26.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:53:26.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T19:53:26.422Z] prd-centos7-docker-4c-2g-18247 does not seem to be running inside a container [2021-01-04T19:53:26.482Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T19:53:31.410Z] $ docker top 5049000229cb3141e4053b7c2c454b8db46b4a0843517aa353c980885431700e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:53:31.931Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T19:53:32.231Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T19:53:32.532Z] + ls /var/log/sa-host [2021-01-04T19:53:32.532Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T19:53:32.532Z] file_magic: OK [2021-01-04T19:53:32.532Z] HZ: Using current value: 100 [2021-01-04T19:53:32.532Z] file_header: OK [2021-01-04T19:53:32.532Z] 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-04T19:53:32.532Z] Statistics: [2021-01-04T19:53:32.532Z] 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-04T19:53:32.532Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T19:53:32.532Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T19:53:32.533Z] file_magic: OK [2021-01-04T19:53:32.533Z] HZ: Using current value: 100 [2021-01-04T19:53:32.533Z] file_header: OK [2021-01-04T19:53:32.533Z] 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-04T19:53:32.533Z] Statistics: [2021-01-04T19:53:32.533Z] Hnuu...uuuununununu... [2021-01-04T19:53:32.533Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T19:53:32.736Z] provisioning config files... [2021-01-04T19:53:32.754Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5534368994292931383tmp [Pipeline] { [Pipeline] echo [2021-01-04T19:53:32.863Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:33.158Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T19:53:33.168Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T19:53:33.259Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:33.557Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T19:53:33.570Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:33.868Z] ---> sudo-logs.sh [2021-01-04T19:53:33.868Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T19:53:33.878Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:34.177Z] ---> job-cost.sh [2021-01-04T19:53:34.177Z] lf-activate-venv: SKIPPING [2021-01-04T19:53:34.177Z] INFO: No Stack... [2021-01-04T19:53:34.753Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T19:53:35.327Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T19:53:35.343Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:53:35.646Z] ---> logs-deploy.sh [2021-01-04T19:53:35.646Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2978/2 [2021-01-04T19:53:35.646Z] INFO: archiving workspace using pattern(s): [2021-01-04T19:53:37.037Z] Archives upload complete. [2021-01-04T19:53:37.037Z] INFO: archiving logs to Nexus