Pull request #2980 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7+67d1a34251aa6315d67009af9685794612423525 (3f67d932cccccd2d17db2cf823d06ffdd92108c0) 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-18245 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [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 bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 > 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # 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 Merge succeeded, producing bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 Checking out Revision bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 (PR-2980) > git config core.sparsecheckout # timeout=10 > git checkout -f bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" > git rev-list --no-walk e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T19:33:50.241Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T19:33:50.497Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T19:33:50.659Z] ========================================================= [2021-01-04T19:33:50.660Z] EdgeX Global Pipelines Version Info [2021-01-04T19:33:50.660Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:33:52.272Z] ------------------- [2021-01-04T19:33:52.272Z] stable info: [2021-01-04T19:33:52.272Z] ------------------- [2021-01-04T19:33:52.272Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T19:33:52.272Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:33:52.272Z] Message: update stable to v1.0.173 [2021-01-04T19:33:53.229Z] ------------------- [2021-01-04T19:33:53.229Z] experimental info: [2021-01-04T19:33:53.229Z] ------------------- [2021-01-04T19:33:53.229Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T19:33:53.229Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T19:33:53.229Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T19:33:53.500Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T19:33:53.591Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T19:33:53.679Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T19:33:53.787Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T19:33:53.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T19:33:53.980Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T19:33:54.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T19:33:54.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T19:33:54.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T19:33:54.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T19:33:54.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T19:33:54.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T19:33:54.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T19:33:54.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T19:33:54.981Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T19:33:55.071Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T19:33:55.166Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T19:33:55.258Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T19:33:55.352Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T19:33:55.438Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T19:33:55.538Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T19:33:55.623Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T19:33:55.726Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T19:33:55.812Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2980 [Pipeline] echo [2021-01-04T19:33:55.902Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2980 [Pipeline] echo [2021-01-04T19:33:55.996Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2980 [Pipeline] echo [2021-01-04T19:33:56.101Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [Pipeline] echo [2021-01-04T19:33:56.209Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc47205 [Pipeline] echo [2021-01-04T19:33:56.297Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T19:33:56.463Z] provisioning config files... [2021-01-04T19:33:56.500Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7156115076047656716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:33:56.874Z] ---> docker-login.sh [2021-01-04T19:33:56.874Z] nexus3.edgexfoundry.org:10001 [2021-01-04T19:33:57.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:33:57.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:33:57.136Z] Configure a credential helper to remove this warning. See [2021-01-04T19:33:57.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:33:57.136Z] [2021-01-04T19:33:57.136Z] Login Succeeded [2021-01-04T19:33:57.136Z] nexus3.edgexfoundry.org:10002 [2021-01-04T19:33:57.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:33:57.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:33:57.398Z] Configure a credential helper to remove this warning. See [2021-01-04T19:33:57.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:33:57.398Z] [2021-01-04T19:33:57.398Z] Login Succeeded [2021-01-04T19:33:57.398Z] nexus3.edgexfoundry.org:10003 [2021-01-04T19:33:57.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:33:57.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:33:57.663Z] Configure a credential helper to remove this warning. See [2021-01-04T19:33:57.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:33:57.663Z] [2021-01-04T19:33:57.663Z] Login Succeeded [2021-01-04T19:33:57.663Z] nexus3.edgexfoundry.org:10004 [2021-01-04T19:33:57.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:33:57.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:33:57.929Z] Configure a credential helper to remove this warning. See [2021-01-04T19:33:57.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:33:57.929Z] [2021-01-04T19:33:57.929Z] Login Succeeded [2021-01-04T19:33:57.929Z] docker.io [2021-01-04T19:33:57.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:33:58.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:33:58.191Z] Configure a credential helper to remove this warning. See [2021-01-04T19:33:58.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:33:58.191Z] [2021-01-04T19:33:58.191Z] Login Succeeded [2021-01-04T19:33:58.191Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T19:33:58.202Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:33:58.685Z] ++ 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:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T19:33:58.685Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T19:33:58.685Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T19:33:58.685Z] ++ cut -d/ -f2 [2021-01-04T19:33:58.685Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T19:33:58.787Z] 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:33:59.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:33:59.706Z] [2021-01-04T19:33:59.706Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:34:00.085Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:00.085Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T19:34:00.085Z] 31603596830f: Pulling fs layer [2021-01-04T19:34:00.085Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T19:34:00.085Z] 6ca5941a6612: Pulling fs layer [2021-01-04T19:34:00.085Z] ecc8261a40a4: Pulling fs layer [2021-01-04T19:34:00.085Z] ecc8261a40a4: Waiting [2021-01-04T19:34:00.085Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T19:34:00.085Z] 2a8b12db71e7: Download complete [2021-01-04T19:34:00.349Z] 31603596830f: Verifying Checksum [2021-01-04T19:34:00.349Z] 31603596830f: Download complete [2021-01-04T19:34:00.349Z] ecc8261a40a4: Verifying Checksum [2021-01-04T19:34:00.349Z] ecc8261a40a4: Download complete [2021-01-04T19:34:00.349Z] 6ca5941a6612: Verifying Checksum [2021-01-04T19:34:00.349Z] 6ca5941a6612: Download complete [2021-01-04T19:34:00.615Z] 31603596830f: Pull complete [2021-01-04T19:34:00.879Z] 2a8b12db71e7: Pull complete [2021-01-04T19:34:01.835Z] 6ca5941a6612: Pull complete [2021-01-04T19:34:02.100Z] ecc8261a40a4: Pull complete [2021-01-04T19:34:02.100Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T19:34:02.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T19:34:02.100Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T19:34:02.297Z] prd-centos7-docker-4c-2g-18245 does not seem to be running inside a container [2021-01-04T19:34:02.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T19:34:05.078Z] $ docker top d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T19:34:05.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:34:05.374Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:34:05.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:34:05.611Z] $ docker exec d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee ssh-agent [2021-01-04T19:34:05.812Z] SSH_AUTH_SOCK=/tmp/ssh-I88Z5uSBu3u4/agent.11 [2021-01-04T19:34:05.812Z] SSH_AGENT_PID=16 [2021-01-04T19:34:05.825Z] Running ssh-add (command line suppressed) [2021-01-04T19:34:05.953Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6307703340289698874.key (/w/workspace/edgex-go/2@tmp/private_key_6307703340289698874.key) [2021-01-04T19:34:06.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:34:06.341Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T19:34:06.367Z] $ docker exec --env ******** --env ******** d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee ssh-agent -k [2021-01-04T19:34:06.491Z] unset SSH_AUTH_SOCK; [2021-01-04T19:34:06.491Z] unset SSH_AGENT_PID; [2021-01-04T19:34:06.491Z] echo Agent pid 16 killed; [2021-01-04T19:34:06.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T19:34:06.690Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T19:34:06.690Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T19:34:06.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T19:34:06.865Z] $ docker exec d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee ssh-agent [2021-01-04T19:34:07.032Z] SSH_AUTH_SOCK=/tmp/ssh-IPAkzkhYDtv5/agent.47 [2021-01-04T19:34:07.032Z] SSH_AGENT_PID=53 [2021-01-04T19:34:07.039Z] Running ssh-add (command line suppressed) [2021-01-04T19:34:07.163Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_402166145716623430.key (/w/workspace/edgex-go/2@tmp/private_key_402166145716623430.key) [2021-01-04T19:34:07.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T19:34:07.571Z] + git semver init [2021-01-04T19:34:07.571Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T19:34:07.571Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-04T19:34:07.571Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-04T19:34:07.571Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T19:34:07.571Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T19:34:07.571Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T19:34:07.571Z] # $SEMVER_BRANCH = PR-2980 [2021-01-04T19:34:07.571Z] # $SEMVER_TEMP = /tmp/semver-421265466 [2021-01-04T19:34:07.571Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T19:34:34.272Z] # '/tmp/semver-421265466' -> '/w/workspace/edgex-go/2/.semver' [2021-01-04T19:34:35.239Z] # -> Force: false [2021-01-04T19:34:35.239Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-04T19:34:35.258Z] $ docker exec --env ******** --env ******** d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee ssh-agent -k [2021-01-04T19:34:35.508Z] unset SSH_AUTH_SOCK; [2021-01-04T19:34:35.508Z] unset SSH_AGENT_PID; [2021-01-04T19:34:35.508Z] echo Agent pid 53 killed; [2021-01-04T19:34:35.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T19:34:36.106Z] + git semver [Pipeline] } [2021-01-04T19:34:36.130Z] $ docker stop --time=1 d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee [2021-01-04T19:34:37.675Z] $ docker rm -f d4f1d0c6c416dd1082007a15207dcc1a8a30d347fd492568ad5db753cd47d1ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:34:38.215Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T19:34:38.829Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T19:34:38.831Z] [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:34:41.103Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:34:41.421Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:34:41.729Z] + sudo service docker restart [2021-01-04T19:34:41.729Z] + true [2021-01-04T19:34:41.729Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T19:34:42.323Z] ========================================================= [2021-01-04T19:34:42.324Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T19:34:42.324Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:34:42.669Z] + 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:34:46.020Z] Sending build context to Docker daemon 326.3MB [2021-01-04T19:34:46.020Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T19:34:46.020Z] Step 2/6 : FROM ${BASE} [2021-01-04T19:34:46.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T19:34:46.296Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T19:34:46.296Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T19:34:46.296Z] de9db76c5a1d: Pulling fs layer [2021-01-04T19:34:46.296Z] bca2f99d35d6: Pulling fs layer [2021-01-04T19:34:46.296Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T19:34:46.296Z] 7c6f9722023f: Pulling fs layer [2021-01-04T19:34:46.296Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T19:34:46.296Z] 93359f2a8cfa: Waiting [2021-01-04T19:34:46.296Z] bca2f99d35d6: Waiting [2021-01-04T19:34:46.296Z] 7c6f9722023f: Waiting [2021-01-04T19:34:46.296Z] a35cf1a2eb13: Waiting [2021-01-04T19:34:46.296Z] de9db76c5a1d: Verifying Checksum [2021-01-04T19:34:46.296Z] de9db76c5a1d: Download complete [2021-01-04T19:34:46.296Z] 0ef7d3d256c8: Download complete [2021-01-04T19:34:46.296Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T19:34:46.296Z] 93359f2a8cfa: Download complete [2021-01-04T19:34:46.296Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T19:34:46.296Z] 7c6f9722023f: Verifying Checksum [2021-01-04T19:34:46.296Z] 7c6f9722023f: Download complete [2021-01-04T19:34:46.575Z] 188c0c94c7c5: Pull complete [2021-01-04T19:34:46.841Z] 0ef7d3d256c8: Pull complete [2021-01-04T19:34:47.110Z] de9db76c5a1d: Pull complete [2021-01-04T19:34:48.537Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T19:34:48.537Z] a35cf1a2eb13: Download complete [2021-01-04T19:34:48.807Z] bca2f99d35d6: Verifying Checksum [2021-01-04T19:34:48.807Z] bca2f99d35d6: Download complete [2021-01-04T19:34:55.493Z] bca2f99d35d6: Pull complete [2021-01-04T19:34:55.493Z] 93359f2a8cfa: Pull complete [2021-01-04T19:34:55.493Z] 7c6f9722023f: Pull complete [2021-01-04T19:34:55.550Z] Still waiting to schedule task [2021-01-04T19:34:55.550Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T19:35:00.948Z] a35cf1a2eb13: Pull complete [2021-01-04T19:35:00.948Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T19:35:00.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T19:35:00.948Z] ---> a62c8e92a672 [2021-01-04T19:35:00.948Z] 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:00.948Z] ---> Running in 93542fe20a30 [2021-01-04T19:35:01.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:35:02.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:35:04.006Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T19:35:04.006Z] (2/12) Installing file (5.38-r0) [2021-01-04T19:35:04.269Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T19:35:04.269Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T19:35:16.543Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T19:35:16.543Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T19:35:16.543Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T19:35:16.543Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T19:35:16.543Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T19:35:16.543Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T19:35:16.805Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T19:35:16.805Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T19:35:17.066Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:35:17.066Z] OK: 233 MiB in 51 packages [2021-01-04T19:35:21.319Z] Removing intermediate container 93542fe20a30 [2021-01-04T19:35:21.319Z] ---> b3b54b6a74a2 [2021-01-04T19:35:21.319Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T19:35:21.319Z] ---> Running in 97438c5be716 [2021-01-04T19:35:21.319Z] Removing intermediate container 97438c5be716 [2021-01-04T19:35:21.319Z] ---> 29181f4f3119 [2021-01-04T19:35:21.319Z] Step 5/6 : COPY go.mod . [2021-01-04T19:35:21.319Z] ---> 81baaa4f732a [2021-01-04T19:35:21.319Z] Step 6/6 : RUN go mod download [2021-01-04T19:35:21.319Z] ---> Running in fa3c780c4c65 [2021-01-04T19:35:43.371Z] Removing intermediate container fa3c780c4c65 [2021-01-04T19:35:43.371Z] ---> 62ecefb10f97 [2021-01-04T19:35:43.371Z] Successfully built 62ecefb10f97 [2021-01-04T19:35:43.371Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:35:43.693Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:35:43.693Z] . [Pipeline] withDockerContainer [2021-01-04T19:35:43.795Z] prd-centos7-docker-4c-2g-18245 does not seem to be running inside a container [2021-01-04T19:35:43.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:35:44.679Z] $ docker top 9d3df80ea133cccda17f5024175cbcf48ebe7c60d6b8ac99da86c23375805973 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:35:45.245Z] + go version [2021-01-04T19:35:45.245Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T19:35:45.261Z] $ docker stop --time=1 9d3df80ea133cccda17f5024175cbcf48ebe7c60d6b8ac99da86c23375805973 [2021-01-04T19:35:46.605Z] $ docker rm -f 9d3df80ea133cccda17f5024175cbcf48ebe7c60d6b8ac99da86c23375805973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:35:47.389Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T19:35:47.389Z] . [Pipeline] withDockerContainer [2021-01-04T19:35:47.497Z] prd-centos7-docker-4c-2g-18245 does not seem to be running inside a container [2021-01-04T19:35:47.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T19:35:48.457Z] $ docker top 23f271a41351e81fc038fd25b63cea78f81e158c25f31774099e34fdab95db5f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T19:35:48.692Z] ========================================================= [2021-01-04T19:35:48.692Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T19:35:48.692Z] ========================================================= [Pipeline] sh [2021-01-04T19:35:48.992Z] + make test [2021-01-04T19:35:48.992Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T19:35:59.401Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T19:36:14.636Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T19:36:21.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T19:36:21.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T19:36:21.297Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T19:36:21.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T19:36:21.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T19:36:21.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T19:36:21.575Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T19:36:22.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T19:36:22.756Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T19:36:24.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T19:36:24.740Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T19:36:24.740Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T19:36:27.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.6% of statements [2021-01-04T19:36:27.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T19:36:27.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T19:36:27.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T19:36:27.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T19:36:27.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T19:36:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.0% of statements [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T19:36:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T19:36:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T19:36:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 75.0% of statements [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T19:36:31.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.130s coverage: 82.9% of statements [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T19:36:31.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T19:36:33.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T19:36:33.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T19:36:33.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-01-04T19:36:33.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T19:36:33.340Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-01-04T19:36:33.340Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T19:36:33.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-04T19:36:33.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T19:36:33.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-01-04T19:36:33.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T19:36:33.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T19:36:33.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T19:36:33.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T19:36:36.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.399s coverage: 93.8% of statements [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T19:36:36.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T19:36:36.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T19:36:36.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-01-04T19:36:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T19:36:36.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-01-04T19:36:36.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T19:36:36.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-01-04T19:36:36.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-01-04T19:36:36.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.2% of statements [2021-01-04T19:36:37.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.4% of statements [2021-01-04T19:36:37.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T19:36:37.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2021-01-04T19:36:37.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T19:36:37.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T19:36:37.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-01-04T19:36:37.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-04T19:36:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-04T19:36:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-01-04T19:36:38.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-04T19:36:40.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T19:36:40.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 37.0% of statements [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T19:36:40.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T19:36:40.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements [2021-01-04T19:36:40.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-04T19:36:42.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T19:36:42.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T19:36:42.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-01-04T19:36:42.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T19:36:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.672s coverage: 29.1% of statements [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T19:36:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T19:36:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T19:36:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T19:36:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T19:36:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T19:36:43.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-01-04T19:36:43.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T19:36:43.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T19:36:43.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-04T19:36:44.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-04T19:36:44.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-04T19:36:44.330Z] GO111MODULE=on go vet ./... [2021-01-04T19:37:06.442Z] gofmt -l . [2021-01-04T19:37:06.706Z] [ "`gofmt -l .`" = "" ] [2021-01-04T19:37:07.281Z] ./bin/test-go-mod-tidy.sh [2021-01-04T19:37:07.872Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T19:37:09.577Z] + ls -al . [2021-01-04T19:37:09.577Z] total 636 [2021-01-04T19:37:09.577Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 19:37 . [2021-01-04T19:37:09.577Z] drwxr-xr-x 4 root root 28 Jan 4 19:35 .. [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:33 .dockerignore [2021-01-04T19:37:09.577Z] drwxrwxr-x 8 1001 1001 179 Jan 4 19:33 .git [2021-01-04T19:37:09.577Z] drwxrwxr-x 3 1001 1001 125 Jan 4 19:33 .github [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 19:33 .gitignore [2021-01-04T19:37:09.577Z] drwx------ 3 1001 1001 47 Jan 4 19:34 .semver [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:33 .sonarcloud.properties [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:33 CONTRIBUTING.md [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 19:33 Dockerfile.build [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 19:33 Jenkinsfile [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:33 LICENSE [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 19:33 Makefile [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 19:33 README.md [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 19:33 SECURITY.md [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:34 VERSION [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:33 ZMQWindows.md [2021-01-04T19:37:09.577Z] drwxrwxr-x 2 1001 1001 117 Jan 4 19:33 bin [2021-01-04T19:37:09.577Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:33 cmd [2021-01-04T19:37:09.577Z] -rw-r--r-- 1 root root 538204 Jan 4 19:36 coverage.out [2021-01-04T19:37:09.577Z] -rw-r--r-- 1 root root 979 Jan 4 19:37 go.mod [2021-01-04T19:37:09.577Z] -rw-r--r-- 1 root root 18849 Jan 4 19:37 go.sum [2021-01-04T19:37:09.577Z] drwxrwxr-x 8 1001 1001 127 Jan 4 19:33 internal [2021-01-04T19:37:09.577Z] drwxrwxr-x 4 1001 1001 26 Jan 4 19:33 openapi [2021-01-04T19:37:09.577Z] drwxrwxr-x 4 1001 1001 71 Jan 4 19:33 snap [2021-01-04T19:37:09.577Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 19:33 version.go [Pipeline] sh [2021-01-04T19:37:09.879Z] + '[' -e coverage.out ] [2021-01-04T19:37:09.879Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T19:37:10.063Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T19:37:10.359Z] + make build [2021-01-04T19:37:10.359Z] 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:37:14.595Z] 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:37:20.170Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18248 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws [2021-01-04T19:37:20.283Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T19:37:21.294Z] 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:37:22.244Z] 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:37:23.644Z] 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:37:23.907Z] 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:37:25.329Z] using credential edgex-jenkins-ssh [2021-01-04T19:37:25.341Z] 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:37:25.403Z] Cloning the remote Git repository [2021-01-04T19:37:25.477Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:37:25.587Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-04T19:37:25.656Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:37:25.657Z] > git --version # timeout=10 [2021-01-04T19:37:25.677Z] > git --version # 'git version 2.17.1' [2021-01-04T19:37:25.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:37:25.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:37:26.745Z] 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:37:28.144Z] 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:37:29.097Z] 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:37:30.486Z] 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:37:31.069Z] 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:37:32.483Z] $ docker stop --time=1 23f271a41351e81fc038fd25b63cea78f81e158c25f31774099e34fdab95db5f [2021-01-04T19:37:34.225Z] $ docker rm -f 23f271a41351e81fc038fd25b63cea78f81e158c25f31774099e34fdab95db5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:37:37.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:37:37.392Z] [2021-01-04T19:37:37.392Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:37:37.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:37:37.755Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T19:37:37.755Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T19:37:37.755Z] ca9280d653b3: Pulling fs layer [2021-01-04T19:37:37.755Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T19:37:38.335Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T19:37:38.335Z] cbdbe7a5bc2a: Download complete [2021-01-04T19:37:38.610Z] ca9280d653b3: Verifying Checksum [2021-01-04T19:37:38.610Z] ca9280d653b3: Download complete [2021-01-04T19:37:38.610Z] cbdbe7a5bc2a: Pull complete [2021-01-04T19:37:39.568Z] ca9280d653b3: Pull complete [2021-01-04T19:37:39.837Z] 7e9c9ca2126c: Download complete [2021-01-04T19:37:46.470Z] 7e9c9ca2126c: Pull complete [2021-01-04T19:37:46.470Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T19:37:46.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:37:46.743Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T19:37:46.879Z] prd-centos7-docker-4c-2g-18245 does not seem to be running inside a container [2021-01-04T19:37:46.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T19:37:47.822Z] $ docker top d2c445bdd354f447960c088b33d82548e405554f1252e93d0e62605921eab3c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:37:48.375Z] + docker-compose build --help [2021-01-04T19:37:48.375Z] + grep parallel [2021-01-04T19:37:49.327Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T19:37:49.346Z] $ docker stop --time=1 d2c445bdd354f447960c088b33d82548e405554f1252e93d0e62605921eab3c7 [2021-01-04T19:37:50.642Z] Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:37:50.718Z] $ docker rm -f d2c445bdd354f447960c088b33d82548e405554f1252e93d0e62605921eab3c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:37:51.123Z] Merge succeeded, producing bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:37:51.124Z] Checking out Revision bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 (PR-2980) [2021-01-04T19:37:51.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T19:37:51.477Z] . [Pipeline] withDockerContainer [2021-01-04T19:37:51.644Z] prd-centos7-docker-4c-2g-18245 does not seem to be running inside a container [2021-01-04T19:37:49.978Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:37:49.998Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:37:50.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:37:50.063Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:37:50.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:37:50.074Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:37:50.668Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:37:50.683Z] > git checkout -f bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 [2021-01-04T19:37:50.976Z] > git remote # timeout=10 [2021-01-04T19:37:50.993Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:37:51.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:37:51.059Z] > git merge 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [2021-01-04T19:37:51.086Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:37:51.138Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:37:51.185Z] > git checkout -f bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 [2021-01-04T19:37:51.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T19:37:52.595Z] $ docker top edb0bbc8874c34020390080d6dcfa0933ae06df78de289f3d3d3619e5056b74e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:37:53.138Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T19:37:54.089Z] Building docker-core-command-go ... [2021-01-04T19:37:54.089Z] Building docker-core-data-go ... [2021-01-04T19:37:54.089Z] Building docker-core-metadata-go ... [2021-01-04T19:37:54.089Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T19:37:54.089Z] Building docker-security-proxy-setup-go ... [2021-01-04T19:37:54.089Z] Building docker-security-secretstore-setup-go ... [2021-01-04T19:37:54.089Z] Building docker-support-notifications-go ... [2021-01-04T19:37:54.089Z] Building docker-support-scheduler-go ... [2021-01-04T19:37:54.089Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T19:37:54.089Z] Building docker-security-secretstore-setup-go [2021-01-04T19:37:54.089Z] Building docker-core-command-go [2021-01-04T19:37:54.089Z] Building docker-support-scheduler-go [2021-01-04T19:37:54.089Z] Building docker-support-notifications-go [2021-01-04T19:37:54.089Z] Building docker-core-metadata-go [2021-01-04T19:37:55.618Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T19:37:57.207Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:37:57.692Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T19:37:58.049Z] + sudo service docker restart [2021-01-04T19:37:58.049Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T19:38:00.114Z] provisioning config files... [2021-01-04T19:38:00.152Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3614221457356456665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:38:00.587Z] ---> docker-login.sh [2021-01-04T19:38:00.587Z] nexus3.edgexfoundry.org:10001 [2021-01-04T19:38:01.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:01.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:01.877Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:01.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:01.877Z] [2021-01-04T19:38:01.877Z] Login Succeeded [2021-01-04T19:38:01.877Z] nexus3.edgexfoundry.org:10002 [2021-01-04T19:38:02.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:02.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:02.434Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:02.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:02.434Z] [2021-01-04T19:38:02.434Z] Login Succeeded [2021-01-04T19:38:02.434Z] nexus3.edgexfoundry.org:10003 [2021-01-04T19:38:02.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:02.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:02.983Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:02.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:02.983Z] [2021-01-04T19:38:02.983Z] Login Succeeded [2021-01-04T19:38:02.983Z] nexus3.edgexfoundry.org:10004 [2021-01-04T19:38:03.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:03.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:03.257Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:03.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:03.257Z] [2021-01-04T19:38:03.257Z] Login Succeeded [2021-01-04T19:38:03.257Z] docker.io [2021-01-04T19:38:03.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T19:38:04.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T19:38:04.124Z] Configure a credential helper to remove this warning. See [2021-01-04T19:38:04.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T19:38:04.124Z] [2021-01-04T19:38:04.124Z] Login Succeeded [2021-01-04T19:38:04.124Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T19:38:04.142Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T19:38:04.572Z] ========================================================= [2021-01-04T19:38:04.572Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T19:38:04.572Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:38:04.961Z] + 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:38:06.972Z] Sending build context to Docker daemon 165.4MB [2021-01-04T19:38:06.972Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:06.972Z] Step 2/6 : FROM ${BASE} [2021-01-04T19:38:07.254Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T19:38:07.254Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T19:38:07.254Z] a4357932f1b6: Pulling fs layer [2021-01-04T19:38:07.254Z] 18c013af1878: Pulling fs layer [2021-01-04T19:38:07.254Z] 00ac8860ef70: Pulling fs layer [2021-01-04T19:38:07.254Z] 63d7cb157983: Pulling fs layer [2021-01-04T19:38:07.254Z] b116817d02f9: Pulling fs layer [2021-01-04T19:38:07.254Z] 745a02a5169b: Pulling fs layer [2021-01-04T19:38:07.254Z] 63d7cb157983: Waiting [2021-01-04T19:38:07.254Z] b116817d02f9: Waiting [2021-01-04T19:38:07.254Z] 00ac8860ef70: Waiting [2021-01-04T19:38:07.254Z] 745a02a5169b: Waiting [2021-01-04T19:38:07.254Z] 18c013af1878: Verifying Checksum [2021-01-04T19:38:07.254Z] 18c013af1878: Download complete [2021-01-04T19:38:07.254Z] a4357932f1b6: Download complete [2021-01-04T19:38:07.254Z] 63d7cb157983: Download complete [2021-01-04T19:38:07.254Z] b116817d02f9: Verifying Checksum [2021-01-04T19:38:07.254Z] b116817d02f9: Download complete [2021-01-04T19:38:07.254Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T19:38:07.254Z] 5f621e34cdf4: Download complete [2021-01-04T19:38:07.858Z] 5f621e34cdf4: Pull complete [2021-01-04T19:38:08.454Z] a4357932f1b6: Pull complete [2021-01-04T19:38:08.726Z] 18c013af1878: Pull complete [2021-01-04T19:38:09.708Z] 745a02a5169b: Verifying Checksum [2021-01-04T19:38:09.708Z] 745a02a5169b: Download complete [2021-01-04T19:38:11.153Z] 00ac8860ef70: Verifying Checksum [2021-01-04T19:38:11.153Z] 00ac8860ef70: Download complete [2021-01-04T19:38:23.590Z] 00ac8860ef70: Pull complete [2021-01-04T19:38:23.590Z] 63d7cb157983: Pull complete [2021-01-04T19:38:23.590Z] b116817d02f9: Pull complete [2021-01-04T19:38:26.222Z] 745a02a5169b: Pull complete [2021-01-04T19:38:26.223Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T19:38:26.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T19:38:26.223Z] ---> b7e6874047d6 [2021-01-04T19:38:26.223Z] 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:38:26.356Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:26.356Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:38:26.356Z] ---> 62ecefb10f97 [2021-01-04T19:38:26.356Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:38:26.356Z] ---> Running in f75acd20c388 [2021-01-04T19:38:26.356Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:26.356Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:38:26.356Z] ---> 62ecefb10f97 [2021-01-04T19:38:26.356Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:38:26.356Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:26.356Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:38:26.356Z] ---> 62ecefb10f97 [2021-01-04T19:38:26.356Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:38:26.356Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:26.356Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:38:26.356Z] ---> 62ecefb10f97 [2021-01-04T19:38:26.356Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:38:26.356Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:38:26.356Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:38:26.356Z] ---> 62ecefb10f97 [2021-01-04T19:38:26.356Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:38:26.635Z] ---> Running in 3cbb102300fc [2021-01-04T19:38:26.635Z] ---> Running in c7a9c53874a9 [2021-01-04T19:38:26.635Z] ---> Running in fb470db98351 [2021-01-04T19:38:26.635Z] ---> Running in 07b554716ac7 [2021-01-04T19:38:26.635Z] Removing intermediate container f75acd20c388 [2021-01-04T19:38:26.635Z] ---> 2fe882b63954 [2021-01-04T19:38:26.636Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:38:26.901Z] ---> Running in 07a80523b869 [2021-01-04T19:38:26.901Z] Removing intermediate container c7a9c53874a9 [2021-01-04T19:38:26.901Z] ---> 545cc4514292 [2021-01-04T19:38:26.901Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:38:27.165Z] Removing intermediate container 3cbb102300fc [2021-01-04T19:38:27.165Z] ---> a0353bd388e5 [2021-01-04T19:38:27.165Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:38:27.165Z] Removing intermediate container fb470db98351 [2021-01-04T19:38:27.165Z] ---> 169d8b1969d4 [2021-01-04T19:38:27.165Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:38:27.165Z] Removing intermediate container 07b554716ac7 [2021-01-04T19:38:27.165Z] ---> 1784ca7f472b [2021-01-04T19:38:27.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:38:27.165Z] ---> Running in 33d8d7d71c88 [2021-01-04T19:38:27.165Z] ---> Running in 0dc3de361f86 [2021-01-04T19:38:27.436Z] ---> Running in 151b9b569ae9 [2021-01-04T19:38:27.436Z] ---> Running in 33a3c4312684 [2021-01-04T19:38:28.846Z] Removing intermediate container 07a80523b869 [2021-01-04T19:38:28.846Z] ---> 3517f808ee99 [2021-01-04T19:38:28.846Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T19:38:29.109Z] ---> Running in 583f17737a5d [2021-01-04T19:38:29.373Z] Removing intermediate container 33d8d7d71c88 [2021-01-04T19:38:29.373Z] ---> 7a8a559f0457 [2021-01-04T19:38:29.373Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T19:38:29.373Z] Removing intermediate container 0dc3de361f86 [2021-01-04T19:38:29.373Z] ---> c54d52ec2d28 [2021-01-04T19:38:29.373Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:38:29.636Z] ---> Running in 4abfc4705b40 [2021-01-04T19:38:29.636Z] ---> Running in 24177c139868 [2021-01-04T19:38:29.643Z] ---> Running in dffbac301f7b [2021-01-04T19:38:29.900Z] Removing intermediate container 151b9b569ae9 [2021-01-04T19:38:29.900Z] ---> c9d5ba2cbbbf [2021-01-04T19:38:29.900Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:38:29.900Z] Removing intermediate container 33a3c4312684 [2021-01-04T19:38:29.900Z] ---> da83ad10a138 [2021-01-04T19:38:29.900Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:38:30.166Z] ---> Running in 9b0bf67e64bb [2021-01-04T19:38:30.166Z] ---> Running in 2892cbac7ced [2021-01-04T19:38:30.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:30.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:38:30.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:30.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:31.550Z] OK: 233 MiB in 51 packages [2021-01-04T19:38:31.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:38:31.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:38:32.093Z] OK: 233 MiB in 51 packages [2021-01-04T19:38:32.093Z] Removing intermediate container 583f17737a5d [2021-01-04T19:38:32.093Z] ---> bd810c99b146 [2021-01-04T19:38:32.093Z] Step 6/24 : COPY go.mod . [2021-01-04T19:38:32.356Z] OK: 233 MiB in 51 packages [2021-01-04T19:38:32.356Z] ---> cee0460eff30 [2021-01-04T19:38:32.356Z] Step 7/24 : RUN go mod download [2021-01-04T19:38:32.582Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T19:38:32.582Z] (2/12) Installing file (5.38-r0) [2021-01-04T19:38:32.630Z] ---> Running in 68310d6ac561 [2021-01-04T19:38:32.630Z] OK: 233 MiB in 51 packages [2021-01-04T19:38:32.630Z] Removing intermediate container 4abfc4705b40 [2021-01-04T19:38:32.630Z] ---> a54fcfe84e00 [2021-01-04T19:38:32.630Z] Step 6/24 : COPY go.mod . [2021-01-04T19:38:33.746Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T19:38:33.746Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T19:38:33.747Z] OK: 233 MiB in 51 packages [2021-01-04T19:38:33.747Z] ---> 0aced9c0e2dd [2021-01-04T19:38:33.747Z] Step 7/24 : RUN go mod download [2021-01-04T19:38:33.747Z] ---> Running in cbcc196cfb53 [2021-01-04T19:38:33.747Z] Removing intermediate container 9b0bf67e64bb [2021-01-04T19:38:33.747Z] ---> a9b40a13378d [2021-01-04T19:38:33.747Z] Step 6/21 : COPY go.mod . [2021-01-04T19:38:33.747Z] Removing intermediate container 24177c139868 [2021-01-04T19:38:33.747Z] ---> 01b32f666fd3 [2021-01-04T19:38:33.747Z] Step 6/22 : COPY go.mod . [2021-01-04T19:38:33.747Z] ---> 366534278611 [2021-01-04T19:38:33.747Z] Step 7/21 : RUN go mod download [2021-01-04T19:38:33.747Z] Removing intermediate container 2892cbac7ced [2021-01-04T19:38:33.747Z] ---> ed838b32132c [2021-01-04T19:38:33.747Z] Step 6/22 : COPY go.mod . [2021-01-04T19:38:33.747Z] ---> Running in 7dab267620e1 [2021-01-04T19:38:34.028Z] ---> e86fe927bad9 [2021-01-04T19:38:34.028Z] Step 7/22 : RUN go mod download [2021-01-04T19:38:34.299Z] ---> 8ed0f2951f97 [2021-01-04T19:38:34.299Z] Step 7/22 : RUN go mod download [2021-01-04T19:38:34.299Z] ---> Running in db2c0c8f4834 [2021-01-04T19:38:34.299Z] ---> Running in 72a2a7dbcb52 [2021-01-04T19:38:35.263Z] Removing intermediate container cbcc196cfb53 [2021-01-04T19:38:35.263Z] ---> 9f3fa2e1604c [2021-01-04T19:38:35.263Z] Step 8/24 : COPY . . [2021-01-04T19:38:35.263Z] Removing intermediate container 68310d6ac561 [2021-01-04T19:38:35.263Z] ---> 2f74d0a07b42 [2021-01-04T19:38:35.263Z] Step 8/24 : COPY . . [2021-01-04T19:38:35.549Z] Removing intermediate container 7dab267620e1 [2021-01-04T19:38:35.549Z] ---> e1bec42683dc [2021-01-04T19:38:35.550Z] Step 8/21 : COPY . . [2021-01-04T19:38:40.453Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T19:38:40.453Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T19:38:40.453Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T19:38:40.453Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T19:38:40.453Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T19:38:40.453Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T19:38:40.453Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T19:38:40.453Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T19:38:40.453Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:38:40.453Z] OK: 217 MiB in 51 packages [2021-01-04T19:38:44.796Z] Removing intermediate container dffbac301f7b [2021-01-04T19:38:44.796Z] ---> 0847af7e69d5 [2021-01-04T19:38:44.796Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T19:38:44.796Z] ---> Running in 4fc050ba4758 [2021-01-04T19:38:45.397Z] Removing intermediate container 4fc050ba4758 [2021-01-04T19:38:45.397Z] ---> d4f3b661526d [2021-01-04T19:38:45.397Z] Step 5/6 : COPY go.mod . [2021-01-04T19:38:45.631Z] Removing intermediate container 72a2a7dbcb52 [2021-01-04T19:38:45.631Z] ---> a7fa0d880ab1 [2021-01-04T19:38:45.631Z] Step 8/22 : COPY . . [2021-01-04T19:38:45.631Z] Removing intermediate container db2c0c8f4834 [2021-01-04T19:38:45.631Z] ---> dd1acc0d02c8 [2021-01-04T19:38:45.631Z] Step 8/22 : COPY . . [2021-01-04T19:38:46.212Z] ---> 550b44d7b38b [2021-01-04T19:38:46.212Z] Step 6/6 : RUN go mod download [2021-01-04T19:38:46.212Z] ---> Running in ed77f4501866 [2021-01-04T19:39:12.673Z] ---> 0653315885fd [2021-01-04T19:39:12.673Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T19:39:13.022Z] Removing intermediate container ed77f4501866 [2021-01-04T19:39:13.023Z] ---> 9f404f396384 [2021-01-04T19:39:13.023Z] Successfully built 9f404f396384 [2021-01-04T19:39:13.023Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:39:13.362Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:39:13.362Z] . [Pipeline] withDockerContainer [2021-01-04T19:39:13.632Z] prd-ubuntu18.04-docker-arm64-4c-16g-18248 does not seem to be running inside a container [2021-01-04T19:39:13.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:39:14.070Z] ---> Running in 363ac017e4ca [2021-01-04T19:39:14.070Z] ---> fe4ea57c7a33 [2021-01-04T19:39:14.070Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T19:39:14.070Z] ---> e84a5e6c77fe [2021-01-04T19:39:14.070Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T19:39:15.240Z] $ docker top b72a5bbfb4c127755728b851dbdb9ed2291f065cb6eb2651a9884f1730113099 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:39:16.002Z] ---> Running in e37ff3f12d11 [2021-01-04T19:39:16.002Z] ---> Running in 70e4b5b0363a [2021-01-04T19:39:16.272Z] + go version [2021-01-04T19:39:16.273Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T19:39:16.304Z] $ docker stop --time=1 b72a5bbfb4c127755728b851dbdb9ed2291f065cb6eb2651a9884f1730113099 [2021-01-04T19:39:16.604Z] 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:39:17.560Z] 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:39:17.560Z] 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:39:18.196Z] $ docker rm -f b72a5bbfb4c127755728b851dbdb9ed2291f065cb6eb2651a9884f1730113099 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-04T19:39:18.536Z] ---> 4c1b25f87b83 [2021-01-04T19:39:18.536Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T19:39:18.536Z] ---> e8331ff24eb7 [2021-01-04T19:39:18.536Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T19:39:18.536Z] ---> Running in a71cee8359fc [2021-01-04T19:39:18.536Z] ---> Running in dd4e082168ef [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:39:19.224Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T19:39:19.224Z] . [Pipeline] withDockerContainer [2021-01-04T19:39:19.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-18248 does not seem to be running inside a container [2021-01-04T19:39:19.581Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T19:39:19.966Z] 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:39:19.966Z] 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:39:21.063Z] $ docker top 9f308ad7570ebcb0725415df3604cbd5acb35973d56b454f240d87065dcf18bb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T19:39:21.412Z] ========================================================= [2021-01-04T19:39:21.412Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T19:39:21.412Z] ========================================================= [Pipeline] sh [2021-01-04T19:39:22.056Z] + make test [2021-01-04T19:39:22.056Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T19:39:42.064Z] 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:39:44.235Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T19:39:50.288Z] Removing intermediate container e37ff3f12d11 [2021-01-04T19:39:50.288Z] ---> 15ba0ecca037 [2021-01-04T19:39:50.288Z] [2021-01-04T19:39:50.288Z] Step 10/24 : FROM scratch [2021-01-04T19:39:50.288Z] ---> [2021-01-04T19:39:50.288Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T19:39:50.288Z] Removing intermediate container 363ac017e4ca [2021-01-04T19:39:50.289Z] ---> 933bcc08e051 [2021-01-04T19:39:50.289Z] [2021-01-04T19:39:50.289Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T19:39:50.289Z] ---> Running in a535ef1cd6d2 [2021-01-04T19:39:50.570Z] Removing intermediate container 70e4b5b0363a [2021-01-04T19:39:50.570Z] ---> 0b137dd98c66 [2021-01-04T19:39:50.570Z] [2021-01-04T19:39:50.570Z] Step 10/21 : FROM scratch [2021-01-04T19:39:50.570Z] ---> [2021-01-04T19:39:50.570Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:39:50.570Z] 3.12: Pulling from library/alpine [2021-01-04T19:39:50.570Z] ---> Running in 34c3752cfe6e [2021-01-04T19:39:50.570Z] Removing intermediate container a535ef1cd6d2 [2021-01-04T19:39:50.570Z] ---> 7f025e4b6c4e [2021-01-04T19:39:50.570Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T19:39:50.847Z] ---> Running in cccb1567e793 [2021-01-04T19:39:50.848Z] Removing intermediate container 34c3752cfe6e [2021-01-04T19:39:50.848Z] ---> 18176d6c64b3 [2021-01-04T19:39:50.848Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T19:39:51.798Z] ---> Running in 3d7de144c70a [2021-01-04T19:39:51.798Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:39:53.723Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T19:39:53.723Z] ---> 389fef711851 [2021-01-04T19:39:53.723Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:39:53.723Z] Removing intermediate container cccb1567e793 [2021-01-04T19:39:53.723Z] ---> 306f3e8e4789 [2021-01-04T19:39:53.723Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T19:39:53.723Z] Removing intermediate container a71cee8359fc [2021-01-04T19:39:53.723Z] ---> 2a3fb738a0b0 [2021-01-04T19:39:53.723Z] [2021-01-04T19:39:53.723Z] Step 10/22 : FROM scratch [2021-01-04T19:39:53.723Z] ---> [2021-01-04T19:39:53.723Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:39:53.723Z] ---> Running in 4d2504224b8a [2021-01-04T19:39:53.723Z] ---> Using cache [2021-01-04T19:39:53.723Z] ---> 18176d6c64b3 [2021-01-04T19:39:53.723Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T19:39:53.723Z] ---> Running in 7abf229004a4 [2021-01-04T19:39:53.724Z] Removing intermediate container 3d7de144c70a [2021-01-04T19:39:53.724Z] ---> dc58ceaaf85e [2021-01-04T19:39:53.724Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T19:39:53.995Z] ---> Running in 2bd229566df4 [2021-01-04T19:39:53.995Z] ---> Running in 219a3228758c [2021-01-04T19:39:53.995Z] Removing intermediate container 7abf229004a4 [2021-01-04T19:39:53.995Z] ---> 7b721c8a583e [2021-01-04T19:39:53.995Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T19:39:54.259Z] Removing intermediate container 2bd229566df4 [2021-01-04T19:39:54.259Z] ---> 47fbd27ef9ea [2021-01-04T19:39:54.259Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:39:55.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:55.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:39:55.661Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:39:55.661Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:39:55.661Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:39:55.661Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:39:55.661Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:39:55.661Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:39:55.661Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:39:55.923Z] OK: 7 MiB in 19 packages [2021-01-04T19:39:56.497Z] ---> Running in e10129a30967 [2021-01-04T19:39:56.497Z] Removing intermediate container 219a3228758c [2021-01-04T19:39:56.497Z] ---> ba233f1b5b77 [2021-01-04T19:39:56.497Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T19:39:56.760Z] ---> 6a86053e67f3 [2021-01-04T19:39:56.760Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T19:39:57.045Z] Removing intermediate container dd4e082168ef [2021-01-04T19:39:57.045Z] ---> bdfa73de5d75 [2021-01-04T19:39:57.045Z] [2021-01-04T19:39:57.045Z] Step 10/22 : FROM scratch [2021-01-04T19:39:57.045Z] ---> [2021-01-04T19:39:57.045Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:39:57.045Z] ---> Using cache [2021-01-04T19:39:57.045Z] ---> 18176d6c64b3 [2021-01-04T19:39:57.045Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T19:39:57.045Z] Removing intermediate container e10129a30967 [2021-01-04T19:39:57.045Z] ---> 0f9fbd5f9d78 [2021-01-04T19:39:57.045Z] Step 14/22 : WORKDIR / [2021-01-04T19:39:57.045Z] ---> f90a61f38c15 [2021-01-04T19:39:57.045Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T19:39:57.997Z] ---> Running in 9ad9603b9dfa [2021-01-04T19:39:58.261Z] ---> Running in 310d2d323476 [2021-01-04T19:39:58.525Z] ---> e0fba610a90d [2021-01-04T19:39:58.525Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T19:39:58.525Z] ---> dd72a79edad6 [2021-01-04T19:39:58.525Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T19:39:59.102Z] Removing intermediate container 4d2504224b8a [2021-01-04T19:39:59.102Z] ---> b2b18f9e2e1f [2021-01-04T19:39:59.102Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:39:59.102Z] Removing intermediate container 9ad9603b9dfa [2021-01-04T19:39:59.102Z] ---> 12173a353b67 [2021-01-04T19:39:59.102Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:39:59.366Z] ---> Running in 23c7c2115b83 [2021-01-04T19:39:59.366Z] Removing intermediate container 310d2d323476 [2021-01-04T19:39:59.366Z] ---> 1107e118e5b2 [2021-01-04T19:39:59.366Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T19:39:59.366Z] ---> Running in d919ef9e7052 [2021-01-04T19:39:59.366Z] ---> fe1d8d2d415c [2021-01-04T19:39:59.366Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T19:39:59.366Z] ---> fae3ae761824 [2021-01-04T19:39:59.366Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T19:39:59.628Z] ---> Running in 094518ae997d [2021-01-04T19:39:59.628Z] Removing intermediate container 23c7c2115b83 [2021-01-04T19:39:59.628Z] ---> d38c17a0ba63 [2021-01-04T19:39:59.628Z] Step 13/24 : WORKDIR / [2021-01-04T19:39:59.895Z] Removing intermediate container d919ef9e7052 [2021-01-04T19:39:59.895Z] ---> 3b9ff92baff4 [2021-01-04T19:39:59.895Z] Step 14/22 : WORKDIR / [2021-01-04T19:39:59.895Z] ---> 627ea258a404 [2021-01-04T19:39:59.895Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T19:39:59.895Z] ---> Running in 51feb463f640 [2021-01-04T19:39:59.895Z] ---> 2b3080992983 [2021-01-04T19:39:59.895Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T19:39:59.895Z] ---> Running in 66dacd38500c [2021-01-04T19:39:59.895Z] Removing intermediate container 094518ae997d [2021-01-04T19:39:59.895Z] ---> 68c94f157726 [2021-01-04T19:39:59.895Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:00.163Z] ---> Running in 6a981ac76a62 [2021-01-04T19:40:00.425Z] Removing intermediate container 51feb463f640 [2021-01-04T19:40:00.425Z] ---> 764379323b4d [2021-01-04T19:40:00.425Z] 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:40:00.425Z] Removing intermediate container 66dacd38500c [2021-01-04T19:40:00.425Z] ---> e57c25626bfe [2021-01-04T19:40:00.425Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T19:40:00.425Z] Removing intermediate container 6a981ac76a62 [2021-01-04T19:40:00.425Z] ---> 41eec3b7de1c [2021-01-04T19:40:00.425Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T19:40:00.688Z] ---> af65c7d96c9c [2021-01-04T19:40:00.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:00.688Z] ---> 6cb071ddaed8 [2021-01-04T19:40:00.688Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:00.951Z] ---> Running in 6695910967b7 [2021-01-04T19:40:00.951Z] ---> 627978fcdb4b [2021-01-04T19:40:00.951Z] 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:40:00.951Z] ---> a64e67b0ab38 [2021-01-04T19:40:00.951Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T19:40:01.930Z] ---> 4fa934f93c13 [2021-01-04T19:40:01.930Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T19:40:01.930Z] ---> a5ca2aee671b [2021-01-04T19:40:01.930Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T19:40:01.930Z] Removing intermediate container 6695910967b7 [2021-01-04T19:40:01.930Z] ---> 2d61c459951b [2021-01-04T19:40:01.930Z] Step 20/21 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:40:01.930Z] ---> Running in 7d91364188e2 [2021-01-04T19:40:01.931Z] ---> Running in 2b8635bc127b [2021-01-04T19:40:01.931Z] ---> Running in baa51498e704 [2021-01-04T19:40:01.931Z] ---> 545d590506a9 [2021-01-04T19:40:01.931Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:01.931Z] ---> 2c218594e71c [2021-01-04T19:40:01.931Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T19:40:02.197Z] Removing intermediate container 7d91364188e2 [2021-01-04T19:40:02.197Z] ---> a3afa284b075 [2021-01-04T19:40:02.197Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:02.197Z] Removing intermediate container baa51498e704 [2021-01-04T19:40:02.197Z] ---> 1fb5bb631899 [2021-01-04T19:40:02.197Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:02.472Z] ---> Running in 73b2a6b45604 [2021-01-04T19:40:02.472Z] Removing intermediate container 2b8635bc127b [2021-01-04T19:40:02.472Z] ---> a50627cab6be [2021-01-04T19:40:02.472Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:40:02.472Z] ---> Running in 01140c1a7827 [2021-01-04T19:40:02.472Z] ---> 95bbcfa069bb [2021-01-04T19:40:02.472Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T19:40:02.472Z] ---> 9d30f1dc08a3 [2021-01-04T19:40:02.472Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T19:40:02.472Z] ---> Running in 96605db21afe [2021-01-04T19:40:02.746Z] ---> Running in e0358af8dd54 [2021-01-04T19:40:02.746Z] Removing intermediate container 73b2a6b45604 [2021-01-04T19:40:02.746Z] ---> 019e8a848bec [2021-01-04T19:40:02.746Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T19:40:02.746Z] Removing intermediate container 01140c1a7827 [2021-01-04T19:40:02.746Z] ---> 08e8bd75897b [2021-01-04T19:40:02.746Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:40:03.338Z] Removing intermediate container 96605db21afe [2021-01-04T19:40:03.338Z] ---> 2a479be47430 [2021-01-04T19:40:03.338Z] [2021-01-04T19:40:03.338Z] ---> Running in 4ce427ab7b1e [2021-01-04T19:40:03.338Z] ---> Running in c8a8fe10723e [2021-01-04T19:40:03.338Z] ---> 5138a1079e0b [2021-01-04T19:40:03.338Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T19:40:03.338Z] Removing intermediate container e0358af8dd54 [2021-01-04T19:40:03.338Z] ---> 96e87dc2a718 [2021-01-04T19:40:03.338Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:40:03.609Z] Successfully built 2a479be47430 [2021-01-04T19:40:03.609Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T19:40:03.609Z] Building docker-security-bootstrap-redis-go [2021-01-04T19:40:03.609Z]  Building docker-support-scheduler-go ... done  ---> Running in 1d4aaf7af65c [2021-01-04T19:40:03.609Z] Removing intermediate container 4ce427ab7b1e [2021-01-04T19:40:03.609Z] ---> 4aed2ab7e2f6 [2021-01-04T19:40:03.609Z] Step 23/24 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:40:03.609Z] Removing intermediate container c8a8fe10723e [2021-01-04T19:40:03.609Z] ---> ac592656761a [2021-01-04T19:40:03.609Z] Step 21/22 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:40:03.892Z] ---> Running in fce95d9f086a [2021-01-04T19:40:03.892Z] ---> Running in 3a371cb073f7 [2021-01-04T19:40:03.892Z] Removing intermediate container 1d4aaf7af65c [2021-01-04T19:40:03.892Z] ---> 1c7b769a7958 [2021-01-04T19:40:03.892Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:40:04.160Z] ---> 9e81f9fef97a [2021-01-04T19:40:04.160Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T19:40:04.426Z] ---> Running in a472a948d125 [2021-01-04T19:40:04.426Z] Removing intermediate container 3a371cb073f7 [2021-01-04T19:40:04.426Z] ---> aedfe47bbcb3 [2021-01-04T19:40:04.426Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:40:04.426Z] Removing intermediate container fce95d9f086a [2021-01-04T19:40:04.426Z] ---> cf7782a37e17 [2021-01-04T19:40:04.426Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:40:04.696Z] ---> 8d31e2f12f7b [2021-01-04T19:40:04.696Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T19:40:04.964Z] ---> Running in 31703eecd46a [2021-01-04T19:40:05.560Z] ---> Running in 7bb21bacb286 [2021-01-04T19:40:05.837Z] Removing intermediate container a472a948d125 [2021-01-04T19:40:05.837Z] ---> f4359f47166c [2021-01-04T19:40:05.837Z] Step 21/22 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:40:05.837Z] ---> Running in 338649b467a7 [2021-01-04T19:40:08.457Z] Removing intermediate container 31703eecd46a [2021-01-04T19:40:08.457Z] ---> 5504c3b5441f [2021-01-04T19:40:08.457Z] [2021-01-04T19:40:08.457Z] ---> Running in 23dae92a22d9 [2021-01-04T19:40:08.457Z] Removing intermediate container 7bb21bacb286 [2021-01-04T19:40:08.457Z] ---> 31d1196d9378 [2021-01-04T19:40:08.457Z] [2021-01-04T19:40:08.723Z] Successfully built 5504c3b5441f [2021-01-04T19:40:08.723Z] Successfully built 31d1196d9378 [2021-01-04T19:40:08.723Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T19:40:08.723Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-04T19:40:08.991Z] Successfully tagged docker-core-command-go:latest [2021-01-04T19:40:08.991Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-04T19:40:08.991Z] Removing intermediate container 23dae92a22d9 [2021-01-04T19:40:08.991Z] ---> d69e1be012fb [2021-01-04T19:40:08.991Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:40:08.991Z] ---> Running in 03711aa2c939 [2021-01-04T19:40:11.593Z] Removing intermediate container 03711aa2c939 [2021-01-04T19:40:11.593Z] ---> 85f061e5723b [2021-01-04T19:40:11.593Z] [2021-01-04T19:40:14.159Z] Successfully built 85f061e5723b [2021-01-04T19:40:14.737Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T19:40:14.737Z] Building docker-sys-mgmt-agent-go [2021-01-04T19:40:19.326Z]  Building docker-core-metadata-go ... done Removing intermediate container 338649b467a7 [2021-01-04T19:40:19.326Z] ---> 7ad20eaf6594 [2021-01-04T19:40:19.326Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T19:40:19.925Z] ---> Running in 7d5112c09906 [2021-01-04T19:40:23.277Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:40:23.277Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:40:23.277Z] ---> 62ecefb10f97 [2021-01-04T19:40:23.277Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:40:23.277Z] ---> Using cache [2021-01-04T19:40:23.277Z] ---> 1784ca7f472b [2021-01-04T19:40:23.277Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:40:23.277Z] ---> Using cache [2021-01-04T19:40:23.277Z] ---> da83ad10a138 [2021-01-04T19:40:23.277Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:40:23.277Z] ---> Using cache [2021-01-04T19:40:23.277Z] ---> ed838b32132c [2021-01-04T19:40:23.277Z] Step 6/22 : COPY go.mod . [2021-01-04T19:40:23.277Z] ---> Using cache [2021-01-04T19:40:23.277Z] ---> 8ed0f2951f97 [2021-01-04T19:40:23.277Z] Step 7/22 : RUN go mod download [2021-01-04T19:40:23.277Z] ---> Using cache [2021-01-04T19:40:23.277Z] ---> a7fa0d880ab1 [2021-01-04T19:40:23.277Z] Step 8/22 : COPY . . [2021-01-04T19:40:23.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T19:40:23.866Z] ---> Using cache [2021-01-04T19:40:23.866Z] ---> e8331ff24eb7 [2021-01-04T19:40:23.866Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T19:40:30.617Z] ---> Running in 10c7a79d9397 [2021-01-04T19:40:30.617Z] Removing intermediate container 7d5112c09906 [2021-01-04T19:40:30.617Z] ---> 41d715480a03 [2021-01-04T19:40:30.617Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T19:40:30.885Z] ---> Running in afb903cfc625 [2021-01-04T19:40:31.857Z] Removing intermediate container afb903cfc625 [2021-01-04T19:40:31.857Z] ---> 4dd1f022fa2e [2021-01-04T19:40:31.857Z] Step 23/24 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:40:32.450Z] ---> Running in cf3db0734561 [2021-01-04T19:40:33.411Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:40:33.411Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:40:33.411Z] ---> 62ecefb10f97 [2021-01-04T19:40:33.411Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T19:40:33.411Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:40:33.411Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:40:33.411Z] ---> 62ecefb10f97 [2021-01-04T19:40:33.411Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> 1784ca7f472b [2021-01-04T19:40:33.411Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> 1784ca7f472b [2021-01-04T19:40:33.411Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> da83ad10a138 [2021-01-04T19:40:33.411Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> da83ad10a138 [2021-01-04T19:40:33.411Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> ed838b32132c [2021-01-04T19:40:33.411Z] Step 6/21 : COPY go.mod . [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> 8ed0f2951f97 [2021-01-04T19:40:33.411Z] Step 7/21 : RUN go mod download [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> a7fa0d880ab1 [2021-01-04T19:40:33.411Z] Step 8/21 : COPY . . [2021-01-04T19:40:33.411Z] ---> Using cache [2021-01-04T19:40:33.411Z] ---> e8331ff24eb7 [2021-01-04T19:40:33.411Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T19:40:33.679Z] 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:40:34.666Z] Removing intermediate container cf3db0734561 [2021-01-04T19:40:34.666Z] ---> 58e5167f36a9 [2021-01-04T19:40:34.666Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:40:34.666Z] ---> Running in fc43f2f8ce11 [2021-01-04T19:40:34.666Z] ---> Running in 9136189b0c70 [2021-01-04T19:40:34.943Z] ---> Running in fc5684ba13f0 [2021-01-04T19:40:36.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:36.411Z] Removing intermediate container fc5684ba13f0 [2021-01-04T19:40:36.411Z] ---> 1ddfdb5ac791 [2021-01-04T19:40:36.411Z] [2021-01-04T19:40:37.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:37.026Z] Successfully built 1ddfdb5ac791 [2021-01-04T19:40:37.293Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T19:40:37.293Z]  Building docker-security-secretstore-setup-go ... done OK: 233 MiB in 51 packages [2021-01-04T19:40:37.293Z] 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:37.559Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:40:37.559Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:40:37.559Z] ---> 62ecefb10f97 [2021-01-04T19:40:37.559Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T19:40:37.559Z] ---> Using cache [2021-01-04T19:40:37.559Z] ---> 1784ca7f472b [2021-01-04T19:40:37.559Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:40:37.559Z] ---> Using cache [2021-01-04T19:40:37.559Z] ---> da83ad10a138 [2021-01-04T19:40:37.559Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T19:40:38.152Z] ---> Running in fa5fac7e5580 [2021-01-04T19:40:38.752Z] Removing intermediate container fc43f2f8ce11 [2021-01-04T19:40:38.752Z] ---> cb8974f557d4 [2021-01-04T19:40:38.752Z] Step 6/23 : COPY go.mod . [2021-01-04T19:40:39.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:39.347Z] ---> ffb7a94c2cfe [2021-01-04T19:40:39.347Z] Step 7/23 : RUN go mod download [2021-01-04T19:40:39.347Z] ---> Running in 7e3950f30b62 [2021-01-04T19:40:39.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:40:40.543Z] OK: 233 MiB in 51 packages [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T19:40:41.638Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T19:40:41.992Z] Removing intermediate container fa5fac7e5580 [2021-01-04T19:40:41.992Z] ---> 3d76f03700bf [2021-01-04T19:40:41.992Z] Step 6/26 : COPY go.mod . [2021-01-04T19:40:41.992Z] Removing intermediate container 7e3950f30b62 [2021-01-04T19:40:41.992Z] ---> 936eb12e6525 [2021-01-04T19:40:41.992Z] Step 8/23 : COPY . . [2021-01-04T19:40:42.980Z] ---> 539b8aa5a094 [2021-01-04T19:40:42.980Z] Step 7/26 : RUN go mod download [2021-01-04T19:40:43.260Z] ---> Running in c81dac267a54 [2021-01-04T19:40:48.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T19:40:48.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T19:40:48.375Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T19:40:49.961Z] Removing intermediate container c81dac267a54 [2021-01-04T19:40:49.961Z] ---> aaf8ae022290 [2021-01-04T19:40:49.961Z] Step 8/26 : COPY . . [2021-01-04T19:40:55.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.225s coverage: 46.6% of statements [2021-01-04T19:40:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T19:40:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T19:40:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T19:40:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T19:40:55.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T19:40:58.156Z] 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:41:02.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.0% of statements [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T19:41:02.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T19:41:02.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T19:41:02.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.573s coverage: 75.7% of statements [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T19:41:02.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T19:41:03.543Z] Removing intermediate container 10c7a79d9397 [2021-01-04T19:41:03.543Z] ---> 7055c84853d0 [2021-01-04T19:41:03.543Z] [2021-01-04T19:41:03.543Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T19:41:03.543Z] ---> 389fef711851 [2021-01-04T19:41:03.543Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:41:03.543Z] ---> Using cache [2021-01-04T19:41:03.543Z] ---> b2b18f9e2e1f [2021-01-04T19:41:03.543Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T19:41:04.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.638s coverage: 82.9% of statements [2021-01-04T19:41:04.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T19:41:04.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:41:04.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T19:41:04.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T19:41:06.099Z] ---> Running in 531614596ac8 [2021-01-04T19:41:06.099Z] ---> 3711434d13c0 [2021-01-04T19:41:06.099Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T19:41:06.677Z] ---> Running in f355df352242 [2021-01-04T19:41:06.944Z] Removing intermediate container 531614596ac8 [2021-01-04T19:41:06.944Z] ---> e3d2841fc50f [2021-01-04T19:41:06.944Z] Step 13/22 : WORKDIR / [2021-01-04T19:41:08.880Z] ---> Running in 5172758559cf [2021-01-04T19:41:09.146Z] 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:41:09.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T19:41:09.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T19:41:09.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-04T19:41:09.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T19:41:10.547Z] Removing intermediate container 9136189b0c70 [2021-01-04T19:41:10.547Z] ---> bf64cf118bfe [2021-01-04T19:41:10.547Z] [2021-01-04T19:41:10.547Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T19:41:10.547Z] ---> 389fef711851 [2021-01-04T19:41:10.547Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T19:41:10.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.294s coverage: 86.7% of statements [2021-01-04T19:41:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T19:41:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.374s coverage: 97.5% of statements [2021-01-04T19:41:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T19:41:11.136Z] Removing intermediate container 5172758559cf [2021-01-04T19:41:11.136Z] ---> 1b43e8654304 [2021-01-04T19:41:11.136Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T19:41:12.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.162s coverage: 78.3% of statements [2021-01-04T19:41:12.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T19:41:12.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T19:41:12.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T19:41:12.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T19:41:13.072Z] ---> Running in 65b90b656b37 [2021-01-04T19:41:14.038Z] ---> 80a8b54bfb25 [2021-01-04T19:41:14.038Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T19:41:14.309Z] ---> a9f61d135055 [2021-01-04T19:41:14.309Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T19:41:14.309Z] ---> Running in 8c4e3ead6efb [2021-01-04T19:41:14.901Z] ---> 156cade71c4f [2021-01-04T19:41:14.901Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T19:41:14.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:14.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:15.183Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T19:41:15.183Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:41:15.183Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T19:41:15.183Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T19:41:15.183Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:15.183Z] 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:41:15.794Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:41:15.794Z] OK: 7 MiB in 18 packages [2021-01-04T19:41:15.794Z] ---> 8e8f3f5bf798 [2021-01-04T19:41:15.794Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:16.380Z] ---> a2485e4f44d4 [2021-01-04T19:41:16.380Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T19:41:16.646Z] ---> Running in c7db8d53f5a4 [2021-01-04T19:41:18.090Z] Removing intermediate container 65b90b656b37 [2021-01-04T19:41:18.090Z] ---> 324703677bd2 [2021-01-04T19:41:18.090Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:41:19.086Z] ---> Running in c37d2fa5c0ed [2021-01-04T19:41:19.086Z] Removing intermediate container c37d2fa5c0ed [2021-01-04T19:41:19.086Z] ---> b3892d84e80d [2021-01-04T19:41:19.086Z] Step 13/21 : WORKDIR /edgex [2021-01-04T19:41:19.360Z] ---> Running in 915a271c6afc [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.981s coverage: 93.8% of statements [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-04T19:41:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.8% of statements [2021-01-04T19:41:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements [2021-01-04T19:41:19.634Z] Removing intermediate container c7db8d53f5a4 [2021-01-04T19:41:19.634Z] ---> 2246c50690be [2021-01-04T19:41:19.634Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T19:41:19.634Z] ---> Running in ba2226dcc25b [2021-01-04T19:41:19.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.2% of statements [2021-01-04T19:41:20.228Z] Removing intermediate container 915a271c6afc [2021-01-04T19:41:20.228Z] ---> 6137e105871e [2021-01-04T19:41:20.228Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T19:41:20.820Z] Removing intermediate container ba2226dcc25b [2021-01-04T19:41:20.820Z] ---> a7c7a7a51387 [2021-01-04T19:41:20.820Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T19:41:20.820Z] ---> Running in 1e9d481bf4b0 [2021-01-04T19:41:20.820Z] ---> ca16dbd5d595 [2021-01-04T19:41:20.820Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T19:41:20.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.4% of statements [2021-01-04T19:41:20.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T19:41:21.093Z] Removing intermediate container 1e9d481bf4b0 [2021-01-04T19:41:21.093Z] ---> 86ec1733ea62 [2021-01-04T19:41:21.093Z] Step 21/22 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:41:21.363Z] ---> Running in 024c7bcc9033 [2021-01-04T19:41:21.640Z] ---> 019a3fb37c9b [2021-01-04T19:41:21.640Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T19:41:21.640Z] Removing intermediate container 024c7bcc9033 [2021-01-04T19:41:21.640Z] ---> b10b69d361af [2021-01-04T19:41:21.640Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:41:21.640Z] ---> Running in 1ff8a8621953 [2021-01-04T19:41:22.242Z] Removing intermediate container 1ff8a8621953 [2021-01-04T19:41:22.242Z] ---> 67ae1a093d86 [2021-01-04T19:41:22.242Z] [2021-01-04T19:41:22.242Z] ---> 7e0d95c283ad [2021-01-04T19:41:22.242Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T19:41:22.518Z] Successfully built 67ae1a093d86 [2021-01-04T19:41:22.518Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T19:41:22.518Z] ---> Running in 820e2826f13c [2021-01-04T19:41:22.795Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 820e2826f13c [2021-01-04T19:41:22.795Z] ---> 54129ab3850d [2021-01-04T19:41:22.795Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T19:41:22.795Z] ---> Running in 012a8bca8b6c [2021-01-04T19:41:23.064Z] Removing intermediate container 012a8bca8b6c [2021-01-04T19:41:23.064Z] ---> d7aa9990b22e [2021-01-04T19:41:23.064Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T19:41:23.338Z] ---> Running in 7de96a7d29b1 [2021-01-04T19:41:23.607Z] Removing intermediate container 7de96a7d29b1 [2021-01-04T19:41:23.607Z] ---> 3431d9b5676d [2021-01-04T19:41:23.607Z] Step 20/21 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:41:23.607Z] ---> Running in bf7fa05852df [2021-01-04T19:41:23.884Z] Removing intermediate container bf7fa05852df [2021-01-04T19:41:23.884Z] ---> adf764c5838c [2021-01-04T19:41:23.884Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:41:23.884Z] ---> Running in 8155c017c0e4 [2021-01-04T19:41:24.156Z] Removing intermediate container 8155c017c0e4 [2021-01-04T19:41:24.156Z] ---> 5c5bb73cd9aa [2021-01-04T19:41:24.156Z] [2021-01-04T19:41:24.421Z] Successfully built 5c5bb73cd9aa [2021-01-04T19:41:24.421Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T19:41:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.671s coverage: 63.5% of statements [2021-01-04T19:41:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T19:41:25.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T19:41:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.078s coverage: 100.0% of statements [2021-01-04T19:41:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2021-01-04T19:41:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-04T19:41:25.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-01-04T19:41:25.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-04T19:41:31.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.920s coverage: 55.9% of statements [2021-01-04T19:41:31.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T19:41:31.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T19:41:31.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T19:41:31.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T19:41:31.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T19:41:31.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-01-04T19:41:31.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T19:41:31.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T19:41:31.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.544s coverage: 84.0% of statements [2021-01-04T19:41:31.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2021-01-04T19:41:34.466Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8c4e3ead6efb [2021-01-04T19:41:34.466Z] ---> ae4d8ad20c34 [2021-01-04T19:41:34.466Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T19:41:34.466Z] Removing intermediate container f355df352242 [2021-01-04T19:41:34.466Z] ---> 0b280a34666b [2021-01-04T19:41:34.466Z] [2021-01-04T19:41:34.466Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T19:41:34.466Z] ---> 389fef711851 [2021-01-04T19:41:34.466Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:41:34.466Z] ---> Running in f4243ff32691 [2021-01-04T19:41:34.466Z] ---> Running in 4d824ee5017a [2021-01-04T19:41:34.466Z] Removing intermediate container 4d824ee5017a [2021-01-04T19:41:34.466Z] ---> efd3a29f526a [2021-01-04T19:41:34.466Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T19:41:34.466Z] ---> Running in a7dec29a212f [2021-01-04T19:41:34.466Z] 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:41:34.466Z] Removing intermediate container a7dec29a212f [2021-01-04T19:41:34.466Z] ---> e8870c0f63f0 [2021-01-04T19:41:34.466Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T19:41:34.466Z] ---> Running in d337ae407803 [2021-01-04T19:41:34.466Z] Removing intermediate container d337ae407803 [2021-01-04T19:41:34.466Z] ---> 9c50a53de7da [2021-01-04T19:41:34.466Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:41:34.466Z] ---> Running in 1797b8ed79c6 [2021-01-04T19:41:35.040Z] Removing intermediate container f4243ff32691 [2021-01-04T19:41:35.040Z] ---> 1c89a24040ba [2021-01-04T19:41:35.040Z] [2021-01-04T19:41:35.040Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T19:41:35.040Z] 20.10.0: Pulling from library/docker [2021-01-04T19:41:35.040Z] Removing intermediate container 1797b8ed79c6 [2021-01-04T19:41:35.040Z] ---> 76c4b1be85ad [2021-01-04T19:41:35.040Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T19:41:35.308Z] ---> Running in aa34ea9e2c67 [2021-01-04T19:41:35.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:36.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:38.270Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T19:41:38.270Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T19:41:38.270Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T19:41:38.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.440s coverage: 47.1% of statements [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T19:41:38.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T19:41:38.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-01-04T19:41:38.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T19:41:38.846Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T19:41:39.420Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T19:41:39.420Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:39.685Z] OK: 8 MiB in 19 packages [2021-01-04T19:41:40.634Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T19:41:40.634Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T19:41:40.634Z] ---> aefe523efa57 [2021-01-04T19:41:40.634Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T19:41:40.634Z] Removing intermediate container aa34ea9e2c67 [2021-01-04T19:41:40.634Z] ---> 15abcfdd401b [2021-01-04T19:41:40.634Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T19:41:40.634Z] ---> Running in 3c53c769b7da [2021-01-04T19:41:40.898Z] ---> 615bb6181e70 [2021-01-04T19:41:40.898Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T19:41:41.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:41.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:41.425Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T19:41:41.425Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T19:41:41.425Z] Executing bash-5.0.17-r0.post-install [2021-01-04T19:41:41.425Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:41.425Z] OK: 12 MiB in 22 packages [2021-01-04T19:41:41.425Z] ---> 8336692a64eb [2021-01-04T19:41:41.425Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:41.687Z] ---> 82568140dc4c [2021-01-04T19:41:41.687Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T19:41:41.950Z] ---> Running in 76f44af99c75 [2021-01-04T19:41:41.950Z] Removing intermediate container 3c53c769b7da [2021-01-04T19:41:41.950Z] ---> f1afd047ff3c [2021-01-04T19:41:41.950Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T19:41:41.950Z] ---> Running in 1959e18ec022 [2021-01-04T19:41:42.528Z] Removing intermediate container 76f44af99c75 [2021-01-04T19:41:42.528Z] ---> 60a15750a1f2 [2021-01-04T19:41:42.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.819s coverage: 29.1% of statements [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.154s coverage: 100.0% of statements [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T19:41:42.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T19:41:42.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-04T19:41:42.796Z] ---> Running in 01bd16fc7a29 [2021-01-04T19:41:42.796Z] Removing intermediate container 1959e18ec022 [2021-01-04T19:41:42.796Z] ---> 6c029d264935 [2021-01-04T19:41:42.796Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T19:41:42.796Z] ---> Running in ca8e0b0c4978 [2021-01-04T19:41:42.796Z] Removing intermediate container 01bd16fc7a29 [2021-01-04T19:41:42.796Z] ---> 6c449900f022 [2021-01-04T19:41:42.796Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T19:41:43.059Z] ---> Running in f8d7f80c97d6 [2021-01-04T19:41:43.059Z] Removing intermediate container ca8e0b0c4978 [2021-01-04T19:41:43.059Z] ---> 55a0ff645470 [2021-01-04T19:41:43.059Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T19:41:43.059Z] ---> Running in ae3e63736fb8 [2021-01-04T19:41:43.323Z] Removing intermediate container f8d7f80c97d6 [2021-01-04T19:41:43.323Z] ---> cb301e792690 [2021-01-04T19:41:43.323Z] Step 22/23 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:41:43.323Z] ---> Running in 4ab7f9259be6 [2021-01-04T19:41:43.323Z] Removing intermediate container ae3e63736fb8 [2021-01-04T19:41:43.323Z] ---> 7c2f19cca4f9 [2021-01-04T19:41:43.323Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T19:41:43.585Z] Removing intermediate container 4ab7f9259be6 [2021-01-04T19:41:43.585Z] ---> e4ca8f49f128 [2021-01-04T19:41:43.585Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T19:41:43.585Z] ---> Running in 5be47c4061c1 [2021-01-04T19:41:43.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-01-04T19:41:43.849Z] Removing intermediate container 5be47c4061c1 [2021-01-04T19:41:43.849Z] ---> 45019e61027e [2021-01-04T19:41:43.849Z] [2021-01-04T19:41:43.849Z] ---> 1a223f53147a [2021-01-04T19:41:43.849Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T19:41:43.849Z] Successfully built 45019e61027e [2021-01-04T19:41:43.849Z] Successfully tagged docker-core-data-go:latest [2021-01-04T19:41:44.111Z]  Building docker-core-data-go ... done  ---> c0cb85863c27 [2021-01-04T19:41:44.111Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T19:41:44.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-04T19:41:44.686Z] ---> a8e67a2204a5 [2021-01-04T19:41:44.686Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T19:41:44.686Z] ---> Running in 2e1bf2f55b81 [2021-01-04T19:41:44.817Z] GO111MODULE=on go vet ./... [2021-01-04T19:41:45.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:45.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:41:45.260Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T19:41:45.260Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T19:41:45.260Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T19:41:45.260Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T19:41:45.260Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T19:41:45.522Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T19:41:45.522Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T19:41:46.468Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T19:41:46.468Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T19:41:46.468Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T19:41:46.468Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T19:41:46.468Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T19:41:46.468Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T19:41:46.468Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T19:41:46.468Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T19:41:46.468Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T19:41:46.468Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T19:41:46.730Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T19:41:46.730Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T19:41:46.730Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T19:41:46.730Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T19:41:46.730Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T19:41:46.730Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T19:41:46.730Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T19:41:46.730Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T19:41:46.730Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T19:41:46.730Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T19:41:46.730Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T19:41:46.730Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T19:41:46.991Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T19:41:46.991Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T19:41:46.991Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T19:41:46.991Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T19:41:46.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:41:46.991Z] OK: 71 MiB in 55 packages [2021-01-04T19:41:57.099Z] Removing intermediate container 2e1bf2f55b81 [2021-01-04T19:41:57.099Z] ---> f87cf62efcc1 [2021-01-04T19:41:57.099Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T19:41:57.099Z] ---> Running in 4aa0f69a9757 [2021-01-04T19:41:57.099Z] Collecting docker-compose==1.23.2 [2021-01-04T19:41:57.099Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T19:41:57.376Z] Collecting PyYAML<4,>=3.10 [2021-01-04T19:41:57.376Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T19:41:58.371Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T19:41:58.371Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T19:41:58.722Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T19:41:58.722Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T19:41:58.722Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T19:41:58.722Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T19:41:59.323Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T19:41:59.323Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T19:41:59.585Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T19:41:59.585Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T19:41:59.585Z] 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:41:59.585Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T19:41:59.585Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T19:42:00.158Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T19:42:00.158Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T19:42:00.420Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T19:42:00.420Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T19:42:00.682Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T19:42:00.682Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T19:42:00.944Z] Collecting idna<2.8,>=2.5 [2021-01-04T19:42:00.944Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T19:42:00.944Z] 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:00.944Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T19:42:00.944Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T19:42:01.206Z] 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:01.206Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T19:42:01.206Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T19:42:01.206Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T19:42:01.206Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T19:42:01.206Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, docopt, cached-property, texttable, docker-compose [2021-01-04T19:42:01.206Z] Running setup.py install for PyYAML: started [2021-01-04T19:42:01.779Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T19:42:02.042Z] Attempting uninstall: idna [2021-01-04T19:42:02.042Z] Found existing installation: idna 2.9 [2021-01-04T19:42:02.042Z] Uninstalling idna-2.9: [2021-01-04T19:42:02.042Z] Successfully uninstalled idna-2.9 [2021-01-04T19:42:02.304Z] Attempting uninstall: urllib3 [2021-01-04T19:42:02.304Z] Found existing installation: urllib3 1.25.9 [2021-01-04T19:42:02.304Z] Uninstalling urllib3-1.25.9: [2021-01-04T19:42:02.304Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T19:42:02.566Z] Attempting uninstall: requests [2021-01-04T19:42:02.566Z] Found existing installation: requests 2.23.0 [2021-01-04T19:42:02.566Z] Uninstalling requests-2.23.0: [2021-01-04T19:42:02.566Z] Successfully uninstalled requests-2.23.0 [2021-01-04T19:42:02.828Z] Running setup.py install for dockerpty: started [2021-01-04T19:42:03.403Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T19:42:03.403Z] Running setup.py install for docopt: started [2021-01-04T19:42:03.978Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T19:42:03.978Z] Running setup.py install for texttable: started [2021-01-04T19:42:04.275Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T19:42:04.538Z] 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:07.858Z] Removing intermediate container 4aa0f69a9757 [2021-01-04T19:42:07.858Z] ---> aa17ade323cb [2021-01-04T19:42:07.858Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T19:42:07.858Z] ---> Running in 30780baff6fd [2021-01-04T19:42:08.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:08.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T19:42:08.693Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:42:08.693Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T19:42:08.694Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T19:42:08.694Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:42:08.956Z] OK: 72 MiB in 58 packages [2021-01-04T19:42:09.219Z] Removing intermediate container 30780baff6fd [2021-01-04T19:42:09.219Z] ---> 019b41b13fef [2021-01-04T19:42:09.219Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T19:42:09.482Z] ---> Running in 4b1df80a2e9f [2021-01-04T19:42:09.482Z] Removing intermediate container 4b1df80a2e9f [2021-01-04T19:42:09.482Z] ---> 8a933d4ae45b [2021-01-04T19:42:09.482Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:42:09.746Z] ---> Running in d731a6df2930 [2021-01-04T19:42:09.746Z] Removing intermediate container d731a6df2930 [2021-01-04T19:42:09.746Z] ---> 83e68cd42160 [2021-01-04T19:42:09.746Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T19:42:09.746Z] ---> Running in f54d89dd23e7 [2021-01-04T19:42:10.012Z] Removing intermediate container f54d89dd23e7 [2021-01-04T19:42:10.012Z] ---> bd3ad654a781 [2021-01-04T19:42:10.012Z] Step 25/26 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:42:10.012Z] ---> Running in ab24092e9657 [2021-01-04T19:42:10.275Z] Removing intermediate container ab24092e9657 [2021-01-04T19:42:10.275Z] ---> 079b137dad60 [2021-01-04T19:42:10.275Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T19:42:10.275Z] ---> Running in e84f1ed1e923 [2021-01-04T19:42:10.537Z] Removing intermediate container e84f1ed1e923 [2021-01-04T19:42:10.537Z] ---> 46c700df33be [2021-01-04T19:42:10.537Z] [2021-01-04T19:42:10.537Z] Successfully built 46c700df33be [2021-01-04T19:42:10.537Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T19:42:10.807Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T19:42:10.814Z] $ docker stop --time=1 edb0bbc8874c34020390080d6dcfa0933ae06df78de289f3d3d3619e5056b74e [2021-01-04T19:42:13.184Z] $ docker rm -f edb0bbc8874c34020390080d6dcfa0933ae06df78de289f3d3d3619e5056b74e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:42:13.721Z] + docker images [2021-01-04T19:42:13.721Z] + grep docker [2021-01-04T19:42:14.297Z] docker-sys-mgmt-agent-go latest 46c700df33be 3 seconds ago 313MB [2021-01-04T19:42:14.297Z] docker-core-data-go latest 45019e61027e 30 seconds ago 22.2MB [2021-01-04T19:42:14.297Z] docker-security-proxy-setup-go latest 5c5bb73cd9aa 50 seconds ago 24.5MB [2021-01-04T19:42:14.297Z] docker-security-bootstrap-redis-go latest 67ae1a093d86 52 seconds ago 15.8MB [2021-01-04T19:42:14.297Z] docker-security-secretstore-setup-go latest 1ddfdb5ac791 About a minute ago 24.6MB [2021-01-04T19:42:14.297Z] docker-core-metadata-go latest 85f061e5723b 2 minutes ago 13MB [2021-01-04T19:42:14.297Z] docker-core-command-go latest 31d1196d9378 2 minutes ago 10.6MB [2021-01-04T19:42:14.297Z] docker-support-notifications-go latest 5504c3b5441f 2 minutes ago 12MB [2021-01-04T19:42:14.297Z] docker-support-scheduler-go latest 2a479be47430 2 minutes ago 10.7MB [2021-01-04T19:42:14.297Z] 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:29.967Z] Still waiting to schedule task [2021-01-04T19:42:29.967Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-04T19:42:52.836Z] gofmt -l . [2021-01-04T19:42:52.836Z] [ "`gofmt -l .`" = "" ] [2021-01-04T19:42:52.836Z] ./bin/test-go-mod-tidy.sh [2021-01-04T19:42:52.836Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T19:42:56.110Z] + ls -al . [2021-01-04T19:42:56.110Z] total 664 [2021-01-04T19:42:56.110Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 19:42 . [2021-01-04T19:42:56.110Z] drwxr-xr-x 4 root root 4096 Jan 4 19:39 .. [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:37 .dockerignore [2021-01-04T19:42:56.110Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:37 .git [2021-01-04T19:42:56.110Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 19:37 .github [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 19:37 .gitignore [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:37 .sonarcloud.properties [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:37 CONTRIBUTING.md [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 19:37 Dockerfile.build [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 19:37 Jenkinsfile [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:37 LICENSE [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 19:37 Makefile [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 19:37 README.md [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 19:37 SECURITY.md [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:34 VERSION [2021-01-04T19:42:56.110Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:37 ZMQWindows.md [2021-01-04T19:42:56.111Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 19:37 bin [2021-01-04T19:42:56.111Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:37 cmd [2021-01-04T19:42:56.111Z] -rw-r--r-- 1 root root 538204 Jan 4 19:41 coverage.out [2021-01-04T19:42:56.111Z] -rw-r--r-- 1 root root 979 Jan 4 19:42 go.mod [2021-01-04T19:42:56.111Z] -rw-r--r-- 1 root root 18849 Jan 4 19:42 go.sum [2021-01-04T19:42:56.111Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:37 internal [2021-01-04T19:42:56.111Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:37 openapi [2021-01-04T19:42:56.111Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:37 snap [2021-01-04T19:42:56.111Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 19:37 version.go [Pipeline] sh [2021-01-04T19:42:56.767Z] + '[' -e coverage.out ] [2021-01-04T19:42:56.767Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T19:42:56.787Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T19:42:57.979Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T19:42:58.722Z] + make build [2021-01-04T19:42:58.722Z] 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:43:08.887Z] 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:43:22.534Z] Running on prd-ubuntu18.04-docker-8c-8g-18253 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws [2021-01-04T19:43:22.596Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-04T19:43:24.784Z] using credential edgex-jenkins-ssh [2021-01-04T19:43:24.848Z] Cloning the remote Git repository [2021-01-04T19:43:24.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:43:24.929Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-04T19:43:24.955Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:43:24.955Z] > git --version # timeout=10 [2021-01-04T19:43:24.959Z] > git --version # 'git version 2.17.1' [2021-01-04T19:43:24.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:43:24.983Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:43:31.659Z] Merging remotes/origin/master commit 67d1a34251aa6315d67009af9685794612423525 into PR head commit bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:43:31.831Z] Merge succeeded, producing bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:43:31.832Z] Checking out Revision bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 (PR-2980) [2021-01-04T19:43:32.280Z] 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:43:31.162Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:43:31.168Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T19:43:31.180Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T19:43:31.196Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T19:43:31.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:43:31.201Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T19:43:31.667Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:43:31.673Z] > git checkout -f bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 [2021-01-04T19:43:31.795Z] > git remote # timeout=10 [2021-01-04T19:43:31.807Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T19:43:31.812Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T19:43:31.816Z] > git merge 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [2021-01-04T19:43:31.824Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T19:43:31.833Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T19:43:31.836Z] > git checkout -f bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 [2021-01-04T19:43:34.255Z] 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:43:35.505Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:43:36.775Z] + echo snap-build.sh [2021-01-04T19:43:36.775Z] snap-build.sh [2021-01-04T19:43:36.775Z] + SNAP_BASE_DIR=. [2021-01-04T19:43:36.775Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-04T19:43:36.775Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-04T19:43:36.775Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-04T19:43:36.775Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-04T19:43:36.775Z] + cd /w/workspace/edgex-go/2 [2021-01-04T19:43:36.775Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T19:43:36.775Z] Reading package lists... [2021-01-04T19:43:36.775Z] Building dependency tree... [2021-01-04T19:43:36.775Z] Reading state information... [2021-01-04T19:43:37.038Z] The following packages were automatically installed and are no longer required: [2021-01-04T19:43:37.038Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T19:43:37.038Z] uidmap xdelta3 [2021-01-04T19:43:37.038Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T19:43:37.038Z] The following packages will be REMOVED: [2021-01-04T19:43:37.038Z] lxd* lxd-client* [2021-01-04T19:43:37.610Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T19:43:37.610Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T19:43:38.652Z] (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:43:38.652Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:43:39.595Z] Removing lxd dnsmasq configuration [2021-01-04T19:43:39.673Z] 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:43:39.856Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:43:40.117Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T19:43:40.268Z] 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:43:40.690Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T19:43:40.951Z] (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:43:40.952Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T19:43:42.876Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T19:43:42.876Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T19:43:43.818Z] + sudo snap remove --purge lxd [2021-01-04T19:43:44.086Z] snap "lxd" is not installed [2021-01-04T19:43:44.086Z] + sudo groupadd --force --system lxd [2021-01-04T19:43:44.086Z] ++ whoami [2021-01-04T19:43:44.086Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T19:43:44.086Z] + newgrp - lxd [2021-01-04T19:43:44.086Z] + sudo snap install lxd [2021-01-04T19:43:45.672Z] 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:43:49.998Z] 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:43:52.237Z] 2021-01-04T19:43:50Z INFO Waiting for automatic snapd restart... [2021-01-04T19:43:54.302Z] 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:43:58.597Z] 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:44:02.894Z] 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:44:06.294Z] 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:44:07.170Z] lxd 4.9 from Canonical* installed [2021-01-04T19:44:07.170Z] + sudo lxd init --auto [Pipeline] } [2021-01-04T19:44:10.633Z] $ docker stop --time=1 9f308ad7570ebcb0725415df3604cbd5acb35973d56b454f240d87065dcf18bb [2021-01-04T19:44:13.212Z] $ docker rm -f 9f308ad7570ebcb0725415df3604cbd5acb35973d56b454f240d87065dcf18bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:44:15.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:15.441Z] [2021-01-04T19:44:15.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:44:16.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:16.362Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T19:44:16.362Z] 29e5d40040c1: Pulling fs layer [2021-01-04T19:44:16.362Z] 1ce36da41761: Pulling fs layer [2021-01-04T19:44:16.362Z] 25b303627fd3: Pulling fs layer [2021-01-04T19:44:16.955Z] 29e5d40040c1: Verifying Checksum [2021-01-04T19:44:16.955Z] 29e5d40040c1: Download complete [2021-01-04T19:44:17.202Z] + sudo snap install --classic snapcraft [2021-01-04T19:44:17.230Z] 1ce36da41761: Verifying Checksum [2021-01-04T19:44:17.230Z] 1ce36da41761: Download complete [2021-01-04T19:44:17.502Z] 29e5d40040c1: Pull complete [2021-01-04T19:44:18.941Z] 1ce36da41761: Pull complete [2021-01-04T19:44:18.941Z] 25b303627fd3: Verifying Checksum [2021-01-04T19:44:18.941Z] 25b303627fd3: Download complete [2021-01-04T19:44:25.355Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T19:44:25.355Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T19:44:25.355Z] + patch --verbose -p1 [2021-01-04T19:44:25.355Z] Hmm... Looks like a unified diff to me... [2021-01-04T19:44:25.355Z] The text leading up to this was: [2021-01-04T19:44:25.355Z] -------------------------- [2021-01-04T19:44:25.355Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T19:44:25.355Z] |From: Tony Espy [2021-01-04T19:44:25.355Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T19:44:25.355Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T19:44:25.355Z] | [2021-01-04T19:44:25.355Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T19:44:25.355Z] |optimize the snap CI check run for pull requests. When [2021-01-04T19:44:25.355Z] |applied, it essentially strips out everything (apps and [2021-01-04T19:44:25.355Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T19:44:25.355Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T19:44:25.355Z] |catch changes to edgex-go that break the snap build. [2021-01-04T19:44:25.355Z] | [2021-01-04T19:44:25.355Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T19:44:25.355Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T19:44:25.355Z] |resulting in a failed snap build CI check in the associated [2021-01-04T19:44:25.355Z] |pull request. [2021-01-04T19:44:25.355Z] | [2021-01-04T19:44:25.355Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T19:44:25.355Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T19:44:25.355Z] |need to build the finally binary .snap file (and it won't [2021-01-04T19:44:25.355Z] |work with the patch applied). This further reduces the build [2021-01-04T19:44:25.355Z] |time. [2021-01-04T19:44:25.355Z] |--- [2021-01-04T19:44:25.355Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T19:44:25.355Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T19:44:25.355Z] | [2021-01-04T19:44:25.355Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T19:44:25.355Z] |index 1e537489..faf42425 100644 [2021-01-04T19:44:25.355Z] |--- a/snap/snapcraft.yaml [2021-01-04T19:44:25.355Z] |+++ b/snap/snapcraft.yaml [2021-01-04T19:44:25.355Z] -------------------------- [2021-01-04T19:44:25.355Z] patching file snap/snapcraft.yaml [2021-01-04T19:44:25.355Z] Using Plan A... [2021-01-04T19:44:25.355Z] Hunk #1 succeeded at 73. [2021-01-04T19:44:25.355Z] Hunk #2 succeeded at 202. [2021-01-04T19:44:25.355Z] Hunk #3 succeeded at 214. [2021-01-04T19:44:25.355Z] Hunk #4 succeeded at 222. [2021-01-04T19:44:25.355Z] Hunk #5 succeeded at 229. [2021-01-04T19:44:25.355Z] Hunk #6 succeeded at 256. [2021-01-04T19:44:25.355Z] Hunk #7 succeeded at 290. [2021-01-04T19:44:25.355Z] Hunk #8 succeeded at 341. [2021-01-04T19:44:25.355Z] Hmm... Ignoring the trailing garbage. [2021-01-04T19:44:25.355Z] done [2021-01-04T19:44:25.355Z] + sudo snapcraft prime --use-lxd [2021-01-04T19:44:26.301Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T19:44:26.301Z] 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:44:26.301Z] - README.md [2021-01-04T19:44:26.301Z] [2021-01-04T19:44:26.301Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T19:44:26.875Z] Launching a container. [2021-01-04T19:44:29.086Z] 25b303627fd3: Pull complete [2021-01-04T19:44:29.086Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T19:44:29.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:29.086Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T19:44:29.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-18248 does not seem to be running inside a container [2021-01-04T19:44:29.484Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T19:44:32.617Z] $ docker top e9e9b1da85ed8397a30bc7eea5a75937fd2d8298058289017115e633a230a052 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:44:33.649Z] + docker-compose+ grep parallel [2021-01-04T19:44:33.649Z] build --help [2021-01-04T19:44:37.014Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T19:44:37.042Z] $ docker stop --time=1 e9e9b1da85ed8397a30bc7eea5a75937fd2d8298058289017115e633a230a052 [2021-01-04T19:44:38.865Z] $ docker rm -f e9e9b1da85ed8397a30bc7eea5a75937fd2d8298058289017115e633a230a052 [2021-01-04T19:44:39.151Z] Waiting for container to be ready [2021-01-04T19:44:39.151Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T19:44:39.151Z] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:44:39.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T19:44:39.682Z] . [Pipeline] withDockerContainer [2021-01-04T19:44:39.918Z] prd-ubuntu18.04-docker-arm64-4c-16g-18248 does not seem to be running inside a container [2021-01-04T19:44:40.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T19:44:41.559Z] $ docker top 81cbd494a5d141cd9a384c9f1842a5615b36e89153a4b8314151c95733085968 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:44:42.483Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T19:44:42.677Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T19:44:43.055Z] Waiting for network to be ready... [2021-01-04T19:44:43.628Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T19:44:43.628Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T19:44:43.890Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T19:44:44.154Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T19:44:44.154Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T19:44:44.417Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T19:44:44.417Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T19:44:44.417Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T19:44:44.417Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T19:44:44.417Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T19:44:44.417Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T19:44:44.417Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T19:44:44.677Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T19:44:44.677Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T19:44:44.677Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T19:44:44.677Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T19:44:44.677Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T19:44:44.677Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T19:44:45.249Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T19:44:45.821Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-04T19:44:45.821Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T19:44:45.821Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T19:44:45.821Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T19:44:45.821Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T19:44:45.821Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T19:44:45.821Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T19:44:46.081Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T19:44:46.962Z] Building docker-core-command-go ... [2021-01-04T19:44:46.962Z] Building docker-core-data-go ... [2021-01-04T19:44:46.962Z] Building docker-core-metadata-go ... [2021-01-04T19:44:46.962Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T19:44:46.962Z] Building docker-security-proxy-setup-go ... [2021-01-04T19:44:46.962Z] Building docker-security-secretstore-setup-go ... [2021-01-04T19:44:46.962Z] Building docker-support-notifications-go ... [2021-01-04T19:44:46.962Z] Building docker-support-scheduler-go ... [2021-01-04T19:44:46.962Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T19:44:46.962Z] Building docker-sys-mgmt-agent-go [2021-01-04T19:44:46.962Z] Building docker-security-secretstore-setup-go [2021-01-04T19:44:46.962Z] Building docker-core-data-go [2021-01-04T19:44:46.962Z] Building docker-support-scheduler-go [2021-01-04T19:44:46.962Z] Building docker-security-proxy-setup-go [2021-01-04T19:44:49.391Z] Fetched 23.6 MB in 6s (4228 kB/s) [2021-01-04T19:44:50.339Z] Reading package lists... [2021-01-04T19:44:50.602Z] Reading package lists... [2021-01-04T19:44:50.865Z] Building dependency tree... [2021-01-04T19:44:50.865Z] Reading state information... [2021-01-04T19:44:50.865Z] The following additional packages will be installed: [2021-01-04T19:44:50.865Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T19:44:50.865Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T19:44:50.865Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T19:44:50.865Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T19:44:50.865Z] Suggested packages: [2021-01-04T19:44:50.865Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T19:44:50.865Z] Recommended packages: [2021-01-04T19:44:50.865Z] gnupg libsasl2-modules [2021-01-04T19:44:50.865Z] The following NEW packages will be installed: [2021-01-04T19:44:50.865Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T19:44:50.865Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T19:44:50.865Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T19:44:50.865Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T19:44:50.865Z] The following packages will be upgraded: [2021-01-04T19:44:50.865Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T19:44:51.127Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T19:44:51.127Z] Need to get 3531 kB of archives. [2021-01-04T19:44:51.127Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T19:44:51.127Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T19:44:51.127Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T19:44:51.127Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T19:44:51.127Z] Get:4 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:44:51.127Z] Get:5 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:44:51.127Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T19:44:51.127Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T19:44:51.128Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T19:44:51.128Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T19:44:51.390Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T19:44:51.966Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T19:44:51.966Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T19:44:51.966Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T19:44:51.966Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T19:44:51.966Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T19:44:51.966Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T19:44:51.966Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T19:44:51.966Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T19:44:51.966Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T19:44:51.966Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T19:44:51.966Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T19:44:51.966Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T19:44:52.228Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:44:52.228Z] Fetched 3531 kB in 1s (3198 kB/s) [2021-01-04T19:44:52.228Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T19:44:52.228Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:44:52.228Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:44:52.491Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T19:44:52.491Z] Selecting previously unselected package udev. [2021-01-04T19:44:52.491Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T19:44:52.492Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:44:52.492Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T19:44:52.771Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T19:44:52.771Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T19:44:52.771Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T19:44:53.059Z] Selecting previously unselected package fuse. [2021-01-04T19:44:53.059Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T19:44:53.059Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T19:44:53.059Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:44:53.059Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:44:53.344Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:44:53.344Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:44:53.344Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:44:53.344Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:44:53.608Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T19:44:53.608Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T19:44:53.608Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T19:44:53.608Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T19:44:53.608Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:53.608Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:53.869Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T19:44:53.869Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:53.869Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:53.869Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T19:44:53.869Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:53.869Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:53.869Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T19:44:53.869Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:54.131Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:54.131Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T19:44:54.131Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:54.131Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:54.131Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T19:44:54.131Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:54.131Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:54.393Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T19:44:54.393Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:54.393Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:54.393Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T19:44:54.393Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:54.393Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:54.393Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T19:44:54.393Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T19:44:54.393Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:54.654Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T19:44:54.654Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T19:44:54.654Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:44:54.654Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T19:44:54.654Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T19:44:54.654Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:44:54.654Z] Selecting previously unselected package libldap-common. [2021-01-04T19:44:54.654Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T19:44:54.654Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:44:54.918Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T19:44:54.918Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T19:44:54.918Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:44:54.918Z] Selecting previously unselected package dirmngr. [2021-01-04T19:44:54.918Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:44:54.918Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T19:44:55.181Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:44:55.181Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T19:44:55.181Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T19:44:55.181Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:44:55.181Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T19:44:55.181Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T19:44:55.441Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:55.441Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T19:44:55.441Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:44:55.441Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T19:44:55.702Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T19:44:55.964Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:55.964Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T19:44:55.964Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T19:44:55.964Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T19:44:55.964Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T19:44:56.225Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T19:44:56.225Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T19:44:56.487Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:44:56.748Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T19:44:56.748Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T19:44:56.748Z] This means they are not meant to be enabled using systemctl. [2021-01-04T19:44:56.748Z] Possible reasons for having this kind of units are: [2021-01-04T19:44:56.748Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T19:44:56.748Z] .wants/ or .requires/ directory. [2021-01-04T19:44:56.748Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T19:44:56.748Z] a requirement dependency on it. [2021-01-04T19:44:56.748Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T19:44:56.748Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T19:44:56.748Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T19:44:56.748Z] instance name specified. [2021-01-04T19:44:57.010Z] Reading package lists... [2021-01-04T19:44:57.271Z] Building dependency tree... [2021-01-04T19:44:57.271Z] Reading state information... [2021-01-04T19:44:57.271Z] The following additional packages will be installed: [2021-01-04T19:44:57.271Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T19:44:57.271Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T19:44:57.271Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T19:44:57.271Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T19:44:57.271Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T19:44:57.271Z] Suggested packages: [2021-01-04T19:44:57.271Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T19:44:57.271Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T19:44:57.271Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T19:44:57.271Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T19:44:57.271Z] systemd-container policykit-1 [2021-01-04T19:44:57.271Z] Recommended packages: [2021-01-04T19:44:57.271Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T19:44:57.532Z] The following NEW packages will be installed: [2021-01-04T19:44:57.532Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T19:44:57.532Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T19:44:57.532Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T19:44:57.532Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T19:44:57.532Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T19:44:57.532Z] The following packages will be upgraded: [2021-01-04T19:44:57.532Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T19:44:57.532Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T19:44:57.532Z] Need to get 35.2 MB of archives. [2021-01-04T19:44:57.532Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T19:44:57.532Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T19:44:57.532Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T19:44:58.474Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T19:44:58.474Z] 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:44:58.474Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T19:44:58.474Z] Get:6 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:44:58.474Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T19:44:58.474Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T19:44:58.474Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T19:44:58.474Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T19:44:58.474Z] Get:11 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:44:58.474Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T19:44:58.474Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T19:44:58.474Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T19:44:58.474Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T19:44:58.474Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T19:44:58.474Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T19:44:58.736Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T19:44:58.736Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T19:44:58.736Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T19:44:58.736Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T19:44:58.736Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T19:44:58.736Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T19:44:58.736Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T19:44:58.736Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T19:44:58.736Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T19:44:58.736Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T19:44:58.736Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T19:44:58.736Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T19:44:58.736Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T19:45:00.126Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:45:00.126Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2021-01-04T19:45:00.126Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:45:00.126Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:45:00.126Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:45:00.699Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:45:00.699Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:45:00.960Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T19:45:00.960Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:45:00.960Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T19:45:00.960Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T19:45:01.230Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T19:45:01.230Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T19:45:01.230Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T19:45:01.230Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T19:45:01.808Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T19:45:01.808Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T19:45:02.080Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T19:45:02.382Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T19:45:02.382Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T19:45:02.382Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T19:45:02.644Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T19:45:02.644Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:45:02.644Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:02.912Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T19:45:02.912Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T19:45:02.912Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T19:45:02.912Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T19:45:02.913Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:45:02.913Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:03.178Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T19:45:03.439Z] Checking for services that may need to be restarted...done. [2021-01-04T19:45:03.439Z] Checking for services that may need to be restarted...done. [2021-01-04T19:45:03.439Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:03.439Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T19:45:03.439Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:04.012Z] Selecting previously unselected package python3-minimal. [2021-01-04T19:45:04.012Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T19:45:04.012Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:45:04.012Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T19:45:04.274Z] Selecting previously unselected package mime-support. [2021-01-04T19:45:04.274Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T19:45:04.274Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T19:45:04.274Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T19:45:04.274Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T19:45:04.274Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T19:45:04.274Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T19:45:04.274Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:45:04.274Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:04.847Z] Selecting previously unselected package python3.6. [2021-01-04T19:45:04.847Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T19:45:04.847Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:04.847Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T19:45:04.847Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:45:04.847Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T19:45:04.847Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T19:45:05.107Z] Selecting previously unselected package python3. [2021-01-04T19:45:05.107Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T19:45:05.107Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T19:45:05.107Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T19:45:05.107Z] Selecting previously unselected package multiarch-support. [2021-01-04T19:45:05.107Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:45:05.107Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T19:45:05.368Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T19:45:05.368Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T19:45:05.368Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T19:45:05.368Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T19:45:05.368Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T19:45:05.368Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T19:45:05.368Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T19:45:05.368Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T19:45:05.630Z] Selecting previously unselected package sudo. [2021-01-04T19:45:05.630Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T19:45:05.630Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T19:45:05.892Z] Selecting previously unselected package apparmor. [2021-01-04T19:45:05.892Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T19:45:05.892Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T19:45:05.892Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T19:45:05.892Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T19:45:05.892Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T19:45:06.155Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T19:45:06.155Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:45:06.155Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:06.155Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T19:45:06.155Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:45:06.155Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:06.155Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T19:45:06.155Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T19:45:06.416Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T19:45:06.416Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T19:45:06.416Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:45:06.416Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:06.416Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T19:45:06.416Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T19:45:06.416Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:06.678Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T19:45:06.678Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T19:45:06.678Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T19:45:06.940Z] Selecting previously unselected package openssh-client. [2021-01-04T19:45:06.940Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T19:45:06.940Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T19:45:06.940Z] Selecting previously unselected package squashfs-tools. [2021-01-04T19:45:06.940Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T19:45:06.940Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T19:45:07.201Z] Selecting previously unselected package snapd. [2021-01-04T19:45:07.201Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T19:45:07.201Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T19:45:09.763Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T19:45:09.763Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T19:45:09.763Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T19:45:09.763Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T19:45:10.024Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T19:45:10.024Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:10.024Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:45:10.024Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T19:45:10.024Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T19:45:10.968Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T19:45:10.968Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T19:45:10.968Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T19:45:10.968Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:10.968Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:10.968Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T19:45:11.913Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T19:45:11.913Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:11.913Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T19:45:11.913Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T19:45:11.913Z] running python rtupdate hooks for python3.6... [2021-01-04T19:45:11.913Z] running python post-rtupdate hooks for python3.6... [2021-01-04T19:45:11.913Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T19:45:13.307Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T19:45:13.568Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T19:45:13.834Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T19:45:13.834Z] Setting up snapd (2.48+18.04) ... [2021-01-04T19:45:14.411Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T19:45:14.672Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T19:45:14.672Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T19:45:14.935Z] 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:45:15.197Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T19:45:15.197Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T19:45:15.459Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T19:45:15.743Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T19:45:16.014Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T19:45:16.014Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T19:45:16.281Z] /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:45:16.281Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T19:45:16.281Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T19:45:17.237Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:45:17.237Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:45:17.499Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:45:18.716Z] Reading package lists... [2021-01-04T19:45:19.048Z] Reading package lists... [2021-01-04T19:45:19.328Z] Building dependency tree... [2021-01-04T19:45:19.328Z] Reading state information... [2021-01-04T19:45:19.328Z] Calculating upgrade... [2021-01-04T19:45:19.591Z] The following packages will be upgraded: [2021-01-04T19:45:19.592Z] advancecomp base-files bash binutils binutils-common [2021-01-04T19:45:19.592Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T19:45:19.592Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T19:45:19.592Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T19:45:19.592Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T19:45:19.592Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T19:45:19.592Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T19:45:19.592Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T19:45:19.592Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T19:45:19.592Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T19:45:19.592Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T19:45:19.592Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T19:45:19.592Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T19:45:19.592Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T19:45:19.592Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:45:19.592Z] Need to get 63.5 MB of archives. [2021-01-04T19:45:19.592Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-04T19:45:19.592Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T19:45:19.592Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T19:45:19.592Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T19:45:19.592Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T19:45:19.592Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T19:45:19.592Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T19:45:19.592Z] Get:7 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:45:19.592Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T19:45:19.592Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T19:45:19.592Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T19:45:19.592Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T19:45:19.853Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T19:45:19.853Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T19:45:19.853Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T19:45:19.853Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T19:45:19.853Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T19:45:19.853Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T19:45:19.853Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T19:45:19.853Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T19:45:19.853Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T19:45:19.853Z] Get:21 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:45:19.853Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T19:45:19.853Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T19:45:19.853Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T19:45:19.853Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T19:45:19.853Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T19:45:19.853Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T19:45:19.853Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T19:45:19.853Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T19:45:19.853Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T19:45:19.853Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T19:45:19.853Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T19:45:19.853Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T19:45:19.853Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T19:45:19.853Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T19:45:19.853Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T19:45:19.853Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T19:45:19.853Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T19:45:20.120Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T19:45:20.120Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T19:45:20.120Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T19:45:20.120Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T19:45:20.120Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T19:45:20.120Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T19:45:20.120Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T19:45:20.120Z] Get:46 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:45:20.120Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T19:45:20.120Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T19:45:20.120Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T19:45:20.120Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T19:45:20.120Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T19:45:20.120Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T19:45:20.120Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T19:45:20.385Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T19:45:20.385Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T19:45:20.385Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T19:45:20.385Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T19:45:20.646Z] Get:58 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:45:20.646Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T19:45:20.646Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T19:45:20.646Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T19:45:20.646Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T19:45:21.217Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T19:45:21.217Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-04T19:45:21.217Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T19:45:21.217Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T19:45:21.217Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T19:45:21.217Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T19:45:21.217Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T19:45:21.478Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T19:45:21.478Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T19:45:21.478Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T19:45:21.478Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T19:45:21.478Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T19:45:21.478Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T19:45:21.478Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T19:45:21.478Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T19:45:21.478Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T19:45:21.478Z] Get:79 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:45:21.478Z] Get:80 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:45:21.478Z] Get:81 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:45:21.478Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T19:45:21.478Z] Get:83 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:45:21.478Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T19:45:21.740Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T19:45:21.740Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T19:45:21.740Z] Get:87 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:45:21.740Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T19:45:21.740Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T19:45:21.740Z] Get:90 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:45:21.740Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T19:45:21.740Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T19:45:21.740Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T19:45:21.740Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T19:45:21.740Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T19:45:21.740Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T19:45:22.005Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:45:22.005Z] Fetched 63.5 MB in 2s (27.3 MB/s) [2021-01-04T19:45:22.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:22.005Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:45:22.266Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:45:22.843Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:45:22.844Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:45:22.844Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-04T19:45:22.844Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-04T19:45:23.788Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:23.788Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.049Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.049Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.049Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.049Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.049Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.310Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.310Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.310Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.310Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.310Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.571Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.571Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.571Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:24.832Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:45:24.832Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.832Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T19:45:24.832Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:24.832Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:45:24.832Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:24.832Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:25.093Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:25.093Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:25.093Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:25.093Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T19:45:25.354Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:25.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:45:25.354Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:45:25.616Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:45:26.191Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T19:45:26.452Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T19:45:26.452Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T19:45:26.452Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T19:45:26.452Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T19:45:26.452Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T19:45:26.713Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T19:45:26.713Z] Installing new version of config file /etc/issue ... [2021-01-04T19:45:26.713Z] Installing new version of config file /etc/issue.net ... [2021-01-04T19:45:26.713Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T19:45:26.713Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T19:45:26.973Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T19:45:27.235Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T19:45:27.235Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T19:45:27.235Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:27.235Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T19:45:27.235Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T19:45:27.496Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T19:45:27.496Z] 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:45:27.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:27.496Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:27.496Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:27.756Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:27.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:27.757Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T19:45:27.757Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T19:45:28.018Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T19:45:28.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:28.018Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T19:45:28.018Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:45:28.279Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T19:45:28.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:28.540Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:45:28.540Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:45:28.540Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:45:28.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:28.800Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:45:28.800Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:45:28.800Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T19:45:29.068Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:29.068Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T19:45:29.068Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T19:45:29.068Z] Setting up grep (3.1-2build1) ... [2021-01-04T19:45:29.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:29.329Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T19:45:29.329Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T19:45:29.329Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T19:45:29.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:29.590Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:45:29.590Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:45:29.590Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T19:45:29.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:29.590Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:45:29.849Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:45:30.420Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:45:30.420Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:45:30.420Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T19:45:30.420Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:45:30.991Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T19:45:31.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:31.252Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T19:45:31.252Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T19:45:32.196Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T19:45:32.196Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T19:45:32.458Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T19:45:32.458Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T19:45:32.458Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T19:45:32.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:32.719Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T19:45:32.719Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T19:45:32.719Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T19:45:32.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:32.982Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:32.982Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:32.982Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:33.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:33.242Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:33.242Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:33.242Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:33.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:33.504Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:33.504Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:33.504Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:33.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:33.504Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:33.770Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:33.770Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:33.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:33.770Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:45:33.770Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:45:34.033Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:45:34.033Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:45:34.033Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:45:34.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:34.295Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T19:45:34.295Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:45:34.556Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:45:34.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:34.556Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:34.557Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:34.818Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:34.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:34.818Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:34.818Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:35.079Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:35.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:35.079Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:35.344Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:35.607Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:36.179Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T19:45:36.440Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T19:45:36.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:36.440Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T19:45:36.440Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T19:45:36.701Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:45:36.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T19:45:36.961Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T19:45:36.961Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T19:45:37.221Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T19:45:37.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:37.221Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T19:45:37.221Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T19:45:37.483Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T19:45:37.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:37.744Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:45:37.744Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:45:38.006Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:45:38.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:38.006Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:45:38.268Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:45:38.268Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:45:38.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:38.268Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T19:45:38.564Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:45:38.564Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:45:38.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:38.826Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T19:45:38.826Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T19:45:39.090Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T19:45:39.090Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T19:45:39.090Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:45:39.376Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:45:39.376Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:45:39.376Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:39.376Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T19:45:39.376Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T19:45:39.638Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T19:45:39.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:39.638Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T19:45:39.638Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T19:45:39.900Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T19:45:40.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:40.182Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T19:45:40.182Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T19:45:40.182Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T19:45:40.446Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:40.446Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T19:45:40.446Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T19:45:40.446Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T19:45:40.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:40.707Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T19:45:40.707Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T19:45:40.968Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T19:45:41.247Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:41.247Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T19:45:41.247Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T19:45:41.509Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T19:45:41.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:41.509Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T19:45:41.509Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T19:45:41.784Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T19:45:41.784Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:41.784Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T19:45:41.784Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T19:45:42.046Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T19:45:42.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:42.046Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T19:45:42.046Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T19:45:42.306Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T19:45:42.306Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:42.306Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T19:45:42.572Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T19:45:42.572Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T19:45:42.572Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T19:45:42.572Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T19:45:42.572Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T19:45:42.832Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T19:45:42.832Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T19:45:42.832Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T19:45:42.832Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T19:45:43.093Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T19:45:43.093Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T19:45:43.353Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T19:45:43.353Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T19:45:43.353Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T19:45:43.353Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T19:45:43.615Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T19:45:43.615Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T19:45:43.877Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T19:45:43.877Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T19:45:43.877Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T19:45:43.877Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T19:45:44.137Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T19:45:44.137Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T19:45:44.137Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T19:45:44.137Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T19:45:44.401Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T19:45:44.401Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T19:45:44.401Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T19:45:44.401Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T19:45:44.972Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T19:45:44.972Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T19:45:45.912Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T19:45:45.912Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T19:45:45.912Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T19:45:46.172Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T19:45:46.172Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:45:46.172Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:45:46.433Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:45:46.693Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:45:46.693Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:45:46.693Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:45:46.954Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T19:45:46.954Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T19:45:46.954Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:46.954Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:47.215Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:47.215Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:47.475Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:47.475Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:47.475Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:47.475Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:48.418Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:48.418Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:49.369Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:49.369Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:50.314Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:50.314Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:50.887Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:50.887Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:51.832Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T19:45:51.832Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T19:45:51.832Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:45:51.832Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:45:51.832Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T19:45:52.093Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:45:52.093Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T19:45:52.093Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T19:45:52.354Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T19:45:52.354Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T19:45:52.354Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:45:52.614Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:45:52.614Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T19:45:52.614Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T19:45:52.614Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T19:45:52.876Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T19:45:52.876Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:52.876Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T19:45:52.876Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:52.876Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:53.137Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:53.137Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T19:45:53.137Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T19:45:53.137Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T19:45:53.137Z] [2021-01-04T19:45:53.137Z] Current default time zone: 'Etc/UTC' [2021-01-04T19:45:53.137Z] Local time is now: Mon Jan 4 19:45:53 UTC 2021. [2021-01-04T19:45:53.137Z] Universal Time is now: Mon Jan 4 19:45:53 UTC 2021. [2021-01-04T19:45:53.137Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T19:45:53.137Z] [2021-01-04T19:45:53.397Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T19:45:53.397Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:53.397Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-04T19:45:53.397Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T19:45:53.397Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T19:45:53.397Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T19:45:53.397Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T19:45:53.397Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T19:45:53.657Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T19:45:53.658Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T19:45:53.658Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:53.658Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T19:45:53.917Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:53.917Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:45:53.917Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:53.917Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T19:45:53.917Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T19:45:54.178Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T19:45:54.178Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T19:45:54.178Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T19:45:54.178Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T19:45:54.178Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:45:54.178Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T19:45:55.011Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:45:55.011Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:45:55.011Z] ---> 9f404f396384 [2021-01-04T19:45:55.011Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:45:55.011Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:45:55.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:45:55.011Z] ---> 9f404f396384 [2021-01-04T19:45:55.011Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:45:55.011Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:45:55.011Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:45:55.011Z] ---> 9f404f396384 [2021-01-04T19:45:55.011Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T19:45:55.011Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:45:55.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:45:55.011Z] ---> 9f404f396384 [2021-01-04T19:45:55.011Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T19:45:55.011Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:45:55.011Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:45:55.011Z] ---> 9f404f396384 [2021-01-04T19:45:55.011Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T19:45:56.092Z] Updating certificates in /etc/ssl/certs... [2021-01-04T19:45:56.662Z] 22 added, 17 removed; done. [2021-01-04T19:45:56.662Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T19:45:56.662Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T19:45:56.923Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T19:45:56.923Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T19:45:56.923Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T19:45:56.923Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:56.923Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:45:56.923Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:56.923Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:56.923Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:56.984Z] ---> Running in e240de36ea3c [2021-01-04T19:45:56.985Z] ---> Running in 8eb60db606e6 [2021-01-04T19:45:56.985Z] ---> Running in 72b14e45cd63 [2021-01-04T19:45:56.985Z] ---> Running in 26daf33b0678 [2021-01-04T19:45:56.985Z] ---> Running in bd2cb2539891 [2021-01-04T19:45:57.183Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:57.183Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:57.183Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T19:45:57.183Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:45:57.183Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:45:57.183Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T19:45:57.183Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T19:45:57.183Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:57.183Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T19:45:57.444Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:45:57.444Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T19:45:57.444Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T19:45:57.444Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:45:57.444Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T19:45:57.584Z] Removing intermediate container 26daf33b0678 [2021-01-04T19:45:57.584Z] ---> 2ca238a18e77 [2021-01-04T19:45:57.584Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:45:57.704Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T19:45:57.704Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T19:45:57.704Z] Updating certificates in /etc/ssl/certs... [2021-01-04T19:45:57.855Z] Removing intermediate container 72b14e45cd63 [2021-01-04T19:45:57.856Z] ---> 3f54e6399b4c [2021-01-04T19:45:57.856Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:45:57.856Z] Removing intermediate container e240de36ea3c [2021-01-04T19:45:57.856Z] ---> ad83d9034b06 [2021-01-04T19:45:57.856Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:45:57.856Z] Removing intermediate container bd2cb2539891 [2021-01-04T19:45:57.856Z] ---> 3cc778a4a792 [2021-01-04T19:45:57.856Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:45:57.856Z] Removing intermediate container 8eb60db606e6 [2021-01-04T19:45:57.856Z] ---> 683401fff0ff [2021-01-04T19:45:57.856Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:45:58.126Z] ---> Running in 0fc7cb1e068d [2021-01-04T19:45:58.126Z] ---> Running in a5c2a4fa231c [2021-01-04T19:45:58.126Z] ---> Running in 885879a26ec9 [2021-01-04T19:45:58.126Z] ---> Running in 33a4cb80c59f [2021-01-04T19:45:58.126Z] ---> Running in 27e4b1f062ee [2021-01-04T19:45:58.276Z] 0 added, 0 removed; done. [2021-01-04T19:45:58.276Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T19:45:58.276Z] done. [2021-01-04T19:45:58.848Z] Reading package lists... [2021-01-04T19:45:58.848Z] Building dependency tree... [2021-01-04T19:45:58.848Z] Reading state information... [2021-01-04T19:45:59.107Z] The following NEW packages will be installed: [2021-01-04T19:45:59.107Z] apt-transport-https [2021-01-04T19:45:59.368Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:45:59.368Z] Need to get 1696 B of archives. [2021-01-04T19:45:59.368Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T19:45:59.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T19:45:59.368Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:45:59.368Z] Fetched 1696 B in 0s (8412 B/s) [2021-01-04T19:45:59.368Z] Selecting previously unselected package apt-transport-https. [2021-01-04T19:45:59.368Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T19:45:59.368Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T19:45:59.628Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T19:45:59.628Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T19:45:59.889Z] Waiting for network to be ready... [2021-01-04T19:46:02.460Z] Removing intermediate container a5c2a4fa231c [2021-01-04T19:46:02.460Z] ---> 22f8b0313ab1 [2021-01-04T19:46:02.460Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T19:46:02.460Z] ---> Running in 850cc84bef2b [2021-01-04T19:46:02.745Z] Removing intermediate container 33a4cb80c59f [2021-01-04T19:46:02.745Z] ---> 76940c61c3a6 [2021-01-04T19:46:02.745Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:46:02.745Z] Removing intermediate container 27e4b1f062ee [2021-01-04T19:46:02.745Z] ---> 2ef9e39dc2ba [2021-01-04T19:46:02.745Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T19:46:02.745Z] ---> Running in 3bc81a4824ce [2021-01-04T19:46:02.745Z] ---> Running in 9b2eaeb26ca3 [2021-01-04T19:46:02.745Z] Removing intermediate container 0fc7cb1e068d [2021-01-04T19:46:02.745Z] ---> 9984c6d75e34 [2021-01-04T19:46:02.745Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T19:46:03.021Z] Removing intermediate container 885879a26ec9 [2021-01-04T19:46:03.021Z] ---> 563e4b80e457 [2021-01-04T19:46:03.021Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T19:46:03.294Z] ---> Running in f89da57743ba [2021-01-04T19:46:03.294Z] ---> Running in 0bbdf3bf2d18 [2021-01-04T19:46:03.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:04.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:04.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:05.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:05.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:05.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:05.405Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:05.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:06.837Z] 2021-01-04T19:46:03Z INFO Waiting for automatic snapd restart... [2021-01-04T19:46:06.837Z] snapd 2.48.1 from Canonical* installed [2021-01-04T19:46:06.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:06.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:06.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:46:06.846Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:06.846Z] Removing intermediate container 850cc84bef2b [2021-01-04T19:46:06.846Z] ---> 0594a5484dca [2021-01-04T19:46:06.846Z] Step 6/23 : COPY go.mod . [2021-01-04T19:46:06.846Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:07.100Z] "snapd" switched to the "latest/stable" channel [2021-01-04T19:46:07.100Z] [2021-01-04T19:46:07.127Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:07.409Z] OK: 217 MiB in 51 packages [2021-01-04T19:46:08.031Z] ---> 661867bddc89 [2021-01-04T19:46:08.031Z] Step 7/23 : RUN go mod download [2021-01-04T19:46:08.301Z] Removing intermediate container 3bc81a4824ce [2021-01-04T19:46:08.301Z] ---> d25eeed712a4 [2021-01-04T19:46:08.301Z] Step 6/24 : COPY go.mod . [2021-01-04T19:46:08.301Z] ---> Running in 05497c8e57f1 [2021-01-04T19:46:08.906Z] Removing intermediate container 9b2eaeb26ca3 [2021-01-04T19:46:08.906Z] ---> 5c00725f30aa [2021-01-04T19:46:08.906Z] Step 6/21 : COPY go.mod . [2021-01-04T19:46:09.185Z] Removing intermediate container f89da57743ba [2021-01-04T19:46:09.185Z] ---> 8b69fe5912f0 [2021-01-04T19:46:09.185Z] Step 6/21 : COPY go.mod . [2021-01-04T19:46:09.467Z] ---> 7bfb4bac3862 [2021-01-04T19:46:09.467Z] Step 7/24 : RUN go mod download [2021-01-04T19:46:09.467Z] Removing intermediate container 0bbdf3bf2d18 [2021-01-04T19:46:09.467Z] ---> e834282bb0ce [2021-01-04T19:46:09.467Z] Step 6/26 : COPY go.mod . [2021-01-04T19:46:09.740Z] ---> Running in 70f108778158 [2021-01-04T19:46:10.011Z] ---> cf2195dcc0b2 [2021-01-04T19:46:10.011Z] Step 7/21 : RUN go mod download [2021-01-04T19:46:10.286Z] ---> Running in 844f534aa7f7 [2021-01-04T19:46:10.560Z] ---> 88b95f19a417 [2021-01-04T19:46:10.560Z] Step 7/21 : RUN go mod download [2021-01-04T19:46:10.856Z] ---> Running in d14aa12e5fb7 [2021-01-04T19:46:10.856Z] ---> f76988b7b71d [2021-01-04T19:46:10.856Z] Step 7/26 : RUN go mod download [2021-01-04T19:46:11.455Z] ---> Running in b0d4db444516 [2021-01-04T19:46:12.404Z] core18 20201210 from Canonical* installed [2021-01-04T19:46:12.404Z] "core18" switched to the "latest/stable" channel [2021-01-04T19:46:12.404Z] [2021-01-04T19:46:12.457Z] Removing intermediate container 05497c8e57f1 [2021-01-04T19:46:12.458Z] ---> 758b53d6b25f [2021-01-04T19:46:12.458Z] Step 8/23 : COPY . . [2021-01-04T19:46:13.907Z] Removing intermediate container 70f108778158 [2021-01-04T19:46:13.907Z] ---> d2e5e3c7b573 [2021-01-04T19:46:13.907Z] Step 8/24 : COPY . . [2021-01-04T19:46:14.899Z] Removing intermediate container 844f534aa7f7 [2021-01-04T19:46:14.899Z] ---> 8c46d4a9fb80 [2021-01-04T19:46:14.899Z] Step 8/21 : COPY . . [2021-01-04T19:46:15.505Z] Removing intermediate container d14aa12e5fb7 [2021-01-04T19:46:15.505Z] ---> fd0f1eb2afc1 [2021-01-04T19:46:15.505Z] Step 8/21 : COPY . . [2021-01-04T19:46:15.786Z] Removing intermediate container b0d4db444516 [2021-01-04T19:46:15.787Z] ---> 3562aada0722 [2021-01-04T19:46:15.787Z] Step 8/26 : COPY . . [2021-01-04T19:46:17.688Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T19:46:17.688Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T19:46:17.688Z] [2021-01-04T19:46:20.985Z] 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:46:20.985Z] - README.md [2021-01-04T19:46:20.985Z] [2021-01-04T19:46:20.985Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T19:46:27.567Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:46:27.567Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:46:27.567Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:46:27.567Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:46:28.951Z] Reading package lists... [2021-01-04T19:46:29.211Z] 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:46:35.793Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:46:35.793Z] Reading package lists... [2021-01-04T19:46:35.793Z] Building dependency tree... [2021-01-04T19:46:35.793Z] Reading state information... [2021-01-04T19:46:35.793Z] Suggested packages: [2021-01-04T19:46:35.793Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T19:46:35.793Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T19:46:35.793Z] Recommended packages: [2021-01-04T19:46:35.793Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T19:46:35.793Z] The following NEW packages will be installed: [2021-01-04T19:46:35.793Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T19:46:35.793Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T19:46:35.793Z] pkg-config zip [2021-01-04T19:46:35.793Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T19:46:35.793Z] Need to get 7655 kB of archives. [2021-01-04T19:46:35.793Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T19:46:35.793Z] 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:46:35.793Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T19:46:36.054Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T19:46:36.054Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T19:46:36.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T19:46:36.314Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T19:46:36.314Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T19:46:36.314Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T19:46:36.574Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T19:46:36.574Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T19:46:36.574Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T19:46:36.574Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T19:46:36.834Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T19:46:36.834Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T19:46:36.834Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T19:46:37.096Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T19:46:37.096Z] Fetched 7655 kB in 1s (5259 kB/s) [2021-01-04T19:46:37.356Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T19:46:37.356Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T19:46:37.356Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T19:46:37.356Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T19:46:37.617Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T19:46:37.617Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T19:46:37.617Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T19:46:37.617Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T19:46:37.617Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T19:46:37.617Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T19:46:37.617Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T19:46:37.617Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T19:46:37.617Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T19:46:37.877Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T19:46:37.877Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T19:46:37.877Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T19:46:37.877Z] Selecting previously unselected package liberror-perl. [2021-01-04T19:46:37.877Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T19:46:37.878Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T19:46:37.878Z] Selecting previously unselected package git-man. [2021-01-04T19:46:37.878Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T19:46:37.878Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:46:38.139Z] Selecting previously unselected package git. [2021-01-04T19:46:38.139Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T19:46:38.139Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:46:39.081Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T19:46:39.081Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T19:46:39.081Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T19:46:39.081Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T19:46:39.081Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T19:46:39.081Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T19:46:39.081Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T19:46:39.081Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T19:46:39.342Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T19:46:39.342Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T19:46:39.342Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T19:46:39.342Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:46:39.342Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T19:46:39.342Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T19:46:39.342Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:46:39.603Z] Selecting previously unselected package pkg-config. [2021-01-04T19:46:39.603Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T19:46:39.603Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T19:46:39.603Z] Selecting previously unselected package zip. [2021-01-04T19:46:39.603Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T19:46:39.603Z] Unpacking zip (3.0-11build1) ... [2021-01-04T19:46:39.864Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T19:46:39.864Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:46:39.864Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T19:46:39.864Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T19:46:39.864Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T19:46:39.864Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T19:46:39.864Z] No schema files found: doing nothing. [2021-01-04T19:46:39.864Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T19:46:40.123Z] Setting up zip (3.0-11build1) ... [2021-01-04T19:46:40.123Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T19:46:40.123Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T19:46:40.123Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T19:46:40.123Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:46:40.123Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T19:46:40.123Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T19:46:40.384Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T19:46:40.384Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T19:46:42.608Z] ---> 2a1a7290437a [2021-01-04T19:46:42.608Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T19:46:42.608Z] ---> 009570192cb4 [2021-01-04T19:46:42.608Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T19:46:42.608Z] ---> dedb11c4a293 [2021-01-04T19:46:42.608Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T19:46:42.608Z] ---> f762ba6441f6 [2021-01-04T19:46:42.608Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T19:46:42.608Z] ---> 15e138851a98 [2021-01-04T19:46:42.608Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T19:46:42.608Z] ---> Running in 1100213057d8 [2021-01-04T19:46:42.608Z] ---> Running in 858e61097bf3 [2021-01-04T19:46:42.608Z] ---> Running in c1209038dd34 [2021-01-04T19:46:42.608Z] ---> Running in 8521aadcd7e2 [2021-01-04T19:46:42.608Z] ---> Running in fe7ac9ee9019 [2021-01-04T19:46:42.608Z] 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:46:42.608Z] 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:46:42.608Z] 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:46:42.608Z] 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:46:42.608Z] 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:46:46.966Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:46:46.966Z] git set to automatically installed. [2021-01-04T19:46:46.966Z] git-man set to automatically installed. [2021-01-04T19:46:46.966Z] libcurl3-gnutls set to automatically installed. [2021-01-04T19:46:46.966Z] liberror-perl set to automatically installed. [2021-01-04T19:46:46.966Z] libglib2.0-0 set to automatically installed. [2021-01-04T19:46:46.966Z] libnghttp2-14 set to automatically installed. [2021-01-04T19:46:46.966Z] libnorm1 set to automatically installed. [2021-01-04T19:46:46.966Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T19:46:46.966Z] libpsl5 set to automatically installed. [2021-01-04T19:46:46.966Z] librtmp1 set to automatically installed. [2021-01-04T19:46:46.966Z] libsodium23 set to automatically installed. [2021-01-04T19:46:46.966Z] libzmq3-dev set to automatically installed. [2021-01-04T19:46:46.966Z] libzmq5 set to automatically installed. [2021-01-04T19:46:46.966Z] pkg-config set to automatically installed. [2021-01-04T19:46:46.966Z] zip set to automatically installed. [2021-01-04T19:46:48.874Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T19:46:55.574Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T19:46:55.574Z] snap "core18" has no updates available [2021-01-04T19:46:56.151Z] Pulling config-common [2021-01-04T19:46:57.097Z] Pulling go-build-helper [2021-01-04T19:47:23.687Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T19:47:23.687Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T19:47:23.687Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T19:47:23.687Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T19:47:23.687Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T19:47:23.687Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T19:47:23.687Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T19:47:23.687Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T19:47:23.687Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T19:47:23.687Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T19:47:23.687Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T19:47:23.687Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T19:47:23.687Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T19:47:23.687Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T19:47:23.687Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T19:47:23.687Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T19:47:23.687Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T19:47:23.687Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T19:47:23.687Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T19:47:23.687Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB] [2021-01-04T19:47:23.687Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T19:47:23.687Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T19:47:23.687Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T19:47:23.687Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T19:47:23.687Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T19:47:23.687Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T19:47:23.687Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T19:47:23.687Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T19:47:23.687Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T19:47:23.687Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T19:47:23.687Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T19:47:23.687Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T19:47:23.687Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T19:47:23.687Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T19:47:23.687Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T19:47:23.687Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T19:47:23.687Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T19:47:23.687Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T19:47:23.687Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T19:47:23.687Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T19:47:23.687Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T19:47:23.687Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T19:47:23.687Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T19:47:23.687Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T19:47:23.687Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T19:47:23.687Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T19:47:23.688Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T19:47:23.688Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T19:47:23.688Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T19:47:23.688Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T19:47:23.688Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T19:47:23.688Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T19:47:23.688Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T19:47:23.688Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T19:47:23.688Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T19:47:23.688Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T19:47:23.688Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T19:47:23.688Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T19:47:23.688Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T19:47:23.688Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T19:47:23.688Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T19:47:23.688Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T19:47:23.688Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T19:47:23.688Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T19:47:23.688Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T19:47:23.688Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T19:47:23.688Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T19:47:23.688Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T19:47:23.688Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T19:47:23.688Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T19:47:23.688Z] Pulling static-packages [2021-01-04T19:47:24.629Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-04T19:47:24.629Z] Skipping pull go-build-helper (already ran) [2021-01-04T19:47:24.629Z] Skipping pull static-packages (already ran) [2021-01-04T19:47:24.629Z] Building go-build-helper [2021-01-04T19:47:28.831Z] Building static-packages [2021-01-04T19:47:30.749Z] Staging go-build-helper [2021-01-04T19:47:31.691Z] Staging static-packages [2021-01-04T19:47:33.076Z] Pulling go115 [2021-01-04T19:47:34.017Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T19:47:34.017Z] Skipping pull go115 (already ran) [2021-01-04T19:47:34.017Z] Building go115 [2021-01-04T19:47:34.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T19:47:34.017Z] Dload Upload Total Spent Left Speed [2021-01-04T19:47:38.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.5M 0 0 20.8M 0 0:00:05 0:00:01 0:00:04 20.7M 41 115M 41 48.3M 0 0 23.1M 0 0:00:04 0:00:02 0:00:02 23.1M 63 115M 63 73.7M 0 0 23.6M 0 0:00:04 0:00:03 0:00:01 23.6M 84 115M 84 97.9M 0 0 23.8M 0 0:00:04 0:00:04 --:--:-- 23.8M 100 115M 100 115M 0 0 24.3M 0 0:00:04 0:00:04 --:--:-- 24.9M [2021-01-04T19:47:39.590Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T19:47:44.944Z] Staging go115 [2021-01-04T19:47:50.221Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T19:47:50.221Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T19:47:50.221Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T19:47:50.221Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T19:47:50.221Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T19:47:50.221Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T19:47:50.221Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T19:47:50.221Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T19:47:50.221Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T19:47:50.221Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T19:47:50.221Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T19:47:50.221Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T19:47:50.221Z] Pulling edgex-go [2021-01-04T19:47:52.130Z] Pulling version [2021-01-04T19:47:53.071Z] Building config-common [2021-01-04T19:47:55.615Z] Skipping build go-build-helper (already ran) [2021-01-04T19:47:55.615Z] Skipping build static-packages (already ran) [2021-01-04T19:47:55.615Z] Skipping build go115 (already ran) [2021-01-04T19:47:55.615Z] Building edgex-go [2021-01-04T19:47:55.876Z] 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:47:57.270Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T19:47:57.270Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2021-01-04T19:47:57.270Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-04T19:47:57.270Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T19:47:57.270Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T19:47:57.270Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T19:47:57.270Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T19:47:57.270Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T19:47:57.270Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T19:47:57.270Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T19:47:57.270Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T19:47:57.270Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T19:47:57.270Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T19:47:57.270Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T19:47:57.270Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T19:47:57.270Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T19:47:57.270Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T19:47:57.270Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T19:47:57.270Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T19:47:57.531Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T19:47:57.531Z] go: downloading github.com/google/uuid v1.1.2 [2021-01-04T19:47:57.531Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T19:47:57.531Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T19:47:57.531Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T19:47:57.531Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T19:47:57.531Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T19:47:57.531Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T19:47:57.531Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T19:47:57.531Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T19:47:57.531Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T19:47:57.531Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T19:47:57.531Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T19:47:57.531Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T19:47:57.531Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T19:47:57.531Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T19:47:57.531Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T19:47:57.792Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T19:47:57.792Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T19:47:58.051Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T19:47:58.051Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T19:48:04.426Z] 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:48:04.426Z] 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:48:06.201Z] 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:48:10.410Z] 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:48:10.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T19:48:12.373Z] 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:48:12.634Z] 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:48:12.634Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T19:48:12.634Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T19:48:12.634Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T19:48:12.634Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T19:48:14.555Z] 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:48:14.555Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T19:48:14.555Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T19:48:15.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:48:15.500Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T19:48:16.445Z] 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:48:16.445Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T19:48:17.833Z] 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:48:18.774Z] 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:48:19.476Z] 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:48:19.532Z] Removing intermediate container 858e61097bf3 [2021-01-04T19:48:19.532Z] ---> 6ca27b063663 [2021-01-04T19:48:19.532Z] [2021-01-04T19:48:19.532Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T19:48:19.532Z] 3.12: Pulling from library/alpine [2021-01-04T19:48:22.057Z] Building version [2021-01-04T19:48:22.196Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T19:48:22.196Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T19:48:22.196Z] ---> afeebe901d6b [2021-01-04T19:48:22.196Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:48:22.470Z] Removing intermediate container 1100213057d8 [2021-01-04T19:48:22.470Z] ---> 2b116b2baa5d [2021-01-04T19:48:22.470Z] [2021-01-04T19:48:22.470Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T19:48:22.470Z] ---> afeebe901d6b [2021-01-04T19:48:22.470Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T19:48:22.745Z] ---> Running in bf3006b90673 [2021-01-04T19:48:22.745Z] ---> Running in 94fdeb23f558 [2021-01-04T19:48:23.027Z] Removing intermediate container 8521aadcd7e2 [2021-01-04T19:48:23.027Z] ---> f78c840ecf92 [2021-01-04T19:48:23.027Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T19:48:23.027Z] Removing intermediate container fe7ac9ee9019 [2021-01-04T19:48:23.027Z] ---> 90566a40e890 [2021-01-04T19:48:23.027Z] [2021-01-04T19:48:23.027Z] Step 10/21 : FROM scratch [2021-01-04T19:48:23.027Z] ---> [2021-01-04T19:48:23.027Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:48:23.298Z] ---> Running in f1ae2f7c39c3 [2021-01-04T19:48:23.298Z] ---> Running in 0a1046ed7d57 [2021-01-04T19:48:24.297Z] Removing intermediate container f1ae2f7c39c3 [2021-01-04T19:48:24.297Z] ---> 2730fa0b9be3 [2021-01-04T19:48:24.297Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T19:48:24.297Z] ---> Running in 9e12084a634c [2021-01-04T19:48:24.600Z] Staging config-common [2021-01-04T19:48:25.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:25.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:25.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:25.560Z] Removing intermediate container 9e12084a634c [2021-01-04T19:48:25.560Z] ---> 0e6111a910da [2021-01-04T19:48:25.560Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T19:48:25.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:25.560Z] 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:48:25.560Z] ---> Running in 7c5c8ff6135b [2021-01-04T19:48:25.986Z] Skipping stage go-build-helper (already ran) [2021-01-04T19:48:25.986Z] Skipping stage static-packages (already ran) [2021-01-04T19:48:25.986Z] Skipping stage go115 (already ran) [2021-01-04T19:48:25.986Z] Staging edgex-go [2021-01-04T19:48:26.166Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T19:48:26.166Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T19:48:26.166Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:48:26.166Z] Removing intermediate container 7c5c8ff6135b [2021-01-04T19:48:26.166Z] ---> 9946695721cb [2021-01-04T19:48:26.166Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T19:48:26.166Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:48:26.442Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T19:48:26.442Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T19:48:26.442Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T19:48:26.442Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:48:26.442Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T19:48:26.442Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:48:26.442Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T19:48:26.442Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:48:26.442Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T19:48:26.720Z] OK: 7 MiB in 19 packages [2021-01-04T19:48:26.720Z] OK: 7 MiB in 18 packages [2021-01-04T19:48:26.928Z] Staging version [2021-01-04T19:48:27.714Z] ---> b7c990ddc601 [2021-01-04T19:48:27.714Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T19:48:27.883Z] Priming config-common [2021-01-04T19:48:29.266Z] Priming go-build-helper [2021-01-04T19:48:30.208Z] Priming static-packages [2021-01-04T19:48:30.363Z] Removing intermediate container 94fdeb23f558 [2021-01-04T19:48:30.363Z] ---> 382cd0800f9c [2021-01-04T19:48:30.363Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:48:30.363Z] Removing intermediate container bf3006b90673 [2021-01-04T19:48:30.363Z] ---> d92f387843c9 [2021-01-04T19:48:30.363Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T19:48:30.363Z] ---> 4852687a6dfb [2021-01-04T19:48:30.363Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T19:48:30.639Z] ---> Running in d9e75dea8bd8 [2021-01-04T19:48:30.639Z] ---> Running in 522cd8262638 [2021-01-04T19:48:31.618Z] Removing intermediate container d9e75dea8bd8 [2021-01-04T19:48:31.618Z] ---> 9dd2893beb9a [2021-01-04T19:48:31.618Z] Step 13/24 : WORKDIR / [2021-01-04T19:48:31.912Z] Removing intermediate container 0a1046ed7d57 [2021-01-04T19:48:31.912Z] ---> c162a3a8a872 [2021-01-04T19:48:31.912Z] [2021-01-04T19:48:31.912Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T19:48:31.912Z] 20.10.0: Pulling from library/docker [2021-01-04T19:48:31.912Z] ---> Running in 8ccd840e35d9 [2021-01-04T19:48:31.912Z] ---> 9735cc85a666 [2021-01-04T19:48:31.912Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T19:48:31.912Z] Removing intermediate container 522cd8262638 [2021-01-04T19:48:31.912Z] ---> 557939308ea9 [2021-01-04T19:48:31.912Z] Step 13/21 : WORKDIR /edgex [2021-01-04T19:48:32.190Z] ---> Running in 1ebb4b2e8b29 [2021-01-04T19:48:32.190Z] ---> Running in 2c6ca3d9530e [2021-01-04T19:48:32.753Z] Priming go115 [2021-01-04T19:48:32.791Z] Removing intermediate container 8ccd840e35d9 [2021-01-04T19:48:32.792Z] ---> 0b64538ab3d0 [2021-01-04T19:48:32.792Z] 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:48:33.067Z] Removing intermediate container 2c6ca3d9530e [2021-01-04T19:48:33.067Z] ---> 4f0e20f9ad60 [2021-01-04T19:48:33.067Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:48:33.689Z] Removing intermediate container 1ebb4b2e8b29 [2021-01-04T19:48:33.689Z] ---> ea624805e71f [2021-01-04T19:48:33.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T19:48:33.694Z] Priming edgex-go [2021-01-04T19:48:34.046Z] ---> Running in 433936ba0d6a [2021-01-04T19:48:34.336Z] ---> 2efc3c63b8b7 [2021-01-04T19:48:34.336Z] 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:48:35.080Z] Priming version [2021-01-04T19:48:35.353Z] Removing intermediate container 433936ba0d6a [2021-01-04T19:48:35.353Z] ---> 5e3ed64615b3 [2021-01-04T19:48:35.353Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T19:48:35.353Z] ---> 2a75d714ce40 [2021-01-04T19:48:35.353Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T19:48:35.638Z] ---> Running in bd06a2b5f322 [2021-01-04T19:48:36.022Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-04T19:48:36.696Z] ---> 6336d152b27f [2021-01-04T19:48:36.696Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T19:48:36.976Z] Removing intermediate container bd06a2b5f322 [2021-01-04T19:48:36.976Z] ---> 73f0cc9483ad [2021-01-04T19:48:36.976Z] Step 20/21 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:48:37.251Z] ---> Running in e52d7dc507dd [2021-01-04T19:48:37.525Z] ---> 9b87cabf85f1 [2021-01-04T19:48:37.525Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T19:48:37.799Z] ---> 02345d1150da [2021-01-04T19:48:37.799Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-04T19:48:38.402Z] Removing intermediate container e52d7dc507dd [2021-01-04T19:48:38.402Z] ---> 416b8e8f1169 [2021-01-04T19:48:38.402Z] Step 21/21 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T19:48:39.390Z] ---> Running in 9df39c05fcdf [2021-01-04T19:48:39.998Z] ---> c23d312c57fb [2021-01-04T19:48:39.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . ---> 05b36b3306f6 [2021-01-04T19:48:39.998Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T19:48:39.998Z] [2021-01-04T19:48:40.598Z] Removing intermediate container 9df39c05fcdf [2021-01-04T19:48:40.598Z] ---> 7eca0aac78b7 [2021-01-04T19:48:40.598Z] [2021-01-04T19:48:40.598Z] ---> Running in 9934a429d973 [2021-01-04T19:48:41.206Z] Successfully built 7eca0aac78b7 [2021-01-04T19:48:41.206Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T19:48:41.206Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-04T19:48:41.482Z] Removing intermediate container c1209038dd34 [2021-01-04T19:48:41.482Z] ---> 685b6fef6b51 [2021-01-04T19:48:41.482Z] [2021-01-04T19:48:41.482Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T19:48:41.482Z] ---> afeebe901d6b [2021-01-04T19:48:41.482Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:48:42.085Z] Removing intermediate container 9934a429d973 [2021-01-04T19:48:42.085Z] ---> 0dd057f03183 [2021-01-04T19:48:42.085Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T19:48:42.678Z] ---> Running in fa3f821934e6 [2021-01-04T19:48:42.678Z] ---> 5a35bf4278d6 [2021-01-04T19:48:42.678Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T19:48:42.678Z] ---> Running in a3464ea52491 [2021-01-04T19:48:44.666Z] Removing intermediate container a3464ea52491 [2021-01-04T19:48:44.666Z] ---> 01889c51c901 [2021-01-04T19:48:44.666Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T19:48:44.666Z] Removing intermediate container fa3f821934e6 [2021-01-04T19:48:44.666Z] ---> 4bee7e5505ac [2021-01-04T19:48:44.666Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T19:48:45.672Z] ---> 67082aa14f85 [2021-01-04T19:48:45.672Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T19:48:45.672Z] ---> Running in eb42f55ba750 [2021-01-04T19:48:45.672Z] ---> Running in ee2fe52bb467 [2021-01-04T19:48:46.271Z] ---> Running in 6e5f549b4b07 [2021-01-04T19:48:46.543Z] Removing intermediate container eb42f55ba750 [2021-01-04T19:48:46.543Z] ---> 08eb8705e16c [2021-01-04T19:48:46.543Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T19:48:46.825Z] Removing intermediate container ee2fe52bb467 [2021-01-04T19:48:46.825Z] ---> b5977df1acb8 [2021-01-04T19:48:46.825Z] Step 20/21 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:48:46.825Z] ---> Running in 16aaf474c29d [2021-01-04T19:48:47.099Z] ---> Running in d698ce123362 [2021-01-04T19:48:47.382Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T19:48:47.382Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T19:48:47.382Z] ---> eeaf43b92773 [2021-01-04T19:48:47.382Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T19:48:47.656Z] ---> Running in 30456c1b46d0 [2021-01-04T19:48:47.656Z] Removing intermediate container 16aaf474c29d [2021-01-04T19:48:47.936Z] ---> e3d590951c6d [2021-01-04T19:48:47.936Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:48:47.936Z] Removing intermediate container d698ce123362 [2021-01-04T19:48:47.936Z] ---> 45350f5bd03e [2021-01-04T19:48:47.936Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T19:48:48.218Z] ---> Running in cb2f96fded57 [2021-01-04T19:48:48.218Z] ---> Running in b6f8acc1d5c5 [2021-01-04T19:48:49.194Z] Removing intermediate container b6f8acc1d5c5 [2021-01-04T19:48:49.194Z] ---> 8dbcdc6f0660 [2021-01-04T19:48:49.194Z] [2021-01-04T19:48:49.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:49.740Z] Successfully built 8dbcdc6f0660 [2021-01-04T19:48:49.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:49.740Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T19:48:49.740Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-04T19:48:49.740Z] Removing intermediate container 6e5f549b4b07 [2021-01-04T19:48:49.740Z] ---> 7a5a7eb59868 [2021-01-04T19:48:49.740Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T19:48:50.336Z] ---> Running in 1fa46641de0a [2021-01-04T19:48:50.336Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T19:48:50.336Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T19:48:50.336Z] Executing bash-5.0.17-r0.post-install [2021-01-04T19:48:50.336Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:48:50.336Z] OK: 12 MiB in 22 packages [2021-01-04T19:48:51.309Z] Removing intermediate container 1fa46641de0a [2021-01-04T19:48:51.309Z] ---> b9f98b543d48 [2021-01-04T19:48:51.309Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T19:48:51.903Z] ---> Running in 4ce93f72df04 [2021-01-04T19:48:52.176Z] Removing intermediate container cb2f96fded57 [2021-01-04T19:48:52.176Z] ---> 1906d28fea79 [2021-01-04T19:48:52.176Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T19:48:52.447Z] ---> Running in af1891dc08b1 [2021-01-04T19:48:53.041Z] Removing intermediate container 4ce93f72df04 [2021-01-04T19:48:53.041Z] ---> 5e2b6abd4818 [2021-01-04T19:48:53.041Z] Step 23/24 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:48:53.041Z] Removing intermediate container 30456c1b46d0 [2021-01-04T19:48:53.041Z] ---> 658d44972e46 [2021-01-04T19:48:53.041Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T19:48:53.644Z] ---> Running in bd97214de4b1 [2021-01-04T19:48:53.644Z] ---> Running in bddf16ce454d [2021-01-04T19:48:55.077Z] Removing intermediate container bddf16ce454d [2021-01-04T19:48:55.077Z] ---> c59db455d5dd [2021-01-04T19:48:55.077Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T19:48:55.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:55.622Z] Removing intermediate container bd97214de4b1 [2021-01-04T19:48:55.622Z] ---> 86ee7c9e4174 [2021-01-04T19:48:55.622Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:48:55.903Z] ---> Running in 5997bef14598 [2021-01-04T19:48:56.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:48:56.450Z] ---> Running in ea45994f7a92 [2021-01-04T19:48:57.045Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T19:48:57.045Z] Removing intermediate container 5997bef14598 [2021-01-04T19:48:57.045Z] ---> b1c225c4f1f8 [2021-01-04T19:48:57.045Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T19:48:57.329Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T19:48:57.329Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T19:48:57.605Z] Removing intermediate container ea45994f7a92 [2021-01-04T19:48:57.605Z] ---> e3d9d454164f [2021-01-04T19:48:57.605Z] [2021-01-04T19:48:57.605Z] ---> Running in d239d3e2feeb [2021-01-04T19:48:57.878Z] Successfully built e3d9d454164f [2021-01-04T19:48:57.878Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T19:48:57.878Z] Building docker-support-notifications-go [2021-01-04T19:48:58.148Z]  Building docker-security-secretstore-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T19:48:58.423Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T19:48:58.423Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:48:58.423Z] OK: 8 MiB in 19 packages [2021-01-04T19:48:58.423Z] Removing intermediate container d239d3e2feeb [2021-01-04T19:48:58.423Z] ---> 841c454bccc0 [2021-01-04T19:48:58.423Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T19:49:00.408Z] ---> 057fa5150e7f [2021-01-04T19:49:00.408Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T19:49:00.682Z] Removing intermediate container af1891dc08b1 [2021-01-04T19:49:00.682Z] ---> 07df32cf554c [2021-01-04T19:49:00.682Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T19:49:02.119Z] ---> 887fcc6fab33 [2021-01-04T19:49:02.119Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T19:49:02.119Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:02.119Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:02.119Z] ---> 9f404f396384 [2021-01-04T19:49:02.119Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:49:02.119Z] ---> Using cache [2021-01-04T19:49:02.119Z] ---> 683401fff0ff [2021-01-04T19:49:02.119Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:02.119Z] ---> Using cache [2021-01-04T19:49:02.119Z] ---> 2ef9e39dc2ba [2021-01-04T19:49:02.119Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:49:02.119Z] ---> Using cache [2021-01-04T19:49:02.119Z] ---> d25eeed712a4 [2021-01-04T19:49:02.119Z] Step 6/22 : COPY go.mod . [2021-01-04T19:49:02.119Z] ---> Using cache [2021-01-04T19:49:02.119Z] ---> 7bfb4bac3862 [2021-01-04T19:49:02.119Z] Step 7/22 : RUN go mod download [2021-01-04T19:49:02.119Z] ---> Using cache [2021-01-04T19:49:02.119Z] ---> d2e5e3c7b573 [2021-01-04T19:49:02.119Z] Step 8/22 : COPY . . [2021-01-04T19:49:02.119Z] ---> 42d240c79f32 [2021-01-04T19:49:02.119Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T19:49:02.119Z] ---> Using cache [2021-01-04T19:49:02.119Z] ---> 009570192cb4 [2021-01-04T19:49:02.119Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T19:49:02.715Z] ---> Running in d6d1f05216ff [2021-01-04T19:49:03.312Z] ---> 5c9f39e71c61 [2021-01-04T19:49:03.312Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T19:49:04.747Z] ---> Running in a74b6d1fb234 [2021-01-04T19:49:04.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:49:04.747Z] ---> 61452f2de979 [2021-01-04T19:49:05.023Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T19:49:06.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:06.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:06.752Z] ---> 74bdb021c8b3 [2021-01-04T19:49:06.752Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T19:49:07.352Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T19:49:07.352Z] ---> Running in 6502e1a456fe [2021-01-04T19:49:07.352Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T19:49:07.352Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T19:49:07.352Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T19:49:07.352Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T19:49:07.352Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T19:49:07.352Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T19:49:08.800Z] Removing intermediate container 6502e1a456fe [2021-01-04T19:49:08.800Z] ---> 427c408e968f [2021-01-04T19:49:08.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:49:09.399Z] ---> Running in 89ae8dc27214 [2021-01-04T19:49:10.402Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T19:49:10.402Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T19:49:10.402Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T19:49:10.402Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T19:49:10.402Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T19:49:10.402Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T19:49:10.690Z] Removing intermediate container 89ae8dc27214 [2021-01-04T19:49:10.690Z] ---> fee1e4ee29e5 [2021-01-04T19:49:10.690Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T19:49:10.690Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T19:49:10.690Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T19:49:10.690Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T19:49:10.690Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T19:49:10.967Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T19:49:10.967Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T19:49:10.967Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T19:49:10.967Z] ---> Running in 4d968e461da9 [2021-01-04T19:49:10.967Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T19:49:10.967Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T19:49:10.967Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T19:49:11.242Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T19:49:11.242Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T19:49:11.242Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T19:49:11.242Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T19:49:11.242Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T19:49:11.242Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T19:49:11.242Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T19:49:11.242Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T19:49:11.242Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T19:49:11.242Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T19:49:11.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:49:11.521Z] OK: 71 MiB in 55 packages [2021-01-04T19:49:11.796Z] Removing intermediate container 4d968e461da9 [2021-01-04T19:49:11.796Z] ---> 0d80497bbe43 [2021-01-04T19:49:11.796Z] Step 22/23 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:49:12.407Z] ---> Running in df1f7f5d23e1 [2021-01-04T19:49:13.393Z] Removing intermediate container df1f7f5d23e1 [2021-01-04T19:49:13.393Z] ---> 36d420ca986e [2021-01-04T19:49:13.393Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T19:49:13.667Z] ---> Running in 337b1682d77e [2021-01-04T19:49:15.652Z] Removing intermediate container 337b1682d77e [2021-01-04T19:49:15.652Z] ---> 59691d6e768c [2021-01-04T19:49:15.652Z] [2021-01-04T19:49:16.633Z] Successfully built 59691d6e768c [2021-01-04T19:49:16.633Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T19:49:16.633Z] Building docker-core-metadata-go [2021-01-04T19:49:20.310Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:20.310Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:20.310Z] ---> 9f404f396384 [2021-01-04T19:49:20.310Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:49:20.310Z] ---> Using cache [2021-01-04T19:49:20.310Z] ---> 683401fff0ff [2021-01-04T19:49:20.310Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:20.310Z] ---> Using cache [2021-01-04T19:49:20.310Z] ---> 2ef9e39dc2ba [2021-01-04T19:49:20.310Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:49:20.310Z] ---> Using cache [2021-01-04T19:49:20.310Z] ---> d25eeed712a4 [2021-01-04T19:49:20.310Z] Step 6/22 : COPY go.mod . [2021-01-04T19:49:20.310Z] ---> Using cache [2021-01-04T19:49:20.310Z] ---> 7bfb4bac3862 [2021-01-04T19:49:20.310Z] Step 7/22 : RUN go mod download [2021-01-04T19:49:20.310Z] ---> Using cache [2021-01-04T19:49:20.310Z] ---> d2e5e3c7b573 [2021-01-04T19:49:20.310Z] Step 8/22 : COPY . . [2021-01-04T19:49:20.310Z] ---> Using cache [2021-01-04T19:49:20.310Z] ---> 009570192cb4 [2021-01-04T19:49:20.310Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T19:49:23.716Z] ---> Running in d51ef341cf10 [2021-01-04T19:49:24.704Z] Removing intermediate container a74b6d1fb234 [2021-01-04T19:49:24.704Z] ---> 4eff0f1e6821 [2021-01-04T19:49:24.704Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T19:49:25.708Z] 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:26.308Z] ---> Running in 56c5480ce51b [2021-01-04T19:49:30.653Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:30.653Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:30.653Z] ---> 9f404f396384 [2021-01-04T19:49:30.653Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T19:49:30.653Z] ---> Using cache [2021-01-04T19:49:30.653Z] ---> 683401fff0ff [2021-01-04T19:49:30.653Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:30.653Z] ---> Using cache [2021-01-04T19:49:30.653Z] ---> 2ef9e39dc2ba [2021-01-04T19:49:30.653Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T19:49:30.929Z] ---> Running in d120b9780131 [2021-01-04T19:49:32.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:33.548Z] Collecting docker-compose==1.23.2 [2021-01-04T19:49:33.548Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T19:49:34.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:49:35.139Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T19:49:35.139Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T19:49:35.415Z] OK: 217 MiB in 51 packages [2021-01-04T19:49:35.415Z] 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:49:35.693Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T19:49:35.970Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T19:49:38.811Z] Removing intermediate container d120b9780131 [2021-01-04T19:49:38.811Z] ---> 1cd897674752 [2021-01-04T19:49:38.811Z] Step 6/24 : COPY go.mod . [2021-01-04T19:49:39.836Z] ---> 9b21ec609861 [2021-01-04T19:49:39.836Z] Step 7/24 : RUN go mod download [2021-01-04T19:49:40.115Z] ---> Running in 202226c06aff [2021-01-04T19:49:40.721Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T19:49:40.721Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T19:49:43.374Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T19:49:43.374Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T19:49:43.976Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T19:49:43.976Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T19:49:45.990Z] Removing intermediate container 202226c06aff [2021-01-04T19:49:45.990Z] ---> 5020a02179aa [2021-01-04T19:49:45.990Z] Step 8/24 : COPY . . [2021-01-04T19:49:46.266Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T19:49:46.266Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T19:49:46.266Z] ---> 9f404f396384 [2021-01-04T19:49:46.545Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T19:49:46.545Z] ---> Using cache [2021-01-04T19:49:46.545Z] ---> 683401fff0ff [2021-01-04T19:49:46.545Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T19:49:46.545Z] ---> Using cache [2021-01-04T19:49:46.545Z] ---> 2ef9e39dc2ba [2021-01-04T19:49:46.545Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T19:49:46.545Z] ---> Using cache [2021-01-04T19:49:46.545Z] ---> d25eeed712a4 [2021-01-04T19:49:46.545Z] Step 6/22 : COPY go.mod . [2021-01-04T19:49:46.545Z] ---> Using cache [2021-01-04T19:49:46.545Z] ---> 7bfb4bac3862 [2021-01-04T19:49:46.545Z] Step 7/22 : RUN go mod download [2021-01-04T19:49:46.545Z] ---> Using cache [2021-01-04T19:49:46.545Z] ---> d2e5e3c7b573 [2021-01-04T19:49:46.545Z] Step 8/22 : COPY . . [2021-01-04T19:49:46.545Z] ---> Using cache [2021-01-04T19:49:46.545Z] ---> 009570192cb4 [2021-01-04T19:49:46.545Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T19:49:46.545Z] ---> Running in db6179672a44 [2021-01-04T19:49:47.546Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T19:49:47.546Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T19:49:48.151Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T19:49:48.151Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T19:49:48.763Z] 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:54.213Z] Collecting PyYAML<4,>=3.10 [2021-01-04T19:49:54.213Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T19:49:59.671Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T19:49:59.671Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T19:49:59.671Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T19:49:59.671Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T19:50:00.277Z] 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:00.277Z] 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:01.275Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T19:50:01.275Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T19:50:02.307Z] Collecting idna<2.8,>=2.5 [2021-01-04T19:50:02.307Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T19:50:02.911Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T19:50:02.911Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T19:50:02.911Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T19:50:02.911Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T19:50:04.369Z] Installing collected packages: websocket-client, dockerpty, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, texttable, PyYAML, jsonschema, docker-compose [2021-01-04T19:50:05.367Z] Running setup.py install for dockerpty: started [2021-01-04T19:50:05.657Z] ---> 0b4c9b4925e6 [2021-01-04T19:50:05.657Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T19:50:05.657Z] ---> Running in a681867c2dc3 [2021-01-04T19:50:07.647Z] 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:50:07.927Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T19:50:08.205Z] Attempting uninstall: urllib3 [2021-01-04T19:50:08.205Z] Found existing installation: urllib3 1.25.9 [2021-01-04T19:50:08.205Z] Uninstalling urllib3-1.25.9: [2021-01-04T19:50:08.483Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T19:50:09.089Z] Attempting uninstall: idna [2021-01-04T19:50:09.089Z] Found existing installation: idna 2.9 [2021-01-04T19:50:09.089Z] Uninstalling idna-2.9: [2021-01-04T19:50:09.372Z] Successfully uninstalled idna-2.9 [2021-01-04T19:50:09.974Z] Attempting uninstall: requests [2021-01-04T19:50:09.974Z] Found existing installation: requests 2.23.0 [2021-01-04T19:50:09.974Z] Uninstalling requests-2.23.0: [2021-01-04T19:50:10.251Z] Successfully uninstalled requests-2.23.0 [2021-01-04T19:50:12.265Z] Running setup.py install for docopt: started [2021-01-04T19:50:14.925Z] Removing intermediate container d6d1f05216ff [2021-01-04T19:50:14.925Z] ---> 974ba204cdb0 [2021-01-04T19:50:14.925Z] [2021-01-04T19:50:14.925Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T19:50:14.925Z] ---> afeebe901d6b [2021-01-04T19:50:14.925Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T19:50:14.925Z] ---> Using cache [2021-01-04T19:50:14.925Z] ---> d92f387843c9 [2021-01-04T19:50:14.925Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T19:50:14.925Z] ---> Running in 445b3ec765a0 [2021-01-04T19:50:15.205Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T19:50:15.205Z] Running setup.py install for texttable: started [2021-01-04T19:50:15.818Z] Removing intermediate container 445b3ec765a0 [2021-01-04T19:50:15.818Z] ---> 11271a8c2bb4 [2021-01-04T19:50:15.818Z] Step 13/22 : WORKDIR / [2021-01-04T19:50:15.818Z] ---> Running in 6a182761c10f [2021-01-04T19:50:16.439Z] Removing intermediate container 6a182761c10f [2021-01-04T19:50:16.439Z] ---> 47447752b580 [2021-01-04T19:50:16.439Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T19:50:17.925Z] ---> 5741d7f77a44 [2021-01-04T19:50:17.925Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T19:50:17.925Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T19:50:17.925Z] Running setup.py install for PyYAML: started [2021-01-04T19:50:19.387Z] ---> 799d391f35c1 [2021-01-04T19:50:19.387Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T19:50:20.857Z] ---> e0b0a665b6f2 [2021-01-04T19:50:20.857Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T19:50:21.152Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T19:50:21.752Z] ---> ba68a524ede9 [2021-01-04T19:50:21.752Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T19:50:22.026Z] ---> Running in 045a00fb184e [2021-01-04T19:50:23.478Z] 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:50:26.140Z] Removing intermediate container 045a00fb184e [2021-01-04T19:50:26.140Z] ---> a1bf5527fe62 [2021-01-04T19:50:26.140Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T19:50:26.140Z] ---> Running in a6480af9db82 [2021-01-04T19:50:26.748Z] Removing intermediate container a6480af9db82 [2021-01-04T19:50:26.748Z] ---> 7970a59cd5bb [2021-01-04T19:50:26.748Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:50:27.027Z] ---> Running in 1381ff380093 [2021-01-04T19:50:28.482Z] Removing intermediate container 1381ff380093 [2021-01-04T19:50:28.482Z] ---> d40b44f94d5b [2021-01-04T19:50:28.482Z] Step 21/22 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:50:28.482Z] ---> Running in b0b780aee6ed [2021-01-04T19:50:29.092Z] Removing intermediate container 56c5480ce51b [2021-01-04T19:50:29.092Z] ---> ce4da4411212 [2021-01-04T19:50:29.092Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T19:50:29.375Z] Removing intermediate container b0b780aee6ed [2021-01-04T19:50:29.375Z] ---> abcb0e3b5074 [2021-01-04T19:50:29.375Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:50:29.653Z] ---> Running in aa9e79561c13 [2021-01-04T19:50:29.653Z] ---> Running in 2c59a150f18e [2021-01-04T19:50:30.645Z] Removing intermediate container 2c59a150f18e [2021-01-04T19:50:30.645Z] ---> 96994b530d69 [2021-01-04T19:50:30.645Z] [2021-01-04T19:50:31.637Z] Successfully built 96994b530d69 [2021-01-04T19:50:31.637Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T19:50:31.914Z]  Building docker-security-bootstrap-redis-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:32.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T19:50:32.792Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T19:50:32.793Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T19:50:32.793Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T19:50:32.793Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T19:50:33.071Z] OK: 71 MiB in 58 packages [2021-01-04T19:50:35.070Z] Removing intermediate container aa9e79561c13 [2021-01-04T19:50:35.070Z] ---> c1625733a3d5 [2021-01-04T19:50:35.070Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T19:50:35.070Z] ---> Running in e6e3462ff8dd [2021-01-04T19:50:35.672Z] Removing intermediate container e6e3462ff8dd [2021-01-04T19:50:35.672Z] ---> d19e48daf39d [2021-01-04T19:50:35.672Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:50:35.958Z] ---> Running in 989220c23bac [2021-01-04T19:50:36.562Z] Removing intermediate container 989220c23bac [2021-01-04T19:50:36.562Z] ---> 2a75ad3276d5 [2021-01-04T19:50:36.562Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T19:50:36.562Z] ---> Running in 07863c745961 [2021-01-04T19:50:37.552Z] Removing intermediate container 07863c745961 [2021-01-04T19:50:37.552Z] ---> e9b5a5623909 [2021-01-04T19:50:37.552Z] Step 25/26 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:50:37.552Z] ---> Running in c5433d03d30d [2021-01-04T19:50:38.156Z] Removing intermediate container c5433d03d30d [2021-01-04T19:50:38.156Z] ---> 59043ab02337 [2021-01-04T19:50:38.156Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T19:50:38.440Z] ---> Running in 46f08a96996d [2021-01-04T19:50:39.056Z] Removing intermediate container 46f08a96996d [2021-01-04T19:50:39.056Z] ---> 775a1e5472eb [2021-01-04T19:50:39.056Z] [2021-01-04T19:50:39.345Z] Successfully built 775a1e5472eb [2021-01-04T19:50:39.630Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T19:50:54.940Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d51ef341cf10 [2021-01-04T19:50:54.940Z] ---> 859f1009b9f9 [2021-01-04T19:50:54.940Z] [2021-01-04T19:50:54.940Z] Step 10/22 : FROM scratch [2021-01-04T19:50:54.940Z] ---> [2021-01-04T19:50:54.940Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:50:54.940Z] ---> Using cache [2021-01-04T19:50:54.940Z] ---> 2730fa0b9be3 [2021-01-04T19:50:54.940Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T19:50:54.940Z] ---> Running in d8adf9628034 [2021-01-04T19:50:55.546Z] Removing intermediate container d8adf9628034 [2021-01-04T19:50:55.546Z] ---> 31fa7cb71a54 [2021-01-04T19:50:55.546Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:50:55.821Z] ---> Running in b18dcdcdecb8 [2021-01-04T19:50:56.420Z] Removing intermediate container b18dcdcdecb8 [2021-01-04T19:50:56.420Z] ---> 2833e1e2d8f1 [2021-01-04T19:50:56.420Z] Step 14/22 : WORKDIR / [2021-01-04T19:50:56.420Z] ---> Running in c789fa57d7e4 [2021-01-04T19:50:57.023Z] Removing intermediate container c789fa57d7e4 [2021-01-04T19:50:57.023Z] ---> b92316be1bcb [2021-01-04T19:50:57.023Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T19:50:58.466Z] ---> 766da6f91f96 [2021-01-04T19:50:58.466Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T19:51:00.451Z] ---> baa3d4973e29 [2021-01-04T19:51:00.451Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:01.444Z] ---> 848cb8bc8830 [2021-01-04T19:51:01.444Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T19:51:01.721Z] ---> Running in 861fe075a93a [2021-01-04T19:51:02.320Z] Removing intermediate container 861fe075a93a [2021-01-04T19:51:02.320Z] ---> 1b4b17b9193d [2021-01-04T19:51:02.320Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:51:02.594Z] ---> Running in 0453fa2177dd [2021-01-04T19:51:03.204Z] Removing intermediate container 0453fa2177dd [2021-01-04T19:51:03.205Z] ---> 014cf02d20f0 [2021-01-04T19:51:03.205Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:51:03.481Z] ---> Running in 06e4d2b53480 [2021-01-04T19:51:04.085Z] Removing intermediate container 06e4d2b53480 [2021-01-04T19:51:04.085Z] ---> bd5447a7ba69 [2021-01-04T19:51:04.085Z] Step 21/22 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:51:04.359Z] ---> Running in 38599c2eddb8 [2021-01-04T19:51:04.963Z] Removing intermediate container 38599c2eddb8 [2021-01-04T19:51:04.963Z] ---> efd057559300 [2021-01-04T19:51:04.963Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:51:04.963Z] ---> Running in 8f0d742ef405 [2021-01-04T19:51:05.562Z] Removing intermediate container 8f0d742ef405 [2021-01-04T19:51:05.562Z] ---> de083491d61b [2021-01-04T19:51:05.562Z] [2021-01-04T19:51:06.167Z] Successfully built de083491d61b [2021-01-04T19:51:06.167Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T19:51:16.318Z]  Building docker-core-command-go ... done Removing intermediate container a681867c2dc3 [2021-01-04T19:51:16.318Z] ---> acabe8c4249a [2021-01-04T19:51:16.318Z] [2021-01-04T19:51:16.318Z] Step 10/24 : FROM scratch [2021-01-04T19:51:16.318Z] ---> [2021-01-04T19:51:16.318Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T19:51:16.318Z] ---> Running in 6f251abd81ae [2021-01-04T19:51:16.318Z] Removing intermediate container 6f251abd81ae [2021-01-04T19:51:16.318Z] ---> 0a07a39e66e9 [2021-01-04T19:51:16.318Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T19:51:16.318Z] ---> Running in c354c558bfd7 [2021-01-04T19:51:16.915Z] Removing intermediate container c354c558bfd7 [2021-01-04T19:51:16.915Z] ---> e47302071446 [2021-01-04T19:51:16.915Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T19:51:16.915Z] ---> Running in aa4947dca2e1 [2021-01-04T19:51:17.186Z] Removing intermediate container db6179672a44 [2021-01-04T19:51:17.186Z] ---> 114ee0ed6b93 [2021-01-04T19:51:17.186Z] [2021-01-04T19:51:17.186Z] Step 10/22 : FROM scratch [2021-01-04T19:51:17.186Z] ---> [2021-01-04T19:51:17.187Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T19:51:17.187Z] ---> Using cache [2021-01-04T19:51:17.187Z] ---> 2730fa0b9be3 [2021-01-04T19:51:17.187Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T19:51:17.459Z] Removing intermediate container aa4947dca2e1 [2021-01-04T19:51:17.459Z] ---> 63d65f0cbc3c [2021-01-04T19:51:17.459Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T19:51:17.459Z] ---> Running in cb9174876076 [2021-01-04T19:51:17.736Z] Removing intermediate container cb9174876076 [2021-01-04T19:51:17.736Z] ---> 068b63a0351f [2021-01-04T19:51:18.009Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T19:51:18.009Z] ---> Running in 8e12bd569b5b [2021-01-04T19:51:18.009Z] ---> 72e09d16a5b2 [2021-01-04T19:51:18.009Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T19:51:18.608Z] Removing intermediate container 8e12bd569b5b [2021-01-04T19:51:18.608Z] ---> d93a5e5cecfa [2021-01-04T19:51:18.608Z] Step 14/22 : WORKDIR / [2021-01-04T19:51:18.608Z] ---> Running in 05c2664d0b06 [2021-01-04T19:51:19.219Z] Removing intermediate container 05c2664d0b06 [2021-01-04T19:51:19.220Z] ---> 257babb8545b [2021-01-04T19:51:19.220Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T19:51:19.220Z] ---> e083eb32d26b [2021-01-04T19:51:19.220Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T19:51:19.816Z] ---> cb032064fd61 [2021-01-04T19:51:19.816Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T19:51:20.792Z] ---> 36fc97e7a3a8 [2021-01-04T19:51:20.792Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T19:51:21.386Z] ---> af601f972238 [2021-01-04T19:51:21.386Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:21.386Z] ---> b9166ca955fd [2021-01-04T19:51:21.386Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T19:51:22.388Z] ---> 2449bcce43e6 [2021-01-04T19:51:22.388Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T19:51:22.388Z] ---> Running in 5922237ad981 [2021-01-04T19:51:22.665Z] ---> b01fb7062752 [2021-01-04T19:51:22.665Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T19:51:22.940Z] Removing intermediate container 5922237ad981 [2021-01-04T19:51:22.940Z] ---> b5ff1b3cdc33 [2021-01-04T19:51:22.940Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T19:51:23.211Z] ---> Running in fea89b2f1a70 [2021-01-04T19:51:23.481Z] ---> 5a95a4002c74 [2021-01-04T19:51:23.481Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T19:51:23.753Z] Removing intermediate container fea89b2f1a70 [2021-01-04T19:51:23.753Z] ---> 4c90d4529fdd [2021-01-04T19:51:23.753Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T19:51:23.753Z] ---> Running in bb7164fc814d [2021-01-04T19:51:23.753Z] ---> Running in f53367e907bf [2021-01-04T19:51:24.349Z] Removing intermediate container bb7164fc814d [2021-01-04T19:51:24.349Z] Removing intermediate container f53367e907bf [2021-01-04T19:51:24.349Z] ---> 42e66ccea407 [2021-01-04T19:51:24.349Z] ---> 585b0a5de949 [2021-01-04T19:51:24.349Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 21/22 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:51:24.349Z] [2021-01-04T19:51:24.624Z] ---> Running in 5ef503360b49 [2021-01-04T19:51:24.624Z] ---> Running in e555b6703dce [2021-01-04T19:51:24.893Z] Removing intermediate container 5ef503360b49 [2021-01-04T19:51:24.893Z] ---> 885cbda4a823 [2021-01-04T19:51:24.893Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T19:51:25.165Z] Removing intermediate container e555b6703dce [2021-01-04T19:51:25.165Z] ---> 9c7ede89b91a [2021-01-04T19:51:25.165Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T19:51:25.165Z] ---> Running in b4a997d0d71a [2021-01-04T19:51:25.165Z] ---> Running in bb18b9b49af3 [2021-01-04T19:51:25.759Z] Removing intermediate container b4a997d0d71a [2021-01-04T19:51:25.759Z] ---> 244d7341191c [2021-01-04T19:51:25.759Z] Step 23/24 : LABEL git_sha=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [2021-01-04T19:51:25.759Z] Removing intermediate container bb18b9b49af3 [2021-01-04T19:51:25.759Z] ---> 7ec723262e56 [2021-01-04T19:51:25.759Z] [2021-01-04T19:51:25.759Z] ---> Running in 0704f5667ec9 [2021-01-04T19:51:26.033Z] Successfully built 7ec723262e56 [2021-01-04T19:51:26.033Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T19:51:26.305Z]  Building docker-core-metadata-go ... done Removing intermediate container 0704f5667ec9 [2021-01-04T19:51:26.305Z] ---> 65abf243eab0 [2021-01-04T19:51:26.305Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T19:51:26.577Z] ---> Running in 749c4edbbd3b [2021-01-04T19:51:26.848Z] Removing intermediate container 749c4edbbd3b [2021-01-04T19:51:26.848Z] ---> ea4bbf71b95a [2021-01-04T19:51:26.848Z] [2021-01-04T19:51:27.117Z] Successfully built ea4bbf71b95a [2021-01-04T19:51:27.388Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T19:51:27.402Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-04T19:51:27.417Z] $ docker stop --time=1 81cbd494a5d141cd9a384c9f1842a5615b36e89153a4b8314151c95733085968 [2021-01-04T19:51:29.272Z] $ docker rm -f 81cbd494a5d141cd9a384c9f1842a5615b36e89153a4b8314151c95733085968 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T19:51:29.911Z] + docker images [2021-01-04T19:51:29.911Z] + grep docker [2021-01-04T19:51:30.183Z] docker-support-notifications-go-arm64 latest ea4bbf71b95a 3 seconds ago 11.4MB [2021-01-04T19:51:30.183Z] docker-core-metadata-go-arm64 latest 7ec723262e56 4 seconds ago 12.2MB [2021-01-04T19:51:30.183Z] docker-core-command-go-arm64 latest de083491d61b 24 seconds ago 9.98MB [2021-01-04T19:51:30.183Z] docker-sys-mgmt-agent-go-arm64 latest 775a1e5472eb 51 seconds ago 300MB [2021-01-04T19:51:30.183Z] docker-security-bootstrap-redis-go-arm64 latest 96994b530d69 59 seconds ago 15.1MB [2021-01-04T19:51:30.183Z] docker-core-data-go-arm64 latest 59691d6e768c 2 minutes ago 21MB [2021-01-04T19:51:30.183Z] docker-security-secretstore-setup-go-arm64 latest e3d9d454164f 2 minutes ago 23.4MB [2021-01-04T19:51:30.183Z] docker-security-proxy-setup-go-arm64 latest 8dbcdc6f0660 2 minutes ago 23.3MB [2021-01-04T19:51:30.183Z] docker-support-scheduler-go-arm64 latest 7eca0aac78b7 2 minutes ago 10MB [2021-01-04T19:51:30.183Z] 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:51:32.407Z] provisioning config files... [2021-01-04T19:51:32.421Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2059945930448806473tmp [Pipeline] { [Pipeline] sh [2021-01-04T19:51:32.804Z] + set +x [2021-01-04T19:51:32.804Z] + curl -s https://codecov.io/bash [2021-01-04T19:51:32.804Z] + bash -s -- [2021-01-04T19:51:33.382Z] [2021-01-04T19:51:33.382Z] _____ _ [2021-01-04T19:51:33.382Z] / ____| | | [2021-01-04T19:51:33.382Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T19:51:33.382Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T19:51:33.382Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T19:51:33.382Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T19:51:33.382Z] Bash-20201231-23d4836 [2021-01-04T19:51:33.382Z] [2021-01-04T19:51:33.382Z] [2021-01-04T19:51:33.382Z] ==> git version 2.24.3 found [2021-01-04T19:51:33.382Z] ==> 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:51:33.382Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T19:51:33.382Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T19:51:33.382Z] ==> Jenkins CI detected. [2021-01-04T19:51:33.382Z] project root: . [2021-01-04T19:51:33.382Z] --> token set from env [2021-01-04T19:51:33.382Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T19:51:33.382Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T19:51:33.382Z] ==> Python coveragepy not found [2021-01-04T19:51:33.382Z] ==> Searching for coverage reports in: [2021-01-04T19:51:33.382Z] + . [2021-01-04T19:51:33.382Z] -> Found 1 reports [2021-01-04T19:51:33.382Z] ==> Detecting git/mercurial file structure [2021-01-04T19:51:33.382Z] ==> Reading reports [2021-01-04T19:51:33.382Z] + ./coverage.out bytes=538204 [2021-01-04T19:51:33.382Z] ==> Appending adjustments [2021-01-04T19:51:33.382Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T19:51:36.698Z] + Found adjustments [2021-01-04T19:51:36.698Z] ==> Gzipping contents [2021-01-04T19:51:36.698Z] 84K /tmp/codecov.E9cm9h.gz [2021-01-04T19:51:36.698Z] ==> Uploading reports [2021-01-04T19:51:36.698Z] url: https://codecov.io [2021-01-04T19:51:36.698Z] query: branch=PR-2980&commit=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= [2021-01-04T19:51:36.698Z] -> Pinging Codecov [2021-01-04T19:51:36.698Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2980&commit=bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= [2021-01-04T19:51:36.962Z] -> Uploading to [2021-01-04T19:51:36.962Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7/f0fbf358-7b07-4010-a59a-5549402b22be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T195136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb125368c4dc7da2dde5ef2a5af827f3ad8e226f5407d04348cabd1e0778ef58 [2021-01-04T19:51:36.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T19:51:36.962Z] Dload Upload Total Spent Left Speed [2021-01-04T19:51:37.537Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81926 0 0 100 81926 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-01-04T19:51:37.537Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 [Pipeline] } [2021-01-04T19:51:37.547Z] 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:51:40.189Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:51:41.074Z] ---> package-listing.sh [2021-01-04T19:51:41.074Z] ++ facter osfamily [2021-01-04T19:51:41.074Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T19:51:41.074Z] + OS_FAMILY=redhat [2021-01-04T19:51:41.074Z] + workspace=/w/workspace/edgex-go/2 [2021-01-04T19:51:41.074Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T19:51:41.074Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T19:51:41.074Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T19:51:41.074Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T19:51:41.074Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-04T19:51:41.074Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T19:51:41.074Z] + case "${OS_FAMILY}" in [2021-01-04T19:51:41.074Z] + rpm -qa [2021-01-04T19:51:41.074Z] + sort [2021-01-04T19:51:46.384Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T19:51:46.384Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T19:51:46.384Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T19:51:46.384Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-04T19:51:46.384Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-04T19:51:46.384Z] + 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:51:46.398Z] 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:51:46.696Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:51:47.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:51:47.007Z] [2021-01-04T19:51:47.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T19:51:47.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:51:47.359Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T19:51:47.359Z] df20fa9351a1: Pulling fs layer [2021-01-04T19:51:47.359Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T19:51:47.359Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T19:51:47.359Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T19:51:47.359Z] 93b61091891f: Pulling fs layer [2021-01-04T19:51:47.359Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T19:51:47.359Z] 5e14af77c1be: Pulling fs layer [2021-01-04T19:51:47.359Z] 01666e4c0597: Pulling fs layer [2021-01-04T19:51:47.360Z] aa168da1d23b: Pulling fs layer [2021-01-04T19:51:47.360Z] 46f8f816bc3b: Waiting [2021-01-04T19:51:47.360Z] 5e14af77c1be: Waiting [2021-01-04T19:51:47.360Z] 93b61091891f: Waiting [2021-01-04T19:51:47.360Z] 93b9cdb0e59b: Waiting [2021-01-04T19:51:47.360Z] aa168da1d23b: Waiting [2021-01-04T19:51:47.360Z] 36b3adc4ff6f: Download complete [2021-01-04T19:51:47.360Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T19:51:47.360Z] 46f8f816bc3b: Download complete [2021-01-04T19:51:47.360Z] df20fa9351a1: Verifying Checksum [2021-01-04T19:51:47.360Z] df20fa9351a1: Download complete [2021-01-04T19:51:47.623Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T19:51:47.623Z] 93b9cdb0e59b: Download complete [2021-01-04T19:51:47.623Z] 5e14af77c1be: Verifying Checksum [2021-01-04T19:51:47.623Z] 5e14af77c1be: Download complete [2021-01-04T19:51:47.623Z] 93b61091891f: Verifying Checksum [2021-01-04T19:51:47.623Z] 93b61091891f: Download complete [2021-01-04T19:51:47.623Z] 01666e4c0597: Verifying Checksum [2021-01-04T19:51:47.623Z] 01666e4c0597: Download complete [2021-01-04T19:51:47.623Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T19:51:47.623Z] 8ad3a11d3b57: Download complete [2021-01-04T19:51:47.888Z] df20fa9351a1: Pull complete [2021-01-04T19:51:48.160Z] 36b3adc4ff6f: Pull complete [2021-01-04T19:51:49.600Z] aa168da1d23b: Verifying Checksum [2021-01-04T19:51:49.600Z] aa168da1d23b: Download complete [2021-01-04T19:51:49.864Z] 8ad3a11d3b57: Pull complete [2021-01-04T19:51:50.139Z] 46f8f816bc3b: Pull complete [2021-01-04T19:51:51.535Z] 93b61091891f: Pull complete [2021-01-04T19:51:51.535Z] 93b9cdb0e59b: Pull complete [2021-01-04T19:51:51.535Z] 5e14af77c1be: Pull complete [2021-01-04T19:51:51.799Z] 01666e4c0597: Pull complete [2021-01-04T19:51:58.433Z] aa168da1d23b: Pull complete [2021-01-04T19:51:59.009Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T19:51:59.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T19:51:59.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T19:51:59.749Z] prd-centos7-docker-4c-2g-18245 does not seem to be running inside a container [2021-01-04T19:51:59.803Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T19:52:03.471Z] $ docker top 3a4db740a1680a4b458c34c021baab1d01ad6e6afaf269d4f0b383333136807a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T19:52:04.085Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T19:52:04.388Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T19:52:04.689Z] + ls /var/log/sa-host [2021-01-04T19:52:04.689Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T19:52:04.689Z] file_magic: OK [2021-01-04T19:52:04.689Z] HZ: Using current value: 100 [2021-01-04T19:52:04.689Z] file_header: OK [2021-01-04T19:52:04.689Z] 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:52:04.689Z] Statistics: [2021-01-04T19:52:04.689Z] 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:52:04.689Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T19:52:04.689Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T19:52:04.689Z] file_magic: OK [2021-01-04T19:52:04.689Z] HZ: Using current value: 100 [2021-01-04T19:52:04.689Z] file_header: OK [2021-01-04T19:52:04.689Z] 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:52:04.689Z] Statistics: [2021-01-04T19:52:04.689Z] Hnuu...uuuununununu... [2021-01-04T19:52:04.689Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T19:52:05.319Z] provisioning config files... [2021-01-04T19:52:05.341Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6108695203594312700tmp [Pipeline] { [Pipeline] echo [2021-01-04T19:52:05.412Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:52:05.740Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T19:52:05.818Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T19:52:05.917Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:52:06.242Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T19:52:06.257Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:52:06.587Z] ---> sudo-logs.sh [2021-01-04T19:52:06.587Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T19:52:06.617Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:52:06.916Z] ---> job-cost.sh [2021-01-04T19:52:06.916Z] lf-activate-venv: SKIPPING [2021-01-04T19:52:06.916Z] INFO: No Stack... [2021-01-04T19:52:07.862Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T19:52:08.125Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T19:52:08.139Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T19:52:08.436Z] ---> logs-deploy.sh [2021-01-04T19:52:08.436Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2980/2 [2021-01-04T19:52:08.436Z] INFO: archiving workspace using pattern(s): [2021-01-04T19:52:09.825Z] Archives upload complete. [2021-01-04T19:52:09.825Z] INFO: archiving logs to Nexus