Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f7efb5deb29471de2049316a9acc6d4b0d94d324+2d44ac80c31bebaf6982c3b2fc77103a37445d49 (67696f856dc7667cf3046dbda0ee9850974db3de) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18570 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2d44ac80c31bebaf6982c3b2fc77103a37445d49 into PR head commit f7efb5deb29471de2049316a9acc6d4b0d94d324 Merge succeeded, producing f7efb5deb29471de2049316a9acc6d4b0d94d324 Checking out Revision f7efb5deb29471de2049316a9acc6d4b0d94d324 (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # 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 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. > git rev-list --no-walk 731b95cf4d64e4ac612b7f3d7968932098cbaec8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T21:16:07.385Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T21:16:07.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T21:16:07.809Z] ========================================================= [2021-01-05T21:16:07.809Z] EdgeX Global Pipelines Version Info [2021-01-05T21:16:07.809Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:16:09.693Z] ------------------- [2021-01-05T21:16:09.693Z] stable info: [2021-01-05T21:16:09.693Z] ------------------- [2021-01-05T21:16:09.693Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T21:16:09.693Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T21:16:09.693Z] Message: update stable to v1.0.173 [2021-01-05T21:16:10.266Z] ------------------- [2021-01-05T21:16:10.266Z] experimental info: [2021-01-05T21:16:10.266Z] ------------------- [2021-01-05T21:16:10.267Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T21:16:10.267Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T21:16:10.267Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T21:16:10.545Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T21:16:10.649Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T21:16:10.769Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T21:16:10.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T21:16:11.053Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T21:16:11.152Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T21:16:11.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T21:16:11.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T21:16:11.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T21:16:11.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T21:16:11.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T21:16:11.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T21:16:11.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T21:16:11.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T21:16:12.103Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T21:16:12.206Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T21:16:12.297Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T21:16:12.399Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T21:16:12.509Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T21:16:12.601Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T21:16:12.694Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T21:16:12.787Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T21:16:12.882Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T21:16:12.967Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-05T21:16:13.111Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-05T21:16:13.218Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-05T21:16:13.342Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7efb5deb29471de2049316a9acc6d4b0d94d324 [Pipeline] echo [2021-01-05T21:16:13.441Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7efb5d [Pipeline] echo [2021-01-05T21:16:13.535Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T21:16:13.714Z] provisioning config files... [2021-01-05T21:16:13.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config9113367643332964214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:16:14.147Z] ---> docker-login.sh [2021-01-05T21:16:14.147Z] nexus3.edgexfoundry.org:10001 [2021-01-05T21:16:14.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:16:14.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:16:14.673Z] Configure a credential helper to remove this warning. See [2021-01-05T21:16:14.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:16:14.673Z] [2021-01-05T21:16:14.673Z] Login Succeeded [2021-01-05T21:16:14.673Z] nexus3.edgexfoundry.org:10002 [2021-01-05T21:16:14.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:16:14.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:16:14.673Z] Configure a credential helper to remove this warning. See [2021-01-05T21:16:14.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:16:14.673Z] [2021-01-05T21:16:14.673Z] Login Succeeded [2021-01-05T21:16:14.673Z] nexus3.edgexfoundry.org:10003 [2021-01-05T21:16:14.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:16:14.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:16:14.935Z] Configure a credential helper to remove this warning. See [2021-01-05T21:16:14.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:16:14.935Z] [2021-01-05T21:16:14.935Z] Login Succeeded [2021-01-05T21:16:14.935Z] nexus3.edgexfoundry.org:10004 [2021-01-05T21:16:15.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:16:15.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:16:15.196Z] Configure a credential helper to remove this warning. See [2021-01-05T21:16:15.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:16:15.196Z] [2021-01-05T21:16:15.196Z] Login Succeeded [2021-01-05T21:16:15.196Z] docker.io [2021-01-05T21:16:15.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:16:15.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:16:15.459Z] Configure a credential helper to remove this warning. See [2021-01-05T21:16:15.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:16:15.459Z] [2021-01-05T21:16:15.459Z] Login Succeeded [2021-01-05T21:16:15.459Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T21:16:15.469Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T21:16:15.935Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T21:16:15.935Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T21:16:15.935Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T21:16:15.935Z] ++ cut -d/ -f2 [2021-01-05T21:16:15.935Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T21:16:16.006Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:16:17.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T21:16:17.457Z] [2021-01-05T21:16:17.457Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:16:17.811Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T21:16:17.811Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T21:16:17.811Z] 31603596830f: Pulling fs layer [2021-01-05T21:16:17.811Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T21:16:17.811Z] 6ca5941a6612: Pulling fs layer [2021-01-05T21:16:17.811Z] ecc8261a40a4: Pulling fs layer [2021-01-05T21:16:17.811Z] ecc8261a40a4: Waiting [2021-01-05T21:16:17.811Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T21:16:17.811Z] 2a8b12db71e7: Download complete [2021-01-05T21:16:18.084Z] 31603596830f: Download complete [2021-01-05T21:16:18.084Z] ecc8261a40a4: Verifying Checksum [2021-01-05T21:16:18.084Z] ecc8261a40a4: Download complete [2021-01-05T21:16:18.084Z] 6ca5941a6612: Verifying Checksum [2021-01-05T21:16:18.084Z] 6ca5941a6612: Download complete [2021-01-05T21:16:18.354Z] 31603596830f: Pull complete [2021-01-05T21:16:18.354Z] 2a8b12db71e7: Pull complete [2021-01-05T21:16:19.305Z] 6ca5941a6612: Pull complete [2021-01-05T21:16:19.569Z] ecc8261a40a4: Pull complete [2021-01-05T21:16:19.569Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T21:16:19.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T21:16:19.569Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T21:16:19.675Z] prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container [2021-01-05T21:16:19.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T21:16:22.304Z] $ docker top c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T21:16:22.719Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T21:16:22.719Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T21:16:22.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T21:16:22.946Z] $ docker exec c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent [2021-01-05T21:16:23.114Z] SSH_AUTH_SOCK=/tmp/ssh-yNfertopYouk/agent.12 [2021-01-05T21:16:23.114Z] SSH_AGENT_PID=18 [2021-01-05T21:16:23.126Z] Running ssh-add (command line suppressed) [2021-01-05T21:16:23.255Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_3729158082034217215.key (/w/workspace/edgex-go/10@tmp/private_key_3729158082034217215.key) [2021-01-05T21:16:23.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T21:16:23.645Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T21:16:23.673Z] $ docker exec --env ******** --env ******** c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent -k [2021-01-05T21:16:23.784Z] unset SSH_AUTH_SOCK; [2021-01-05T21:16:23.784Z] unset SSH_AGENT_PID; [2021-01-05T21:16:23.784Z] echo Agent pid 18 killed; [2021-01-05T21:16:23.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T21:16:23.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T21:16:23.971Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T21:16:24.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T21:16:24.146Z] $ docker exec c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent [2021-01-05T21:16:24.310Z] SSH_AUTH_SOCK=/tmp/ssh-f1p4pIIwMVpx/agent.47 [2021-01-05T21:16:24.310Z] SSH_AGENT_PID=52 [2021-01-05T21:16:24.317Z] Running ssh-add (command line suppressed) [2021-01-05T21:16:24.438Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_7232881571800743780.key (/w/workspace/edgex-go/10@tmp/private_key_7232881571800743780.key) [2021-01-05T21:16:24.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T21:16:24.889Z] + git semver init [2021-01-05T21:16:24.889Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T21:16:24.889Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-01-05T21:16:24.889Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-01-05T21:16:24.889Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T21:16:24.889Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T21:16:24.889Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T21:16:24.889Z] # $SEMVER_BRANCH = PR-2970 [2021-01-05T21:16:24.889Z] # $SEMVER_TEMP = /tmp/semver-059749928 [2021-01-05T21:16:24.889Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T21:17:03.712Z] # '/tmp/semver-059749928' -> '/w/workspace/edgex-go/10/.semver' [2021-01-05T21:17:03.712Z] # -> Force: false [2021-01-05T21:17:03.712Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-01-05T21:17:03.729Z] $ docker exec --env ******** --env ******** c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd ssh-agent -k [2021-01-05T21:17:03.935Z] unset SSH_AUTH_SOCK; [2021-01-05T21:17:03.935Z] unset SSH_AGENT_PID; [2021-01-05T21:17:03.935Z] echo Agent pid 52 killed; [2021-01-05T21:17:04.005Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T21:17:04.566Z] + git semver [Pipeline] } [2021-01-05T21:17:04.588Z] $ docker stop --time=1 c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd [2021-01-05T21:17:06.466Z] $ docker rm -f c684982c0e16452ac9b8df5f242126729b4a33be5feac4372b45b258988c62cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T21:17:07.036Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T21:17:07.547Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T21:17:07.550Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T21:17:08.458Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T21:17:08.754Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T21:17:09.055Z] + sudo service docker restart [2021-01-05T21:17:09.055Z] + true [2021-01-05T21:17:09.055Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T21:17:09.644Z] ========================================================= [2021-01-05T21:17:09.644Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T21:17:09.644Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:17:09.989Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-05T21:17:13.315Z] Sending build context to Docker daemon 326.6MB [2021-01-05T21:17:13.316Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T21:17:13.316Z] Step 2/6 : FROM ${BASE} [2021-01-05T21:17:13.316Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T21:17:13.316Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T21:17:13.316Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T21:17:13.316Z] de9db76c5a1d: Pulling fs layer [2021-01-05T21:17:13.316Z] bca2f99d35d6: Pulling fs layer [2021-01-05T21:17:13.316Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T21:17:13.316Z] 7c6f9722023f: Pulling fs layer [2021-01-05T21:17:13.316Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T21:17:13.316Z] 93359f2a8cfa: Waiting [2021-01-05T21:17:13.316Z] 7c6f9722023f: Waiting [2021-01-05T21:17:13.316Z] a35cf1a2eb13: Waiting [2021-01-05T21:17:13.316Z] bca2f99d35d6: Waiting [2021-01-05T21:17:13.316Z] de9db76c5a1d: Verifying Checksum [2021-01-05T21:17:13.316Z] de9db76c5a1d: Download complete [2021-01-05T21:17:13.316Z] 0ef7d3d256c8: Download complete [2021-01-05T21:17:13.316Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T21:17:13.316Z] 93359f2a8cfa: Download complete [2021-01-05T21:17:13.580Z] 7c6f9722023f: Verifying Checksum [2021-01-05T21:17:13.580Z] 7c6f9722023f: Download complete [2021-01-05T21:17:13.580Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T21:17:13.580Z] 188c0c94c7c5: Download complete [2021-01-05T21:17:13.843Z] 188c0c94c7c5: Pull complete [2021-01-05T21:17:14.105Z] 0ef7d3d256c8: Pull complete [2021-01-05T21:17:14.366Z] de9db76c5a1d: Pull complete [2021-01-05T21:17:15.761Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T21:17:15.762Z] a35cf1a2eb13: Download complete [2021-01-05T21:17:16.340Z] bca2f99d35d6: Verifying Checksum [2021-01-05T21:17:16.340Z] bca2f99d35d6: Download complete [2021-01-05T21:17:21.679Z] bca2f99d35d6: Pull complete [2021-01-05T21:17:21.679Z] 93359f2a8cfa: Pull complete [2021-01-05T21:17:21.679Z] 7c6f9722023f: Pull complete [2021-01-05T21:17:22.942Z] Still waiting to schedule task [2021-01-05T21:17:22.942Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-05T21:17:28.287Z] a35cf1a2eb13: Pull complete [2021-01-05T21:17:28.287Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T21:17:28.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T21:17:28.287Z] ---> a62c8e92a672 [2021-01-05T21:17:28.287Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-05T21:17:28.287Z] ---> Running in d51b54b4ef53 [2021-01-05T21:17:28.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:17:29.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:17:29.493Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T21:17:30.439Z] (2/12) Installing file (5.38-r0) [2021-01-05T21:17:30.439Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T21:17:30.439Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T21:17:35.741Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T21:17:35.741Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T21:17:35.741Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T21:17:35.741Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T21:17:35.741Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T21:17:35.741Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T21:17:35.741Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T21:17:35.741Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T21:17:35.741Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:17:35.741Z] OK: 233 MiB in 51 packages [2021-01-05T21:17:39.961Z] Removing intermediate container d51b54b4ef53 [2021-01-05T21:17:39.961Z] ---> 1d1c86a964d2 [2021-01-05T21:17:39.961Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T21:17:39.961Z] ---> Running in dfad2826b007 [2021-01-05T21:17:39.961Z] Removing intermediate container dfad2826b007 [2021-01-05T21:17:39.961Z] ---> d534e59e2ab8 [2021-01-05T21:17:39.961Z] Step 5/6 : COPY go.mod . [2021-01-05T21:17:40.223Z] ---> 33fb6eddaf5e [2021-01-05T21:17:40.223Z] Step 6/6 : RUN go mod download [2021-01-05T21:17:40.223Z] ---> Running in 76404e71eb73 [2021-01-05T21:18:02.251Z] Removing intermediate container 76404e71eb73 [2021-01-05T21:18:02.251Z] ---> 88c6e2e76e3d [2021-01-05T21:18:02.251Z] Successfully built 88c6e2e76e3d [2021-01-05T21:18:02.251Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:18:02.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T21:18:02.569Z] . [Pipeline] withDockerContainer [2021-01-05T21:18:02.667Z] prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container [2021-01-05T21:18:02.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T21:18:03.510Z] $ docker top 21626f7553472f513c2e0231adcb88e9598ef7677de447eae13dfa123750e5d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:18:04.040Z] + go version [2021-01-05T21:18:04.041Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T21:18:04.065Z] $ docker stop --time=1 21626f7553472f513c2e0231adcb88e9598ef7677de447eae13dfa123750e5d5 [2021-01-05T21:18:05.400Z] $ docker rm -f 21626f7553472f513c2e0231adcb88e9598ef7677de447eae13dfa123750e5d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:18:06.212Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T21:18:06.212Z] . [Pipeline] withDockerContainer [2021-01-05T21:18:06.305Z] prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container [2021-01-05T21:18:06.355Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-05T21:18:07.366Z] $ docker top 2344c9781d7ef5a4f7b9ff223578f8a68f20d7d5c57c849b81c0c731fde863f0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T21:18:07.539Z] ========================================================= [2021-01-05T21:18:07.539Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T21:18:07.539Z] ========================================================= [Pipeline] sh [2021-01-05T21:18:07.834Z] + make test [2021-01-05T21:18:07.834Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T21:18:17.929Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T21:18:30.291Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T21:18:36.961Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T21:18:36.961Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T21:18:36.961Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T21:18:37.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T21:18:40.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-05T21:18:40.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T21:18:40.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T21:18:40.647Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T21:18:40.647Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T21:18:40.647Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T21:18:42.600Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T21:18:42.600Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T21:18:42.600Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T21:18:44.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements [2021-01-05T21:18:44.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T21:18:44.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T21:18:44.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T21:18:44.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T21:18:44.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T21:18:49.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T21:18:49.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T21:18:49.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T21:18:49.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 77.8% of statements [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T21:18:49.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.4% of statements [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T21:18:49.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T21:18:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T21:18:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T21:18:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T21:18:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T21:18:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements [2021-01-05T21:18:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T21:18:51.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-01-05T21:18:51.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T21:18:51.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T21:18:51.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T21:18:51.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T21:18:53.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 93.8% of statements [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T21:18:53.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T21:18:53.590Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-05T21:18:53.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-05T21:18:53.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-05T21:18:53.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-05T21:19:07.597Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18571 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-05T21:19:07.659Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-01-05T21:19:13.337Z] using credential edgex-jenkins-ssh [2021-01-05T21:19:13.409Z] Cloning the remote Git repository [2021-01-05T21:19:13.478Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T21:19:13.596Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-01-05T21:19:13.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T21:19:13.678Z] > git --version # timeout=10 [2021-01-05T21:19:13.702Z] > git --version # 'git version 2.17.1' [2021-01-05T21:19:13.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T21:19:13.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.053s coverage: 82.7% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.4% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 55.9% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.0% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-01-05T21:19:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T21:19:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T21:19:15.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-05T21:19:15.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-05T21:19:15.767Z] GO111MODULE=on go vet ./... [2021-01-05T21:19:31.939Z] Merging remotes/origin/master commit 2d44ac80c31bebaf6982c3b2fc77103a37445d49 into PR head commit f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:19:31.086Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T21:19:31.106Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T21:19:31.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T21:19:31.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T21:19:31.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T21:19:31.187Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T21:19:31.967Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T21:19:31.994Z] > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 [2021-01-05T21:19:32.442Z] Merge succeeded, producing f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:19:32.443Z] Checking out Revision f7efb5deb29471de2049316a9acc6d4b0d94d324 (PR-2970) [2021-01-05T21:19:32.308Z] > git remote # timeout=10 [2021-01-05T21:19:32.328Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T21:19:32.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T21:19:32.362Z] > git merge 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 [2021-01-05T21:19:32.385Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T21:19:32.455Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T21:19:32.510Z] > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 [2021-01-05T21:19:37.007Z] Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T21:19:38.638Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T21:19:39.092Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T21:19:39.423Z] + + sudotrue service [2021-01-05T21:19:39.423Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T21:19:41.474Z] provisioning config files... [2021-01-05T21:19:41.519Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4315854762958186961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:19:41.928Z] ---> docker-login.sh [2021-01-05T21:19:41.928Z] nexus3.edgexfoundry.org:10001 [2021-01-05T21:19:42.530Z] gofmt -l . [2021-01-05T21:19:42.530Z] [ "`gofmt -l .`" = "" ] [2021-01-05T21:19:42.531Z] ./bin/test-go-mod-tidy.sh [2021-01-05T21:19:42.531Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T21:19:42.838Z] + ls -al . [2021-01-05T21:19:42.838Z] total 644 [2021-01-05T21:19:42.838Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 21:19 . [2021-01-05T21:19:42.838Z] drwxr-xr-x 4 root root 30 Jan 5 21:18 .. [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 21:16 .dockerignore [2021-01-05T21:19:42.838Z] drwxrwxr-x 8 1001 1001 179 Jan 5 21:16 .git [2021-01-05T21:19:42.838Z] drwxrwxr-x 3 1001 1001 125 Jan 5 21:16 .github [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 872 Jan 5 21:16 .gitignore [2021-01-05T21:19:42.838Z] drwx------ 3 1001 1001 47 Jan 5 21:17 .semver [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 21:16 .sonarcloud.properties [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 21:16 CONTRIBUTING.md [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 21:16 Dockerfile.build [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 21:16 Jenkinsfile [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 21:16 LICENSE [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 6001 Jan 5 21:16 Makefile [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 21:16 README.md [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 21:16 SECURITY.md [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 21:17 VERSION [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 21:16 ZMQWindows.md [2021-01-05T21:19:42.838Z] drwxrwxr-x 2 1001 1001 117 Jan 5 21:16 bin [2021-01-05T21:19:42.838Z] drwxrwxr-x 15 1001 1001 4096 Jan 5 21:16 cmd [2021-01-05T21:19:42.838Z] -rw-r--r-- 1 root root 546759 Jan 5 21:19 coverage.out [2021-01-05T21:19:42.838Z] -rw-r--r-- 1 root root 1005 Jan 5 21:19 go.mod [2021-01-05T21:19:42.838Z] -rw-r--r-- 1 root root 19172 Jan 5 21:19 go.sum [2021-01-05T21:19:42.838Z] drwxrwxr-x 8 1001 1001 127 Jan 5 21:16 internal [2021-01-05T21:19:42.838Z] drwxrwxr-x 4 1001 1001 26 Jan 5 21:16 openapi [2021-01-05T21:19:42.838Z] drwxrwxr-x 4 1001 1001 71 Jan 5 21:16 snap [2021-01-05T21:19:42.838Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 21:16 version.go [Pipeline] sh [2021-01-05T21:19:42.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:19:43.141Z] + '[' -e coverage.out ] [2021-01-05T21:19:43.141Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T21:19:43.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:19:43.193Z] Configure a credential helper to remove this warning. See [2021-01-05T21:19:43.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:19:43.193Z] [2021-01-05T21:19:43.193Z] Login Succeeded [2021-01-05T21:19:43.193Z] nexus3.edgexfoundry.org:10002 [2021-01-05T21:19:43.369Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T21:19:43.665Z] + make build [2021-01-05T21:19:43.665Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T21:19:43.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:19:43.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:19:43.791Z] Configure a credential helper to remove this warning. See [2021-01-05T21:19:43.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:19:43.791Z] [2021-01-05T21:19:43.791Z] Login Succeeded [2021-01-05T21:19:43.791Z] nexus3.edgexfoundry.org:10003 [2021-01-05T21:19:44.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:19:44.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:19:44.340Z] Configure a credential helper to remove this warning. See [2021-01-05T21:19:44.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:19:44.340Z] [2021-01-05T21:19:44.340Z] Login Succeeded [2021-01-05T21:19:44.340Z] nexus3.edgexfoundry.org:10004 [2021-01-05T21:19:44.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:19:44.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:19:44.887Z] Configure a credential helper to remove this warning. See [2021-01-05T21:19:44.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:19:44.887Z] [2021-01-05T21:19:44.887Z] Login Succeeded [2021-01-05T21:19:44.887Z] docker.io [2021-01-05T21:19:45.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T21:19:45.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T21:19:45.431Z] Configure a credential helper to remove this warning. See [2021-01-05T21:19:45.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T21:19:45.431Z] [2021-01-05T21:19:45.431Z] Login Succeeded [2021-01-05T21:19:45.431Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T21:19:45.448Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T21:19:46.018Z] ========================================================= [2021-01-05T21:19:46.018Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T21:19:46.018Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:19:46.414Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-05T21:19:46.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T21:19:49.053Z] Sending build context to Docker daemon 165.7MB [2021-01-05T21:19:49.053Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T21:19:49.053Z] Step 2/6 : FROM ${BASE} [2021-01-05T21:19:49.053Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T21:19:49.053Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T21:19:49.053Z] a4357932f1b6: Pulling fs layer [2021-01-05T21:19:49.053Z] 18c013af1878: Pulling fs layer [2021-01-05T21:19:49.053Z] 00ac8860ef70: Pulling fs layer [2021-01-05T21:19:49.053Z] 63d7cb157983: Pulling fs layer [2021-01-05T21:19:49.053Z] b116817d02f9: Pulling fs layer [2021-01-05T21:19:49.053Z] 745a02a5169b: Pulling fs layer [2021-01-05T21:19:49.053Z] 63d7cb157983: Waiting [2021-01-05T21:19:49.053Z] b116817d02f9: Waiting [2021-01-05T21:19:49.053Z] 00ac8860ef70: Waiting [2021-01-05T21:19:49.053Z] 745a02a5169b: Waiting [2021-01-05T21:19:49.053Z] 18c013af1878: Verifying Checksum [2021-01-05T21:19:49.053Z] 18c013af1878: Download complete [2021-01-05T21:19:49.053Z] a4357932f1b6: Verifying Checksum [2021-01-05T21:19:49.053Z] a4357932f1b6: Download complete [2021-01-05T21:19:49.053Z] 63d7cb157983: Verifying Checksum [2021-01-05T21:19:49.053Z] 63d7cb157983: Download complete [2021-01-05T21:19:50.033Z] b116817d02f9: Verifying Checksum [2021-01-05T21:19:50.033Z] b116817d02f9: Download complete [2021-01-05T21:19:50.033Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T21:19:50.033Z] 5f621e34cdf4: Download complete [2021-01-05T21:19:50.640Z] 5f621e34cdf4: Pull complete [2021-01-05T21:19:51.241Z] a4357932f1b6: Pull complete [2021-01-05T21:19:51.520Z] 18c013af1878: Pull complete [2021-01-05T21:19:52.498Z] 745a02a5169b: Verifying Checksum [2021-01-05T21:19:52.498Z] 745a02a5169b: Download complete [2021-01-05T21:19:53.928Z] 00ac8860ef70: Verifying Checksum [2021-01-05T21:19:53.928Z] 00ac8860ef70: Download complete [2021-01-05T21:19:55.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T21:19:55.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T21:19:57.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T21:19:57.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T21:19:58.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T21:20:00.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T21:20:01.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T21:20:02.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T21:20:03.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:20:04.080Z] 00ac8860ef70: Pull complete [2021-01-05T21:20:04.080Z] 63d7cb157983: Pull complete [2021-01-05T21:20:04.080Z] b116817d02f9: Pull complete [2021-01-05T21:20:04.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T21:20:05.963Z] 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-01-05T21:20:06.711Z] 745a02a5169b: Pull complete [2021-01-05T21:20:06.711Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T21:20:06.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T21:20:06.984Z] ---> b7e6874047d6 [2021-01-05T21:20:06.984Z] 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 [Pipeline] } [2021-01-05T21:20:07.408Z] $ docker stop --time=1 2344c9781d7ef5a4f7b9ff223578f8a68f20d7d5c57c849b81c0c731fde863f0 [2021-01-05T21:20:09.011Z] $ docker rm -f 2344c9781d7ef5a4f7b9ff223578f8a68f20d7d5c57c849b81c0c731fde863f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-05T21:20:10.370Z] ---> Running in dba12a5ac2ef [2021-01-05T21:20:11.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:20:11.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:20:12.570Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T21:20:12.570Z] (2/12) Installing file (5.38-r0) [2021-01-05T21:20:12.570Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T21:20:12.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T21:20:12.614Z] [2021-01-05T21:20:12.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:20:12.840Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T21:20:12.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T21:20:12.967Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T21:20:12.967Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T21:20:12.967Z] ca9280d653b3: Pulling fs layer [2021-01-05T21:20:12.967Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T21:20:13.228Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-05T21:20:13.228Z] cbdbe7a5bc2a: Download complete [2021-01-05T21:20:13.492Z] cbdbe7a5bc2a: Pull complete [2021-01-05T21:20:13.754Z] ca9280d653b3: Verifying Checksum [2021-01-05T21:20:13.754Z] ca9280d653b3: Download complete [2021-01-05T21:20:14.705Z] 7e9c9ca2126c: Download complete [2021-01-05T21:20:14.705Z] ca9280d653b3: Pull complete [2021-01-05T21:20:21.311Z] 7e9c9ca2126c: Pull complete [2021-01-05T21:20:21.311Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T21:20:21.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T21:20:21.311Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T21:20:21.434Z] prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container [2021-01-05T21:20:21.489Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T21:20:23.312Z] $ docker top 80c458b4b9efeea173bf4679456729bd6cbcd718da8db2fca943a1d4c2e9256a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:20:23.830Z] + docker-compose build --help [2021-01-05T21:20:23.830Z] + grep parallel [2021-01-05T21:20:24.777Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T21:20:24.795Z] $ docker stop --time=1 80c458b4b9efeea173bf4679456729bd6cbcd718da8db2fca943a1d4c2e9256a [2021-01-05T21:20:25.216Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T21:20:25.216Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T21:20:25.216Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T21:20:25.216Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T21:20:25.216Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T21:20:25.216Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T21:20:25.216Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T21:20:25.216Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T21:20:25.217Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:20:25.217Z] OK: 217 MiB in 51 packages [2021-01-05T21:20:26.138Z] $ docker rm -f 80c458b4b9efeea173bf4679456729bd6cbcd718da8db2fca943a1d4c2e9256a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:20:26.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T21:20:26.771Z] . [Pipeline] withDockerContainer [2021-01-05T21:20:26.868Z] prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container [2021-01-05T21:20:26.921Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-05T21:20:27.469Z] $ docker top 99e2a4327d8f6fdfd387fe34ca47ff9927b2941f41b3af4630acb14115c6a212 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:20:27.951Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T21:20:28.602Z] Removing intermediate container dba12a5ac2ef [2021-01-05T21:20:28.602Z] ---> 127eb8dfb53f [2021-01-05T21:20:28.602Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T21:20:28.876Z] ---> Running in 3d4bc4c7dd94 [2021-01-05T21:20:28.895Z] Building docker-core-command-go ... [2021-01-05T21:20:28.895Z] Building docker-core-data-go ... [2021-01-05T21:20:28.895Z] Building docker-core-metadata-go ... [2021-01-05T21:20:28.895Z] Building docker-security-bootstrapper-go ... [2021-01-05T21:20:28.895Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T21:20:28.895Z] Building docker-security-proxy-setup-go ... [2021-01-05T21:20:28.895Z] Building docker-security-secretstore-setup-go ... [2021-01-05T21:20:28.895Z] Building docker-support-notifications-go ... [2021-01-05T21:20:28.895Z] Building docker-support-scheduler-go ... [2021-01-05T21:20:28.895Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T21:20:28.895Z] Building docker-support-scheduler-go [2021-01-05T21:20:28.895Z] Building docker-sys-mgmt-agent-go [2021-01-05T21:20:28.895Z] Building docker-core-metadata-go [2021-01-05T21:20:28.895Z] Building docker-core-data-go [2021-01-05T21:20:28.895Z] Building docker-support-notifications-go [2021-01-05T21:20:29.147Z] Removing intermediate container 3d4bc4c7dd94 [2021-01-05T21:20:29.147Z] ---> 6115d65ab04e [2021-01-05T21:20:29.147Z] Step 5/6 : COPY go.mod . [2021-01-05T21:20:29.744Z] ---> f88c024094b0 [2021-01-05T21:20:29.745Z] Step 6/6 : RUN go mod download [2021-01-05T21:20:30.019Z] ---> Running in 9b140fbd7ebd [2021-01-05T21:20:56.818Z] Removing intermediate container 9b140fbd7ebd [2021-01-05T21:20:56.818Z] ---> 34a5545654af [2021-01-05T21:20:56.818Z] Successfully built 34a5545654af [2021-01-05T21:20:56.818Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:20:57.183Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T21:20:57.183Z] . [Pipeline] withDockerContainer [2021-01-05T21:20:57.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container [2021-01-05T21:20:57.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T21:20:59.166Z] $ docker top 07e12c75292cf012ee36349d864d53678ff7161bf155cf1e30f0c15f37905fbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:21:00.185Z] + go version [2021-01-05T21:21:00.185Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T21:21:00.213Z] $ docker stop --time=1 07e12c75292cf012ee36349d864d53678ff7161bf155cf1e30f0c15f37905fbd [2021-01-05T21:21:01.308Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:21:01.309Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:21:01.309Z] ---> 88c6e2e76e3d [2021-01-05T21:21:01.309Z] Step 3/25 : WORKDIR /edgex-go [2021-01-05T21:21:01.309Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:21:01.309Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:21:01.309Z] ---> 88c6e2e76e3d [2021-01-05T21:21:01.309Z] Step 3/25 : WORKDIR /edgex-go [2021-01-05T21:21:01.309Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:21:01.309Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:21:01.309Z] ---> 88c6e2e76e3d [2021-01-05T21:21:01.309Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:21:01.309Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:21:01.309Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:21:01.309Z] ---> 88c6e2e76e3d [2021-01-05T21:21:01.309Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:21:01.309Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:21:01.309Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:21:01.309Z] ---> 88c6e2e76e3d [2021-01-05T21:21:01.309Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:21:01.890Z] ---> Running in c9bf7c368441 [2021-01-05T21:21:01.890Z] ---> Running in f3c09b16cad7 [2021-01-05T21:21:01.890Z] ---> Running in e86ab2342cc7 [2021-01-05T21:21:01.890Z] ---> Running in 793614c4e6cb [2021-01-05T21:21:01.890Z] ---> Running in de5d648bdcb0 [2021-01-05T21:21:02.140Z] $ docker rm -f 07e12c75292cf012ee36349d864d53678ff7161bf155cf1e30f0c15f37905fbd [Pipeline] // withDockerContainer [2021-01-05T21:21:02.465Z] Removing intermediate container e86ab2342cc7 [2021-01-05T21:21:02.465Z] ---> 41cf91cc59a2 [2021-01-05T21:21:02.465Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:21:02.465Z] Removing intermediate container f3c09b16cad7 [2021-01-05T21:21:02.465Z] ---> ceaa3a56bd8e [2021-01-05T21:21:02.465Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:21:02.465Z] Removing intermediate container de5d648bdcb0 [2021-01-05T21:21:02.465Z] ---> 488630553b28 [2021-01-05T21:21:02.465Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:21:02.465Z] Removing intermediate container c9bf7c368441 [2021-01-05T21:21:02.465Z] ---> 394316cafea7 [2021-01-05T21:21:02.465Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:21:02.465Z] Removing intermediate container 793614c4e6cb [2021-01-05T21:21:02.465Z] ---> 3a00c13f30c9 [2021-01-05T21:21:02.465Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-05T21:21:02.727Z] ---> Running in 73cfbc2274ef [2021-01-05T21:21:02.727Z] ---> Running in 367a21659808 [2021-01-05T21:21:02.727Z] ---> Running in e27714de4635 [2021-01-05T21:21:02.727Z] ---> Running in 77a7ce4fcbc1 [2021-01-05T21:21:02.727Z] ---> Running in 8bfb86e39f61 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:21:03.219Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T21:21:03.219Z] . [Pipeline] withDockerContainer [2021-01-05T21:21:03.484Z] prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container [2021-01-05T21:21:03.572Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-05T21:21:04.665Z] Removing intermediate container e27714de4635 [2021-01-05T21:21:04.665Z] ---> 6a5c7c566ba3 [2021-01-05T21:21:04.665Z] Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T21:21:04.665Z] ---> Running in 649f8c403efd [2021-01-05T21:21:04.929Z] Removing intermediate container 367a21659808 [2021-01-05T21:21:04.929Z] ---> cd4e384f2aa7 [2021-01-05T21:21:04.929Z] Step 5/25 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T21:21:05.018Z] $ docker top d50a638e0965b3aab9e1708ed4a5647798ded43c3785e971761055bd97fa713c -eo pid,comm [2021-01-05T21:21:05.193Z] ---> Running in 024aaeac657a [2021-01-05T21:21:05.193Z] Removing intermediate container 8bfb86e39f61 [2021-01-05T21:21:05.193Z] ---> 4e5bd4990485 [2021-01-05T21:21:05.193Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T21:21:05.193Z] Removing intermediate container 73cfbc2274ef [2021-01-05T21:21:05.193Z] ---> eede227f4ee8 [2021-01-05T21:21:05.193Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-01-05T21:21:05.193Z] Removing intermediate container 77a7ce4fcbc1 [2021-01-05T21:21:05.193Z] ---> ab63384030ac [Pipeline] { [Pipeline] echo [2021-01-05T21:21:05.417Z] ========================================================= [2021-01-05T21:21:05.417Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T21:21:05.417Z] ========================================================= [Pipeline] sh [2021-01-05T21:21:05.454Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-01-05T21:21:05.454Z] ---> Running in 2d139fb7ffe3 [2021-01-05T21:21:05.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:05.454Z] ---> Running in 17f569b69ca9 [2021-01-05T21:21:05.454Z] ---> Running in 25b3d9dd6a77 [2021-01-05T21:21:06.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:06.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:06.066Z] + make test [2021-01-05T21:21:06.066Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T21:21:06.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:06.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:06.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:06.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:06.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:07.142Z] OK: 233 MiB in 51 packages [2021-01-05T21:21:07.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:07.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:21:07.405Z] Removing intermediate container 649f8c403efd [2021-01-05T21:21:07.405Z] ---> 07d47df7d95c [2021-01-05T21:21:07.405Z] Step 6/26 : COPY go.mod . [2021-01-05T21:21:07.405Z] OK: 233 MiB in 51 packages [2021-01-05T21:21:07.677Z] ---> 966157690f18 [2021-01-05T21:21:07.677Z] Step 7/26 : RUN go mod download [2021-01-05T21:21:07.677Z] ---> Running in 5f5334df7bfe [2021-01-05T21:21:07.964Z] OK: 233 MiB in 51 packages [2021-01-05T21:21:07.964Z] OK: 233 MiB in 51 packages [2021-01-05T21:21:07.964Z] OK: 233 MiB in 51 packages [2021-01-05T21:21:08.226Z] Removing intermediate container 024aaeac657a [2021-01-05T21:21:08.226Z] ---> 974216b1d076 [2021-01-05T21:21:08.226Z] Step 6/25 : COPY go.mod . [2021-01-05T21:21:08.489Z] ---> fbb7ff858293 [2021-01-05T21:21:08.489Z] Step 7/25 : RUN go mod download [2021-01-05T21:21:08.754Z] ---> Running in 4de89bfcd006 [2021-01-05T21:21:08.754Z] Removing intermediate container 17f569b69ca9 [2021-01-05T21:21:08.754Z] ---> 09567a3dd681 [2021-01-05T21:21:08.754Z] Step 6/25 : COPY go.mod . [2021-01-05T21:21:09.019Z] Removing intermediate container 25b3d9dd6a77 [2021-01-05T21:21:09.019Z] ---> 943f048a8d1d [2021-01-05T21:21:09.019Z] Step 6/26 : COPY go.mod . [2021-01-05T21:21:09.019Z] Removing intermediate container 2d139fb7ffe3 [2021-01-05T21:21:09.019Z] ---> c9dec532dad0 [2021-01-05T21:21:09.019Z] Step 6/26 : COPY go.mod . [2021-01-05T21:21:09.019Z] ---> 7e480c84c05e [2021-01-05T21:21:09.019Z] Step 7/25 : RUN go mod download [2021-01-05T21:21:09.281Z] ---> 582029257d83 [2021-01-05T21:21:09.281Z] Step 7/26 : RUN go mod download [2021-01-05T21:21:09.281Z] ---> Running in 8296559d9d34 [2021-01-05T21:21:09.552Z] ---> Running in 493cb3ed6b9c [2021-01-05T21:21:09.552Z] ---> 10b921d221b0 [2021-01-05T21:21:09.552Z] Step 7/26 : RUN go mod download [2021-01-05T21:21:09.813Z] ---> Running in 183704655f7e [2021-01-05T21:21:10.770Z] Removing intermediate container 5f5334df7bfe [2021-01-05T21:21:10.770Z] ---> e63afaf6fa34 [2021-01-05T21:21:10.770Z] Step 8/26 : COPY . . [2021-01-05T21:21:14.137Z] Removing intermediate container 4de89bfcd006 [2021-01-05T21:21:14.137Z] ---> b3dc71fc8119 [2021-01-05T21:21:14.137Z] Step 8/25 : COPY . . [2021-01-05T21:21:16.065Z] Removing intermediate container 8296559d9d34 [2021-01-05T21:21:16.065Z] ---> 08cd3191f35b [2021-01-05T21:21:16.065Z] Step 8/25 : COPY . . [2021-01-05T21:21:18.646Z] Removing intermediate container 183704655f7e [2021-01-05T21:21:18.646Z] ---> 6fd3f96cfd3f [2021-01-05T21:21:18.646Z] Step 8/26 : COPY . . [2021-01-05T21:21:26.850Z] Removing intermediate container 493cb3ed6b9c [2021-01-05T21:21:26.850Z] ---> 5b7efda696f6 [2021-01-05T21:21:26.850Z] Step 8/26 : COPY . . [2021-01-05T21:21:28.219Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T21:21:48.914Z] ---> 0601cdbead09 [2021-01-05T21:21:48.914Z] Step 9/26 : RUN make cmd/core-data/core-data [2021-01-05T21:21:49.183Z] ---> Running in b0b46167d505 [2021-01-05T21:21:54.550Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T21:21:54.550Z] ---> 01063901952c [2021-01-05T21:21:54.550Z] Step 9/25 : RUN make cmd/support-notifications/support-notifications [2021-01-05T21:21:55.960Z] ---> Running in aa54008bceb7 [2021-01-05T21:21:59.289Z] ---> 67a2daf16af8 [2021-01-05T21:21:59.289Z] Step 9/25 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T21:22:00.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T21:22:00.512Z] ---> Running in d5d7952e2eee [2021-01-05T21:22:00.783Z] ---> 738d1a55e8be [2021-01-05T21:22:00.783Z] Step 9/26 : RUN make cmd/core-metadata/core-metadata [2021-01-05T21:22:00.784Z] ---> 2d1dc0ec7861 [2021-01-05T21:22:00.784Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T21:22:01.051Z] ---> Running in 8e1e2c306ff2 [2021-01-05T21:22:01.051Z] ---> Running in 3d3a55d5e4f7 [2021-01-05T21:22:01.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T21:22:02.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T21:22:02.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T21:22:07.240Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T21:22:25.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T21:22:25.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T21:22:25.691Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T21:22:25.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T21:22:28.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-05T21:22:28.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T21:22:28.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T21:22:28.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T21:22:28.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T21:22:30.484Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T21:22:37.227Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T21:22:37.227Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T21:22:37.227Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T21:22:41.455Z] Removing intermediate container 8e1e2c306ff2 [2021-01-05T21:22:41.455Z] ---> 4d8ab9358a75 [2021-01-05T21:22:41.455Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T21:22:41.455Z] Removing intermediate container aa54008bceb7 [2021-01-05T21:22:41.455Z] ---> c2d324bbd48e [2021-01-05T21:22:41.455Z] [2021-01-05T21:22:41.455Z] Step 10/25 : FROM alpine:3.12 [2021-01-05T21:22:41.455Z] Removing intermediate container d5d7952e2eee [2021-01-05T21:22:41.455Z] ---> ba89e93453ea [2021-01-05T21:22:41.455Z] [2021-01-05T21:22:41.455Z] Step 10/25 : FROM alpine:3.12 [2021-01-05T21:22:41.455Z] Removing intermediate container b0b46167d505 [2021-01-05T21:22:41.455Z] ---> c8860c17cbe3 [2021-01-05T21:22:41.455Z] [2021-01-05T21:22:41.455Z] Step 10/26 : FROM alpine:3.12 [2021-01-05T21:22:41.455Z] ---> Running in 64d0e825a876 [2021-01-05T21:22:41.455Z] 3.12: Pulling from library/alpine [2021-01-05T21:22:41.455Z] 3.12: Pulling from library/alpine [2021-01-05T21:22:41.455Z] 3.12: Pulling from library/alpine [2021-01-05T21:22:41.455Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T21:22:41.455Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T21:22:41.455Z] Status: Image is up to date for alpine:3.12 [2021-01-05T21:22:41.455Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T21:22:41.455Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T21:22:41.455Z] ---> 389fef711851 [2021-01-05T21:22:41.455Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:22:41.455Z] ---> 389fef711851 [2021-01-05T21:22:41.455Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:22:41.455Z] Status: Image is up to date for alpine:3.12 [2021-01-05T21:22:41.455Z] ---> 389fef711851 [2021-01-05T21:22:41.455Z] Step 11/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T21:22:41.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T21:22:41.456Z] ---> Running in c2b06069d685 [2021-01-05T21:22:41.456Z] ---> Running in 40fbfe80a330 [2021-01-05T21:22:41.456Z] ---> Running in be34afcaad4c [2021-01-05T21:22:41.772Z] Removing intermediate container 3d3a55d5e4f7 [2021-01-05T21:22:41.772Z] ---> f34b736719d9 [2021-01-05T21:22:41.772Z] [2021-01-05T21:22:41.772Z] Step 10/26 : FROM alpine:3.12 [2021-01-05T21:22:41.772Z] ---> 389fef711851 [2021-01-05T21:22:41.772Z] Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:22:41.772Z] Removing intermediate container c2b06069d685 [2021-01-05T21:22:41.772Z] ---> 4487e0a6537d [2021-01-05T21:22:41.772Z] Step 12/26 : ENV APP_PORT=48080 [2021-01-05T21:22:42.044Z] ---> Running in 1e27d0c8a85e [2021-01-05T21:22:42.044Z] ---> Running in 5f0acecfab8c [2021-01-05T21:22:42.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:42.571Z] Removing intermediate container 5f0acecfab8c [2021-01-05T21:22:42.571Z] ---> eb311236c2d1 [2021-01-05T21:22:42.571Z] Step 13/26 : EXPOSE $APP_PORT [2021-01-05T21:22:42.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:42.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:42.571Z] ---> Running in 2c6ffaccadfa [2021-01-05T21:22:42.571Z] Removing intermediate container 64d0e825a876 [2021-01-05T21:22:42.571Z] ---> af0d135ad4b0 [2021-01-05T21:22:42.571Z] [2021-01-05T21:22:42.571Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T21:22:42.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:42.571Z] 20.10.0: Pulling from library/docker [2021-01-05T21:22:42.833Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-05T21:22:42.833Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-05T21:22:42.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:42.833Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:22:42.833Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:22:42.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:22:42.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:22:42.833Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:22:42.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:43.111Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-05T21:22:43.111Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:22:43.111Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:22:43.111Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:22:43.111Z] OK: 6 MiB in 16 packages [2021-01-05T21:22:43.111Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:22:43.372Z] OK: 6 MiB in 16 packages [2021-01-05T21:22:43.373Z] Removing intermediate container 2c6ffaccadfa [2021-01-05T21:22:43.373Z] ---> 2f46ce1afde5 [2021-01-05T21:22:43.373Z] Step 14/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:22:43.373Z] OK: 6 MiB in 16 packages [2021-01-05T21:22:43.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements [2021-01-05T21:22:43.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T21:22:43.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T21:22:43.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T21:22:43.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T21:22:43.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T21:22:44.318Z] ---> Running in 8a78e347eb78 [2021-01-05T21:22:46.883Z] Removing intermediate container 1e27d0c8a85e [2021-01-05T21:22:46.883Z] ---> 5adb39d47a86 [2021-01-05T21:22:46.883Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:22:46.883Z] Removing intermediate container be34afcaad4c [2021-01-05T21:22:46.883Z] ---> f819b6463c69 [2021-01-05T21:22:46.883Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:22:47.149Z] ---> Running in 460cdcb68538 [2021-01-05T21:22:47.149Z] Removing intermediate container 40fbfe80a330 [2021-01-05T21:22:47.149Z] ---> 2beb1cb793bc [2021-01-05T21:22:47.149Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:22:47.149Z] ---> Running in e3f89f234e49 [2021-01-05T21:22:47.149Z] ---> Running in 826f0f70f161 [2021-01-05T21:22:47.413Z] Removing intermediate container 460cdcb68538 [2021-01-05T21:22:47.413Z] ---> e159f83ac3e4 [2021-01-05T21:22:47.413Z] Step 13/26 : ENV APP_PORT=48081 [2021-01-05T21:22:47.677Z] ---> Running in f5c0fe407785 [2021-01-05T21:22:47.677Z] Removing intermediate container 826f0f70f161 [2021-01-05T21:22:47.677Z] ---> ae63e2cd5047 [2021-01-05T21:22:47.677Z] Step 13/25 : ENV APP_PORT=48060 [2021-01-05T21:22:47.677Z] Removing intermediate container e3f89f234e49 [2021-01-05T21:22:47.677Z] ---> d212f6b6b4ed [2021-01-05T21:22:47.677Z] Step 13/25 : ENV APP_PORT=48085 [2021-01-05T21:22:47.677Z] Removing intermediate container 8a78e347eb78 [2021-01-05T21:22:47.677Z] ---> b0bdbc73d6fe [2021-01-05T21:22:47.677Z] Step 15/26 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-05T21:22:47.943Z] ---> Running in ad8b465ebf80 [2021-01-05T21:22:47.943Z] ---> Running in ae3de24cc2a6 [2021-01-05T21:22:47.943Z] ---> Running in 5eeb94cb62ed [2021-01-05T21:22:47.943Z] Removing intermediate container f5c0fe407785 [2021-01-05T21:22:47.943Z] ---> a9ddb198ef98 [2021-01-05T21:22:47.943Z] Step 14/26 : EXPOSE $APP_PORT [2021-01-05T21:22:48.213Z] ---> Running in a8784be89718 [2021-01-05T21:22:49.614Z] Removing intermediate container ad8b465ebf80 [2021-01-05T21:22:49.614Z] ---> 773aad61442a [2021-01-05T21:22:49.614Z] Step 14/25 : EXPOSE $APP_PORT [2021-01-05T21:22:49.614Z] Removing intermediate container ae3de24cc2a6 [2021-01-05T21:22:49.614Z] ---> de00769ea10b [2021-01-05T21:22:49.614Z] Step 14/25 : EXPOSE $APP_PORT [2021-01-05T21:22:49.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:49.614Z] ---> Running in 241fe79b65a6 [2021-01-05T21:22:49.614Z] Removing intermediate container a8784be89718 [2021-01-05T21:22:49.614Z] ---> d9620071db3c [2021-01-05T21:22:49.614Z] Step 15/26 : WORKDIR / [2021-01-05T21:22:49.614Z] ---> Running in ffec24370ffa [2021-01-05T21:22:49.614Z] ---> Running in 5dbcc1c1e988 [2021-01-05T21:22:49.879Z] Removing intermediate container 241fe79b65a6 [2021-01-05T21:22:49.879Z] ---> 1c24a9d63ebf [2021-01-05T21:22:49.879Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T21:22:49.879Z] Removing intermediate container ffec24370ffa [2021-01-05T21:22:49.879Z] ---> 46c02b236fbb [2021-01-05T21:22:49.879Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T21:22:50.142Z] Removing intermediate container 5dbcc1c1e988 [2021-01-05T21:22:50.142Z] ---> 35eccbcbe74f [2021-01-05T21:22:50.142Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T21:22:50.142Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T21:22:50.142Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T21:22:50.142Z] ---> aefe523efa57 [2021-01-05T21:22:50.142Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T21:22:50.408Z] ---> Running in 1b782e80775c [2021-01-05T21:22:50.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:50.408Z] ---> 5ee15652b1d6 [2021-01-05T21:22:50.408Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T21:22:50.408Z] ---> 01ab68af3637 [2021-01-05T21:22:50.408Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T21:22:50.682Z] ---> b3fde7104ccc [2021-01-05T21:22:50.683Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T21:22:50.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.0% of statements [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T21:22:50.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T21:22:50.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T21:22:50.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.553s coverage: 77.8% of statements [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T21:22:50.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 82.4% of statements [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T21:22:50.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T21:22:51.259Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-05T21:22:51.259Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-05T21:22:51.521Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-05T21:22:51.521Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-05T21:22:51.791Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-05T21:22:51.791Z] ---> 093136dc890e [2021-01-05T21:22:51.791Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T21:22:51.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:52.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:52.064Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-05T21:22:52.064Z] ---> 8b42c6bd773f [2021-01-05T21:22:52.064Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T21:22:52.064Z] ---> e720c214a1ff [2021-01-05T21:22:52.064Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T21:22:52.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:22:52.064Z] OK: 8 MiB in 20 packages [2021-01-05T21:22:52.064Z] ---> d4253b72447a [2021-01-05T21:22:52.064Z] Step 18/25 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:22:52.064Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T21:22:52.064Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T21:22:52.329Z] Executing bash-5.0.17-r0.post-install [2021-01-05T21:22:52.329Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:22:52.329Z] OK: 12 MiB in 22 packages [2021-01-05T21:22:52.329Z] ---> Running in 9fdc84d9973f [2021-01-05T21:22:52.329Z] ---> a752d90cb44e [2021-01-05T21:22:52.329Z] Step 18/25 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:22:52.598Z] ---> f423fdc202a5 [2021-01-05T21:22:52.598Z] Step 19/26 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:22:52.598Z] ---> Running in 09a61c865d09 [2021-01-05T21:22:52.598Z] Removing intermediate container 9fdc84d9973f [2021-01-05T21:22:52.598Z] ---> 848a2cf43f36 [2021-01-05T21:22:52.598Z] Step 19/25 : ENV CONSUL_PORT=8500 [2021-01-05T21:22:52.862Z] ---> Running in 62e74f512763 [2021-01-05T21:22:52.862Z] ---> Running in cb034393e4a7 [2021-01-05T21:22:53.125Z] Removing intermediate container 5eeb94cb62ed [2021-01-05T21:22:53.125Z] ---> 0cfe1b01e643 [2021-01-05T21:22:53.125Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T21:22:53.125Z] Removing intermediate container 09a61c865d09 [2021-01-05T21:22:53.125Z] ---> 6f0127924d9a [2021-01-05T21:22:53.125Z] Step 19/25 : ENV CONSUL_PORT=8500 [2021-01-05T21:22:53.125Z] Removing intermediate container 62e74f512763 [2021-01-05T21:22:53.125Z] ---> b63c415246b2 [2021-01-05T21:22:53.125Z] Step 20/26 : ENV CONSUL_PORT=8500 [2021-01-05T21:22:53.391Z] ---> Running in ebbdd7f4fa08 [2021-01-05T21:22:53.391Z] ---> Running in 8dc41107cf24 [2021-01-05T21:22:53.391Z] Removing intermediate container 1b782e80775c [2021-01-05T21:22:53.391Z] ---> 31763f16513a [2021-01-05T21:22:53.391Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T21:22:53.391Z] Removing intermediate container cb034393e4a7 [2021-01-05T21:22:53.391Z] ---> 8411e65e9f9f [2021-01-05T21:22:53.391Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/entrypoint.sh /usr/local/bin/ [2021-01-05T21:22:53.656Z] ---> fb6049b19c7c [2021-01-05T21:22:53.656Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T21:22:53.656Z] ---> Running in 88631228c5ca [2021-01-05T21:22:53.656Z] Removing intermediate container ebbdd7f4fa08 [2021-01-05T21:22:53.656Z] ---> b120940f0988 [2021-01-05T21:22:53.656Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/support-notifications/entrypoint.sh /usr/local/bin/ [2021-01-05T21:22:53.656Z] Removing intermediate container 8dc41107cf24 [2021-01-05T21:22:53.656Z] ---> 7c27946b994e [2021-01-05T21:22:53.656Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/core-metadata/entrypoint.sh /usr/local/bin/ [2021-01-05T21:22:54.239Z] ---> 71f1fa66a844 [2021-01-05T21:22:54.239Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:22:54.239Z] Removing intermediate container 88631228c5ca [2021-01-05T21:22:54.239Z] ---> 228840ff9242 [2021-01-05T21:22:54.239Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T21:22:54.239Z] ---> 02867d9eb91b [2021-01-05T21:22:54.239Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:22:54.239Z] ---> Running in 8038caee95b2 [2021-01-05T21:22:54.239Z] ---> a19477b596d6 [2021-01-05T21:22:54.239Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:22:54.239Z] ---> 5278ac318bf0 [2021-01-05T21:22:54.239Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T21:22:54.503Z] ---> Running in 8c1c166e5977 [2021-01-05T21:22:54.503Z] ---> Running in baf40bddeef1 [2021-01-05T21:22:54.503Z] ---> Running in 7a9ec14040cf [2021-01-05T21:22:54.770Z] ---> c3d6f672aa7e [2021-01-05T21:22:54.770Z] Step 19/26 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:22:55.033Z] ---> Running in 5a062984cef2 [2021-01-05T21:22:55.033Z] Removing intermediate container baf40bddeef1 [2021-01-05T21:22:55.033Z] ---> f7653c5147b6 [2021-01-05T21:22:55.033Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T21:22:55.309Z] ---> Running in 29a41a727965 [2021-01-05T21:22:55.309Z] Removing intermediate container 5a062984cef2 [2021-01-05T21:22:55.309Z] ---> 47846bcfec62 [2021-01-05T21:22:55.309Z] Step 20/26 : ENV CONSUL_PORT=8500 [2021-01-05T21:22:56.260Z] ---> Running in 79d02579d7f7 [2021-01-05T21:22:56.260Z] Removing intermediate container 29a41a727965 [2021-01-05T21:22:56.260Z] ---> 15a4ba400423 [2021-01-05T21:22:56.260Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T21:22:56.260Z] Removing intermediate container 8038caee95b2 [2021-01-05T21:22:56.260Z] ---> 66d4e7ca0f2d [2021-01-05T21:22:56.260Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:22:56.523Z] ---> Running in 00b3a1290192 [2021-01-05T21:22:56.523Z] Removing intermediate container 79d02579d7f7 [2021-01-05T21:22:56.523Z] ---> ea15768b3be4 [2021-01-05T21:22:56.523Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/core-data/entrypoint.sh /usr/local/bin/ [2021-01-05T21:22:56.786Z] Removing intermediate container 00b3a1290192 [2021-01-05T21:22:56.786Z] ---> ce2d8ff49fd1 [2021-01-05T21:22:56.786Z] Step 23/25 : LABEL arch=x86_64 [2021-01-05T21:22:57.049Z] ---> ad9e0c5daeb8 [2021-01-05T21:22:57.049Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T21:22:57.049Z] ---> 85a38a565644 [2021-01-05T21:22:57.049Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:22:57.049Z] ---> Running in 36ef54e2d711 [2021-01-05T21:22:57.313Z] ---> Running in e52211e39f3b [2021-01-05T21:22:57.313Z] Removing intermediate container 8c1c166e5977 [2021-01-05T21:22:57.313Z] ---> 545f5ecc5204 [2021-01-05T21:22:57.313Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:22:57.313Z] Removing intermediate container 7a9ec14040cf [2021-01-05T21:22:57.313Z] ---> f32dd56f668a [2021-01-05T21:22:57.313Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:22:57.583Z] ---> a172c627657c [2021-01-05T21:22:57.583Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T21:22:57.583Z] ---> Running in 179e6a4c43e7 [2021-01-05T21:22:57.583Z] Removing intermediate container 36ef54e2d711 [2021-01-05T21:22:57.583Z] ---> fcaeb8b39322 [2021-01-05T21:22:57.583Z] Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:22:57.583Z] ---> Running in 92c6f1819c1b [2021-01-05T21:22:57.845Z] ---> Running in f3f7a6b7029f [2021-01-05T21:22:57.845Z] Removing intermediate container 179e6a4c43e7 [2021-01-05T21:22:57.845Z] ---> af4d872e108f [2021-01-05T21:22:57.845Z] Step 23/25 : LABEL arch=x86_64 [2021-01-05T21:22:58.108Z] ---> Running in a4e5d57a0720 [2021-01-05T21:22:58.108Z] Removing intermediate container 92c6f1819c1b [2021-01-05T21:22:58.108Z] ---> 5c4f303170e3 [2021-01-05T21:22:58.108Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T21:22:58.108Z] ---> 382992b80b4e [2021-01-05T21:22:58.108Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T21:22:58.108Z] Removing intermediate container f3f7a6b7029f [2021-01-05T21:22:58.108Z] ---> 804d53a27830 [2021-01-05T21:22:58.108Z] Step 25/25 : LABEL version=0.0.0 [2021-01-05T21:22:58.108Z] ---> Running in 1ab37b2b231c [2021-01-05T21:22:58.370Z] ---> Running in a0a0011a3088 [2021-01-05T21:22:58.370Z] ---> Running in 54d2321356ec [2021-01-05T21:22:58.634Z] Removing intermediate container a4e5d57a0720 [2021-01-05T21:22:58.634Z] ---> 2942bdc04439 [2021-01-05T21:22:58.634Z] Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:22:58.634Z] Removing intermediate container a0a0011a3088 [2021-01-05T21:22:58.634Z] ---> d9f8cbd063ae [2021-01-05T21:22:58.634Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:22:58.899Z] ---> Running in 950cb366c631 [2021-01-05T21:22:58.899Z] Removing intermediate container 54d2321356ec [2021-01-05T21:22:58.899Z] ---> 4fc27d41bff9 [2021-01-05T21:22:58.899Z] [2021-01-05T21:22:58.899Z] ---> Running in b822fa51694b [2021-01-05T21:22:58.899Z] Removing intermediate container e52211e39f3b [2021-01-05T21:22:58.899Z] ---> 3f2d5c72636e [2021-01-05T21:22:58.899Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:22:59.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.104s coverage: 28.6% of statements [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T21:22:59.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.184s coverage: 100.0% of statements [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T21:22:59.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T21:22:59.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.269s coverage: 86.7% of statements [2021-01-05T21:22:59.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T21:22:59.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:59.165Z] Removing intermediate container 950cb366c631 [2021-01-05T21:22:59.165Z] ---> 8b2bb467e424 [2021-01-05T21:22:59.165Z] Step 25/25 : LABEL version=0.0.0 [2021-01-05T21:22:59.165Z] ---> Running in 51dc359ea53a [2021-01-05T21:22:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:22:59.165Z] Successfully built 4fc27d41bff9 [2021-01-05T21:22:59.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.354s coverage: 97.5% of statements [2021-01-05T21:22:59.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T21:22:59.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.121s coverage: 78.3% of statements [2021-01-05T21:22:59.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T21:22:59.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T21:22:59.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T21:22:59.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T21:22:59.428Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T21:22:59.428Z] Removing intermediate container b822fa51694b [2021-01-05T21:22:59.428Z] ---> 770ff4e5aa48 [2021-01-05T21:22:59.428Z] Step 26/26 : LABEL version=0.0.0 Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-05T21:22:59.428Z] [2021-01-05T21:22:59.428Z] ---> Running in be75767f5157 [2021-01-05T21:22:59.428Z] ---> Running in fc0bee9a314a [2021-01-05T21:22:59.428Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T21:22:59.428Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T21:22:59.428Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T21:22:59.428Z] Removing intermediate container 51dc359ea53a [2021-01-05T21:22:59.428Z] ---> 9842a0f93873 [2021-01-05T21:22:59.428Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T21:22:59.428Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T21:22:59.428Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T21:22:59.428Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T21:22:59.428Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T21:23:00.010Z] ---> Running in 5c24178c6d88 [2021-01-05T21:23:06.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.069s coverage: 93.8% of statements [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T21:23:06.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T21:23:06.069Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.1% of statements [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-05T21:23:06.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 43.8% of statements [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-05T21:23:06.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-05T21:23:06.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-05T21:23:06.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-05T21:23:06.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-05T21:23:06.633Z] Removing intermediate container be75767f5157 [2021-01-05T21:23:06.633Z] ---> 0a2a01896e9e [2021-01-05T21:23:06.633Z] [2021-01-05T21:23:06.633Z] Removing intermediate container fc0bee9a314a [2021-01-05T21:23:06.633Z] ---> cf2a95d58db7 [2021-01-05T21:23:06.633Z] [2021-01-05T21:23:06.633Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T21:23:06.896Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T21:23:06.896Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T21:23:06.896Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T21:23:06.896Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T21:23:07.167Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T21:23:07.167Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T21:23:07.741Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T21:23:08.319Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T21:23:08.591Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T21:23:09.172Z] Removing intermediate container 5c24178c6d88 [2021-01-05T21:23:09.172Z] ---> c8be2875ca4c [2021-01-05T21:23:09.172Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:23:09.172Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T21:23:09.172Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T21:23:09.172Z] Successfully built 0a2a01896e9e [2021-01-05T21:23:09.172Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T21:23:09.437Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T21:23:09.437Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-05T21:23:09.437Z] Successfully built cf2a95d58db7 [2021-01-05T21:23:09.702Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T21:23:10.655Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T21:23:10.922Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T21:23:11.185Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T21:23:11.185Z] Building docker-core-command-go [2021-01-05T21:23:11.548Z]  Building docker-core-metadata-go ... done (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T21:23:12.218Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T21:23:12.539Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T21:23:14.527Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T21:23:14.527Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T21:23:14.527Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T21:23:14.527Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T21:23:15.121Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T21:23:16.090Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T21:23:16.090Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T21:23:17.047Z] ---> Running in 0b1c1c19714f [2021-01-05T21:23:18.975Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:23:19.243Z] OK: 71 MiB in 55 packages [2021-01-05T21:23:21.837Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:23:21.837Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:23:21.838Z] ---> 88c6e2e76e3d [2021-01-05T21:23:21.838Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T21:23:21.838Z] ---> Using cache [2021-01-05T21:23:21.838Z] ---> 3a00c13f30c9 [2021-01-05T21:23:21.838Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:23:21.838Z] ---> Using cache [2021-01-05T21:23:21.838Z] ---> ab63384030ac [2021-01-05T21:23:21.838Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T21:23:21.838Z] ---> Using cache [2021-01-05T21:23:21.838Z] ---> 943f048a8d1d [2021-01-05T21:23:21.838Z] Step 6/24 : COPY go.mod . [2021-01-05T21:23:21.838Z] ---> Using cache [2021-01-05T21:23:21.838Z] ---> 582029257d83 [2021-01-05T21:23:21.838Z] Step 7/24 : RUN go mod download [2021-01-05T21:23:21.838Z] ---> Using cache [2021-01-05T21:23:21.838Z] ---> 5b7efda696f6 [2021-01-05T21:23:21.838Z] Step 8/24 : COPY . . [2021-01-05T21:23:21.838Z] ---> Using cache [2021-01-05T21:23:21.838Z] ---> 738d1a55e8be [2021-01-05T21:23:21.838Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T21:23:22.411Z] Removing intermediate container 0b1c1c19714f [2021-01-05T21:23:22.411Z] ---> f9132235f0f3 [2021-01-05T21:23:22.411Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:23:22.411Z] ---> Running in f52786c9fbd3 [2021-01-05T21:23:22.676Z] ---> Running in f5a91f827047 [2021-01-05T21:23:24.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T21:23:26.662Z] Removing intermediate container f5a91f827047 [2021-01-05T21:23:26.662Z] ---> 55f5a65b21db [2021-01-05T21:23:26.662Z] [2021-01-05T21:23:26.662Z] Successfully built 55f5a65b21db [2021-01-05T21:23:26.662Z] Successfully tagged docker-core-data-go:latest [2021-01-05T21:23:26.932Z]  Building docker-core-data-go ... done Building docker-security-bootstrapper-go [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.073s coverage: 82.7% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.551s coverage: 63.5% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 55.9% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T21:23:28.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.417s coverage: 84.0% of statements [2021-01-05T21:23:28.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2021-01-05T21:23:28.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.344s coverage: 47.1% of statements [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T21:23:28.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T21:23:28.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements [2021-01-05T21:23:28.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.585s coverage: 29.1% of statements [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T21:23:37.237Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.079s coverage: 32.1% of statements [2021-01-05T21:23:37.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-05T21:23:37.832Z] GO111MODULE=on go vet ./... [2021-01-05T21:23:39.707Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:23:39.707Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:23:39.707Z] ---> 88c6e2e76e3d [2021-01-05T21:23:39.707Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 3a00c13f30c9 [2021-01-05T21:23:39.707Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> ab63384030ac [2021-01-05T21:23:39.707Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 943f048a8d1d [2021-01-05T21:23:39.707Z] Step 6/21 : COPY go.mod . [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 582029257d83 [2021-01-05T21:23:39.707Z] Step 7/21 : RUN go mod download [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 5b7efda696f6 [2021-01-05T21:23:39.707Z] Step 8/21 : COPY . . [2021-01-05T21:23:39.707Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:23:39.707Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:23:39.707Z] ---> 88c6e2e76e3d [2021-01-05T21:23:39.707Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 3a00c13f30c9 [2021-01-05T21:23:39.707Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> ab63384030ac [2021-01-05T21:23:39.707Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 943f048a8d1d [2021-01-05T21:23:39.707Z] Step 6/26 : COPY go.mod . [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 582029257d83 [2021-01-05T21:23:39.707Z] Step 7/26 : RUN go mod download [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 5b7efda696f6 [2021-01-05T21:23:39.707Z] Step 8/26 : COPY . . [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 738d1a55e8be [2021-01-05T21:23:39.707Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T21:23:39.707Z] ---> Using cache [2021-01-05T21:23:39.707Z] ---> 738d1a55e8be [2021-01-05T21:23:39.707Z] Step 9/26 : RUN make cmd/core-command/core-command [2021-01-05T21:23:39.707Z] ---> Running in d235f916bfbe [2021-01-05T21:23:39.707Z] ---> Running in 10cd2298dc69 [2021-01-05T21:23:43.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T21:23:43.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T21:23:46.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T21:23:49.815Z] Removing intermediate container 1ab37b2b231c [2021-01-05T21:23:49.815Z] ---> cf042cd807f3 [2021-01-05T21:23:49.815Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T21:23:51.262Z] ---> Running in 372825a4a2d5 [2021-01-05T21:23:53.241Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:23:53.241Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:23:53.241Z] ---> 88c6e2e76e3d [2021-01-05T21:23:53.241Z] Step 3/32 : WORKDIR /edgex-go [2021-01-05T21:23:53.241Z] ---> Using cache [2021-01-05T21:23:53.241Z] ---> 3a00c13f30c9 [2021-01-05T21:23:53.241Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:23:53.241Z] ---> Using cache [2021-01-05T21:23:53.241Z] ---> ab63384030ac [2021-01-05T21:23:53.241Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-05T21:23:53.241Z] ---> Using cache [2021-01-05T21:23:53.241Z] ---> 943f048a8d1d [2021-01-05T21:23:53.241Z] Step 6/32 : COPY go.mod . [2021-01-05T21:23:53.241Z] ---> Using cache [2021-01-05T21:23:53.241Z] ---> 582029257d83 [2021-01-05T21:23:53.241Z] Step 7/32 : RUN go mod download [2021-01-05T21:23:53.241Z] ---> Using cache [2021-01-05T21:23:53.241Z] ---> 5b7efda696f6 [2021-01-05T21:23:53.241Z] Step 8/32 : COPY . . [2021-01-05T21:23:53.241Z] ---> Using cache [2021-01-05T21:23:53.241Z] ---> 738d1a55e8be [2021-01-05T21:23:53.241Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T21:23:54.659Z] ---> Running in e889c108d817 [2021-01-05T21:23:55.253Z] 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-01-05T21:23:56.709Z] Removing intermediate container f52786c9fbd3 [2021-01-05T21:23:56.709Z] ---> f764495b307f [2021-01-05T21:23:56.709Z] [2021-01-05T21:23:56.709Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T21:23:56.709Z] ---> 389fef711851 [2021-01-05T21:23:56.709Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T21:23:56.978Z] ---> Running in c0b54ba5700d [2021-01-05T21:23:57.569Z] Collecting docker-compose==1.23.2 [2021-01-05T21:23:57.569Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T21:23:57.838Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T21:23:57.838Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T21:23:58.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:23:58.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:23:58.390Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T21:23:58.390Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T21:23:58.390Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T21:23:58.390Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T21:23:58.390Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T21:23:58.390Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:23:58.672Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:23:58.672Z] OK: 7 MiB in 19 packages [2021-01-05T21:23:58.953Z] Collecting PyYAML<4,>=3.10 [2021-01-05T21:23:58.953Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T21:24:00.894Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T21:24:00.894Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T21:24:02.325Z] Removing intermediate container c0b54ba5700d [2021-01-05T21:24:02.325Z] ---> 860f248e2c10 [2021-01-05T21:24:02.325Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T21:24:02.325Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T21:24:02.325Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T21:24:02.909Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T21:24:02.909Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T21:24:02.909Z] ---> Running in acad379ee5f4 [2021-01-05T21:24:03.512Z] Removing intermediate container acad379ee5f4 [2021-01-05T21:24:03.512Z] ---> bdc229c2185f [2021-01-05T21:24:03.512Z] Step 13/24 : WORKDIR / [2021-01-05T21:24:03.512Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T21:24:03.512Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T21:24:03.783Z] ---> Running in bac47d006ee1 [2021-01-05T21:24:03.783Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T21:24:03.783Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T21:24:04.051Z] Removing intermediate container bac47d006ee1 [2021-01-05T21:24:04.051Z] ---> f9582bfd6129 [2021-01-05T21:24:04.051Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T21:24:04.315Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T21:24:04.316Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T21:24:04.597Z] ---> cfa5b7d72d07 [2021-01-05T21:24:04.597Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T21:24:04.597Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T21:24:04.597Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T21:24:04.878Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T21:24:04.878Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T21:24:04.878Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T21:24:05.143Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-05T21:24:05.143Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-05T21:24:05.143Z] ---> 07c28c327722 [2021-01-05T21:24:05.143Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T21:24:05.143Z] Collecting idna<2.8,>=2.5 [2021-01-05T21:24:05.143Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T21:24:05.407Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T21:24:05.407Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T21:24:05.407Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T21:24:05.407Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T21:24:05.407Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T21:24:05.407Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T21:24:05.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T21:24:05.681Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-05T21:24:05.681Z] Running setup.py install for dockerpty: started [2021-01-05T21:24:05.681Z] ---> 85c9e15ad3e5 [2021-01-05T21:24:05.681Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T21:24:06.265Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T21:24:06.265Z] Running setup.py install for PyYAML: started [2021-01-05T21:24:06.531Z] ---> 8d82766bc529 [2021-01-05T21:24:06.531Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T21:24:07.135Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T21:24:07.135Z] Running setup.py install for texttable: started [2021-01-05T21:24:07.717Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T21:24:08.681Z] Running setup.py install for docopt: started [2021-01-05T21:24:08.682Z] ---> 8b3a2fc7928a [2021-01-05T21:24:08.682Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T21:24:08.966Z] Removing intermediate container d235f916bfbe [2021-01-05T21:24:08.966Z] ---> 1af9fa620066 [2021-01-05T21:24:08.966Z] [2021-01-05T21:24:08.966Z] Step 10/26 : FROM alpine:3.12 [2021-01-05T21:24:08.966Z] ---> 389fef711851 [2021-01-05T21:24:08.966Z] Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:24:08.966Z] ---> Using cache [2021-01-05T21:24:08.966Z] ---> 2beb1cb793bc [2021-01-05T21:24:08.966Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:24:09.240Z] ---> Running in 7f89159ebb67 [2021-01-05T21:24:09.240Z] ---> 066fee879e88 [2021-01-05T21:24:09.240Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:24:09.240Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T21:24:09.512Z] ---> Running in 793001ebdab4 [2021-01-05T21:24:10.100Z] Removing intermediate container 7f89159ebb67 [2021-01-05T21:24:10.100Z] ---> 34006dedf0bd [2021-01-05T21:24:10.100Z] Step 13/26 : ENV APP_PORT=48082 [2021-01-05T21:24:10.100Z] Attempting uninstall: urllib3 [2021-01-05T21:24:10.100Z] Found existing installation: urllib3 1.25.9 [2021-01-05T21:24:10.100Z] Uninstalling urllib3-1.25.9: [2021-01-05T21:24:12.024Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T21:24:12.024Z] ---> Running in 0b4849c40c68 [2021-01-05T21:24:12.605Z] Attempting uninstall: idna [2021-01-05T21:24:12.605Z] Found existing installation: idna 2.9 [2021-01-05T21:24:12.605Z] Uninstalling idna-2.9: [2021-01-05T21:24:12.605Z] Successfully uninstalled idna-2.9 [2021-01-05T21:24:12.868Z] Removing intermediate container 0b4849c40c68 [2021-01-05T21:24:12.868Z] ---> a10cc0b99e8f [2021-01-05T21:24:12.868Z] Step 14/26 : EXPOSE $APP_PORT [2021-01-05T21:24:12.868Z] Attempting uninstall: requests [2021-01-05T21:24:12.868Z] Found existing installation: requests 2.23.0 [2021-01-05T21:24:12.868Z] Uninstalling requests-2.23.0: [2021-01-05T21:24:13.445Z] Successfully uninstalled requests-2.23.0 [2021-01-05T21:24:14.391Z] ---> Running in ea287204ea0e [2021-01-05T21:24:14.965Z] Removing intermediate container 10cd2298dc69 [2021-01-05T21:24:14.965Z] ---> 5f6c66d95b53 [2021-01-05T21:24:14.965Z] [2021-01-05T21:24:14.965Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T21:24:15.540Z] ---> 389fef711851 [2021-01-05T21:24:15.540Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T21:24:15.540Z] Removing intermediate container ea287204ea0e [2021-01-05T21:24:15.540Z] ---> f5449717d1ca [2021-01-05T21:24:15.540Z] Step 15/26 : WORKDIR / [2021-01-05T21:24:15.804Z] Removing intermediate container 793001ebdab4 [2021-01-05T21:24:15.804Z] ---> 9395029f48d7 [2021-01-05T21:24:15.804Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:24:16.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:24:16.075Z] ---> Running in 15b594955da0 [2021-01-05T21:24:16.075Z] ---> Running in eb3aa6d4ddcb [2021-01-05T21:24:16.349Z] ---> Running in 8b07b1aa7a83 [2021-01-05T21:24:16.349Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T21:24:16.625Z] Removing intermediate container eb3aa6d4ddcb [2021-01-05T21:24:16.625Z] ---> 634e73c9497a [2021-01-05T21:24:16.625Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T21:24:16.900Z] Removing intermediate container 8b07b1aa7a83 [2021-01-05T21:24:16.900Z] ---> e8a48ea1d5ee [2021-01-05T21:24:16.900Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T21:24:16.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:24:16.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:24:16.900Z] ---> Running in afd8d9f1dc55 [2021-01-05T21:24:17.162Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T21:24:17.162Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T21:24:17.162Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T21:24:17.162Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T21:24:17.162Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:24:17.162Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:24:17.162Z] OK: 7 MiB in 18 packages [2021-01-05T21:24:17.744Z] ---> 0bc47bfa3c31 [2021-01-05T21:24:17.744Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T21:24:18.012Z] Removing intermediate container afd8d9f1dc55 [2021-01-05T21:24:18.012Z] ---> 57054d9ca856 [2021-01-05T21:24:18.012Z] Step 23/24 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:24:18.012Z] ---> Running in ea7d921dae16 [2021-01-05T21:24:18.966Z] ---> f5325f2ac9c7 [2021-01-05T21:24:18.966Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T21:24:20.362Z] Removing intermediate container ea7d921dae16 [2021-01-05T21:24:20.362Z] ---> 184a259b5cae [2021-01-05T21:24:20.362Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T21:24:20.362Z] Removing intermediate container 372825a4a2d5 [2021-01-05T21:24:20.362Z] ---> 050013895f6d [2021-01-05T21:24:20.362Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T21:24:20.362Z] ---> Running in 2c5ad7834d2d [2021-01-05T21:24:20.362Z] ---> 9719f8cd8799 [2021-01-05T21:24:20.362Z] Step 19/26 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:24:20.936Z] Removing intermediate container 15b594955da0 [2021-01-05T21:24:20.936Z] ---> b64ebedb7bbe [2021-01-05T21:24:20.936Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T21:24:20.936Z] ---> Running in 339182d05c68 [2021-01-05T21:24:20.936Z] ---> Running in 75447a4b7896 [2021-01-05T21:24:21.202Z] ---> Running in 98d864ce2865 [2021-01-05T21:24:21.202Z] Removing intermediate container 2c5ad7834d2d [2021-01-05T21:24:21.202Z] ---> 78410e1af381 [2021-01-05T21:24:21.202Z] [2021-01-05T21:24:21.202Z] Successfully built 78410e1af381 [2021-01-05T21:24:21.468Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T21:24:21.468Z] Building docker-security-bootstrap-redis-go [2021-01-05T21:24:21.468Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 75447a4b7896 [2021-01-05T21:24:21.468Z] ---> 3f1f329a9b35 [2021-01-05T21:24:21.468Z] Step 20/26 : ENV CONSUL_PORT=8500 [2021-01-05T21:24:21.468Z] Removing intermediate container 98d864ce2865 [2021-01-05T21:24:21.468Z] ---> c4c9dd6ce806 [2021-01-05T21:24:21.468Z] Step 13/21 : WORKDIR /edgex [2021-01-05T21:24:21.737Z] ---> Running in 5c090eced6e4 [2021-01-05T21:24:21.737Z] ---> Running in 6c19721faf6e [2021-01-05T21:24:21.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:24:21.999Z] Removing intermediate container 5c090eced6e4 [2021-01-05T21:24:21.999Z] ---> 4526fbc52a35 [2021-01-05T21:24:21.999Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/core-command/entrypoint.sh /usr/local/bin/ [2021-01-05T21:24:21.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:24:22.261Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T21:24:22.261Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T21:24:22.261Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T21:24:22.261Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:24:22.836Z] OK: 72 MiB in 58 packages [2021-01-05T21:24:25.762Z] Removing intermediate container 6c19721faf6e [2021-01-05T21:24:25.762Z] ---> 33c14bcd5960 [2021-01-05T21:24:25.762Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T21:24:27.218Z] ---> 68f4a2453259 [2021-01-05T21:24:27.218Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:24:27.482Z] Removing intermediate container e889c108d817 [2021-01-05T21:24:27.482Z] ---> d61b92352dbd [2021-01-05T21:24:27.482Z] [2021-01-05T21:24:27.482Z] Step 10/32 : FROM alpine:3.12 [2021-01-05T21:24:27.482Z] ---> 389fef711851 [2021-01-05T21:24:27.482Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-05T21:24:27.482Z] ---> Running in 3fbef36f4cc7 [2021-01-05T21:24:27.482Z] ---> ad6489515ba5 [2021-01-05T21:24:27.482Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T21:24:27.750Z] ---> Running in 30953f6a68fc [2021-01-05T21:24:27.750Z] Removing intermediate container 339182d05c68 [2021-01-05T21:24:27.750Z] ---> 6f4394e3b0bb [2021-01-05T21:24:27.750Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T21:24:28.013Z] ---> Running in a1b9c3e18cc4 [2021-01-05T21:24:28.275Z] ---> b747536dacad [2021-01-05T21:24:28.275Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T21:24:29.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T21:24:29.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T21:24:29.489Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:24:29.756Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-05T21:24:29.756Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:24:30.022Z] OK: 6 MiB in 16 packages [2021-01-05T21:24:30.971Z] Removing intermediate container a1b9c3e18cc4 [2021-01-05T21:24:30.971Z] ---> 723d5527cb3d [2021-01-05T21:24:30.971Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T21:24:32.361Z] ---> a551f8c6451f [2021-01-05T21:24:32.361Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T21:24:32.361Z] ---> Running in b997f4070da1 [2021-01-05T21:24:33.769Z] ---> Running in 191093aefb35 [2021-01-05T21:24:34.351Z] Removing intermediate container b997f4070da1 [2021-01-05T21:24:34.351Z] ---> feefab92cad0 [2021-01-05T21:24:34.351Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T21:24:35.297Z] Removing intermediate container 3fbef36f4cc7 [2021-01-05T21:24:35.297Z] ---> 06bc2d4e524d [2021-01-05T21:24:35.297Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:24:35.297Z] Removing intermediate container 191093aefb35 [2021-01-05T21:24:35.297Z] ---> 4bd3c3599a61 [2021-01-05T21:24:35.297Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T21:24:36.797Z] Removing intermediate container 30953f6a68fc [2021-01-05T21:24:36.797Z] ---> 75fa040acfbd [2021-01-05T21:24:36.797Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-05T21:24:36.797Z] ---> Running in 16a9e120a1ac [2021-01-05T21:24:37.060Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:24:37.060Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:24:37.060Z] ---> 88c6e2e76e3d [2021-01-05T21:24:37.060Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T21:24:37.060Z] ---> Using cache [2021-01-05T21:24:37.060Z] ---> 3a00c13f30c9 [2021-01-05T21:24:37.060Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:24:37.060Z] ---> Using cache [2021-01-05T21:24:37.060Z] ---> ab63384030ac [2021-01-05T21:24:37.060Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T21:24:37.060Z] ---> Using cache [2021-01-05T21:24:37.060Z] ---> 943f048a8d1d [2021-01-05T21:24:37.060Z] Step 6/22 : COPY go.mod . [2021-01-05T21:24:37.060Z] ---> Using cache [2021-01-05T21:24:37.060Z] ---> 582029257d83 [2021-01-05T21:24:37.060Z] Step 7/22 : RUN go mod download [2021-01-05T21:24:37.060Z] ---> Using cache [2021-01-05T21:24:37.061Z] ---> 5b7efda696f6 [2021-01-05T21:24:37.061Z] Step 8/22 : COPY . . [2021-01-05T21:24:37.061Z] ---> Using cache [2021-01-05T21:24:37.061Z] ---> 738d1a55e8be [2021-01-05T21:24:37.061Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T21:24:38.007Z] ---> Running in 22c8a5eae35c [2021-01-05T21:24:38.007Z] ---> Running in c302ca3a3c81 [2021-01-05T21:24:38.007Z] ---> Running in b01d2522eb7c [2021-01-05T21:24:38.007Z] ---> Running in bc5bee413d58 [2021-01-05T21:24:38.269Z] Removing intermediate container 16a9e120a1ac [2021-01-05T21:24:38.269Z] ---> 5e4b02143a28 [2021-01-05T21:24:38.269Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:24:38.269Z] Removing intermediate container 22c8a5eae35c [2021-01-05T21:24:38.269Z] ---> 5afc01fa6200 [2021-01-05T21:24:38.269Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T21:24:38.269Z] Removing intermediate container c302ca3a3c81 [2021-01-05T21:24:38.269Z] ---> cccd28cda140 [2021-01-05T21:24:38.269Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T21:24:38.533Z] ---> Running in a97a0298d720 [2021-01-05T21:24:38.533Z] Removing intermediate container b01d2522eb7c [2021-01-05T21:24:38.533Z] ---> 81ca1163b4d7 [2021-01-05T21:24:38.533Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-05T21:24:38.533Z] ---> Running in 5ae5229acc42 [2021-01-05T21:24:38.533Z] ---> Running in af48598ac2e1 [2021-01-05T21:24:38.805Z] ---> Running in 1c74c2a55e59 [2021-01-05T21:24:38.805Z] Removing intermediate container a97a0298d720 [2021-01-05T21:24:38.805Z] ---> fba096a64b7c [2021-01-05T21:24:38.805Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:24:38.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:24:39.067Z] ---> Running in 7702aa21a122 [2021-01-05T21:24:39.067Z] Removing intermediate container 5ae5229acc42 [2021-01-05T21:24:39.067Z] ---> 90ab37c4083e [2021-01-05T21:24:39.068Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:24:39.068Z] Removing intermediate container af48598ac2e1 [2021-01-05T21:24:39.068Z] ---> abb2395b1750 [2021-01-05T21:24:39.068Z] Step 20/21 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:24:39.068Z] Removing intermediate container 1c74c2a55e59 [2021-01-05T21:24:39.068Z] ---> 8550d7f6f603 [2021-01-05T21:24:39.068Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-05T21:24:39.068Z] ---> Running in 72ecc39f1717 [2021-01-05T21:24:39.068Z] ---> Running in acb1336d7237 [2021-01-05T21:24:39.335Z] ---> Running in c3e760e90cfc [2021-01-05T21:24:39.335Z] Removing intermediate container 7702aa21a122 [2021-01-05T21:24:39.335Z] ---> 5b72bd2d044c [2021-01-05T21:24:39.335Z] [2021-01-05T21:24:39.605Z] Successfully built 5b72bd2d044c [2021-01-05T21:24:39.605Z] Removing intermediate container 72ecc39f1717 [2021-01-05T21:24:39.605Z] ---> bde0bcbf51a9 [2021-01-05T21:24:39.605Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T21:24:39.605Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T21:24:39.605Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container acb1336d7237 [2021-01-05T21:24:39.605Z] ---> 6aaba5d2db6b [2021-01-05T21:24:39.605Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:24:39.875Z] ---> Running in dabbd86cb23b [2021-01-05T21:24:39.875Z] ---> Running in 95acbd0ecbc9 [2021-01-05T21:24:40.153Z] Connecting to github.com (140.82.113.4:443) [2021-01-05T21:24:40.153Z] Removing intermediate container dabbd86cb23b [2021-01-05T21:24:40.153Z] ---> 7402a582f04d [2021-01-05T21:24:40.153Z] [2021-01-05T21:24:40.153Z] Removing intermediate container 95acbd0ecbc9 [2021-01-05T21:24:40.153Z] ---> fedd5906f6a4 [2021-01-05T21:24:40.153Z] [2021-01-05T21:24:40.424Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.139.203:443) [2021-01-05T21:24:40.424Z] Successfully built 7402a582f04d [2021-01-05T21:24:40.424Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-05T21:24:40.424Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T21:24:40.424Z]  Building docker-security-proxy-setup-go ... done Successfully built fedd5906f6a4 [2021-01-05T21:24:40.424Z] Successfully tagged docker-core-command-go:latest [2021-01-05T21:24:40.694Z]  Building docker-core-command-go ... done dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-05T21:24:40.695Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-05T21:24:40.695Z] dockerize [2021-01-05T21:24:42.655Z] Removing intermediate container c3e760e90cfc [2021-01-05T21:24:42.655Z] ---> e4998a640e28 [2021-01-05T21:24:42.655Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-05T21:24:42.655Z] ---> Running in 61bda7f00550 [2021-01-05T21:24:42.944Z] Removing intermediate container 61bda7f00550 [2021-01-05T21:24:42.944Z] ---> 18845c59f3f9 [2021-01-05T21:24:42.944Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-05T21:24:42.944Z] ---> Running in e5f85356da7f [2021-01-05T21:24:43.236Z] Removing intermediate container e5f85356da7f [2021-01-05T21:24:43.236Z] ---> 367fb591bcc2 [2021-01-05T21:24:43.236Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-05T21:24:43.236Z] ---> Running in 2a218ae83a32 [2021-01-05T21:24:43.822Z] Copy dockerize executable [2021-01-05T21:24:44.829Z] Removing intermediate container 2a218ae83a32 [2021-01-05T21:24:44.829Z] ---> 34dc20e1d6b4 [2021-01-05T21:24:44.829Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-05T21:24:44.829Z] ---> Running in 8b6d86d300ce [2021-01-05T21:24:44.829Z] Removing intermediate container 8b6d86d300ce [2021-01-05T21:24:44.829Z] ---> 88b76f497c34 [2021-01-05T21:24:44.829Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-05T21:24:45.409Z] ---> 30be04bacd3c [2021-01-05T21:24:45.409Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-05T21:24:45.685Z] ---> Running in d92943fb9ab0 [2021-01-05T21:24:45.858Z] gofmt -l . [2021-01-05T21:24:46.831Z] [ "`gofmt -l .`" = "" ] [2021-01-05T21:24:47.085Z] Removing intermediate container d92943fb9ab0 [2021-01-05T21:24:47.085Z] ---> 7b94c1c92708 [2021-01-05T21:24:47.085Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-05T21:24:47.659Z] ---> 69405dd131ec [2021-01-05T21:24:47.659Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-05T21:24:47.922Z] ---> 60966b340535 [2021-01-05T21:24:47.922Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-05T21:24:49.438Z] ./bin/test-go-mod-tidy.sh [2021-01-05T21:24:49.712Z] ./bin/test-attribution-txt.sh [2021-01-05T21:24:49.843Z] ---> 48a693b728a3 [2021-01-05T21:24:49.843Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-05T21:24:49.843Z] Removing intermediate container bc5bee413d58 [2021-01-05T21:24:49.843Z] ---> b7e397ae779b [2021-01-05T21:24:49.843Z] [2021-01-05T21:24:49.843Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T21:24:49.843Z] ---> 389fef711851 [2021-01-05T21:24:49.843Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T21:24:49.843Z] ---> Using cache [2021-01-05T21:24:49.843Z] ---> 860f248e2c10 [2021-01-05T21:24:49.843Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T21:24:49.843Z] ---> Running in 6a1b98b10f19 [2021-01-05T21:24:49.843Z] ---> 3fb7ce7f78a7 [2021-01-05T21:24:49.843Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-05T21:24:49.843Z] Removing intermediate container 6a1b98b10f19 [2021-01-05T21:24:49.843Z] ---> 40f8da273e1d [2021-01-05T21:24:49.843Z] Step 13/22 : WORKDIR / [2021-01-05T21:24:50.105Z] ---> Running in 7294be5e9b0d [2021-01-05T21:24:50.105Z] ---> Running in b52499283554 [2021-01-05T21:24:50.370Z] Removing intermediate container 7294be5e9b0d [2021-01-05T21:24:50.370Z] ---> 71b56c9ff9ac [2021-01-05T21:24:50.370Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T21:24:50.370Z] Removing intermediate container b52499283554 [2021-01-05T21:24:50.370Z] ---> 52302c89c83d [2021-01-05T21:24:50.370Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-05T21:24:50.636Z] ---> cee3734c4d59 [2021-01-05T21:24:50.636Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T21:24:50.636Z] ---> 577d185faff1 [2021-01-05T21:24:50.636Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:24:50.899Z] ---> Running in 0aa2c00af4cb [2021-01-05T21:24:51.160Z] ---> 1c113769356e [2021-01-05T21:24:51.160Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T21:24:51.422Z] ---> 2a9db8df68d6 [2021-01-05T21:24:51.423Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T21:24:51.684Z] ---> 255dd3936314 [2021-01-05T21:24:51.684Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T21:24:51.684Z] ---> Running in 2b011ae62c4a [2021-01-05T21:24:51.684Z] Removing intermediate container 0aa2c00af4cb [2021-01-05T21:24:51.684Z] ---> 4a3f2048324e [2021-01-05T21:24:51.684Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:24:51.950Z] ---> Running in 7e174d6bc88b [2021-01-05T21:24:52.212Z] Removing intermediate container 7e174d6bc88b [2021-01-05T21:24:52.212Z] ---> 9b9067d02d2f [2021-01-05T21:24:52.212Z] Step 29/32 : CMD ["install"] [2021-01-05T21:24:52.474Z] ---> Running in d4cbebd7e3fa [2021-01-05T21:24:52.474Z] Removing intermediate container d4cbebd7e3fa [2021-01-05T21:24:52.474Z] ---> a90728c3d11b [2021-01-05T21:24:52.474Z] Step 30/32 : LABEL arch=x86_64 [2021-01-05T21:24:52.736Z] ---> Running in 6dac3de495a0 [2021-01-05T21:24:52.736Z] Removing intermediate container 2b011ae62c4a [2021-01-05T21:24:52.736Z] ---> fbea059c0812 [2021-01-05T21:24:52.736Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T21:24:52.998Z] ---> Running in b46c12a46b10 [2021-01-05T21:24:52.998Z] Removing intermediate container 6dac3de495a0 [2021-01-05T21:24:52.998Z] ---> b54c30f197d5 [2021-01-05T21:24:52.998Z] Step 31/32 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:24:52.998Z] Removing intermediate container b46c12a46b10 [2021-01-05T21:24:52.998Z] ---> 19c06c6c9457 [2021-01-05T21:24:52.998Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T21:24:53.261Z] ---> Running in bb832f7a15c3 [2021-01-05T21:24:53.261Z] ---> Running in 9de15d6b46a3 [2021-01-05T21:24:53.524Z] Removing intermediate container bb832f7a15c3 [2021-01-05T21:24:53.524Z] ---> 9a360fdb5dfd [2021-01-05T21:24:53.524Z] Step 32/32 : LABEL version=0.0.0 [2021-01-05T21:24:53.524Z] Removing intermediate container 9de15d6b46a3 [2021-01-05T21:24:53.524Z] ---> a660604147a7 [2021-01-05T21:24:53.524Z] Step 21/22 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:24:53.786Z] ---> Running in 08eb65090820 [2021-01-05T21:24:53.786Z] ---> Running in 222bba61b0d0 [Pipeline] sh [2021-01-05T21:24:54.050Z] Removing intermediate container 08eb65090820 [2021-01-05T21:24:54.050Z] ---> bda66ea4fd0f [2021-01-05T21:24:54.050Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T21:24:54.050Z] Removing intermediate container 222bba61b0d0 [2021-01-05T21:24:54.050Z] ---> 6437e52d8f5c [2021-01-05T21:24:54.050Z] [2021-01-05T21:24:54.050Z] ---> Running in da8fa0e6d9a4 [2021-01-05T21:24:54.050Z] Successfully built 6437e52d8f5c [2021-01-05T21:24:54.312Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-05T21:24:54.312Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container da8fa0e6d9a4 [2021-01-05T21:24:54.312Z] ---> 6cdc4cfa84fe [2021-01-05T21:24:54.312Z] [2021-01-05T21:24:54.312Z] Successfully built 6cdc4cfa84fe [2021-01-05T21:24:54.574Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T21:24:54.671Z] + ls -al . [2021-01-05T21:24:54.672Z] total 672 [2021-01-05T21:24:54.672Z] drwxrwxr-x 9 1001 1001 4096 Jan 5 21:24 . [2021-01-05T21:24:54.672Z] drwxr-xr-x 4 root root 4096 Jan 5 21:21 .. [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 21:19 .dockerignore [2021-01-05T21:24:54.672Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 21:19 .git [2021-01-05T21:24:54.672Z] drwxrwxr-x 3 1001 1001 4096 Jan 5 21:19 .github [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 872 Jan 5 21:19 .gitignore [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 21:19 .sonarcloud.properties [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 21:19 CONTRIBUTING.md [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 21:19 Dockerfile.build [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 21:19 Jenkinsfile [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 21:19 LICENSE [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 6001 Jan 5 21:19 Makefile [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 21:19 README.md [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 21:19 SECURITY.md [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 21:17 VERSION [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 21:19 ZMQWindows.md [2021-01-05T21:24:54.672Z] drwxrwxr-x 2 1001 1001 4096 Jan 5 21:19 bin [2021-01-05T21:24:54.672Z] drwxrwxr-x 15 1001 1001 4096 Jan 5 21:19 cmd [2021-01-05T21:24:54.672Z] -rw-r--r-- 1 root root 546759 Jan 5 21:23 coverage.out [2021-01-05T21:24:54.672Z] -rw-r--r-- 1 root root 1005 Jan 5 21:24 go.mod [2021-01-05T21:24:54.672Z] -rw-r--r-- 1 root root 19172 Jan 5 21:24 go.sum [2021-01-05T21:24:54.672Z] drwxrwxr-x 8 1001 1001 4096 Jan 5 21:19 internal [2021-01-05T21:24:54.672Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 21:19 openapi [2021-01-05T21:24:54.672Z] drwxrwxr-x 4 1001 1001 4096 Jan 5 21:19 snap [2021-01-05T21:24:54.672Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 21:19 version.go [Pipeline] sh [2021-01-05T21:24:54.848Z]  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } [2021-01-05T21:24:54.860Z] $ docker stop --time=1 99e2a4327d8f6fdfd387fe34ca47ff9927b2941f41b3af4630acb14115c6a212 [2021-01-05T21:24:55.342Z] + '[' -e coverage.out ] [2021-01-05T21:24:55.343Z] + chown 1001:1001 coverage.out [2021-01-05T21:24:56.443Z] $ docker rm -f 99e2a4327d8f6fdfd387fe34ca47ff9927b2941f41b3af4630acb14115c6a212 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash [2021-01-05T21:24:56.641Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T21:24:56.893Z] + docker images [2021-01-05T21:24:56.893Z] + grep docker [2021-01-05T21:24:57.155Z] docker-security-bootstrap-redis-go latest 6cdc4cfa84fe 3 seconds ago 15.8MB [2021-01-05T21:24:57.155Z] docker-security-bootstrapper-go latest 6437e52d8f5c 4 seconds ago 41.4MB [2021-01-05T21:24:57.155Z] docker-core-command-go latest fedd5906f6a4 18 seconds ago 16.7MB [2021-01-05T21:24:57.155Z] docker-sys-mgmt-agent-go latest 5b72bd2d044c 18 seconds ago 313MB [2021-01-05T21:24:57.155Z] docker-security-proxy-setup-go latest 7402a582f04d 18 seconds ago 24.5MB [2021-01-05T21:24:57.155Z] docker-security-secretstore-setup-go latest 78410e1af381 37 seconds ago 24.6MB [2021-01-05T21:24:57.155Z] docker-core-data-go latest 55f5a65b21db About a minute ago 22.3MB [2021-01-05T21:24:57.155Z] docker-core-metadata-go latest cf2a95d58db7 About a minute ago 19.1MB [2021-01-05T21:24:57.155Z] docker-support-notifications-go latest 0a2a01896e9e About a minute ago 16.9MB [2021-01-05T21:24:57.155Z] docker-support-scheduler-go latest 4fc27d41bff9 About a minute ago 16.9MB [2021-01-05T21:24:57.155Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-01-05T21:24:57.779Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-05T21:24:58.490Z] + make build [2021-01-05T21:24:58.490Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T21:25:08.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T21:25:13.069Z] Still waiting to schedule task [2021-01-05T21:25:13.069Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-05T21:25:30.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T21:25:36.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T21:25:40.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T21:25:41.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T21:25:46.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T21:25:50.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T21:25:54.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T21:25:58.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T21:25:58.416Z] Running on prd-ubuntu18.04-docker-8c-8g-18572 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-05T21:25:58.471Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-01-05T21:26:00.633Z] using credential edgex-jenkins-ssh [2021-01-05T21:26:00.701Z] Cloning the remote Git repository [2021-01-05T21:26:00.728Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T21:26:00.799Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-01-05T21:26:00.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T21:26:00.826Z] > git --version # timeout=10 [2021-01-05T21:26:00.831Z] > git --version # 'git version 2.17.1' [2021-01-05T21:26:00.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T21:26:00.864Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T21:26:01.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:26:05.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T21:26:09.111Z] 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-01-05T21:26:09.443Z] Merging remotes/origin/master commit 2d44ac80c31bebaf6982c3b2fc77103a37445d49 into PR head commit f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:26:09.561Z] Merge succeeded, producing f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:26:09.562Z] Checking out Revision f7efb5deb29471de2049316a9acc6d4b0d94d324 (PR-2970) [2021-01-05T21:26:08.843Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T21:26:08.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T21:26:08.858Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T21:26:08.870Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T21:26:08.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T21:26:08.875Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T21:26:09.455Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T21:26:09.460Z] > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 [2021-01-05T21:26:09.534Z] > git remote # timeout=10 [2021-01-05T21:26:09.541Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T21:26:09.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T21:26:09.551Z] > git merge 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 [2021-01-05T21:26:09.560Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T21:26:09.567Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T21:26:09.574Z] > git checkout -f f7efb5deb29471de2049316a9acc6d4b0d94d324 # timeout=10 [2021-01-05T21:26:13.248Z] Commit message: "feat(security): Add new implementation for security bootstrapping/installation" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:26:14.401Z] + echo snap-build.sh [2021-01-05T21:26:14.401Z] snap-build.sh [2021-01-05T21:26:14.401Z] + SNAP_BASE_DIR=. [2021-01-05T21:26:14.401Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-01-05T21:26:14.401Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-01-05T21:26:14.401Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-01-05T21:26:14.401Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-01-05T21:26:14.401Z] + cd /w/workspace/edgex-go/10 [2021-01-05T21:26:14.401Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-05T21:26:14.401Z] Reading package lists... [Pipeline] } [2021-01-05T21:26:14.539Z] $ docker stop --time=1 d50a638e0965b3aab9e1708ed4a5647798ded43c3785e971761055bd97fa713c [2021-01-05T21:26:14.663Z] Building dependency tree... [2021-01-05T21:26:14.663Z] Reading state information... [2021-01-05T21:26:14.663Z] The following packages were automatically installed and are no longer required: [2021-01-05T21:26:14.663Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-05T21:26:14.663Z] uidmap xdelta3 [2021-01-05T21:26:14.663Z] Use 'sudo apt autoremove' to remove them. [2021-01-05T21:26:14.663Z] The following packages will be REMOVED: [2021-01-05T21:26:14.663Z] lxd* lxd-client* [2021-01-05T21:26:15.236Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-05T21:26:15.236Z] After this operation, 31.7 MB disk space will be freed. [2021-01-05T21:26:16.021Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-05T21:26:16.021Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T21:26:16.943Z] $ docker rm -f d50a638e0965b3aab9e1708ed4a5647798ded43c3785e971761055bd97fa713c [2021-01-05T21:26:16.965Z] Removing lxd dnsmasq configuration [2021-01-05T21:26:16.965Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-05T21:26:17.226Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-01-05T21:26:18.170Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-05T21:26:18.435Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-05T21:26:18.435Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:26:18.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T21:26:18.806Z] [2021-01-05T21:26:18.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:26:19.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T21:26:19.461Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-05T21:26:19.461Z] 29e5d40040c1: Pulling fs layer [2021-01-05T21:26:19.461Z] 1ce36da41761: Pulling fs layer [2021-01-05T21:26:19.461Z] 25b303627fd3: Pulling fs layer [2021-01-05T21:26:19.825Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-05T21:26:19.825Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-05T21:26:20.055Z] 29e5d40040c1: Verifying Checksum [2021-01-05T21:26:20.055Z] 29e5d40040c1: Download complete [2021-01-05T21:26:20.657Z] 1ce36da41761: Verifying Checksum [2021-01-05T21:26:20.657Z] 1ce36da41761: Download complete [2021-01-05T21:26:20.657Z] 29e5d40040c1: Pull complete [2021-01-05T21:26:21.216Z] + sudo snap remove --purge lxd [2021-01-05T21:26:21.216Z] snap "lxd" is not installed [2021-01-05T21:26:21.216Z] + sudo groupadd --force --system lxd [2021-01-05T21:26:21.216Z] ++ whoami [2021-01-05T21:26:21.216Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-05T21:26:21.216Z] + newgrp - lxd [2021-01-05T21:26:21.216Z] + sudo snap install lxd [2021-01-05T21:26:22.093Z] 25b303627fd3: Verifying Checksum [2021-01-05T21:26:22.093Z] 25b303627fd3: Download complete [2021-01-05T21:26:22.093Z] 1ce36da41761: Pull complete [2021-01-05T21:26:29.389Z] 2021-01-05T21:26:26Z INFO Waiting for automatic snapd restart... [2021-01-05T21:26:32.237Z] 25b303627fd3: Pull complete [2021-01-05T21:26:32.238Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-05T21:26:32.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T21:26:32.238Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-05T21:26:32.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container [2021-01-05T21:26:32.551Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T21:26:35.784Z] $ docker top 475bfce199eb45320bc61191a18b96d011823edfd00a51ad636371ab48248f52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:26:36.862Z] + docker-compose build --help [2021-01-05T21:26:36.862Z] + grep parallel [2021-01-05T21:26:40.235Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T21:26:40.264Z] $ docker stop --time=1 475bfce199eb45320bc61191a18b96d011823edfd00a51ad636371ab48248f52 [2021-01-05T21:26:42.228Z] $ docker rm -f 475bfce199eb45320bc61191a18b96d011823edfd00a51ad636371ab48248f52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:26:43.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-05T21:26:43.185Z] . [Pipeline] withDockerContainer [2021-01-05T21:26:43.475Z] prd-ubuntu18.04-docker-arm64-4c-16g-18571 does not seem to be running inside a container [2021-01-05T21:26:43.586Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-05T21:26:44.314Z] lxd 4.9 from Canonical* installed [2021-01-05T21:26:44.314Z] + sudo lxd init --auto [2021-01-05T21:26:45.009Z] $ docker top 22396408fe454211299401471da5b424c4f4699c6b1b9525512f90c26a8fbb4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:26:46.023Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T21:26:49.388Z] Building docker-core-command-go ... [2021-01-05T21:26:49.388Z] Building docker-core-data-go ... [2021-01-05T21:26:49.388Z] Building docker-core-metadata-go ... [2021-01-05T21:26:49.388Z] Building docker-security-bootstrapper-go ... [2021-01-05T21:26:49.388Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T21:26:49.388Z] Building docker-security-proxy-setup-go ... [2021-01-05T21:26:49.388Z] Building docker-security-secretstore-setup-go ... [2021-01-05T21:26:49.388Z] Building docker-support-notifications-go ... [2021-01-05T21:26:49.388Z] Building docker-support-scheduler-go ... [2021-01-05T21:26:49.388Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T21:26:49.388Z] Building docker-core-metadata-go [2021-01-05T21:26:49.388Z] Building docker-support-scheduler-go [2021-01-05T21:26:49.388Z] Building docker-sys-mgmt-agent-go [2021-01-05T21:26:49.388Z] Building docker-core-data-go [2021-01-05T21:26:49.388Z] Building docker-support-notifications-go [2021-01-05T21:26:50.909Z] + sudo snap install --classic snapcraft [2021-01-05T21:26:56.204Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T21:26:56.204Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-05T21:26:56.204Z] + patch --verbose -p1 [2021-01-05T21:26:56.204Z] Hmm... Looks like a unified diff to me... [2021-01-05T21:26:56.204Z] The text leading up to this was: [2021-01-05T21:26:56.204Z] -------------------------- [2021-01-05T21:26:56.204Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-05T21:26:56.204Z] |From: Tony Espy [2021-01-05T21:26:56.204Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-05T21:26:56.204Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-05T21:26:56.204Z] | [2021-01-05T21:26:56.204Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-05T21:26:56.204Z] |optimize the snap CI check run for pull requests. When [2021-01-05T21:26:56.204Z] |applied, it essentially strips out everything (apps and [2021-01-05T21:26:56.204Z] |parts) from the snapcraft.yaml file except those required [2021-01-05T21:26:56.204Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-05T21:26:56.204Z] |catch changes to edgex-go that break the snap build. [2021-01-05T21:26:56.204Z] | [2021-01-05T21:26:56.204Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-05T21:26:56.204Z] |to update this patch file, otherwise it may fail to apply, [2021-01-05T21:26:56.204Z] |resulting in a failed snap build CI check in the associated [2021-01-05T21:26:56.204Z] |pull request. [2021-01-05T21:26:56.204Z] | [2021-01-05T21:26:56.204Z] |Note - in addition to applying this patch, the pipeline also [2021-01-05T21:26:56.204Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-05T21:26:56.204Z] |need to build the finally binary .snap file (and it won't [2021-01-05T21:26:56.204Z] |work with the patch applied). This further reduces the build [2021-01-05T21:26:56.204Z] |time. [2021-01-05T21:26:56.204Z] |--- [2021-01-05T21:26:56.204Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-05T21:26:56.204Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-05T21:26:56.204Z] | [2021-01-05T21:26:56.204Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-05T21:26:56.204Z] |index 1e537489..faf42425 100644 [2021-01-05T21:26:56.204Z] |--- a/snap/snapcraft.yaml [2021-01-05T21:26:56.204Z] |+++ b/snap/snapcraft.yaml [2021-01-05T21:26:56.204Z] -------------------------- [2021-01-05T21:26:56.204Z] patching file snap/snapcraft.yaml [2021-01-05T21:26:56.204Z] Using Plan A... [2021-01-05T21:26:56.204Z] Hunk #1 succeeded at 73. [2021-01-05T21:26:56.204Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-05T21:26:56.204Z] Hunk #3 succeeded at 214. [2021-01-05T21:26:56.204Z] Hunk #4 succeeded at 222. [2021-01-05T21:26:56.204Z] Hunk #5 succeeded at 229. [2021-01-05T21:26:56.204Z] Hunk #6 succeeded at 256. [2021-01-05T21:26:56.204Z] Hunk #7 succeeded at 290. [2021-01-05T21:26:56.204Z] Hunk #8 succeeded at 341. [2021-01-05T21:26:56.204Z] Hmm... Ignoring the trailing garbage. [2021-01-05T21:26:56.204Z] done [2021-01-05T21:26:56.204Z] + sudo snapcraft prime --use-lxd [2021-01-05T21:26:57.149Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-05T21:26:57.149Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-05T21:26:57.149Z] - README.md [2021-01-05T21:26:57.150Z] - snapcraft.yaml.orig [2021-01-05T21:26:57.150Z] [2021-01-05T21:26:57.150Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T21:26:57.725Z] Launching a container. [2021-01-05T21:27:09.980Z] Waiting for container to be ready [2021-01-05T21:27:09.980Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-05T21:27:09.980Z] [2021-01-05T21:27:13.283Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-05T21:27:13.283Z] Waiting for network to be ready... [2021-01-05T21:27:13.543Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T21:27:13.808Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-05T21:27:13.808Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T21:27:13.809Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-05T21:27:13.809Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T21:27:13.809Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T21:27:13.809Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T21:27:13.809Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T21:27:13.809Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T21:27:13.809Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T21:27:14.380Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T21:27:14.380Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T21:27:14.641Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T21:27:14.641Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T21:27:14.641Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T21:27:14.641Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T21:27:14.641Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T21:27:14.641Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T21:27:14.901Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T21:27:15.162Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] [2021-01-05T21:27:15.162Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T21:27:15.162Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-05T21:27:15.162Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-05T21:27:15.162Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T21:27:15.162Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T21:27:15.162Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T21:27:15.423Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T21:27:17.336Z] Fetched 23.6 MB in 4s (6028 kB/s) [2021-01-05T21:27:18.279Z] Reading package lists... [2021-01-05T21:27:18.279Z] Reading package lists... [2021-01-05T21:27:18.539Z] Building dependency tree... [2021-01-05T21:27:18.539Z] Reading state information... [2021-01-05T21:27:18.539Z] The following additional packages will be installed: [2021-01-05T21:27:18.539Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T21:27:18.539Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T21:27:18.539Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T21:27:18.539Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-05T21:27:18.539Z] Suggested packages: [2021-01-05T21:27:18.539Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-05T21:27:18.539Z] Recommended packages: [2021-01-05T21:27:18.539Z] gnupg libsasl2-modules [2021-01-05T21:27:18.799Z] The following NEW packages will be installed: [2021-01-05T21:27:18.799Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-05T21:27:18.799Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-05T21:27:18.799Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-05T21:27:18.799Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-05T21:27:18.799Z] The following packages will be upgraded: [2021-01-05T21:27:18.799Z] gpg gpg-agent gpgconf libudev1 [2021-01-05T21:27:18.799Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-05T21:27:18.799Z] Need to get 3531 kB of archives. [2021-01-05T21:27:18.799Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-05T21:27:18.799Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-05T21:27:18.799Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-05T21:27:18.799Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-05T21:27:18.799Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-05T21:27:18.799Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-05T21:27:19.059Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-05T21:27:19.059Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-05T21:27:19.059Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-05T21:27:19.059Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-05T21:27:19.321Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-05T21:27:19.894Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-05T21:27:19.894Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-05T21:27:19.894Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-05T21:27:19.894Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-05T21:27:19.894Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-05T21:27:19.894Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-05T21:27:19.894Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-05T21:27:19.894Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-05T21:27:19.894Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-05T21:27:19.894Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-05T21:27:19.894Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-05T21:27:19.894Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-05T21:27:20.156Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T21:27:20.156Z] Fetched 3531 kB in 1s (2776 kB/s) [2021-01-05T21:27:20.156Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T21:27:20.156Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-05T21:27:20.156Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T21:27:20.156Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-05T21:27:20.417Z] Selecting previously unselected package udev. [2021-01-05T21:27:20.417Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-05T21:27:20.417Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-05T21:27:20.417Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-05T21:27:20.678Z] Selecting previously unselected package libfuse2:amd64. [2021-01-05T21:27:20.678Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T21:27:20.678Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T21:27:20.939Z] Selecting previously unselected package fuse. [2021-01-05T21:27:20.939Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-05T21:27:20.939Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-05T21:27:20.939Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T21:27:20.939Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T21:27:21.200Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T21:27:21.200Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T21:27:21.200Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T21:27:21.200Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T21:27:21.200Z] Selecting previously unselected package libksba8:amd64. [2021-01-05T21:27:21.461Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-05T21:27:21.461Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-05T21:27:21.461Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-05T21:27:21.461Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:21.461Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:21.461Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-05T21:27:21.461Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:21.461Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:21.724Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-05T21:27:21.724Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:21.724Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:21.724Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-05T21:27:21.724Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:21.724Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:21.985Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-05T21:27:21.985Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:21.985Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:21.985Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-05T21:27:21.985Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:21.985Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:22.247Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-05T21:27:22.247Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:22.247Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:22.247Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-05T21:27:22.247Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:22.247Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:22.507Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-05T21:27:22.507Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-05T21:27:22.507Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:22.507Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-05T21:27:22.507Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T21:27:22.507Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T21:27:22.769Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-05T21:27:22.769Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-05T21:27:22.769Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T21:27:22.769Z] Selecting previously unselected package libldap-common. [2021-01-05T21:27:22.769Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-05T21:27:22.769Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T21:27:22.769Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-05T21:27:22.769Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-05T21:27:22.769Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T21:27:23.030Z] Selecting previously unselected package dirmngr. [2021-01-05T21:27:23.030Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T21:27:23.030Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T21:27:23.030Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T21:27:23.290Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-05T21:27:23.290Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-05T21:27:23.290Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T21:27:23.290Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-05T21:27:23.290Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-05T21:27:23.290Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:23.290Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-05T21:27:23.554Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T21:27:23.554Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-05T21:27:23.817Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-05T21:27:24.077Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.077Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-05T21:27:24.077Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-05T21:27:24.077Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-05T21:27:24.077Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-05T21:27:24.338Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-05T21:27:24.338Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-05T21:27:24.338Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T21:27:24.910Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-05T21:27:24.910Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-05T21:27:24.910Z] This means they are not meant to be enabled using systemctl. [2021-01-05T21:27:24.910Z] Possible reasons for having this kind of units are: [2021-01-05T21:27:24.910Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-05T21:27:24.910Z] .wants/ or .requires/ directory. [2021-01-05T21:27:24.910Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-05T21:27:24.910Z] a requirement dependency on it. [2021-01-05T21:27:24.910Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-05T21:27:24.910Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-05T21:27:24.910Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-05T21:27:24.910Z] instance name specified. [2021-01-05T21:27:25.171Z] Reading package lists... [2021-01-05T21:27:25.433Z] Building dependency tree... [2021-01-05T21:27:25.433Z] Reading state information... [2021-01-05T21:27:25.433Z] The following additional packages will be installed: [2021-01-05T21:27:25.433Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-05T21:27:25.433Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-05T21:27:25.433Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-05T21:27:25.433Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-05T21:27:25.433Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-05T21:27:25.433Z] Suggested packages: [2021-01-05T21:27:25.433Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-05T21:27:25.433Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-05T21:27:25.433Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-05T21:27:25.433Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-05T21:27:25.433Z] systemd-container policykit-1 [2021-01-05T21:27:25.433Z] Recommended packages: [2021-01-05T21:27:25.433Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-05T21:27:25.433Z] The following NEW packages will be installed: [2021-01-05T21:27:25.433Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-05T21:27:25.433Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-05T21:27:25.433Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-05T21:27:25.433Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-05T21:27:25.433Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-05T21:27:25.433Z] The following packages will be upgraded: [2021-01-05T21:27:25.433Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-05T21:27:25.433Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-05T21:27:25.433Z] Need to get 35.2 MB of archives. [2021-01-05T21:27:25.433Z] After this operation, 141 MB of additional disk space will be used. [2021-01-05T21:27:25.433Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-05T21:27:25.694Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-05T21:27:25.694Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-05T21:27:25.694Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-05T21:27:25.694Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-05T21:27:25.694Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-05T21:27:25.694Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-05T21:27:25.694Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-05T21:27:25.694Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-05T21:27:25.694Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-05T21:27:25.694Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-05T21:27:25.694Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-05T21:27:25.694Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-05T21:27:25.694Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-05T21:27:25.694Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-05T21:27:25.694Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-05T21:27:25.694Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-05T21:27:26.636Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-05T21:27:26.636Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-05T21:27:26.636Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-05T21:27:26.636Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-05T21:27:26.636Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-05T21:27:26.636Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-05T21:27:26.636Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-05T21:27:26.636Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-05T21:27:26.636Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-05T21:27:26.636Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-05T21:27:26.896Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-05T21:27:26.896Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-05T21:27:26.896Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-05T21:27:28.282Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T21:27:28.282Z] Fetched 35.2 MB in 2s (14.4 MB/s) [2021-01-05T21:27:28.282Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T21:27:28.282Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-05T21:27:28.282Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T21:27:28.852Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-05T21:27:28.852Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T21:27:28.853Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-05T21:27:29.112Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T21:27:29.112Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T21:27:29.112Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T21:27:29.373Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-05T21:27:29.373Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-05T21:27:29.373Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-05T21:27:29.638Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-05T21:27:29.899Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-05T21:27:29.899Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-05T21:27:30.160Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-05T21:27:30.420Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-05T21:27:30.420Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T21:27:30.420Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T21:27:30.420Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-05T21:27:30.420Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T21:27:30.681Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:30.681Z] Selecting previously unselected package libexpat1:amd64. [2021-01-05T21:27:30.681Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-05T21:27:30.681Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T21:27:30.942Z] Selecting previously unselected package python3.6-minimal. [2021-01-05T21:27:30.942Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T21:27:30.942Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:31.204Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T21:27:31.204Z] Checking for services that may need to be restarted...done. [2021-01-05T21:27:31.204Z] Checking for services that may need to be restarted...done. [2021-01-05T21:27:31.204Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:31.464Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-05T21:27:31.464Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:32.037Z] Selecting previously unselected package python3-minimal. [2021-01-05T21:27:32.037Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-05T21:27:32.037Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-05T21:27:32.037Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-05T21:27:32.037Z] Selecting previously unselected package mime-support. [2021-01-05T21:27:32.037Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-05T21:27:32.037Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-05T21:27:32.037Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-05T21:27:32.037Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-05T21:27:32.037Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T21:27:32.298Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-05T21:27:32.298Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T21:27:32.298Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:32.559Z] Selecting previously unselected package python3.6. [2021-01-05T21:27:32.559Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-05T21:27:32.559Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:32.559Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-05T21:27:32.559Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-05T21:27:32.559Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T21:27:33.136Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-05T21:27:33.136Z] Selecting previously unselected package python3. [2021-01-05T21:27:33.136Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-05T21:27:33.136Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-05T21:27:33.136Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-05T21:27:33.396Z] Selecting previously unselected package multiarch-support. [2021-01-05T21:27:33.396Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T21:27:33.396Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T21:27:33.396Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-05T21:27:33.658Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-05T21:27:33.658Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-05T21:27:33.658Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-05T21:27:33.658Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T21:27:33.658Z] Selecting previously unselected package libbsd0:amd64. [2021-01-05T21:27:33.658Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-05T21:27:33.658Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T21:27:33.918Z] Selecting previously unselected package sudo. [2021-01-05T21:27:33.918Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-05T21:27:33.918Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T21:27:33.918Z] Selecting previously unselected package apparmor. [2021-01-05T21:27:33.918Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T21:27:33.918Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-05T21:27:34.178Z] Selecting previously unselected package libedit2:amd64. [2021-01-05T21:27:34.178Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-05T21:27:34.178Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T21:27:34.178Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-05T21:27:34.178Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T21:27:34.178Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:34.439Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-05T21:27:34.439Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T21:27:34.439Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:34.439Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-05T21:27:34.439Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-05T21:27:34.439Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T21:27:34.699Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-05T21:27:34.699Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T21:27:34.699Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:34.699Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-05T21:27:34.699Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-05T21:27:34.699Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:34.960Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-05T21:27:34.960Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-05T21:27:34.960Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T21:27:35.221Z] Selecting previously unselected package openssh-client. [2021-01-05T21:27:35.221Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-05T21:27:35.221Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T21:27:35.221Z] Selecting previously unselected package squashfs-tools. [2021-01-05T21:27:35.221Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-05T21:27:35.221Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T21:27:35.482Z] Selecting previously unselected package snapd. [2021-01-05T21:27:35.482Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-05T21:27:35.482Z] Unpacking snapd (2.48+18.04) ... [2021-01-05T21:27:37.396Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-05T21:27:37.396Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-05T21:27:37.396Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-05T21:27:37.657Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-05T21:27:37.657Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-05T21:27:37.657Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:37.657Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T21:27:37.657Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-05T21:27:37.657Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-05T21:27:39.043Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-05T21:27:39.043Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-05T21:27:39.043Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-05T21:27:39.043Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:39.043Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:39.304Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-05T21:27:39.878Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-05T21:27:39.878Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:39.878Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-05T21:27:39.878Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-05T21:27:39.878Z] running python rtupdate hooks for python3.6... [2021-01-05T21:27:39.878Z] running python post-rtupdate hooks for python3.6... [2021-01-05T21:27:39.878Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-05T21:27:41.262Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-05T21:27:41.524Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-05T21:27:41.524Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-05T21:27:41.783Z] Setting up snapd (2.48+18.04) ... [2021-01-05T21:27:42.046Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-05T21:27:42.307Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-05T21:27:42.307Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-05T21:27:42.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-05T21:27:42.829Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T21:27:42.829Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-05T21:27:42.829Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-05T21:27:43.090Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-05T21:27:43.352Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-05T21:27:43.352Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-05T21:27:43.613Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-05T21:27:43.613Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-05T21:27:43.613Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T21:27:44.573Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T21:27:44.573Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T21:27:44.833Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T21:27:45.094Z] Fetched 88.7 kB in 1s (162 kB/s) [2021-01-05T21:27:46.036Z] Reading package lists... [2021-01-05T21:27:46.036Z] Reading package lists... [2021-01-05T21:27:46.298Z] Building dependency tree... [2021-01-05T21:27:46.298Z] Reading state information... [2021-01-05T21:27:46.298Z] Calculating upgrade... [2021-01-05T21:27:46.560Z] The following packages will be upgraded: [2021-01-05T21:27:46.560Z] advancecomp base-files bash binutils binutils-common [2021-01-05T21:27:46.560Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-05T21:27:46.560Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-05T21:27:46.560Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-05T21:27:46.560Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-05T21:27:46.560Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-05T21:27:46.560Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-05T21:27:46.560Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-05T21:27:46.560Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-05T21:27:46.560Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-05T21:27:46.560Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-05T21:27:46.560Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-05T21:27:46.560Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-05T21:27:46.560Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-05T21:27:46.561Z] ubuntu-keyring util-linux [2021-01-05T21:27:46.824Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T21:27:46.824Z] Need to get 63.7 MB of archives. [2021-01-05T21:27:46.824Z] After this operation, 5201 kB of additional disk space will be used. [2021-01-05T21:27:46.824Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-05T21:27:46.824Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-05T21:27:47.396Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-05T21:27:47.396Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-05T21:27:47.396Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-05T21:27:47.396Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-05T21:27:47.396Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-05T21:27:47.396Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-05T21:27:47.396Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-05T21:27:47.396Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-05T21:27:47.396Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-05T21:27:47.396Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-05T21:27:47.396Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-05T21:27:47.396Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-05T21:27:47.396Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-05T21:27:47.396Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-05T21:27:47.396Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-05T21:27:47.396Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-05T21:27:47.396Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-05T21:27:47.657Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-05T21:27:47.657Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-05T21:27:47.657Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-05T21:27:47.657Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-05T21:27:47.657Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-05T21:27:47.657Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-05T21:27:47.657Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-05T21:27:47.657Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-05T21:27:47.657Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-05T21:27:47.657Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-05T21:27:47.657Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-05T21:27:47.657Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-05T21:27:47.657Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-05T21:27:47.657Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-05T21:27:47.657Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-05T21:27:47.657Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-05T21:27:47.657Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-05T21:27:47.657Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-05T21:27:47.657Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-05T21:27:47.657Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-05T21:27:47.657Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-05T21:27:47.918Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-05T21:27:47.918Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-05T21:27:47.918Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-05T21:27:47.918Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-05T21:27:47.918Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-05T21:27:47.918Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-05T21:27:47.918Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-05T21:27:47.918Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-05T21:27:47.918Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-05T21:27:47.918Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-05T21:27:47.918Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-05T21:27:47.918Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-05T21:27:47.918Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-05T21:27:47.918Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-05T21:27:47.918Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-05T21:27:47.918Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-05T21:27:47.918Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-05T21:27:47.918Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-05T21:27:47.918Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-05T21:27:47.918Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-05T21:27:47.918Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-05T21:27:47.918Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-05T21:27:47.918Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-05T21:27:47.918Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-05T21:27:48.178Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-05T21:27:48.178Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-05T21:27:48.178Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-05T21:27:48.178Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-05T21:27:48.178Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-05T21:27:48.178Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-05T21:27:48.178Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-05T21:27:48.178Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-05T21:27:48.178Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-05T21:27:48.178Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-05T21:27:48.178Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-05T21:27:48.178Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-05T21:27:48.178Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-05T21:27:48.178Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-05T21:27:48.438Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-05T21:27:48.438Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-05T21:27:48.438Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-05T21:27:48.438Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-05T21:27:48.438Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-05T21:27:48.438Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-05T21:27:48.438Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-05T21:27:48.438Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-05T21:27:48.438Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-05T21:27:48.438Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-05T21:27:49.009Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-05T21:27:49.581Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-05T21:27:49.581Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-05T21:27:49.581Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-05T21:27:49.842Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-05T21:27:49.842Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-05T21:27:49.842Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-05T21:27:49.842Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-05T21:27:49.842Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-05T21:27:50.104Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T21:27:50.104Z] Fetched 63.7 MB in 3s (18.7 MB/s) [2021-01-05T21:27:50.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:50.104Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T21:27:50.104Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T21:27:50.677Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T21:27:50.677Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T21:27:50.988Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-05T21:27:50.988Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-05T21:27:51.560Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:51.824Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:51.824Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:51.824Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.088Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:52.088Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.088Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:52.349Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.349Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:52.349Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.612Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:52.612Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.612Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:52.612Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.874Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:27:52.874Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T21:27:52.874Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:52.874Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-05T21:27:52.874Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:27:53.135Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T21:27:53.135Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:53.135Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:53.135Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:53.396Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:53.396Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-05T21:27:53.396Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-05T21:27:53.656Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:27:53.656Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T21:27:53.656Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T21:27:53.916Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T21:27:54.490Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T21:27:54.490Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-05T21:27:54.490Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-05T21:27:54.751Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-05T21:27:54.751Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-05T21:27:54.751Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-05T21:27:55.012Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-05T21:27:55.012Z] Installing new version of config file /etc/issue ... [2021-01-05T21:27:55.012Z] Installing new version of config file /etc/issue.net ... [2021-01-05T21:27:55.012Z] Installing new version of config file /etc/lsb-release ... [2021-01-05T21:27:55.012Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-05T21:27:55.272Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-05T21:27:55.272Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-05T21:27:55.272Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-05T21:27:55.533Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:55.533Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-05T21:27:55.533Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-05T21:27:55.533Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-05T21:27:55.794Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-05T21:27:55.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:55.794Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:27:55.794Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-05T21:27:55.794Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:27:56.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:56.055Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-05T21:27:56.055Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-05T21:27:56.055Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-05T21:27:56.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:56.316Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-05T21:27:56.316Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T21:27:56.577Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-05T21:27:56.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:56.577Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T21:27:56.577Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T21:27:56.850Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T21:27:56.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:56.850Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T21:27:56.850Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T21:27:57.110Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-05T21:27:57.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:57.110Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-05T21:27:57.371Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-05T21:27:57.371Z] Setting up grep (3.1-2build1) ... [2021-01-05T21:27:57.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:57.633Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T21:27:57.633Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T21:27:57.633Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-05T21:27:57.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:57.905Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T21:27:57.905Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T21:27:57.905Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-05T21:27:58.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:58.166Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T21:27:58.166Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T21:27:58.738Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T21:27:58.738Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T21:27:58.738Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-05T21:27:58.738Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T21:27:59.311Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-05T21:27:59.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:27:59.573Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-05T21:27:59.573Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-05T21:28:00.960Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T21:28:00.960Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T21:28:00.960Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-05T21:28:00.960Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-05T21:28:00.960Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T21:28:00.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:00.960Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-05T21:28:00.960Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-05T21:28:01.220Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-05T21:28:01.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:01.220Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:01.482Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:01.482Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:01.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:01.482Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:01.482Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:01.743Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:01.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:01.743Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:01.743Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:02.003Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:02.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:02.003Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:02.003Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:02.264Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:02.264Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:02.264Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T21:28:02.264Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T21:28:02.264Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T21:28:02.525Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T21:28:02.525Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T21:28:02.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:02.525Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-05T21:28:02.784Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T21:28:02.784Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T21:28:02.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:02.784Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:02.784Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:03.045Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:03.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:03.045Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:03.046Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:03.307Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:03.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:03.307Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:03.568Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:03.830Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:04.092Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-05T21:28:04.353Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-05T21:28:04.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:04.353Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-05T21:28:04.614Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-05T21:28:04.614Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T21:28:04.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-05T21:28:04.875Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-05T21:28:04.875Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-05T21:28:05.137Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-05T21:28:05.137Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:05.137Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-05T21:28:05.398Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-05T21:28:05.398Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-05T21:28:05.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:05.659Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T21:28:05.659Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T21:28:05.921Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T21:28:05.921Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:05.921Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T21:28:05.921Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T21:28:06.182Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T21:28:06.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:06.182Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-05T21:28:06.182Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T21:28:06.443Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T21:28:06.705Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:06.705Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-05T21:28:06.705Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-05T21:28:06.705Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-05T21:28:06.705Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-05T21:28:06.965Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T21:28:06.965Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T21:28:06.965Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T21:28:07.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:07.227Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-05T21:28:07.227Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-05T21:28:07.227Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-05T21:28:07.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:07.487Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-05T21:28:07.487Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-05T21:28:07.487Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-05T21:28:07.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:07.747Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-05T21:28:07.747Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-05T21:28:08.008Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-05T21:28:08.008Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:08.008Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-05T21:28:08.008Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-05T21:28:08.274Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-05T21:28:08.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:08.274Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-05T21:28:08.274Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-05T21:28:08.846Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-05T21:28:08.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:08.846Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-05T21:28:08.846Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-05T21:28:09.107Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-05T21:28:09.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:09.107Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-05T21:28:09.107Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-05T21:28:09.368Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-05T21:28:09.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:09.368Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-05T21:28:09.368Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-05T21:28:09.630Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-05T21:28:09.630Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:09.630Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-05T21:28:09.630Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-05T21:28:09.630Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-05T21:28:09.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:09.891Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-05T21:28:09.891Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-05T21:28:09.891Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-05T21:28:10.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:10.154Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T21:28:10.154Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-05T21:28:10.154Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-05T21:28:10.725Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-05T21:28:10.725Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-05T21:28:10.725Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-05T21:28:10.725Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-05T21:28:10.986Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-05T21:28:10.986Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T21:28:10.986Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T21:28:11.121Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:28:11.121Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:28:11.121Z] ---> 34a5545654af [2021-01-05T21:28:11.121Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:28:11.121Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:28:11.121Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:28:11.121Z] ---> 34a5545654af [2021-01-05T21:28:11.121Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:28:11.121Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:28:11.121Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:28:11.121Z] ---> 34a5545654af [2021-01-05T21:28:11.121Z] Step 3/25 : WORKDIR /edgex-go [2021-01-05T21:28:11.121Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:28:11.121Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:28:11.121Z] ---> 34a5545654af [2021-01-05T21:28:11.121Z] Step 3/25 : WORKDIR /edgex-go [2021-01-05T21:28:11.121Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:28:11.121Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:28:11.121Z] ---> 34a5545654af [2021-01-05T21:28:11.121Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:28:11.121Z] ---> Running in c9f688732bb1 [2021-01-05T21:28:11.121Z] ---> Running in 4d9af0a89d70 [2021-01-05T21:28:11.121Z] ---> Running in 93f46166243d [2021-01-05T21:28:11.121Z] ---> Running in 253178c8c98a [2021-01-05T21:28:11.121Z] ---> Running in eae1ddfae584 [2021-01-05T21:28:11.121Z] Removing intermediate container 4d9af0a89d70 [2021-01-05T21:28:11.121Z] ---> c3754634f989 [2021-01-05T21:28:11.121Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:28:11.121Z] Removing intermediate container c9f688732bb1 [2021-01-05T21:28:11.121Z] ---> dbc02c7c7faf [2021-01-05T21:28:11.121Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:28:11.121Z] Removing intermediate container eae1ddfae584 [2021-01-05T21:28:11.121Z] ---> 147bab6de5e6 [2021-01-05T21:28:11.121Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:28:11.121Z] Removing intermediate container 253178c8c98a [2021-01-05T21:28:11.121Z] ---> 97a7d4eb2bb7 [2021-01-05T21:28:11.121Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:28:11.121Z] Removing intermediate container 93f46166243d [2021-01-05T21:28:11.121Z] ---> 2e81bd457ea4 [2021-01-05T21:28:11.121Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:28:11.121Z] ---> Running in 89736886d8fa [2021-01-05T21:28:11.121Z] ---> Running in f4bafc2eb029 [2021-01-05T21:28:11.121Z] ---> Running in a3138591e365 [2021-01-05T21:28:11.121Z] ---> Running in bba969873045 [2021-01-05T21:28:11.121Z] ---> Running in 2f8366b12d4c [2021-01-05T21:28:11.121Z] Removing intermediate container 89736886d8fa [2021-01-05T21:28:11.121Z] ---> e7a3cb61619c [2021-01-05T21:28:11.121Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-01-05T21:28:11.121Z] ---> Running in 6fbe836e7bb5 [2021-01-05T21:28:11.121Z] Removing intermediate container f4bafc2eb029 [2021-01-05T21:28:11.121Z] ---> 670818e96af9 [2021-01-05T21:28:11.121Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-01-05T21:28:11.121Z] ---> Running in a5b01ffb64f3 [2021-01-05T21:28:11.121Z] Removing intermediate container 2f8366b12d4c [2021-01-05T21:28:11.121Z] ---> f7caa47e81db [2021-01-05T21:28:11.122Z] Step 5/25 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T21:28:11.122Z] Removing intermediate container a3138591e365 [2021-01-05T21:28:11.122Z] ---> 6af94e8919d3 [2021-01-05T21:28:11.122Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T21:28:11.122Z] Removing intermediate container bba969873045 [2021-01-05T21:28:11.122Z] ---> f38d77ecd2f2 [2021-01-05T21:28:11.122Z] Step 5/26 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T21:28:11.122Z] ---> Running in 5130bdf748e0 [2021-01-05T21:28:11.122Z] ---> Running in a4801e278f2f [2021-01-05T21:28:11.122Z] ---> Running in 98ad58cf0c52 [2021-01-05T21:28:11.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.247Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-05T21:28:11.247Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-05T21:28:11.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.508Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-05T21:28:11.509Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-05T21:28:11.509Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-05T21:28:11.509Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-05T21:28:11.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:11.771Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-05T21:28:11.771Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-05T21:28:12.042Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-05T21:28:12.042Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-05T21:28:12.042Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-05T21:28:12.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:12.265Z] OK: 217 MiB in 51 packages [2021-01-05T21:28:12.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:12.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:28:12.302Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-05T21:28:12.302Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-05T21:28:12.302Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-05T21:28:12.538Z] OK: 217 MiB in 51 packages [2021-01-05T21:28:12.564Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-05T21:28:12.564Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-05T21:28:12.564Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-05T21:28:12.564Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-05T21:28:12.825Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-05T21:28:12.825Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-05T21:28:13.087Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-05T21:28:13.087Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-05T21:28:13.143Z] OK: 217 MiB in 51 packages [2021-01-05T21:28:13.144Z] OK: 217 MiB in 51 packages [2021-01-05T21:28:13.419Z] OK: 217 MiB in 51 packages [2021-01-05T21:28:13.659Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-05T21:28:13.690Z] Removing intermediate container 6fbe836e7bb5 [2021-01-05T21:28:13.690Z] ---> 565039806481 [2021-01-05T21:28:13.690Z] Step 6/25 : COPY go.mod . [2021-01-05T21:28:13.920Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-05T21:28:13.920Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-05T21:28:13.920Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-05T21:28:14.186Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T21:28:14.186Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T21:28:14.286Z] Removing intermediate container a5b01ffb64f3 [2021-01-05T21:28:14.287Z] ---> ab00e526a0b8 [2021-01-05T21:28:14.287Z] Step 6/26 : COPY go.mod . [2021-01-05T21:28:14.447Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T21:28:14.447Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T21:28:14.707Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T21:28:14.707Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T21:28:14.707Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-05T21:28:14.707Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-05T21:28:14.884Z] ---> aba3d3d64156 [2021-01-05T21:28:14.884Z] Step 7/25 : RUN go mod download [2021-01-05T21:28:14.884Z] Removing intermediate container a4801e278f2f [2021-01-05T21:28:14.884Z] ---> b3da074fcd0d [2021-01-05T21:28:14.884Z] Step 6/26 : COPY go.mod . [2021-01-05T21:28:14.884Z] ---> Running in 86e057bfa7d4 [2021-01-05T21:28:14.968Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:14.968Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:15.158Z] Removing intermediate container 5130bdf748e0 [2021-01-05T21:28:15.158Z] ---> cd052252daec [2021-01-05T21:28:15.158Z] Step 6/25 : COPY go.mod . [2021-01-05T21:28:15.158Z] Removing intermediate container 98ad58cf0c52 [2021-01-05T21:28:15.158Z] ---> cdcfd2ff3e3e [2021-01-05T21:28:15.158Z] Step 6/26 : COPY go.mod . [2021-01-05T21:28:15.238Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:15.238Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:15.238Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:15.437Z] ---> d093656859ff [2021-01-05T21:28:15.438Z] Step 7/26 : RUN go mod download [2021-01-05T21:28:15.438Z] ---> Running in 2873fed478e6 [2021-01-05T21:28:15.543Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:15.543Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:15.543Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:16.036Z] ---> 91b04c9972a2 [2021-01-05T21:28:16.036Z] Step 7/26 : RUN go mod download [2021-01-05T21:28:16.319Z] ---> d3c8fb949cc6 [2021-01-05T21:28:16.319Z] Step 7/25 : RUN go mod download [2021-01-05T21:28:16.319Z] ---> Running in e69721ae0c15 [2021-01-05T21:28:16.319Z] ---> Running in 6b5cd78c5c80 [2021-01-05T21:28:16.534Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:16.534Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:16.595Z] ---> 038e0a3366dc [2021-01-05T21:28:16.595Z] Step 7/26 : RUN go mod download [2021-01-05T21:28:16.877Z] ---> Running in 8f981cc9ae11 [2021-01-05T21:28:17.567Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:17.567Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:18.139Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:18.139Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:18.399Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:18.399Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:18.875Z] Removing intermediate container 86e057bfa7d4 [2021-01-05T21:28:18.875Z] ---> 13029916ac38 [2021-01-05T21:28:18.875Z] Step 8/25 : COPY . . [2021-01-05T21:28:19.339Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-05T21:28:19.339Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-05T21:28:19.339Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T21:28:19.602Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T21:28:19.602Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T21:28:19.602Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T21:28:19.862Z] Removing intermediate container 2873fed478e6 [2021-01-05T21:28:19.862Z] ---> 7a3027b7546c [2021-01-05T21:28:19.862Z] Step 8/26 : COPY . . [2021-01-05T21:28:19.863Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-05T21:28:19.863Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-05T21:28:20.125Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-05T21:28:20.125Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-05T21:28:20.125Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T21:28:20.125Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T21:28:20.389Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-05T21:28:20.389Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-05T21:28:20.389Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-05T21:28:20.389Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-05T21:28:20.651Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:20.651Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-05T21:28:20.651Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:20.651Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:20.651Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:20.651Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-05T21:28:20.651Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-05T21:28:20.915Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-05T21:28:21.176Z] [2021-01-05T21:28:21.176Z] Current default time zone: 'Etc/UTC' [2021-01-05T21:28:21.176Z] Local time is now: Tue Jan 5 21:28:20 UTC 2021. [2021-01-05T21:28:21.176Z] Universal Time is now: Tue Jan 5 21:28:20 UTC 2021. [2021-01-05T21:28:21.176Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-05T21:28:21.176Z] [2021-01-05T21:28:21.176Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-05T21:28:21.176Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:21.176Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-05T21:28:21.176Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-05T21:28:21.176Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-05T21:28:21.176Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-05T21:28:21.176Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-05T21:28:21.176Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-05T21:28:21.437Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-05T21:28:21.437Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-05T21:28:21.437Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:21.437Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-05T21:28:21.697Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:21.697Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T21:28:21.697Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:21.697Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-05T21:28:21.865Z] Removing intermediate container 6b5cd78c5c80 [2021-01-05T21:28:21.865Z] ---> 4bae81d20260 [2021-01-05T21:28:21.865Z] Step 8/25 : COPY . . [2021-01-05T21:28:21.957Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-05T21:28:21.957Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-05T21:28:21.957Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-05T21:28:21.957Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-05T21:28:21.957Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-05T21:28:21.958Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-05T21:28:21.958Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T21:28:22.138Z] Removing intermediate container e69721ae0c15 [2021-01-05T21:28:22.138Z] ---> a02c3b4d7e35 [2021-01-05T21:28:22.138Z] Step 8/26 : COPY . . [2021-01-05T21:28:22.411Z] Removing intermediate container 8f981cc9ae11 [2021-01-05T21:28:22.411Z] ---> 39113f4cf54f [2021-01-05T21:28:22.411Z] Step 8/26 : COPY . . [2021-01-05T21:28:23.869Z] Updating certificates in /etc/ssl/certs... [2021-01-05T21:28:24.814Z] 22 added, 17 removed; done. [2021-01-05T21:28:24.814Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-05T21:28:25.075Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-05T21:28:25.075Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-05T21:28:25.075Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-05T21:28:25.075Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-05T21:28:25.075Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.335Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-05T21:28:25.335Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.335Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.335Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.335Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.335Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.335Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-05T21:28:25.596Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-05T21:28:25.597Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-05T21:28:25.597Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-05T21:28:25.597Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-05T21:28:25.597Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.597Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-05T21:28:25.597Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-05T21:28:25.858Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-05T21:28:25.858Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-05T21:28:25.858Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T21:28:25.858Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-05T21:28:26.119Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-05T21:28:26.119Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-05T21:28:26.119Z] Updating certificates in /etc/ssl/certs... [2021-01-05T21:28:26.692Z] 0 added, 0 removed; done. [2021-01-05T21:28:26.692Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-05T21:28:26.692Z] done. [2021-01-05T21:28:27.265Z] Reading package lists... [2021-01-05T21:28:27.525Z] Building dependency tree... [2021-01-05T21:28:27.525Z] Reading state information... [2021-01-05T21:28:27.525Z] The following NEW packages will be installed: [2021-01-05T21:28:27.525Z] apt-transport-https [2021-01-05T21:28:27.787Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T21:28:27.787Z] Need to get 1696 B of archives. [2021-01-05T21:28:27.787Z] After this operation, 153 kB of additional disk space will be used. [2021-01-05T21:28:27.787Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-05T21:28:28.048Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T21:28:28.048Z] Fetched 1696 B in 0s (8592 B/s) [2021-01-05T21:28:28.048Z] Selecting previously unselected package apt-transport-https. [2021-01-05T21:28:28.048Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-05T21:28:28.048Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-05T21:28:28.048Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T21:28:28.048Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-05T21:28:28.309Z] Waiting for network to be ready... [2021-01-05T21:28:34.897Z] 2021-01-05T21:28:31Z INFO Waiting for automatic snapd restart... [2021-01-05T21:28:34.897Z] snapd 2.48.1 from Canonical* installed [2021-01-05T21:28:35.473Z] "snapd" switched to the "latest/stable" channel [2021-01-05T21:28:35.473Z] [2021-01-05T21:28:38.017Z] core18 20201210 from Canonical* installed [2021-01-05T21:28:38.277Z] "core18" switched to the "latest/stable" channel [2021-01-05T21:28:38.277Z] [2021-01-05T21:28:41.579Z] snapcraft 4.4.4 from Canonical* installed [2021-01-05T21:28:41.579Z] "snapcraft" switched to the "latest/stable" channel [2021-01-05T21:28:41.579Z] [2021-01-05T21:28:45.791Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-05T21:28:45.791Z] - README.md [2021-01-05T21:28:45.791Z] - snapcraft.yaml.orig [2021-01-05T21:28:45.791Z] [2021-01-05T21:28:45.791Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-05T21:28:49.195Z] ---> 0e26ba0aa037 [2021-01-05T21:28:49.195Z] Step 9/26 : RUN make cmd/core-metadata/core-metadata [2021-01-05T21:28:49.195Z] ---> 87e58a9fa30d [2021-01-05T21:28:49.195Z] Step 9/25 : RUN make cmd/support-notifications/support-notifications [2021-01-05T21:28:49.195Z] ---> a6c16f33c1bb [2021-01-05T21:28:49.195Z] Step 9/25 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T21:28:49.195Z] ---> 73e0bc786b25 [2021-01-05T21:28:49.195Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T21:28:49.195Z] ---> Running in 04dd86874379 [2021-01-05T21:28:49.195Z] ---> Running in d55d8f59289f [2021-01-05T21:28:49.195Z] ---> Running in 769562a23d25 [2021-01-05T21:28:49.195Z] ---> Running in a8714a605eb8 [2021-01-05T21:28:49.195Z] ---> b3b28085e34b [2021-01-05T21:28:49.196Z] Step 9/26 : RUN make cmd/core-data/core-data [2021-01-05T21:28:49.196Z] ---> Running in 92908be428de [2021-01-05T21:28:49.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T21:28:49.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T21:28:49.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T21:28:49.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T21:28:49.470Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T21:28:52.396Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T21:28:52.396Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T21:28:52.396Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T21:28:52.396Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T21:28:52.658Z] Reading package lists... [2021-01-05T21:28:52.918Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-05T21:28:59.512Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T21:28:59.512Z] Reading package lists... [2021-01-05T21:28:59.512Z] Building dependency tree... [2021-01-05T21:28:59.512Z] Reading state information... [2021-01-05T21:28:59.512Z] Suggested packages: [2021-01-05T21:28:59.512Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-05T21:28:59.512Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-05T21:28:59.512Z] Recommended packages: [2021-01-05T21:28:59.512Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-05T21:28:59.512Z] The following NEW packages will be installed: [2021-01-05T21:28:59.512Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-05T21:28:59.512Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-05T21:28:59.512Z] pkg-config zip [2021-01-05T21:28:59.512Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-05T21:28:59.512Z] Need to get 7655 kB of archives. [2021-01-05T21:28:59.512Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-05T21:28:59.512Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-05T21:28:59.512Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-05T21:28:59.773Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-05T21:28:59.773Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-05T21:29:00.036Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-05T21:29:00.036Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-05T21:29:00.036Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-05T21:29:00.036Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-05T21:29:00.036Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-05T21:29:00.036Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-05T21:29:00.298Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-05T21:29:00.298Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-05T21:29:00.298Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-05T21:29:00.566Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-05T21:29:00.566Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-05T21:29:00.566Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-05T21:29:00.566Z] Fetched 7655 kB in 1s (7041 kB/s) [2021-01-05T21:29:00.566Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-05T21:29:00.566Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-05T21:29:00.566Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-05T21:29:00.829Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T21:29:00.829Z] Selecting previously unselected package libpsl5:amd64. [2021-01-05T21:29:00.829Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-05T21:29:00.829Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T21:29:01.090Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-05T21:29:01.090Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-05T21:29:01.090Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T21:29:01.090Z] Selecting previously unselected package librtmp1:amd64. [2021-01-05T21:29:01.090Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-05T21:29:01.090Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T21:29:01.090Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-05T21:29:01.090Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-05T21:29:01.352Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T21:29:01.352Z] Selecting previously unselected package liberror-perl. [2021-01-05T21:29:01.352Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-05T21:29:01.352Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-05T21:29:01.352Z] Selecting previously unselected package git-man. [2021-01-05T21:29:01.352Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-05T21:29:01.352Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T21:29:01.613Z] Selecting previously unselected package git. [2021-01-05T21:29:01.613Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-05T21:29:01.613Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T21:29:02.557Z] Selecting previously unselected package libnorm1:amd64. [2021-01-05T21:29:02.557Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-05T21:29:02.557Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T21:29:02.819Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-05T21:29:02.819Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-05T21:29:02.819Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T21:29:02.819Z] Selecting previously unselected package libsodium23:amd64. [2021-01-05T21:29:02.819Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-05T21:29:02.819Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-05T21:29:03.080Z] Selecting previously unselected package libzmq5:amd64. [2021-01-05T21:29:03.080Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T21:29:03.080Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T21:29:03.080Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-05T21:29:03.080Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-05T21:29:03.080Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T21:29:03.342Z] Selecting previously unselected package pkg-config. [2021-01-05T21:29:03.342Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-05T21:29:03.342Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T21:29:03.342Z] Selecting previously unselected package zip. [2021-01-05T21:29:03.342Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-05T21:29:03.342Z] Unpacking zip (3.0-11build1) ... [2021-01-05T21:29:03.603Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-05T21:29:03.603Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-05T21:29:03.603Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-05T21:29:03.603Z] Setting up liberror-perl (0.17025-1) ... [2021-01-05T21:29:03.603Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-05T21:29:03.603Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-05T21:29:03.603Z] No schema files found: doing nothing. [2021-01-05T21:29:03.603Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-05T21:29:03.603Z] Setting up zip (3.0-11build1) ... [2021-01-05T21:29:03.603Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-05T21:29:03.866Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-05T21:29:03.866Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-05T21:29:03.866Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T21:29:03.866Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-05T21:29:03.866Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-05T21:29:03.866Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-05T21:29:04.128Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-05T21:29:10.738Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T21:29:10.738Z] git set to automatically installed. [2021-01-05T21:29:10.738Z] git-man set to automatically installed. [2021-01-05T21:29:10.738Z] libcurl3-gnutls set to automatically installed. [2021-01-05T21:29:10.738Z] liberror-perl set to automatically installed. [2021-01-05T21:29:10.738Z] libglib2.0-0 set to automatically installed. [2021-01-05T21:29:10.738Z] libnghttp2-14 set to automatically installed. [2021-01-05T21:29:10.738Z] libnorm1 set to automatically installed. [2021-01-05T21:29:10.738Z] libpgm-5.2-0 set to automatically installed. [2021-01-05T21:29:10.738Z] libpsl5 set to automatically installed. [2021-01-05T21:29:10.738Z] librtmp1 set to automatically installed. [2021-01-05T21:29:10.738Z] libsodium23 set to automatically installed. [2021-01-05T21:29:10.738Z] libzmq3-dev set to automatically installed. [2021-01-05T21:29:10.738Z] libzmq5 set to automatically installed. [2021-01-05T21:29:10.738Z] pkg-config set to automatically installed. [2021-01-05T21:29:10.738Z] zip set to automatically installed. [2021-01-05T21:29:12.692Z] snapd is not logged in, snap install commands will use sudo [2021-01-05T21:29:19.284Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-05T21:29:19.284Z] snap "core18" has no updates available [2021-01-05T21:29:20.224Z] Pulling config-common [2021-01-05T21:29:21.164Z] Pulling go-build-helper [2021-01-05T21:29:43.148Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-05T21:29:43.148Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-05T21:29:43.148Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-05T21:29:43.148Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] [2021-01-05T21:29:43.148Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-05T21:29:43.148Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-05T21:29:43.148Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] [2021-01-05T21:29:43.148Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-05T21:29:43.148Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-05T21:29:43.148Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-05T21:29:43.148Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] [2021-01-05T21:29:43.148Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-05T21:29:43.148Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] [2021-01-05T21:29:43.148Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-05T21:29:43.148Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-05T21:29:43.148Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-05T21:29:43.148Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-05T21:29:43.148Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-05T21:29:43.148Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-05T21:29:43.148Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1814 kB] [2021-01-05T21:29:43.148Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-05T21:29:43.148Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] [2021-01-05T21:29:43.148Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2021-01-05T21:29:43.148Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-05T21:29:43.148Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-05T21:29:43.148Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-05T21:29:43.148Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-05T21:29:43.148Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-05T21:29:43.148Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-05T21:29:43.148Z] Fetched 279 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-05T21:29:43.148Z] Fetched 122 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-05T21:29:43.148Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-05T21:29:43.148Z] Fetched 8848 B in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-05T21:29:43.148Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-05T21:29:43.148Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-05T21:29:43.148Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-05T21:29:43.148Z] Fetched 214 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-05T21:29:43.148Z] Fetched 155 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-05T21:29:43.148Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-05T21:29:43.148Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-05T21:29:43.148Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-05T21:29:43.148Z] Fetched 499 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-05T21:29:43.148Z] Fetched 111 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-05T21:29:43.148Z] Fetched 240 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-05T21:29:43.148Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-05T21:29:43.148Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-05T21:29:43.148Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-05T21:29:43.148Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-05T21:29:43.148Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-05T21:29:43.148Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-05T21:29:43.148Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-05T21:29:43.148Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-05T21:29:43.148Z] Fetched 8720 B in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-05T21:29:43.148Z] Fetched 137 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-05T21:29:43.148Z] Fetched 119 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-05T21:29:43.148Z] Fetched 109 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-05T21:29:43.148Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-05T21:29:43.148Z] Fetched 645 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-05T21:29:43.148Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-05T21:29:43.148Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-05T21:29:43.148Z] Fetched 368 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-05T21:29:43.148Z] Fetched 187 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-05T21:29:43.148Z] Fetched 175 kB in 0s (0 B/s) [2021-01-05T21:29:43.148Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-05T21:29:45.826Z] Fetched 206 kB in 0s (0 B/s) [2021-01-05T21:29:45.826Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-05T21:29:45.826Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-05T21:29:45.826Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-05T21:29:45.826Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-05T21:29:45.826Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-05T21:29:45.826Z] Fetched 159 kB in 0s (0 B/s) [2021-01-05T21:29:45.826Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-05T21:29:45.826Z] Fetched 107 kB in 0s (0 B/s) [2021-01-05T21:29:45.826Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-05T21:29:45.826Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-05T21:29:45.826Z] Pulling static-packages [2021-01-05T21:29:46.845Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-05T21:29:46.845Z] Skipping pull go-build-helper (already ran) [2021-01-05T21:29:46.845Z] Skipping pull static-packages (already ran) [2021-01-05T21:29:46.845Z] Building go-build-helper [2021-01-05T21:29:51.058Z] Building static-packages [2021-01-05T21:29:52.444Z] Staging go-build-helper [2021-01-05T21:29:53.388Z] Staging static-packages [2021-01-05T21:29:54.331Z] Pulling go115 [2021-01-05T21:29:55.277Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-05T21:29:55.277Z] Skipping pull go115 (already ran) [2021-01-05T21:29:55.277Z] Building go115 [2021-01-05T21:29:55.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T21:29:55.277Z] Dload Upload Total Spent Left Speed [2021-01-05T21:29:57.876Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.4M 0 0 21.0M 0 0:00:05 --:--:-- 0:00:05 21.0M 51 115M 51 59.4M 0 0 38.5M 0 0:00:02 0:00:01 0:00:01 38.5M 88 115M 88 102M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M 100 115M 100 115M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M [2021-01-05T21:29:58.455Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-05T21:30:02.688Z] Staging go115 [2021-01-05T21:30:07.996Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-05T21:30:07.996Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-05T21:30:07.996Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-05T21:30:07.996Z] Fetched 0 B in 0s (0 B/s) [2021-01-05T21:30:07.996Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-05T21:30:07.996Z] Fetched 224 kB in 0s (0 B/s) [2021-01-05T21:30:07.996Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-05T21:30:07.996Z] Fetched 157 kB in 0s (0 B/s) [2021-01-05T21:30:07.996Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-05T21:30:07.996Z] Fetched 221 kB in 0s (0 B/s) [2021-01-05T21:30:07.996Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-05T21:30:07.996Z] Fetched 143 kB in 0s (0 B/s) [2021-01-05T21:30:07.996Z] Pulling edgex-go [2021-01-05T21:30:08.952Z] Pulling version [2021-01-05T21:30:09.898Z] Building config-common [2021-01-05T21:30:11.814Z] Skipping build go-build-helper (already ran) [2021-01-05T21:30:11.814Z] Skipping build static-packages (already ran) [2021-01-05T21:30:11.814Z] Skipping build go115 (already ran) [2021-01-05T21:30:11.814Z] Building edgex-go [2021-01-05T21:30:12.074Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-05T21:30:13.462Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 [2021-01-05T21:30:13.462Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-05T21:30:13.462Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-05T21:30:13.462Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-05T21:30:13.462Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-05T21:30:13.462Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-05T21:30:13.462Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-05T21:30:13.462Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-05T21:30:13.462Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-05T21:30:13.462Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-05T21:30:13.462Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-05T21:30:13.462Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-05T21:30:13.462Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-05T21:30:13.462Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-05T21:30:13.462Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-05T21:30:13.462Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-05T21:30:13.462Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-05T21:30:13.462Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-05T21:30:13.462Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-05T21:30:13.462Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-05T21:30:13.462Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-05T21:30:13.462Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-05T21:30:13.462Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-05T21:30:13.724Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-05T21:30:13.724Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-05T21:30:13.985Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-05T21:30:13.985Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-05T21:30:22.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-05T21:30:26.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T21:30:26.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-05T21:30:27.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T21:30:28.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-05T21:30:28.148Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-05T21:30:28.408Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-05T21:30:28.408Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-05T21:30:28.408Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-05T21:30:29.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-05T21:30:29.792Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-05T21:30:29.792Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-05T21:30:31.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T21:30:31.174Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-05T21:30:32.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T21:30:32.116Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-05T21:30:33.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T21:30:34.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:30:35.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T21:30:35.599Z] 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-01-05T21:30:35.599Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-05T21:30:38.150Z] Building version [2021-01-05T21:30:40.096Z] Staging config-common [2021-01-05T21:30:41.079Z] Skipping stage go-build-helper (already ran) [2021-01-05T21:30:41.079Z] Skipping stage static-packages (already ran) [2021-01-05T21:30:41.079Z] Skipping stage go115 (already ran) [2021-01-05T21:30:41.079Z] Staging edgex-go [2021-01-05T21:30:41.307Z] Removing intermediate container 769562a23d25 [2021-01-05T21:30:41.308Z] ---> 32c3ba4d6366 [2021-01-05T21:30:41.308Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T21:30:41.308Z] Removing intermediate container a8714a605eb8 [2021-01-05T21:30:41.308Z] ---> 87b61b3bf097 [2021-01-05T21:30:41.308Z] [2021-01-05T21:30:41.308Z] Step 10/25 : FROM alpine:3.12 [2021-01-05T21:30:41.308Z] 3.12: Pulling from library/alpine [2021-01-05T21:30:41.308Z] Removing intermediate container d55d8f59289f [2021-01-05T21:30:41.308Z] ---> 2342b5489902 [2021-01-05T21:30:41.308Z] [2021-01-05T21:30:41.308Z] Step 10/25 : FROM alpine:3.12 [2021-01-05T21:30:41.308Z] 3.12: Pulling from library/alpine [2021-01-05T21:30:41.308Z] ---> Running in 81a5d0df1215 [2021-01-05T21:30:41.308Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T21:30:41.308Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T21:30:41.308Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T21:30:41.308Z] ---> afeebe901d6b [2021-01-05T21:30:41.308Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:30:41.308Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T21:30:41.308Z] ---> afeebe901d6b [2021-01-05T21:30:41.308Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:30:41.308Z] ---> Running in c4aac96260ff [2021-01-05T21:30:41.308Z] ---> Running in 72985690786f [2021-01-05T21:30:41.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-05T21:30:41.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:30:41.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:30:41.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:30:41.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:30:41.308Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-05T21:30:41.308Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-05T21:30:41.308Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:30:41.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:30:41.308Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:30:41.308Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:30:41.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:30:41.308Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:30:41.308Z] OK: 6 MiB in 16 packages [2021-01-05T21:30:41.308Z] OK: 6 MiB in 16 packages [2021-01-05T21:30:41.308Z] Removing intermediate container 72985690786f [2021-01-05T21:30:41.308Z] ---> 7ef9fa105189 [2021-01-05T21:30:41.308Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:30:41.308Z] Removing intermediate container 81a5d0df1215 [2021-01-05T21:30:41.308Z] ---> 587e737318df [2021-01-05T21:30:41.308Z] [2021-01-05T21:30:41.308Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T21:30:41.308Z] 20.10.0: Pulling from library/docker [2021-01-05T21:30:41.308Z] ---> Running in f8a800eebbd0 [2021-01-05T21:30:41.308Z] Removing intermediate container c4aac96260ff [2021-01-05T21:30:41.308Z] ---> 5326c820d8c6 [2021-01-05T21:30:41.308Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:30:41.308Z] ---> Running in 2c37bc024657 [2021-01-05T21:30:41.308Z] Removing intermediate container f8a800eebbd0 [2021-01-05T21:30:41.308Z] ---> e888106278d2 [2021-01-05T21:30:41.308Z] Step 13/25 : ENV APP_PORT=48085 [2021-01-05T21:30:41.308Z] ---> Running in e1ea0caff2ef [2021-01-05T21:30:41.308Z] Removing intermediate container 2c37bc024657 [2021-01-05T21:30:41.308Z] ---> 7c141ee6f2d4 [2021-01-05T21:30:41.308Z] Step 13/25 : ENV APP_PORT=48060 [2021-01-05T21:30:41.308Z] ---> Running in 3521f871b249 [2021-01-05T21:30:41.308Z] Removing intermediate container e1ea0caff2ef [2021-01-05T21:30:41.308Z] ---> 628a8f6c2284 [2021-01-05T21:30:41.308Z] Step 14/25 : EXPOSE $APP_PORT [2021-01-05T21:30:41.308Z] Removing intermediate container 3521f871b249 [2021-01-05T21:30:41.308Z] ---> 79143aa1ce1f [2021-01-05T21:30:41.308Z] Step 14/25 : EXPOSE $APP_PORT [2021-01-05T21:30:41.583Z] ---> Running in 584654f026e0 [2021-01-05T21:30:41.658Z] Staging version [2021-01-05T21:30:42.192Z] ---> Running in e09184b8b8ce [2021-01-05T21:30:42.466Z] Removing intermediate container 584654f026e0 [2021-01-05T21:30:42.466Z] ---> 3d0d8cc3c8e4 [2021-01-05T21:30:42.466Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T21:30:42.606Z] Priming config-common [2021-01-05T21:30:43.069Z] Removing intermediate container e09184b8b8ce [2021-01-05T21:30:43.070Z] ---> 3ec9e2c10371 [2021-01-05T21:30:43.070Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T21:30:43.070Z] Removing intermediate container 04dd86874379 [2021-01-05T21:30:43.070Z] ---> 56e11eb9bfa2 [2021-01-05T21:30:43.070Z] [2021-01-05T21:30:43.070Z] Step 10/26 : FROM alpine:3.12 [2021-01-05T21:30:43.070Z] ---> afeebe901d6b [2021-01-05T21:30:43.070Z] Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:30:43.070Z] ---> Using cache [2021-01-05T21:30:43.070Z] ---> 5326c820d8c6 [2021-01-05T21:30:43.070Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:30:43.566Z] Priming go-build-helper [2021-01-05T21:30:43.680Z] ---> Running in 9f3eb5bcd8d7 [2021-01-05T21:30:44.291Z] ---> b1280075a959 [2021-01-05T21:30:44.291Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T21:30:44.510Z] Priming static-packages [2021-01-05T21:30:44.565Z] ---> 12dba2ddfd94 [2021-01-05T21:30:44.565Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T21:30:44.565Z] Removing intermediate container 9f3eb5bcd8d7 [2021-01-05T21:30:44.565Z] ---> 5093d536f8f0 [2021-01-05T21:30:44.565Z] Step 13/26 : ENV APP_PORT=48081 [2021-01-05T21:30:45.164Z] ---> Running in acebef595f00 [2021-01-05T21:30:47.053Z] Priming go115 [2021-01-05T21:30:47.142Z] ---> 5433e6220d9a [2021-01-05T21:30:47.142Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T21:30:47.142Z] Removing intermediate container acebef595f00 [2021-01-05T21:30:47.142Z] ---> 7db8675daa14 [2021-01-05T21:30:47.142Z] Step 14/26 : EXPOSE $APP_PORT [2021-01-05T21:30:47.439Z] ---> b4058c2d4cda [2021-01-05T21:30:47.439Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T21:30:47.439Z] ---> Running in 71bc660e7473 [2021-01-05T21:30:47.642Z] Priming edgex-go [2021-01-05T21:30:48.058Z] ---> a9e52c9e0625 [2021-01-05T21:30:48.058Z] Step 18/25 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:30:48.340Z] Removing intermediate container 71bc660e7473 [2021-01-05T21:30:48.340Z] ---> 47e5a7bd5400 [2021-01-05T21:30:48.340Z] Step 15/26 : WORKDIR / [2021-01-05T21:30:48.942Z] ---> Running in 55b278beda0c [2021-01-05T21:30:48.942Z] ---> Running in 3cc35f2b3d36 [2021-01-05T21:30:49.065Z] Priming version [2021-01-05T21:30:49.547Z] ---> ef1f35cf90f7 [2021-01-05T21:30:49.547Z] Step 18/25 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:30:49.652Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-05T21:30:50.525Z] ---> Running in 2feeb58a56e4 [2021-01-05T21:30:50.525Z] Removing intermediate container 55b278beda0c [2021-01-05T21:30:50.525Z] ---> d7f730a2ee34 [2021-01-05T21:30:50.525Z] Step 19/25 : ENV CONSUL_PORT=8500 [2021-01-05T21:30:50.810Z] Removing intermediate container 3cc35f2b3d36 [2021-01-05T21:30:50.810Z] ---> 68f23720ca2a [2021-01-05T21:30:50.810Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T21:30:50.810Z] ---> Running in 58eed8e37212 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-05T21:30:51.423Z] Removing intermediate container 2feeb58a56e4 [2021-01-05T21:30:51.423Z] ---> 022a3a650333 [2021-01-05T21:30:51.423Z] Step 19/25 : ENV CONSUL_PORT=8500 [2021-01-05T21:30:51.423Z] Removing intermediate container 92908be428de [2021-01-05T21:30:51.423Z] ---> 33027e80cc27 [2021-01-05T21:30:51.423Z] [2021-01-05T21:30:51.423Z] Step 10/26 : FROM alpine:3.12 [2021-01-05T21:30:51.423Z] ---> afeebe901d6b [2021-01-05T21:30:51.423Z] Step 11/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T21:30:51.741Z] ---> Running in 91b060f07785 [2021-01-05T21:30:51.741Z] ---> Running in a31bb3ee9e0b [2021-01-05T21:30:51.741Z] Removing intermediate container 58eed8e37212 [2021-01-05T21:30:51.741Z] ---> 839bfc545cc9 [2021-01-05T21:30:51.741Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/support-scheduler/entrypoint.sh /usr/local/bin/ [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-05T21:30:52.070Z] ---> d801b91787c3 [2021-01-05T21:30:52.070Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] } [2021-01-05T21:30:52.362Z] Removing intermediate container 91b060f07785 [2021-01-05T21:30:52.362Z] ---> f1d6acf8707e [2021-01-05T21:30:52.362Z] Step 12/26 : ENV APP_PORT=48080 [2021-01-05T21:30:52.362Z] Removing intermediate container a31bb3ee9e0b [2021-01-05T21:30:52.362Z] ---> 515236145d43 [2021-01-05T21:30:52.362Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/support-notifications/entrypoint.sh /usr/local/bin/ [2021-01-05T21:30:52.642Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T21:30:52.642Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T21:30:52.642Z] ---> eeaf43b92773 [2021-01-05T21:30:52.642Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T21:30:52.916Z] ---> Running in 26e7da59378e [2021-01-05T21:30:52.916Z] ---> 22963b887626 [2021-01-05T21:30:52.916Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:30:52.916Z] ---> Running in 161bed20e4b3 [2021-01-05T21:30:53.508Z] ---> Running in f8794c2189af [2021-01-05T21:30:53.787Z] ---> c44376e48e64 [2021-01-05T21:30:53.787Z] ---> 2a4910261dc1 [2021-01-05T21:30:53.787Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T21:30:53.787Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:30:53.787Z] Removing intermediate container 26e7da59378e [2021-01-05T21:30:53.787Z] ---> e08cee0c3677 [2021-01-05T21:30:53.787Z] Step 13/26 : EXPOSE $APP_PORT [2021-01-05T21:30:54.063Z] ---> Running in 77d80d2a892f [2021-01-05T21:30:54.063Z] ---> Running in 580e9c83d55a [2021-01-05T21:30:55.111Z] Removing intermediate container 580e9c83d55a [2021-01-05T21:30:55.111Z] ---> 9590906f79d6 [2021-01-05T21:30:55.111Z] Step 14/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:30:55.111Z] ---> 40372fe7fade [2021-01-05T21:30:55.111Z] Step 19/26 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:30:55.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:30:55.111Z] ---> Running in 2ddc66df5ddb [2021-01-05T21:30:55.111Z] ---> Running in fe55e34c814e [2021-01-05T21:30:55.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:30:56.080Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T21:30:56.080Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T21:30:56.080Z] Executing bash-5.0.17-r0.post-install [2021-01-05T21:30:56.080Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:30:56.080Z] OK: 12 MiB in 22 packages [2021-01-05T21:30:56.371Z] Removing intermediate container 2ddc66df5ddb [2021-01-05T21:30:56.371Z] ---> 3df31edea0af [2021-01-05T21:30:56.371Z] Step 20/26 : ENV CONSUL_PORT=8500 [2021-01-05T21:30:56.976Z] ---> Running in e821699134f0 [2021-01-05T21:30:57.249Z] Removing intermediate container f8794c2189af [2021-01-05T21:30:57.249Z] ---> 459d4854aa05 [2021-01-05T21:30:57.249Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:30:57.523Z] ---> Running in 968f09fd13e1 [2021-01-05T21:30:57.801Z] Removing intermediate container e821699134f0 [2021-01-05T21:30:57.801Z] ---> 7d9ff727e7df [2021-01-05T21:30:57.801Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/core-metadata/entrypoint.sh /usr/local/bin/ [2021-01-05T21:30:58.396Z] Removing intermediate container 77d80d2a892f [2021-01-05T21:30:58.396Z] ---> d01e7ce175d6 [2021-01-05T21:30:58.396Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:30:58.396Z] Removing intermediate container 968f09fd13e1 [2021-01-05T21:30:58.396Z] ---> 263695acb919 [2021-01-05T21:30:58.396Z] Step 23/25 : LABEL arch=arm64 [2021-01-05T21:30:58.396Z] Removing intermediate container 161bed20e4b3 [2021-01-05T21:30:58.396Z] ---> 893943ea85e5 [2021-01-05T21:30:58.396Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T21:30:58.667Z] ---> Running in d74d267cfbad [2021-01-05T21:30:58.667Z] ---> Running in 6f5569f4f9db [2021-01-05T21:30:58.667Z] ---> Running in 6833fd699328 [2021-01-05T21:30:58.667Z] ---> 5be94325f544 [2021-01-05T21:30:58.667Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:30:58.941Z] Removing intermediate container fe55e34c814e [2021-01-05T21:30:58.941Z] ---> 54a7d15a4983 [2021-01-05T21:30:58.941Z] Step 15/26 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-05T21:30:58.941Z] ---> Running in cfdc5a00f7fe [2021-01-05T21:30:59.210Z] ---> Running in af9147d53b59 [2021-01-05T21:30:59.210Z] Removing intermediate container d74d267cfbad [2021-01-05T21:30:59.210Z] ---> 414d52c05484 [2021-01-05T21:30:59.210Z] Step 23/25 : LABEL arch=arm64 [2021-01-05T21:30:59.480Z] Removing intermediate container 6833fd699328 [2021-01-05T21:30:59.480Z] ---> 8ec6c494db98 [2021-01-05T21:30:59.480Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T21:30:59.480Z] Removing intermediate container 6f5569f4f9db [2021-01-05T21:30:59.480Z] ---> 329ca28e5428 [2021-01-05T21:30:59.480Z] Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:30:59.764Z] ---> Running in 36d700050314 [2021-01-05T21:30:59.764Z] ---> Running in 97b1d0d2d279 [2021-01-05T21:30:59.764Z] ---> Running in 19938c7bf828 [2021-01-05T21:31:00.359Z] Removing intermediate container 36d700050314 [2021-01-05T21:31:00.359Z] ---> 186e3ce9ab1d [2021-01-05T21:31:00.359Z] Step 24/25 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:31:00.636Z] Removing intermediate container 97b1d0d2d279 [2021-01-05T21:31:00.636Z] ---> 5932f62c73f4 [2021-01-05T21:31:00.636Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T21:31:00.636Z] ---> Running in 390abb229b59 [2021-01-05T21:31:00.913Z] Removing intermediate container 19938c7bf828 [2021-01-05T21:31:00.913Z] ---> 71be50bf66f0 [2021-01-05T21:31:00.913Z] Step 25/25 : LABEL version=0.0.0 [2021-01-05T21:31:00.913Z] ---> Running in cbd7b96df14d [2021-01-05T21:31:00.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:01.184Z] ---> Running in eb30aa197b04 [2021-01-05T21:31:01.455Z] Removing intermediate container 390abb229b59 [2021-01-05T21:31:01.455Z] ---> 63984eb3d8f1 [2021-01-05T21:31:01.455Z] Step 25/25 : LABEL version=0.0.0 [2021-01-05T21:31:01.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:01.731Z] ---> Running in 63b2b10f0177 [2021-01-05T21:31:01.731Z] Removing intermediate container cbd7b96df14d [2021-01-05T21:31:01.731Z] ---> 66e15245db6b [2021-01-05T21:31:01.731Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T21:31:02.001Z] Removing intermediate container eb30aa197b04 [2021-01-05T21:31:02.001Z] ---> e18fd23eb224 [2021-01-05T21:31:02.001Z] [2021-01-05T21:31:02.001Z] Removing intermediate container cfdc5a00f7fe [2021-01-05T21:31:02.001Z] ---> 04e3477bf760 [2021-01-05T21:31:02.001Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:31:02.597Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-05T21:31:02.597Z] ---> Running in ff59ec131bfb [2021-01-05T21:31:02.597Z] Removing intermediate container 63b2b10f0177 [2021-01-05T21:31:02.597Z] ---> cc4d9c1f7bf7 [2021-01-05T21:31:02.597Z] [2021-01-05T21:31:02.597Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-05T21:31:02.597Z] Successfully built e18fd23eb224 [2021-01-05T21:31:02.597Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-05T21:31:02.597Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-05T21:31:02.597Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-05T21:31:02.880Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-05T21:31:03.153Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-05T21:31:03.153Z] Successfully built cc4d9c1f7bf7 [2021-01-05T21:31:03.153Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-05T21:31:03.429Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:31:03.429Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-05T21:31:03.429Z]  Building docker-support-notifications-go ... done Removing intermediate container ff59ec131bfb [2021-01-05T21:31:03.429Z] ---> f3a0fbcea5fb [2021-01-05T21:31:03.429Z] Step 24/26 : LABEL arch=arm64Building docker-security-proxy-setup-go [2021-01-05T21:31:03.429Z] [2021-01-05T21:31:03.429Z] OK: 8 MiB in 20 packages [2021-01-05T21:31:03.429Z] ---> 6657ae2bf972 [2021-01-05T21:31:03.429Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T21:31:03.429Z] ---> Running in 759ad9be58b8 [2021-01-05T21:31:04.410Z] Removing intermediate container 759ad9be58b8 [2021-01-05T21:31:04.410Z] ---> f708f740c796 [2021-01-05T21:31:04.410Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:31:04.410Z] ---> Running in d52487679501 [2021-01-05T21:31:04.410Z] ---> 614426b79ffb [2021-01-05T21:31:04.410Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T21:31:05.389Z] Removing intermediate container af9147d53b59 [2021-01-05T21:31:05.389Z] ---> a60d84a03e39 [2021-01-05T21:31:05.389Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T21:31:05.389Z] Removing intermediate container d52487679501 [2021-01-05T21:31:05.389Z] ---> 0799af700bb4 [2021-01-05T21:31:05.389Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:31:05.389Z] ---> 6bdcf7928c1c [2021-01-05T21:31:05.389Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T21:31:05.659Z] ---> Running in 907cad2cd7e1 [2021-01-05T21:31:05.928Z] ---> Running in a23a9a5c427f [2021-01-05T21:31:07.372Z] Removing intermediate container 907cad2cd7e1 [2021-01-05T21:31:07.372Z] ---> fcdad70939a6 [2021-01-05T21:31:07.372Z] [2021-01-05T21:31:07.372Z] ---> b3b04fa75497 [2021-01-05T21:31:07.372Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T21:31:07.651Z] Successfully built fcdad70939a6 [2021-01-05T21:31:07.924Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-05T21:31:07.924Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-05T21:31:08.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:08.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:09.146Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T21:31:09.146Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T21:31:09.146Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T21:31:09.146Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T21:31:09.146Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T21:31:09.146Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T21:31:09.146Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T21:31:09.738Z] ---> c5be4b45e63d [2021-01-05T21:31:10.015Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T21:31:10.988Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T21:31:11.259Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T21:31:11.259Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T21:31:11.259Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T21:31:11.259Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T21:31:11.259Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T21:31:11.259Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T21:31:11.531Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T21:31:11.531Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T21:31:11.531Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T21:31:11.531Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T21:31:11.531Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T21:31:11.531Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T21:31:11.531Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T21:31:11.531Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T21:31:11.803Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T21:31:11.803Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T21:31:11.803Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T21:31:11.803Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T21:31:12.075Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T21:31:12.075Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T21:31:12.075Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T21:31:12.075Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T21:31:12.075Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T21:31:12.075Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T21:31:12.075Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T21:31:12.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:31:12.347Z] OK: 71 MiB in 55 packages [2021-01-05T21:31:12.617Z] ---> f51cdb2fc248 [2021-01-05T21:31:12.617Z] Step 19/26 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:31:14.050Z] ---> Running in b16735a1a6c5 [2021-01-05T21:31:15.039Z] Removing intermediate container b16735a1a6c5 [2021-01-05T21:31:15.039Z] ---> d1bbdbacb93b [2021-01-05T21:31:15.039Z] Step 20/26 : ENV CONSUL_PORT=8500 [2021-01-05T21:31:15.642Z] ---> Running in 2778af2eb82f [2021-01-05T21:31:16.625Z] Removing intermediate container 2778af2eb82f [2021-01-05T21:31:16.625Z] ---> 871160b631b2 [2021-01-05T21:31:16.625Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/core-data/entrypoint.sh /usr/local/bin/ [2021-01-05T21:31:17.624Z] ---> cf695b8ce59f [2021-01-05T21:31:17.624Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:31:17.897Z] ---> Running in dc858d570d10 [2021-01-05T21:31:21.311Z] Removing intermediate container a23a9a5c427f [2021-01-05T21:31:21.311Z] ---> e729fa282c5a [2021-01-05T21:31:21.311Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T21:31:21.910Z] ---> Running in 4af311102869 [2021-01-05T21:31:21.910Z] Removing intermediate container dc858d570d10 [2021-01-05T21:31:21.910Z] ---> ea6f87bcc4a6 [2021-01-05T21:31:21.910Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:31:22.510Z] ---> Running in 9c1f59b05f87 [2021-01-05T21:31:23.955Z] Removing intermediate container 9c1f59b05f87 [2021-01-05T21:31:23.955Z] ---> 9d8296443bfa [2021-01-05T21:31:23.955Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T21:31:24.233Z] ---> Running in f0358161f469 [2021-01-05T21:31:25.220Z] Removing intermediate container f0358161f469 [2021-01-05T21:31:25.220Z] ---> 17dd084b343a [2021-01-05T21:31:25.220Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:31:25.220Z] ---> Running in b759e3dcf307 [2021-01-05T21:31:26.203Z] Removing intermediate container b759e3dcf307 [2021-01-05T21:31:26.203Z] ---> 9ef115608d06 [2021-01-05T21:31:26.203Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:31:26.481Z] ---> Running in 69b07b99551c [2021-01-05T21:31:27.457Z] Removing intermediate container 69b07b99551c [2021-01-05T21:31:27.457Z] ---> d8ab8026415b [2021-01-05T21:31:27.457Z] [2021-01-05T21:31:27.731Z] Successfully built d8ab8026415b [2021-01-05T21:31:28.005Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-05T21:31:28.005Z]  Building docker-core-data-go ... done Building docker-security-bootstrapper-go [2021-01-05T21:31:28.278Z] Collecting docker-compose==1.23.2 [2021-01-05T21:31:28.553Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T21:31:29.150Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T21:31:29.424Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T21:31:30.025Z] Collecting PyYAML<4,>=3.10 [2021-01-05T21:31:30.025Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T21:31:34.342Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T21:31:34.342Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T21:31:36.333Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T21:31:36.333Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T21:31:36.604Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T21:31:37.201Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T21:31:37.476Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T21:31:38.078Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T21:31:38.078Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T21:31:40.696Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T21:31:40.697Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T21:31:40.969Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T21:31:40.969Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T21:31:41.956Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:31:41.956Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:31:41.956Z] ---> 34a5545654af [2021-01-05T21:31:41.956Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T21:31:41.956Z] ---> Using cache [2021-01-05T21:31:41.956Z] ---> 2e81bd457ea4 [2021-01-05T21:31:41.956Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:31:41.956Z] ---> Using cache [2021-01-05T21:31:41.956Z] ---> 6af94e8919d3 [2021-01-05T21:31:41.956Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T21:31:44.608Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:31:44.608Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:31:44.608Z] ---> 34a5545654af [2021-01-05T21:31:44.608Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T21:31:44.608Z] ---> Using cache [2021-01-05T21:31:44.608Z] ---> 2e81bd457ea4 [2021-01-05T21:31:44.608Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:31:44.608Z] ---> Using cache [2021-01-05T21:31:44.608Z] ---> 6af94e8919d3 [2021-01-05T21:31:44.608Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T21:31:44.893Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T21:31:44.893Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T21:31:46.334Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T21:31:46.334Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T21:31:46.957Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-05T21:31:46.957Z] ---> Running in 68fbbf2cb9dc [2021-01-05T21:31:46.957Z] ---> Running in 46b64a33b148 [2021-01-05T21:31:47.942Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T21:31:47.942Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T21:31:48.266Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-05T21:31:48.539Z] Collecting idna<2.8,>=2.5 [2021-01-05T21:31:48.539Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T21:31:48.819Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T21:31:48.819Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T21:31:48.819Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T21:31:48.819Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T21:31:48.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:48.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:49.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:49.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:49.704Z] Installing collected packages: jsonschema, PyYAML, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, dockerpty, docker-compose [2021-01-05T21:31:49.982Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:31:49.982Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:31:49.982Z] ---> 34a5545654af [2021-01-05T21:31:49.982Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T21:31:49.982Z] ---> Using cache [2021-01-05T21:31:49.982Z] ---> 2e81bd457ea4 [2021-01-05T21:31:49.982Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:31:49.982Z] ---> Using cache [2021-01-05T21:31:49.982Z] ---> 6af94e8919d3 [2021-01-05T21:31:49.982Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-01-05T21:31:50.259Z] Running setup.py install for PyYAML: started [2021-01-05T21:31:50.533Z] OK: 217 MiB in 51 packages [2021-01-05T21:31:50.533Z] ---> Running in be48253e8123 [2021-01-05T21:31:50.806Z] OK: 217 MiB in 51 packages [2021-01-05T21:31:52.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:52.515Z] Removing intermediate container 68fbbf2cb9dc [2021-01-05T21:31:52.515Z] ---> 6a31b3cb4c3c [2021-01-05T21:31:52.515Z] Step 6/24 : COPY go.mod . [2021-01-05T21:31:52.787Z] Removing intermediate container 46b64a33b148 [2021-01-05T21:31:52.787Z] ---> 91b54dae9e5f [2021-01-05T21:31:52.787Z] Step 6/21 : COPY go.mod . [2021-01-05T21:31:53.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:31:53.336Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T21:31:53.336Z] Running setup.py install for docopt: started [2021-01-05T21:31:53.941Z] ---> ab1f2f7ce37c [2021-01-05T21:31:53.941Z] Step 7/24 : RUN go mod download [2021-01-05T21:31:53.941Z] OK: 217 MiB in 51 packages [2021-01-05T21:31:53.941Z] ---> 12e481392164 [2021-01-05T21:31:53.941Z] Step 7/21 : RUN go mod download [2021-01-05T21:31:54.222Z] ---> Running in 516fdd968a92 [2021-01-05T21:31:54.497Z] ---> Running in 8975fcd1da65 [2021-01-05T21:31:55.961Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T21:31:55.961Z] Removing intermediate container be48253e8123 [2021-01-05T21:31:55.961Z] ---> 6645af67e0ea [2021-01-05T21:31:55.961Z] Step 6/26 : COPY go.mod . [2021-01-05T21:31:56.261Z] Attempting uninstall: urllib3 [2021-01-05T21:31:56.261Z] Found existing installation: urllib3 1.25.9 [2021-01-05T21:31:56.261Z] Uninstalling urllib3-1.25.9: [2021-01-05T21:31:56.606Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T21:31:57.659Z] Attempting uninstall: idna [2021-01-05T21:31:57.659Z] Found existing installation: idna 2.9 [2021-01-05T21:31:57.659Z] Uninstalling idna-2.9: [2021-01-05T21:31:57.959Z] Successfully uninstalled idna-2.9 [2021-01-05T21:31:57.959Z] ---> a342ec6c7c0b [2021-01-05T21:31:57.959Z] Step 7/26 : RUN go mod download [2021-01-05T21:31:58.578Z] ---> Running in 9c1321d23cc2 [2021-01-05T21:31:58.578Z] Attempting uninstall: requests [2021-01-05T21:31:58.578Z] Found existing installation: requests 2.23.0 [2021-01-05T21:31:58.578Z] Uninstalling requests-2.23.0: [2021-01-05T21:31:58.859Z] Successfully uninstalled requests-2.23.0 [2021-01-05T21:32:00.302Z] Removing intermediate container 516fdd968a92 [2021-01-05T21:32:00.302Z] ---> 7d318a6b1527 [2021-01-05T21:32:00.302Z] Step 8/24 : COPY . . [2021-01-05T21:32:00.302Z] Running setup.py install for texttable: started [2021-01-05T21:32:00.585Z] Removing intermediate container 8975fcd1da65 [2021-01-05T21:32:00.585Z] ---> 92b2d379054c [2021-01-05T21:32:00.585Z] Step 8/21 : COPY . . [2021-01-05T21:32:02.582Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:32:02.582Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:32:02.582Z] ---> 34a5545654af [2021-01-05T21:32:02.582Z] Step 3/32 : WORKDIR /edgex-go [2021-01-05T21:32:02.582Z] ---> Using cache [2021-01-05T21:32:02.582Z] ---> 2e81bd457ea4 [2021-01-05T21:32:02.582Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:32:02.582Z] ---> Using cache [2021-01-05T21:32:02.582Z] ---> 6af94e8919d3 [2021-01-05T21:32:02.582Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-05T21:32:02.582Z] ---> Using cache [2021-01-05T21:32:02.582Z] ---> 6645af67e0ea [2021-01-05T21:32:02.582Z] Step 6/32 : COPY go.mod . [2021-01-05T21:32:02.582Z] ---> Using cache [2021-01-05T21:32:02.582Z] ---> a342ec6c7c0b [2021-01-05T21:32:02.582Z] Step 7/32 : RUN go mod download [2021-01-05T21:32:02.856Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T21:32:03.835Z] Running setup.py install for dockerpty: started [2021-01-05T21:32:03.835Z] ---> Running in 6c1b9d1ab0ca [2021-01-05T21:32:06.466Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T21:32:06.742Z] Removing intermediate container 9c1321d23cc2 [2021-01-05T21:32:06.742Z] ---> 25203b519aa5 [2021-01-05T21:32:06.742Z] Step 8/26 : COPY . . [2021-01-05T21:32:07.340Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T21:32:10.787Z] Removing intermediate container 6c1b9d1ab0ca [2021-01-05T21:32:10.787Z] ---> a794b74ded23 [2021-01-05T21:32:10.787Z] Step 8/32 : COPY . . [2021-01-05T21:32:16.199Z] Removing intermediate container 4af311102869 [2021-01-05T21:32:16.199Z] ---> 8eac5fa1daf1 [2021-01-05T21:32:16.199Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T21:32:17.189Z] ---> Running in 4f63de4731e2 [2021-01-05T21:32:18.642Z] ---> 840fcb1c5f47 [2021-01-05T21:32:18.642Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T21:32:18.642Z] ---> ba4043195c79 [2021-01-05T21:32:18.919Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T21:32:19.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:32:19.903Z] ---> Running in 9ea81ab4d7b5 [2021-01-05T21:32:19.903Z] ---> Running in a17c3caac8cc [2021-01-05T21:32:20.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:32:20.786Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T21:32:20.786Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T21:32:20.786Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T21:32:20.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:32:20.786Z] OK: 71 MiB in 58 packages [2021-01-05T21:32:21.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-05T21:32:22.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-05T21:32:24.060Z] Removing intermediate container 4f63de4731e2 [2021-01-05T21:32:24.060Z] ---> 2f9701b166db [2021-01-05T21:32:24.060Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T21:32:25.046Z] ---> Running in 0f163fb39c62 [2021-01-05T21:32:26.031Z] Removing intermediate container 0f163fb39c62 [2021-01-05T21:32:26.031Z] ---> 9fbdb02edc19 [2021-01-05T21:32:26.031Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T21:32:26.644Z] ---> Running in e7067f71b141 [2021-01-05T21:32:28.089Z] Removing intermediate container e7067f71b141 [2021-01-05T21:32:28.089Z] ---> d33f59a6e364 [2021-01-05T21:32:28.089Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T21:32:28.695Z] ---> Running in a9fd79b7ffb6 [2021-01-05T21:32:29.299Z] ---> cbc55d2327c2 [2021-01-05T21:32:29.299Z] Step 9/26 : RUN make cmd/core-command/core-command [2021-01-05T21:32:29.905Z] Removing intermediate container a9fd79b7ffb6 [2021-01-05T21:32:29.905Z] ---> 52e095078b5a [2021-01-05T21:32:29.905Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:32:29.905Z] ---> Running in fe8b83a45d95 [2021-01-05T21:32:30.189Z] ---> Running in a8c10ee60543 [2021-01-05T21:32:31.664Z] Removing intermediate container a8c10ee60543 [2021-01-05T21:32:31.664Z] ---> 2c6123199c2c [2021-01-05T21:32:31.664Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:32:32.269Z] ---> Running in 6ed7b0959b0c [2021-01-05T21:32:32.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-05T21:32:33.259Z] Removing intermediate container 6ed7b0959b0c [2021-01-05T21:32:33.259Z] ---> cfe17cd8bb19 [2021-01-05T21:32:33.259Z] [2021-01-05T21:32:34.713Z] Successfully built cfe17cd8bb19 [2021-01-05T21:32:34.713Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-05T21:32:34.713Z] Building docker-security-bootstrap-redis-go [2021-01-05T21:32:35.321Z]  Building docker-sys-mgmt-agent-go ... done  ---> 11321b4c1d73 [2021-01-05T21:32:35.321Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T21:32:35.321Z] ---> Running in b5fa9371dca9 [2021-01-05T21:32:37.322Z] 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-01-05T21:32:59.525Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T21:32:59.525Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T21:32:59.525Z] ---> 34a5545654af [2021-01-05T21:32:59.525Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T21:32:59.525Z] ---> Using cache [2021-01-05T21:32:59.525Z] ---> 2e81bd457ea4 [2021-01-05T21:32:59.525Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T21:32:59.525Z] ---> Using cache [2021-01-05T21:32:59.525Z] ---> 6af94e8919d3 [2021-01-05T21:32:59.525Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T21:32:59.525Z] ---> Using cache [2021-01-05T21:32:59.525Z] ---> 6645af67e0ea [2021-01-05T21:32:59.525Z] Step 6/22 : COPY go.mod . [2021-01-05T21:32:59.525Z] ---> Using cache [2021-01-05T21:32:59.525Z] ---> a342ec6c7c0b [2021-01-05T21:32:59.525Z] Step 7/22 : RUN go mod download [2021-01-05T21:32:59.525Z] ---> Using cache [2021-01-05T21:32:59.525Z] ---> a794b74ded23 [2021-01-05T21:32:59.525Z] Step 8/22 : COPY . . [2021-01-05T21:32:59.525Z] ---> Using cache [2021-01-05T21:32:59.525Z] ---> 11321b4c1d73 [2021-01-05T21:32:59.525Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T21:33:00.970Z] ---> Running in 0c5341153b16 [2021-01-05T21:33:02.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:33:34.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-05T21:33:36.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-05T21:33:51.895Z] Removing intermediate container 9ea81ab4d7b5 [2021-01-05T21:33:51.895Z] ---> 822f6a90980c [2021-01-05T21:33:51.895Z] [2021-01-05T21:33:51.895Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T21:33:51.895Z] ---> afeebe901d6b [2021-01-05T21:33:51.895Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T21:33:51.895Z] ---> Running in d538d63e6044 [2021-01-05T21:33:52.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:33:52.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:33:54.027Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T21:33:54.027Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T21:33:54.027Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T21:33:54.027Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T21:33:54.027Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T21:33:54.027Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:33:54.027Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:33:54.027Z] Removing intermediate container a17c3caac8cc [2021-01-05T21:33:54.027Z] ---> f28f06d0f65b [2021-01-05T21:33:54.027Z] [2021-01-05T21:33:54.027Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T21:33:54.027Z] ---> afeebe901d6b [2021-01-05T21:33:54.027Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T21:33:54.321Z] ---> Running in 01530cb17a86 [2021-01-05T21:33:54.601Z] OK: 7 MiB in 19 packages [2021-01-05T21:33:56.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:33:56.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:33:57.149Z] Removing intermediate container d538d63e6044 [2021-01-05T21:33:57.149Z] ---> 17e9eb64cbea [2021-01-05T21:33:57.149Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T21:33:57.427Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T21:33:57.427Z] ---> Running in ca614a0d3ce6 [2021-01-05T21:33:57.703Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T21:33:57.703Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T21:33:57.703Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T21:33:57.703Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:33:57.703Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T21:33:57.975Z] OK: 7 MiB in 18 packages [2021-01-05T21:33:57.975Z] Removing intermediate container ca614a0d3ce6 [2021-01-05T21:33:57.975Z] ---> 247cfa67dba0 [2021-01-05T21:33:57.975Z] Step 13/24 : WORKDIR / [2021-01-05T21:33:58.578Z] ---> Running in c8bf759ee405 [2021-01-05T21:33:59.178Z] Removing intermediate container c8bf759ee405 [2021-01-05T21:33:59.178Z] ---> 0f89982adcde [2021-01-05T21:33:59.178Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T21:34:00.627Z] Removing intermediate container 01530cb17a86 [2021-01-05T21:34:00.627Z] ---> 9265b67d0034 [2021-01-05T21:34:00.627Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T21:34:00.627Z] ---> Running in e019e17b62b6 [2021-01-05T21:34:00.627Z] ---> dc7ccd10fe56 [2021-01-05T21:34:00.627Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T21:34:01.612Z] Removing intermediate container e019e17b62b6 [2021-01-05T21:34:01.612Z] ---> 0ed1878f5f8e [2021-01-05T21:34:01.612Z] Step 13/21 : WORKDIR /edgex [2021-01-05T21:34:01.888Z] ---> b6edb09163d6 [2021-01-05T21:34:01.888Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T21:34:01.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T21:34:01.888Z] ---> Running in a58364417b2d [2021-01-05T21:34:02.883Z] Removing intermediate container a58364417b2d [2021-01-05T21:34:02.883Z] ---> b7cd86a15b74 [2021-01-05T21:34:02.883Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T21:34:03.162Z] ---> 48ca234eb613 [2021-01-05T21:34:03.162Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T21:34:04.147Z] ---> e6486e291594 [2021-01-05T21:34:04.147Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T21:34:05.125Z] ---> 8c0e251b604f [2021-01-05T21:34:05.125Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T21:34:06.562Z] ---> d9509d296706 [2021-01-05T21:34:06.562Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T21:34:07.169Z] ---> b4e495c08318 [2021-01-05T21:34:07.169Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T21:34:09.170Z] ---> ff28fd6f912a [2021-01-05T21:34:09.170Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:34:09.170Z] ---> 2c2ca7b20279 [2021-01-05T21:34:09.170Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T21:34:09.170Z] ---> Running in 0e39da918225 [2021-01-05T21:34:09.446Z] ---> Running in bb6f514069d0 [2021-01-05T21:34:10.889Z] Removing intermediate container bb6f514069d0 [2021-01-05T21:34:10.889Z] ---> 052c2c651216 [2021-01-05T21:34:10.889Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T21:34:11.168Z] ---> Running in f14fc42f596c [2021-01-05T21:34:12.154Z] Removing intermediate container f14fc42f596c [2021-01-05T21:34:12.154Z] ---> 682934359769 [2021-01-05T21:34:12.154Z] Step 19/21 : LABEL arch=arm64 [2021-01-05T21:34:12.756Z] ---> Running in cfd33bad28b0 [2021-01-05T21:34:13.358Z] Removing intermediate container fe8b83a45d95 [2021-01-05T21:34:13.358Z] ---> 4e396ca1dc13 [2021-01-05T21:34:13.358Z] [2021-01-05T21:34:13.358Z] Step 10/26 : FROM alpine:3.12 [2021-01-05T21:34:13.358Z] ---> afeebe901d6b [2021-01-05T21:34:13.358Z] Step 11/26 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-05T21:34:13.358Z] ---> Using cache [2021-01-05T21:34:13.358Z] ---> 5326c820d8c6 [2021-01-05T21:34:13.358Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-05T21:34:13.358Z] ---> Using cache [2021-01-05T21:34:13.358Z] ---> 5093d536f8f0 [2021-01-05T21:34:13.358Z] Step 13/26 : ENV APP_PORT=48082 [2021-01-05T21:34:13.358Z] Removing intermediate container cfd33bad28b0 [2021-01-05T21:34:13.358Z] ---> c224c2ba255f [2021-01-05T21:34:13.358Z] Step 20/21 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:34:13.637Z] ---> Running in 29165ec478cf [2021-01-05T21:34:13.638Z] ---> Running in 3bd0271c38f3 [2021-01-05T21:34:13.915Z] Removing intermediate container 0e39da918225 [2021-01-05T21:34:13.915Z] ---> 8eed2acddebd [2021-01-05T21:34:13.915Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:34:14.193Z] ---> Running in 2bb5ff09e00a [2021-01-05T21:34:14.194Z] Removing intermediate container 29165ec478cf [2021-01-05T21:34:14.194Z] ---> 4e7e4ee4fa37 [2021-01-05T21:34:14.194Z] Step 14/26 : EXPOSE $APP_PORT [2021-01-05T21:34:14.468Z] Removing intermediate container 3bd0271c38f3 [2021-01-05T21:34:14.468Z] ---> 8595a19343ba [2021-01-05T21:34:14.468Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T21:34:14.468Z] ---> Running in 40d482fea08a [2021-01-05T21:34:14.468Z] ---> Running in 102c97bef868 [2021-01-05T21:34:14.744Z] Removing intermediate container 2bb5ff09e00a [2021-01-05T21:34:14.744Z] ---> 8fc5e345d96e [2021-01-05T21:34:14.744Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T21:34:15.023Z] ---> Running in 7f4e73c4599c [2021-01-05T21:34:15.297Z] Removing intermediate container 40d482fea08a [2021-01-05T21:34:15.297Z] ---> 45ff3e64c8d9 [2021-01-05T21:34:15.297Z] Step 15/26 : WORKDIR / [2021-01-05T21:34:15.297Z] Removing intermediate container 102c97bef868 [2021-01-05T21:34:15.297Z] ---> 3fad45e3af88 [2021-01-05T21:34:15.297Z] [2021-01-05T21:34:15.572Z] ---> Running in 486e52b59331 [2021-01-05T21:34:15.844Z] Removing intermediate container 7f4e73c4599c [2021-01-05T21:34:15.844Z] ---> 9f620b6e258a [2021-01-05T21:34:15.844Z] Step 23/24 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:34:15.844Z] Successfully built 3fad45e3af88 [2021-01-05T21:34:16.120Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-05T21:34:16.120Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 133f106bfd40 [2021-01-05T21:34:16.396Z] Removing intermediate container 486e52b59331 [2021-01-05T21:34:16.396Z] ---> 38efb5f3c184 [2021-01-05T21:34:16.396Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T21:34:16.692Z] Removing intermediate container 133f106bfd40 [2021-01-05T21:34:16.692Z] ---> f654a9a31ba7 [2021-01-05T21:34:16.692Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T21:34:16.973Z] ---> Running in de0995424f54 [2021-01-05T21:34:17.593Z] ---> f402c7600416 [2021-01-05T21:34:17.593Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T21:34:17.593Z] Removing intermediate container de0995424f54 [2021-01-05T21:34:17.593Z] ---> 03fcaa38e4e6 [2021-01-05T21:34:17.593Z] [2021-01-05T21:34:18.205Z] Successfully built 03fcaa38e4e6 [2021-01-05T21:34:18.205Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-05T21:34:19.197Z]  Building docker-security-secretstore-setup-go ... done  ---> cbaf1b845bfa [2021-01-05T21:34:19.197Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T21:34:20.628Z] ---> c0633eb7ee5f [2021-01-05T21:34:20.628Z] Step 19/26 : ENV CONSUL_HOST=edgex-core-consul [2021-01-05T21:34:20.910Z] ---> Running in cd58fb729b63 [2021-01-05T21:34:21.183Z] Removing intermediate container 0c5341153b16 [2021-01-05T21:34:21.183Z] ---> f116b5dc6fec [2021-01-05T21:34:21.183Z] [2021-01-05T21:34:21.183Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T21:34:21.183Z] ---> afeebe901d6b [2021-01-05T21:34:21.183Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T21:34:21.183Z] ---> Using cache [2021-01-05T21:34:21.183Z] ---> 17e9eb64cbea [2021-01-05T21:34:21.183Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T21:34:21.455Z] ---> Running in 79f3b1ec44aa [2021-01-05T21:34:21.455Z] Removing intermediate container b5fa9371dca9 [2021-01-05T21:34:21.455Z] ---> 6a7aa44bd954 [2021-01-05T21:34:21.455Z] [2021-01-05T21:34:21.455Z] Step 10/32 : FROM alpine:3.12 [2021-01-05T21:34:21.455Z] ---> afeebe901d6b [2021-01-05T21:34:21.455Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-05T21:34:21.455Z] Removing intermediate container cd58fb729b63 [2021-01-05T21:34:21.455Z] ---> e2b240cca75f [2021-01-05T21:34:21.455Z] Step 20/26 : ENV CONSUL_PORT=8500 [2021-01-05T21:34:21.730Z] ---> Running in 4220750ebfb6 [2021-01-05T21:34:21.730Z] ---> Running in 030f64e18c9b [2021-01-05T21:34:22.009Z] Removing intermediate container 79f3b1ec44aa [2021-01-05T21:34:22.009Z] ---> 070c2534b43a [2021-01-05T21:34:22.009Z] Step 13/22 : WORKDIR / [2021-01-05T21:34:22.287Z] ---> Running in 8db282440e98 [2021-01-05T21:34:22.287Z] Removing intermediate container 4220750ebfb6 [2021-01-05T21:34:22.287Z] ---> bd0e087f8260 [2021-01-05T21:34:22.287Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/core-command/entrypoint.sh /usr/local/bin/ [2021-01-05T21:34:22.878Z] Removing intermediate container 8db282440e98 [2021-01-05T21:34:22.878Z] ---> e56b7e31834b [2021-01-05T21:34:22.878Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T21:34:23.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T21:34:23.154Z] ---> 623984b8cdc7 [2021-01-05T21:34:23.154Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:34:23.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T21:34:23.437Z] ---> Running in 1ef9fb6af2bd [2021-01-05T21:34:23.711Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-05T21:34:23.985Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-05T21:34:23.986Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T21:34:23.986Z] OK: 6 MiB in 16 packages [2021-01-05T21:34:23.986Z] ---> 9fa4fde2c132 [2021-01-05T21:34:23.986Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T21:34:25.450Z] ---> a5b094ce006f [2021-01-05T21:34:25.450Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T21:34:25.450Z] Removing intermediate container 030f64e18c9b [2021-01-05T21:34:25.450Z] ---> db124e1dbddb [2021-01-05T21:34:25.450Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-05T21:34:25.722Z] ---> Running in ed3c8b0fa940 [2021-01-05T21:34:25.996Z] Removing intermediate container 1ef9fb6af2bd [2021-01-05T21:34:25.996Z] ---> 8ec84852ac03 [2021-01-05T21:34:25.996Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:34:25.996Z] ---> 2199a006de3b [2021-01-05T21:34:25.996Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T21:34:26.272Z] ---> Running in d0b6b68360ea [2021-01-05T21:34:26.272Z] Removing intermediate container ed3c8b0fa940 [2021-01-05T21:34:26.272Z] ---> 8e48ad0b7ce1 [2021-01-05T21:34:26.272Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-05T21:34:26.547Z] ---> Running in d89c394953fe [2021-01-05T21:34:26.827Z] Removing intermediate container d0b6b68360ea [2021-01-05T21:34:26.827Z] ---> 662d56b63776 [2021-01-05T21:34:26.827Z] Step 24/26 : LABEL arch=arm64 [2021-01-05T21:34:26.827Z] ---> b51e60d928c7 [2021-01-05T21:34:26.827Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T21:34:26.827Z] Removing intermediate container d89c394953fe [2021-01-05T21:34:26.827Z] ---> ee452607c456 [2021-01-05T21:34:26.827Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-05T21:34:27.101Z] ---> Running in e3cae7bbe63d [2021-01-05T21:34:27.101Z] ---> Running in 6cf5dee2d758 [2021-01-05T21:34:27.378Z] ---> Running in 36ce4eb41ea2 [2021-01-05T21:34:27.652Z] Removing intermediate container e3cae7bbe63d [2021-01-05T21:34:27.652Z] ---> e01352816809 [2021-01-05T21:34:27.652Z] Step 25/26 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:34:27.926Z] ---> Running in c640f44fe7f6 [2021-01-05T21:34:28.198Z] Removing intermediate container c640f44fe7f6 [2021-01-05T21:34:28.198Z] ---> 54ec57754e1a [2021-01-05T21:34:28.198Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T21:34:28.472Z] ---> Running in fb82b372a48d [2021-01-05T21:34:28.746Z] Connecting to github.com (140.82.114.4:443) [2021-01-05T21:34:29.020Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.105.19:443) [2021-01-05T21:34:29.020Z] Removing intermediate container fb82b372a48d [2021-01-05T21:34:29.020Z] ---> c73aff2072b7 [2021-01-05T21:34:29.020Z] [2021-01-05T21:34:29.020Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-05T21:34:29.293Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-05T21:34:29.293Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-05T21:34:29.293Z] dockerize [2021-01-05T21:34:29.567Z] Successfully built c73aff2072b7 [2021-01-05T21:34:29.567Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-05T21:34:29.845Z]  Building docker-core-command-go ... done Removing intermediate container 6cf5dee2d758 [2021-01-05T21:34:29.845Z] ---> b931a52d5aed [2021-01-05T21:34:29.845Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T21:34:30.119Z] ---> Running in 36b359a446a3 [2021-01-05T21:34:30.713Z] Removing intermediate container 36b359a446a3 [2021-01-05T21:34:30.713Z] ---> 6d7236ace63f [2021-01-05T21:34:30.713Z] Step 20/22 : LABEL arch=arm64 [2021-01-05T21:34:30.985Z] Removing intermediate container 36ce4eb41ea2 [2021-01-05T21:34:30.985Z] ---> c0ab91be2d65 [2021-01-05T21:34:30.985Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-05T21:34:30.985Z] ---> Running in b44d509c300f [2021-01-05T21:34:30.985Z] ---> Running in b4ba9377a6ca [2021-01-05T21:34:31.579Z] Removing intermediate container b44d509c300f [2021-01-05T21:34:31.579Z] ---> 17cd76fd17ee [2021-01-05T21:34:31.579Z] Step 21/22 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:34:31.579Z] Removing intermediate container b4ba9377a6ca [2021-01-05T21:34:31.579Z] ---> 7e52e31a4a29 [2021-01-05T21:34:31.579Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-05T21:34:31.579Z] ---> Running in 0bf2e5c3ef33 [2021-01-05T21:34:31.851Z] ---> Running in 75a7b8e85f9c [2021-01-05T21:34:32.125Z] Removing intermediate container 0bf2e5c3ef33 [2021-01-05T21:34:32.125Z] ---> 2dbb57bdd2c6 [2021-01-05T21:34:32.125Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T21:34:32.397Z] ---> Running in df6eacd774e2 [2021-01-05T21:34:32.397Z] Removing intermediate container 75a7b8e85f9c [2021-01-05T21:34:32.397Z] ---> 60228fcaa8c0 [2021-01-05T21:34:32.397Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-05T21:34:32.669Z] ---> Running in 82ba88cfec29 [2021-01-05T21:34:32.948Z] Removing intermediate container df6eacd774e2 [2021-01-05T21:34:32.948Z] ---> f36fe0a0e35c [2021-01-05T21:34:32.948Z] [2021-01-05T21:34:33.541Z] Successfully built f36fe0a0e35c [2021-01-05T21:34:33.541Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-05T21:34:33.541Z]  Building docker-security-bootstrap-redis-go ... done Copy dockerize executable [2021-01-05T21:34:34.971Z] Removing intermediate container 82ba88cfec29 [2021-01-05T21:34:34.971Z] ---> ce594e76c08d [2021-01-05T21:34:34.972Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-05T21:34:35.241Z] ---> Running in 2742c0d64146 [2021-01-05T21:34:35.832Z] Removing intermediate container 2742c0d64146 [2021-01-05T21:34:35.832Z] ---> 879d3b505c87 [2021-01-05T21:34:35.832Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-05T21:34:36.435Z] ---> 43a27a1e4217 [2021-01-05T21:34:36.435Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-05T21:34:36.435Z] ---> Running in 3232fc7411fc [2021-01-05T21:34:39.054Z] Removing intermediate container 3232fc7411fc [2021-01-05T21:34:39.054Z] ---> 33a99002ac43 [2021-01-05T21:34:39.054Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-05T21:34:40.062Z] ---> a0f11abc2f14 [2021-01-05T21:34:40.062Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-05T21:34:40.664Z] ---> c5428dacf9d2 [2021-01-05T21:34:40.664Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-05T21:34:42.098Z] ---> f6b8329b3d3e [2021-01-05T21:34:42.098Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-05T21:34:42.690Z] ---> a0f7a9216c15 [2021-01-05T21:34:42.690Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-05T21:34:42.962Z] ---> Running in e42f04128439 [2021-01-05T21:34:43.556Z] Removing intermediate container e42f04128439 [2021-01-05T21:34:43.556Z] ---> 5f9e58cf5dd9 [2021-01-05T21:34:43.556Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-05T21:34:44.149Z] ---> 079d379d9db6 [2021-01-05T21:34:44.149Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T21:34:44.761Z] ---> Running in a7ed06d96502 [2021-01-05T21:34:46.823Z] Removing intermediate container a7ed06d96502 [2021-01-05T21:34:46.823Z] ---> 43c857c92833 [2021-01-05T21:34:46.823Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T21:34:47.443Z] ---> Running in 4345f6a2b864 [2021-01-05T21:34:47.713Z] Removing intermediate container 4345f6a2b864 [2021-01-05T21:34:47.713Z] ---> 16cdf7f4e872 [2021-01-05T21:34:47.713Z] Step 29/32 : CMD ["install"] [2021-01-05T21:34:48.307Z] ---> Running in d02fb99d17c1 [2021-01-05T21:34:48.901Z] Removing intermediate container d02fb99d17c1 [2021-01-05T21:34:48.901Z] ---> cbf7e15f97cf [2021-01-05T21:34:48.901Z] Step 30/32 : LABEL arch=arm64 [2021-01-05T21:34:49.174Z] ---> Running in 5d6376f14b68 [2021-01-05T21:34:49.768Z] Removing intermediate container 5d6376f14b68 [2021-01-05T21:34:49.768Z] ---> 827600fa5339 [2021-01-05T21:34:49.768Z] Step 31/32 : LABEL git_sha=f7efb5deb29471de2049316a9acc6d4b0d94d324 [2021-01-05T21:34:50.041Z] ---> Running in c0bb3a49ca95 [2021-01-05T21:34:50.634Z] Removing intermediate container c0bb3a49ca95 [2021-01-05T21:34:50.634Z] ---> 27c3672ccc75 [2021-01-05T21:34:50.634Z] Step 32/32 : LABEL version=0.0.0 [2021-01-05T21:34:50.906Z] ---> Running in aa13af0c3337 [2021-01-05T21:34:51.503Z] Removing intermediate container aa13af0c3337 [2021-01-05T21:34:51.503Z] ---> d4bbb2ec14ae [2021-01-05T21:34:51.503Z] [2021-01-05T21:34:51.775Z] Successfully built d4bbb2ec14ae [2021-01-05T21:34:52.046Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-05T21:34:52.653Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-05T21:34:52.672Z] $ docker stop --time=1 22396408fe454211299401471da5b424c4f4699c6b1b9525512f90c26a8fbb4d [2021-01-05T21:34:54.633Z] $ docker rm -f 22396408fe454211299401471da5b424c4f4699c6b1b9525512f90c26a8fbb4d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T21:34:55.439Z] + docker images [2021-01-05T21:34:55.439Z] + grep docker [2021-01-05T21:34:55.710Z] docker-security-bootstrapper-go-arm64 latest d4bbb2ec14ae 4 seconds ago 40.2MB [2021-01-05T21:34:55.710Z] docker-security-bootstrap-redis-go-arm64 latest f36fe0a0e35c 23 seconds ago 15.1MB [2021-01-05T21:34:55.710Z] docker-core-command-go-arm64 latest c73aff2072b7 27 seconds ago 15.9MB [2021-01-05T21:34:55.710Z] docker-security-secretstore-setup-go-arm64 latest 03fcaa38e4e6 38 seconds ago 23.4MB [2021-01-05T21:34:55.710Z] docker-security-proxy-setup-go-arm64 latest 3fad45e3af88 40 seconds ago 23.3MB [2021-01-05T21:34:55.710Z] docker-sys-mgmt-agent-go-arm64 latest cfe17cd8bb19 2 minutes ago 300MB [2021-01-05T21:34:55.710Z] docker-core-data-go-arm64 latest d8ab8026415b 3 minutes ago 21MB [2021-01-05T21:34:55.710Z] docker-core-metadata-go-arm64 latest fcdad70939a6 3 minutes ago 18.1MB [2021-01-05T21:34:55.710Z] docker-support-notifications-go-arm64 latest cc4d9c1f7bf7 3 minutes ago 16MB [2021-01-05T21:34:55.710Z] docker-support-scheduler-go-arm64 latest e18fd23eb224 3 minutes ago 15.9MB [2021-01-05T21:34:55.710Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-05T21:34:58.189Z] provisioning config files... [2021-01-05T21:34:58.200Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config4427148220024334635tmp [Pipeline] { [Pipeline] sh [2021-01-05T21:34:58.597Z] + set +x [2021-01-05T21:34:58.597Z] + curl -s https://codecov.io/bash [2021-01-05T21:34:58.597Z] + bash -s -- [2021-01-05T21:34:59.178Z] [2021-01-05T21:34:59.178Z] _____ _ [2021-01-05T21:34:59.178Z] / ____| | | [2021-01-05T21:34:59.178Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T21:34:59.178Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T21:34:59.178Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T21:34:59.178Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T21:34:59.178Z] Bash-20201231-23d4836 [2021-01-05T21:34:59.178Z] [2021-01-05T21:34:59.178Z] [2021-01-05T21:34:59.178Z] ==> git version 2.24.3 found [2021-01-05T21:34:59.178Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-05T21:34:59.178Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T21:34:59.178Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T21:34:59.178Z] ==> Jenkins CI detected. [2021-01-05T21:34:59.178Z] project root: . [2021-01-05T21:34:59.178Z] --> token set from env [2021-01-05T21:34:59.178Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T21:34:59.178Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T21:34:59.178Z] ==> Python coveragepy not found [2021-01-05T21:34:59.178Z] ==> Searching for coverage reports in: [2021-01-05T21:34:59.178Z] + . [2021-01-05T21:34:59.178Z] -> Found 1 reports [2021-01-05T21:34:59.178Z] ==> Detecting git/mercurial file structure [2021-01-05T21:34:59.178Z] ==> Reading reports [2021-01-05T21:34:59.178Z] + ./coverage.out bytes=546759 [2021-01-05T21:34:59.178Z] ==> Appending adjustments [2021-01-05T21:34:59.178Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T21:35:02.493Z] + Found adjustments [2021-01-05T21:35:02.493Z] ==> Gzipping contents [2021-01-05T21:35:02.493Z] 84K /tmp/codecov.maa5M1.gz [2021-01-05T21:35:02.493Z] ==> Uploading reports [2021-01-05T21:35:02.493Z] url: https://codecov.io [2021-01-05T21:35:02.493Z] query: branch=PR-2970&commit=f7efb5deb29471de2049316a9acc6d4b0d94d324&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-05T21:35:02.493Z] -> Pinging Codecov [2021-01-05T21:35:02.493Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=f7efb5deb29471de2049316a9acc6d4b0d94d324&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-05T21:35:03.066Z] -> Uploading to [2021-01-05T21:35:03.066Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/f7efb5deb29471de2049316a9acc6d4b0d94d324/a6613cfb-466c-47de-8b47-b4732e83e5ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T213502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1943fde156eed2c4d6932ac6762e2713d0d1a18b3ed7d70a6dd8adb8a1ce20cc [2021-01-05T21:35:03.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T21:35:03.066Z] Dload Upload Total Spent Left Speed [2021-01-05T21:35:03.641Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83501 0 0 100 83501 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-01-05T21:35:03.642Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f7efb5deb29471de2049316a9acc6d4b0d94d324 [Pipeline] } [2021-01-05T21:35:03.652Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:06.167Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:07.047Z] ---> package-listing.sh [2021-01-05T21:35:07.047Z] ++ facter osfamily [2021-01-05T21:35:07.047Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T21:35:07.047Z] + OS_FAMILY=redhat [2021-01-05T21:35:07.047Z] + workspace=/w/workspace/edgex-go/10 [2021-01-05T21:35:07.047Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T21:35:07.047Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T21:35:07.047Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T21:35:07.047Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T21:35:07.047Z] + '[' /w/workspace/edgex-go/10 ']' [2021-01-05T21:35:07.047Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T21:35:07.047Z] + case "${OS_FAMILY}" in [2021-01-05T21:35:07.047Z] + rpm -qa [2021-01-05T21:35:07.047Z] + sort [2021-01-05T21:35:12.355Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T21:35:12.355Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T21:35:12.355Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T21:35:12.355Z] + '[' /w/workspace/edgex-go/10 ']' [2021-01-05T21:35:12.355Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-01-05T21:35:12.355Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-01-05T21:35:12.370Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T21:35:12.664Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:35:12.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T21:35:12.971Z] [2021-01-05T21:35:12.971Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T21:35:13.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T21:35:13.328Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T21:35:13.328Z] df20fa9351a1: Pulling fs layer [2021-01-05T21:35:13.328Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T21:35:13.328Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T21:35:13.328Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T21:35:13.328Z] 93b61091891f: Pulling fs layer [2021-01-05T21:35:13.328Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T21:35:13.328Z] 5e14af77c1be: Pulling fs layer [2021-01-05T21:35:13.328Z] 01666e4c0597: Pulling fs layer [2021-01-05T21:35:13.328Z] aa168da1d23b: Pulling fs layer [2021-01-05T21:35:13.328Z] 93b9cdb0e59b: Waiting [2021-01-05T21:35:13.328Z] 5e14af77c1be: Waiting [2021-01-05T21:35:13.328Z] 01666e4c0597: Waiting [2021-01-05T21:35:13.328Z] aa168da1d23b: Waiting [2021-01-05T21:35:13.328Z] 93b61091891f: Waiting [2021-01-05T21:35:13.328Z] 46f8f816bc3b: Waiting [2021-01-05T21:35:13.328Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T21:35:13.328Z] 36b3adc4ff6f: Download complete [2021-01-05T21:35:13.328Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T21:35:13.328Z] 46f8f816bc3b: Download complete [2021-01-05T21:35:13.592Z] df20fa9351a1: Download complete [2021-01-05T21:35:13.592Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T21:35:13.592Z] 93b9cdb0e59b: Download complete [2021-01-05T21:35:13.592Z] 93b61091891f: Download complete [2021-01-05T21:35:13.592Z] 5e14af77c1be: Download complete [2021-01-05T21:35:13.592Z] 01666e4c0597: Verifying Checksum [2021-01-05T21:35:13.592Z] 01666e4c0597: Download complete [2021-01-05T21:35:13.858Z] df20fa9351a1: Pull complete [2021-01-05T21:35:14.120Z] 36b3adc4ff6f: Pull complete [2021-01-05T21:35:14.388Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T21:35:14.388Z] 8ad3a11d3b57: Download complete [2021-01-05T21:35:14.988Z] 8ad3a11d3b57: Pull complete [2021-01-05T21:35:15.253Z] 46f8f816bc3b: Pull complete [2021-01-05T21:35:16.215Z] aa168da1d23b: Verifying Checksum [2021-01-05T21:35:16.215Z] aa168da1d23b: Download complete [2021-01-05T21:35:17.241Z] 93b61091891f: Pull complete [2021-01-05T21:35:17.241Z] 93b9cdb0e59b: Pull complete [2021-01-05T21:35:17.508Z] 5e14af77c1be: Pull complete [2021-01-05T21:35:17.508Z] 01666e4c0597: Pull complete [2021-01-05T21:35:29.775Z] aa168da1d23b: Pull complete [2021-01-05T21:35:29.775Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T21:35:29.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T21:35:29.775Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T21:35:30.055Z] prd-centos7-docker-4c-2g-18570 does not seem to be running inside a container [2021-01-05T21:35:30.210Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T21:35:33.640Z] $ docker top b27af056a037380fe2cc6e05c70d4673b25dacefb1a2efb40cdf417834c60539 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T21:35:34.234Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T21:35:34.539Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T21:35:34.840Z] + ls /var/log/sa-host [2021-01-05T21:35:34.840Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T21:35:34.840Z] file_magic: OK [2021-01-05T21:35:34.840Z] HZ: Using current value: 100 [2021-01-05T21:35:34.840Z] file_header: OK [2021-01-05T21:35:34.840Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T21:35:34.840Z] Statistics: [2021-01-05T21:35:34.840Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T21:35:34.840Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T21:35:34.840Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T21:35:34.840Z] file_magic: OK [2021-01-05T21:35:34.840Z] HZ: Using current value: 100 [2021-01-05T21:35:34.840Z] file_header: OK [2021-01-05T21:35:34.840Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-05T21:35:34.840Z] Statistics: [2021-01-05T21:35:34.840Z] Hnuu...uuuununununu... [2021-01-05T21:35:34.840Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T21:35:35.555Z] provisioning config files... [2021-01-05T21:35:35.575Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config4876386402389927040tmp [Pipeline] { [Pipeline] echo [2021-01-05T21:35:35.652Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:35.950Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T21:35:35.959Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T21:35:36.063Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:36.364Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T21:35:36.377Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:36.677Z] ---> sudo-logs.sh [2021-01-05T21:35:36.677Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T21:35:36.688Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:36.990Z] ---> job-cost.sh [2021-01-05T21:35:36.990Z] lf-activate-venv: SKIPPING [2021-01-05T21:35:36.990Z] INFO: No Stack... [2021-01-05T21:35:38.380Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T21:35:38.954Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T21:35:38.969Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T21:35:39.266Z] ---> logs-deploy.sh [2021-01-05T21:35:39.266Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/10 [2021-01-05T21:35:39.266Z] INFO: archiving workspace using pattern(s): [2021-01-05T21:35:41.183Z] Archives upload complete. [2021-01-05T21:35:41.183Z] INFO: archiving logs to Nexus