Pull request #3112 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f+2a4efc596d6299a706f2b1b5ea90705279ab33b1 (294f19e5730530a353ff09d09a57f6baa7f43635) Running in Durability level: MAX_SURVIVABILITY 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3112/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3112/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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-24527 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f Merge succeeded, producing 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f Checking out Revision 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f (PR-3112) > git config core.sparsecheckout # timeout=10 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T06:08:44.566Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T06:08:44.915Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T06:08:45.086Z] ========================================================= [2021-02-02T06:08:45.086Z] EdgeX Global Pipelines Version Info [2021-02-02T06:08:45.086Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:08:46.705Z] ------------------- [2021-02-02T06:08:46.705Z] stable info: [2021-02-02T06:08:46.705Z] ------------------- [2021-02-02T06:08:46.705Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:08:46.705Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:08:46.705Z] Message: update stable to v1.0.179 [2021-02-02T06:08:47.672Z] ------------------- [2021-02-02T06:08:47.672Z] experimental info: [2021-02-02T06:08:47.672Z] ------------------- [2021-02-02T06:08:47.672Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:08:47.672Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:08:47.672Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T06:08:48.058Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T06:08:48.199Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T06:08:48.318Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T06:08:48.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T06:08:48.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T06:08:48.677Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T06:08:48.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T06:08:48.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T06:08:49.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T06:08:49.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T06:08:49.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T06:08:49.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T06:08:49.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T06:08:49.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T06:08:49.738Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:08:49.864Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:08:49.992Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T06:08:50.109Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T06:08:50.253Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T06:08:50.402Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T06:08:50.536Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T06:08:50.664Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T06:08:50.796Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T06:08:50.993Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3112 [Pipeline] echo [2021-02-02T06:08:51.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3112 [Pipeline] echo [2021-02-02T06:08:51.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3112 [Pipeline] echo [2021-02-02T06:08:51.379Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [Pipeline] echo [2021-02-02T06:08:51.521Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 616cd62 [Pipeline] echo [2021-02-02T06:08:51.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:08:51.953Z] provisioning config files... [2021-02-02T06:08:51.992Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7186577031128681324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:08:52.495Z] ---> docker-login.sh [2021-02-02T06:08:52.495Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:08:52.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:53.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:53.041Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:53.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:53.041Z] [2021-02-02T06:08:53.041Z] Login Succeeded [2021-02-02T06:08:53.041Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:08:53.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:53.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:53.309Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:53.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:53.309Z] [2021-02-02T06:08:53.309Z] Login Succeeded [2021-02-02T06:08:53.309Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:08:53.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:53.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:53.580Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:53.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:53.580Z] [2021-02-02T06:08:53.580Z] Login Succeeded [2021-02-02T06:08:53.580Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:08:53.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:53.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:53.580Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:53.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:53.580Z] [2021-02-02T06:08:53.580Z] Login Succeeded [2021-02-02T06:08:53.580Z] docker.io [2021-02-02T06:08:53.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:54.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:54.109Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:54.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:54.109Z] [2021-02-02T06:08:54.109Z] Login Succeeded [2021-02-02T06:08:54.109Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:08:54.133Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:08:54.735Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T06:08:54.735Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:54.735Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T06:08:54.735Z] ++ cut -d/ -f2 [2021-02-02T06:08:54.735Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T06:08:54.843Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-02-02T06:08:56.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:08:56.005Z] [2021-02-02T06:08:56.005Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:08:56.401Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:08:56.401Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T06:08:56.401Z] 31603596830f: Pulling fs layer [2021-02-02T06:08:56.401Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T06:08:56.401Z] 6ca5941a6612: Pulling fs layer [2021-02-02T06:08:56.401Z] ecc8261a40a4: Pulling fs layer [2021-02-02T06:08:56.401Z] ecc8261a40a4: Waiting [2021-02-02T06:08:56.401Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T06:08:56.401Z] 2a8b12db71e7: Download complete [2021-02-02T06:08:56.401Z] 31603596830f: Verifying Checksum [2021-02-02T06:08:56.402Z] 31603596830f: Download complete [2021-02-02T06:08:56.690Z] ecc8261a40a4: Verifying Checksum [2021-02-02T06:08:56.690Z] ecc8261a40a4: Download complete [2021-02-02T06:08:56.690Z] 6ca5941a6612: Verifying Checksum [2021-02-02T06:08:56.690Z] 6ca5941a6612: Download complete [2021-02-02T06:08:56.969Z] 31603596830f: Pull complete [2021-02-02T06:08:56.969Z] 2a8b12db71e7: Pull complete [2021-02-02T06:08:57.954Z] 6ca5941a6612: Pull complete [2021-02-02T06:08:58.531Z] ecc8261a40a4: Pull complete [2021-02-02T06:08:58.531Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T06:08:58.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:08:58.531Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T06:08:58.666Z] prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container [2021-02-02T06:08:58.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T06:09:01.522Z] $ docker top 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T06:09:01.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:09:01.998Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:09:02.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:09:02.333Z] $ docker exec 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent [2021-02-02T06:09:02.578Z] SSH_AUTH_SOCK=/tmp/ssh-Y4bihFyyQOrv/agent.12 [2021-02-02T06:09:02.578Z] SSH_AGENT_PID=17 [2021-02-02T06:09:02.599Z] Running ssh-add (command line suppressed) [2021-02-02T06:09:02.741Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4340133591592205903.key (/w/workspace/edgex-go/1@tmp/private_key_4340133591592205903.key) [2021-02-02T06:09:02.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:09:03.179Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T06:09:03.214Z] $ docker exec --env ******** --env ******** 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent -k [2021-02-02T06:09:03.354Z] unset SSH_AUTH_SOCK; [2021-02-02T06:09:03.354Z] unset SSH_AGENT_PID; [2021-02-02T06:09:03.355Z] echo Agent pid 17 killed; [2021-02-02T06:09:03.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T06:09:03.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:09:03.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:09:03.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:09:03.824Z] $ docker exec 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent [2021-02-02T06:09:03.999Z] SSH_AUTH_SOCK=/tmp/ssh-M2XvzkKwpDSw/agent.47 [2021-02-02T06:09:03.999Z] SSH_AGENT_PID=53 [2021-02-02T06:09:04.008Z] Running ssh-add (command line suppressed) [2021-02-02T06:09:04.141Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2743375894046388704.key (/w/workspace/edgex-go/1@tmp/private_key_2743375894046388704.key) [2021-02-02T06:09:04.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:09:04.577Z] + git semver init [2021-02-02T06:09:04.577Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T06:09:04.577Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-02T06:09:04.577Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-02T06:09:04.577Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T06:09:04.577Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T06:09:04.577Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T06:09:04.577Z] # $SEMVER_BRANCH = PR-3112 [2021-02-02T06:09:04.577Z] # $SEMVER_TEMP = /tmp/semver-137375317 [2021-02-02T06:09:04.577Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T06:09:26.675Z] # '/tmp/semver-137375317' -> '/w/workspace/edgex-go/1/.semver' [2021-02-02T06:09:26.675Z] # -> Force: false [2021-02-02T06:09:26.675Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-02T06:09:26.702Z] $ docker exec --env ******** --env ******** 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent -k [2021-02-02T06:09:26.975Z] unset SSH_AUTH_SOCK; [2021-02-02T06:09:26.976Z] unset SSH_AGENT_PID; [2021-02-02T06:09:26.976Z] echo Agent pid 53 killed; [2021-02-02T06:09:27.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:09:27.651Z] + git semver [Pipeline] } [2021-02-02T06:09:27.689Z] $ docker stop --time=1 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be [2021-02-02T06:09:29.686Z] $ docker rm -f 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:09:30.351Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T06:09:30.982Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T06:09:31.004Z] [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-02-02T06:09:32.391Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:09:32.711Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:09:33.041Z] + true [2021-02-02T06:09:33.041Z] + sudo service docker restart [2021-02-02T06:09:33.041Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T06:09:34.037Z] ========================================================= [2021-02-02T06:09:34.037Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T06:09:34.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:09:34.495Z] + 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-02-02T06:09:38.744Z] Sending build context to Docker daemon 327.4MB [2021-02-02T06:09:38.744Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:09:38.744Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:09:38.744Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T06:09:38.744Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T06:09:38.744Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T06:09:38.744Z] de9db76c5a1d: Pulling fs layer [2021-02-02T06:09:38.744Z] bca2f99d35d6: Pulling fs layer [2021-02-02T06:09:38.744Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T06:09:38.744Z] 7c6f9722023f: Pulling fs layer [2021-02-02T06:09:38.744Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T06:09:38.744Z] 93359f2a8cfa: Waiting [2021-02-02T06:09:38.744Z] 7c6f9722023f: Waiting [2021-02-02T06:09:38.744Z] a35cf1a2eb13: Waiting [2021-02-02T06:09:38.744Z] bca2f99d35d6: Waiting [2021-02-02T06:09:38.744Z] de9db76c5a1d: Verifying Checksum [2021-02-02T06:09:38.744Z] de9db76c5a1d: Download complete [2021-02-02T06:09:38.744Z] 0ef7d3d256c8: Download complete [2021-02-02T06:09:38.744Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T06:09:38.744Z] 93359f2a8cfa: Download complete [2021-02-02T06:09:38.744Z] 7c6f9722023f: Verifying Checksum [2021-02-02T06:09:38.744Z] 7c6f9722023f: Download complete [2021-02-02T06:09:38.744Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T06:09:38.744Z] 188c0c94c7c5: Download complete [2021-02-02T06:09:39.012Z] 188c0c94c7c5: Pull complete [2021-02-02T06:09:39.278Z] 0ef7d3d256c8: Pull complete [2021-02-02T06:09:39.543Z] de9db76c5a1d: Pull complete [2021-02-02T06:09:40.943Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T06:09:40.943Z] a35cf1a2eb13: Download complete [2021-02-02T06:09:41.531Z] bca2f99d35d6: Verifying Checksum [2021-02-02T06:09:41.531Z] bca2f99d35d6: Download complete [2021-02-02T06:09:46.679Z] Still waiting to schedule task [2021-02-02T06:09:46.679Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T06:09:46.882Z] bca2f99d35d6: Pull complete [2021-02-02T06:09:46.882Z] 93359f2a8cfa: Pull complete [2021-02-02T06:09:46.882Z] 7c6f9722023f: Pull complete [2021-02-02T06:09:52.214Z] a35cf1a2eb13: Pull complete [2021-02-02T06:09:52.214Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T06:09:52.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T06:09:52.214Z] ---> a62c8e92a672 [2021-02-02T06:09:52.214Z] 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-02-02T06:09:52.480Z] ---> Running in 703c3a50d569 [2021-02-02T06:09:53.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:09:53.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:09:54.584Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:09:54.584Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:09:54.848Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:09:54.848Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:10:03.019Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:10:03.281Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:10:03.545Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:10:03.545Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:10:03.808Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:10:03.808Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:10:03.808Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:10:04.075Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:10:04.338Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:10:04.338Z] OK: 233 MiB in 51 packages [2021-02-02T06:10:08.600Z] Removing intermediate container 703c3a50d569 [2021-02-02T06:10:08.600Z] ---> b5c786081f44 [2021-02-02T06:10:08.600Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:10:08.600Z] ---> Running in d6d353620297 [2021-02-02T06:10:08.600Z] Removing intermediate container d6d353620297 [2021-02-02T06:10:08.600Z] ---> 620a13b40bd9 [2021-02-02T06:10:08.600Z] Step 5/6 : COPY go.mod . [2021-02-02T06:10:08.867Z] ---> 99ab3c9313f2 [2021-02-02T06:10:08.867Z] Step 6/6 : RUN go mod download [2021-02-02T06:10:08.867Z] ---> Running in c18d39292492 [2021-02-02T06:10:30.972Z] Removing intermediate container c18d39292492 [2021-02-02T06:10:30.972Z] ---> 1a391fe09af8 [2021-02-02T06:10:30.972Z] Successfully built 1a391fe09af8 [2021-02-02T06:10:30.972Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:10:31.339Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:10:31.340Z] . [Pipeline] withDockerContainer [2021-02-02T06:10:31.494Z] prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container [2021-02-02T06:10:31.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-02T06:10:32.605Z] $ docker top 364f72e4da951d8b81faa2f21ffcfed8d59e701ed76e5bcb8876fe895b0a67f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:10:33.254Z] + go version [2021-02-02T06:10:33.254Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T06:10:33.287Z] $ docker stop --time=1 364f72e4da951d8b81faa2f21ffcfed8d59e701ed76e5bcb8876fe895b0a67f8 [2021-02-02T06:10:34.675Z] $ docker rm -f 364f72e4da951d8b81faa2f21ffcfed8d59e701ed76e5bcb8876fe895b0a67f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:10:35.773Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:10:35.773Z] . [Pipeline] withDockerContainer [2021-02-02T06:10:35.911Z] prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container [2021-02-02T06:10:35.979Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-02T06:10:37.306Z] $ docker top 520acd54f964de0de7d6af7b6763381a837cf57abcbe7c0b41dc573d977064dd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:10:37.611Z] ========================================================= [2021-02-02T06:10:37.611Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:10:37.611Z] ========================================================= [Pipeline] sh [2021-02-02T06:10:37.968Z] + make test [2021-02-02T06:10:37.968Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:10:50.358Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:11:13.862Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:11:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:11:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:11:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:11:22.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:11:23.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:11:23.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:11:23.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:11:23.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:11:23.668Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:11:24.642Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:11:27.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:11:27.287Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:11:27.287Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:11:30.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 46.0% of statements [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:11:30.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:11:30.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-02-02T06:11:34.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.293s coverage: 27.1% of statements [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:11:34.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:11:34.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:11:34.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:11:34.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 65.8% of statements [2021-02-02T06:11:34.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:11:34.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:11:35.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.3% of statements [2021-02-02T06:11:35.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:35.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:35.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:11:35.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:11:38.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.704s coverage: 28.6% of statements [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:11:38.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:11:38.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-02T06:11:38.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:11:38.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-02-02T06:11:38.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:11:39.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements [2021-02-02T06:11:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:11:39.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements [2021-02-02T06:11:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:11:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:11:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:11:39.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:11:42.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.679s coverage: 92.8% of statements [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:11:42.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:11:42.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:11:42.869Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-02T06:11:42.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:11:42.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:11:42.869Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 0.1% of statements [2021-02-02T06:11:42.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:11:42.869Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:11:42.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:11:42.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements [2021-02-02T06:11:42.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 79.5% of statements [2021-02-02T06:11:42.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-02-02T06:11:42.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-02-02T06:11:43.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-02T06:11:55.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements [2021-02-02T06:11:55.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-02-02T06:12:08.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-02-02T06:12:08.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:12:08.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:12:08.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:12:08.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:12:08.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.099s coverage: 87.2% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.137s coverage: 91.4% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.432s coverage: 68.9% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 37.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.550s coverage: 84.0% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.1% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.050s coverage: 29.1% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.086s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:12:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2021-02-02T06:12:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-02T06:12:08.446Z] GO111MODULE=on go vet ./... [2021-02-02T06:12:34.802Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24539 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws [2021-02-02T06:12:35.032Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:12:40.529Z] using credential edgex-jenkins-ssh [2021-02-02T06:12:40.586Z] Cloning the remote Git repository [2021-02-02T06:12:40.698Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:12:40.830Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:12:40.944Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:12:40.946Z] > git --version # timeout=10 [2021-02-02T06:12:40.966Z] > git --version # 'git version 2.17.1' [2021-02-02T06:12:40.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:12:41.063Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:12:47.544Z] gofmt -l . [2021-02-02T06:12:47.544Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:12:47.544Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:12:47.544Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:12:48.207Z] + ls -al . [2021-02-02T06:12:48.207Z] total 680 [2021-02-02T06:12:48.207Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 06:12 . [2021-02-02T06:12:48.207Z] drwxr-xr-x 4 root root 28 Feb 2 06:10 .. [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:08 .dockerignore [2021-02-02T06:12:48.207Z] drwxrwxr-x 8 1001 1001 179 Feb 2 06:08 .git [2021-02-02T06:12:48.207Z] drwxrwxr-x 3 1001 1001 125 Feb 2 06:08 .github [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:08 .gitignore [2021-02-02T06:12:48.207Z] drwx------ 3 1001 1001 60 Feb 2 06:09 .semver [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:08 .sonarcloud.properties [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:08 Attribution.txt [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:08 CONTRIBUTING.md [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:08 Dockerfile.build [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:08 Jenkinsfile [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:08 LICENSE [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:08 Makefile [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:08 README.md [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:08 SECURITY.md [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:09 VERSION [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:08 ZMQWindows.md [2021-02-02T06:12:48.207Z] drwxrwxr-x 2 1001 1001 117 Feb 2 06:08 bin [2021-02-02T06:12:48.207Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:08 cmd [2021-02-02T06:12:48.207Z] -rw-r--r-- 1 root root 574984 Feb 2 06:12 coverage.out [2021-02-02T06:12:48.207Z] -rw-r--r-- 1 root root 1054 Feb 2 06:12 go.mod [2021-02-02T06:12:48.207Z] -rw-r--r-- 1 root root 19172 Feb 2 06:12 go.sum [2021-02-02T06:12:48.207Z] drwxrwxr-x 8 1001 1001 127 Feb 2 06:08 internal [2021-02-02T06:12:48.207Z] drwxrwxr-x 4 1001 1001 26 Feb 2 06:08 openapi [2021-02-02T06:12:48.207Z] drwxrwxr-x 4 1001 1001 71 Feb 2 06:08 snap [2021-02-02T06:12:48.207Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:08 version.go [Pipeline] sh [2021-02-02T06:12:48.546Z] + '[' -e coverage.out ] [2021-02-02T06:12:48.546Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:12:48.848Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:12:49.174Z] + make build [2021-02-02T06:12:49.174Z] 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-02-02T06:12:54.560Z] 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-02-02T06:13:02.911Z] 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-02-02T06:13:04.868Z] 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-02-02T06:13:06.263Z] 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-02-02T06:13:05.865Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:13:05.888Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:13:05.917Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:13:05.954Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:13:05.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:13:05.967Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T06:13:06.530Z] 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-02-02T06:13:06.649Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:13:07.148Z] Merge succeeded, producing 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:13:07.149Z] Checking out Revision 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f (PR-3112) [2021-02-02T06:13:08.461Z] 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-02-02T06:13:06.672Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:13:06.686Z] > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 [2021-02-02T06:13:07.024Z] > git remote # timeout=10 [2021-02-02T06:13:07.054Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:13:07.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:13:07.091Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:13:07.124Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:13:07.162Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:13:07.189Z] > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 [2021-02-02T06:13:09.885Z] 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-02-02T06:13:10.840Z] 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-02-02T06:13:11.663Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-02-02T06:13:11.730Z] > git --version # timeout=10 [2021-02-02T06:13:11.739Z] > git --version # 'git version 2.17.1' [2021-02-02T06:13:11.752Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [2021-02-02T06:13:12.242Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T06:13:13.226Z] 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-02-02T06:13:13.538Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:13:13.995Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:13:14.348Z] + true [2021-02-02T06:13:14.348Z] + sudo service docker restart [2021-02-02T06:13:14.636Z] 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-02-02T06:13:15.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:13:16.478Z] provisioning config files... [2021-02-02T06:13:16.515Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2085257795490438129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:13:16.950Z] ---> docker-login.sh [2021-02-02T06:13:16.950Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:13:17.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-02-02T06:13:17.602Z] $ docker stop --time=1 520acd54f964de0de7d6af7b6763381a837cf57abcbe7c0b41dc573d977064dd [2021-02-02T06:13:18.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:18.520Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:18.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:18.520Z] [2021-02-02T06:13:18.520Z] Login Succeeded [2021-02-02T06:13:18.520Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:13:18.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:13:19.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:19.061Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:19.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:19.061Z] [2021-02-02T06:13:19.061Z] Login Succeeded [2021-02-02T06:13:19.061Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:13:19.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:13:19.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:19.344Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:19.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:19.344Z] [2021-02-02T06:13:19.344Z] Login Succeeded [2021-02-02T06:13:19.344Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:13:19.447Z] $ docker rm -f 520acd54f964de0de7d6af7b6763381a837cf57abcbe7c0b41dc573d977064dd [2021-02-02T06:13:19.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:13:19.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:19.939Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:19.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:19.939Z] [2021-02-02T06:13:19.939Z] Login Succeeded [2021-02-02T06:13:19.939Z] docker.io [Pipeline] // withDockerContainer [Pipeline] } [2021-02-02T06:13:20.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-02-02T06:13:20.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:20.806Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:20.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:20.806Z] [2021-02-02T06:13:20.806Z] Login Succeeded [2021-02-02T06:13:20.806Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:13:20.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] echo [2021-02-02T06:13:23.442Z] ========================================================= [2021-02-02T06:13:23.443Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T06:13:23.443Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:23.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:23.880Z] [2021-02-02T06:13:23.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:24.102Z] + 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-02-02T06:13:24.326Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:24.326Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T06:13:24.326Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T06:13:24.326Z] ca9280d653b3: Pulling fs layer [2021-02-02T06:13:24.326Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T06:13:24.326Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T06:13:24.326Z] cbdbe7a5bc2a: Download complete [2021-02-02T06:13:24.926Z] cbdbe7a5bc2a: Pull complete [2021-02-02T06:13:24.926Z] ca9280d653b3: Verifying Checksum [2021-02-02T06:13:24.926Z] ca9280d653b3: Download complete [2021-02-02T06:13:26.114Z] Sending build context to Docker daemon 166MB [2021-02-02T06:13:26.114Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:13:26.114Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:13:26.385Z] 7e9c9ca2126c: Verifying Checksum [2021-02-02T06:13:26.385Z] 7e9c9ca2126c: Download complete [2021-02-02T06:13:26.385Z] ca9280d653b3: Pull complete [2021-02-02T06:13:26.391Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T06:13:26.391Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T06:13:26.391Z] a4357932f1b6: Pulling fs layer [2021-02-02T06:13:26.391Z] 18c013af1878: Pulling fs layer [2021-02-02T06:13:26.391Z] 00ac8860ef70: Pulling fs layer [2021-02-02T06:13:26.391Z] 63d7cb157983: Pulling fs layer [2021-02-02T06:13:26.391Z] b116817d02f9: Pulling fs layer [2021-02-02T06:13:26.391Z] 745a02a5169b: Pulling fs layer [2021-02-02T06:13:26.391Z] 00ac8860ef70: Waiting [2021-02-02T06:13:26.391Z] 63d7cb157983: Waiting [2021-02-02T06:13:26.391Z] 745a02a5169b: Waiting [2021-02-02T06:13:26.391Z] b116817d02f9: Waiting [2021-02-02T06:13:26.391Z] 18c013af1878: Verifying Checksum [2021-02-02T06:13:26.391Z] 18c013af1878: Download complete [2021-02-02T06:13:26.391Z] a4357932f1b6: Verifying Checksum [2021-02-02T06:13:26.391Z] a4357932f1b6: Download complete [2021-02-02T06:13:26.392Z] 63d7cb157983: Verifying Checksum [2021-02-02T06:13:26.392Z] 63d7cb157983: Download complete [2021-02-02T06:13:26.392Z] b116817d02f9: Download complete [2021-02-02T06:13:26.392Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T06:13:26.392Z] 5f621e34cdf4: Download complete [2021-02-02T06:13:26.991Z] 5f621e34cdf4: Pull complete [2021-02-02T06:13:27.603Z] a4357932f1b6: Pull complete [2021-02-02T06:13:28.216Z] 18c013af1878: Pull complete [2021-02-02T06:13:28.814Z] 745a02a5169b: Download complete [2021-02-02T06:13:29.805Z] 00ac8860ef70: Verifying Checksum [2021-02-02T06:13:29.805Z] 00ac8860ef70: Download complete [2021-02-02T06:13:34.977Z] 7e9c9ca2126c: Pull complete [2021-02-02T06:13:34.977Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T06:13:34.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:34.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T06:13:35.193Z] prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container [2021-02-02T06:13:35.274Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T06:13:37.239Z] $ docker top 0a21786a6da927c8111a884e9a8882b21357d0b14d9e979d67c6c62894b7e107 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:37.876Z] + docker-compose build --help [2021-02-02T06:13:37.876Z] + grep parallel [2021-02-02T06:13:39.820Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:13:39.857Z] $ docker stop --time=1 0a21786a6da927c8111a884e9a8882b21357d0b14d9e979d67c6c62894b7e107 [2021-02-02T06:13:39.968Z] 00ac8860ef70: Pull complete [2021-02-02T06:13:39.968Z] 63d7cb157983: Pull complete [2021-02-02T06:13:40.244Z] b116817d02f9: Pull complete [2021-02-02T06:13:41.372Z] $ docker rm -f 0a21786a6da927c8111a884e9a8882b21357d0b14d9e979d67c6c62894b7e107 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:42.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:42.160Z] . [Pipeline] withDockerContainer [2021-02-02T06:13:42.311Z] prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container [2021-02-02T06:13:42.400Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T06:13:43.223Z] $ docker top 8e1da9360637d8cc40905f3372bf3795ed50c9492506273f4aa772df31e72fcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:43.647Z] 745a02a5169b: Pull complete [2021-02-02T06:13:43.647Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T06:13:43.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T06:13:43.647Z] ---> b7e6874047d6 [2021-02-02T06:13:43.647Z] 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-02-02T06:13:43.771Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:13:45.172Z] Building docker-core-command-go ... [2021-02-02T06:13:45.172Z] Building docker-core-data-go ... [2021-02-02T06:13:45.172Z] Building docker-core-metadata-go ... [2021-02-02T06:13:45.172Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:13:45.172Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:13:45.172Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:13:45.172Z] Building docker-support-notifications-go ... [2021-02-02T06:13:45.172Z] Building docker-support-scheduler-go ... [2021-02-02T06:13:45.172Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:13:45.172Z] Building docker-support-scheduler-go [2021-02-02T06:13:45.172Z] Building docker-security-bootstrapper-go [2021-02-02T06:13:45.172Z] Building docker-core-data-go [2021-02-02T06:13:45.172Z] Building docker-core-metadata-go [2021-02-02T06:13:45.172Z] Building docker-security-secretstore-setup-go [2021-02-02T06:13:47.083Z] ---> Running in 33df904d7bdf [2021-02-02T06:13:48.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:13:49.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:13:49.711Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:13:49.983Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:13:50.255Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:13:50.255Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:14:02.624Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:14:02.625Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:14:02.625Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:14:02.625Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:14:02.625Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:14:02.625Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:14:02.625Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:14:02.625Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:14:02.625Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:14:02.625Z] OK: 217 MiB in 51 packages [2021-02-02T06:14:06.012Z] Removing intermediate container 33df904d7bdf [2021-02-02T06:14:06.012Z] ---> ec24237d8ea0 [2021-02-02T06:14:06.012Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:14:06.012Z] ---> Running in 03be66bc517e [2021-02-02T06:14:06.287Z] Removing intermediate container 03be66bc517e [2021-02-02T06:14:06.287Z] ---> a1e1735bd034 [2021-02-02T06:14:06.287Z] Step 5/6 : COPY go.mod . [2021-02-02T06:14:06.882Z] ---> f9f1325a14cc [2021-02-02T06:14:06.882Z] Step 6/6 : RUN go mod download [2021-02-02T06:14:06.882Z] ---> Running in 7d8221731fc6 [2021-02-02T06:14:24.258Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:24.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:24.259Z] ---> 1a391fe09af8 [2021-02-02T06:14:24.259Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:14:24.259Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:24.259Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:24.259Z] ---> 1a391fe09af8 [2021-02-02T06:14:24.259Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:14:24.259Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:24.259Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:24.259Z] ---> 1a391fe09af8 [2021-02-02T06:14:24.259Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:14:24.259Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:24.259Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:24.259Z] ---> 1a391fe09af8 [2021-02-02T06:14:24.259Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:14:24.259Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:24.259Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:24.259Z] ---> 1a391fe09af8 [2021-02-02T06:14:24.259Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:14:24.259Z] ---> Running in a321b4b1f694 [2021-02-02T06:14:24.259Z] ---> Running in 6ecced0d6b12 [2021-02-02T06:14:24.259Z] ---> Running in c4086192ac13 [2021-02-02T06:14:24.259Z] ---> Running in 26bd6f74cc0a [2021-02-02T06:14:24.259Z] ---> Running in db0ae6286e55 [2021-02-02T06:14:24.259Z] Removing intermediate container a321b4b1f694 [2021-02-02T06:14:24.259Z] ---> f602d43856fb [2021-02-02T06:14:24.259Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:24.259Z] Removing intermediate container c4086192ac13 [2021-02-02T06:14:24.259Z] ---> e265bc896c65 [2021-02-02T06:14:24.259Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:24.259Z] Removing intermediate container db0ae6286e55 [2021-02-02T06:14:24.259Z] ---> 2f9ea74f2098 [2021-02-02T06:14:24.259Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:24.259Z] Removing intermediate container 6ecced0d6b12 [2021-02-02T06:14:24.259Z] ---> 1a21276a47cb [2021-02-02T06:14:24.259Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:24.259Z] Removing intermediate container 26bd6f74cc0a [2021-02-02T06:14:24.259Z] ---> cf7d62a48fd0 [2021-02-02T06:14:24.259Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:24.259Z] ---> Running in e3ceffb85d7c [2021-02-02T06:14:24.259Z] ---> Running in 6e4d4d812519 [2021-02-02T06:14:24.259Z] ---> Running in 74488548b2f9 [2021-02-02T06:14:24.259Z] ---> Running in 9aac3a4386c3 [2021-02-02T06:14:24.259Z] ---> Running in 3033c1bd197c [2021-02-02T06:14:27.697Z] Removing intermediate container 3033c1bd197c [2021-02-02T06:14:27.697Z] ---> 6022b0de4e57 [2021-02-02T06:14:27.697Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:14:27.697Z] Removing intermediate container e3ceffb85d7c [2021-02-02T06:14:27.697Z] ---> 4550d4d57753 [2021-02-02T06:14:27.697Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:14:27.697Z] Removing intermediate container 74488548b2f9 [2021-02-02T06:14:27.697Z] ---> 3028d3cb0ac0 [2021-02-02T06:14:27.697Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:14:27.697Z] ---> Running in e0e970f2a668 [2021-02-02T06:14:27.697Z] ---> Running in d1ac784288e5 [2021-02-02T06:14:27.697Z] Removing intermediate container 9aac3a4386c3 [2021-02-02T06:14:27.697Z] ---> 63404840b479 [2021-02-02T06:14:27.697Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:14:27.697Z] ---> Running in 7e2f900d4e77 [2021-02-02T06:14:27.697Z] Removing intermediate container 6e4d4d812519 [2021-02-02T06:14:27.697Z] ---> 4c1b83f7a89c [2021-02-02T06:14:27.697Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:14:27.697Z] ---> Running in 13c012343381 [2021-02-02T06:14:27.697Z] ---> Running in 95baeb972d8e [2021-02-02T06:14:29.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:29.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:29.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:29.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:29.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:30.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:30.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:30.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:30.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:30.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:31.341Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:31.341Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:31.341Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:31.341Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:31.616Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:32.580Z] Removing intermediate container 13c012343381 [2021-02-02T06:14:32.580Z] ---> 09de8777b51d [2021-02-02T06:14:32.580Z] Step 6/23 : COPY go.mod . [2021-02-02T06:14:32.580Z] Removing intermediate container d1ac784288e5 [2021-02-02T06:14:32.580Z] ---> d05dfd1df571 [2021-02-02T06:14:32.580Z] Step 6/22 : COPY go.mod . [2021-02-02T06:14:32.580Z] Removing intermediate container e0e970f2a668 [2021-02-02T06:14:32.580Z] ---> 01e76647155a [2021-02-02T06:14:32.580Z] Step 6/31 : COPY go.mod . [2021-02-02T06:14:32.869Z] Removing intermediate container 7e2f900d4e77 [2021-02-02T06:14:32.870Z] ---> 52ca91f995d9 [2021-02-02T06:14:32.870Z] Step 6/24 : COPY go.mod . [2021-02-02T06:14:32.870Z] Removing intermediate container 95baeb972d8e [2021-02-02T06:14:32.870Z] ---> b4a120d0fd7d [2021-02-02T06:14:32.870Z] Step 6/23 : COPY go.mod . [2021-02-02T06:14:32.870Z] ---> 07ebb7b9fb7c [2021-02-02T06:14:32.870Z] Step 7/23 : RUN go mod download [2021-02-02T06:14:32.870Z] ---> 000a24c80b68 [2021-02-02T06:14:32.870Z] Step 7/22 : RUN go mod download [2021-02-02T06:14:32.870Z] ---> Running in bd8855a3a1d8 [2021-02-02T06:14:33.136Z] ---> Running in 6466e799beba [2021-02-02T06:14:33.430Z] ---> deb40c97b6b3 [2021-02-02T06:14:33.430Z] Step 7/31 : RUN go mod download [2021-02-02T06:14:33.430Z] ---> 8170138445f5 [2021-02-02T06:14:33.430Z] Step 7/24 : RUN go mod download [2021-02-02T06:14:33.430Z] ---> 7f29ba8153cf [2021-02-02T06:14:33.430Z] Step 7/23 : RUN go mod download [2021-02-02T06:14:33.700Z] Removing intermediate container 7d8221731fc6 [2021-02-02T06:14:33.700Z] ---> b038e12cecc8 [2021-02-02T06:14:33.700Z] Successfully built b038e12cecc8 [2021-02-02T06:14:33.700Z] Successfully tagged ci-base-image-arm64:latest [2021-02-02T06:14:33.721Z] ---> Running in e9369a1b3754 [2021-02-02T06:14:33.721Z] ---> Running in 2466415f2604 [2021-02-02T06:14:33.721Z] ---> Running in 8c20492f0ffb [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:14:34.083Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:14:34.083Z] . [Pipeline] withDockerContainer [2021-02-02T06:14:34.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container [2021-02-02T06:14:34.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-02T06:14:35.956Z] $ docker top b7159a83427014fc91a08f498d62b1fa3fdfa40b3688f219dc243901c6b0220d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:14:37.062Z] + go version [2021-02-02T06:14:37.062Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T06:14:37.099Z] $ docker stop --time=1 b7159a83427014fc91a08f498d62b1fa3fdfa40b3688f219dc243901c6b0220d [2021-02-02T06:14:37.117Z] Removing intermediate container 6466e799beba [2021-02-02T06:14:37.117Z] ---> a59a14785641 [2021-02-02T06:14:37.117Z] Step 8/22 : COPY . . [2021-02-02T06:14:37.117Z] Removing intermediate container e9369a1b3754 [2021-02-02T06:14:37.117Z] ---> 162ae141df6b [2021-02-02T06:14:37.117Z] Step 8/31 : COPY . . [2021-02-02T06:14:37.117Z] Removing intermediate container 2466415f2604 [2021-02-02T06:14:37.117Z] ---> a3be788e7be0 [2021-02-02T06:14:37.117Z] Step 8/24 : COPY . . [2021-02-02T06:14:37.117Z] Removing intermediate container bd8855a3a1d8 [2021-02-02T06:14:37.117Z] ---> 92deba863da5 [2021-02-02T06:14:37.117Z] Step 8/23 : COPY . . [2021-02-02T06:14:37.117Z] Removing intermediate container 8c20492f0ffb [2021-02-02T06:14:37.117Z] ---> 62f28af1ffc5 [2021-02-02T06:14:37.117Z] Step 8/23 : COPY . . [2021-02-02T06:14:38.964Z] $ docker rm -f b7159a83427014fc91a08f498d62b1fa3fdfa40b3688f219dc243901c6b0220d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:14:40.251Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:14:40.251Z] . [Pipeline] withDockerContainer [2021-02-02T06:14:40.529Z] prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container [2021-02-02T06:14:40.614Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-02T06:14:42.046Z] $ docker top 4360bb15a5a4387fa79c71a8b3b92e8abc4ce30d92a55d40bdf4ce454fcd89ba -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:14:42.438Z] ========================================================= [2021-02-02T06:14:42.438Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:14:42.438Z] ========================================================= [Pipeline] sh [2021-02-02T06:14:43.097Z] + make test [2021-02-02T06:14:43.097Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:15:05.277Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:15:16.309Z] ---> 89e50ed83ff8 [2021-02-02T06:15:16.309Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:15:16.309Z] ---> 1a78ba290a18 [2021-02-02T06:15:16.309Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:15:16.309Z] ---> 46b576de06e1 [2021-02-02T06:15:16.309Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:15:16.309Z] ---> 86176b7353d3 [2021-02-02T06:15:16.309Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:15:16.309Z] ---> Running in 31c24398bdd3 [2021-02-02T06:15:16.309Z] ---> Running in 84dfb52047cc [2021-02-02T06:15:16.309Z] ---> Running in a12d482c7ea9 [2021-02-02T06:15:16.309Z] ---> Running in 964145dd6531 [2021-02-02T06:15:16.309Z] ---> 4e8be149f39d [2021-02-02T06:15:16.309Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:15:16.601Z] ---> Running in 084fcfe7f898 [2021-02-02T06:15:18.033Z] 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-02-02T06:15:18.033Z] 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-02-02T06:15:18.033Z] 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-02-02T06:15:18.033Z] 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-02-02T06:15:18.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:15:52.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:15:56.720Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:15:57.080Z] 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-02-02T06:15:57.080Z] 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-02-02T06:16:02.405Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:16:02.406Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:16:02.406Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:16:07.228Z] Removing intermediate container 964145dd6531 [2021-02-02T06:16:07.228Z] ---> 013a8fad1f51 [2021-02-02T06:16:07.228Z] [2021-02-02T06:16:07.228Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:16:07.228Z] 3.12: Pulling from library/alpine [2021-02-02T06:16:07.828Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:16:07.828Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:16:07.828Z] ---> 389fef711851 [2021-02-02T06:16:07.828Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:16:07.828Z] Removing intermediate container 084fcfe7f898 [2021-02-02T06:16:07.828Z] ---> 1879e7beef19 [2021-02-02T06:16:07.828Z] [2021-02-02T06:16:07.828Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:16:07.828Z] ---> 389fef711851 [2021-02-02T06:16:07.828Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:16:08.426Z] ---> Running in a47ac9655fa4 [2021-02-02T06:16:08.426Z] ---> Running in 849a92dfedb6 [2021-02-02T06:16:10.714Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:16:10.714Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:16:10.714Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:16:10.714Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:16:10.714Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:16:10.714Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:16:14.052Z] Removing intermediate container 31c24398bdd3 [2021-02-02T06:16:14.052Z] ---> 3c1f86faa708 [2021-02-02T06:16:14.052Z] [2021-02-02T06:16:14.052Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:16:14.052Z] ---> 389fef711851 [2021-02-02T06:16:14.052Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:16:14.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:14.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:14.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:14.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:14.052Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:14.052Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:16:14.052Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:14.052Z] OK: 6 MiB in 15 packages [2021-02-02T06:16:14.052Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:16:14.052Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:16:14.052Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:16:14.052Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:14.052Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:14.052Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:16:14.324Z] Removing intermediate container 84dfb52047cc [2021-02-02T06:16:14.324Z] ---> 6033fc673254 [2021-02-02T06:16:14.324Z] OK: 7 MiB in 19 packages [2021-02-02T06:16:14.324Z] [2021-02-02T06:16:14.324Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:16:14.324Z] ---> 389fef711851 [2021-02-02T06:16:14.324Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:16:14.324Z] ---> Running in 6766e7f30f8b [2021-02-02T06:16:14.324Z] ---> Running in 494f7c4bb401 [2021-02-02T06:16:15.281Z] Removing intermediate container 6766e7f30f8b [2021-02-02T06:16:15.281Z] ---> 53cdefed8136 [2021-02-02T06:16:15.281Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:16:16.295Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:16:16.295Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:16:16.295Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:16:16.692Z] ---> Running in 96a9a58876e0 [2021-02-02T06:16:16.692Z] Removing intermediate container a47ac9655fa4 [2021-02-02T06:16:16.692Z] ---> 8d4e8e492f00 [2021-02-02T06:16:16.692Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:16:16.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:16.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:16.959Z] Removing intermediate container 849a92dfedb6 [2021-02-02T06:16:16.959Z] ---> 45864d184db0 [2021-02-02T06:16:16.959Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:16:16.959Z] ---> Running in fd17faec2190 [2021-02-02T06:16:16.959Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:16.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:17.231Z] ---> Running in fb188a5e66e7 [2021-02-02T06:16:17.231Z] Removing intermediate container a12d482c7ea9 [2021-02-02T06:16:17.231Z] ---> 6fd142df09b3 [2021-02-02T06:16:17.231Z] [2021-02-02T06:16:17.231Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:16:17.231Z] ---> 389fef711851 [2021-02-02T06:16:17.231Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:16:17.231Z] OK: 6 MiB in 15 packages [2021-02-02T06:16:17.231Z] ---> Running in 3e9480126e75 [2021-02-02T06:16:17.231Z] Removing intermediate container fd17faec2190 [2021-02-02T06:16:17.231Z] ---> 7331be8e4f74 [2021-02-02T06:16:17.231Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:16:17.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:17.509Z] ---> Running in 71af88e46183 [2021-02-02T06:16:17.509Z] Removing intermediate container fb188a5e66e7 [2021-02-02T06:16:17.509Z] ---> 5e429b5f5db2 [2021-02-02T06:16:17.509Z] Step 13/24 : WORKDIR / [2021-02-02T06:16:17.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:17.788Z] Removing intermediate container 3e9480126e75 [2021-02-02T06:16:17.788Z] ---> 128131be5fd3 [2021-02-02T06:16:17.788Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:16:17.788Z] ---> Running in 6276b25f8a28 [2021-02-02T06:16:17.788Z] ---> Running in e3063f92d5a0 [2021-02-02T06:16:17.789Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:17.789Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:16:17.789Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:18.083Z] OK: 6 MiB in 16 packages [2021-02-02T06:16:18.083Z] Removing intermediate container 71af88e46183 [2021-02-02T06:16:18.083Z] ---> 2f8fd1789fff [2021-02-02T06:16:18.083Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:16:18.083Z] Removing intermediate container 494f7c4bb401 [2021-02-02T06:16:18.083Z] ---> 40834fcf2d9a [2021-02-02T06:16:18.083Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:16:18.083Z] Removing intermediate container 6276b25f8a28 [2021-02-02T06:16:18.083Z] ---> a622d05d295f [2021-02-02T06:16:18.083Z] 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-02-02T06:16:18.349Z] ---> Running in c7ca5ed29b20 [2021-02-02T06:16:18.349Z] ---> Running in e9ead6fee190 [2021-02-02T06:16:18.349Z] Removing intermediate container e3063f92d5a0 [2021-02-02T06:16:18.349Z] ---> 55d530c683e9 [2021-02-02T06:16:18.349Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:16:19.300Z] ---> Running in 9a30f4a176bc [2021-02-02T06:16:19.573Z] Removing intermediate container c7ca5ed29b20 [2021-02-02T06:16:19.573Z] ---> a958bcaa3bd8 [2021-02-02T06:16:19.573Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:16:19.573Z] Removing intermediate container e9ead6fee190 [2021-02-02T06:16:19.573Z] ---> 3b13eb572360 [2021-02-02T06:16:19.573Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:16:19.573Z] ---> a6b93c94d300 [2021-02-02T06:16:19.573Z] 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-02-02T06:16:19.573Z] ---> Running in 6473d9fb448d [2021-02-02T06:16:19.859Z] Removing intermediate container 96a9a58876e0 [2021-02-02T06:16:19.859Z] ---> 4fb6afd3fcc4 [2021-02-02T06:16:19.859Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:16:19.859Z] Removing intermediate container 9a30f4a176bc [2021-02-02T06:16:19.859Z] ---> fb931e69217d [2021-02-02T06:16:19.859Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:19.859Z] ---> Running in 371116261a98 [2021-02-02T06:16:19.859Z] ---> Running in f3aaa817c315 [2021-02-02T06:16:20.134Z] ---> 1cf9476700f1 [2021-02-02T06:16:20.134Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:16:20.134Z] ---> b727f6efcdcc [2021-02-02T06:16:20.134Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:16:20.134Z] Removing intermediate container 6473d9fb448d [2021-02-02T06:16:20.134Z] ---> d1a6a9ecd686 [2021-02-02T06:16:20.134Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:16:20.476Z] ---> Running in 2b7984df9f5a [2021-02-02T06:16:20.476Z] Removing intermediate container 371116261a98 [2021-02-02T06:16:20.476Z] ---> 976d5a42b1e1 [2021-02-02T06:16:20.476Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:16:20.842Z] ---> 9d1b8f7e733c [2021-02-02T06:16:20.842Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:16:20.842Z] ---> Running in 3ca9bc31ec75 [2021-02-02T06:16:20.842Z] ---> 80e8c0c75e04 [2021-02-02T06:16:20.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:16:20.842Z] Removing intermediate container 2b7984df9f5a [2021-02-02T06:16:20.842Z] ---> df4b688b7a1f [2021-02-02T06:16:20.842Z] Step 15/23 : WORKDIR / [2021-02-02T06:16:20.842Z] ---> Running in 739036c4ccbb [2021-02-02T06:16:21.287Z] Removing intermediate container 3ca9bc31ec75 [2021-02-02T06:16:21.287Z] ---> 730f5e3660a7 [2021-02-02T06:16:21.287Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:16:21.287Z] ---> Running in 16d23f4abcbe [2021-02-02T06:16:21.662Z] ---> c3a760a7ff1d [2021-02-02T06:16:21.662Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:16:21.662Z] Removing intermediate container 739036c4ccbb [2021-02-02T06:16:21.662Z] ---> 83e2c49d3dbb [2021-02-02T06:16:21.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:16:21.662Z] ---> 96319df04051 [2021-02-02T06:16:21.662Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:16:21.662Z] ---> Running in 789557a82903 [2021-02-02T06:16:22.020Z] ---> af8ea35a3b34 [2021-02-02T06:16:22.020Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:16:22.293Z] Removing intermediate container 789557a82903 [2021-02-02T06:16:22.293Z] ---> adea16d75b2b [2021-02-02T06:16:22.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:16:22.881Z] ---> Running in 14a9b7286fde [2021-02-02T06:16:22.881Z] Removing intermediate container f3aaa817c315 [2021-02-02T06:16:22.881Z] ---> 5499f046accb [2021-02-02T06:16:22.881Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:16:22.881Z] ---> e19c3647b003 [2021-02-02T06:16:22.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:16:22.882Z] ---> 4db1b4d2a572 [2021-02-02T06:16:22.882Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:16:22.882Z] ---> Running in 44b4882c9fa8 [2021-02-02T06:16:23.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.373s coverage: 46.0% of statements [2021-02-02T06:16:23.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:16:23.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:16:23.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:16:23.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:16:23.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:16:23.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:16:23.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:16:23.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements [2021-02-02T06:16:23.154Z] Removing intermediate container 14a9b7286fde [2021-02-02T06:16:23.154Z] ---> 73ce13271415 [2021-02-02T06:16:23.154Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:16:23.154Z] ---> Running in d87740cfc867 [2021-02-02T06:16:23.741Z] ---> 10a766c0fe2b [2021-02-02T06:16:23.741Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-02T06:16:23.741Z] ---> b044c242312e [2021-02-02T06:16:23.741Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:16:23.741Z] Removing intermediate container 16d23f4abcbe [2021-02-02T06:16:23.741Z] ---> cba862b2b6ad [2021-02-02T06:16:23.741Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:16:23.741Z] Removing intermediate container d87740cfc867 [2021-02-02T06:16:23.741Z] ---> 86079a5ec5fe [2021-02-02T06:16:23.741Z] Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:16:23.741Z] ---> Running in f6eb97e531f9 [2021-02-02T06:16:23.741Z] ---> Running in 5a3436c7af5b [2021-02-02T06:16:23.741Z] ---> Running in 868d6874f03d [2021-02-02T06:16:24.006Z] ---> Running in 1abb64d9348f [2021-02-02T06:16:24.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:24.271Z] Removing intermediate container 5a3436c7af5b [2021-02-02T06:16:24.271Z] ---> e37ef2ca19f8 [2021-02-02T06:16:24.271Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:16:24.271Z] Removing intermediate container 1abb64d9348f [2021-02-02T06:16:24.271Z] ---> 544d8314e889 [2021-02-02T06:16:24.271Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:16:24.271Z] Removing intermediate container 868d6874f03d [2021-02-02T06:16:24.271Z] ---> 325c97845211 [2021-02-02T06:16:24.271Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:16:24.536Z] ---> Running in 642441f9fe74 [2021-02-02T06:16:24.536Z] ---> Running in 58c795bf60f1 [2021-02-02T06:16:24.812Z] ---> 6446ac4ba5a9 [2021-02-02T06:16:24.812Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:16:24.812Z] Removing intermediate container 58c795bf60f1 [2021-02-02T06:16:24.812Z] ---> 14db193e1c07 [2021-02-02T06:16:24.812Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:16:24.812Z] Removing intermediate container 642441f9fe74 [2021-02-02T06:16:24.812Z] ---> b9986fd78b0f [2021-02-02T06:16:24.812Z] [2021-02-02T06:16:25.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:25.080Z] ---> Running in 6180add7307b [2021-02-02T06:16:25.080Z] Successfully built b9986fd78b0f [2021-02-02T06:16:25.080Z] ---> Running in b7295357ddac [2021-02-02T06:16:25.347Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T06:16:25.347Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-02T06:16:25.618Z] Removing intermediate container b7295357ddac [2021-02-02T06:16:25.618Z] ---> 21daca09b6e2 [2021-02-02T06:16:25.618Z] Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:16:25.618Z] Removing intermediate container f6eb97e531f9 [2021-02-02T06:16:25.618Z] ---> 91217384c830 [2021-02-02T06:16:25.618Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:16:25.618Z] ---> Running in 9dd09b1e79f7 [2021-02-02T06:16:25.618Z] ---> Running in 5eef412f4759 [2021-02-02T06:16:25.892Z] Removing intermediate container 9dd09b1e79f7 [2021-02-02T06:16:25.892Z] ---> 1f65caccf74a [2021-02-02T06:16:25.892Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:16:25.892Z] Removing intermediate container 5eef412f4759 [2021-02-02T06:16:25.892Z] ---> f2d75deff0fe [2021-02-02T06:16:25.892Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T06:16:25.892Z] ---> Running in 18bc39c802cd [2021-02-02T06:16:26.157Z] ---> Running in 05758ee3d163 [2021-02-02T06:16:26.745Z] Removing intermediate container 18bc39c802cd [2021-02-02T06:16:26.745Z] ---> e01e2da8664c [2021-02-02T06:16:26.745Z] [2021-02-02T06:16:26.745Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:16:26.745Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:16:27.012Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:16:27.012Z] Removing intermediate container 05758ee3d163 [2021-02-02T06:16:27.012Z] ---> d409ad174dc3 [2021-02-02T06:16:27.012Z] Step 23/24 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:16:27.012Z] Successfully built e01e2da8664c [2021-02-02T06:16:27.012Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T06:16:27.012Z] Building docker-sys-mgmt-agent-go [2021-02-02T06:16:27.279Z]  Building docker-core-metadata-go ... done  ---> Running in 7db8015ff443 [2021-02-02T06:16:27.279Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:16:27.279Z] Removing intermediate container 6180add7307b [2021-02-02T06:16:27.279Z] ---> 47378a1adee1 [2021-02-02T06:16:27.279Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:16:27.857Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:16:28.121Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:16:28.398Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:28.664Z] OK: 8 MiB in 20 packages [2021-02-02T06:16:29.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:16:29.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:16:29.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:16:29.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:16:30.076Z] ---> 8cf1bd2ffbaa [2021-02-02T06:16:30.076Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:16:30.076Z] Removing intermediate container 7db8015ff443 [2021-02-02T06:16:30.076Z] ---> 5a6c1cb79a01 [2021-02-02T06:16:30.076Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:16:30.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.211s coverage: 65.8% of statements [2021-02-02T06:16:30.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:16:30.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:16:31.504Z] ---> Running in 0a7d314628ae [2021-02-02T06:16:32.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.763s coverage: 82.3% of statements [2021-02-02T06:16:32.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:16:32.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:16:32.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:16:32.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:16:32.913Z] ---> 921e48964390 [2021-02-02T06:16:32.913Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:16:32.913Z] Removing intermediate container 0a7d314628ae [2021-02-02T06:16:32.913Z] ---> 7acefc366a70 [2021-02-02T06:16:32.913Z] [2021-02-02T06:16:32.913Z] Removing intermediate container 44b4882c9fa8 [2021-02-02T06:16:32.913Z] ---> 70b8728ca41d [2021-02-02T06:16:32.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:16:33.494Z] Successfully built 7acefc366a70 [2021-02-02T06:16:33.494Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T06:16:33.494Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-02T06:16:34.110Z] ---> 43c19df522d4 [2021-02-02T06:16:34.110Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:16:37.493Z] ---> 5228af4513fe [2021-02-02T06:16:37.493Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:16:37.493Z] ---> e3fb9fa34f13 [2021-02-02T06:16:37.493Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:16:38.484Z] ---> 71f420e785f6 [2021-02-02T06:16:38.484Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:16:38.822Z] ---> 541344611372 [2021-02-02T06:16:38.822Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:16:39.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.087s coverage: 28.6% of statements [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:16:39.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:16:39.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:16:39.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.271s coverage: 86.7% of statements [2021-02-02T06:16:39.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:16:40.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements [2021-02-02T06:16:40.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:16:40.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.183s coverage: 78.3% of statements [2021-02-02T06:16:40.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:16:40.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:16:40.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:16:40.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:16:40.253Z] ---> Running in 58ea458508bc [2021-02-02T06:16:42.851Z] ---> d9e5b1c19ba0 [2021-02-02T06:16:42.851Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:16:43.121Z] ---> Running in f809011f79aa [2021-02-02T06:16:43.394Z] Removing intermediate container 58ea458508bc [2021-02-02T06:16:43.394Z] ---> bb52db1da60a [2021-02-02T06:16:43.394Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:16:43.991Z] Removing intermediate container f809011f79aa [2021-02-02T06:16:43.991Z] ---> 38bd10f8c209 [2021-02-02T06:16:43.991Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:16:45.967Z] ---> Running in 0decadf65e0b [2021-02-02T06:16:46.256Z] ---> 21237dd2924e [2021-02-02T06:16:46.256Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:16:47.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:47.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:47.228Z] ---> 1a391fe09af8 [2021-02-02T06:16:47.228Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:16:47.228Z] ---> Using cache [2021-02-02T06:16:47.228Z] ---> cf7d62a48fd0 [2021-02-02T06:16:47.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:47.228Z] ---> Using cache [2021-02-02T06:16:47.228Z] ---> 6022b0de4e57 [2021-02-02T06:16:47.228Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:16:47.505Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:47.505Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:47.505Z] ---> 1a391fe09af8 [2021-02-02T06:16:47.505Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:16:47.505Z] ---> Using cache [2021-02-02T06:16:47.505Z] ---> cf7d62a48fd0 [2021-02-02T06:16:47.505Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:47.505Z] ---> Using cache [2021-02-02T06:16:47.505Z] ---> 6022b0de4e57 [2021-02-02T06:16:47.505Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:16:48.517Z] ---> Running in c40ae9a581be [2021-02-02T06:16:48.517Z] Removing intermediate container 0decadf65e0b [2021-02-02T06:16:48.517Z] ---> 339b0f675ac5 [2021-02-02T06:16:48.517Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:16:48.517Z] ---> Running in 441e85e9f9f1 [2021-02-02T06:16:48.517Z] ---> Running in 88a43d3d11a3 [2021-02-02T06:16:48.821Z] ---> Running in 77a25d8e817d [2021-02-02T06:16:50.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.239s coverage: 92.8% of statements [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:16:50.256Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.176s coverage: 0.1% of statements [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:16:50.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.104s coverage: 45.5% of statements [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-02-02T06:16:50.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-02-02T06:16:50.856Z] Removing intermediate container 77a25d8e817d [2021-02-02T06:16:50.856Z] ---> 1c70f3154f54 [2021-02-02T06:16:50.856Z] Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:16:50.856Z] ---> Running in 32da46809a31 [2021-02-02T06:16:51.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:51.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:51.439Z] Removing intermediate container 32da46809a31 [2021-02-02T06:16:51.439Z] ---> 13cd41661927 [2021-02-02T06:16:51.439Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:16:51.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:51.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:52.006Z] ---> Running in 2e98f4864514 [2021-02-02T06:16:52.625Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:52.625Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:53.226Z] Removing intermediate container 2e98f4864514 [2021-02-02T06:16:53.226Z] ---> 47a4dc91f467 [2021-02-02T06:16:53.226Z] [2021-02-02T06:16:53.226Z] Removing intermediate container c40ae9a581be [2021-02-02T06:16:53.226Z] ---> d978605a0668 [2021-02-02T06:16:53.226Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:16:53.833Z] Successfully built 47a4dc91f467 [2021-02-02T06:16:54.112Z] ---> Running in 6152c95af953 [2021-02-02T06:16:54.112Z] Successfully tagged docker-core-data-go:latest [2021-02-02T06:16:54.112Z] Building docker-core-command-go [2021-02-02T06:16:55.088Z]  Building docker-core-data-go ... done Removing intermediate container 441e85e9f9f1 [2021-02-02T06:16:55.088Z] ---> 09f6853680f9 [2021-02-02T06:16:55.088Z] Step 6/22 : COPY go.mod . [2021-02-02T06:16:55.374Z] Removing intermediate container 6152c95af953 [2021-02-02T06:16:55.374Z] ---> 5ce28a8334c3 [2021-02-02T06:16:55.374Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:16:55.374Z] Removing intermediate container 88a43d3d11a3 [2021-02-02T06:16:55.374Z] ---> 31f7a29ffc91 [2021-02-02T06:16:55.374Z] Step 6/26 : COPY go.mod . [2021-02-02T06:16:56.354Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:56.354Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:56.354Z] ---> 1a391fe09af8 [2021-02-02T06:16:56.354Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:16:56.354Z] ---> Using cache [2021-02-02T06:16:56.354Z] ---> cf7d62a48fd0 [2021-02-02T06:16:56.354Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:56.354Z] ---> Using cache [2021-02-02T06:16:56.355Z] ---> 6022b0de4e57 [2021-02-02T06:16:56.355Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:16:56.355Z] ---> Using cache [2021-02-02T06:16:56.355Z] ---> 01e76647155a [2021-02-02T06:16:56.355Z] Step 6/21 : COPY go.mod . [2021-02-02T06:16:56.355Z] ---> Using cache [2021-02-02T06:16:56.355Z] ---> deb40c97b6b3 [2021-02-02T06:16:56.355Z] Step 7/21 : RUN go mod download [2021-02-02T06:16:56.355Z] ---> Using cache [2021-02-02T06:16:56.355Z] ---> 162ae141df6b [2021-02-02T06:16:56.355Z] Step 8/21 : COPY . . [2021-02-02T06:16:56.355Z] ---> Using cache [2021-02-02T06:16:56.355Z] ---> 46b576de06e1 [2021-02-02T06:16:56.355Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:16:56.934Z] ---> cc9d39d9363c [2021-02-02T06:16:56.934Z] Step 7/22 : RUN go mod download [2021-02-02T06:16:57.207Z] ---> Running in 354a34f71fd2 [2021-02-02T06:16:57.207Z] ---> Running in f755fa05c8ff [2021-02-02T06:16:57.489Z] ---> Running in 2f3fe3181ef8 [2021-02-02T06:16:57.489Z] ---> a3cee8f198d4 [2021-02-02T06:16:57.489Z] Step 7/26 : RUN go mod download [2021-02-02T06:16:57.768Z] ---> Running in 4d47aedfdb35 [2021-02-02T06:16:57.768Z] Removing intermediate container 354a34f71fd2 [2021-02-02T06:16:57.768Z] ---> bafebc3d42c6 [2021-02-02T06:16:57.768Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T06:16:59.234Z] ---> Running in 20f0e0e6699a [2021-02-02T06:16:59.823Z] 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-02-02T06:16:59.823Z] Removing intermediate container 20f0e0e6699a [2021-02-02T06:16:59.823Z] ---> a6fb73a6129d [2021-02-02T06:16:59.823Z] Step 30/31 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:17:00.795Z] ---> Running in 01000a53acef [2021-02-02T06:17:01.069Z] Removing intermediate container 01000a53acef [2021-02-02T06:17:01.069Z] ---> c26d6a1611d9 [2021-02-02T06:17:01.069Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:17:01.672Z] ---> Running in 5931611c9c6b [2021-02-02T06:17:02.311Z] Removing intermediate container 5931611c9c6b [2021-02-02T06:17:02.311Z] ---> 6cf2fa1a04f6 [2021-02-02T06:17:02.311Z] [2021-02-02T06:17:02.311Z] Removing intermediate container 4d47aedfdb35 [2021-02-02T06:17:02.311Z] ---> dd41a126096f [2021-02-02T06:17:02.311Z] Step 8/26 : COPY . . [2021-02-02T06:17:02.610Z] Successfully built 6cf2fa1a04f6 [2021-02-02T06:17:02.610Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T06:17:02.610Z] Removing intermediate container 2f3fe3181ef8 [2021-02-02T06:17:02.610Z] ---> 7712f6e3c1d2 [2021-02-02T06:17:02.610Z] Step 8/22 : COPY . . [2021-02-02T06:17:02.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-02-02T06:17:02.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.589s coverage: 63.5% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:17:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 37.0% of statements [2021-02-02T06:17:17.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:17:17.803Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:17:18.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.570s coverage: 84.0% of statements [2021-02-02T06:17:18.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-02-02T06:17:18.190Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:17:18.190Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:17:18.190Z] ---> 1a391fe09af8 [2021-02-02T06:17:18.190Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:17:18.190Z] ---> Using cache [2021-02-02T06:17:18.190Z] ---> cf7d62a48fd0 [2021-02-02T06:17:18.190Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:17:18.190Z] ---> Using cache [2021-02-02T06:17:18.190Z] ---> 6022b0de4e57 [2021-02-02T06:17:18.190Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:17:18.465Z] ---> Using cache [2021-02-02T06:17:18.465Z] ---> 01e76647155a [2021-02-02T06:17:18.465Z] Step 6/23 : COPY go.mod . [2021-02-02T06:17:18.465Z] ---> Using cache [2021-02-02T06:17:18.465Z] ---> deb40c97b6b3 [2021-02-02T06:17:18.465Z] Step 7/23 : RUN go mod download [2021-02-02T06:17:18.465Z] ---> Using cache [2021-02-02T06:17:18.465Z] ---> 162ae141df6b [2021-02-02T06:17:18.465Z] Step 8/23 : COPY . . [2021-02-02T06:17:18.764Z] ---> Using cache [2021-02-02T06:17:18.764Z] ---> 46b576de06e1 [2021-02-02T06:17:18.764Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:17:20.766Z] ---> Running in 458459ac889d [2021-02-02T06:17:20.766Z] 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-02-02T06:17:22.806Z] 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-02-02T06:17:24.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.301s coverage: 47.1% of statements [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:17:24.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:17:24.842Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.148s coverage: 100.0% of statements [2021-02-02T06:17:24.842Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.060s coverage: 29.1% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.151s coverage: 100.0% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:17:30.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:17:30.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-02-02T06:17:30.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-02T06:17:31.989Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-02T06:17:32.585Z] GO111MODULE=on go vet ./... [2021-02-02T06:17:41.333Z] Removing intermediate container f755fa05c8ff [2021-02-02T06:17:41.333Z] ---> f5476aec8321 [2021-02-02T06:17:41.333Z] [2021-02-02T06:17:41.333Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:17:41.333Z] ---> 389fef711851 [2021-02-02T06:17:41.333Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:17:42.330Z] ---> Running in ff740e8770db [2021-02-02T06:17:42.956Z] ---> e4c52a3f2dea [2021-02-02T06:17:42.956Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:17:42.956Z] ---> 44d127b93802 [2021-02-02T06:17:42.956Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:17:43.255Z] ---> Running in c9b47f709ca7 [2021-02-02T06:17:43.255Z] ---> Running in 1fdb2234d5b6 [2021-02-02T06:17:44.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:44.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:44.525Z] 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-02-02T06:17:44.525Z] 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-02-02T06:17:44.525Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:17:44.797Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:17:44.797Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:17:44.797Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:17:44.797Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:44.797Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:17:44.797Z] OK: 7 MiB in 18 packages [2021-02-02T06:17:46.820Z] Removing intermediate container ff740e8770db [2021-02-02T06:17:46.820Z] ---> b1cb15cc3476 [2021-02-02T06:17:46.820Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:17:47.097Z] ---> Running in 3e1dc15f2671 [2021-02-02T06:17:47.751Z] Removing intermediate container 3e1dc15f2671 [2021-02-02T06:17:47.751Z] ---> 6aa776f199dd [2021-02-02T06:17:47.751Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:17:48.031Z] ---> Running in 7157c6f37180 [2021-02-02T06:17:48.657Z] Removing intermediate container 7157c6f37180 [2021-02-02T06:17:48.657Z] ---> 5f7f7baa265a [2021-02-02T06:17:48.657Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:17:51.373Z] ---> f6b44d1bfa43 [2021-02-02T06:17:51.373Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:17:52.840Z] Removing intermediate container 458459ac889d [2021-02-02T06:17:52.840Z] ---> 89cb826d9877 [2021-02-02T06:17:52.840Z] [2021-02-02T06:17:52.840Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:17:52.840Z] ---> 389fef711851 [2021-02-02T06:17:52.840Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:17:52.840Z] ---> Using cache [2021-02-02T06:17:52.840Z] ---> 40834fcf2d9a [2021-02-02T06:17:52.840Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:17:53.113Z] ---> Using cache [2021-02-02T06:17:53.113Z] ---> 3b13eb572360 [2021-02-02T06:17:53.113Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:17:53.113Z] ---> 73fb259dd623 [2021-02-02T06:17:53.113Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:17:53.113Z] ---> Running in 4fa856889fcc [2021-02-02T06:17:53.744Z] Removing intermediate container 4fa856889fcc [2021-02-02T06:17:53.744Z] ---> fdae085ec4c2 [2021-02-02T06:17:53.744Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:17:54.031Z] ---> Running in 8728f2fb8074 [2021-02-02T06:17:54.635Z] ---> 60c047b38839 [2021-02-02T06:17:54.635Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:17:54.635Z] Removing intermediate container 8728f2fb8074 [2021-02-02T06:17:54.635Z] ---> c6885973cbfe [2021-02-02T06:17:54.635Z] Step 15/23 : WORKDIR / [2021-02-02T06:17:54.635Z] ---> Running in adaad3506b31 [2021-02-02T06:17:54.924Z] ---> Running in 5c7c05b58214 [2021-02-02T06:17:55.211Z] Removing intermediate container adaad3506b31 [2021-02-02T06:17:55.211Z] ---> 27724539b847 [2021-02-02T06:17:55.211Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:17:55.495Z] ---> Running in e8187d1e0a78 [2021-02-02T06:17:55.495Z] Removing intermediate container 5c7c05b58214 [2021-02-02T06:17:55.495Z] ---> 6ae5663ab0c3 [2021-02-02T06:17:55.495Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:55.788Z] Removing intermediate container e8187d1e0a78 [2021-02-02T06:17:55.788Z] ---> 19930643cdf8 [2021-02-02T06:17:55.788Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T06:17:55.788Z] ---> Running in 7b874739d545 [2021-02-02T06:17:56.413Z] Removing intermediate container 7b874739d545 [2021-02-02T06:17:56.413Z] ---> 7c1bf189f2f1 [2021-02-02T06:17:56.413Z] Step 20/21 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:17:56.413Z] ---> 06d5258bcb23 [2021-02-02T06:17:56.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:17:56.413Z] ---> Running in 30428cfcae6e [2021-02-02T06:17:56.701Z] Removing intermediate container 30428cfcae6e [2021-02-02T06:17:56.701Z] ---> 629aa5c14b9d [2021-02-02T06:17:56.701Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:17:56.977Z] ---> Running in bc2403b9c06d [2021-02-02T06:17:57.254Z] Removing intermediate container bc2403b9c06d [2021-02-02T06:17:57.254Z] ---> ce835e7b609a [2021-02-02T06:17:57.254Z] [2021-02-02T06:17:57.254Z] ---> 7d35ac7b972e [2021-02-02T06:17:57.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:57.547Z] Successfully built ce835e7b609a [2021-02-02T06:17:57.547Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T06:17:57.841Z]  Building docker-security-proxy-setup-go ... done  ---> 0be578b1b137 [2021-02-02T06:17:57.841Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:17:58.122Z] ---> Running in 45336adc82de [2021-02-02T06:17:58.421Z] Removing intermediate container 45336adc82de [2021-02-02T06:17:58.421Z] ---> 8a62edfdace4 [2021-02-02T06:17:58.421Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:58.716Z] ---> Running in 149254ab2a1f [2021-02-02T06:18:00.279Z] Removing intermediate container 149254ab2a1f [2021-02-02T06:18:00.279Z] ---> 3574822de433 [2021-02-02T06:18:00.279Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:18:00.279Z] ---> Running in 55dd75136cfa [2021-02-02T06:18:00.682Z] Removing intermediate container 55dd75136cfa [2021-02-02T06:18:00.682Z] ---> 54d1b1d65968 [2021-02-02T06:18:00.682Z] Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:18:01.061Z] ---> Running in b9011ecf7553 [2021-02-02T06:18:01.061Z] Removing intermediate container b9011ecf7553 [2021-02-02T06:18:01.061Z] ---> 130ef54e731b [2021-02-02T06:18:01.061Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:18:01.061Z] ---> Running in ac0012246686 [2021-02-02T06:18:01.547Z] Removing intermediate container ac0012246686 [2021-02-02T06:18:01.547Z] ---> c91d18435691 [2021-02-02T06:18:01.547Z] [2021-02-02T06:18:01.956Z] Successfully built c91d18435691 [2021-02-02T06:18:01.956Z] Successfully tagged docker-core-command-go:latest [2021-02-02T06:18:10.211Z]  Building docker-core-command-go ... done Removing intermediate container 1fdb2234d5b6 [2021-02-02T06:18:10.211Z] ---> 70e83c4ad1e1 [2021-02-02T06:18:10.211Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:18:10.211Z] Removing intermediate container c9b47f709ca7 [2021-02-02T06:18:10.211Z] ---> aa2f01780fbf [2021-02-02T06:18:10.211Z] [2021-02-02T06:18:10.211Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:18:10.211Z] ---> 389fef711851 [2021-02-02T06:18:10.211Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:18:10.211Z] ---> Running in 07328bbd2ac1 [2021-02-02T06:18:10.211Z] ---> Running in b3a421bd7e9e [2021-02-02T06:18:10.211Z] 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-02-02T06:18:10.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:10.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:10.480Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:18:10.480Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:18:10.480Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:10.480Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:18:10.752Z] OK: 6 MiB in 16 packages [2021-02-02T06:18:12.169Z] Removing intermediate container b3a421bd7e9e [2021-02-02T06:18:12.170Z] ---> 197899f3ba1b [2021-02-02T06:18:12.170Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:18:12.170Z] Removing intermediate container 07328bbd2ac1 [2021-02-02T06:18:12.170Z] ---> 190cb10dee64 [2021-02-02T06:18:12.170Z] [2021-02-02T06:18:12.170Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:18:12.170Z] ---> Running in 3464304dd44e [2021-02-02T06:18:12.170Z] 20.10.0: Pulling from library/docker [2021-02-02T06:18:12.437Z] Removing intermediate container 3464304dd44e [2021-02-02T06:18:12.437Z] ---> f36e7cc55da1 [2021-02-02T06:18:12.437Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:18:12.437Z] ---> Running in 97753b02111b [2021-02-02T06:18:12.705Z] Removing intermediate container 97753b02111b [2021-02-02T06:18:12.705Z] ---> 7b018fd33f6c [2021-02-02T06:18:12.705Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:18:13.663Z] ---> Running in 85f337b7a0f7 [2021-02-02T06:18:13.930Z] Removing intermediate container 85f337b7a0f7 [2021-02-02T06:18:13.930Z] ---> 780361202c67 [2021-02-02T06:18:13.930Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:18:14.197Z] ---> 9ce7b080852c [2021-02-02T06:18:14.197Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:18:15.167Z] ---> 1246113bc38f [2021-02-02T06:18:15.167Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:18:15.751Z] ---> 1caf9cc71578 [2021-02-02T06:18:15.751Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:18:15.751Z] ---> Running in 73822a748457 [2021-02-02T06:18:16.025Z] Removing intermediate container 73822a748457 [2021-02-02T06:18:16.025Z] ---> 55e4d1dffaf7 [2021-02-02T06:18:16.025Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:18:16.295Z] ---> Running in 29953e7f5086 [2021-02-02T06:18:17.255Z] Removing intermediate container 29953e7f5086 [2021-02-02T06:18:17.255Z] ---> 3f0911cc63c6 [2021-02-02T06:18:17.255Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:18:17.255Z] ---> Running in dbe94264c465 [2021-02-02T06:18:17.521Z] Removing intermediate container dbe94264c465 [2021-02-02T06:18:17.521Z] ---> 99cf893d70cb [2021-02-02T06:18:17.521Z] Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:18:17.521Z] ---> Running in 013169b15470 [2021-02-02T06:18:17.521Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:18:17.786Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:18:17.786Z] ---> aefe523efa57 [2021-02-02T06:18:17.786Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:18:17.786Z] ---> Running in d2d550d486ec [2021-02-02T06:18:17.786Z] Removing intermediate container 013169b15470 [2021-02-02T06:18:17.786Z] ---> 3732a5194cc1 [2021-02-02T06:18:17.786Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:18:18.059Z] ---> Running in 407325d8548b [2021-02-02T06:18:18.059Z] Removing intermediate container 407325d8548b [2021-02-02T06:18:18.059Z] ---> 9af99efbd06b [2021-02-02T06:18:18.059Z] [2021-02-02T06:18:18.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:18.324Z] Successfully built 9af99efbd06b [2021-02-02T06:18:18.324Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T06:18:18.324Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:18.588Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:18:18.588Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:18:18.588Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:18:18.588Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:18.588Z] OK: 12 MiB in 22 packages [2021-02-02T06:18:19.170Z] Removing intermediate container d2d550d486ec [2021-02-02T06:18:19.170Z] ---> 3d38ca9187a1 [2021-02-02T06:18:19.170Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:18:19.170Z] ---> Running in e15f8365edb0 [2021-02-02T06:18:19.435Z] Removing intermediate container e15f8365edb0 [2021-02-02T06:18:19.435Z] ---> 3f9f26b3f73f [2021-02-02T06:18:19.435Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:18:19.435Z] ---> Running in 0ef1b6641414 [2021-02-02T06:18:19.435Z] Removing intermediate container 0ef1b6641414 [2021-02-02T06:18:19.435Z] ---> 3c1927a47286 [2021-02-02T06:18:19.435Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:18:19.701Z] ---> Running in 88b5c1091d01 [2021-02-02T06:18:19.701Z] Removing intermediate container 88b5c1091d01 [2021-02-02T06:18:19.701Z] ---> 596add6acc22 [2021-02-02T06:18:19.701Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:18:20.281Z] ---> 80c11c35084a [2021-02-02T06:18:20.281Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:18:20.552Z] ---> 24beef2e07ec [2021-02-02T06:18:20.552Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:18:20.818Z] ---> 9402045476b1 [2021-02-02T06:18:20.818Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:18:20.818Z] ---> Running in e7231d9c5a11 [2021-02-02T06:18:21.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:21.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:21.673Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:18:21.673Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:18:21.673Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:18:21.673Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:18:21.673Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:18:21.673Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:18:21.673Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:18:22.627Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:18:22.627Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:18:22.627Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:18:22.627Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:18:22.627Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:18:22.627Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:18:22.892Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:18:22.892Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:18:22.892Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:18:22.892Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:18:22.892Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:18:22.892Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:18:22.892Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:18:22.892Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:18:22.892Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:18:22.892Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:18:23.157Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:18:23.157Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:18:23.157Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:18:23.157Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:18:23.157Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:18:23.157Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:18:23.157Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:18:23.157Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:18:23.157Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:18:23.157Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:18:23.426Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:23.426Z] OK: 71 MiB in 55 packages [2021-02-02T06:18:33.481Z] Removing intermediate container e7231d9c5a11 [2021-02-02T06:18:33.481Z] ---> 0fc88813000c [2021-02-02T06:18:33.481Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:18:33.481Z] ---> Running in b89ddceb0d3c [2021-02-02T06:18:33.745Z] Collecting docker-compose==1.23.2 [2021-02-02T06:18:33.745Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:18:34.009Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:18:34.009Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:18:34.959Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:18:34.960Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:18:35.223Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:18:35.223Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:18:35.800Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:18:35.800Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:18:35.800Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:18:35.800Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:18:36.380Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:18:36.380Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:18:36.380Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:18:36.380Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:18:36.647Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:18:36.647Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:18:36.913Z] 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-02-02T06:18:37.178Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:18:37.178Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:18:37.444Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:18:37.444Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:18:37.444Z] 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-02-02T06:18:37.444Z] 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-02-02T06:18:37.444Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:18:37.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:18:37.707Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:18:37.707Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:18:37.707Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:18:37.707Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:18:37.707Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:18:37.707Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:18:37.974Z] Installing collected packages: PyYAML, idna, urllib3, requests, texttable, jsonschema, dockerpty, websocket-client, cached-property, docopt, docker-pycreds, docker, docker-compose [2021-02-02T06:18:37.974Z] Running setup.py install for PyYAML: started [2021-02-02T06:18:38.239Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:18:38.239Z] Attempting uninstall: idna [2021-02-02T06:18:38.239Z] Found existing installation: idna 2.9 [2021-02-02T06:18:38.239Z] Uninstalling idna-2.9: [2021-02-02T06:18:38.504Z] Successfully uninstalled idna-2.9 [2021-02-02T06:18:38.504Z] Attempting uninstall: urllib3 [2021-02-02T06:18:38.504Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:18:38.504Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:18:38.770Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:18:38.770Z] Attempting uninstall: requests [2021-02-02T06:18:38.770Z] Found existing installation: requests 2.23.0 [2021-02-02T06:18:38.770Z] Uninstalling requests-2.23.0: [2021-02-02T06:18:38.770Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:18:39.035Z] Running setup.py install for texttable: started [2021-02-02T06:18:39.305Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:18:39.571Z] Running setup.py install for dockerpty: started [2021-02-02T06:18:40.154Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:18:40.735Z] Running setup.py install for docopt: started [2021-02-02T06:18:41.313Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:18:41.892Z] 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-02-02T06:18:45.295Z] Removing intermediate container b89ddceb0d3c [2021-02-02T06:18:45.295Z] ---> 2fa04caba757 [2021-02-02T06:18:45.295Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:18:45.295Z] ---> Running in c582d4909c40 [2021-02-02T06:18:45.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:45.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:18:45.558Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:18:45.558Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:18:45.558Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:18:45.558Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:18:45.558Z] OK: 72 MiB in 58 packages [2021-02-02T06:18:46.141Z] Removing intermediate container c582d4909c40 [2021-02-02T06:18:46.141Z] ---> 012fdcabcc6c [2021-02-02T06:18:46.141Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:18:46.141Z] ---> Running in 48b0252fe2b7 [2021-02-02T06:18:46.407Z] Removing intermediate container 48b0252fe2b7 [2021-02-02T06:18:46.407Z] ---> fc27de3380b4 [2021-02-02T06:18:46.407Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:18:46.407Z] ---> Running in b31531ba4ae2 [2021-02-02T06:18:46.407Z] Removing intermediate container b31531ba4ae2 [2021-02-02T06:18:46.407Z] ---> b359fcf070ff [2021-02-02T06:18:46.407Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T06:18:46.672Z] ---> Running in 51b0539c400b [2021-02-02T06:18:46.672Z] Removing intermediate container 51b0539c400b [2021-02-02T06:18:46.672Z] ---> 7cc7453dbfc5 [2021-02-02T06:18:46.672Z] Step 25/26 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:18:46.672Z] ---> Running in 0f2f0c4e85db [2021-02-02T06:18:46.936Z] Removing intermediate container 0f2f0c4e85db [2021-02-02T06:18:46.936Z] ---> 64ce9fd684dd [2021-02-02T06:18:46.936Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:18:46.936Z] ---> Running in cf960abfe953 [2021-02-02T06:18:47.199Z] Removing intermediate container cf960abfe953 [2021-02-02T06:18:47.199Z] ---> 18c3b68fd3a9 [2021-02-02T06:18:47.199Z] [2021-02-02T06:18:47.199Z] Successfully built 18c3b68fd3a9 [2021-02-02T06:18:47.472Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T06:18:47.749Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T06:18:47.777Z] $ docker stop --time=1 8e1da9360637d8cc40905f3372bf3795ed50c9492506273f4aa772df31e72fcc [2021-02-02T06:18:49.413Z] $ docker rm -f 8e1da9360637d8cc40905f3372bf3795ed50c9492506273f4aa772df31e72fcc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:18:50.021Z] + docker images [2021-02-02T06:18:50.021Z] + grep docker [2021-02-02T06:18:50.291Z] docker-sys-mgmt-agent-go latest 18c3b68fd3a9 3 seconds ago 313MB [2021-02-02T06:18:50.291Z] docker-support-notifications-go latest 9af99efbd06b 33 seconds ago 16.9MB [2021-02-02T06:18:50.291Z] docker-core-command-go latest c91d18435691 49 seconds ago 16.9MB [2021-02-02T06:18:50.291Z] docker-security-proxy-setup-go latest ce835e7b609a 53 seconds ago 24.4MB [2021-02-02T06:18:50.291Z] docker-security-bootstrapper-go latest 6cf2fa1a04f6 About a minute ago 23.8MB [2021-02-02T06:18:50.291Z] docker-core-data-go latest 47a4dc91f467 About a minute ago 22.3MB [2021-02-02T06:18:50.291Z] docker-security-secretstore-setup-go latest 7acefc366a70 2 minutes ago 24.6MB [2021-02-02T06:18:50.291Z] docker-core-metadata-go latest e01e2da8664c 2 minutes ago 18.8MB [2021-02-02T06:18:50.291Z] docker-support-scheduler-go latest b9986fd78b0f 2 minutes ago 17MB [2021-02-02T06:18:50.291Z] docker 20.10.0 aefe523efa57 7 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-02-02T06:18:54.364Z] gofmt -l . [2021-02-02T06:18:54.364Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:18:54.364Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:18:54.364Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:18:55.038Z] + ls -al . [2021-02-02T06:18:55.038Z] total 708 [2021-02-02T06:18:55.038Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 06:18 . [2021-02-02T06:18:55.038Z] drwxr-xr-x 4 root root 4096 Feb 2 06:14 .. [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:13 .dockerignore [2021-02-02T06:18:55.038Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:13 .git [2021-02-02T06:18:55.038Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 06:13 .github [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:13 .gitignore [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:13 .sonarcloud.properties [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:13 Attribution.txt [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:13 CONTRIBUTING.md [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:13 Dockerfile.build [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:13 Jenkinsfile [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:13 LICENSE [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:13 Makefile [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:13 README.md [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:13 SECURITY.md [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:09 VERSION [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:13 ZMQWindows.md [2021-02-02T06:18:55.038Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 06:13 bin [2021-02-02T06:18:55.038Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:13 cmd [2021-02-02T06:18:55.038Z] -rw-r--r-- 1 root root 574984 Feb 2 06:17 coverage.out [2021-02-02T06:18:55.038Z] -rw-r--r-- 1 root root 1054 Feb 2 06:18 go.mod [2021-02-02T06:18:55.038Z] -rw-r--r-- 1 root root 19172 Feb 2 06:18 go.sum [2021-02-02T06:18:55.038Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:13 internal [2021-02-02T06:18:55.038Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:13 openapi [2021-02-02T06:18:55.038Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:13 snap [2021-02-02T06:18:55.038Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:13 version.go [Pipeline] sh [2021-02-02T06:18:55.706Z] + '[' -e coverage.out ] [2021-02-02T06:18:55.706Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:18:55.740Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T06:18:56.931Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:18:57.628Z] + make build [2021-02-02T06:18:57.628Z] 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-02-02T06:19:06.348Z] Still waiting to schedule task [2021-02-02T06:19:06.348Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T06:19:07.868Z] 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-02-02T06:19:30.069Z] 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-02-02T06:19:35.500Z] 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-02-02T06:19:42.226Z] 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-02-02T06:19:42.506Z] 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-02-02T06:19:47.911Z] 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-02-02T06:19:52.219Z] 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-02-02T06:19:55.607Z] 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-02-02T06:19:59.919Z] 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-02-02T06:20:03.306Z] 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-02-02T06:20:06.691Z] 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-02-02T06:20:10.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-02T06:20:16.857Z] $ docker stop --time=1 4360bb15a5a4387fa79c71a8b3b92e8abc4ce30d92a55d40bdf4ce454fcd89ba [2021-02-02T06:20:19.568Z] $ docker rm -f 4360bb15a5a4387fa79c71a8b3b92e8abc4ce30d92a55d40bdf4ce454fcd89ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:20:21.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:21.862Z] [2021-02-02T06:20:21.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:20:22.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:22.291Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T06:20:22.291Z] 29e5d40040c1: Pulling fs layer [2021-02-02T06:20:22.291Z] 1ce36da41761: Pulling fs layer [2021-02-02T06:20:22.291Z] 25b303627fd3: Pulling fs layer [2021-02-02T06:20:22.912Z] 29e5d40040c1: Verifying Checksum [2021-02-02T06:20:22.912Z] 29e5d40040c1: Download complete [2021-02-02T06:20:23.187Z] 1ce36da41761: Verifying Checksum [2021-02-02T06:20:23.187Z] 1ce36da41761: Download complete [2021-02-02T06:20:23.462Z] 29e5d40040c1: Pull complete [2021-02-02T06:20:24.440Z] 1ce36da41761: Pull complete [2021-02-02T06:20:25.868Z] 25b303627fd3: Verifying Checksum [2021-02-02T06:20:25.868Z] 25b303627fd3: Download complete [2021-02-02T06:20:36.009Z] 25b303627fd3: Pull complete [2021-02-02T06:20:36.009Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T06:20:36.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:36.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T06:20:36.256Z] prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container [2021-02-02T06:20:36.345Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T06:20:39.229Z] $ docker top 72f9ec4656cc054e8724481c2991d9c6238b7bbf846e6eb0393acedab7d14d71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:20:40.353Z] + + grepdocker-compose parallel build [2021-02-02T06:20:40.353Z] --help [2021-02-02T06:20:43.771Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:20:44.071Z] $ docker stop --time=1 72f9ec4656cc054e8724481c2991d9c6238b7bbf846e6eb0393acedab7d14d71 [2021-02-02T06:20:45.914Z] $ docker rm -f 72f9ec4656cc054e8724481c2991d9c6238b7bbf846e6eb0393acedab7d14d71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:20:46.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:46.848Z] . [Pipeline] withDockerContainer [2021-02-02T06:20:47.150Z] prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container [2021-02-02T06:20:47.223Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T06:20:48.595Z] $ docker top 0e38cb810542bde27e3dd7ac197ac9be6972c6180e829d4beb4039d5b3f95c53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:20:49.700Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:20:53.975Z] Building docker-core-command-go ... [2021-02-02T06:20:53.975Z] Building docker-core-data-go ... [2021-02-02T06:20:53.975Z] Building docker-core-metadata-go ... [2021-02-02T06:20:53.975Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:20:53.975Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:20:53.975Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:20:53.975Z] Building docker-support-notifications-go ... [2021-02-02T06:20:53.975Z] Building docker-support-scheduler-go ... [2021-02-02T06:20:53.975Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:20:53.975Z] Building docker-support-notifications-go [2021-02-02T06:20:53.975Z] Building docker-security-bootstrapper-go [2021-02-02T06:20:53.975Z] Building docker-security-proxy-setup-go [2021-02-02T06:20:53.975Z] Building docker-support-scheduler-go [2021-02-02T06:20:53.975Z] Building docker-core-command-go [2021-02-02T06:20:59.164Z] Running on prd-ubuntu18.04-docker-8c-8g-24546 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws [2021-02-02T06:20:59.264Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:21:01.488Z] using credential edgex-jenkins-ssh [2021-02-02T06:21:01.544Z] Cloning the remote Git repository [2021-02-02T06:21:01.571Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:21:01.632Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:21:01.662Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:21:01.662Z] > git --version # timeout=10 [2021-02-02T06:21:01.669Z] > git --version # 'git version 2.17.1' [2021-02-02T06:21:01.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:21:01.695Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:21:28.615Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:21:28.740Z] Merge succeeded, producing 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:21:28.740Z] Checking out Revision 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f (PR-3112) [2021-02-02T06:21:28.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:21:28.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:21:28.064Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:21:28.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:21:28.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:21:28.081Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T06:21:28.628Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:21:28.633Z] > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 [2021-02-02T06:21:28.709Z] > git remote # timeout=10 [2021-02-02T06:21:28.717Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:21:28.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:21:28.726Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:21:28.737Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:21:28.745Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:21:28.750Z] > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 [2021-02-02T06:21:32.428Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-02-02T06:21:32.453Z] > git --version # timeout=10 [2021-02-02T06:21:32.457Z] > git --version # 'git version 2.17.1' [2021-02-02T06:21:32.461Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:21:33.609Z] + echo snap-build.sh [2021-02-02T06:21:33.609Z] snap-build.sh [2021-02-02T06:21:33.609Z] + SNAP_BASE_DIR=. [2021-02-02T06:21:33.609Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-02T06:21:33.609Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-02T06:21:33.609Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-02T06:21:33.609Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-02T06:21:33.609Z] + cd /w/workspace/edgex-go/1 [2021-02-02T06:21:33.609Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T06:21:33.609Z] Reading package lists... [2021-02-02T06:21:33.609Z] Building dependency tree... [2021-02-02T06:21:33.609Z] Reading state information... [2021-02-02T06:21:33.873Z] The following packages were automatically installed and are no longer required: [2021-02-02T06:21:33.873Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T06:21:33.873Z] uidmap xdelta3 [2021-02-02T06:21:33.873Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T06:21:33.873Z] The following packages will be REMOVED: [2021-02-02T06:21:33.873Z] lxd* lxd-client* [2021-02-02T06:21:34.135Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T06:21:34.135Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T06:21:35.187Z] (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-02-02T06:21:35.187Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:21:36.134Z] Removing lxd dnsmasq configuration [2021-02-02T06:21:36.134Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:21:36.397Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T06:21:37.344Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T06:21:37.344Z] (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-02-02T06:21:37.344Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:21:38.732Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T06:21:38.732Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T06:21:40.129Z] + sudo snap remove --purge lxd [2021-02-02T06:21:40.129Z] snap "lxd" is not installed [2021-02-02T06:21:40.129Z] + sudo groupadd --force --system lxd [2021-02-02T06:21:40.129Z] ++ whoami [2021-02-02T06:21:40.129Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T06:21:40.129Z] + newgrp - lxd [2021-02-02T06:21:40.129Z] + sudo snap install lxd [2021-02-02T06:21:48.292Z] 2021-02-02T06:21:45Z INFO Waiting for automatic snapd restart... [2021-02-02T06:22:03.212Z] lxd 4.10 from Canonical* installed [2021-02-02T06:22:03.212Z] + sudo lxd init --auto [2021-02-02T06:22:11.367Z] + sudo snap install --classic snapcraft [2021-02-02T06:22:15.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:15.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:15.799Z] ---> b038e12cecc8 [2021-02-02T06:22:15.799Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:22:15.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:15.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:15.799Z] ---> b038e12cecc8 [2021-02-02T06:22:15.799Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:22:15.799Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:15.799Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:15.799Z] ---> b038e12cecc8 [2021-02-02T06:22:15.799Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:22:15.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:15.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:15.799Z] ---> b038e12cecc8 [2021-02-02T06:22:15.799Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:22:15.799Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:15.799Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:15.799Z] ---> b038e12cecc8 [2021-02-02T06:22:15.799Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:22:15.799Z] ---> Running in d787db78792a [2021-02-02T06:22:15.799Z] ---> Running in 64ebecfab11c [2021-02-02T06:22:15.799Z] ---> Running in 049a16d4738e [2021-02-02T06:22:15.799Z] ---> Running in 9a3219701e7f [2021-02-02T06:22:15.799Z] ---> Running in 6241cb8fba1b [2021-02-02T06:22:15.799Z] Removing intermediate container 049a16d4738e [2021-02-02T06:22:15.800Z] ---> 8798e16cfe9d [2021-02-02T06:22:15.800Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:15.800Z] Removing intermediate container d787db78792a [2021-02-02T06:22:15.800Z] ---> fc6f0c9ce87e [2021-02-02T06:22:15.800Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:15.800Z] Removing intermediate container 64ebecfab11c [2021-02-02T06:22:15.800Z] ---> 40bd7fe320af [2021-02-02T06:22:15.800Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:15.800Z] Removing intermediate container 6241cb8fba1b [2021-02-02T06:22:15.800Z] ---> fce92b5c7f3f [2021-02-02T06:22:15.800Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:15.800Z] Removing intermediate container 9a3219701e7f [2021-02-02T06:22:15.800Z] ---> 84608fe4e39c [2021-02-02T06:22:15.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:15.800Z] ---> Running in 14e8bd0de1a9 [2021-02-02T06:22:15.800Z] ---> Running in 8e7c08a8acec [2021-02-02T06:22:15.800Z] ---> Running in 4f41ee8b8923 [2021-02-02T06:22:15.800Z] ---> Running in 5195a122f68e [2021-02-02T06:22:15.800Z] ---> Running in 0998e47abe50 [2021-02-02T06:22:15.800Z] Removing intermediate container 14e8bd0de1a9 [2021-02-02T06:22:15.800Z] ---> 82373c498174 [2021-02-02T06:22:15.800Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:22:15.800Z] ---> Running in 85752bc13355 [2021-02-02T06:22:15.800Z] Removing intermediate container 8e7c08a8acec [2021-02-02T06:22:15.800Z] ---> 7574e46c851b [2021-02-02T06:22:15.800Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:22:15.800Z] Removing intermediate container 5195a122f68e [2021-02-02T06:22:15.800Z] ---> 47a000b9dab5 [2021-02-02T06:22:15.800Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:22:15.800Z] ---> Running in 68498a15d302 [2021-02-02T06:22:15.800Z] Removing intermediate container 4f41ee8b8923 [2021-02-02T06:22:15.800Z] ---> 193b6cb9a002 [2021-02-02T06:22:15.800Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:22:15.800Z] Removing intermediate container 0998e47abe50 [2021-02-02T06:22:15.800Z] ---> 6cb192d84f12 [2021-02-02T06:22:15.800Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:22:15.800Z] ---> Running in a89ab3680e5d [2021-02-02T06:22:15.800Z] ---> Running in 815828ad2170 [2021-02-02T06:22:15.800Z] ---> Running in 0212352aab2d [2021-02-02T06:22:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:15.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:16.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:16.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:16.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:16.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:17.307Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:17.912Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:17.964Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:22:17.964Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T06:22:17.964Z] + patch --verbose -p1 [2021-02-02T06:22:17.964Z] Hmm... Looks like a unified diff to me... [2021-02-02T06:22:17.964Z] The text leading up to this was: [2021-02-02T06:22:17.964Z] -------------------------- [2021-02-02T06:22:17.964Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T06:22:17.964Z] |From: Tony Espy [2021-02-02T06:22:17.964Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T06:22:17.964Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T06:22:17.964Z] | [2021-02-02T06:22:17.964Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T06:22:17.964Z] |optimize the snap CI check run for pull requests. When [2021-02-02T06:22:17.964Z] |applied, it essentially strips out everything (apps and [2021-02-02T06:22:17.964Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T06:22:17.964Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T06:22:17.964Z] |catch changes to edgex-go that break the snap build. [2021-02-02T06:22:17.964Z] | [2021-02-02T06:22:17.964Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T06:22:17.964Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T06:22:17.964Z] |resulting in a failed snap build CI check in the associated [2021-02-02T06:22:17.964Z] |pull request. [2021-02-02T06:22:17.964Z] | [2021-02-02T06:22:17.964Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T06:22:17.964Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T06:22:17.964Z] |need to build the finally binary .snap file (and it won't [2021-02-02T06:22:17.964Z] |work with the patch applied). This further reduces the build [2021-02-02T06:22:17.964Z] |time. [2021-02-02T06:22:17.964Z] |--- [2021-02-02T06:22:17.964Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T06:22:17.964Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T06:22:17.964Z] | [2021-02-02T06:22:17.964Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T06:22:17.964Z] |index 1e537489..faf42425 100644 [2021-02-02T06:22:17.964Z] |--- a/snap/snapcraft.yaml [2021-02-02T06:22:17.964Z] |+++ b/snap/snapcraft.yaml [2021-02-02T06:22:17.964Z] -------------------------- [2021-02-02T06:22:17.964Z] patching file snap/snapcraft.yaml [2021-02-02T06:22:17.964Z] Using Plan A... [2021-02-02T06:22:17.964Z] Hunk #1 succeeded at 73. [2021-02-02T06:22:17.964Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T06:22:17.964Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T06:22:17.964Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T06:22:17.964Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T06:22:17.964Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T06:22:17.964Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T06:22:17.964Z] Hunk #8 succeeded at 342. [2021-02-02T06:22:17.964Z] Hmm... Ignoring the trailing garbage. [2021-02-02T06:22:17.964Z] done [2021-02-02T06:22:17.964Z] + sudo snapcraft prime --use-lxd [2021-02-02T06:22:18.190Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:18.464Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:18.750Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:18.750Z] Removing intermediate container 85752bc13355 [2021-02-02T06:22:18.750Z] ---> 6c1e7943ecc6 [2021-02-02T06:22:18.750Z] Step 6/22 : COPY go.mod . [2021-02-02T06:22:19.349Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T06:22:19.349Z] 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-02-02T06:22:19.349Z] - README.md [2021-02-02T06:22:19.349Z] - snapcraft.yaml.orig [2021-02-02T06:22:19.349Z] [2021-02-02T06:22:19.349Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:22:19.741Z] Removing intermediate container 68498a15d302 [2021-02-02T06:22:19.741Z] ---> 52333de2037c [2021-02-02T06:22:19.742Z] Step 6/22 : COPY go.mod . [2021-02-02T06:22:19.929Z] Launching a container. [2021-02-02T06:22:20.032Z] ---> 7500dd4305dc [2021-02-02T06:22:20.033Z] Step 7/22 : RUN go mod download [2021-02-02T06:22:20.033Z] ---> Running in c17b87469f1c [2021-02-02T06:22:20.033Z] Removing intermediate container a89ab3680e5d [2021-02-02T06:22:20.033Z] ---> 39b1b65aa718 [2021-02-02T06:22:20.033Z] Step 6/31 : COPY go.mod . [2021-02-02T06:22:20.322Z] Removing intermediate container 815828ad2170 [2021-02-02T06:22:20.322Z] ---> 30968dca78cf [2021-02-02T06:22:20.322Z] Step 6/23 : COPY go.mod . [2021-02-02T06:22:20.601Z] Removing intermediate container 0212352aab2d [2021-02-02T06:22:20.601Z] ---> 1a3de17b5efa [2021-02-02T06:22:20.601Z] Step 6/21 : COPY go.mod . [2021-02-02T06:22:20.875Z] ---> 58590515d52e [2021-02-02T06:22:20.875Z] Step 7/22 : RUN go mod download [2021-02-02T06:22:21.157Z] ---> Running in 3e05b1126399 [2021-02-02T06:22:21.157Z] ---> a58e8b55792b [2021-02-02T06:22:21.157Z] Step 7/31 : RUN go mod download [2021-02-02T06:22:21.435Z] ---> db4e28cb075b [2021-02-02T06:22:21.435Z] Step 7/23 : RUN go mod download [2021-02-02T06:22:21.707Z] ---> Running in 52c3178f5a6e [2021-02-02T06:22:21.707Z] ---> f34225e50b1b [2021-02-02T06:22:22.000Z] Step 7/21 : RUN go mod download [2021-02-02T06:22:22.000Z] ---> Running in 1668ebe3154c [2021-02-02T06:22:22.282Z] ---> Running in a0e79260a3f6 [2021-02-02T06:22:24.287Z] Removing intermediate container c17b87469f1c [2021-02-02T06:22:24.288Z] ---> 982e90aca4fe [2021-02-02T06:22:24.288Z] Step 8/22 : COPY . . [2021-02-02T06:22:25.756Z] Removing intermediate container 3e05b1126399 [2021-02-02T06:22:25.756Z] ---> b205339780b2 [2021-02-02T06:22:25.756Z] Step 8/22 : COPY . . [2021-02-02T06:22:26.358Z] Removing intermediate container 52c3178f5a6e [2021-02-02T06:22:26.358Z] ---> 9d871ed5012d [2021-02-02T06:22:26.358Z] Step 8/31 : COPY . . [2021-02-02T06:22:26.635Z] Removing intermediate container 1668ebe3154c [2021-02-02T06:22:26.635Z] ---> 1a5b8153689d [2021-02-02T06:22:26.635Z] Step 8/23 : COPY . . [2021-02-02T06:22:27.231Z] Removing intermediate container a0e79260a3f6 [2021-02-02T06:22:27.231Z] ---> b105ac6baa17 [2021-02-02T06:22:27.231Z] Step 8/21 : COPY . . [2021-02-02T06:22:32.165Z] Waiting for container to be ready [2021-02-02T06:22:32.165Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T06:22:32.165Z] [2021-02-02T06:22:34.720Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T06:22:34.980Z] Waiting for network to be ready... [2021-02-02T06:22:35.553Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:22:35.553Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:22:36.126Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:22:36.126Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:22:36.126Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:22:36.386Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:22:36.386Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:22:36.386Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:22:36.386Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:22:36.386Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:22:36.386Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:22:36.386Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:22:36.386Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:22:36.386Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:22:36.386Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:22:36.386Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:22:36.386Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:22:36.648Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:22:36.910Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:22:37.173Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:22:37.173Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:22:37.173Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:22:37.173Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:22:37.173Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:22:37.173Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:22:37.173Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:22:37.173Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:22:39.719Z] Fetched 23.9 MB in 4s (5650 kB/s) [2021-02-02T06:22:40.665Z] Reading package lists... [2021-02-02T06:22:40.665Z] Reading package lists... [2021-02-02T06:22:40.927Z] Building dependency tree... [2021-02-02T06:22:40.927Z] Reading state information... [2021-02-02T06:22:40.927Z] The following additional packages will be installed: [2021-02-02T06:22:40.927Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:22:40.927Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:22:40.927Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:22:40.927Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T06:22:40.927Z] Suggested packages: [2021-02-02T06:22:40.927Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T06:22:40.927Z] Recommended packages: [2021-02-02T06:22:40.927Z] gnupg libsasl2-modules [2021-02-02T06:22:40.927Z] The following NEW packages will be installed: [2021-02-02T06:22:40.927Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:22:40.927Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:22:40.927Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:22:40.927Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T06:22:40.927Z] The following packages will be upgraded: [2021-02-02T06:22:40.927Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T06:22:41.188Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T06:22:41.188Z] Need to get 3533 kB of archives. [2021-02-02T06:22:41.188Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T06:22:41.188Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T06:22:41.188Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T06:22:41.448Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T06:22:41.710Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T06:22:41.710Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T06:22:41.710Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-02T06:22:41.710Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-02T06:22:41.710Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-02T06:22:41.710Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-02T06:22:41.710Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T06:22:41.710Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T06:22:41.972Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T06:22:41.972Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T06:22:41.972Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T06:22:41.972Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T06:22:41.972Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T06:22:41.972Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T06:22:41.972Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T06:22:41.972Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T06:22:41.972Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T06:22:41.972Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T06:22:41.972Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T06:22:42.233Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:42.233Z] Fetched 3533 kB in 1s (3481 kB/s) [2021-02-02T06:22:42.233Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:22:42.233Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:22:42.233Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:22:42.233Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:22:42.496Z] Selecting previously unselected package udev. [2021-02-02T06:22:42.496Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:22:42.496Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:22:42.496Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T06:22:42.758Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T06:22:42.758Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:22:42.758Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:22:42.758Z] Selecting previously unselected package fuse. [2021-02-02T06:22:42.758Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:22:42.758Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:22:43.020Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:43.021Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:22:43.021Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:43.021Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:22:43.281Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:43.281Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:22:43.281Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T06:22:43.281Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T06:22:43.281Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:22:43.541Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T06:22:43.541Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:43.541Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:43.541Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T06:22:43.541Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:43.541Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:43.804Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T06:22:43.804Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:43.804Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:43.804Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T06:22:43.804Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:43.804Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:44.066Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T06:22:44.066Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:44.066Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:44.066Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T06:22:44.066Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:44.066Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:44.328Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T06:22:44.328Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:44.328Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:44.328Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T06:22:44.328Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:44.328Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:44.591Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T06:22:44.591Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:22:44.591Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:44.591Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T06:22:44.591Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:22:44.591Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:22:44.591Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T06:22:44.591Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:22:44.591Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:22:44.854Z] Selecting previously unselected package libldap-common. [2021-02-02T06:22:44.854Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T06:22:44.854Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:22:44.854Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T06:22:44.854Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T06:22:44.854Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:22:44.854Z] Selecting previously unselected package dirmngr. [2021-02-02T06:22:44.854Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:22:45.115Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:45.115Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:22:45.115Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:45.115Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:22:45.115Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:22:45.115Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:22:45.377Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:45.377Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:45.377Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:22:45.377Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:22:45.377Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T06:22:45.951Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T06:22:45.951Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:45.951Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T06:22:45.951Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:22:45.951Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:46.212Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:22:46.212Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:22:46.212Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:22:46.472Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:22:46.734Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T06:22:46.734Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T06:22:46.734Z] This means they are not meant to be enabled using systemctl. [2021-02-02T06:22:46.734Z] Possible reasons for having this kind of units are: [2021-02-02T06:22:46.734Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T06:22:46.734Z] .wants/ or .requires/ directory. [2021-02-02T06:22:46.734Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T06:22:46.734Z] a requirement dependency on it. [2021-02-02T06:22:46.734Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T06:22:46.734Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T06:22:46.734Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T06:22:46.734Z] instance name specified. [2021-02-02T06:22:46.994Z] Reading package lists... [2021-02-02T06:22:47.257Z] Building dependency tree... [2021-02-02T06:22:47.257Z] Reading state information... [2021-02-02T06:22:47.518Z] The following additional packages will be installed: [2021-02-02T06:22:47.518Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T06:22:47.518Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T06:22:47.518Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T06:22:47.518Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T06:22:47.518Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T06:22:47.518Z] Suggested packages: [2021-02-02T06:22:47.518Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T06:22:47.518Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T06:22:47.518Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T06:22:47.518Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T06:22:47.518Z] systemd-container policykit-1 [2021-02-02T06:22:47.518Z] Recommended packages: [2021-02-02T06:22:47.518Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T06:22:47.518Z] The following NEW packages will be installed: [2021-02-02T06:22:47.518Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T06:22:47.518Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T06:22:47.518Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T06:22:47.518Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T06:22:47.518Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T06:22:47.518Z] The following packages will be upgraded: [2021-02-02T06:22:47.518Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T06:22:47.781Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T06:22:47.781Z] Need to get 35.2 MB of archives. [2021-02-02T06:22:47.781Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T06:22:47.781Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T06:22:47.781Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T06:22:48.353Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T06:22:48.614Z] 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-02-02T06:22:48.614Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-02T06:22:48.614Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T06:22:48.614Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-02T06:22:48.874Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T06:22:48.874Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T06:22:48.874Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T06:22:48.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T06:22:48.874Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-02T06:22:49.138Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T06:22:49.138Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T06:22:49.138Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T06:22:49.138Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T06:22:49.138Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T06:22:49.138Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T06:22:49.138Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T06:22:49.138Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T06:22:49.138Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T06:22:49.138Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T06:22:49.138Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T06:22:49.400Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T06:22:49.400Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T06:22:49.400Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T06:22:49.400Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T06:22:49.400Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T06:22:49.400Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T06:22:49.400Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T06:22:51.316Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:51.316Z] Fetched 35.2 MB in 4s (9321 kB/s) [2021-02-02T06:22:51.577Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:22:51.577Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:22:51.577Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:22:52.169Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:22:52.169Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:22:52.430Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:22:52.430Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:22:52.430Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:22:52.692Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:22:52.692Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T06:22:52.956Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:22:52.956Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:22:52.956Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:22:53.220Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T06:22:53.220Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T06:22:53.491Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T06:22:53.751Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T06:22:53.751Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:22:53.751Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:22:54.017Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T06:22:54.017Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:54.017Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:54.017Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T06:22:54.017Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T06:22:54.017Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:22:54.041Z] ---> b734b9d544be [2021-02-02T06:22:54.041Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:22:54.041Z] ---> 354bb3957edf [2021-02-02T06:22:54.041Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:22:54.041Z] ---> 9cf7eb78c68a [2021-02-02T06:22:54.041Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:22:54.041Z] ---> f72b7f26f5b6 [2021-02-02T06:22:54.041Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:22:54.041Z] ---> 9ff93f3b3d6b [2021-02-02T06:22:54.041Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:22:54.041Z] ---> Running in 521ecd5d0f4b [2021-02-02T06:22:54.041Z] ---> Running in cc2d3c5e61c6 [2021-02-02T06:22:54.041Z] ---> Running in e492baa955fb [2021-02-02T06:22:54.041Z] ---> Running in f70ad7d859ad [2021-02-02T06:22:54.041Z] ---> Running in e0e589db5e87 [2021-02-02T06:22:54.041Z] 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-02-02T06:22:54.041Z] 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-02-02T06:22:54.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:22:54.041Z] 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-02-02T06:22:54.041Z] 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-02-02T06:22:54.300Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T06:22:54.300Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:54.300Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:54.562Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:22:54.562Z] Checking for services that may need to be restarted...done. [2021-02-02T06:22:54.562Z] Checking for services that may need to be restarted...done. [2021-02-02T06:22:54.562Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:54.823Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:22:54.823Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:55.084Z] Selecting previously unselected package python3-minimal. [2021-02-02T06:22:55.084Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T06:22:55.084Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:22:55.084Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:22:55.346Z] Selecting previously unselected package mime-support. [2021-02-02T06:22:55.346Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T06:22:55.346Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T06:22:55.346Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T06:22:55.346Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T06:22:55.346Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:22:55.608Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T06:22:55.608Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:55.608Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:55.608Z] Selecting previously unselected package python3.6. [2021-02-02T06:22:55.870Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:22:55.870Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:22:55.870Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T06:22:55.870Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:22:55.870Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:22:55.870Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:22:56.132Z] Selecting previously unselected package python3. [2021-02-02T06:22:56.132Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T06:22:56.132Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:22:56.132Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T06:22:56.395Z] Selecting previously unselected package multiarch-support. [2021-02-02T06:22:56.395Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:56.395Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:22:56.395Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:22:56.395Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T06:22:56.395Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T06:22:56.395Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T06:22:56.395Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:22:56.657Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T06:22:56.657Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T06:22:56.657Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:22:56.657Z] Selecting previously unselected package sudo. [2021-02-02T06:22:56.657Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T06:22:56.657Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:22:56.919Z] Selecting previously unselected package apparmor. [2021-02-02T06:22:56.919Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:22:56.919Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:22:56.919Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T06:22:56.919Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T06:22:56.919Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:22:57.182Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T06:22:57.182Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:57.182Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:57.182Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T06:22:57.182Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:57.182Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:57.182Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T06:22:57.446Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T06:22:57.446Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:22:57.446Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T06:22:57.446Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:57.446Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:57.446Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T06:22:57.446Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:22:57.446Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:22:58.389Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T06:22:58.389Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T06:22:58.389Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:22:58.389Z] Selecting previously unselected package openssh-client. [2021-02-02T06:22:58.389Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T06:22:58.389Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:22:58.655Z] Selecting previously unselected package squashfs-tools. [2021-02-02T06:22:58.655Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:22:58.655Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:22:58.655Z] Selecting previously unselected package snapd. [2021-02-02T06:22:58.655Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T06:22:58.655Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T06:23:00.573Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:23:00.834Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:23:00.834Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T06:23:00.834Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:23:01.095Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:23:01.096Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:23:01.096Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:23:01.096Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T06:23:01.096Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T06:23:02.043Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:23:02.043Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:23:02.043Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:23:02.043Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:23:02.043Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:23:02.043Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:23:02.617Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:23:02.617Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:23:02.617Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:23:02.888Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T06:23:02.888Z] running python rtupdate hooks for python3.6... [2021-02-02T06:23:02.888Z] running python post-rtupdate hooks for python3.6... [2021-02-02T06:23:02.888Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:23:04.806Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T06:23:05.066Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:23:05.066Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:23:05.066Z] Setting up snapd (2.48+18.04) ... [2021-02-02T06:23:05.640Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T06:23:05.640Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T06:23:05.901Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T06:23:06.164Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T06:23:06.164Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:23:06.164Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:23:06.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T06:23:06.689Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T06:23:06.689Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T06:23:06.948Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T06:23:06.948Z] /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-02-02T06:23:06.948Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:23:07.214Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:23:08.157Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:23:08.157Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:23:08.157Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:23:09.361Z] Reading package lists... [2021-02-02T06:23:09.623Z] Reading package lists... [2021-02-02T06:23:09.884Z] Building dependency tree... [2021-02-02T06:23:09.884Z] Reading state information... [2021-02-02T06:23:09.884Z] Calculating upgrade... [2021-02-02T06:23:10.145Z] The following packages will be upgraded: [2021-02-02T06:23:10.145Z] advancecomp base-files bash binutils binutils-common [2021-02-02T06:23:10.145Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T06:23:10.145Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T06:23:10.145Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T06:23:10.145Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T06:23:10.145Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T06:23:10.145Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T06:23:10.145Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T06:23:10.145Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T06:23:10.145Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T06:23:10.145Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T06:23:10.145Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T06:23:10.145Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T06:23:10.145Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T06:23:10.145Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T06:23:10.145Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:23:10.145Z] Need to get 63.8 MB of archives. [2021-02-02T06:23:10.145Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T06:23:10.145Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T06:23:10.408Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T06:23:11.350Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T06:23:11.350Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T06:23:11.350Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T06:23:11.351Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T06:23:11.351Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T06:23:11.351Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T06:23:11.351Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-02T06:23:11.351Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-02T06:23:11.351Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-02T06:23:11.351Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T06:23:11.351Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T06:23:11.351Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T06:23:11.609Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T06:23:11.609Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-02T06:23:11.609Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T06:23:11.609Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T06:23:11.609Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T06:23:11.609Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T06:23:12.180Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T06:23:12.180Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T06:23:12.180Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T06:23:12.180Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T06:23:12.180Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T06:23:12.180Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T06:23:12.440Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T06:23:12.440Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T06:23:12.440Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T06:23:12.440Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T06:23:12.440Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T06:23:12.440Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T06:23:12.441Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T06:23:12.702Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T06:23:12.702Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T06:23:12.702Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T06:23:12.702Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T06:23:12.702Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T06:23:12.702Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T06:23:12.702Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T06:23:12.702Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T06:23:12.702Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T06:23:12.702Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T06:23:12.702Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T06:23:12.702Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T06:23:12.702Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T06:23:12.702Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T06:23:12.702Z] Get:48 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-02-02T06:23:12.702Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T06:23:12.702Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T06:23:12.702Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T06:23:12.702Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-02T06:23:12.702Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T06:23:12.962Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T06:23:12.962Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T06:23:12.962Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T06:23:12.962Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T06:23:12.962Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T06:23:12.962Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T06:23:12.962Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-02T06:23:12.962Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T06:23:12.962Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-02T06:23:12.962Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T06:23:12.962Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-02T06:23:12.962Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T06:23:13.225Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T06:23:13.225Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T06:23:13.225Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T06:23:13.225Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T06:23:13.225Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-02T06:23:13.225Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T06:23:13.225Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T06:23:13.225Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T06:23:13.226Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-02T06:23:13.226Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T06:23:13.226Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-02T06:23:13.226Z] Get:77 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-02-02T06:23:13.226Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T06:23:13.226Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T06:23:13.226Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T06:23:13.226Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T06:23:13.488Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T06:23:13.488Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T06:23:13.488Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T06:23:13.488Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T06:23:13.488Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T06:23:13.488Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T06:23:13.488Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T06:23:13.488Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T06:23:13.488Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T06:23:14.436Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T06:23:15.379Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-02T06:23:15.379Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-02T06:23:15.379Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T06:23:15.949Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-02T06:23:15.949Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T06:23:15.949Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T06:23:15.949Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T06:23:15.949Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T06:23:15.949Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:23:15.949Z] Fetched 63.8 MB in 6s (11.1 MB/s) [2021-02-02T06:23:15.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:15.949Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:23:15.949Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:23:16.894Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:23:16.894Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:23:16.894Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T06:23:16.894Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T06:23:17.476Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:17.736Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:17.736Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:17.736Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:17.997Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:17.997Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:17.997Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:17.997Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:18.259Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:18.259Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:18.259Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:18.259Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:18.528Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:18.528Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:18.528Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:18.790Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:23:18.790Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:18.790Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T06:23:18.790Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:18.790Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:23:18.790Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:19.049Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:19.049Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:19.049Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:19.309Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:19.309Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:23:19.309Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:19.569Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:23:19.569Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:23:19.569Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:23:20.141Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:23:20.141Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:23:20.141Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T06:23:20.404Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T06:23:20.404Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T06:23:20.404Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T06:23:20.668Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T06:23:20.668Z] Installing new version of config file /etc/issue ... [2021-02-02T06:23:20.668Z] Installing new version of config file /etc/issue.net ... [2021-02-02T06:23:20.668Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T06:23:20.668Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T06:23:20.929Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T06:23:20.929Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T06:23:20.929Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T06:23:21.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:21.191Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T06:23:21.191Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T06:23:21.191Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T06:23:21.452Z] 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-02-02T06:23:21.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:21.452Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:21.452Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:21.452Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:21.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:21.718Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T06:23:21.718Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T06:23:21.718Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T06:23:21.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:21.980Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T06:23:21.980Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:23:22.242Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T06:23:22.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:22.242Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:23:22.504Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:23:22.504Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:23:22.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:22.504Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:23:22.504Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:23:22.765Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T06:23:22.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:22.765Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T06:23:22.765Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T06:23:23.027Z] Setting up grep (3.1-2build1) ... [2021-02-02T06:23:23.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:23.027Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:23:23.027Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:23:23.287Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T06:23:23.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:23.287Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:23:23.287Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:23:23.547Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T06:23:23.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:23.548Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:23:23.548Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:23:24.118Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:23:24.118Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:23:24.118Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:23:24.118Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:23:24.689Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T06:23:24.689Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:24.689Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T06:23:24.952Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:23:25.899Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:25.899Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:23:25.899Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:26.160Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:23:26.160Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:23:26.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:26.419Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T06:23:26.419Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T06:23:26.419Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T06:23:26.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:26.680Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:26.680Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:26.680Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:26.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:26.940Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:26.940Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:26.940Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:27.200Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:27.200Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:27.200Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:27.200Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:27.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:27.466Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:27.466Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:27.466Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:27.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:27.727Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:23:27.727Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:23:27.727Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:23:27.727Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:23:27.988Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:23:27.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:27.988Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:23:27.988Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:23:28.249Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:23:28.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:28.249Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:28.249Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:28.510Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:28.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:28.510Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:28.510Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:28.770Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:28.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:28.770Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:28.770Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:29.341Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:29.603Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T06:23:29.870Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T06:23:29.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:29.870Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:23:29.870Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:23:30.130Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:23:30.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:23:30.390Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T06:23:30.390Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:23:30.390Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T06:23:30.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:30.650Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T06:23:30.650Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T06:23:30.650Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T06:23:30.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:30.911Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T06:23:31.171Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:23:31.171Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:23:31.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:31.171Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T06:23:31.171Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:23:31.432Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:23:31.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:31.432Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:23:31.432Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:23:31.694Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:23:31.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:31.960Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:23:31.960Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:23:31.960Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:23:31.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:31.960Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:23:32.221Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:23:32.221Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:23:32.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:32.482Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:23:32.482Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:23:32.743Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:23:32.743Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:23:32.743Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:23:33.002Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:23:33.002Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:23:33.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:33.002Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T06:23:33.002Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T06:23:33.327Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T06:23:33.327Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:33.327Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T06:23:33.327Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:23:33.601Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:23:33.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:33.862Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:23:33.862Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:23:33.862Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:23:33.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:33.862Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T06:23:33.863Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T06:23:34.122Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T06:23:34.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:34.122Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:23:34.122Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:23:34.693Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T06:23:35.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:35.266Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:23:35.266Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:23:35.528Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T06:23:35.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:35.528Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T06:23:35.528Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T06:23:35.788Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T06:23:35.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:35.788Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T06:23:35.788Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T06:23:36.052Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T06:23:36.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:36.052Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T06:23:36.052Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T06:23:36.314Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T06:23:36.314Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:36.314Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T06:23:36.314Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T06:23:36.577Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T06:23:36.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:36.577Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:23:36.577Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T06:23:36.839Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T06:23:36.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:23:36.839Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T06:23:36.839Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T06:23:36.839Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T06:23:37.101Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T06:23:37.101Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:23:37.101Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:23:37.101Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:23:37.101Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:23:37.363Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:23:37.363Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:23:37.933Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T06:23:37.933Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T06:23:38.506Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:23:38.506Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T06:23:38.767Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:23:38.767Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T06:23:39.029Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T06:23:39.029Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T06:23:39.293Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T06:23:39.294Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T06:23:39.294Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T06:23:39.294Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T06:23:39.554Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T06:23:39.554Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T06:23:39.554Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T06:23:39.554Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T06:23:39.815Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T06:23:39.815Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T06:23:40.756Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T06:23:40.756Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T06:23:40.756Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:23:40.756Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T06:23:41.016Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:23:41.016Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:23:41.278Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:23:41.278Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:23:41.540Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:23:41.540Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:23:41.804Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:23:41.804Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:23:41.804Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:41.804Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:42.066Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:42.066Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:42.066Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:42.066Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:42.327Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:42.327Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:43.270Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:43.270Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:44.210Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:44.210Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:44.782Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:44.782Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:45.042Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:45.042Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:45.983Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:23:45.983Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:23:45.983Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:23:45.983Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:23:46.255Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:23:46.255Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:23:46.255Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:23:46.255Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:23:46.518Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T06:23:46.518Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T06:23:46.518Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:23:46.779Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:23:46.779Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:23:46.779Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:23:46.779Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T06:23:46.779Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T06:23:47.040Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:47.040Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:23:47.040Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:47.040Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:47.040Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:47.040Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T06:23:47.301Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T06:23:47.301Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T06:23:47.301Z] [2021-02-02T06:23:47.301Z] Current default time zone: 'Etc/UTC' [2021-02-02T06:23:47.301Z] Local time is now: Tue Feb 2 06:23:47 UTC 2021. [2021-02-02T06:23:47.301Z] Universal Time is now: Tue Feb 2 06:23:47 UTC 2021. [2021-02-02T06:23:47.301Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T06:23:47.301Z] [2021-02-02T06:23:47.301Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T06:23:47.301Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:47.562Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T06:23:47.562Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:23:47.562Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T06:23:47.562Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T06:23:47.562Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:23:47.562Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:23:47.562Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T06:23:47.562Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:23:47.823Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:47.823Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:23:48.083Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:48.083Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:23:48.083Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:48.083Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T06:23:48.083Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:23:48.083Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T06:23:48.083Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:23:48.083Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T06:23:48.083Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T06:23:48.343Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:23:48.343Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:23:50.256Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:23:50.829Z] 22 added, 17 removed; done. [2021-02-02T06:23:50.829Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:23:50.829Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:23:51.092Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T06:23:51.092Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T06:23:51.092Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T06:23:51.092Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.092Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:23:51.092Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.092Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.356Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.356Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.356Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.356Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T06:23:51.356Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:23:51.356Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:23:51.356Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T06:23:51.356Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:23:51.617Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.617Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:23:51.617Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:23:51.617Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T06:23:51.617Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:23:51.878Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:23:51.878Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:23:51.878Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T06:23:51.878Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:23:51.878Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:23:52.825Z] 0 added, 0 removed; done. [2021-02-02T06:23:52.825Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T06:23:52.825Z] done. [2021-02-02T06:23:53.087Z] Reading package lists... [2021-02-02T06:23:53.087Z] Building dependency tree... [2021-02-02T06:23:53.087Z] Reading state information... [2021-02-02T06:23:53.353Z] The following NEW packages will be installed: [2021-02-02T06:23:53.353Z] apt-transport-https [2021-02-02T06:23:53.353Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:23:53.353Z] Need to get 1696 B of archives. [2021-02-02T06:23:53.353Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T06:23:53.353Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T06:23:53.353Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:23:53.354Z] Fetched 1696 B in 0s (45.2 kB/s) [2021-02-02T06:23:53.613Z] Selecting previously unselected package apt-transport-https. [2021-02-02T06:23:53.613Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T06:23:53.613Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T06:23:53.613Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:23:53.613Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:23:53.873Z] Waiting for network to be ready... [2021-02-02T06:23:59.164Z] 2021-02-02T06:23:56Z INFO Waiting for automatic snapd restart... [2021-02-02T06:23:59.164Z] snapd 2.48.2 from Canonical* installed [2021-02-02T06:24:00.104Z] "snapd" switched to the "latest/stable" channel [2021-02-02T06:24:00.104Z] [2021-02-02T06:24:03.423Z] core18 20201210 from Canonical* installed [2021-02-02T06:24:03.423Z] "core18" switched to the "latest/stable" channel [2021-02-02T06:24:03.423Z] [2021-02-02T06:24:06.721Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:24:06.721Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T06:24:06.721Z] [2021-02-02T06:24:10.022Z] 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-02-02T06:24:10.022Z] - README.md [2021-02-02T06:24:10.022Z] - snapcraft.yaml.orig [2021-02-02T06:24:10.022Z] [2021-02-02T06:24:10.022Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:24:15.847Z] 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-02-02T06:24:16.131Z] 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-02-02T06:24:16.618Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:24:16.618Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:24:16.618Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:24:16.618Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:24:17.828Z] Reading package lists... [2021-02-02T06:24:18.091Z] 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-02-02T06:24:24.693Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:24:24.693Z] Reading package lists... [2021-02-02T06:24:24.693Z] Building dependency tree... [2021-02-02T06:24:24.693Z] Reading state information... [2021-02-02T06:24:24.693Z] Suggested packages: [2021-02-02T06:24:24.693Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T06:24:24.693Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T06:24:24.693Z] Recommended packages: [2021-02-02T06:24:24.693Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T06:24:24.693Z] The following NEW packages will be installed: [2021-02-02T06:24:24.693Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T06:24:24.693Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T06:24:24.693Z] pkg-config zip [2021-02-02T06:24:24.957Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:24:24.957Z] Need to get 7655 kB of archives. [2021-02-02T06:24:24.957Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T06:24:24.957Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T06:24:24.957Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T06:24:25.222Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T06:24:25.222Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T06:24:25.222Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T06:24:25.222Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T06:24:25.495Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T06:24:25.495Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-02T06:24:25.495Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T06:24:25.495Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T06:24:26.065Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T06:24:26.065Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T06:24:26.324Z] Removing intermediate container e0e589db5e87 [2021-02-02T06:24:26.324Z] ---> f1cd94bf8c29 [2021-02-02T06:24:26.324Z] [2021-02-02T06:24:26.324Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:24:26.324Z] 3.12: Pulling from library/alpine [2021-02-02T06:24:26.324Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T06:24:26.588Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T06:24:26.588Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T06:24:26.588Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:24:26.849Z] Fetched 7655 kB in 2s (4053 kB/s) [2021-02-02T06:24:26.849Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T06:24:26.849Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T06:24:26.849Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T06:24:26.849Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:24:27.110Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T06:24:27.110Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T06:24:27.110Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:24:27.110Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T06:24:27.110Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T06:24:27.110Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:24:27.110Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T06:24:27.110Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T06:24:27.372Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:24:27.372Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T06:24:27.372Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T06:24:27.372Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:24:27.372Z] Selecting previously unselected package liberror-perl. [2021-02-02T06:24:27.372Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T06:24:27.372Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T06:24:27.632Z] Selecting previously unselected package git-man. [2021-02-02T06:24:27.632Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T06:24:27.632Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:24:27.632Z] Selecting previously unselected package git. [2021-02-02T06:24:27.632Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T06:24:27.632Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:24:28.324Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:24:28.324Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:24:28.324Z] ---> afeebe901d6b [2021-02-02T06:24:28.324Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:24:28.574Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T06:24:28.574Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T06:24:28.574Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:24:28.574Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T06:24:28.574Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T06:24:28.574Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:24:28.837Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T06:24:28.837Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T06:24:28.837Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:24:28.837Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T06:24:28.837Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:24:28.837Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:24:28.837Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T06:24:28.837Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:24:28.837Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:24:28.971Z] ---> Running in f5b9a6325248 [2021-02-02T06:24:29.098Z] Selecting previously unselected package pkg-config. [2021-02-02T06:24:29.098Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T06:24:29.098Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:24:29.098Z] Selecting previously unselected package zip. [2021-02-02T06:24:29.098Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T06:24:29.098Z] Unpacking zip (3.0-11build1) ... [2021-02-02T06:24:29.098Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:24:29.248Z] Removing intermediate container cc2d3c5e61c6 [2021-02-02T06:24:29.248Z] ---> a9bf43b03ab2 [2021-02-02T06:24:29.248Z] [2021-02-02T06:24:29.248Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:24:29.248Z] ---> afeebe901d6b [2021-02-02T06:24:29.248Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:24:29.360Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:24:29.360Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:24:29.360Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T06:24:29.360Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:24:29.360Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:24:29.360Z] No schema files found: doing nothing. [2021-02-02T06:24:29.360Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:24:29.360Z] Setting up zip (3.0-11build1) ... [2021-02-02T06:24:29.360Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:24:29.360Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:24:29.360Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:24:29.523Z] ---> Running in 3adcf2410b41 [2021-02-02T06:24:29.621Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:24:29.621Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:24:29.621Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:24:29.621Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:24:29.621Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:24:30.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:31.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:31.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:31.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:32.256Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:24:32.256Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:24:32.256Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:24:32.256Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:24:32.256Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:32.256Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:24:32.561Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:24:32.561Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:32.561Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:32.561Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:24:32.848Z] OK: 7 MiB in 18 packages [2021-02-02T06:24:32.849Z] OK: 6 MiB in 16 packages [2021-02-02T06:24:35.592Z] Removing intermediate container f5b9a6325248 [2021-02-02T06:24:35.592Z] ---> 8812d90dcd39 [2021-02-02T06:24:35.592Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:24:35.869Z] ---> Running in 25125b96ebd7 [2021-02-02T06:24:36.145Z] Removing intermediate container 3adcf2410b41 [2021-02-02T06:24:36.145Z] ---> d40a4916bc2a [2021-02-02T06:24:36.145Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:36.210Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:24:36.210Z] git set to automatically installed. [2021-02-02T06:24:36.210Z] git-man set to automatically installed. [2021-02-02T06:24:36.210Z] libcurl3-gnutls set to automatically installed. [2021-02-02T06:24:36.210Z] liberror-perl set to automatically installed. [2021-02-02T06:24:36.210Z] libglib2.0-0 set to automatically installed. [2021-02-02T06:24:36.210Z] libnghttp2-14 set to automatically installed. [2021-02-02T06:24:36.210Z] libnorm1 set to automatically installed. [2021-02-02T06:24:36.210Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T06:24:36.210Z] libpsl5 set to automatically installed. [2021-02-02T06:24:36.210Z] librtmp1 set to automatically installed. [2021-02-02T06:24:36.210Z] libsodium23 set to automatically installed. [2021-02-02T06:24:36.210Z] libzmq3-dev set to automatically installed. [2021-02-02T06:24:36.210Z] libzmq5 set to automatically installed. [2021-02-02T06:24:36.210Z] pkg-config set to automatically installed. [2021-02-02T06:24:36.210Z] zip set to automatically installed. [2021-02-02T06:24:36.420Z] ---> Running in 1fa7ea892b4b [2021-02-02T06:24:36.701Z] Removing intermediate container 25125b96ebd7 [2021-02-02T06:24:36.701Z] ---> 8efd858d3680 [2021-02-02T06:24:36.701Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:24:36.982Z] ---> Running in 08a50fdb3cba [2021-02-02T06:24:36.982Z] Removing intermediate container 1fa7ea892b4b [2021-02-02T06:24:36.982Z] ---> 4d39428cc3c4 [2021-02-02T06:24:36.982Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:24:37.265Z] ---> Running in 8f3072accadc [2021-02-02T06:24:37.898Z] Removing intermediate container 08a50fdb3cba [2021-02-02T06:24:37.898Z] ---> 567f7d640461 [2021-02-02T06:24:37.898Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:24:38.128Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T06:24:38.505Z] Removing intermediate container 8f3072accadc [2021-02-02T06:24:38.505Z] ---> 96afa12a7a70 [2021-02-02T06:24:38.505Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:24:38.780Z] ---> Running in e3adae6a016a [2021-02-02T06:24:39.388Z] ---> d696b6c8ba71 [2021-02-02T06:24:39.388Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:24:40.051Z] Removing intermediate container e3adae6a016a [2021-02-02T06:24:40.051Z] ---> 910db21e3450 [2021-02-02T06:24:40.051Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:42.038Z] ---> 3545db5ba78f [2021-02-02T06:24:42.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:24:42.325Z] ---> 5c0fd34bd964 [2021-02-02T06:24:42.325Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:24:42.925Z] Removing intermediate container e492baa955fb [2021-02-02T06:24:42.925Z] ---> 998f7bb5cc9e [2021-02-02T06:24:42.925Z] [2021-02-02T06:24:42.925Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:24:42.925Z] ---> afeebe901d6b [2021-02-02T06:24:42.925Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:24:43.954Z] ---> Running in 87e31c8f9c68 [2021-02-02T06:24:44.229Z] ---> 9f5ee8ae1b9e [2021-02-02T06:24:44.229Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:24:44.229Z] ---> c38be109c83b [2021-02-02T06:24:44.229Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:44.229Z] Removing intermediate container f70ad7d859ad [2021-02-02T06:24:44.229Z] ---> 9297d115ce68 [2021-02-02T06:24:44.229Z] [2021-02-02T06:24:44.229Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:24:44.229Z] ---> afeebe901d6b [2021-02-02T06:24:44.229Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:24:44.730Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:24:44.730Z] snap "core18" has no updates available [2021-02-02T06:24:44.828Z] ---> Running in 34832557ab26 [2021-02-02T06:24:44.828Z] ---> Running in ae5095ef6a5d [2021-02-02T06:24:44.828Z] Removing intermediate container 87e31c8f9c68 [2021-02-02T06:24:44.828Z] ---> cc6c2859eefc [2021-02-02T06:24:44.828Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:24:45.099Z] ---> a9c8827d517b [2021-02-02T06:24:45.099Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:24:45.099Z] ---> Running in 22bee1751e2c [2021-02-02T06:24:45.309Z] Pulling config-common [2021-02-02T06:24:45.372Z] Removing intermediate container 521ecd5d0f4b [2021-02-02T06:24:45.372Z] ---> 9d10242d0706 [2021-02-02T06:24:45.372Z] [2021-02-02T06:24:45.372Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:24:45.372Z] ---> afeebe901d6b [2021-02-02T06:24:45.372Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:24:45.646Z] ---> Running in 462d3f20bd0e [2021-02-02T06:24:45.646Z] Removing intermediate container ae5095ef6a5d [2021-02-02T06:24:45.646Z] ---> 12339a974d61 [2021-02-02T06:24:45.646Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:24:45.646Z] ---> Running in a150f33a5523 [2021-02-02T06:24:45.921Z] ---> Running in ba370e526e8c [2021-02-02T06:24:46.252Z] Pulling go-build-helper [2021-02-02T06:24:46.521Z] Removing intermediate container 462d3f20bd0e [2021-02-02T06:24:46.521Z] ---> 119abc493c32 [2021-02-02T06:24:46.521Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:24:46.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:46.521Z] Removing intermediate container ba370e526e8c [2021-02-02T06:24:46.521Z] ---> 5e2188dee8de [2021-02-02T06:24:46.521Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T06:24:46.798Z] ---> Running in f4f429e3a4c4 [2021-02-02T06:24:46.798Z] ---> Running in ed5c2ebc60e6 [2021-02-02T06:24:46.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:47.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:47.405Z] Removing intermediate container f4f429e3a4c4 [2021-02-02T06:24:47.405Z] ---> 229595cf4fa9 [2021-02-02T06:24:47.405Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:24:47.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:47.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:47.405Z] Removing intermediate container ed5c2ebc60e6 [2021-02-02T06:24:47.405Z] ---> b08b680e675a [2021-02-02T06:24:47.405Z] Step 20/21 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:24:47.688Z] ---> Running in 77e7df4950c1 [2021-02-02T06:24:47.688Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:47.688Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:47.688Z] OK: 5 MiB in 15 packages [2021-02-02T06:24:47.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:47.688Z] ---> Running in bc493b93867d [2021-02-02T06:24:48.289Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:48.289Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:24:48.289Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:48.289Z] Removing intermediate container 77e7df4950c1 [2021-02-02T06:24:48.289Z] ---> d56256c9b54f [2021-02-02T06:24:48.289Z] Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:24:48.289Z] OK: 5 MiB in 16 packages [2021-02-02T06:24:48.561Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:48.561Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:48.561Z] OK: 5 MiB in 15 packages [2021-02-02T06:24:48.561Z] ---> Running in acb225969633 [2021-02-02T06:24:48.835Z] Removing intermediate container bc493b93867d [2021-02-02T06:24:48.835Z] ---> e710a176a57b [2021-02-02T06:24:48.835Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:24:49.107Z] ---> Running in edf87a84f7d9 [2021-02-02T06:24:49.382Z] Removing intermediate container 34832557ab26 [2021-02-02T06:24:49.382Z] ---> 82349c88ce9a [2021-02-02T06:24:49.382Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:49.659Z] Removing intermediate container acb225969633 [2021-02-02T06:24:49.659Z] ---> 229984251d68 [2021-02-02T06:24:49.659Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:24:49.659Z] ---> Running in ebe950548a2a [2021-02-02T06:24:49.659Z] Removing intermediate container edf87a84f7d9 [2021-02-02T06:24:49.659Z] ---> a64a90beb59a [2021-02-02T06:24:49.659Z] [2021-02-02T06:24:49.947Z] ---> Running in 41e30e5969a7 [2021-02-02T06:24:49.947Z] Removing intermediate container 22bee1751e2c [2021-02-02T06:24:49.947Z] ---> 0aa93160aeb9 [2021-02-02T06:24:49.947Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:24:50.224Z] ---> Running in 6646a8538c8f [2021-02-02T06:24:50.224Z] Removing intermediate container a150f33a5523 [2021-02-02T06:24:50.224Z] ---> a8a0f205f755 [2021-02-02T06:24:50.224Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:50.497Z] Successfully built a64a90beb59a [2021-02-02T06:24:50.497Z] Removing intermediate container ebe950548a2a [2021-02-02T06:24:50.497Z] ---> 0097fcb33627 [2021-02-02T06:24:50.497Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:24:50.497Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T06:24:50.497Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-02T06:24:50.497Z] ---> Running in c874f5f37fcf [2021-02-02T06:24:50.497Z] Removing intermediate container 41e30e5969a7 [2021-02-02T06:24:50.497Z] ---> 1e2e47a63749 [2021-02-02T06:24:50.497Z] [2021-02-02T06:24:50.789Z] ---> Running in 758fc818d00a [2021-02-02T06:24:50.789Z] Removing intermediate container 6646a8538c8f [2021-02-02T06:24:50.789Z] ---> 2fb734c301e9 [2021-02-02T06:24:50.789Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:24:51.061Z] ---> Running in a15d9f92e61d [2021-02-02T06:24:51.332Z] Removing intermediate container c874f5f37fcf [2021-02-02T06:24:51.332Z] ---> 1cf38d164403 [2021-02-02T06:24:51.332Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:24:51.332Z] Removing intermediate container 758fc818d00a [2021-02-02T06:24:51.332Z] ---> 6f11c011cbe4 [2021-02-02T06:24:51.332Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:24:51.332Z] Successfully built 1e2e47a63749 [2021-02-02T06:24:51.606Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T06:24:51.606Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-02T06:24:51.606Z] ---> Running in 1318ff7d1076 [2021-02-02T06:24:51.606Z] ---> Running in c14dab14105f [2021-02-02T06:24:51.885Z] Removing intermediate container a15d9f92e61d [2021-02-02T06:24:51.885Z] ---> 712e1f60a366 [2021-02-02T06:24:51.885Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:24:51.885Z] ---> Running in cabec4a64444 [2021-02-02T06:24:52.159Z] Removing intermediate container 1318ff7d1076 [2021-02-02T06:24:52.159Z] ---> d126292b9f5d [2021-02-02T06:24:52.159Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:24:52.159Z] Removing intermediate container c14dab14105f [2021-02-02T06:24:52.159Z] ---> 32e7a58ff5cb [2021-02-02T06:24:52.159Z] Step 15/23 : WORKDIR / [2021-02-02T06:24:52.433Z] ---> Running in 13c5b7b1b32a [2021-02-02T06:24:52.433Z] ---> Running in 0cd6006042b0 [2021-02-02T06:24:53.037Z] Removing intermediate container 0cd6006042b0 [2021-02-02T06:24:53.037Z] ---> f75d1a23cb6e [2021-02-02T06:24:53.037Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:53.633Z] Removing intermediate container 13c5b7b1b32a [2021-02-02T06:24:53.633Z] ---> 61905ea4f5e7 [2021-02-02T06:24:53.633Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:55.606Z] ---> 06be537b1ec8 [2021-02-02T06:24:55.606Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:24:56.197Z] ---> c8922c58252f [2021-02-02T06:24:56.197Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:24:56.473Z] Removing intermediate container cabec4a64444 [2021-02-02T06:24:56.473Z] ---> 80213ba97319 [2021-02-02T06:24:56.473Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:24:57.066Z] ---> c36bc9f815c6 [2021-02-02T06:24:57.066Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:57.341Z] ---> Running in 982d825eb692 [2021-02-02T06:24:57.341Z] ---> a4df54bbce28 [2021-02-02T06:24:57.341Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:58.322Z] Removing intermediate container 982d825eb692 [2021-02-02T06:24:58.322Z] ---> dc9f0f26bd24 [2021-02-02T06:24:58.322Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:24:59.292Z] ---> d6a6a52cef9f [2021-02-02T06:24:59.292Z] ---> f58b143aa138 [2021-02-02T06:24:59.292Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:24:59.292Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:24:59.943Z] ---> 2129f2e859e3 [2021-02-02T06:24:59.943Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:24:59.943Z] ---> Running in d2a1f3c8665a [2021-02-02T06:24:59.943Z] ---> Running in 94ff36e44c24 [2021-02-02T06:25:00.217Z] ---> Running in c5d15d4d7ab5 [2021-02-02T06:25:00.820Z] Removing intermediate container d2a1f3c8665a [2021-02-02T06:25:00.820Z] ---> 8d9f10cfe05e [2021-02-02T06:25:00.820Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:25:00.820Z] Removing intermediate container 94ff36e44c24 [2021-02-02T06:25:00.820Z] ---> 15c7170bb498 [2021-02-02T06:25:00.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:25:01.091Z] ---> Running in cc4d52bfb8db [2021-02-02T06:25:01.091Z] ---> Running in 4283aa614148 [2021-02-02T06:25:01.695Z] Removing intermediate container 4283aa614148 [2021-02-02T06:25:01.695Z] ---> e4b2ca747a5a [2021-02-02T06:25:01.695Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:25:01.695Z] Removing intermediate container cc4d52bfb8db [2021-02-02T06:25:01.695Z] ---> 49ffc2163a78 [2021-02-02T06:25:01.695Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:25:01.975Z] ---> Running in 03db43ca12fe [2021-02-02T06:25:01.975Z] ---> Running in 986f722c6804 [2021-02-02T06:25:03.423Z] Removing intermediate container 986f722c6804 [2021-02-02T06:25:03.423Z] ---> 6bea0a345476 [2021-02-02T06:25:03.423Z] Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8fRemoving intermediate container 03db43ca12fe [2021-02-02T06:25:03.423Z] [2021-02-02T06:25:03.423Z] ---> dba4aa4b1107 [2021-02-02T06:25:03.423Z] Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:25:03.699Z] Removing intermediate container c5d15d4d7ab5 [2021-02-02T06:25:03.699Z] ---> 6aa6d484b418 [2021-02-02T06:25:03.699Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:25:03.699Z] ---> Running in ab8aea7b32ab [2021-02-02T06:25:03.699Z] ---> Running in 8690dd9b582d [2021-02-02T06:25:04.689Z] Removing intermediate container 8690dd9b582d [2021-02-02T06:25:04.689Z] ---> 53c0c20f1951 [2021-02-02T06:25:04.689Z] Step 22/22 : LABEL version=0.0.0Removing intermediate container ab8aea7b32ab [2021-02-02T06:25:04.689Z] ---> 9071937b88a3 [2021-02-02T06:25:04.689Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:25:04.689Z] [2021-02-02T06:25:04.962Z] ---> 025f9c638c0c [2021-02-02T06:25:04.962Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:25:05.234Z] ---> Running in 0c02d9cc35df [2021-02-02T06:25:05.234Z] ---> Running in 69ed0f82abe8 [2021-02-02T06:25:06.681Z] Removing intermediate container 0c02d9cc35df [2021-02-02T06:25:06.681Z] ---> 248996229bec [2021-02-02T06:25:06.681Z] [2021-02-02T06:25:06.681Z] Removing intermediate container 69ed0f82abe8 [2021-02-02T06:25:06.681Z] ---> 161d6148ccde [2021-02-02T06:25:06.681Z] [2021-02-02T06:25:07.278Z] Successfully built 161d6148ccde [2021-02-02T06:25:07.278Z] Successfully built 248996229bec [2021-02-02T06:25:07.278Z] ---> 8ce7f46ee9c1 [2021-02-02T06:25:07.278Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:25:07.278Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T06:25:07.278Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-02T06:25:07.278Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T06:25:07.278Z] Building docker-core-metadata-go [2021-02-02T06:25:08.259Z]  Building docker-core-command-go ... done  ---> f732644efdb2 [2021-02-02T06:25:08.259Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:25:09.706Z] ---> 4ec153dbeb65 [2021-02-02T06:25:09.706Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:25:11.645Z] ---> 8447b29c71c1 [2021-02-02T06:25:11.645Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:25:11.645Z] ---> Running in 37b95ea968a4 [2021-02-02T06:25:12.642Z] Removing intermediate container 37b95ea968a4 [2021-02-02T06:25:12.642Z] ---> 0c4ec806cc1c [2021-02-02T06:25:12.642Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:25:14.089Z] ---> 9584c4efcdca [2021-02-02T06:25:14.089Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:25:15.072Z] ---> Running in 3a90c31017ef [2021-02-02T06:25:19.392Z] Removing intermediate container 3a90c31017ef [2021-02-02T06:25:19.392Z] ---> d2d7f6f9f808 [2021-02-02T06:25:19.392Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:25:20.387Z] ---> Running in 701b6db2535d [2021-02-02T06:25:21.375Z] Removing intermediate container 701b6db2535d [2021-02-02T06:25:21.375Z] ---> 8b216bd75196 [2021-02-02T06:25:21.375Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:25:21.653Z] ---> Running in 0378766fc856 [2021-02-02T06:25:22.285Z] Removing intermediate container 0378766fc856 [2021-02-02T06:25:22.285Z] ---> 08ebbeea62b3 [2021-02-02T06:25:22.285Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T06:25:22.879Z] ---> Running in b2e05b455d29 [2021-02-02T06:25:23.473Z] Removing intermediate container b2e05b455d29 [2021-02-02T06:25:23.473Z] ---> 007f3dcd8d2f [2021-02-02T06:25:23.473Z] Step 30/31 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:25:24.445Z] ---> Running in c3e33c6c5537 [2021-02-02T06:25:25.431Z] Removing intermediate container c3e33c6c5537 [2021-02-02T06:25:25.431Z] ---> d2d2d4be5808 [2021-02-02T06:25:25.431Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:25:26.032Z] ---> Running in 76593dd9eac0 [2021-02-02T06:25:27.011Z] Removing intermediate container 76593dd9eac0 [2021-02-02T06:25:27.011Z] ---> 4299cc4fa3e1 [2021-02-02T06:25:27.011Z] [2021-02-02T06:25:27.608Z] Successfully built 4299cc4fa3e1 [2021-02-02T06:25:27.608Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T06:25:29.049Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:29.049Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:29.049Z] ---> b038e12cecc8 [2021-02-02T06:25:29.049Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:25:29.049Z] ---> Using cache [2021-02-02T06:25:29.049Z] ---> 84608fe4e39c [2021-02-02T06:25:29.049Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:29.049Z] ---> Using cache [2021-02-02T06:25:29.324Z] ---> 6cb192d84f12 [2021-02-02T06:25:29.324Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:25:30.760Z] ---> Running in c289f2790ab6 [2021-02-02T06:25:31.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:32.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:32.982Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:25:32.982Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:25:32.982Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:25:32.982Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:25:32.982Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:25:32.982Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:25:32.982Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:25:32.982Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:25:32.982Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:25:32.982Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:25:32.982Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:25:32.982Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:25:32.982Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:25:32.982Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:25:32.982Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:25:32.982Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:25:32.982Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:25:32.982Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:25:32.982Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:25:32.982Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:25:32.982Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:25:32.982Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:25:32.982Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:25:32.982Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:25:32.982Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:25:32.982Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:25:32.982Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:25:32.982Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T06:25:32.982Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T06:25:32.982Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T06:25:32.982Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T06:25:32.982Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T06:25:32.982Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T06:25:32.982Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T06:25:32.982Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T06:25:32.982Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T06:25:32.982Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T06:25:32.982Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T06:25:32.982Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T06:25:32.982Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T06:25:32.982Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T06:25:32.982Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T06:25:32.982Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T06:25:32.982Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T06:25:32.982Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T06:25:32.982Z] Fetched 85.5 kB in 6s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T06:25:32.982Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T06:25:32.982Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T06:25:32.982Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T06:25:32.982Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T06:25:32.982Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T06:25:32.982Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T06:25:32.982Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T06:25:32.982Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T06:25:32.982Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T06:25:32.982Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T06:25:32.982Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T06:25:32.982Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T06:25:32.982Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T06:25:32.982Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T06:25:32.982Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T06:25:32.982Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T06:25:32.982Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T06:25:32.982Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T06:25:32.982Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T06:25:32.982Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T06:25:32.982Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T06:25:32.982Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T06:25:32.982Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T06:25:32.982Z] Pulling static-packages [2021-02-02T06:25:33.308Z] OK: 217 MiB in 51 packages [2021-02-02T06:25:33.555Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-02T06:25:33.555Z] Skipping pull go-build-helper (already ran) [2021-02-02T06:25:33.555Z] Skipping pull static-packages (already ran) [2021-02-02T06:25:33.555Z] Building go-build-helper [2021-02-02T06:25:35.310Z] Removing intermediate container c289f2790ab6 [2021-02-02T06:25:35.310Z] ---> 695d9b5cc640 [2021-02-02T06:25:35.310Z] Step 6/26 : COPY go.mod . [2021-02-02T06:25:35.686Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:35.686Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:35.686Z] ---> b038e12cecc8 [2021-02-02T06:25:35.686Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:25:35.686Z] ---> Using cache [2021-02-02T06:25:35.686Z] ---> 84608fe4e39c [2021-02-02T06:25:35.686Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:35.686Z] ---> Using cache [2021-02-02T06:25:35.686Z] ---> 6cb192d84f12 [2021-02-02T06:25:35.686Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:25:35.686Z] ---> Using cache [2021-02-02T06:25:35.686Z] ---> 30968dca78cf [2021-02-02T06:25:35.686Z] Step 6/24 : COPY go.mod . [2021-02-02T06:25:35.686Z] ---> Using cache [2021-02-02T06:25:35.686Z] ---> db4e28cb075b [2021-02-02T06:25:35.686Z] Step 7/24 : RUN go mod download [2021-02-02T06:25:35.686Z] ---> Using cache [2021-02-02T06:25:35.686Z] ---> 1a5b8153689d [2021-02-02T06:25:35.686Z] Step 8/24 : COPY . . [2021-02-02T06:25:36.301Z] ---> Using cache [2021-02-02T06:25:36.301Z] ---> f72b7f26f5b6 [2021-02-02T06:25:36.301Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:25:36.853Z] Building static-packages [2021-02-02T06:25:37.321Z] ---> 9794d8f80dc9 [2021-02-02T06:25:37.321Z] Step 7/26 : RUN go mod download [2021-02-02T06:25:37.601Z] ---> Running in 035525907a2e [2021-02-02T06:25:37.879Z] ---> Running in 45d2944bf841 [2021-02-02T06:25:38.771Z] Staging go-build-helper [2021-02-02T06:25:39.711Z] Staging static-packages [2021-02-02T06:25:39.873Z] 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-02-02T06:25:40.652Z] Pulling go115 [2021-02-02T06:25:41.597Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T06:25:41.597Z] Skipping pull go115 (already ran) [2021-02-02T06:25:41.597Z] Building go115 [2021-02-02T06:25:41.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:25:41.597Z] Dload Upload Total Spent Left Speed [2021-02-02T06:25:44.210Z] Removing intermediate container 45d2944bf841 [2021-02-02T06:25:44.210Z] ---> c95d0b202401 [2021-02-02T06:25:44.210Z] Step 8/26 : COPY . . [2021-02-02T06:25:44.467Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6975k 0 0 20.3M 0 0:00:05 --:--:-- 0:00:05 20.3M 41 115M 41 47.6M 0 0 35.7M 0 0:00:03 0:00:01 0:00:02 35.7M 81 115M 81 93.9M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.7M [2021-02-02T06:25:45.037Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T06:25:49.242Z] Staging go115 [2021-02-02T06:25:52.530Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:52.530Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:52.530Z] ---> b038e12cecc8 [2021-02-02T06:25:52.530Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> 84608fe4e39c [2021-02-02T06:25:52.530Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> 6cb192d84f12 [2021-02-02T06:25:52.530Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:25:52.530Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:52.530Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:52.530Z] ---> b038e12cecc8 [2021-02-02T06:25:52.530Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> 84608fe4e39c [2021-02-02T06:25:52.530Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> 6cb192d84f12 [2021-02-02T06:25:52.530Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> 30968dca78cf [2021-02-02T06:25:52.530Z] Step 6/23 : COPY go.mod . [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> db4e28cb075b [2021-02-02T06:25:52.530Z] Step 7/23 : RUN go mod download [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> 1a5b8153689d [2021-02-02T06:25:52.530Z] Step 8/23 : COPY . . [2021-02-02T06:25:52.530Z] ---> Using cache [2021-02-02T06:25:52.530Z] ---> f72b7f26f5b6 [2021-02-02T06:25:52.530Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:25:54.534Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:25:54.535Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:25:54.535Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:25:54.535Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T06:25:54.535Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T06:25:54.535Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T06:25:54.535Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T06:25:54.535Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T06:25:54.535Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T06:25:54.535Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T06:25:54.535Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T06:25:54.535Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T06:25:54.535Z] Pulling edgex-go [2021-02-02T06:25:55.106Z] Pulling version [2021-02-02T06:25:55.955Z] ---> Running in fad7993b8072 [2021-02-02T06:25:55.955Z] ---> Running in 515151c9d7c2 [2021-02-02T06:25:56.050Z] Building config-common [2021-02-02T06:25:58.592Z] Skipping build go-build-helper (already ran) [2021-02-02T06:25:58.592Z] Skipping build static-packages (already ran) [2021-02-02T06:25:58.592Z] Skipping build go115 (already ran) [2021-02-02T06:25:58.592Z] Building edgex-go [2021-02-02T06:25:58.592Z] 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-02-02T06:25:58.604Z] 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-02-02T06:25:58.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:59.538Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T06:25:59.538Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T06:25:59.538Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-02T06:25:59.538Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.6 [2021-02-02T06:25:59.538Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-02T06:25:59.538Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T06:25:59.538Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-02T06:25:59.538Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T06:25:59.538Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T06:25:59.538Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T06:25:59.538Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T06:25:59.538Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T06:25:59.538Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T06:25:59.538Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T06:25:59.538Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T06:25:59.538Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T06:25:59.538Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T06:25:59.538Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T06:25:59.538Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T06:25:59.538Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T06:25:59.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:59.803Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T06:25:59.803Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T06:25:59.803Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T06:25:59.803Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T06:25:59.803Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T06:25:59.803Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T06:25:59.803Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T06:25:59.803Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T06:25:59.803Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T06:25:59.803Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T06:26:00.381Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T06:26:00.576Z] OK: 217 MiB in 51 packages [2021-02-02T06:26:00.952Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T06:26:04.921Z] Removing intermediate container fad7993b8072 [2021-02-02T06:26:04.921Z] ---> 160d585f7461 [2021-02-02T06:26:04.921Z] Step 6/23 : COPY go.mod . [2021-02-02T06:26:06.237Z] 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-02-02T06:26:06.911Z] ---> 3e3678c1b311 [2021-02-02T06:26:06.911Z] Step 7/23 : RUN go mod download [2021-02-02T06:26:07.194Z] ---> Running in d1875f38a45e [2021-02-02T06:26:10.440Z] 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-02-02T06:26:11.826Z] 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-02-02T06:26:12.397Z] 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-02-02T06:26:12.967Z] 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-02-02T06:26:12.967Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T06:26:12.967Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T06:26:12.967Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T06:26:12.967Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T06:26:13.957Z] Removing intermediate container d1875f38a45e [2021-02-02T06:26:13.957Z] ---> 2a1b8ed8da5a [2021-02-02T06:26:13.957Z] Step 8/23 : COPY . . [2021-02-02T06:26:13.957Z] ---> 7131ca576102 [2021-02-02T06:26:13.957Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:26:13.957Z] ---> Running in ea68b8c09f7a [2021-02-02T06:26:14.882Z] 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-02-02T06:26:14.882Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T06:26:14.882Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T06:26:15.408Z] 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-02-02T06:26:15.837Z] 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-02-02T06:26:16.779Z] 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-02-02T06:26:16.779Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T06:26:18.162Z] 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-02-02T06:26:18.734Z] 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-02-02T06:26:19.675Z] 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-02-02T06:26:19.675Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T06:26:20.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-02T06:26:20.623Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T06:26:23.167Z] Building version [2021-02-02T06:26:25.084Z] Staging config-common [2021-02-02T06:26:26.027Z] Skipping stage go-build-helper (already ran) [2021-02-02T06:26:26.027Z] Skipping stage static-packages (already ran) [2021-02-02T06:26:26.027Z] Skipping stage go115 (already ran) [2021-02-02T06:26:26.027Z] Staging edgex-go [2021-02-02T06:26:26.970Z] Staging version [2021-02-02T06:26:27.922Z] Priming config-common [2021-02-02T06:26:28.866Z] Priming go-build-helper [2021-02-02T06:26:29.819Z] Priming static-packages [2021-02-02T06:26:31.932Z] Priming go115 [2021-02-02T06:26:32.919Z] Priming edgex-go [2021-02-02T06:26:33.825Z] 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-02-02T06:26:33.930Z] Priming version [2021-02-02T06:26:34.808Z] ---> 83532f693031 [2021-02-02T06:26:34.808Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:26:34.808Z] ---> Running in 0efa8910d1bb [2021-02-02T06:26:35.004Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [2021-02-02T06:26:36.790Z] 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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T06:26:49.221Z] Removing intermediate container 035525907a2e [2021-02-02T06:26:49.221Z] ---> df7c77c37746 [2021-02-02T06:26:49.221Z] [2021-02-02T06:26:49.221Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:26:49.221Z] ---> afeebe901d6b [2021-02-02T06:26:49.221Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:26:49.221Z] ---> Running in 91233079bca7 [2021-02-02T06:26:49.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:50.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:50.700Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:26:50.700Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:26:50.700Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:26:50.700Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:26:50.700Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:26:50.977Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:26:50.977Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:26:51.258Z] OK: 7 MiB in 19 packages [2021-02-02T06:26:53.257Z] Removing intermediate container 91233079bca7 [2021-02-02T06:26:53.257Z] ---> cdc3b275cd5d [2021-02-02T06:26:53.257Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:26:53.537Z] ---> Running in 4fa3e786707c [2021-02-02T06:26:54.141Z] Removing intermediate container 4fa3e786707c [2021-02-02T06:26:54.141Z] ---> c794aa0a828b [2021-02-02T06:26:54.141Z] Step 13/24 : WORKDIR / [2021-02-02T06:26:54.419Z] ---> Running in f17f3ddbb887 [2021-02-02T06:26:55.022Z] Removing intermediate container f17f3ddbb887 [2021-02-02T06:26:55.022Z] ---> 4c737790c87e [2021-02-02T06:26:55.022Z] 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-02-02T06:26:56.026Z] ---> b00751f55cef [2021-02-02T06:26:56.026Z] 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-02-02T06:26:57.490Z] ---> d251a4cc3293 [2021-02-02T06:26:57.490Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:26:58.484Z] ---> e75aa28b7b26 [2021-02-02T06:26:58.484Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:27:00.492Z] ---> e6243f182bee [2021-02-02T06:27:00.492Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:27:02.509Z] ---> 3ec3f9c777b9 [2021-02-02T06:27:02.509Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:27:03.107Z] ---> 968ddd66ecf7 [2021-02-02T06:27:03.107Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-02T06:27:03.385Z] ---> Running in e8576d0899f2 [2021-02-02T06:27:06.815Z] Removing intermediate container e8576d0899f2 [2021-02-02T06:27:06.815Z] ---> 44409c2514c2 [2021-02-02T06:27:06.815Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:27:06.815Z] ---> Running in e56f97f7ce13 [2021-02-02T06:27:07.438Z] Removing intermediate container e56f97f7ce13 [2021-02-02T06:27:07.438Z] ---> 12fd7bba45cf [2021-02-02T06:27:07.438Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T06:27:07.717Z] ---> Running in d7e3e5122982 [2021-02-02T06:27:08.316Z] Removing intermediate container d7e3e5122982 [2021-02-02T06:27:08.316Z] ---> ceb498f10e77 [2021-02-02T06:27:08.316Z] Step 23/24 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:27:08.594Z] ---> Running in 080def2dac38 [2021-02-02T06:27:08.927Z] Removing intermediate container 080def2dac38 [2021-02-02T06:27:08.927Z] ---> 13cba81a8761 [2021-02-02T06:27:08.927Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:27:09.242Z] ---> Running in 8ac35f3963e2 [2021-02-02T06:27:09.911Z] Removing intermediate container 8ac35f3963e2 [2021-02-02T06:27:09.911Z] ---> 08add069738c [2021-02-02T06:27:09.911Z] [2021-02-02T06:27:10.665Z] Successfully built 08add069738c [2021-02-02T06:27:10.665Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T06:27:37.531Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ea68b8c09f7a [2021-02-02T06:27:37.531Z] ---> 2b8ddef9f486 [2021-02-02T06:27:37.531Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:27:37.532Z] ---> Running in 1d8100ed6d46 [2021-02-02T06:27:37.532Z] 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-02-02T06:27:40.168Z] Removing intermediate container 515151c9d7c2 [2021-02-02T06:27:40.168Z] ---> ec7e8cd5a620 [2021-02-02T06:27:40.168Z] [2021-02-02T06:27:40.168Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:27:40.168Z] ---> afeebe901d6b [2021-02-02T06:27:40.168Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:27:40.168Z] ---> Using cache [2021-02-02T06:27:40.168Z] ---> a8a0f205f755 [2021-02-02T06:27:40.168Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:27:40.168Z] ---> Using cache [2021-02-02T06:27:40.168Z] ---> 1cf38d164403 [2021-02-02T06:27:40.168Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:27:40.168Z] ---> Running in 95acffff6619 [2021-02-02T06:27:41.152Z] Removing intermediate container 95acffff6619 [2021-02-02T06:27:41.152Z] ---> e6ad949bb844 [2021-02-02T06:27:41.152Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:27:41.427Z] ---> Running in d1b13fba9edb [2021-02-02T06:27:42.043Z] Removing intermediate container 1d8100ed6d46 [2021-02-02T06:27:42.043Z] ---> ee41ed0e4187 [2021-02-02T06:27:42.043Z] [2021-02-02T06:27:42.043Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:27:42.043Z] 20.10.0: Pulling from library/docker [2021-02-02T06:27:42.322Z] Removing intermediate container d1b13fba9edb [2021-02-02T06:27:42.322Z] ---> 70197d907501 [2021-02-02T06:27:42.322Z] Step 15/23 : WORKDIR / [2021-02-02T06:27:42.597Z] ---> Running in 7fe830379255 [2021-02-02T06:27:43.595Z] Removing intermediate container 7fe830379255 [2021-02-02T06:27:43.595Z] ---> 98b2881ed43b [2021-02-02T06:27:43.595Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:27:46.255Z] ---> afd0a0b19a2b [2021-02-02T06:27:46.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:27:48.273Z] ---> 59aef326d57a [2021-02-02T06:27:48.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:27:49.700Z] ---> 9324fcf74c17 [2021-02-02T06:27:49.700Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:27:49.700Z] ---> Running in da9fc52f52be [2021-02-02T06:27:50.290Z] Removing intermediate container da9fc52f52be [2021-02-02T06:27:50.290Z] ---> fbf8c41fc78e [2021-02-02T06:27:50.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:27:50.563Z] ---> Running in 03ba61eb4905 [2021-02-02T06:27:51.169Z] Removing intermediate container 03ba61eb4905 [2021-02-02T06:27:51.169Z] ---> 8f19047aaee8 [2021-02-02T06:27:51.169Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:27:51.442Z] ---> Running in 3cf35848fa68 [2021-02-02T06:27:52.420Z] Removing intermediate container 3cf35848fa68 [2021-02-02T06:27:52.420Z] ---> 75059b1f6760 [2021-02-02T06:27:52.420Z] Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:27:52.696Z] ---> Running in 1810e396982f [2021-02-02T06:27:53.294Z] Removing intermediate container 1810e396982f [2021-02-02T06:27:53.294Z] ---> 4c7d409b91d6 [2021-02-02T06:27:53.294Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:27:53.888Z] ---> Running in e983b19d9eb5 [2021-02-02T06:27:54.488Z] Removing intermediate container e983b19d9eb5 [2021-02-02T06:27:54.488Z] ---> b3adf39f3e8d [2021-02-02T06:27:54.488Z] [2021-02-02T06:27:54.760Z] Successfully built b3adf39f3e8d [2021-02-02T06:27:54.760Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T06:27:55.355Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:27:55.355Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:27:55.355Z] ---> eeaf43b92773 [2021-02-02T06:27:55.355Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:27:55.628Z] ---> Running in e354a3d5ad2f [2021-02-02T06:27:56.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:56.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:57.470Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:27:57.741Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:27:57.741Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:27:57.741Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:27:57.741Z] OK: 12 MiB in 22 packages [2021-02-02T06:27:59.732Z] Removing intermediate container e354a3d5ad2f [2021-02-02T06:27:59.732Z] ---> 9d48ea1a64f5 [2021-02-02T06:27:59.732Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:27:59.732Z] Removing intermediate container 0efa8910d1bb [2021-02-02T06:27:59.732Z] ---> ca92b55e95e4 [2021-02-02T06:27:59.732Z] [2021-02-02T06:27:59.732Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:27:59.732Z] ---> afeebe901d6b [2021-02-02T06:27:59.732Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:27:59.732Z] ---> Running in 85224ad6d9f2 [2021-02-02T06:27:59.732Z] ---> Running in 5036b49430f4 [2021-02-02T06:28:00.328Z] Removing intermediate container 85224ad6d9f2 [2021-02-02T06:28:00.328Z] ---> 24693b3f3a1c [2021-02-02T06:28:00.328Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:28:00.328Z] Removing intermediate container 5036b49430f4 [2021-02-02T06:28:00.328Z] ---> 3f5a91378c82 [2021-02-02T06:28:00.328Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:28:00.328Z] ---> Running in 4aad103dd366 [2021-02-02T06:28:00.328Z] ---> Running in de408b7213f0 [2021-02-02T06:28:00.924Z] Removing intermediate container 4aad103dd366 [2021-02-02T06:28:00.924Z] ---> 1f3f040cf6d3 [2021-02-02T06:28:00.924Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:28:00.924Z] Removing intermediate container de408b7213f0 [2021-02-02T06:28:00.924Z] ---> 98379b28319c [2021-02-02T06:28:00.924Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:28:00.924Z] ---> Running in 72820dda91f9 [2021-02-02T06:28:01.197Z] ---> Running in 9d989fc40275 [2021-02-02T06:28:01.469Z] Removing intermediate container 72820dda91f9 [2021-02-02T06:28:01.469Z] ---> 281c49a57acb [2021-02-02T06:28:01.469Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:28:01.469Z] Removing intermediate container 9d989fc40275 [2021-02-02T06:28:01.469Z] ---> 2f5978643d07 [2021-02-02T06:28:01.469Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:28:01.742Z] ---> Running in 98895d6470a8 [2021-02-02T06:28:02.721Z] ---> 331a1bd9b5a5 [2021-02-02T06:28:02.721Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:28:03.703Z] ---> 3edf91b292fc [2021-02-02T06:28:03.703Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:28:03.973Z] Removing intermediate container 98895d6470a8 [2021-02-02T06:28:03.974Z] ---> a327a982cddb [2021-02-02T06:28:03.974Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:28:04.250Z] ---> Running in c3832c82d40e [2021-02-02T06:28:04.250Z] ---> 65018bd15fc8 [2021-02-02T06:28:04.250Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:28:04.521Z] ---> Running in ac872debc6bf [2021-02-02T06:28:05.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:05.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:05.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:06.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:06.311Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:28:06.311Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:28:06.311Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:28:06.311Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:28:06.311Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:28:06.311Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:28:06.311Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:28:06.905Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:28:06.905Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:28:06.905Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:28:07.177Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:28:07.446Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:28:07.446Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:28:07.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:07.718Z] OK: 8 MiB in 20 packages [2021-02-02T06:28:08.313Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:28:08.313Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:28:08.313Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:28:08.313Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:28:08.313Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:28:08.313Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:28:08.313Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:28:08.313Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:28:08.313Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:28:08.588Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:28:08.588Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:28:08.588Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:28:08.588Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:28:08.588Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:28:08.588Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:28:08.588Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:28:08.588Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:28:08.588Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:28:08.588Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:28:08.860Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:28:08.860Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:28:08.860Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:28:08.860Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:28:08.860Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:28:08.860Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:28:08.860Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:28:09.131Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:09.131Z] OK: 71 MiB in 55 packages [2021-02-02T06:28:09.762Z] Removing intermediate container c3832c82d40e [2021-02-02T06:28:09.762Z] ---> 0b148db097ca [2021-02-02T06:28:09.762Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:28:10.746Z] ---> 68a9c263a131 [2021-02-02T06:28:10.746Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:28:12.723Z] ---> 9324525cbb0a [2021-02-02T06:28:12.723Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:28:13.320Z] ---> 0d734619a2ef [2021-02-02T06:28:13.320Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:28:13.595Z] ---> Running in 371de4e4e40f [2021-02-02T06:28:14.193Z] Removing intermediate container 371de4e4e40f [2021-02-02T06:28:14.193Z] ---> 9b3e9f23c670 [2021-02-02T06:28:14.193Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:28:14.193Z] ---> Running in 042be031d838 [2021-02-02T06:28:14.800Z] Removing intermediate container 042be031d838 [2021-02-02T06:28:14.800Z] ---> 346b20d8c1a1 [2021-02-02T06:28:14.800Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:28:15.077Z] Removing intermediate container ac872debc6bf [2021-02-02T06:28:15.077Z] ---> 2a830ef2bea3 [2021-02-02T06:28:15.077Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:28:15.077Z] ---> Running in 97726b8b2369 [2021-02-02T06:28:15.077Z] ---> Running in d62f07b8ab69 [2021-02-02T06:28:15.686Z] Removing intermediate container 97726b8b2369 [2021-02-02T06:28:15.686Z] ---> f6d99f686e93 [2021-02-02T06:28:15.686Z] Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:28:15.965Z] ---> Running in 32baf8870509 [2021-02-02T06:28:16.241Z] Removing intermediate container 32baf8870509 [2021-02-02T06:28:16.241Z] ---> 6c584fe3f2d3 [2021-02-02T06:28:16.241Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:28:16.524Z] ---> Running in 25939441f2b7 [2021-02-02T06:28:17.135Z] Removing intermediate container 25939441f2b7 [2021-02-02T06:28:17.135Z] ---> d6e6dd94d52c [2021-02-02T06:28:17.135Z] [2021-02-02T06:28:17.409Z] Successfully built d6e6dd94d52c [2021-02-02T06:28:17.409Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T06:28:20.022Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-02T06:28:20.022Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:28:20.991Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:28:20.991Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:28:21.261Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:28:21.261Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:28:22.236Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:28:22.236Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:28:25.610Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:28:25.610Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:28:27.068Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:28:27.068Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:28:29.086Z] 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-02-02T06:28:29.677Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:28:29.949Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:28:30.223Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:28:30.223Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:28:32.184Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:28:32.184Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:28:33.151Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:28:33.151Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:28:33.421Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:28:33.422Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:28:34.011Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:28:34.011Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:28:34.280Z] 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-02-02T06:28:34.281Z] 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-02-02T06:28:34.550Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:28:34.550Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:28:34.550Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:28:34.550Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:28:34.550Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:28:34.550Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:28:35.518Z] Installing collected packages: jsonschema, cached-property, PyYAML, texttable, docopt, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2021-02-02T06:28:35.788Z] Running setup.py install for PyYAML: started [2021-02-02T06:28:37.747Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:28:37.747Z] Running setup.py install for texttable: started [2021-02-02T06:28:39.709Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:28:39.709Z] Running setup.py install for docopt: started [2021-02-02T06:28:41.671Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:28:41.671Z] Attempting uninstall: idna [2021-02-02T06:28:41.671Z] Found existing installation: idna 2.9 [2021-02-02T06:28:41.671Z] Uninstalling idna-2.9: [2021-02-02T06:28:41.671Z] Successfully uninstalled idna-2.9 [2021-02-02T06:28:42.271Z] Attempting uninstall: urllib3 [2021-02-02T06:28:42.271Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:28:42.271Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:28:42.271Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:28:42.872Z] Attempting uninstall: requests [2021-02-02T06:28:42.872Z] Found existing installation: requests 2.23.0 [2021-02-02T06:28:42.872Z] Uninstalling requests-2.23.0: [2021-02-02T06:28:42.872Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:28:43.151Z] Running setup.py install for dockerpty: started [2021-02-02T06:28:45.127Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:28:47.084Z] 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-02-02T06:28:51.378Z] Removing intermediate container d62f07b8ab69 [2021-02-02T06:28:51.378Z] ---> 6021ebc16707 [2021-02-02T06:28:51.378Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:28:51.378Z] ---> Running in 0f1e975bc307 [2021-02-02T06:28:51.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:52.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:52.832Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:28:52.832Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:28:52.832Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:28:52.832Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:52.833Z] OK: 71 MiB in 58 packages [2021-02-02T06:28:54.255Z] Removing intermediate container 0f1e975bc307 [2021-02-02T06:28:54.255Z] ---> 4db0a4f1e514 [2021-02-02T06:28:54.255Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:28:54.255Z] ---> Running in 162342b31c54 [2021-02-02T06:28:54.846Z] Removing intermediate container 162342b31c54 [2021-02-02T06:28:54.846Z] ---> 00a0f2b0a3a5 [2021-02-02T06:28:54.846Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:28:54.846Z] ---> Running in 27e1a73a1bf6 [2021-02-02T06:28:55.436Z] Removing intermediate container 27e1a73a1bf6 [2021-02-02T06:28:55.436Z] ---> 58c3d15b4b81 [2021-02-02T06:28:55.436Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T06:28:55.436Z] ---> Running in 1a7ca40f4af1 [2021-02-02T06:28:56.029Z] Removing intermediate container 1a7ca40f4af1 [2021-02-02T06:28:56.029Z] ---> 724575373ef0 [2021-02-02T06:28:56.029Z] Step 25/26 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [2021-02-02T06:28:56.029Z] ---> Running in 730dd503f8fb [2021-02-02T06:28:56.620Z] Removing intermediate container 730dd503f8fb [2021-02-02T06:28:56.620Z] ---> 09ca631df37b [2021-02-02T06:28:56.620Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:28:56.620Z] ---> Running in 70396c50085a [2021-02-02T06:28:57.212Z] Removing intermediate container 70396c50085a [2021-02-02T06:28:57.212Z] ---> 0da430bdd624 [2021-02-02T06:28:57.212Z] [2021-02-02T06:28:57.495Z] Successfully built 0da430bdd624 [2021-02-02T06:28:57.495Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T06:28:57.785Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T06:28:57.788Z] $ docker stop --time=1 0e38cb810542bde27e3dd7ac197ac9be6972c6180e829d4beb4039d5b3f95c53 [2021-02-02T06:28:59.763Z] $ docker rm -f 0e38cb810542bde27e3dd7ac197ac9be6972c6180e829d4beb4039d5b3f95c53 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:29:00.596Z] + docker images [2021-02-02T06:29:00.596Z] + grep docker [2021-02-02T06:29:00.866Z] docker-sys-mgmt-agent-go-arm64 latest 0da430bdd624 4 seconds ago 300MB [2021-02-02T06:29:00.866Z] docker-core-data-go-arm64 latest d6e6dd94d52c 44 seconds ago 21MB [2021-02-02T06:29:00.866Z] docker-core-metadata-go-arm64 latest b3adf39f3e8d About a minute ago 17.8MB [2021-02-02T06:29:00.866Z] docker-security-secretstore-setup-go-arm64 latest 08add069738c About a minute ago 23.4MB [2021-02-02T06:29:00.866Z] docker-security-bootstrapper-go-arm64 latest 4299cc4fa3e1 3 minutes ago 22.6MB [2021-02-02T06:29:00.866Z] docker-support-scheduler-go-arm64 latest 161d6148ccde 3 minutes ago 16.1MB [2021-02-02T06:29:00.866Z] docker-core-command-go-arm64 latest 248996229bec 3 minutes ago 16MB [2021-02-02T06:29:00.866Z] docker-support-notifications-go-arm64 latest 1e2e47a63749 4 minutes ago 16MB [2021-02-02T06:29:00.866Z] docker-security-proxy-setup-go-arm64 latest a64a90beb59a 4 minutes ago 23.2MB [2021-02-02T06:29:00.866Z] docker 20.10.0 eeaf43b92773 7 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-02-02T06:29:03.205Z] provisioning config files... [2021-02-02T06:29:03.222Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config886310119898736117tmp [Pipeline] { [Pipeline] sh [2021-02-02T06:29:03.651Z] + set +x [2021-02-02T06:29:03.651Z] + curl -s https://codecov.io/bash [2021-02-02T06:29:03.651Z] + bash -s -- [2021-02-02T06:29:03.914Z] [2021-02-02T06:29:03.914Z] _____ _ [2021-02-02T06:29:03.914Z] / ____| | | [2021-02-02T06:29:03.914Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T06:29:03.914Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T06:29:03.914Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T06:29:03.914Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T06:29:03.914Z] Bash-20210129-7c25fce [2021-02-02T06:29:03.914Z] [2021-02-02T06:29:03.914Z] [2021-02-02T06:29:03.914Z] ==> git version 2.24.3 found [2021-02-02T06:29:03.914Z] ==> 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-02-02T06:29:03.914Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T06:29:03.914Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T06:29:04.177Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T06:29:04.177Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T06:29:04.177Z] ==> Jenkins CI detected. [2021-02-02T06:29:04.177Z] project root: . [2021-02-02T06:29:04.177Z] --> token set from env [2021-02-02T06:29:04.177Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T06:29:04.177Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T06:29:04.177Z] ==> Python coveragepy not found [2021-02-02T06:29:04.177Z] ==> Searching for coverage reports in: [2021-02-02T06:29:04.177Z] + . [2021-02-02T06:29:04.177Z] -> Found 1 reports [2021-02-02T06:29:04.177Z] ==> Detecting git/mercurial file structure [2021-02-02T06:29:04.440Z] ==> Reading reports [2021-02-02T06:29:04.440Z] + ./coverage.out bytes=574984 [2021-02-02T06:29:04.440Z] ==> Appending adjustments [2021-02-02T06:29:04.440Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T06:29:07.769Z] + Found adjustments [2021-02-02T06:29:07.769Z] ==> Gzipping contents [2021-02-02T06:29:07.769Z] 88K /tmp/codecov.4eVaU0.gz [2021-02-02T06:29:07.769Z] ==> Uploading reports [2021-02-02T06:29:07.769Z] url: https://codecov.io [2021-02-02T06:29:07.769Z] query: branch=PR-3112&commit=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= [2021-02-02T06:29:07.769Z] -> Pinging Codecov [2021-02-02T06:29:07.769Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3112&commit=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= [2021-02-02T06:29:08.346Z] -> Uploading to [2021-02-02T06:29:08.347Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/616cd62c9b10b52737baae2c5ed3475b7d7bfd8f/563013d6-583e-4c15-b414-f2f734d87ce0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T062908Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3617d8c71ad7e45fb20158ea6d154cdc99a573941728bd01823549881a34a256 [2021-02-02T06:29:08.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:29:08.347Z] Dload Upload Total Spent Left Speed [2021-02-02T06:29:08.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87010 0 0 100 87010 0 180k --:--:-- --:--:-- --:--:-- 180k 100 87010 0 0 100 87010 0 180k --:--:-- --:--:-- --:--:-- 180k [2021-02-02T06:29:08.925Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [Pipeline] } [2021-02-02T06:29:08.962Z] 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-02-02T06:29:11.787Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:12.711Z] ---> package-listing.sh [2021-02-02T06:29:12.711Z] ++ facter osfamily [2021-02-02T06:29:12.711Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T06:29:12.711Z] + OS_FAMILY=redhat [2021-02-02T06:29:12.711Z] + workspace=/w/workspace/edgex-go/1 [2021-02-02T06:29:12.711Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T06:29:12.711Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T06:29:12.711Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T06:29:12.711Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T06:29:12.711Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:29:12.711Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T06:29:12.711Z] + case "${OS_FAMILY}" in [2021-02-02T06:29:12.711Z] + rpm -qa [2021-02-02T06:29:12.711Z] + sort [2021-02-02T06:29:18.130Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T06:29:18.131Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T06:29:18.131Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T06:29:18.131Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:29:18.131Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-02T06:29:18.131Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-02T06:29:18.170Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T06:29:18.482Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:29:18.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:19.085Z] [2021-02-02T06:29:19.085Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:29:19.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:19.484Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T06:29:19.484Z] df20fa9351a1: Pulling fs layer [2021-02-02T06:29:19.484Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T06:29:19.484Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T06:29:19.484Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T06:29:19.484Z] 93b61091891f: Pulling fs layer [2021-02-02T06:29:19.484Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T06:29:19.484Z] 5e14af77c1be: Pulling fs layer [2021-02-02T06:29:19.484Z] 01666e4c0597: Pulling fs layer [2021-02-02T06:29:19.484Z] aa168da1d23b: Pulling fs layer [2021-02-02T06:29:19.484Z] 93b61091891f: Waiting [2021-02-02T06:29:19.484Z] 01666e4c0597: Waiting [2021-02-02T06:29:19.484Z] aa168da1d23b: Waiting [2021-02-02T06:29:19.484Z] 93b9cdb0e59b: Waiting [2021-02-02T06:29:19.484Z] 5e14af77c1be: Waiting [2021-02-02T06:29:19.484Z] 46f8f816bc3b: Waiting [2021-02-02T06:29:19.484Z] 36b3adc4ff6f: Download complete [2021-02-02T06:29:19.484Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T06:29:19.484Z] 46f8f816bc3b: Download complete [2021-02-02T06:29:19.752Z] df20fa9351a1: Verifying Checksum [2021-02-02T06:29:19.752Z] df20fa9351a1: Download complete [2021-02-02T06:29:19.752Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T06:29:19.752Z] 93b9cdb0e59b: Download complete [2021-02-02T06:29:19.752Z] 93b61091891f: Verifying Checksum [2021-02-02T06:29:19.752Z] 93b61091891f: Download complete [2021-02-02T06:29:19.752Z] 5e14af77c1be: Verifying Checksum [2021-02-02T06:29:19.752Z] 5e14af77c1be: Download complete [2021-02-02T06:29:19.752Z] 01666e4c0597: Verifying Checksum [2021-02-02T06:29:19.752Z] 01666e4c0597: Download complete [2021-02-02T06:29:19.752Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T06:29:19.752Z] 8ad3a11d3b57: Download complete [2021-02-02T06:29:20.022Z] df20fa9351a1: Pull complete [2021-02-02T06:29:20.288Z] 36b3adc4ff6f: Pull complete [2021-02-02T06:29:21.264Z] 8ad3a11d3b57: Pull complete [2021-02-02T06:29:21.532Z] 46f8f816bc3b: Pull complete [2021-02-02T06:29:21.796Z] aa168da1d23b: Verifying Checksum [2021-02-02T06:29:21.796Z] aa168da1d23b: Download complete [2021-02-02T06:29:22.371Z] 93b61091891f: Pull complete [2021-02-02T06:29:22.634Z] 93b9cdb0e59b: Pull complete [2021-02-02T06:29:22.634Z] 5e14af77c1be: Pull complete [2021-02-02T06:29:22.634Z] 01666e4c0597: Pull complete [2021-02-02T06:29:30.879Z] aa168da1d23b: Pull complete [2021-02-02T06:29:30.879Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T06:29:30.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:30.879Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T06:29:31.084Z] prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container [2021-02-02T06:29:31.139Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T06:29:35.549Z] $ docker top 02909b222a813e5104041552b3162faa4485f70b50ce95b79eb3814943efd325 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:29:36.157Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T06:29:36.496Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T06:29:36.832Z] + ls /var/log/sa-host [2021-02-02T06:29:36.832Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T06:29:36.832Z] file_magic: OK [2021-02-02T06:29:36.832Z] HZ: Using current value: 100 [2021-02-02T06:29:36.832Z] file_header: OK [2021-02-02T06:29:36.832Z] 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-02-02T06:29:36.832Z] Statistics: [2021-02-02T06:29:36.832Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-02T06:29:36.832Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T06:29:36.832Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T06:29:36.832Z] file_magic: OK [2021-02-02T06:29:36.832Z] HZ: Using current value: 100 [2021-02-02T06:29:36.832Z] file_header: OK [2021-02-02T06:29:36.832Z] 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-02-02T06:29:36.832Z] Statistics: [2021-02-02T06:29:36.832Z] Hnuu...uuuununununu... [2021-02-02T06:29:36.832Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T06:29:37.102Z] provisioning config files... [2021-02-02T06:29:37.116Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config834886587514526740tmp [Pipeline] { [Pipeline] echo [2021-02-02T06:29:37.228Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:37.561Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T06:29:37.598Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T06:29:37.731Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:38.070Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T06:29:38.104Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:38.446Z] ---> sudo-logs.sh [2021-02-02T06:29:38.446Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T06:29:38.480Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:38.813Z] ---> job-cost.sh [2021-02-02T06:29:38.813Z] lf-activate-venv: SKIPPING [2021-02-02T06:29:38.813Z] INFO: No Stack... [2021-02-02T06:29:39.760Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T06:29:40.337Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T06:29:40.368Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:40.705Z] ---> logs-deploy.sh [2021-02-02T06:29:40.705Z] lf-activate-venv: SKIPPING [2021-02-02T06:29:40.705Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3112/1 [2021-02-02T06:29:40.705Z] INFO: archiving workspace using pattern(s): [2021-02-02T06:29:42.631Z] Archives upload complete. [2021-02-02T06:29:42.631Z] INFO: archiving logs to Nexus