Pull request #3088 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c rather than d3d087662b0c1d6890045bf75bc5d8c78beda443 Obtained Jenkinsfile from 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c 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 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23410 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 Merge succeeded, producing d3d087662b0c1d6890045bf75bc5d8c78beda443 Checking out Revision d3d087662b0c1d6890045bf75bc5d8c78beda443 (PR-3088) > 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/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 Commit message: "Merge branch 'master' into issue-3087" > git rev-list --no-walk 2fbfd621f6fb6a922a12108e464c1e1ce55cfff2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T15:32:47.578Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T15:32:47.812Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T15:32:47.932Z] ========================================================= [2021-01-27T15:32:47.932Z] EdgeX Global Pipelines Version Info [2021-01-27T15:32:47.932Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:32:49.512Z] ------------------- [2021-01-27T15:32:49.512Z] stable info: [2021-01-27T15:32:49.512Z] ------------------- [2021-01-27T15:32:49.512Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T15:32:49.512Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T15:32:49.512Z] Message: update stable to v1.0.179 [2021-01-27T15:32:50.459Z] ------------------- [2021-01-27T15:32:50.459Z] experimental info: [2021-01-27T15:32:50.459Z] ------------------- [2021-01-27T15:32:50.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T15:32:50.459Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T15:32:50.459Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T15:32:50.710Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T15:32:50.803Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T15:32:50.896Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T15:32:50.996Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T15:32:51.079Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T15:32:51.181Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T15:32:51.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T15:32:51.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T15:32:51.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T15:32:51.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T15:32:51.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T15:32:51.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T15:32:51.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T15:32:51.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T15:32:52.000Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T15:32:52.085Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T15:32:52.168Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T15:32:52.324Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T15:32:52.408Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T15:32:52.490Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T15:32:52.578Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T15:32:52.659Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T15:32:52.743Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T15:32:52.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo [2021-01-27T15:32:52.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo [2021-01-27T15:32:53.032Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo [2021-01-27T15:32:53.134Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3d087662b0c1d6890045bf75bc5d8c78beda443 [Pipeline] echo [2021-01-27T15:32:53.299Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d3d0876 [Pipeline] echo [2021-01-27T15:32:53.384Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T15:32:53.579Z] provisioning config files... [2021-01-27T15:32:53.609Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config166140059431173420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:32:53.960Z] ---> docker-login.sh [2021-01-27T15:32:53.960Z] nexus3.edgexfoundry.org:10001 [2021-01-27T15:32:54.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:32:54.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:32:54.490Z] Configure a credential helper to remove this warning. See [2021-01-27T15:32:54.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:32:54.490Z] [2021-01-27T15:32:54.490Z] Login Succeeded [2021-01-27T15:32:54.490Z] nexus3.edgexfoundry.org:10002 [2021-01-27T15:32:54.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:32:54.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:32:54.753Z] Configure a credential helper to remove this warning. See [2021-01-27T15:32:54.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:32:54.753Z] [2021-01-27T15:32:54.753Z] Login Succeeded [2021-01-27T15:32:54.753Z] nexus3.edgexfoundry.org:10003 [2021-01-27T15:32:54.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:32:54.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:32:54.754Z] Configure a credential helper to remove this warning. See [2021-01-27T15:32:54.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:32:54.754Z] [2021-01-27T15:32:54.754Z] Login Succeeded [2021-01-27T15:32:54.754Z] nexus3.edgexfoundry.org:10004 [2021-01-27T15:32:55.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:32:55.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:32:55.016Z] Configure a credential helper to remove this warning. See [2021-01-27T15:32:55.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:32:55.016Z] [2021-01-27T15:32:55.016Z] Login Succeeded [2021-01-27T15:32:55.016Z] docker.io [2021-01-27T15:32:55.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:32:55.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:32:55.540Z] Configure a credential helper to remove this warning. See [2021-01-27T15:32:55.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:32:55.540Z] [2021-01-27T15:32:55.540Z] Login Succeeded [2021-01-27T15:32:55.540Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T15:32:55.551Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:32:56.028Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T15:32:56.028Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T15:32:56.028Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T15:32:56.028Z] ++ cut -d/ -f2 [2021-01-27T15:32:56.028Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T15:32:56.109Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:32:57.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:32:57.690Z] [2021-01-27T15:32:57.690Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:32:58.037Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:32:58.037Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T15:32:58.037Z] 31603596830f: Pulling fs layer [2021-01-27T15:32:58.037Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T15:32:58.037Z] 6ca5941a6612: Pulling fs layer [2021-01-27T15:32:58.037Z] ecc8261a40a4: Pulling fs layer [2021-01-27T15:32:58.037Z] ecc8261a40a4: Waiting [2021-01-27T15:32:58.037Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T15:32:58.037Z] 2a8b12db71e7: Download complete [2021-01-27T15:32:58.308Z] 31603596830f: Verifying Checksum [2021-01-27T15:32:58.308Z] 31603596830f: Download complete [2021-01-27T15:32:58.308Z] ecc8261a40a4: Verifying Checksum [2021-01-27T15:32:58.308Z] ecc8261a40a4: Download complete [2021-01-27T15:32:58.571Z] 6ca5941a6612: Verifying Checksum [2021-01-27T15:32:58.571Z] 6ca5941a6612: Download complete [2021-01-27T15:32:58.571Z] 31603596830f: Pull complete [2021-01-27T15:32:58.836Z] 2a8b12db71e7: Pull complete [2021-01-27T15:32:59.817Z] 6ca5941a6612: Pull complete [2021-01-27T15:33:00.079Z] ecc8261a40a4: Pull complete [2021-01-27T15:33:00.079Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T15:33:00.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T15:33:00.079Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T15:33:00.280Z] prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container [2021-01-27T15:33:00.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:33:03.123Z] $ docker top 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T15:33:03.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:33:03.551Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:33:03.820Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:33:03.820Z] $ docker exec 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent [2021-01-27T15:33:03.999Z] SSH_AUTH_SOCK=/tmp/ssh-yV2yvvADIQ0z/agent.11 [2021-01-27T15:33:03.999Z] SSH_AGENT_PID=16 [2021-01-27T15:33:04.015Z] Running ssh-add (command line suppressed) [2021-01-27T15:33:04.134Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_305837541986282714.key (/w/workspace/edgex-go/3@tmp/private_key_305837541986282714.key) [2021-01-27T15:33:04.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:33:04.528Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T15:33:04.548Z] $ docker exec --env ******** --env ******** 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent -k [2021-01-27T15:33:04.673Z] unset SSH_AUTH_SOCK; [2021-01-27T15:33:04.673Z] unset SSH_AGENT_PID; [2021-01-27T15:33:04.673Z] echo Agent pid 16 killed; [2021-01-27T15:33:04.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T15:33:04.874Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T15:33:04.874Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T15:33:05.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T15:33:05.062Z] $ docker exec 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent [2021-01-27T15:33:05.255Z] SSH_AUTH_SOCK=/tmp/ssh-UdxtQcYvNkY7/agent.46 [2021-01-27T15:33:05.255Z] SSH_AGENT_PID=52 [2021-01-27T15:33:05.263Z] Running ssh-add (command line suppressed) [2021-01-27T15:33:05.380Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3877428177171084658.key (/w/workspace/edgex-go/3@tmp/private_key_3877428177171084658.key) [2021-01-27T15:33:05.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T15:33:05.774Z] + git semver init [2021-01-27T15:33:05.774Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T15:33:05.774Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-27T15:33:05.774Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-27T15:33:05.774Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T15:33:05.774Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T15:33:05.774Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T15:33:05.774Z] # $SEMVER_BRANCH = PR-3088 [2021-01-27T15:33:05.774Z] # $SEMVER_TEMP = /tmp/semver-666337329 [2021-01-27T15:33:05.774Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T15:33:27.815Z] # '/tmp/semver-666337329' -> '/w/workspace/edgex-go/3/.semver' [2021-01-27T15:33:27.815Z] # -> Force: false [2021-01-27T15:33:27.815Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-27T15:33:27.829Z] $ docker exec --env ******** --env ******** 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b ssh-agent -k [2021-01-27T15:33:28.152Z] unset SSH_AUTH_SOCK; [2021-01-27T15:33:28.153Z] unset SSH_AGENT_PID; [2021-01-27T15:33:28.153Z] echo Agent pid 52 killed; [2021-01-27T15:33:28.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T15:33:28.776Z] + git semver [Pipeline] } [2021-01-27T15:33:28.793Z] $ docker stop --time=1 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b [2021-01-27T15:33:30.368Z] $ docker rm -f 100a2a4438bf22c83f5bf40f161fb79bf15c06c3a6931a9b0d307cf7aedf3b5b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T15:33:30.933Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T15:33:31.503Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T15:33:31.506Z] [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-27T15:33:32.399Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:33:32.700Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:33:33.004Z] + sudo service docker restart [2021-01-27T15:33:33.004Z] + true [2021-01-27T15:33:33.004Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T15:33:33.595Z] ========================================================= [2021-01-27T15:33:33.595Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T15:33:33.595Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:33:33.937Z] + 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-27T15:33:38.168Z] Sending build context to Docker daemon 327.2MB [2021-01-27T15:33:38.168Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T15:33:38.168Z] Step 2/6 : FROM ${BASE} [2021-01-27T15:33:38.168Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T15:33:38.168Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T15:33:38.168Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T15:33:38.168Z] de9db76c5a1d: Pulling fs layer [2021-01-27T15:33:38.168Z] bca2f99d35d6: Pulling fs layer [2021-01-27T15:33:38.168Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T15:33:38.168Z] 7c6f9722023f: Pulling fs layer [2021-01-27T15:33:38.168Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T15:33:38.168Z] 93359f2a8cfa: Waiting [2021-01-27T15:33:38.168Z] 7c6f9722023f: Waiting [2021-01-27T15:33:38.168Z] a35cf1a2eb13: Waiting [2021-01-27T15:33:38.168Z] bca2f99d35d6: Waiting [2021-01-27T15:33:38.168Z] de9db76c5a1d: Download complete [2021-01-27T15:33:38.168Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T15:33:38.168Z] 0ef7d3d256c8: Download complete [2021-01-27T15:33:38.168Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T15:33:38.168Z] 93359f2a8cfa: Download complete [2021-01-27T15:33:38.748Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T15:33:38.748Z] 7c6f9722023f: Verifying Checksum [2021-01-27T15:33:38.748Z] 7c6f9722023f: Download complete [2021-01-27T15:33:39.324Z] 188c0c94c7c5: Pull complete [2021-01-27T15:33:39.324Z] 0ef7d3d256c8: Pull complete [2021-01-27T15:33:39.588Z] de9db76c5a1d: Pull complete [2021-01-27T15:33:40.996Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T15:33:40.996Z] a35cf1a2eb13: Download complete [2021-01-27T15:33:41.571Z] bca2f99d35d6: Verifying Checksum [2021-01-27T15:33:41.571Z] bca2f99d35d6: Download complete [2021-01-27T15:33:46.897Z] Still waiting to schedule task [2021-01-27T15:33:46.898Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-27T15:33:48.191Z] bca2f99d35d6: Pull complete [2021-01-27T15:33:48.191Z] 93359f2a8cfa: Pull complete [2021-01-27T15:33:48.191Z] 7c6f9722023f: Pull complete [2021-01-27T15:33:53.540Z] a35cf1a2eb13: Pull complete [2021-01-27T15:33:53.540Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T15:33:53.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T15:33:53.540Z] ---> a62c8e92a672 [2021-01-27T15:33:53.540Z] 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-27T15:33:53.540Z] ---> Running in f040a020619e [2021-01-27T15:33:54.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:33:55.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:33:55.642Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T15:33:55.905Z] (2/12) Installing file (5.38-r0) [2021-01-27T15:33:55.905Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T15:33:55.905Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T15:34:05.939Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T15:34:05.939Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T15:34:05.939Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T15:34:05.939Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T15:34:05.939Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T15:34:05.939Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T15:34:05.939Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T15:34:05.939Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T15:34:05.939Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:34:05.939Z] OK: 233 MiB in 51 packages [2021-01-27T15:34:10.172Z] Removing intermediate container f040a020619e [2021-01-27T15:34:10.173Z] ---> 529910be25ad [2021-01-27T15:34:10.173Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T15:34:10.173Z] ---> Running in dc7ed159152b [2021-01-27T15:34:10.173Z] Removing intermediate container dc7ed159152b [2021-01-27T15:34:10.173Z] ---> 90c316cca531 [2021-01-27T15:34:10.173Z] Step 5/6 : COPY go.mod . [2021-01-27T15:34:10.173Z] ---> 46d9f937f7a9 [2021-01-27T15:34:10.173Z] Step 6/6 : RUN go mod download [2021-01-27T15:34:10.173Z] ---> Running in e2d623bacf85 [2021-01-27T15:34:32.235Z] Removing intermediate container e2d623bacf85 [2021-01-27T15:34:32.235Z] ---> 2bafd5d88a3f [2021-01-27T15:34:32.235Z] Successfully built 2bafd5d88a3f [2021-01-27T15:34:32.235Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:34:32.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T15:34:32.581Z] . [Pipeline] withDockerContainer [2021-01-27T15:34:32.681Z] prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container [2021-01-27T15:34:32.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:34:33.529Z] $ docker top cf3c472ac5d9e21f53bff78e6465cfc7d125b0117e669433777a202138a6d969 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:34:34.088Z] + go version [2021-01-27T15:34:34.088Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T15:34:34.100Z] $ docker stop --time=1 cf3c472ac5d9e21f53bff78e6465cfc7d125b0117e669433777a202138a6d969 [2021-01-27T15:34:35.443Z] $ docker rm -f cf3c472ac5d9e21f53bff78e6465cfc7d125b0117e669433777a202138a6d969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:34:36.272Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T15:34:36.273Z] . [Pipeline] withDockerContainer [2021-01-27T15:34:36.377Z] prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container [2021-01-27T15:34:36.425Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:34:37.341Z] $ docker top 21038f36aa129bccafdb4c6d5c39578ad72ffff1ce804e4a3f0835859af980db -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T15:34:37.567Z] ========================================================= [2021-01-27T15:34:37.567Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T15:34:37.567Z] ========================================================= [Pipeline] sh [2021-01-27T15:34:37.866Z] + make test [2021-01-27T15:34:37.866Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T15:34:47.922Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T15:35:02.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T15:35:09.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T15:35:09.661Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T15:35:09.661Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T15:35:09.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T15:35:12.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T15:35:12.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T15:35:12.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T15:35:12.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T15:35:12.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T15:35:12.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T15:35:15.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T15:35:15.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T15:35:15.504Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T15:35:16.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2021-01-27T15:35:16.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T15:35:16.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T15:35:16.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T15:35:16.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T15:35:16.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T15:35:22.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T15:35:22.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T15:35:22.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T15:35:22.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T15:35:22.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.3% of statements [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T15:35:22.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T15:35:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T15:35:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T15:35:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T15:35:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T15:35:23.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-01-27T15:35:23.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T15:35:23.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-27T15:35:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T15:35:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T15:35:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T15:35:23.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T15:35:26.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 43.8% of statements [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-01-27T15:35:26.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-01-27T15:35:30.788Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23411 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-01-27T15:35:30.846Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-27T15:35:36.118Z] using credential edgex-jenkins-ssh [2021-01-27T15:35:36.184Z] Cloning the remote Git repository [2021-01-27T15:35:36.259Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:35:36.378Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-27T15:35:36.457Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:35:36.458Z] > git --version # timeout=10 [2021-01-27T15:35:36.490Z] > git --version # 'git version 2.17.1' [2021-01-27T15:35:36.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:35:36.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.4% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.295s coverage: 68.9% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T15:35:38.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-27T15:35:38.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T15:35:39.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T15:35:39.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T15:35:39.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T15:35:39.455Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T15:35:39.455Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T15:35:39.455Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T15:35:39.455Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T15:35:39.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-01-27T15:35:39.985Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-27T15:35:40.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-27T15:35:40.512Z] GO111MODULE=on go vet ./... [2021-01-27T15:35:52.453Z] Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:35:53.003Z] Merge succeeded, producing d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:35:53.003Z] Checking out Revision d3d087662b0c1d6890045bf75bc5d8c78beda443 (PR-3088) [2021-01-27T15:35:51.538Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T15:35:51.554Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T15:35:51.584Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T15:35:51.621Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:35:51.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:35:51.634Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T15:35:52.477Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T15:35:52.490Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-27T15:35:52.892Z] > git remote # timeout=10 [2021-01-27T15:35:52.931Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T15:35:52.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:35:52.968Z] > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 [2021-01-27T15:35:52.991Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T15:35:53.013Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T15:35:53.028Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-27T15:35:57.574Z] Commit message: "Merge branch 'master' into issue-3087" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T15:35:59.250Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:35:59.723Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T15:36:00.065Z] + sudo service docker+ restart [2021-01-27T15:36:00.065Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T15:36:02.150Z] provisioning config files... [2021-01-27T15:36:02.220Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4552668529930567979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:36:02.627Z] ---> docker-login.sh [2021-01-27T15:36:02.627Z] nexus3.edgexfoundry.org:10001 [2021-01-27T15:36:03.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:36:03.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:36:03.889Z] Configure a credential helper to remove this warning. See [2021-01-27T15:36:03.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:36:03.889Z] [2021-01-27T15:36:03.889Z] Login Succeeded [2021-01-27T15:36:03.889Z] nexus3.edgexfoundry.org:10002 [2021-01-27T15:36:04.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:36:04.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:36:04.487Z] Configure a credential helper to remove this warning. See [2021-01-27T15:36:04.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:36:04.487Z] [2021-01-27T15:36:04.487Z] Login Succeeded [2021-01-27T15:36:04.487Z] nexus3.edgexfoundry.org:10003 [2021-01-27T15:36:04.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:36:05.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:36:05.036Z] Configure a credential helper to remove this warning. See [2021-01-27T15:36:05.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:36:05.036Z] [2021-01-27T15:36:05.036Z] Login Succeeded [2021-01-27T15:36:05.036Z] nexus3.edgexfoundry.org:10004 [2021-01-27T15:36:05.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:36:05.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:36:05.584Z] Configure a credential helper to remove this warning. See [2021-01-27T15:36:05.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:36:05.584Z] [2021-01-27T15:36:05.584Z] Login Succeeded [2021-01-27T15:36:05.584Z] docker.io [2021-01-27T15:36:05.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T15:36:06.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T15:36:06.131Z] Configure a credential helper to remove this warning. See [2021-01-27T15:36:06.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T15:36:06.131Z] [2021-01-27T15:36:06.131Z] Login Succeeded [2021-01-27T15:36:06.131Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T15:36:06.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T15:36:06.572Z] ========================================================= [2021-01-27T15:36:06.572Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T15:36:06.572Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:36:06.959Z] + 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-27T15:36:07.244Z] gofmt -l . [2021-01-27T15:36:07.244Z] [ "`gofmt -l .`" = "" ] [2021-01-27T15:36:07.244Z] ./bin/test-go-mod-tidy.sh [2021-01-27T15:36:07.244Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T15:36:07.557Z] + ls -al . [2021-01-27T15:36:07.557Z] total 668 [2021-01-27T15:36:07.557Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 15:36 . [2021-01-27T15:36:07.557Z] drwxr-xr-x 4 root root 28 Jan 27 15:34 .. [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 15:32 .dockerignore [2021-01-27T15:36:07.557Z] drwxrwxr-x 8 1001 1001 179 Jan 27 15:32 .git [2021-01-27T15:36:07.557Z] drwxrwxr-x 3 1001 1001 125 Jan 27 15:32 .github [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 15:32 .gitignore [2021-01-27T15:36:07.557Z] drwx------ 3 1001 1001 60 Jan 27 15:33 .semver [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 15:32 .sonarcloud.properties [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 15:32 Attribution.txt [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 15:32 CONTRIBUTING.md [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 15:32 Dockerfile.build [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 15:32 Jenkinsfile [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 15:32 LICENSE [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 15:32 Makefile [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 15:32 README.md [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 15:32 SECURITY.md [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 15:33 VERSION [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 15:32 ZMQWindows.md [2021-01-27T15:36:07.557Z] drwxrwxr-x 2 1001 1001 117 Jan 27 15:32 bin [2021-01-27T15:36:07.557Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 15:32 cmd [2021-01-27T15:36:07.557Z] -rw-r--r-- 1 root root 564700 Jan 27 15:35 coverage.out [2021-01-27T15:36:07.557Z] -rw-r--r-- 1 root root 1053 Jan 27 15:36 go.mod [2021-01-27T15:36:07.557Z] -rw-r--r-- 1 root root 18995 Jan 27 15:36 go.sum [2021-01-27T15:36:07.557Z] drwxrwxr-x 8 1001 1001 127 Jan 27 15:32 internal [2021-01-27T15:36:07.557Z] drwxrwxr-x 4 1001 1001 26 Jan 27 15:32 openapi [2021-01-27T15:36:07.557Z] drwxrwxr-x 4 1001 1001 71 Jan 27 15:32 snap [2021-01-27T15:36:07.557Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 15:32 version.go [Pipeline] sh [2021-01-27T15:36:07.861Z] + '[' -e coverage.out ] [2021-01-27T15:36:07.861Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T15:36:08.109Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T15:36:08.408Z] + make build [2021-01-27T15:36:08.408Z] 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-27T15:36:09.625Z] Sending build context to Docker daemon 165.9MB [2021-01-27T15:36:09.625Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T15:36:09.625Z] Step 2/6 : FROM ${BASE} [2021-01-27T15:36:09.625Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T15:36:09.625Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T15:36:09.625Z] a4357932f1b6: Pulling fs layer [2021-01-27T15:36:09.625Z] 18c013af1878: Pulling fs layer [2021-01-27T15:36:09.625Z] 00ac8860ef70: Pulling fs layer [2021-01-27T15:36:09.625Z] 63d7cb157983: Pulling fs layer [2021-01-27T15:36:09.625Z] b116817d02f9: Pulling fs layer [2021-01-27T15:36:09.625Z] 745a02a5169b: Pulling fs layer [2021-01-27T15:36:09.625Z] 00ac8860ef70: Waiting [2021-01-27T15:36:09.625Z] 63d7cb157983: Waiting [2021-01-27T15:36:09.625Z] b116817d02f9: Waiting [2021-01-27T15:36:09.625Z] 745a02a5169b: Waiting [2021-01-27T15:36:09.625Z] 18c013af1878: Verifying Checksum [2021-01-27T15:36:09.625Z] 18c013af1878: Download complete [2021-01-27T15:36:09.625Z] a4357932f1b6: Verifying Checksum [2021-01-27T15:36:09.625Z] a4357932f1b6: Download complete [2021-01-27T15:36:09.625Z] 63d7cb157983: Verifying Checksum [2021-01-27T15:36:09.625Z] 63d7cb157983: Download complete [2021-01-27T15:36:09.625Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T15:36:09.625Z] 5f621e34cdf4: Download complete [2021-01-27T15:36:09.898Z] b116817d02f9: Verifying Checksum [2021-01-27T15:36:09.898Z] b116817d02f9: Download complete [2021-01-27T15:36:10.498Z] 5f621e34cdf4: Pull complete [2021-01-27T15:36:10.775Z] a4357932f1b6: Pull complete [2021-01-27T15:36:11.374Z] 18c013af1878: Pull complete [2021-01-27T15:36:11.747Z] 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-27T15:36:12.826Z] 745a02a5169b: Download complete [2021-01-27T15:36:14.263Z] 00ac8860ef70: Verifying Checksum [2021-01-27T15:36:14.263Z] 00ac8860ef70: Download complete [2021-01-27T15:36:20.013Z] 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-27T15:36:20.013Z] 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-27T15:36:21.412Z] 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-27T15:36:21.993Z] 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-27T15:36:24.429Z] 00ac8860ef70: Pull complete [2021-01-27T15:36:24.429Z] 63d7cb157983: Pull complete [2021-01-27T15:36:24.429Z] b116817d02f9: Pull complete [2021-01-27T15:36:24.554Z] 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-27T15:36:25.507Z] 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-27T15:36:26.901Z] 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-27T15:36:27.830Z] 745a02a5169b: Pull complete [2021-01-27T15:36:27.830Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T15:36:27.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T15:36:27.830Z] ---> b7e6874047d6 [2021-01-27T15:36:27.830Z] 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-27T15:36:27.859Z] 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-27T15:36:28.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T15:36:30.209Z] 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-27T15:36:31.159Z] 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-27T15:36:31.223Z] ---> Running in 43aa8cd40cd6 [2021-01-27T15:36:32.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-01-27T15:36:33.108Z] $ docker stop --time=1 21038f36aa129bccafdb4c6d5c39578ad72ffff1ce804e4a3f0835859af980db [2021-01-27T15:36:33.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:36:34.236Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T15:36:34.236Z] (2/12) Installing file (5.38-r0) [2021-01-27T15:36:34.509Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T15:36:34.509Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T15:36:34.776Z] $ docker rm -f 21038f36aa129bccafdb4c6d5c39578ad72ffff1ce804e4a3f0835859af980db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:36:38.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:36:38.364Z] [2021-01-27T15:36:38.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:36:38.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:36:38.712Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T15:36:38.712Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T15:36:38.712Z] ca9280d653b3: Pulling fs layer [2021-01-27T15:36:38.712Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T15:36:38.975Z] cbdbe7a5bc2a: Download complete [2021-01-27T15:36:39.560Z] cbdbe7a5bc2a: Pull complete [2021-01-27T15:36:39.560Z] ca9280d653b3: Verifying Checksum [2021-01-27T15:36:39.560Z] ca9280d653b3: Download complete [2021-01-27T15:36:40.521Z] ca9280d653b3: Pull complete [2021-01-27T15:36:40.786Z] 7e9c9ca2126c: Verifying Checksum [2021-01-27T15:36:40.786Z] 7e9c9ca2126c: Download complete [2021-01-27T15:36:47.434Z] 7e9c9ca2126c: Pull complete [2021-01-27T15:36:47.434Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T15:36:47.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:36:47.434Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T15:36:47.634Z] prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container [2021-01-27T15:36:47.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:36:50.587Z] $ docker top e10055849c0a76cffde813310cabf49df11dd378948d2d42c588d82515d37068 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:36:51.179Z] + docker-compose build --help [2021-01-27T15:36:51.179Z] + grep parallel [2021-01-27T15:36:52.127Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T15:36:52.402Z] $ docker stop --time=1 e10055849c0a76cffde813310cabf49df11dd378948d2d42c588d82515d37068 [2021-01-27T15:36:52.792Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T15:36:52.793Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T15:36:53.062Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T15:36:53.062Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T15:36:53.331Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T15:36:53.331Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T15:36:53.331Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T15:36:53.601Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T15:36:53.878Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:36:53.878Z] OK: 217 MiB in 51 packages [2021-01-27T15:36:54.038Z] $ docker rm -f e10055849c0a76cffde813310cabf49df11dd378948d2d42c588d82515d37068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:36:54.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T15:36:54.678Z] . [Pipeline] withDockerContainer [2021-01-27T15:36:54.778Z] prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container [2021-01-27T15:36:54.839Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:36:55.570Z] $ docker top f5fc445d316d7e5b7904b90b7a89fd3339d7dd6f50829f7e4f26c6355cf9329c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:36:56.183Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T15:36:57.131Z] Building docker-core-command-go ... [2021-01-27T15:36:57.131Z] Building docker-core-data-go ... [2021-01-27T15:36:57.131Z] Building docker-core-metadata-go ... [2021-01-27T15:36:57.131Z] Building docker-security-bootstrapper-go ... [2021-01-27T15:36:57.131Z] Building docker-security-proxy-setup-go ... [2021-01-27T15:36:57.131Z] Building docker-security-secretstore-setup-go ... [2021-01-27T15:36:57.131Z] Building docker-support-notifications-go ... [2021-01-27T15:36:57.131Z] Building docker-support-scheduler-go ... [2021-01-27T15:36:57.131Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T15:36:57.131Z] Building docker-core-command-go [2021-01-27T15:36:57.131Z] Building docker-core-data-go [2021-01-27T15:36:57.131Z] Building docker-security-secretstore-setup-go [2021-01-27T15:36:57.131Z] Building docker-security-proxy-setup-go [2021-01-27T15:36:57.131Z] Building docker-sys-mgmt-agent-go [2021-01-27T15:36:58.187Z] Removing intermediate container 43aa8cd40cd6 [2021-01-27T15:36:58.187Z] ---> aa433f9c4f6c [2021-01-27T15:36:58.187Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T15:36:58.187Z] ---> Running in 1f978799dc74 [2021-01-27T15:36:58.470Z] Removing intermediate container 1f978799dc74 [2021-01-27T15:36:58.470Z] ---> cb2ecb271fb4 [2021-01-27T15:36:58.470Z] Step 5/6 : COPY go.mod . [2021-01-27T15:36:59.070Z] ---> dff993c4d83e [2021-01-27T15:36:59.070Z] Step 6/6 : RUN go mod download [2021-01-27T15:36:59.349Z] ---> Running in f75dc7ab994a [2021-01-27T15:37:26.160Z] Removing intermediate container f75dc7ab994a [2021-01-27T15:37:26.160Z] ---> 380458349494 [2021-01-27T15:37:26.160Z] Successfully built 380458349494 [2021-01-27T15:37:26.160Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:37:26.504Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T15:37:26.504Z] . [Pipeline] withDockerContainer [2021-01-27T15:37:26.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container [2021-01-27T15:37:26.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat [2021-01-27T15:37:28.361Z] $ docker top 10228251229fc537844bfdad9117d8bb445fb1d060ca64aac395957a190a19f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:37:29.370Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:37:29.370Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:37:29.370Z] ---> 2bafd5d88a3f [2021-01-27T15:37:29.370Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T15:37:29.370Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:37:29.370Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:37:29.370Z] ---> 2bafd5d88a3f [2021-01-27T15:37:29.370Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:37:29.370Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:37:29.370Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:37:29.370Z] ---> 2bafd5d88a3f [2021-01-27T15:37:29.370Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:37:29.370Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:37:29.370Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:37:29.370Z] ---> 2bafd5d88a3f [2021-01-27T15:37:29.370Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T15:37:29.370Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:37:29.370Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:37:29.370Z] ---> 2bafd5d88a3f [2021-01-27T15:37:29.370Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T15:37:29.370Z] ---> Running in 74efff53bf32 [2021-01-27T15:37:29.370Z] ---> Running in f049c31a7223 [2021-01-27T15:37:29.370Z] ---> Running in 74979e640905 [2021-01-27T15:37:29.370Z] ---> Running in 92a04801142b [2021-01-27T15:37:29.370Z] ---> Running in 593f844c53b2 [2021-01-27T15:37:29.402Z] + go version [2021-01-27T15:37:29.402Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T15:37:29.421Z] $ docker stop --time=1 10228251229fc537844bfdad9117d8bb445fb1d060ca64aac395957a190a19f2 [2021-01-27T15:37:29.973Z] Removing intermediate container 74efff53bf32 [2021-01-27T15:37:29.973Z] ---> 4b156e078148 [2021-01-27T15:37:29.973Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:37:29.973Z] Removing intermediate container f049c31a7223 [2021-01-27T15:37:29.973Z] ---> 1f1a52d825d2 [2021-01-27T15:37:29.973Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:37:29.973Z] Removing intermediate container 74979e640905 [2021-01-27T15:37:29.973Z] ---> e481ddb43569 [2021-01-27T15:37:29.973Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:37:29.973Z] Removing intermediate container 92a04801142b [2021-01-27T15:37:29.973Z] ---> 8c0c841498da [2021-01-27T15:37:29.973Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:37:30.237Z] Removing intermediate container 593f844c53b2 [2021-01-27T15:37:30.237Z] ---> 3cb8155b0667 [2021-01-27T15:37:30.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:37:30.237Z] ---> Running in 06d5014c3c02 [2021-01-27T15:37:30.237Z] ---> Running in 5fa1e8b36aa4 [2021-01-27T15:37:30.237Z] ---> Running in cdf2cdfe95d0 [2021-01-27T15:37:30.237Z] ---> Running in db4777cceb6b [2021-01-27T15:37:30.237Z] ---> Running in 27f5fe59af8a [2021-01-27T15:37:31.304Z] $ docker rm -f 10228251229fc537844bfdad9117d8bb445fb1d060ca64aac395957a190a19f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:37:32.165Z] Removing intermediate container cdf2cdfe95d0 [2021-01-27T15:37:32.165Z] ---> f49697501f5c [2021-01-27T15:37:32.165Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T15:37:32.328Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T15:37:32.328Z] . [Pipeline] withDockerContainer [2021-01-27T15:37:32.426Z] ---> Running in c2e33e8effb9 [2021-01-27T15:37:32.589Z] prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container [2021-01-27T15:37:32.666Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat [2021-01-27T15:37:32.691Z] Removing intermediate container 06d5014c3c02 [2021-01-27T15:37:32.691Z] ---> 0e503c3c8de3 [2021-01-27T15:37:32.691Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:37:32.691Z] Removing intermediate container db4777cceb6b [2021-01-27T15:37:32.691Z] ---> 2574c8e429fd [2021-01-27T15:37:32.691Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T15:37:32.955Z] ---> Running in 8617bd392cc6 [2021-01-27T15:37:32.955Z] Removing intermediate container 5fa1e8b36aa4 [2021-01-27T15:37:32.955Z] ---> a02e858762ce [2021-01-27T15:37:32.955Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T15:37:32.955Z] Removing intermediate container 27f5fe59af8a [2021-01-27T15:37:32.955Z] ---> e4123e4814dc [2021-01-27T15:37:32.955Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T15:37:33.232Z] ---> Running in 1ed65a4a002c [2021-01-27T15:37:33.232Z] ---> Running in 70ee72bfea70 [2021-01-27T15:37:33.232Z] ---> Running in ab552de0ffa5 [2021-01-27T15:37:33.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:33.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:34.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:34.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:34.092Z] $ docker top 3e64ee2416fb3fc248ad764672deb0d5044d50ba3b4935656394f5873eebe9f1 -eo pid,comm [2021-01-27T15:37:34.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2021-01-27T15:37:34.472Z] ========================================================= [2021-01-27T15:37:34.472Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T15:37:34.472Z] ========================================================= [Pipeline] sh [2021-01-27T15:37:35.117Z] + make test [2021-01-27T15:37:35.117Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T15:37:35.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:35.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:35.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:35.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:35.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:37:37.698Z] OK: 233 MiB in 51 packages [2021-01-27T15:37:37.698Z] OK: 233 MiB in 51 packages [2021-01-27T15:37:37.965Z] OK: 233 MiB in 51 packages [2021-01-27T15:37:37.965Z] OK: 233 MiB in 51 packages [2021-01-27T15:37:37.965Z] OK: 233 MiB in 51 packages [2021-01-27T15:37:38.238Z] Removing intermediate container 70ee72bfea70 [2021-01-27T15:37:38.238Z] ---> 1f7161f48fc5 [2021-01-27T15:37:38.238Z] Step 6/24 : COPY go.mod . [2021-01-27T15:37:38.814Z] ---> ed9416af9abf [2021-01-27T15:37:38.814Z] Step 7/24 : RUN go mod download [2021-01-27T15:37:38.814Z] Removing intermediate container 1ed65a4a002c [2021-01-27T15:37:38.814Z] ---> 7fecabb04b8f [2021-01-27T15:37:38.814Z] Step 6/21 : COPY go.mod . [2021-01-27T15:37:38.814Z] ---> Running in 7586fa419ab9 [2021-01-27T15:37:39.079Z] Removing intermediate container 8617bd392cc6 [2021-01-27T15:37:39.079Z] ---> 13ff5e207a59 [2021-01-27T15:37:39.079Z] Step 6/23 : COPY go.mod . [2021-01-27T15:37:39.079Z] Removing intermediate container c2e33e8effb9 [2021-01-27T15:37:39.079Z] ---> b65750c551a6 [2021-01-27T15:37:39.079Z] Step 6/26 : COPY go.mod . [2021-01-27T15:37:39.344Z] Removing intermediate container ab552de0ffa5 [2021-01-27T15:37:39.344Z] ---> 39e852cd9c24 [2021-01-27T15:37:39.344Z] Step 6/23 : COPY go.mod . [2021-01-27T15:37:39.344Z] ---> 4e35da11bbdf [2021-01-27T15:37:39.344Z] Step 7/21 : RUN go mod download [2021-01-27T15:37:39.344Z] ---> Running in 2ff7cf51b00f [2021-01-27T15:37:39.608Z] ---> 31da70432804 [2021-01-27T15:37:39.608Z] Step 7/23 : RUN go mod download [2021-01-27T15:37:39.872Z] ---> Running in d55090f5a5c0 [2021-01-27T15:37:39.872Z] ---> 050b7a9a8670 [2021-01-27T15:37:39.872Z] Step 7/26 : RUN go mod download [2021-01-27T15:37:39.872Z] ---> 094ce2df4264 [2021-01-27T15:37:39.872Z] Step 7/23 : RUN go mod download [2021-01-27T15:37:40.142Z] ---> Running in 59e18f69b0e3 [2021-01-27T15:37:40.142Z] ---> Running in d42c4da65dad [2021-01-27T15:37:41.139Z] Removing intermediate container 2ff7cf51b00f [2021-01-27T15:37:41.139Z] ---> a68bbd55138a [2021-01-27T15:37:41.139Z] Step 8/21 : COPY . . [2021-01-27T15:37:41.413Z] Removing intermediate container 7586fa419ab9 [2021-01-27T15:37:41.413Z] ---> 0ef483a43f57 [2021-01-27T15:37:41.413Z] Step 8/24 : COPY . . [2021-01-27T15:37:41.992Z] Removing intermediate container d55090f5a5c0 [2021-01-27T15:37:41.992Z] ---> f640ce86746f [2021-01-27T15:37:41.992Z] Step 8/23 : COPY . . [2021-01-27T15:37:46.231Z] Removing intermediate container 59e18f69b0e3 [2021-01-27T15:37:46.231Z] ---> 62593e4bb140 [2021-01-27T15:37:46.231Z] Step 8/23 : COPY . . [2021-01-27T15:37:48.848Z] Removing intermediate container d42c4da65dad [2021-01-27T15:37:48.848Z] ---> b0eb064bfe63 [2021-01-27T15:37:48.848Z] Step 8/26 : COPY . . [2021-01-27T15:37:57.287Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T15:38:27.776Z] ---> 5f3e45bb6efd [2021-01-27T15:38:27.776Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T15:38:27.776Z] ---> 45c0c99a30a7 [2021-01-27T15:38:27.776Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T15:38:27.776Z] ---> Running in edd27fdb1e90 [2021-01-27T15:38:27.776Z] ---> bf1dcc507d0a [2021-01-27T15:38:27.776Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T15:38:27.776Z] ---> 251ab8e81130 [2021-01-27T15:38:27.776Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T15:38:27.776Z] ---> 994a962e24ca [2021-01-27T15:38:27.776Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T15:38:27.776Z] ---> Running in c7d3a8eac5fb [2021-01-27T15:38:27.776Z] ---> Running in f373c495d77d [2021-01-27T15:38:27.776Z] ---> Running in 3f913f6896ea [2021-01-27T15:38:27.776Z] ---> Running in b3ec2f565348 [2021-01-27T15:38:27.776Z] 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-27T15:38:27.776Z] 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-27T15:38:27.776Z] 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-27T15:38:27.776Z] 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-27T15:38:27.776Z] 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-27T15:38:36.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T15:38:54.499Z] 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-27T15:38:54.499Z] 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-27T15:38:58.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T15:38:58.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T15:38:58.612Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T15:38:58.612Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T15:39:00.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T15:39:00.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T15:39:00.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T15:39:00.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T15:39:01.204Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T15:39:03.201Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T15:39:04.636Z] Removing intermediate container c7d3a8eac5fb [2021-01-27T15:39:04.636Z] ---> 146a50688c00 [2021-01-27T15:39:04.636Z] [2021-01-27T15:39:04.636Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T15:39:04.636Z] Removing intermediate container edd27fdb1e90 [2021-01-27T15:39:04.636Z] ---> 5fc3d51ecd23 [2021-01-27T15:39:04.636Z] [2021-01-27T15:39:04.636Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T15:39:04.636Z] Removing intermediate container f373c495d77d [2021-01-27T15:39:04.636Z] ---> b5f19f77ca6b [2021-01-27T15:39:04.636Z] [2021-01-27T15:39:04.636Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:39:04.636Z] Removing intermediate container 3f913f6896ea [2021-01-27T15:39:04.636Z] ---> 2a75ba178271 [2021-01-27T15:39:04.636Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T15:39:04.636Z] 3.12: Pulling from library/alpine [2021-01-27T15:39:04.636Z] 3.12: Pulling from library/alpine [2021-01-27T15:39:04.636Z] 3.12: Pulling from library/alpine [2021-01-27T15:39:04.636Z] ---> Running in 678e2ff39d99 [2021-01-27T15:39:04.636Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:39:04.636Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:39:04.636Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:39:04.636Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T15:39:04.636Z] ---> 389fef711851 [2021-01-27T15:39:04.636Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:39:04.636Z] Status: Image is up to date for alpine:3.12 [2021-01-27T15:39:04.636Z] ---> 389fef711851 [2021-01-27T15:39:04.636Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T15:39:04.636Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T15:39:04.636Z] ---> 389fef711851 [2021-01-27T15:39:04.636Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T15:39:04.636Z] 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-27T15:39:05.214Z] ---> Running in 0451b2421a19 [2021-01-27T15:39:05.214Z] ---> Running in c4e555421617 [2021-01-27T15:39:05.214Z] ---> Running in 69e1f88b7bef [2021-01-27T15:39:07.150Z] Removing intermediate container b3ec2f565348 [2021-01-27T15:39:07.150Z] ---> e97face7309a [2021-01-27T15:39:07.150Z] [2021-01-27T15:39:07.150Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:39:07.150Z] ---> 389fef711851 [2021-01-27T15:39:07.151Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T15:39:07.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:07.151Z] ---> Running in b60d2fc29b5f [2021-01-27T15:39:07.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:07.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:07.151Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T15:39:07.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:07.151Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:39:07.151Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T15:39:07.151Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T15:39:07.151Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T15:39:07.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:07.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:07.416Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:39:07.416Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:39:07.416Z] OK: 7 MiB in 19 packages [2021-01-27T15:39:07.416Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T15:39:07.416Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T15:39:07.416Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:39:07.678Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:39:07.678Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T15:39:07.678Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T15:39:07.678Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:39:07.678Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:39:07.941Z] OK: 7 MiB in 18 packages [2021-01-27T15:39:07.941Z] OK: 6 MiB in 15 packages [2021-01-27T15:39:08.205Z] Removing intermediate container b60d2fc29b5f [2021-01-27T15:39:08.205Z] ---> 1c5d8ef83ceb [2021-01-27T15:39:08.205Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T15:39:08.469Z] Removing intermediate container 678e2ff39d99 [2021-01-27T15:39:08.469Z] ---> fde3291d364b [2021-01-27T15:39:08.469Z] [2021-01-27T15:39:08.469Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T15:39:08.735Z] 20.10.0: Pulling from library/docker [2021-01-27T15:39:08.735Z] ---> Running in 58cc1c1a92ff [2021-01-27T15:39:09.693Z] Removing intermediate container 58cc1c1a92ff [2021-01-27T15:39:09.693Z] ---> 9312635b8c87 [2021-01-27T15:39:09.693Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T15:39:09.952Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T15:39:09.952Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T15:39:09.952Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T15:39:11.086Z] Removing intermediate container c4e555421617 [2021-01-27T15:39:11.086Z] ---> e14ec0ade9d5 [2021-01-27T15:39:11.086Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:39:11.661Z] ---> Running in 76b3b74ca964 [2021-01-27T15:39:11.661Z] Removing intermediate container 69e1f88b7bef [2021-01-27T15:39:11.661Z] ---> 0aa2210fcd6a [2021-01-27T15:39:11.661Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:39:11.661Z] Removing intermediate container 0451b2421a19 [2021-01-27T15:39:11.661Z] ---> 437e369362ee [2021-01-27T15:39:11.661Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:39:11.661Z] ---> Running in 4340f663c345 [2021-01-27T15:39:11.932Z] ---> Running in 654d2069ebdd [2021-01-27T15:39:11.932Z] ---> Running in 347923b315c6 [2021-01-27T15:39:11.932Z] Removing intermediate container 76b3b74ca964 [2021-01-27T15:39:11.932Z] ---> b528bc687cef [2021-01-27T15:39:11.932Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:39:11.932Z] Removing intermediate container 4340f663c345 [2021-01-27T15:39:11.932Z] ---> 43e9fb5cf3f2 [2021-01-27T15:39:11.932Z] Step 13/24 : WORKDIR / [2021-01-27T15:39:12.211Z] ---> Running in 225feaf07042 [2021-01-27T15:39:12.211Z] Removing intermediate container 347923b315c6 [2021-01-27T15:39:12.211Z] ---> 8ad7eb8038df [2021-01-27T15:39:12.211Z] Step 13/21 : WORKDIR /edgex [2021-01-27T15:39:12.473Z] ---> Running in d55c9014c7ac [2021-01-27T15:39:12.473Z] Removing intermediate container 654d2069ebdd [2021-01-27T15:39:12.473Z] ---> 4d4ff8b4d2b7 [2021-01-27T15:39:12.473Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T15:39:12.473Z] ---> Running in cfb3d0553b6a [2021-01-27T15:39:12.742Z] ---> Running in d9d6cca59ac3 [2021-01-27T15:39:12.742Z] Removing intermediate container d55c9014c7ac [2021-01-27T15:39:12.742Z] ---> 879e346056ae [2021-01-27T15:39:12.742Z] 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-27T15:39:13.018Z] Removing intermediate container cfb3d0553b6a [2021-01-27T15:39:13.018Z] ---> dc0b2fe281db [2021-01-27T15:39:13.018Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T15:39:13.018Z] Removing intermediate container d9d6cca59ac3 [2021-01-27T15:39:13.018Z] ---> 25a8f08c7ceb [2021-01-27T15:39:13.018Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:39:13.291Z] ---> Running in 2f1f3bb91288 [2021-01-27T15:39:13.291Z] ---> 9b6f8ceceab8 [2021-01-27T15:39:13.291Z] 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-27T15:39:13.559Z] ---> 60d113f76502 [2021-01-27T15:39:13.559Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T15:39:13.559Z] Removing intermediate container 2f1f3bb91288 [2021-01-27T15:39:13.559Z] ---> e3136de9e996 [2021-01-27T15:39:13.559Z] Step 15/23 : WORKDIR / [2021-01-27T15:39:13.824Z] ---> Running in 36ea232defbb [2021-01-27T15:39:13.824Z] ---> 180711d2f9da [2021-01-27T15:39:13.824Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T15:39:14.404Z] ---> 6be34480de63 [2021-01-27T15:39:14.404Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T15:39:14.404Z] Removing intermediate container 225feaf07042 [2021-01-27T15:39:14.404Z] ---> 85cbfc67571d [2021-01-27T15:39:14.689Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T15:39:14.689Z] ---> 379f788678ef [2021-01-27T15:39:14.689Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T15:39:14.689Z] Removing intermediate container 36ea232defbb [2021-01-27T15:39:14.689Z] ---> 698bd0d78540 [2021-01-27T15:39:14.689Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:39:14.689Z] ---> Running in 3a0d4a8bc02f [2021-01-27T15:39:15.304Z] ---> f0c02ecd2447 [2021-01-27T15:39:15.304Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T15:39:15.304Z] ---> 7c702a8c45a5 [2021-01-27T15:39:15.304Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T15:39:15.576Z] ---> 8b11c8620144 [2021-01-27T15:39:15.576Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T15:39:15.576Z] ---> Running in 2f6e12b5c279 [2021-01-27T15:39:15.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:15.846Z] Removing intermediate container 2f6e12b5c279 [2021-01-27T15:39:15.846Z] ---> 4813915bd007 [2021-01-27T15:39:15.846Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T15:39:16.116Z] ---> Running in 1b5a7399acc1 [2021-01-27T15:39:16.116Z] ---> a7acc52e6b72 [2021-01-27T15:39:16.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T15:39:16.116Z] ---> 8deb5faffec3 [2021-01-27T15:39:16.116Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T15:39:16.380Z] Removing intermediate container 1b5a7399acc1 [2021-01-27T15:39:16.380Z] ---> bafbde0d75f0 [2021-01-27T15:39:16.380Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T15:39:16.380Z] ---> Running in 521c58dab349 [2021-01-27T15:39:16.643Z] ---> b3d90d708d25 [2021-01-27T15:39:16.643Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T15:39:16.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.221s coverage: 46.6% of statements [2021-01-27T15:39:16.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T15:39:16.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T15:39:16.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T15:39:16.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T15:39:16.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T15:39:17.219Z] ---> 5a21b5870fe3 [2021-01-27T15:39:17.219Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T15:39:17.219Z] ---> Running in 0cb9531b31da [2021-01-27T15:39:17.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:17.219Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T15:39:17.219Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T15:39:17.219Z] ---> aefe523efa57 [2021-01-27T15:39:17.219Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T15:39:17.219Z] ---> Running in 6cbb9d10588d [2021-01-27T15:39:17.219Z] Removing intermediate container 521c58dab349 [2021-01-27T15:39:17.219Z] ---> 39e4f4fee422 [2021-01-27T15:39:17.219Z] Step 20/21 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:39:17.482Z] ---> Running in adbdaf74cf83 [2021-01-27T15:39:17.482Z] ---> Running in 508ec38938db [2021-01-27T15:39:17.751Z] Removing intermediate container 0cb9531b31da [2021-01-27T15:39:17.751Z] ---> dadf0a5a9725 [2021-01-27T15:39:17.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:39:18.027Z] ---> Running in 7f85f55e9a24 [2021-01-27T15:39:18.027Z] Removing intermediate container 508ec38938db [2021-01-27T15:39:18.027Z] ---> 710897e4ef70 [2021-01-27T15:39:18.027Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T15:39:18.027Z] ---> Running in 1a66fc849ede [2021-01-27T15:39:18.027Z] Removing intermediate container 7f85f55e9a24 [2021-01-27T15:39:18.027Z] ---> 9f6a4d67fd0b [2021-01-27T15:39:18.027Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T15:39:18.290Z] ---> Running in 40c9448b2d86 [2021-01-27T15:39:18.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:18.290Z] Removing intermediate container 1a66fc849ede [2021-01-27T15:39:18.290Z] ---> f948d39cec00 [2021-01-27T15:39:18.290Z] [2021-01-27T15:39:18.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:18.552Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T15:39:18.552Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T15:39:18.552Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T15:39:18.552Z] Removing intermediate container 40c9448b2d86 [2021-01-27T15:39:18.552Z] ---> 5129af80790a [2021-01-27T15:39:18.552Z] Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:39:18.552Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T15:39:18.552Z] Executing bash-5.0.17-r0.post-install [2021-01-27T15:39:18.552Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:39:18.552Z] OK: 12 MiB in 22 packages [2021-01-27T15:39:18.552Z] Successfully built f948d39cec00 [2021-01-27T15:39:18.552Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T15:39:18.819Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T15:39:18.819Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-27T15:39:18.819Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T15:39:18.819Z] ---> Running in c709b219e91e [2021-01-27T15:39:18.819Z] Removing intermediate container 6cbb9d10588d [2021-01-27T15:39:18.819Z] ---> 2dd078d9e188 [2021-01-27T15:39:18.819Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T15:39:19.085Z] ---> Running in e9b652e094c6 [2021-01-27T15:39:19.085Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T15:39:19.085Z] Removing intermediate container c709b219e91e [2021-01-27T15:39:19.085Z] ---> 264bb32972a0 [2021-01-27T15:39:19.085Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T15:39:19.354Z] ---> Running in 23dca2885739 [2021-01-27T15:39:19.354Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T15:39:19.354Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:39:19.354Z] OK: 8 MiB in 20 packages [2021-01-27T15:39:20.307Z] Removing intermediate container e9b652e094c6 [2021-01-27T15:39:20.307Z] ---> 3905ae77e5eb [2021-01-27T15:39:20.307Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T15:39:21.725Z] Removing intermediate container adbdaf74cf83 [2021-01-27T15:39:21.725Z] ---> 382ed5866215 [2021-01-27T15:39:21.725Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T15:39:22.310Z] ---> Running in e294a36ff965 [2021-01-27T15:39:22.310Z] Removing intermediate container 23dca2885739 [2021-01-27T15:39:22.310Z] ---> 3e3a35d27b1a [2021-01-27T15:39:22.310Z] [2021-01-27T15:39:22.579Z] ---> Running in 657aa5d8aa18 [2021-01-27T15:39:22.579Z] Successfully built 3e3a35d27b1a [2021-01-27T15:39:23.155Z] Successfully tagged docker-core-command-go:latest [2021-01-27T15:39:23.155Z] Building docker-security-bootstrapper-go [2021-01-27T15:39:23.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.551s coverage: 27.1% of statements [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T15:39:23.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T15:39:23.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T15:39:23.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.238s coverage: 65.8% of statements [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T15:39:23.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T15:39:23.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.663s coverage: 82.3% of statements [2021-01-27T15:39:23.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T15:39:23.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T15:39:23.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T15:39:23.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T15:39:24.116Z]  Building docker-core-command-go ... done Removing intermediate container e294a36ff965 [2021-01-27T15:39:24.116Z] ---> 6d7d82b68074 [2021-01-27T15:39:24.116Z] Step 23/24 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:39:26.694Z] Removing intermediate container 657aa5d8aa18 [2021-01-27T15:39:26.694Z] ---> e51c0e7514ce [2021-01-27T15:39:26.694Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T15:39:26.694Z] Removing intermediate container 3a0d4a8bc02f [2021-01-27T15:39:26.694Z] ---> 60ab6fbb92d1 [2021-01-27T15:39:26.694Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:39:26.694Z] ---> Running in 0940b09f5bd4 [2021-01-27T15:39:29.280Z] ---> Running in 98402f8ab95f [2021-01-27T15:39:30.235Z] ---> a82c7f483142 [2021-01-27T15:39:30.235Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T15:39:30.505Z] Removing intermediate container 0940b09f5bd4 [2021-01-27T15:39:30.505Z] ---> c1925c835649 [2021-01-27T15:39:30.505Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T15:39:31.113Z] ---> Running in ccd7d0c40302 [2021-01-27T15:39:31.113Z] Removing intermediate container 98402f8ab95f [2021-01-27T15:39:31.113Z] ---> e2a42dd21221 [2021-01-27T15:39:31.113Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T15:39:32.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T15:39:32.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T15:39:32.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T15:39:32.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.481s coverage: 86.7% of statements [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T15:39:32.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.303s coverage: 97.5% of statements [2021-01-27T15:39:32.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T15:39:32.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-01-27T15:39:32.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T15:39:32.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T15:39:32.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T15:39:32.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T15:39:32.525Z] ---> Running in bf1892efe332 [2021-01-27T15:39:32.795Z] ---> b3b50e2ca835 [2021-01-27T15:39:32.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T15:39:32.795Z] Removing intermediate container ccd7d0c40302 [2021-01-27T15:39:32.795Z] ---> 8cdde22067cb [2021-01-27T15:39:32.795Z] [2021-01-27T15:39:33.400Z] Successfully built 8cdde22067cb [2021-01-27T15:39:33.991Z] Removing intermediate container bf1892efe332 [2021-01-27T15:39:33.991Z] ---> 74ecdff2733e [2021-01-27T15:39:33.991Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T15:39:34.586Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T15:39:34.586Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-27T15:39:35.249Z] ---> f37a2abd6f5a [2021-01-27T15:39:35.249Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T15:39:36.249Z] ---> Running in 8539e69df337 [2021-01-27T15:39:37.490Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:39:37.490Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:39:37.490Z] ---> 2bafd5d88a3f [2021-01-27T15:39:37.490Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:39:37.490Z] ---> Using cache [2021-01-27T15:39:37.490Z] ---> 3cb8155b0667 [2021-01-27T15:39:37.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:39:37.490Z] ---> Using cache [2021-01-27T15:39:37.490Z] ---> e4123e4814dc [2021-01-27T15:39:37.490Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T15:39:38.154Z] ---> 920dfbc6125a [2021-01-27T15:39:38.154Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T15:39:38.154Z] ---> Running in e7ecd0f4ef75 [2021-01-27T15:39:38.481Z] Removing intermediate container 8539e69df337 [2021-01-27T15:39:38.481Z] ---> 7a6c7be0071f [2021-01-27T15:39:38.481Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:39:41.116Z] ---> Running in 979a7bf4e31c [2021-01-27T15:39:41.387Z] ---> bf4cb104e479 [2021-01-27T15:39:41.387Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T15:39:41.975Z] Removing intermediate container 979a7bf4e31c [2021-01-27T15:39:41.975Z] ---> 4956e4d3e9df [2021-01-27T15:39:41.975Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T15:39:42.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:42.245Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:39:42.245Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:39:42.245Z] ---> 2bafd5d88a3f [2021-01-27T15:39:42.245Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T15:39:42.245Z] ---> Using cache [2021-01-27T15:39:42.245Z] ---> 3cb8155b0667 [2021-01-27T15:39:42.245Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:39:42.245Z] ---> Using cache [2021-01-27T15:39:42.245Z] ---> e4123e4814dc [2021-01-27T15:39:42.245Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.262s coverage: 92.8% of statements [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T15:39:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 43.8% of statements [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-27T15:39:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-01-27T15:39:42.818Z] ---> Running in 429056e7bad2 [2021-01-27T15:39:42.818Z] ---> Running in 4358a9e0f1d6 [2021-01-27T15:39:42.818Z] ---> ce12bf3ddcea [2021-01-27T15:39:42.818Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T15:39:43.099Z] ---> Running in 244ea31a64ec [2021-01-27T15:39:43.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:43.099Z] Removing intermediate container 429056e7bad2 [2021-01-27T15:39:43.099Z] ---> 2c231a2201ff [2021-01-27T15:39:43.099Z] Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:39:43.366Z] ---> Running in 267d9c2c153b [2021-01-27T15:39:43.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:43.630Z] Removing intermediate container 267d9c2c153b [2021-01-27T15:39:43.630Z] ---> 9cbd67c0c66b [2021-01-27T15:39:43.630Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T15:39:43.900Z] ---> Running in dba5e39d4ad3 [2021-01-27T15:39:43.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:43.900Z] OK: 233 MiB in 51 packages [2021-01-27T15:39:44.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:44.440Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T15:39:44.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:39:44.710Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T15:39:44.710Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T15:39:44.710Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T15:39:44.710Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T15:39:44.710Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T15:39:44.710Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T15:39:44.976Z] Removing intermediate container dba5e39d4ad3 [2021-01-27T15:39:44.976Z] ---> b35d31629b86 [2021-01-27T15:39:44.976Z] [2021-01-27T15:39:45.276Z] OK: 233 MiB in 51 packages [2021-01-27T15:39:45.552Z] Successfully built b35d31629b86 [2021-01-27T15:39:45.552Z] Successfully tagged docker-core-data-go:latest [2021-01-27T15:39:45.552Z] Building docker-core-metadata-go [2021-01-27T15:39:53.100Z]  Building docker-core-data-go ... done Removing intermediate container e7ecd0f4ef75 [2021-01-27T15:39:53.100Z] ---> 9c561a5c132b [2021-01-27T15:39:53.100Z] Step 6/22 : COPY go.mod . [2021-01-27T15:39:53.100Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T15:39:53.100Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T15:39:53.100Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T15:39:53.100Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T15:39:53.100Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T15:39:53.100Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T15:39:53.680Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-01-27T15:39:54.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-01-27T15:39:54.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T15:39:55.076Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T15:39:55.076Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T15:39:55.076Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T15:39:55.076Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T15:39:55.076Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T15:39:55.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.624s coverage: 63.5% of statements [2021-01-27T15:39:55.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T15:39:55.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T15:39:55.339Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:39:55.339Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:39:55.339Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T15:39:55.339Z] ---> 2bafd5d88a3f [2021-01-27T15:39:55.339Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:39:55.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements [2021-01-27T15:39:55.604Z] ---> Using cache [2021-01-27T15:39:55.604Z] ---> 3cb8155b0667 [2021-01-27T15:39:55.604Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:39:55.604Z] ---> Using cache [2021-01-27T15:39:55.604Z] ---> e4123e4814dc [2021-01-27T15:39:55.604Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T15:39:55.604Z] ---> Using cache [2021-01-27T15:39:55.604Z] ---> 8f96c0e2decc [2021-01-27T15:39:55.604Z] Step 6/22 : COPY go.mod . [2021-01-27T15:39:56.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-01-27T15:39:56.181Z] ---> ec524389cb6c [2021-01-27T15:39:56.181Z] Step 7/22 : RUN go mod download [2021-01-27T15:39:56.181Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T15:39:56.444Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T15:39:56.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.092s coverage: 100.0% of statements [2021-01-27T15:39:56.722Z] Removing intermediate container 4358a9e0f1d6 [2021-01-27T15:39:56.722Z] ---> 8f96c0e2decc [2021-01-27T15:39:56.722Z] Step 6/33 : COPY go.mod . [2021-01-27T15:39:56.722Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T15:39:56.722Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T15:39:56.722Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T15:39:56.722Z] ---> Running in 155fdf9668ef [2021-01-27T15:39:56.989Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T15:39:56.989Z] ---> f908f3186e2e [2021-01-27T15:39:56.989Z] Step 7/22 : RUN go mod download [2021-01-27T15:39:57.255Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T15:39:57.255Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T15:39:57.255Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T15:39:57.255Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T15:39:57.517Z] ---> 42679ea00ad3 [2021-01-27T15:39:57.517Z] Step 7/33 : RUN go mod download [2021-01-27T15:39:57.517Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T15:39:57.517Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T15:39:57.517Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-27T15:39:57.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-27T15:39:58.128Z] ---> Running in fed585bce5ee [2021-01-27T15:40:00.076Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:40:00.076Z] ---> Running in 68c8281f6f16 [2021-01-27T15:40:00.076Z] OK: 71 MiB in 55 packages [2021-01-27T15:40:01.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.837s coverage: 68.9% of statements [2021-01-27T15:40:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T15:40:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T15:40:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T15:40:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T15:40:01.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T15:40:02.020Z] Removing intermediate container 155fdf9668ef [2021-01-27T15:40:02.020Z] ---> 3c1dd8737912 [2021-01-27T15:40:02.020Z] Step 8/22 : COPY . . [2021-01-27T15:40:03.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements [2021-01-27T15:40:03.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T15:40:03.403Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T15:40:04.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.663s coverage: 84.0% of statements [2021-01-27T15:40:04.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements [2021-01-27T15:40:05.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:40:05.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:40:05.342Z] ---> 2bafd5d88a3f [2021-01-27T15:40:05.342Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:40:06.291Z] ---> Using cache [2021-01-27T15:40:06.291Z] ---> 3cb8155b0667 [2021-01-27T15:40:06.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:40:06.291Z] ---> Using cache [2021-01-27T15:40:06.291Z] ---> e4123e4814dc [2021-01-27T15:40:06.291Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:40:06.291Z] ---> Using cache [2021-01-27T15:40:06.291Z] ---> 8f96c0e2decc [2021-01-27T15:40:06.291Z] Step 6/23 : COPY go.mod . [2021-01-27T15:40:06.291Z] ---> Using cache [2021-01-27T15:40:06.291Z] ---> 42679ea00ad3 [2021-01-27T15:40:06.291Z] Step 7/23 : RUN go mod download [2021-01-27T15:40:07.692Z] Removing intermediate container fed585bce5ee [2021-01-27T15:40:07.692Z] ---> 8e1eb765244e [2021-01-27T15:40:07.692Z] Step 8/22 : COPY . . [2021-01-27T15:40:10.274Z] ---> Running in 9e74bffbc663 [2021-01-27T15:40:10.541Z] Removing intermediate container 68c8281f6f16 [2021-01-27T15:40:10.541Z] ---> 95c94234ef5d [2021-01-27T15:40:10.541Z] Step 8/33 : COPY . . [2021-01-27T15:40:10.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T15:40:10.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T15:40:10.757Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.155s coverage: 100.0% of statements [2021-01-27T15:40:10.757Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.063s coverage: 29.1% of statements [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T15:40:16.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T15:40:16.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-01-27T15:40:16.793Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-27T15:40:17.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-27T15:40:18.047Z] GO111MODULE=on go vet ./... [2021-01-27T15:40:32.806Z] Removing intermediate container 9e74bffbc663 [2021-01-27T15:40:32.806Z] ---> 3aaf5b833ab4 [2021-01-27T15:40:32.806Z] Step 8/23 : COPY . . [2021-01-27T15:40:37.054Z] ---> 45f1ce433a92 [2021-01-27T15:40:37.054Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T15:40:37.054Z] Removing intermediate container 244ea31a64ec [2021-01-27T15:40:37.054Z] ---> f3a4b3b5fb99 [2021-01-27T15:40:37.054Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T15:40:43.676Z] ---> Running in ea9143be7a57 [2021-01-27T15:40:43.676Z] ---> Running in 49ca316e819c [2021-01-27T15:40:45.071Z] ---> 9ebbd8b51831 [2021-01-27T15:40:45.071Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T15:40:45.071Z] ---> 1b827a6e41eb [2021-01-27T15:40:45.071Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T15:40:47.228Z] 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-27T15:40:47.228Z] ---> Running in 27256b4671ab [2021-01-27T15:40:47.228Z] ---> Running in dca79f7548b0 [2021-01-27T15:40:48.629Z] Removing intermediate container dca79f7548b0 [2021-01-27T15:40:48.629Z] ---> a13c27c3f3b0 [2021-01-27T15:40:48.630Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T15:40:49.599Z] 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-27T15:40:49.599Z] ---> Running in bad4ae43c3f4 [2021-01-27T15:40:51.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-27T15:40:53.024Z] Collecting docker-compose==1.23.2 [2021-01-27T15:40:53.305Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T15:40:53.899Z] Collecting PyYAML<4,>=3.10 [2021-01-27T15:40:53.899Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T15:40:58.188Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T15:40:58.188Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T15:40:58.188Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T15:40:58.188Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T15:40:58.188Z] 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-27T15:40:58.771Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T15:40:58.771Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T15:41:00.369Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T15:41:00.644Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T15:41:00.938Z] ---> deae466033e6 [2021-01-27T15:41:00.938Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T15:41:00.938Z] ---> Running in 8dc62cc4ebe0 [2021-01-27T15:41:01.555Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T15:41:01.555Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T15:41:01.555Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T15:41:01.555Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T15:41:02.152Z] 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-27T15:41:02.430Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T15:41:02.430Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T15:41:03.395Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T15:41:03.395Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T15:41:03.395Z] Collecting idna<2.8,>=2.5 [2021-01-27T15:41:03.395Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T15:41:03.671Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T15:41:03.671Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T15:41:03.671Z] 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-27T15:41:03.671Z] 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-27T15:41:03.671Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T15:41:03.671Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T15:41:03.671Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T15:41:03.671Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T15:41:03.671Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T15:41:03.671Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T15:41:03.947Z] Installing collected packages: PyYAML, websocket-client, cached-property, idna, urllib3, requests, dockerpty, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose [2021-01-27T15:41:03.947Z] Running setup.py install for PyYAML: started [2021-01-27T15:41:04.914Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T15:41:05.182Z] Attempting uninstall: idna [2021-01-27T15:41:05.182Z] Found existing installation: idna 2.9 [2021-01-27T15:41:05.182Z] Uninstalling idna-2.9: [2021-01-27T15:41:05.450Z] Successfully uninstalled idna-2.9 [2021-01-27T15:41:05.718Z] Attempting uninstall: urllib3 [2021-01-27T15:41:05.718Z] Found existing installation: urllib3 1.25.9 [2021-01-27T15:41:05.718Z] Uninstalling urllib3-1.25.9: [2021-01-27T15:41:05.987Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T15:41:06.260Z] Attempting uninstall: requests [2021-01-27T15:41:06.260Z] Found existing installation: requests 2.23.0 [2021-01-27T15:41:06.260Z] Uninstalling requests-2.23.0: [2021-01-27T15:41:06.260Z] Successfully uninstalled requests-2.23.0 [2021-01-27T15:41:06.260Z] Running setup.py install for dockerpty: started [2021-01-27T15:41:07.228Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T15:41:07.498Z] Running setup.py install for texttable: started [2021-01-27T15:41:08.482Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T15:41:08.482Z] Running setup.py install for docopt: started [2021-01-27T15:41:09.073Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T15:41:09.662Z] 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-27T15:41:15.049Z] Removing intermediate container ea9143be7a57 [2021-01-27T15:41:15.049Z] ---> 5bddf3adf2b1 [2021-01-27T15:41:15.049Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T15:41:15.328Z] ---> Running in 85b4b5f5d3fe [2021-01-27T15:41:18.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:41:18.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:41:18.026Z] 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-27T15:41:18.026Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:41:18.026Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T15:41:18.026Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T15:41:18.026Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:41:18.026Z] OK: 72 MiB in 58 packages [2021-01-27T15:41:20.609Z] Removing intermediate container 85b4b5f5d3fe [2021-01-27T15:41:20.609Z] ---> cfdfee926109 [2021-01-27T15:41:20.609Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T15:41:22.571Z] ---> Running in 90870ba82b4e [2021-01-27T15:41:22.571Z] Removing intermediate container 49ca316e819c [2021-01-27T15:41:22.571Z] ---> f32881308ab1 [2021-01-27T15:41:22.571Z] [2021-01-27T15:41:22.571Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:41:22.571Z] ---> 389fef711851 [2021-01-27T15:41:22.571Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T15:41:22.840Z] Removing intermediate container 27256b4671ab [2021-01-27T15:41:22.840Z] ---> a6990d988047 [2021-01-27T15:41:22.840Z] [2021-01-27T15:41:22.840Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:41:22.840Z] ---> 389fef711851 [2021-01-27T15:41:22.840Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:41:22.840Z] ---> Using cache [2021-01-27T15:41:22.840Z] ---> 0aa2210fcd6a [2021-01-27T15:41:22.840Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:41:22.840Z] ---> Using cache [2021-01-27T15:41:22.840Z] ---> 4d4ff8b4d2b7 [2021-01-27T15:41:22.840Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T15:41:23.112Z] ---> Running in 24be7af19d20 [2021-01-27T15:41:23.112Z] Removing intermediate container 90870ba82b4e [2021-01-27T15:41:23.112Z] ---> 9ab611c96b38 [2021-01-27T15:41:23.112Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:41:23.383Z] ---> Running in c12348a7bdfe [2021-01-27T15:41:25.321Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T15:41:25.321Z] + cd /tmp/build/dist/linux [2021-01-27T15:41:25.321Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T15:41:25.321Z] Cloning into '.'... [2021-01-27T15:41:25.321Z]  ---> Running in b46e63bba637 [2021-01-27T15:41:25.321Z] Removing intermediate container c12348a7bdfe [2021-01-27T15:41:25.321Z] ---> ef191dc5ad22 [2021-01-27T15:41:25.321Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:41:25.595Z] ---> Running in 904f5e9d3ebb [2021-01-27T15:41:25.595Z] Removing intermediate container b46e63bba637 [2021-01-27T15:41:25.595Z] ---> e6c846ec7161 [2021-01-27T15:41:25.595Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T15:41:25.870Z] + go get github.com/robfig/glock [2021-01-27T15:41:25.870Z]  ---> Running in 1e993c36434b [2021-01-27T15:41:25.870Z] Removing intermediate container 904f5e9d3ebb [2021-01-27T15:41:25.870Z] ---> ee68fa0747dd [2021-01-27T15:41:25.870Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:41:26.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:41:26.153Z] Removing intermediate container 1e993c36434b [2021-01-27T15:41:26.153Z] ---> 1e1ed05248a4 [2021-01-27T15:41:26.153Z] Step 25/26 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:41:26.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:41:26.432Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T15:41:26.432Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T15:41:26.432Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:41:26.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:41:26.700Z] OK: 6 MiB in 16 packages [2021-01-27T15:41:26.700Z] ---> Running in 97d0d373fef1 [2021-01-27T15:41:26.700Z] ---> faa02f64cb8f [2021-01-27T15:41:26.700Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T15:41:26.977Z] Removing intermediate container 97d0d373fef1 [2021-01-27T15:41:26.977Z] ---> d8b32b3b4fcb [2021-01-27T15:41:26.977Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T15:41:27.246Z] ---> Running in 1a01d97ac42b [2021-01-27T15:41:27.512Z] ---> f1c143e62cf7 [2021-01-27T15:41:27.512Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T15:41:27.777Z] Removing intermediate container 1a01d97ac42b [2021-01-27T15:41:27.778Z] ---> b6f77e2f69d9 [2021-01-27T15:41:27.778Z] [2021-01-27T15:41:28.040Z] Successfully built b6f77e2f69d9 [2021-01-27T15:41:28.040Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T15:41:28.040Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 24be7af19d20 [2021-01-27T15:41:28.040Z] ---> a3ba0943eca1 [2021-01-27T15:41:28.040Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:41:28.307Z] ---> 4842b08dab36 [2021-01-27T15:41:28.307Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T15:41:28.307Z] ---> Running in 508b34a907db [2021-01-27T15:41:28.307Z] ---> Running in bed2174a785f [2021-01-27T15:41:28.570Z] Removing intermediate container 508b34a907db [2021-01-27T15:41:28.570Z] ---> 8a64d49fe235 [2021-01-27T15:41:28.570Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T15:41:28.570Z] Removing intermediate container bed2174a785f [2021-01-27T15:41:28.570Z] ---> 2d85a0f0be3d [2021-01-27T15:41:28.570Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:41:28.570Z] ---> Running in dd2a69bb2152 [2021-01-27T15:41:28.570Z] ---> Running in 85f852b4f117 [2021-01-27T15:41:28.846Z] Removing intermediate container dd2a69bb2152 [2021-01-27T15:41:28.846Z] ---> 48fd0b3e55aa [2021-01-27T15:41:28.846Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:41:28.846Z] Removing intermediate container 85f852b4f117 [2021-01-27T15:41:28.846Z] ---> 910e976aa94f [2021-01-27T15:41:28.846Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T15:41:28.846Z] ---> Running in de35439603f1 [2021-01-27T15:41:29.118Z] ---> Running in da024692b554 [2021-01-27T15:41:29.386Z] Removing intermediate container de35439603f1 [2021-01-27T15:41:29.386Z] ---> 1f0ef3ee8d8d [2021-01-27T15:41:29.386Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:41:29.386Z] Removing intermediate container da024692b554 [2021-01-27T15:41:29.386Z] ---> da8994493693 [2021-01-27T15:41:29.386Z] Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:41:29.652Z] ---> Running in aa7bef13cfae [2021-01-27T15:41:29.652Z] ---> d8848a4abcf6 [2021-01-27T15:41:29.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T15:41:29.935Z] Removing intermediate container aa7bef13cfae [2021-01-27T15:41:29.935Z] ---> 9053e806fac2 [2021-01-27T15:41:29.935Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T15:41:29.935Z] ---> Running in cdaa1966b4d9 [2021-01-27T15:41:30.525Z] Removing intermediate container cdaa1966b4d9 [2021-01-27T15:41:30.525Z] ---> 3a49a01923bb [2021-01-27T15:41:30.525Z] [2021-01-27T15:41:30.817Z] Successfully built 3a49a01923bb [2021-01-27T15:41:31.106Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T15:41:32.350Z]  Building docker-support-scheduler-go ... done  ---> 24f9e5cc9634 [2021-01-27T15:41:32.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T15:41:35.719Z] Removing intermediate container 8dc62cc4ebe0 [2021-01-27T15:41:35.720Z] ---> 93ba2b98a986 [2021-01-27T15:41:35.720Z] [2021-01-27T15:41:35.720Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:41:35.720Z] ---> 389fef711851 [2021-01-27T15:41:35.720Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:41:35.720Z] ---> Using cache [2021-01-27T15:41:35.720Z] ---> 0aa2210fcd6a [2021-01-27T15:41:35.720Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:41:35.720Z] ---> Using cache [2021-01-27T15:41:35.720Z] ---> 4d4ff8b4d2b7 [2021-01-27T15:41:35.720Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T15:41:35.720Z] ---> 7ef3f0ee0a09 [2021-01-27T15:41:35.720Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T15:41:35.720Z] ---> Running in 3e2465bad0cd [2021-01-27T15:41:35.720Z] ---> Running in aa34f42b310a [2021-01-27T15:41:35.720Z] Removing intermediate container 3e2465bad0cd [2021-01-27T15:41:35.720Z] ---> 4ac08197772f [2021-01-27T15:41:35.720Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:41:35.720Z] Removing intermediate container aa34f42b310a [2021-01-27T15:41:35.720Z] ---> 60de6991a31b [2021-01-27T15:41:35.720Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:41:35.720Z] ---> Running in e63cb9c82fe4 [2021-01-27T15:41:35.720Z] ---> Running in 5567baa4342c [2021-01-27T15:41:35.983Z] Removing intermediate container e63cb9c82fe4 [2021-01-27T15:41:35.983Z] ---> dc6e80f6f039 [2021-01-27T15:41:35.983Z] Step 15/23 : WORKDIR / [2021-01-27T15:41:35.983Z] Removing intermediate container 5567baa4342c [2021-01-27T15:41:35.983Z] ---> e2b677d72407 [2021-01-27T15:41:35.983Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T15:41:35.983Z] ---> Running in 2788a6b40e4f [2021-01-27T15:41:35.983Z] ---> Running in 2920ab623bf5 [2021-01-27T15:41:36.250Z] Removing intermediate container 2920ab623bf5 [2021-01-27T15:41:36.251Z] ---> a4cdc0b2e1d1 [2021-01-27T15:41:36.251Z] Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:41:36.251Z] Removing intermediate container 2788a6b40e4f [2021-01-27T15:41:36.251Z] ---> 78774dbb979b [2021-01-27T15:41:36.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:41:36.514Z] ---> Running in c01528897323 [2021-01-27T15:41:36.514Z] + glock sync -n [2021-01-27T15:41:36.514Z]  ---> d9ead8a78eda [2021-01-27T15:41:36.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T15:41:37.462Z] Removing intermediate container c01528897323 [2021-01-27T15:41:37.462Z] ---> 138424731ce2 [2021-01-27T15:41:37.462Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T15:41:37.725Z] ---> e737b15ad851 [2021-01-27T15:41:37.725Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T15:41:37.725Z] ---> Running in 05eacb932e6a [2021-01-27T15:41:37.989Z] Removing intermediate container 05eacb932e6a [2021-01-27T15:41:37.989Z] ---> 921cfd6afa52 [2021-01-27T15:41:37.989Z] [2021-01-27T15:41:37.989Z] ---> 053fb0e6ba97 [2021-01-27T15:41:37.989Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T15:41:38.253Z] ---> Running in eec6e1edcbba [2021-01-27T15:41:38.253Z] Successfully built 921cfd6afa52 [2021-01-27T15:41:38.253Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T15:41:38.253Z]  Building docker-support-notifications-go ... done Removing intermediate container eec6e1edcbba [2021-01-27T15:41:38.253Z] ---> 6ba9e77dbee9 [2021-01-27T15:41:38.253Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:41:38.516Z] ---> Running in d50d14151296 [2021-01-27T15:41:38.516Z] Removing intermediate container d50d14151296 [2021-01-27T15:41:38.516Z] ---> 7aff7fbeab71 [2021-01-27T15:41:38.516Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T15:41:38.779Z] ---> Running in fb84f46e44be [2021-01-27T15:41:38.779Z] Removing intermediate container fb84f46e44be [2021-01-27T15:41:38.779Z] ---> ea18b5c8ff4e [2021-01-27T15:41:38.779Z] Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:41:39.044Z] ---> Running in b7bcd4528dbd [2021-01-27T15:41:39.044Z] Removing intermediate container b7bcd4528dbd [2021-01-27T15:41:39.044Z] ---> 00751576e696 [2021-01-27T15:41:39.044Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T15:41:39.314Z] ---> Running in 95de47d2bd53 [2021-01-27T15:41:39.314Z] Removing intermediate container 95de47d2bd53 [2021-01-27T15:41:39.314Z] ---> 312f19fb69a4 [2021-01-27T15:41:39.314Z] [2021-01-27T15:41:39.917Z] gofmt -l . [2021-01-27T15:41:39.917Z] [ "`gofmt -l .`" = "" ] [2021-01-27T15:41:39.917Z] ./bin/test-go-mod-tidy.sh [2021-01-27T15:41:39.917Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T15:41:40.268Z] Successfully built 312f19fb69a4 [2021-01-27T15:41:40.268Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T15:41:40.268Z]  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T15:41:40.535Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T15:41:40.535Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T15:41:40.535Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T15:41:40.535Z] + git describe '--abbrev=0' --tags [2021-01-27T15:41:40.535Z] + TAG=v0.6.1 [2021-01-27T15:41:40.535Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T15:41:40.535Z] + apk --print-arch [2021-01-27T15:41:40.535Z] building [dockerize] for amd64 ... [2021-01-27T15:41:40.535Z] + arch=x86_64 [2021-01-27T15:41:40.535Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T15:41:40.535Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T15:41:40.593Z] + ls -al . [2021-01-27T15:41:40.593Z] total 696 [2021-01-27T15:41:40.593Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 15:41 . [2021-01-27T15:41:40.593Z] drwxr-xr-x 4 root root 4096 Jan 27 15:37 .. [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 15:35 .dockerignore [2021-01-27T15:41:40.593Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 15:35 .git [2021-01-27T15:41:40.593Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 15:35 .github [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 15:35 .gitignore [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 15:35 .sonarcloud.properties [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 15:35 Attribution.txt [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 15:35 CONTRIBUTING.md [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 15:35 Dockerfile.build [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 15:35 Jenkinsfile [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 15:35 LICENSE [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 15:35 Makefile [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 15:35 README.md [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 15:35 SECURITY.md [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 15:33 VERSION [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 15:35 ZMQWindows.md [2021-01-27T15:41:40.593Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 15:35 bin [2021-01-27T15:41:40.593Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 15:35 cmd [2021-01-27T15:41:40.593Z] -rw-r--r-- 1 root root 564700 Jan 27 15:40 coverage.out [2021-01-27T15:41:40.593Z] -rw-r--r-- 1 root root 1053 Jan 27 15:41 go.mod [2021-01-27T15:41:40.593Z] -rw-r--r-- 1 root root 18995 Jan 27 15:41 go.sum [2021-01-27T15:41:40.593Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 15:35 internal [2021-01-27T15:41:40.593Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 15:35 openapi [2021-01-27T15:41:40.593Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 15:35 snap [2021-01-27T15:41:40.593Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 15:35 version.go [Pipeline] sh [2021-01-27T15:41:41.262Z] + '[' -e coverage.out ] [2021-01-27T15:41:41.262Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T15:41:41.284Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T15:41:42.562Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T15:41:43.263Z] + make build [2021-01-27T15:41:43.263Z] 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-27T15:41:52.883Z] + date [2021-01-27T15:41:52.883Z] + echo 'Wed Jan 27 15:41:51 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T15:41:52.883Z] Wed Jan 27 15:41:51 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T15:41:55.779Z] 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-27T15:42:03.096Z] Removing intermediate container bad4ae43c3f4 [2021-01-27T15:42:03.097Z] ---> 79339a494b4f [2021-01-27T15:42:03.097Z] [2021-01-27T15:42:03.097Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T15:42:03.097Z] ---> 389fef711851 [2021-01-27T15:42:03.097Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T15:42:03.097Z] ---> Running in daa35c352d96 [2021-01-27T15:42:03.359Z] Removing intermediate container daa35c352d96 [2021-01-27T15:42:03.359Z] ---> 93816f568511 [2021-01-27T15:42:03.359Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T15:42:03.359Z] ---> Running in f0bebb10b60b [2021-01-27T15:42:03.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T15:42:03.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T15:42:04.204Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T15:42:04.204Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T15:42:04.204Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T15:42:04.204Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:42:04.204Z] OK: 6 MiB in 17 packages [2021-01-27T15:42:04.784Z] Removing intermediate container f0bebb10b60b [2021-01-27T15:42:04.784Z] ---> 29ec38ba067e [2021-01-27T15:42:04.784Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T15:42:04.784Z] ---> Running in 18a6c851c13c [2021-01-27T15:42:05.048Z] Removing intermediate container 18a6c851c13c [2021-01-27T15:42:05.048Z] ---> e73b8025756a [2021-01-27T15:42:05.048Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T15:42:05.048Z] ---> Running in 8348af0b6449 [2021-01-27T15:42:05.310Z] Removing intermediate container 8348af0b6449 [2021-01-27T15:42:05.310Z] ---> 7bf1dccc51ac [2021-01-27T15:42:05.310Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T15:42:05.310Z] ---> Running in a93f257fed1a [2021-01-27T15:42:06.264Z] Removing intermediate container a93f257fed1a [2021-01-27T15:42:06.264Z] ---> 2989e892efed [2021-01-27T15:42:06.264Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T15:42:06.527Z] ---> Running in 7a8b81167109 [2021-01-27T15:42:06.527Z] Removing intermediate container 7a8b81167109 [2021-01-27T15:42:06.527Z] ---> fc3c9d2b7c5e [2021-01-27T15:42:06.527Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T15:42:07.102Z] ---> 146a1490646a [2021-01-27T15:42:07.102Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T15:42:07.364Z] ---> 5c0eba67bf10 [2021-01-27T15:42:07.364Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T15:42:07.628Z] ---> Running in e4bee3a6009d [2021-01-27T15:42:08.574Z] Removing intermediate container e4bee3a6009d [2021-01-27T15:42:08.574Z] ---> e08637397a91 [2021-01-27T15:42:08.574Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:42:08.837Z] ---> 759c76873257 [2021-01-27T15:42:08.837Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T15:42:09.412Z] ---> dc54df242ca4 [2021-01-27T15:42:09.412Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T15:42:09.412Z] ---> 9f0a7189954c [2021-01-27T15:42:09.412Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T15:42:09.986Z] ---> 81e5dea689ca [2021-01-27T15:42:09.987Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T15:42:10.250Z] ---> 689c88e6c64d [2021-01-27T15:42:10.250Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T15:42:10.514Z] ---> Running in 285b59c3cb3c [2021-01-27T15:42:10.776Z] Removing intermediate container 285b59c3cb3c [2021-01-27T15:42:10.776Z] ---> 1a0cc21b524f [2021-01-27T15:42:10.776Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T15:42:11.047Z] ---> 54edfd89836e [2021-01-27T15:42:11.047Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T15:42:11.047Z] ---> Running in d55cdad57a6d [2021-01-27T15:42:12.449Z] Removing intermediate container d55cdad57a6d [2021-01-27T15:42:12.449Z] ---> e2ca29bdf66f [2021-01-27T15:42:12.449Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T15:42:12.449Z] ---> Running in 9577266c6b7c [2021-01-27T15:42:12.711Z] Removing intermediate container 9577266c6b7c [2021-01-27T15:42:12.711Z] ---> 01cb1613eb8c [2021-01-27T15:42:12.711Z] Step 30/33 : CMD ["gate"] [2021-01-27T15:42:12.711Z] ---> Running in 9d29adee6afe [2021-01-27T15:42:12.974Z] Removing intermediate container 9d29adee6afe [2021-01-27T15:42:12.974Z] ---> 870713a3143a [2021-01-27T15:42:12.974Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T15:42:13.238Z] ---> Running in 5991144013d5 [2021-01-27T15:42:13.238Z] Removing intermediate container 5991144013d5 [2021-01-27T15:42:13.238Z] ---> 93f93c9111fd [2021-01-27T15:42:13.238Z] Step 32/33 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:42:13.499Z] ---> Running in 0228d20b3876 [2021-01-27T15:42:13.764Z] Removing intermediate container 0228d20b3876 [2021-01-27T15:42:13.764Z] ---> f03936374c11 [2021-01-27T15:42:13.764Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T15:42:14.026Z] ---> Running in 0918ea38621d [2021-01-27T15:42:14.026Z] Removing intermediate container 0918ea38621d [2021-01-27T15:42:14.026Z] ---> 60bf80629982 [2021-01-27T15:42:14.026Z] [2021-01-27T15:42:14.288Z] Successfully built 60bf80629982 [2021-01-27T15:42:14.288Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T15:42:15.283Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-27T15:42:15.332Z] $ docker stop --time=1 f5fc445d316d7e5b7904b90b7a89fd3339d7dd6f50829f7e4f26c6355cf9329c [2021-01-27T15:42:17.099Z] $ docker rm -f f5fc445d316d7e5b7904b90b7a89fd3339d7dd6f50829f7e4f26c6355cf9329c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T15:42:17.803Z] + docker images [2021-01-27T15:42:17.803Z] + grep docker [2021-01-27T15:42:17.938Z] 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-27T15:42:18.380Z] docker-security-bootstrapper-go latest 60bf80629982 5 seconds ago 33.5MB [2021-01-27T15:42:18.380Z] docker-core-metadata-go latest 312f19fb69a4 39 seconds ago 18.8MB [2021-01-27T15:42:18.380Z] docker-support-notifications-go latest 921cfd6afa52 41 seconds ago 16.9MB [2021-01-27T15:42:18.380Z] docker-support-scheduler-go latest 3a49a01923bb 48 seconds ago 16.4MB [2021-01-27T15:42:18.380Z] docker-sys-mgmt-agent-go latest b6f77e2f69d9 51 seconds ago 313MB [2021-01-27T15:42:18.380Z] docker-core-data-go latest b35d31629b86 2 minutes ago 22.3MB [2021-01-27T15:42:18.380Z] docker-security-secretstore-setup-go latest 8cdde22067cb 2 minutes ago 24.6MB [2021-01-27T15:42:18.380Z] docker-core-command-go latest 3e3a35d27b1a 2 minutes ago 16.3MB [2021-01-27T15:42:18.380Z] docker-security-proxy-setup-go latest f948d39cec00 3 minutes ago 24.4MB [2021-01-27T15:42:18.380Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-27T15:42:22.248Z] 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-27T15:42:26.562Z] 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-27T15:42:27.158Z] 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-27T15:42:32.566Z] 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-27T15:42:34.391Z] Still waiting to schedule task [2021-01-27T15:42:34.391Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-27T15:42:35.945Z] 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-27T15:42:40.250Z] 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-27T15:42:43.638Z] 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-27T15:42:47.017Z] 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-27T15:42:50.395Z] 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-27T15:42:53.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-27T15:42:59.202Z] $ docker stop --time=1 3e64ee2416fb3fc248ad764672deb0d5044d50ba3b4935656394f5873eebe9f1 [2021-01-27T15:43:01.827Z] $ docker rm -f 3e64ee2416fb3fc248ad764672deb0d5044d50ba3b4935656394f5873eebe9f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:43:04.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:43:04.073Z] [2021-01-27T15:43:04.073Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:43:04.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:43:05.012Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T15:43:05.012Z] 29e5d40040c1: Pulling fs layer [2021-01-27T15:43:05.012Z] 1ce36da41761: Pulling fs layer [2021-01-27T15:43:05.012Z] 25b303627fd3: Pulling fs layer [2021-01-27T15:43:05.612Z] 29e5d40040c1: Verifying Checksum [2021-01-27T15:43:05.612Z] 29e5d40040c1: Download complete [2021-01-27T15:43:06.211Z] 1ce36da41761: Download complete [2021-01-27T15:43:06.211Z] 29e5d40040c1: Pull complete [2021-01-27T15:43:07.655Z] 1ce36da41761: Pull complete [2021-01-27T15:43:07.655Z] 25b303627fd3: Verifying Checksum [2021-01-27T15:43:07.655Z] 25b303627fd3: Download complete [2021-01-27T15:43:15.912Z] 25b303627fd3: Pull complete [2021-01-27T15:43:15.912Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T15:43:15.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:43:15.912Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T15:43:16.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container [2021-01-27T15:43:16.224Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:43:19.258Z] $ docker top 5f7ab2ec62c327cf5a89e16cc670b1738b4c6edd81d9cd33da34d9feef8e11a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:43:20.332Z] + + grep paralleldocker-compose [2021-01-27T15:43:20.332Z] build --help [2021-01-27T15:43:23.709Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T15:43:23.987Z] $ docker stop --time=1 5f7ab2ec62c327cf5a89e16cc670b1738b4c6edd81d9cd33da34d9feef8e11a7 [2021-01-27T15:43:25.829Z] $ docker rm -f 5f7ab2ec62c327cf5a89e16cc670b1738b4c6edd81d9cd33da34d9feef8e11a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:43:26.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T15:43:26.674Z] . [Pipeline] withDockerContainer [2021-01-27T15:43:26.934Z] prd-ubuntu18.04-docker-arm64-4c-16g-23411 does not seem to be running inside a container [2021-01-27T15:43:26.999Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64:latest cat [2021-01-27T15:43:28.404Z] $ docker top bff7a10ac22ea20bea5c4e87d1f01c870687ed46b83709a7283db2018a801ce6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:43:29.425Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T15:43:33.719Z] Building docker-core-command-go ... [2021-01-27T15:43:33.719Z] Building docker-core-data-go ... [2021-01-27T15:43:33.719Z] Building docker-core-metadata-go ... [2021-01-27T15:43:33.719Z] Building docker-security-bootstrapper-go ... [2021-01-27T15:43:33.719Z] Building docker-security-proxy-setup-go ... [2021-01-27T15:43:33.719Z] Building docker-security-secretstore-setup-go ... [2021-01-27T15:43:33.719Z] Building docker-support-notifications-go ... [2021-01-27T15:43:33.719Z] Building docker-support-scheduler-go ... [2021-01-27T15:43:33.719Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T15:43:33.719Z] Building docker-support-notifications-go [2021-01-27T15:43:33.719Z] Building docker-sys-mgmt-agent-go [2021-01-27T15:43:33.719Z] Building docker-core-metadata-go [2021-01-27T15:43:33.719Z] Building docker-security-proxy-setup-go [2021-01-27T15:43:33.719Z] Building docker-support-scheduler-go [2021-01-27T15:43:35.371Z] Running on prd-ubuntu18.04-docker-8c-8g-23412 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-01-27T15:43:35.432Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-27T15:43:37.463Z] using credential edgex-jenkins-ssh [2021-01-27T15:43:37.523Z] Cloning the remote Git repository [2021-01-27T15:43:37.554Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:43:37.618Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-27T15:43:37.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:43:37.649Z] > git --version # timeout=10 [2021-01-27T15:43:37.657Z] > git --version # 'git version 2.17.1' [2021-01-27T15:43:37.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:43:37.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T15:43:44.597Z] Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:43:44.730Z] Merge succeeded, producing d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:43:44.730Z] Checking out Revision d3d087662b0c1d6890045bf75bc5d8c78beda443 (PR-3088) [2021-01-27T15:43:43.961Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T15:43:43.974Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T15:43:43.985Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T15:43:43.998Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T15:43:43.998Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:43:44.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T15:43:44.611Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T15:43:44.619Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-27T15:43:44.699Z] > git remote # timeout=10 [2021-01-27T15:43:44.707Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T15:43:44.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T15:43:44.717Z] > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 [2021-01-27T15:43:44.728Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T15:43:44.737Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T15:43:44.741Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-27T15:43:48.412Z] Commit message: "Merge branch 'master' into issue-3087" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:43:49.942Z] + echo snap-build.sh [2021-01-27T15:43:49.942Z] snap-build.sh [2021-01-27T15:43:49.942Z] + SNAP_BASE_DIR=. [2021-01-27T15:43:49.942Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-27T15:43:49.942Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-27T15:43:49.942Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-27T15:43:49.942Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-27T15:43:49.942Z] + cd /w/workspace/edgex-go/3 [2021-01-27T15:43:49.942Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-27T15:43:49.942Z] Reading package lists... [2021-01-27T15:43:49.942Z] Building dependency tree... [2021-01-27T15:43:49.942Z] Reading state information... [2021-01-27T15:43:50.209Z] The following packages were automatically installed and are no longer required: [2021-01-27T15:43:50.209Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-27T15:43:50.209Z] uidmap xdelta3 [2021-01-27T15:43:50.209Z] Use 'sudo apt autoremove' to remove them. [2021-01-27T15:43:50.209Z] The following packages will be REMOVED: [2021-01-27T15:43:50.209Z] lxd* lxd-client* [2021-01-27T15:43:50.471Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-27T15:43:50.471Z] After this operation, 31.7 MB disk space will be freed. [2021-01-27T15:43:51.783Z] (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-27T15:43:51.783Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T15:43:52.727Z] Removing lxd dnsmasq configuration [2021-01-27T15:43:52.727Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T15:43:52.989Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-27T15:43:53.944Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-27T15:43:54.205Z] (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-27T15:43:54.205Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T15:43:55.596Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-27T15:43:55.596Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-27T15:43:56.541Z] + sudo snap remove --purge lxd [2021-01-27T15:43:56.803Z] snap "lxd" is not installed [2021-01-27T15:43:56.803Z] + sudo groupadd --force --system lxd [2021-01-27T15:43:56.803Z] ++ whoami [2021-01-27T15:43:56.803Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-27T15:43:56.803Z] + newgrp - lxd [2021-01-27T15:43:57.066Z] + sudo snap install lxd [2021-01-27T15:44:05.310Z] 2021-01-27T15:44:03Z INFO Waiting for automatic snapd restart... [2021-01-27T15:44:23.456Z] lxd 4.10 from Canonical* installed [2021-01-27T15:44:23.456Z] + sudo lxd init --auto [2021-01-27T15:44:31.790Z] + sudo snap install --classic snapcraft [2021-01-27T15:44:36.004Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T15:44:36.004Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-27T15:44:36.004Z] + patch --verbose -p1 [2021-01-27T15:44:36.004Z] Hmm... Looks like a unified diff to me... [2021-01-27T15:44:36.004Z] The text leading up to this was: [2021-01-27T15:44:36.004Z] -------------------------- [2021-01-27T15:44:36.004Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-27T15:44:36.004Z] |From: Tony Espy [2021-01-27T15:44:36.004Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-27T15:44:36.004Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-27T15:44:36.004Z] | [2021-01-27T15:44:36.004Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-27T15:44:36.004Z] |optimize the snap CI check run for pull requests. When [2021-01-27T15:44:36.004Z] |applied, it essentially strips out everything (apps and [2021-01-27T15:44:36.004Z] |parts) from the snapcraft.yaml file except those required [2021-01-27T15:44:36.004Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-27T15:44:36.004Z] |catch changes to edgex-go that break the snap build. [2021-01-27T15:44:36.004Z] | [2021-01-27T15:44:36.004Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-27T15:44:36.004Z] |to update this patch file, otherwise it may fail to apply, [2021-01-27T15:44:36.004Z] |resulting in a failed snap build CI check in the associated [2021-01-27T15:44:36.004Z] |pull request. [2021-01-27T15:44:36.004Z] | [2021-01-27T15:44:36.004Z] |Note - in addition to applying this patch, the pipeline also [2021-01-27T15:44:36.004Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-27T15:44:36.004Z] |need to build the finally binary .snap file (and it won't [2021-01-27T15:44:36.004Z] |work with the patch applied). This further reduces the build [2021-01-27T15:44:36.004Z] |time. [2021-01-27T15:44:36.004Z] |--- [2021-01-27T15:44:36.004Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-27T15:44:36.004Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-27T15:44:36.004Z] | [2021-01-27T15:44:36.004Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-27T15:44:36.004Z] |index 1e537489..faf42425 100644 [2021-01-27T15:44:36.004Z] |--- a/snap/snapcraft.yaml [2021-01-27T15:44:36.004Z] |+++ b/snap/snapcraft.yaml [2021-01-27T15:44:36.004Z] -------------------------- [2021-01-27T15:44:36.004Z] patching file snap/snapcraft.yaml [2021-01-27T15:44:36.004Z] Using Plan A... [2021-01-27T15:44:36.004Z] Hunk #1 succeeded at 73. [2021-01-27T15:44:36.004Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-27T15:44:36.004Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-27T15:44:36.004Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-27T15:44:36.004Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-27T15:44:36.004Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-27T15:44:36.004Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-27T15:44:36.004Z] Hunk #8 succeeded at 342. [2021-01-27T15:44:36.004Z] Hmm... Ignoring the trailing garbage. [2021-01-27T15:44:36.004Z] done [2021-01-27T15:44:36.004Z] + sudo snapcraft prime --use-lxd [2021-01-27T15:44:36.950Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-27T15:44:36.950Z] 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-27T15:44:36.950Z] - README.md [2021-01-27T15:44:36.950Z] - snapcraft.yaml.orig [2021-01-27T15:44:36.950Z] [2021-01-27T15:44:36.950Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T15:44:37.897Z] Launching a container. [2021-01-27T15:44:41.808Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:44:41.808Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:44:41.808Z] ---> 380458349494 [2021-01-27T15:44:41.808Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T15:44:41.808Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:44:41.808Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:44:41.808Z] ---> 380458349494 [2021-01-27T15:44:41.808Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T15:44:41.808Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:44:41.808Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:44:41.808Z] ---> 380458349494 [2021-01-27T15:44:41.808Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:44:41.808Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:44:41.808Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:44:41.808Z] ---> 380458349494 [2021-01-27T15:44:41.808Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T15:44:41.808Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:44:41.808Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:44:41.808Z] ---> 380458349494 [2021-01-27T15:44:41.808Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:44:41.808Z] ---> Running in 3dbd5fdd1430 [2021-01-27T15:44:41.808Z] ---> Running in a97965f6d77d [2021-01-27T15:44:41.808Z] ---> Running in 85aedd820a27 [2021-01-27T15:44:41.808Z] ---> Running in 513cb1a6ab11 [2021-01-27T15:44:41.808Z] ---> Running in b7080ad768e4 [2021-01-27T15:44:42.081Z] Removing intermediate container 85aedd820a27 [2021-01-27T15:44:42.081Z] ---> 38c10ed99495 [2021-01-27T15:44:42.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:44:42.081Z] Removing intermediate container b7080ad768e4 [2021-01-27T15:44:42.081Z] ---> 880e7a31714b [2021-01-27T15:44:42.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:44:42.081Z] Removing intermediate container 513cb1a6ab11 [2021-01-27T15:44:42.081Z] ---> 7208877a3835 [2021-01-27T15:44:42.081Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:44:42.081Z] Removing intermediate container a97965f6d77d [2021-01-27T15:44:42.081Z] Removing intermediate container 3dbd5fdd1430 [2021-01-27T15:44:42.081Z] ---> 2987b572694f [2021-01-27T15:44:42.081Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> d2dca166d8c4 [2021-01-27T15:44:42.081Z] [2021-01-27T15:44:42.081Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:44:42.360Z] ---> Running in 24df39a12ce5 [2021-01-27T15:44:42.360Z] ---> Running in 8073db42750c [2021-01-27T15:44:42.360Z] ---> Running in 34ed1f88b20d [2021-01-27T15:44:42.360Z] ---> Running in a74e21c600e9 [2021-01-27T15:44:42.360Z] ---> Running in f977c09aee54 [2021-01-27T15:44:45.776Z] Removing intermediate container 24df39a12ce5 [2021-01-27T15:44:45.776Z] ---> 2f5b5db02b53 [2021-01-27T15:44:45.776Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T15:44:46.054Z] ---> Running in efbb35aca371 [2021-01-27T15:44:46.332Z] Removing intermediate container 34ed1f88b20d [2021-01-27T15:44:46.332Z] ---> 5b0d5ef6523a [2021-01-27T15:44:46.332Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:44:46.604Z] ---> Running in 4e5c9a0d597c [2021-01-27T15:44:46.604Z] Removing intermediate container 8073db42750c [2021-01-27T15:44:46.604Z] ---> b5aebb732caf [2021-01-27T15:44:46.604Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T15:44:46.604Z] Removing intermediate container a74e21c600e9 [2021-01-27T15:44:46.604Z] ---> 85e330576f11 [2021-01-27T15:44:46.604Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T15:44:46.886Z] Removing intermediate container f977c09aee54 [2021-01-27T15:44:46.886Z] ---> 3d8ff6440c97 [2021-01-27T15:44:46.886Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T15:44:46.886Z] ---> Running in f65e5bdd1f50 [2021-01-27T15:44:46.886Z] ---> Running in f391e05438e9 [2021-01-27T15:44:47.161Z] ---> Running in ba93b1f8850b [2021-01-27T15:44:47.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:48.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:48.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:49.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:49.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:49.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:49.835Z] OK: 217 MiB in 51 packages [2021-01-27T15:44:49.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:50.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:50.147Z] Waiting for container to be ready [2021-01-27T15:44:50.147Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-27T15:44:50.147Z] [2021-01-27T15:44:50.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:50.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:44:50.984Z] Removing intermediate container efbb35aca371 [2021-01-27T15:44:50.984Z] ---> e3861fd386eb [2021-01-27T15:44:50.984Z] Step 6/22 : COPY go.mod . [2021-01-27T15:44:50.984Z] OK: 217 MiB in 51 packages [2021-01-27T15:44:51.583Z] OK: 217 MiB in 51 packages [2021-01-27T15:44:51.583Z] OK: 217 MiB in 51 packages [2021-01-27T15:44:51.583Z] OK: 217 MiB in 51 packages [2021-01-27T15:44:52.179Z] ---> 03cdcf42c930 [2021-01-27T15:44:52.179Z] Step 7/22 : RUN go mod download [2021-01-27T15:44:52.455Z] ---> Running in 19948c9dbc72 [2021-01-27T15:44:53.073Z] Removing intermediate container f391e05438e9 [2021-01-27T15:44:53.073Z] ---> 81d8defbb008 [2021-01-27T15:44:53.073Z] Step 6/21 : COPY go.mod . [2021-01-27T15:44:53.347Z] Removing intermediate container 4e5c9a0d597c [2021-01-27T15:44:53.347Z] ---> 4f7b6927805f [2021-01-27T15:44:53.347Z] Step 6/23 : COPY go.mod . [2021-01-27T15:44:53.455Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-27T15:44:53.455Z] Waiting for network to be ready... [2021-01-27T15:44:53.623Z] Removing intermediate container f65e5bdd1f50 [2021-01-27T15:44:53.623Z] ---> 760093f906fc [2021-01-27T15:44:53.623Z] Step 6/22 : COPY go.mod . [2021-01-27T15:44:53.623Z] Removing intermediate container ba93b1f8850b [2021-01-27T15:44:53.623Z] ---> 811ee5bdeb95 [2021-01-27T15:44:53.623Z] Step 6/26 : COPY go.mod . [2021-01-27T15:44:54.027Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T15:44:54.027Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-27T15:44:54.027Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T15:44:54.225Z] ---> 7f5ea6c00b53 [2021-01-27T15:44:54.225Z] Step 7/21 : RUN go mod download [2021-01-27T15:44:54.225Z] ---> 9676b4b3b2e9 [2021-01-27T15:44:54.225Z] Step 7/23 : RUN go mod download [2021-01-27T15:44:54.225Z] ---> Running in e420a28fafee [2021-01-27T15:44:54.289Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-27T15:44:54.289Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T15:44:54.289Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T15:44:54.289Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-27T15:44:54.289Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-27T15:44:54.289Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-27T15:44:54.289Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-27T15:44:54.549Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T15:44:54.549Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T15:44:54.833Z] ---> Running in a1f1cd63e8ed [2021-01-27T15:44:54.833Z] ---> 90ed18115b24 [2021-01-27T15:44:54.833Z] Step 7/22 : RUN go mod download [2021-01-27T15:44:54.833Z] ---> 581948bdeb86 [2021-01-27T15:44:54.833Z] Step 7/26 : RUN go mod download [2021-01-27T15:44:55.106Z] ---> Running in 40da949582cf [2021-01-27T15:44:55.121Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T15:44:55.121Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T15:44:55.121Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T15:44:55.121Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T15:44:55.121Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T15:44:55.121Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T15:44:55.382Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T15:44:55.382Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T15:44:55.382Z] ---> Running in d44bec40a6c0 [2021-01-27T15:44:55.643Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T15:44:55.643Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T15:44:55.643Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T15:44:55.643Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T15:44:55.643Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T15:44:55.643Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T15:44:55.643Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T15:44:56.383Z] Removing intermediate container 19948c9dbc72 [2021-01-27T15:44:56.383Z] ---> d16223fc7c8e [2021-01-27T15:44:56.383Z] Step 8/22 : COPY . . [2021-01-27T15:44:58.193Z] Fetched 23.8 MB in 4s (5875 kB/s) [2021-01-27T15:44:58.386Z] Removing intermediate container e420a28fafee [2021-01-27T15:44:58.386Z] ---> e32fa7da9c39 [2021-01-27T15:44:58.386Z] Step 8/21 : COPY . . [2021-01-27T15:44:58.767Z] Reading package lists... [2021-01-27T15:44:59.029Z] Reading package lists... [2021-01-27T15:44:59.292Z] Building dependency tree... [2021-01-27T15:44:59.292Z] Reading state information... [2021-01-27T15:44:59.553Z] The following additional packages will be installed: [2021-01-27T15:44:59.553Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T15:44:59.553Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T15:44:59.553Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T15:44:59.553Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-27T15:44:59.553Z] Suggested packages: [2021-01-27T15:44:59.553Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-27T15:44:59.553Z] Recommended packages: [2021-01-27T15:44:59.553Z] gnupg libsasl2-modules [2021-01-27T15:44:59.553Z] The following NEW packages will be installed: [2021-01-27T15:44:59.553Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T15:44:59.553Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T15:44:59.553Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T15:44:59.553Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-27T15:44:59.553Z] The following packages will be upgraded: [2021-01-27T15:44:59.553Z] gpg gpg-agent gpgconf libudev1 [2021-01-27T15:44:59.553Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-27T15:44:59.553Z] Need to get 3533 kB of archives. [2021-01-27T15:44:59.553Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-27T15:44:59.553Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-27T15:44:59.815Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-27T15:45:00.077Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-27T15:45:00.344Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-27T15:45:00.344Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-27T15:45:00.344Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-27T15:45:00.344Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-27T15:45:00.344Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-27T15:45:00.344Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-27T15:45:00.344Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-27T15:45:00.344Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-27T15:45:00.344Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-27T15:45:00.344Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-27T15:45:00.387Z] Removing intermediate container a1f1cd63e8ed [2021-01-27T15:45:00.388Z] ---> 408713b786b5 [2021-01-27T15:45:00.388Z] Step 8/23 : COPY . . [2021-01-27T15:45:00.606Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-27T15:45:00.606Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-27T15:45:00.606Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-27T15:45:00.606Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-27T15:45:00.606Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-27T15:45:00.606Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-27T15:45:00.606Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-27T15:45:00.606Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-27T15:45:00.606Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-27T15:45:00.606Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T15:45:00.669Z] Removing intermediate container 40da949582cf [2021-01-27T15:45:00.669Z] ---> e58850e495b8 [2021-01-27T15:45:00.669Z] Step 8/22 : COPY . . [2021-01-27T15:45:00.669Z] Removing intermediate container d44bec40a6c0 [2021-01-27T15:45:00.669Z] ---> 8a1b0447f18a [2021-01-27T15:45:00.669Z] Step 8/26 : COPY . . [2021-01-27T15:45:00.868Z] Fetched 3533 kB in 1s (3078 kB/s) [2021-01-27T15:45:00.868Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T15:45:00.868Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-27T15:45:00.868Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T15:45:00.868Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-27T15:45:01.129Z] Selecting previously unselected package udev. [2021-01-27T15:45:01.129Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T15:45:01.129Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-27T15:45:01.129Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-27T15:45:01.391Z] Selecting previously unselected package libfuse2:amd64. [2021-01-27T15:45:01.391Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T15:45:01.391Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T15:45:01.391Z] Selecting previously unselected package fuse. [2021-01-27T15:45:01.391Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T15:45:01.391Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-27T15:45:01.654Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:01.654Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T15:45:01.654Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:01.654Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T15:45:01.920Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:01.920Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T15:45:01.920Z] Selecting previously unselected package libksba8:amd64. [2021-01-27T15:45:01.920Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-27T15:45:01.920Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-27T15:45:02.185Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-27T15:45:02.185Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.185Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.185Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-27T15:45:02.185Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.185Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.451Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-27T15:45:02.451Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.451Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.451Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-27T15:45:02.451Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.451Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.723Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-27T15:45:02.723Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.723Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.723Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-27T15:45:02.723Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.723Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.995Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-27T15:45:02.995Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.995Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.995Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-27T15:45:02.995Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.995Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:02.995Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-27T15:45:02.995Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T15:45:02.995Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:03.259Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-27T15:45:03.259Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T15:45:03.259Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T15:45:03.259Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-27T15:45:03.259Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T15:45:03.259Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T15:45:03.259Z] Selecting previously unselected package libldap-common. [2021-01-27T15:45:03.259Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-27T15:45:03.259Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T15:45:03.527Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-27T15:45:03.527Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-27T15:45:03.527Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T15:45:03.527Z] Selecting previously unselected package dirmngr. [2021-01-27T15:45:03.527Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:03.527Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T15:45:03.795Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T15:45:03.795Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-27T15:45:03.795Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T15:45:03.795Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T15:45:03.795Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T15:45:03.795Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-27T15:45:03.795Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:03.795Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-27T15:45:03.795Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T15:45:04.063Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-27T15:45:04.334Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-27T15:45:04.334Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.334Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-27T15:45:04.609Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-27T15:45:04.609Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-27T15:45:04.609Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.609Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.609Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.609Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.609Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.609Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.876Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T15:45:04.876Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T15:45:04.876Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T15:45:04.876Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T15:45:05.457Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-27T15:45:05.457Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-27T15:45:05.457Z] This means they are not meant to be enabled using systemctl. [2021-01-27T15:45:05.457Z] Possible reasons for having this kind of units are: [2021-01-27T15:45:05.457Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-27T15:45:05.457Z] .wants/ or .requires/ directory. [2021-01-27T15:45:05.457Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-27T15:45:05.457Z] a requirement dependency on it. [2021-01-27T15:45:05.457Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-27T15:45:05.457Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-27T15:45:05.457Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-27T15:45:05.457Z] instance name specified. [2021-01-27T15:45:05.720Z] Reading package lists... [2021-01-27T15:45:05.720Z] Building dependency tree... [2021-01-27T15:45:05.720Z] Reading state information... [2021-01-27T15:45:05.983Z] The following additional packages will be installed: [2021-01-27T15:45:05.983Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-27T15:45:05.983Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-27T15:45:05.983Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-27T15:45:05.983Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-27T15:45:05.983Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-27T15:45:05.983Z] Suggested packages: [2021-01-27T15:45:05.983Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-27T15:45:05.983Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-27T15:45:05.983Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-27T15:45:05.983Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-27T15:45:05.983Z] systemd-container policykit-1 [2021-01-27T15:45:05.983Z] Recommended packages: [2021-01-27T15:45:05.983Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-27T15:45:05.983Z] The following NEW packages will be installed: [2021-01-27T15:45:05.983Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-27T15:45:05.983Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-27T15:45:05.983Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-27T15:45:05.983Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-27T15:45:05.983Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-27T15:45:05.983Z] The following packages will be upgraded: [2021-01-27T15:45:05.983Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-27T15:45:05.983Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-27T15:45:05.983Z] Need to get 35.2 MB of archives. [2021-01-27T15:45:05.983Z] After this operation, 141 MB of additional disk space will be used. [2021-01-27T15:45:05.983Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-27T15:45:06.244Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-27T15:45:06.244Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-27T15:45:06.507Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-27T15:45:06.507Z] 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-27T15:45:06.507Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-27T15:45:06.507Z] 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-27T15:45:06.507Z] 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-27T15:45:06.507Z] 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-27T15:45:06.507Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-27T15:45:06.507Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-27T15:45:06.507Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-27T15:45:06.507Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-27T15:45:06.507Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-27T15:45:06.507Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-27T15:45:06.507Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-27T15:45:06.507Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-27T15:45:06.507Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-27T15:45:07.899Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-27T15:45:07.899Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-27T15:45:07.899Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-27T15:45:07.899Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-27T15:45:07.899Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-27T15:45:07.899Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-27T15:45:07.899Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-27T15:45:07.899Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-27T15:45:07.899Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-27T15:45:07.899Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-27T15:45:07.899Z] 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-27T15:45:07.899Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-27T15:45:09.816Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T15:45:09.816Z] Fetched 35.2 MB in 3s (10.3 MB/s) [2021-01-27T15:45:09.816Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T15:45:09.816Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-27T15:45:09.816Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T15:45:10.762Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-27T15:45:10.762Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T15:45:10.762Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-27T15:45:10.762Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T15:45:10.763Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T15:45:11.025Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T15:45:11.025Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-27T15:45:11.286Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T15:45:11.286Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T15:45:11.286Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T15:45:11.549Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-27T15:45:11.549Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-27T15:45:12.122Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-27T15:45:12.122Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-27T15:45:12.122Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T15:45:12.122Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T15:45:12.385Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-27T15:45:12.385Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T15:45:12.385Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:12.647Z] Selecting previously unselected package libexpat1:amd64. [2021-01-27T15:45:12.647Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-27T15:45:12.647Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T15:45:12.647Z] Selecting previously unselected package python3.6-minimal. [2021-01-27T15:45:12.647Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T15:45:12.647Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:12.909Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T15:45:13.172Z] Checking for services that may need to be restarted...done. [2021-01-27T15:45:13.172Z] Checking for services that may need to be restarted...done. [2021-01-27T15:45:13.172Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:13.172Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T15:45:13.172Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:13.746Z] Selecting previously unselected package python3-minimal. [2021-01-27T15:45:13.746Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-27T15:45:13.746Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-27T15:45:13.746Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-27T15:45:13.746Z] Selecting previously unselected package mime-support. [2021-01-27T15:45:13.746Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-27T15:45:13.746Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-27T15:45:13.746Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-27T15:45:13.746Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-27T15:45:13.746Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T15:45:14.008Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-27T15:45:14.008Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T15:45:14.008Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:14.270Z] Selecting previously unselected package python3.6. [2021-01-27T15:45:14.270Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T15:45:14.270Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:14.270Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-27T15:45:14.270Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-27T15:45:14.270Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T15:45:14.270Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-27T15:45:14.532Z] Selecting previously unselected package python3. [2021-01-27T15:45:14.532Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-27T15:45:14.532Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-27T15:45:14.532Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-27T15:45:14.532Z] Selecting previously unselected package multiarch-support. [2021-01-27T15:45:14.532Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T15:45:14.795Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T15:45:14.795Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T15:45:14.795Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-27T15:45:14.795Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-27T15:45:14.795Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-27T15:45:14.795Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T15:45:15.058Z] Selecting previously unselected package libbsd0:amd64. [2021-01-27T15:45:15.058Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-27T15:45:15.058Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T15:45:15.058Z] Selecting previously unselected package sudo. [2021-01-27T15:45:15.058Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-27T15:45:15.058Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T15:45:15.321Z] Selecting previously unselected package apparmor. [2021-01-27T15:45:15.321Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T15:45:15.321Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-27T15:45:15.321Z] Selecting previously unselected package libedit2:amd64. [2021-01-27T15:45:15.321Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-27T15:45:15.321Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T15:45:16.267Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-27T15:45:16.267Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T15:45:16.267Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:16.267Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-27T15:45:16.267Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T15:45:16.267Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:16.267Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-27T15:45:16.267Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-27T15:45:16.267Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T15:45:16.267Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-27T15:45:16.267Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T15:45:16.267Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:16.529Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-27T15:45:16.529Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T15:45:16.529Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:16.529Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-27T15:45:16.529Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-27T15:45:16.529Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T15:45:16.798Z] Selecting previously unselected package openssh-client. [2021-01-27T15:45:16.798Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-27T15:45:16.798Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T15:45:17.062Z] Selecting previously unselected package squashfs-tools. [2021-01-27T15:45:17.062Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-27T15:45:17.062Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T15:45:17.062Z] Selecting previously unselected package snapd. [2021-01-27T15:45:17.062Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-27T15:45:17.062Z] Unpacking snapd (2.48+18.04) ... [2021-01-27T15:45:18.981Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T15:45:18.981Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T15:45:19.242Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-27T15:45:19.242Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T15:45:19.242Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T15:45:19.242Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:19.505Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T15:45:19.505Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-27T15:45:19.505Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-27T15:45:20.459Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T15:45:20.460Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T15:45:20.460Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T15:45:20.460Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:20.460Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:20.460Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T15:45:21.036Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T15:45:21.036Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:21.036Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T15:45:21.298Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-27T15:45:21.298Z] running python rtupdate hooks for python3.6... [2021-01-27T15:45:21.298Z] running python post-rtupdate hooks for python3.6... [2021-01-27T15:45:21.562Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-27T15:45:22.951Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-27T15:45:22.951Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T15:45:22.951Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T15:45:23.212Z] Setting up snapd (2.48+18.04) ... [2021-01-27T15:45:23.474Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-27T15:45:23.735Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-27T15:45:23.997Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-27T15:45:23.997Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-27T15:45:24.259Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T15:45:24.259Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T15:45:24.522Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-27T15:45:24.522Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-27T15:45:24.786Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-27T15:45:25.048Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-27T15:45:25.048Z] /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-27T15:45:25.310Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T15:45:25.310Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T15:45:26.254Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T15:45:26.254Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T15:45:26.254Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T15:45:27.582Z] ---> f144ed0aa244 [2021-01-27T15:45:27.582Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T15:45:27.582Z] ---> 6246db86c3fc [2021-01-27T15:45:27.582Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T15:45:27.582Z] ---> Running in b743a3dbf06b [2021-01-27T15:45:27.582Z] ---> Running in b7119ace6f98 [2021-01-27T15:45:27.582Z] ---> 554d94855a8a [2021-01-27T15:45:27.582Z] ---> 26267041aa5b [2021-01-27T15:45:27.582Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T15:45:27.582Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T15:45:27.582Z] ---> 1cb73f047f25 [2021-01-27T15:45:27.582Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T15:45:27.582Z] ---> Running in f1f5d46f924e [2021-01-27T15:45:27.582Z] ---> Running in aae8387e35f7 [2021-01-27T15:45:27.582Z] ---> Running in 639d2e219701 [2021-01-27T15:45:27.582Z] 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-27T15:45:27.582Z] 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-27T15:45:27.582Z] 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-27T15:45:27.783Z] Reading package lists... [2021-01-27T15:45:27.783Z] Reading package lists... [2021-01-27T15:45:27.863Z] 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-27T15:45:27.863Z] 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-27T15:45:28.044Z] Building dependency tree... [2021-01-27T15:45:28.044Z] Reading state information... [2021-01-27T15:45:28.044Z] Calculating upgrade... [2021-01-27T15:45:28.306Z] The following packages will be upgraded: [2021-01-27T15:45:28.306Z] advancecomp base-files bash binutils binutils-common [2021-01-27T15:45:28.306Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-27T15:45:28.306Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-27T15:45:28.306Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-27T15:45:28.306Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-27T15:45:28.306Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-27T15:45:28.306Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-27T15:45:28.306Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-27T15:45:28.306Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-27T15:45:28.306Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-27T15:45:28.306Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-27T15:45:28.306Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-27T15:45:28.306Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-27T15:45:28.306Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-27T15:45:28.306Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-27T15:45:28.306Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T15:45:28.306Z] Need to get 63.8 MB of archives. [2021-01-27T15:45:28.306Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-27T15:45:28.306Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-27T15:45:28.306Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-27T15:45:28.568Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-27T15:45:28.568Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-27T15:45:28.568Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-27T15:45:28.568Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-27T15:45:28.568Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-27T15:45:28.568Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-27T15:45:28.568Z] 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-27T15:45:28.568Z] 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-27T15:45:28.568Z] 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-27T15:45:28.568Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-27T15:45:28.568Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-27T15:45:28.568Z] 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-27T15:45:28.568Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-27T15:45:28.568Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-27T15:45:28.568Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-27T15:45:28.568Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-27T15:45:28.568Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-27T15:45:28.568Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-27T15:45:28.831Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-27T15:45:28.831Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-27T15:45:28.831Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-27T15:45:28.831Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-27T15:45:28.831Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-27T15:45:28.831Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-27T15:45:28.831Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-27T15:45:28.831Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-27T15:45:28.831Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-27T15:45:28.831Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-27T15:45:28.831Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-27T15:45:28.831Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-27T15:45:28.831Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-27T15:45:28.831Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-27T15:45:28.831Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-27T15:45:28.831Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-27T15:45:28.831Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-27T15:45:28.831Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-27T15:45:28.831Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-27T15:45:28.831Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-27T15:45:28.831Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-27T15:45:28.831Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-27T15:45:28.831Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-27T15:45:28.831Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-27T15:45:28.831Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-27T15:45:28.831Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-27T15:45:28.831Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-27T15:45:28.831Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-27T15:45:28.831Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-27T15:45:29.093Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-27T15:45:29.093Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-27T15:45:29.093Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-27T15:45:29.093Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-27T15:45:29.093Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-27T15:45:29.093Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-27T15:45:29.093Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-27T15:45:29.093Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-27T15:45:29.355Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-27T15:45:29.355Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-27T15:45:29.617Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-27T15:45:29.617Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-27T15:45:29.617Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-27T15:45:29.617Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-27T15:45:29.617Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-27T15:45:29.617Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-27T15:45:29.617Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-27T15:45:29.617Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-27T15:45:29.878Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-27T15:45:29.878Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-27T15:45:29.878Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-27T15:45:29.878Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-27T15:45:29.878Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-27T15:45:29.878Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-27T15:45:29.878Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-27T15:45:29.878Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-27T15:45:29.878Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-27T15:45:29.878Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-27T15:45:29.878Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-27T15:45:29.878Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-27T15:45:29.878Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-27T15:45:29.878Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-27T15:45:29.878Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-27T15:45:29.878Z] Get:83 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-27T15:45:29.878Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-27T15:45:29.878Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-27T15:45:30.139Z] Get:86 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-27T15:45:30.139Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-27T15:45:30.139Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-27T15:45:30.139Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-27T15:45:30.139Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-27T15:45:30.139Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-27T15:45:30.139Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-27T15:45:30.139Z] Get:93 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-27T15:45:30.139Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-27T15:45:30.139Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-27T15:45:30.139Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-27T15:45:30.139Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-27T15:45:30.400Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-27T15:45:30.400Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-27T15:45:30.400Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T15:45:30.400Z] Fetched 63.8 MB in 2s (30.6 MB/s) [2021-01-27T15:45:30.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:30.663Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T15:45:30.663Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T15:45:31.235Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T15:45:31.235Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T15:45:31.496Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-27T15:45:31.496Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-27T15:45:32.439Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:32.439Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:32.439Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:32.700Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:32.700Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:32.700Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:32.700Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:32.700Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:32.961Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:32.961Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:32.961Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:32.961Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:33.223Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:33.223Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:33.223Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:45:33.482Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T15:45:33.482Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:33.482Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-27T15:45:33.482Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:45:33.744Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T15:45:33.744Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:33.744Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:33.744Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:33.744Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:34.005Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:34.005Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T15:45:34.265Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:45:34.265Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T15:45:34.265Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T15:45:34.527Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T15:45:35.102Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T15:45:35.102Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T15:45:35.102Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-27T15:45:35.364Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-27T15:45:35.364Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-27T15:45:35.364Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-27T15:45:35.626Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-27T15:45:35.626Z] Installing new version of config file /etc/issue ... [2021-01-27T15:45:35.626Z] Installing new version of config file /etc/issue.net ... [2021-01-27T15:45:35.626Z] Installing new version of config file /etc/lsb-release ... [2021-01-27T15:45:35.626Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-27T15:45:35.888Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-27T15:45:35.888Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-27T15:45:35.888Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-27T15:45:36.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:36.158Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-27T15:45:36.158Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-27T15:45:36.420Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-27T15:45:36.420Z] 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-27T15:45:36.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:36.682Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:36.682Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:36.682Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:36.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:36.944Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-27T15:45:36.944Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-27T15:45:36.944Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-27T15:45:37.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:37.206Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-27T15:45:37.206Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T15:45:37.468Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-27T15:45:37.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:37.468Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:37.468Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T15:45:37.734Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T15:45:37.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:37.734Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:37.734Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T15:45:37.996Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-27T15:45:37.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:37.996Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-27T15:45:37.996Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-27T15:45:37.996Z] Setting up grep (3.1-2build1) ... [2021-01-27T15:45:38.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:38.257Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T15:45:38.257Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T15:45:38.522Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-27T15:45:38.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:38.522Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T15:45:38.522Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T15:45:38.522Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-27T15:45:38.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:38.786Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T15:45:38.786Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T15:45:39.361Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T15:45:39.361Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T15:45:39.361Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T15:45:39.361Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T15:45:39.935Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-27T15:45:39.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:39.935Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-27T15:45:40.197Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T15:45:41.140Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T15:45:41.140Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T15:45:41.140Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T15:45:41.140Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T15:45:41.401Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T15:45:41.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:41.401Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-27T15:45:41.401Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-27T15:45:41.664Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-27T15:45:41.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:41.664Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:41.664Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:41.927Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:41.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:41.928Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:41.928Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:42.191Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:42.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:42.191Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:42.191Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:42.452Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:42.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:42.452Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:42.452Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:42.452Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:42.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:42.715Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T15:45:42.715Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T15:45:42.715Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T15:45:42.977Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T15:45:42.977Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T15:45:42.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:42.977Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T15:45:42.977Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T15:45:43.240Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T15:45:43.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:43.240Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:43.240Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:43.508Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:43.508Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:43.508Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:43.508Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:43.508Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:43.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:43.770Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:43.770Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:44.344Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:45:44.606Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-27T15:45:44.868Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-27T15:45:44.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:44.868Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T15:45:44.868Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T15:45:45.131Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T15:45:45.393Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T15:45:45.393Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-27T15:45:45.393Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T15:45:45.393Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-27T15:45:45.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:45.656Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-27T15:45:45.656Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-27T15:45:45.656Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-27T15:45:45.917Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:45.917Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-27T15:45:45.917Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T15:45:46.179Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-27T15:45:46.179Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:46.179Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-27T15:45:46.179Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T15:45:46.444Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-27T15:45:46.444Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:46.444Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T15:45:46.444Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T15:45:46.706Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T15:45:46.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:46.706Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T15:45:46.706Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T15:45:46.968Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T15:45:46.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:46.968Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T15:45:47.229Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T15:45:47.229Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T15:45:47.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:47.493Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T15:45:47.493Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T15:45:47.493Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-27T15:45:47.757Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T15:45:47.757Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:47.757Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T15:45:47.757Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T15:45:48.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:48.020Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-27T15:45:48.020Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-27T15:45:48.282Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-27T15:45:48.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:48.282Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-27T15:45:48.282Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T15:45:48.544Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T15:45:48.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:48.806Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:48.806Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T15:45:49.070Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T15:45:49.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:49.070Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-27T15:45:49.070Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-27T15:45:49.332Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-27T15:45:49.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:49.332Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T15:45:49.332Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T15:45:49.906Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-27T15:45:49.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:49.906Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T15:45:49.906Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T15:45:50.169Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-27T15:45:50.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:50.169Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-27T15:45:50.169Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-27T15:45:50.429Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-27T15:45:50.429Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:50.429Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-27T15:45:50.429Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-27T15:45:50.691Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-27T15:45:50.691Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:50.691Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-27T15:45:50.691Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-27T15:45:50.952Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-27T15:45:50.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:50.952Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-27T15:45:50.952Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-27T15:45:51.215Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-27T15:45:51.215Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:51.215Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T15:45:51.215Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-27T15:45:51.475Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-27T15:45:51.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T15:45:51.476Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-27T15:45:51.476Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-27T15:45:51.736Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-27T15:45:51.998Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-27T15:45:51.998Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T15:45:51.998Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T15:45:52.572Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T15:45:52.572Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T15:45:52.572Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T15:45:52.572Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T15:45:52.834Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-27T15:45:52.834Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-27T15:45:53.101Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T15:45:53.101Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-27T15:45:53.101Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T15:45:53.101Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-27T15:45:53.364Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-27T15:45:53.364Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-27T15:45:53.364Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-27T15:45:53.364Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-27T15:45:53.625Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-27T15:45:53.625Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-27T15:45:53.625Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-27T15:45:53.887Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-27T15:45:53.887Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-27T15:45:53.887Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-27T15:45:54.149Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-27T15:45:54.149Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-27T15:45:55.095Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-27T15:45:55.095Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-27T15:45:55.095Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-27T15:45:55.095Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-27T15:45:55.095Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T15:45:55.358Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T15:45:55.619Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T15:45:55.619Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T15:45:55.881Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T15:45:55.881Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T15:45:55.881Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T15:45:55.881Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T15:45:56.144Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:56.144Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:56.144Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:56.144Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:56.405Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:56.405Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:56.666Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:56.666Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:57.610Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:57.610Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:58.556Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:58.556Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:59.127Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:59.127Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:45:59.697Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:45:59.697Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:46:00.638Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T15:46:00.638Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T15:46:00.638Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T15:46:00.638Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T15:46:00.638Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T15:46:00.638Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T15:46:00.899Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T15:46:00.899Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T15:46:00.899Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-27T15:46:01.162Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-27T15:46:01.162Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T15:46:01.162Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T15:46:01.424Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T15:46:01.424Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T15:46:01.424Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-27T15:46:01.424Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-27T15:46:01.685Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:01.685Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T15:46:01.685Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:01.685Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:01.685Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:01.948Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-27T15:46:01.948Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-27T15:46:01.948Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-27T15:46:01.948Z] [2021-01-27T15:46:01.948Z] Current default time zone: 'Etc/UTC' [2021-01-27T15:46:01.948Z] Local time is now: Wed Jan 27 15:46:01 UTC 2021. [2021-01-27T15:46:01.948Z] Universal Time is now: Wed Jan 27 15:46:01 UTC 2021. [2021-01-27T15:46:01.948Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-27T15:46:01.948Z] [2021-01-27T15:46:01.948Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-27T15:46:01.948Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:02.208Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-27T15:46:02.208Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-27T15:46:02.208Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-27T15:46:02.208Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-27T15:46:02.208Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-27T15:46:02.208Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-27T15:46:02.208Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-27T15:46:02.470Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T15:46:02.470Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:02.470Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-27T15:46:02.732Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:02.732Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T15:46:02.732Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:02.732Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-27T15:46:02.732Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-27T15:46:02.993Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-27T15:46:02.993Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T15:46:02.993Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-27T15:46:02.993Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-27T15:46:02.993Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-27T15:46:02.993Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T15:46:04.910Z] Updating certificates in /etc/ssl/certs... [2021-01-27T15:46:05.861Z] 22 added, 17 removed; done. [2021-01-27T15:46:06.123Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T15:46:06.123Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T15:46:06.123Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-27T15:46:06.123Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-27T15:46:06.123Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-27T15:46:06.123Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.123Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T15:46:06.386Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.386Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.386Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.386Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.386Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.386Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-27T15:46:06.386Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-27T15:46:06.386Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-27T15:46:06.648Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-27T15:46:06.648Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-27T15:46:06.648Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.648Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T15:46:06.648Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-27T15:46:06.648Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-27T15:46:06.648Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-27T15:46:06.910Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T15:46:06.910Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T15:46:06.910Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-27T15:46:06.910Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T15:46:06.910Z] Updating certificates in /etc/ssl/certs... [2021-01-27T15:46:07.856Z] 0 added, 0 removed; done. [2021-01-27T15:46:07.856Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-27T15:46:07.856Z] done. [2021-01-27T15:46:08.118Z] Reading package lists... [2021-01-27T15:46:08.381Z] Building dependency tree... [2021-01-27T15:46:08.381Z] Reading state information... [2021-01-27T15:46:08.643Z] The following NEW packages will be installed: [2021-01-27T15:46:08.643Z] apt-transport-https [2021-01-27T15:46:08.905Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T15:46:08.905Z] Need to get 1696 B of archives. [2021-01-27T15:46:08.905Z] After this operation, 153 kB of additional disk space will be used. [2021-01-27T15:46:08.905Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-27T15:46:08.905Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T15:46:08.905Z] Fetched 1696 B in 0s (6333 B/s) [2021-01-27T15:46:08.905Z] Selecting previously unselected package apt-transport-https. [2021-01-27T15:46:08.905Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-27T15:46:08.905Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-27T15:46:08.905Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T15:46:09.167Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T15:46:09.429Z] Waiting for network to be ready... [2021-01-27T15:46:16.031Z] 2021-01-27T15:46:12Z INFO Waiting for automatic snapd restart... [2021-01-27T15:46:16.031Z] snapd 2.48.2 from Canonical* installed [2021-01-27T15:46:16.291Z] "snapd" switched to the "latest/stable" channel [2021-01-27T15:46:16.291Z] [2021-01-27T15:46:18.852Z] core18 20201210 from Canonical* installed [2021-01-27T15:46:19.113Z] "core18" switched to the "latest/stable" channel [2021-01-27T15:46:19.113Z] [2021-01-27T15:46:22.424Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T15:46:22.424Z] "snapcraft" switched to the "latest/stable" channel [2021-01-27T15:46:22.424Z] [2021-01-27T15:46:26.638Z] 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-27T15:46:26.638Z] - README.md [2021-01-27T15:46:26.638Z] - snapcraft.yaml.orig [2021-01-27T15:46:26.638Z] [2021-01-27T15:46:26.638Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T15:46:33.232Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T15:46:33.232Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T15:46:33.232Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T15:46:33.232Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T15:46:34.175Z] Reading package lists... [2021-01-27T15:46:34.436Z] 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-27T15:46:41.038Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T15:46:41.038Z] Reading package lists... [2021-01-27T15:46:41.038Z] Building dependency tree... [2021-01-27T15:46:41.038Z] Reading state information... [2021-01-27T15:46:41.038Z] Suggested packages: [2021-01-27T15:46:41.038Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-27T15:46:41.038Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-27T15:46:41.038Z] Recommended packages: [2021-01-27T15:46:41.038Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-27T15:46:41.038Z] The following NEW packages will be installed: [2021-01-27T15:46:41.038Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-27T15:46:41.038Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-27T15:46:41.038Z] pkg-config zip [2021-01-27T15:46:41.038Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T15:46:41.038Z] Need to get 7655 kB of archives. [2021-01-27T15:46:41.038Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-27T15:46:41.038Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-27T15:46:41.038Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-27T15:46:41.299Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-27T15:46:41.299Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-27T15:46:41.299Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-27T15:46:41.299Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-27T15:46:41.560Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-27T15:46:41.560Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-27T15:46:41.560Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-27T15:46:41.561Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-27T15:46:41.821Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-27T15:46:41.821Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-27T15:46:41.821Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-27T15:46:41.821Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-27T15:46:41.821Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-27T15:46:42.082Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T15:46:42.082Z] Fetched 7655 kB in 1s (7104 kB/s) [2021-01-27T15:46:42.082Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-27T15:46:42.082Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-27T15:46:42.082Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-27T15:46:42.082Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T15:46:42.343Z] Selecting previously unselected package libpsl5:amd64. [2021-01-27T15:46:42.343Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-27T15:46:42.343Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T15:46:42.343Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-27T15:46:42.343Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-27T15:46:42.609Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T15:46:42.609Z] Selecting previously unselected package librtmp1:amd64. [2021-01-27T15:46:42.609Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-27T15:46:42.609Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T15:46:42.609Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-27T15:46:42.609Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-27T15:46:42.609Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T15:46:42.609Z] Selecting previously unselected package liberror-perl. [2021-01-27T15:46:42.609Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-27T15:46:42.891Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-27T15:46:42.891Z] Selecting previously unselected package git-man. [2021-01-27T15:46:42.891Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-27T15:46:42.891Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T15:46:42.891Z] Selecting previously unselected package git. [2021-01-27T15:46:42.891Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-27T15:46:42.891Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T15:46:43.865Z] Selecting previously unselected package libnorm1:amd64. [2021-01-27T15:46:43.865Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-27T15:46:43.865Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T15:46:43.865Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-27T15:46:43.865Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-27T15:46:43.865Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T15:46:43.865Z] Selecting previously unselected package libsodium23:amd64. [2021-01-27T15:46:43.865Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-27T15:46:43.865Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-27T15:46:44.133Z] Selecting previously unselected package libzmq5:amd64. [2021-01-27T15:46:44.133Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T15:46:44.133Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T15:46:44.133Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-27T15:46:44.133Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T15:46:44.133Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T15:46:44.399Z] Selecting previously unselected package pkg-config. [2021-01-27T15:46:44.399Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-27T15:46:44.399Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T15:46:44.399Z] Selecting previously unselected package zip. [2021-01-27T15:46:44.399Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-27T15:46:44.399Z] Unpacking zip (3.0-11build1) ... [2021-01-27T15:46:44.672Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T15:46:44.672Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T15:46:44.672Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T15:46:44.672Z] Setting up liberror-perl (0.17025-1) ... [2021-01-27T15:46:44.672Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T15:46:44.672Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T15:46:44.672Z] No schema files found: doing nothing. [2021-01-27T15:46:44.672Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T15:46:44.939Z] Setting up zip (3.0-11build1) ... [2021-01-27T15:46:44.939Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T15:46:44.939Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-27T15:46:44.939Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T15:46:45.206Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T15:46:45.206Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T15:46:45.475Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T15:46:45.475Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T15:46:45.475Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T15:46:49.703Z] 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-27T15:46:52.094Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T15:46:52.094Z] git set to automatically installed. [2021-01-27T15:46:52.094Z] git-man set to automatically installed. [2021-01-27T15:46:52.094Z] libcurl3-gnutls set to automatically installed. [2021-01-27T15:46:52.094Z] liberror-perl set to automatically installed. [2021-01-27T15:46:52.094Z] libglib2.0-0 set to automatically installed. [2021-01-27T15:46:52.094Z] libnghttp2-14 set to automatically installed. [2021-01-27T15:46:52.094Z] libnorm1 set to automatically installed. [2021-01-27T15:46:52.094Z] libpgm-5.2-0 set to automatically installed. [2021-01-27T15:46:52.094Z] libpsl5 set to automatically installed. [2021-01-27T15:46:52.094Z] librtmp1 set to automatically installed. [2021-01-27T15:46:52.094Z] libsodium23 set to automatically installed. [2021-01-27T15:46:52.094Z] libzmq3-dev set to automatically installed. [2021-01-27T15:46:52.094Z] libzmq5 set to automatically installed. [2021-01-27T15:46:52.094Z] pkg-config set to automatically installed. [2021-01-27T15:46:52.094Z] zip set to automatically installed. [2021-01-27T15:46:54.642Z] snapd is not logged in, snap install commands will use sudo [2021-01-27T15:47:01.229Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T15:47:01.491Z] snap "core18" has no updates available [2021-01-27T15:47:02.874Z] Pulling config-common [2021-01-27T15:47:03.817Z] Pulling go-build-helper [2021-01-27T15:47:08.105Z] Removing intermediate container b743a3dbf06b [2021-01-27T15:47:08.105Z] ---> 3e481fb27b1e [2021-01-27T15:47:08.105Z] [2021-01-27T15:47:08.105Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T15:47:08.105Z] 3.12: Pulling from library/alpine [2021-01-27T15:47:08.105Z] Removing intermediate container f1f5d46f924e [2021-01-27T15:47:08.105Z] ---> b5185abfba4a [2021-01-27T15:47:08.105Z] [2021-01-27T15:47:08.105Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:47:08.105Z] Removing intermediate container b7119ace6f98 [2021-01-27T15:47:08.105Z] ---> a7697c5b4261 [2021-01-27T15:47:08.105Z] [2021-01-27T15:47:08.105Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T15:47:08.105Z] 3.12: Pulling from library/alpine [2021-01-27T15:47:08.105Z] Removing intermediate container aae8387e35f7 [2021-01-27T15:47:08.105Z] ---> ffa98c7422cf [2021-01-27T15:47:08.105Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T15:47:08.105Z] 3.12: Pulling from library/alpine [2021-01-27T15:47:08.105Z] ---> Running in 33e11df03cab [2021-01-27T15:47:08.105Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:47:08.105Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:47:08.105Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T15:47:08.105Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T15:47:08.105Z] Status: Image is up to date for alpine:3.12 [2021-01-27T15:47:08.105Z] ---> afeebe901d6b [2021-01-27T15:47:08.105Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T15:47:08.105Z] Status: Image is up to date for alpine:3.12 [2021-01-27T15:47:08.105Z] ---> afeebe901d6b [2021-01-27T15:47:08.105Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T15:47:08.105Z] ---> afeebe901d6b [2021-01-27T15:47:08.105Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:47:08.105Z] ---> Running in 1f36b9eee1c0 [2021-01-27T15:47:08.105Z] ---> Running in fdeb6406bf91 [2021-01-27T15:47:08.105Z] ---> Running in 9dbb01970d3e [2021-01-27T15:47:08.105Z] 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-27T15:47:10.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:10.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:10.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:10.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:10.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:10.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:10.697Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T15:47:10.697Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:47:10.972Z] OK: 5 MiB in 15 packages [2021-01-27T15:47:10.973Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T15:47:10.973Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T15:47:10.973Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:47:10.973Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T15:47:10.973Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T15:47:10.973Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:47:10.973Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T15:47:10.973Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:47:10.973Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:47:10.973Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:47:11.264Z] OK: 6 MiB in 16 packages [2021-01-27T15:47:11.264Z] OK: 7 MiB in 18 packages [2021-01-27T15:47:13.259Z] Removing intermediate container fdeb6406bf91 [2021-01-27T15:47:13.259Z] ---> 70d98b93bb47 [2021-01-27T15:47:13.259Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:47:13.532Z] ---> Running in 5178a5f68ab5 [2021-01-27T15:47:13.807Z] Removing intermediate container 33e11df03cab [2021-01-27T15:47:13.807Z] ---> 6e478b4e99c5 [2021-01-27T15:47:13.807Z] [2021-01-27T15:47:13.807Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T15:47:13.807Z] 20.10.0: Pulling from library/docker [2021-01-27T15:47:14.422Z] Removing intermediate container 639d2e219701 [2021-01-27T15:47:14.422Z] ---> 056f98e11db0 [2021-01-27T15:47:14.422Z] [2021-01-27T15:47:14.422Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:47:14.422Z] ---> afeebe901d6b [2021-01-27T15:47:14.422Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:47:14.422Z] ---> Using cache [2021-01-27T15:47:14.422Z] ---> 70d98b93bb47 [2021-01-27T15:47:14.422Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:47:14.422Z] ---> Using cache [2021-01-27T15:47:14.422Z] ---> 781617ad5299 [2021-01-27T15:47:14.422Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T15:47:14.700Z] Removing intermediate container 5178a5f68ab5 [2021-01-27T15:47:14.700Z] ---> 781617ad5299 [2021-01-27T15:47:14.700Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T15:47:14.700Z] ---> Running in f29e851e1aef [2021-01-27T15:47:14.976Z] Removing intermediate container 9dbb01970d3e [2021-01-27T15:47:14.976Z] ---> 9b51f393372e [2021-01-27T15:47:14.976Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:47:14.976Z] ---> Running in 48194efd8dc7 [2021-01-27T15:47:15.256Z] Removing intermediate container 1f36b9eee1c0 [2021-01-27T15:47:15.256Z] ---> 0920a1fb0e78 [2021-01-27T15:47:15.256Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:47:15.256Z] ---> Running in bfad6393b8be [2021-01-27T15:47:15.597Z] ---> Running in 0da2a8e4a8da [2021-01-27T15:47:15.597Z] Removing intermediate container f29e851e1aef [2021-01-27T15:47:15.597Z] ---> adbc8491b7de [2021-01-27T15:47:15.597Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:47:16.296Z] ---> Running in 6b3e6bd54099 [2021-01-27T15:47:16.296Z] Removing intermediate container 48194efd8dc7 [2021-01-27T15:47:16.296Z] ---> 1843a56a8902 [2021-01-27T15:47:16.296Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:47:16.296Z] Removing intermediate container bfad6393b8be [2021-01-27T15:47:16.296Z] ---> 7ad45cceab4e [2021-01-27T15:47:16.296Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T15:47:16.615Z] ---> Running in c0cd39482e93 [2021-01-27T15:47:16.615Z] Removing intermediate container 0da2a8e4a8da [2021-01-27T15:47:16.615Z] ---> 9dffeddd0089 [2021-01-27T15:47:16.615Z] Step 13/21 : WORKDIR /edgex [2021-01-27T15:47:16.915Z] ---> Running in 11a019ecefed [2021-01-27T15:47:16.915Z] Removing intermediate container 6b3e6bd54099 [2021-01-27T15:47:16.915Z] ---> a95d29fad8f4 [2021-01-27T15:47:16.915Z] Step 15/23 : WORKDIR / [2021-01-27T15:47:17.223Z] ---> Running in 6021f9bbbbdc [2021-01-27T15:47:17.542Z] ---> Running in c22d0261c7cd [2021-01-27T15:47:17.881Z] Removing intermediate container c0cd39482e93 [2021-01-27T15:47:17.881Z] ---> 4e2994f1ccaf [2021-01-27T15:47:17.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:47:18.182Z] Removing intermediate container 11a019ecefed [2021-01-27T15:47:18.182Z] ---> ecee982f7081 [2021-01-27T15:47:18.182Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T15:47:18.182Z] Removing intermediate container 6021f9bbbbdc [2021-01-27T15:47:18.182Z] ---> 416481af9859 [2021-01-27T15:47:18.182Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T15:47:18.493Z] ---> Running in 59860f74ce80 [2021-01-27T15:47:18.493Z] Removing intermediate container c22d0261c7cd [2021-01-27T15:47:18.493Z] ---> aa1dc79e42a4 [2021-01-27T15:47:18.493Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:47:19.232Z] Removing intermediate container 59860f74ce80 [2021-01-27T15:47:19.232Z] ---> 643501d04b7c [2021-01-27T15:47:19.232Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:47:19.677Z] ---> bc2acee72def [2021-01-27T15:47:19.677Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T15:47:19.677Z] ---> 78531c08bef5 [2021-01-27T15:47:19.677Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T15:47:20.384Z] ---> d8babc248a9e [2021-01-27T15:47:20.384Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T15:47:20.984Z] ---> 9f472b993824 [2021-01-27T15:47:20.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T15:47:22.431Z] ---> d9da5fe2be58 [2021-01-27T15:47:22.431Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T15:47:23.029Z] ---> 66f661bcd5ef [2021-01-27T15:47:23.029Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T15:47:23.029Z] ---> c06eed702ef5 [2021-01-27T15:47:23.029Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T15:47:23.302Z] ---> 37f816d763e2 [2021-01-27T15:47:23.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T15:47:23.904Z] ---> e9ee865a48ee [2021-01-27T15:47:23.904Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T15:47:24.186Z] ---> 9486549673d5 [2021-01-27T15:47:24.186Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T15:47:24.186Z] ---> Running in 7f87061523b4 [2021-01-27T15:47:24.795Z] ---> Running in e98941e6966b [2021-01-27T15:47:24.795Z] ---> 61a4a9b988d7 [2021-01-27T15:47:24.795Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T15:47:25.066Z] ---> c0a52ee8700a [2021-01-27T15:47:25.066Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T15:47:25.066Z] Removing intermediate container 7f87061523b4 [2021-01-27T15:47:25.066Z] ---> 625ed0cddd1f [2021-01-27T15:47:25.066Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:47:25.340Z] ---> Running in ccc706b84c83 [2021-01-27T15:47:25.614Z] ---> Running in f4998a32e114 [2021-01-27T15:47:25.614Z] ---> Running in 6a2616f92a27 [2021-01-27T15:47:25.788Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T15:47:25.788Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T15:47:25.788Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T15:47:25.788Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-27T15:47:25.788Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T15:47:25.788Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T15:47:25.788Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T15:47:25.788Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T15:47:25.788Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T15:47:25.788Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T15:47:25.788Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T15:47:25.788Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-27T15:47:25.788Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T15:47:25.788Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T15:47:25.788Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-27T15:47:25.788Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-27T15:47:25.788Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-27T15:47:25.788Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-27T15:47:25.788Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T15:47:25.788Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T15:47:25.788Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T15:47:25.788Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T15:47:25.788Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T15:47:25.788Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T15:47:25.788Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T15:47:25.788Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T15:47:25.788Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T15:47:25.788Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-27T15:47:25.788Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-27T15:47:25.788Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-27T15:47:25.788Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-27T15:47:25.789Z] Fetched 279 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-27T15:47:25.789Z] Fetched 122 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-27T15:47:25.789Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-27T15:47:25.789Z] Fetched 8848 B in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-27T15:47:25.789Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-27T15:47:25.789Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-27T15:47:25.789Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-27T15:47:25.789Z] Fetched 214 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-27T15:47:25.789Z] Fetched 155 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-27T15:47:25.789Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-27T15:47:25.789Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-27T15:47:25.789Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-27T15:47:25.789Z] Fetched 499 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-27T15:47:25.789Z] Fetched 111 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-27T15:47:25.789Z] Fetched 240 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-27T15:47:25.789Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-27T15:47:25.789Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-27T15:47:25.789Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-27T15:47:25.789Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-27T15:47:25.789Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-27T15:47:25.789Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-27T15:47:25.789Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-27T15:47:25.789Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-27T15:47:25.789Z] Fetched 8720 B in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-27T15:47:25.789Z] Fetched 137 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-27T15:47:25.789Z] Fetched 119 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-27T15:47:25.789Z] Fetched 109 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-27T15:47:25.789Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-27T15:47:25.789Z] Fetched 645 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-27T15:47:25.789Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-27T15:47:25.789Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-27T15:47:25.789Z] Fetched 368 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-27T15:47:25.789Z] Fetched 187 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-27T15:47:25.789Z] Fetched 175 kB in 0s (0 B/s) [2021-01-27T15:47:25.789Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-27T15:47:25.888Z] Removing intermediate container e98941e6966b [2021-01-27T15:47:25.888Z] ---> f9deb4e57be7 [2021-01-27T15:47:25.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:47:26.161Z] Removing intermediate container ccc706b84c83 [2021-01-27T15:47:26.161Z] ---> c6bb8cb85d5f [2021-01-27T15:47:26.161Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:47:26.435Z] ---> Running in 91ffc87e74d5 [2021-01-27T15:47:26.708Z] Removing intermediate container 6a2616f92a27 [2021-01-27T15:47:26.708Z] ---> bc7086d39f4e [2021-01-27T15:47:26.708Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T15:47:26.708Z] Removing intermediate container f4998a32e114 [2021-01-27T15:47:26.708Z] ---> 097f9c846045 [2021-01-27T15:47:26.708Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T15:47:26.988Z] ---> Running in c6328a48c499 [2021-01-27T15:47:26.988Z] ---> Running in 9d7190f60f7c [2021-01-27T15:47:26.988Z] ---> Running in 3a2df0f52b14 [2021-01-27T15:47:27.258Z] Removing intermediate container 91ffc87e74d5 [2021-01-27T15:47:27.258Z] ---> aef7a3c5776e [2021-01-27T15:47:27.258Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T15:47:27.531Z] ---> Running in c049384aecec [2021-01-27T15:47:27.531Z] Removing intermediate container c6328a48c499 [2021-01-27T15:47:27.531Z] ---> 2495c6872742 [2021-01-27T15:47:27.531Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T15:47:27.804Z] ---> Running in 552573e80670 [2021-01-27T15:47:27.804Z] Removing intermediate container 9d7190f60f7c [2021-01-27T15:47:27.804Z] ---> 8261f3c802c4 [2021-01-27T15:47:27.804Z] Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:47:27.804Z] Removing intermediate container 3a2df0f52b14 [2021-01-27T15:47:27.804Z] ---> e2cbeb3c4f53 [2021-01-27T15:47:27.804Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T15:47:28.081Z] ---> Running in 14163f90b9ee [2021-01-27T15:47:28.081Z] ---> Running in f030c21263a3 [2021-01-27T15:47:28.337Z] Fetched 206 kB in 0s (0 B/s) [2021-01-27T15:47:28.337Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-27T15:47:28.337Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-27T15:47:28.337Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-27T15:47:28.337Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-27T15:47:28.337Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-27T15:47:28.337Z] Fetched 159 kB in 0s (0 B/s) [2021-01-27T15:47:28.337Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-27T15:47:28.337Z] Fetched 107 kB in 0s (0 B/s) [2021-01-27T15:47:28.337Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-27T15:47:28.337Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-27T15:47:28.337Z] Pulling static-packages [2021-01-27T15:47:28.356Z] Removing intermediate container c049384aecec [2021-01-27T15:47:28.356Z] ---> 07760812da5a [2021-01-27T15:47:28.356Z] Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:47:28.356Z] Removing intermediate container 552573e80670 [2021-01-27T15:47:28.356Z] ---> 263ab6f3ccbc [2021-01-27T15:47:28.356Z] Step 21/22 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:47:28.356Z] ---> Running in b3f9baa9a8d5 [2021-01-27T15:47:28.636Z] ---> Running in 39586c892e29 [2021-01-27T15:47:28.909Z] Removing intermediate container 14163f90b9ee [2021-01-27T15:47:28.909Z] ---> 663ca1de029e [2021-01-27T15:47:28.909Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T15:47:28.909Z] Removing intermediate container f030c21263a3 [2021-01-27T15:47:28.909Z] ---> c45c7af372d2 [2021-01-27T15:47:28.909Z] Step 20/21 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:47:28.909Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T15:47:28.909Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T15:47:28.909Z] ---> eeaf43b92773 [2021-01-27T15:47:28.909Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T15:47:29.181Z] ---> Running in 4ce0d56517a3 [2021-01-27T15:47:29.181Z] ---> Running in 274f598090e4 [2021-01-27T15:47:29.181Z] Removing intermediate container b3f9baa9a8d5 [2021-01-27T15:47:29.181Z] ---> a8701ad8f868 [2021-01-27T15:47:29.181Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T15:47:29.181Z] ---> Running in 15ca7e6512cc [2021-01-27T15:47:29.278Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-27T15:47:29.278Z] Skipping pull go-build-helper (already ran) [2021-01-27T15:47:29.278Z] Skipping pull static-packages (already ran) [2021-01-27T15:47:29.278Z] Building go-build-helper [2021-01-27T15:47:29.454Z] Removing intermediate container 39586c892e29 [2021-01-27T15:47:29.454Z] ---> 488ef2755057 [2021-01-27T15:47:29.454Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T15:47:29.454Z] ---> Running in c204e4ff401d [2021-01-27T15:47:29.728Z] ---> Running in 46f03b38796b [2021-01-27T15:47:29.728Z] Removing intermediate container 4ce0d56517a3 [2021-01-27T15:47:29.728Z] ---> acaf46a72ec4 [2021-01-27T15:47:29.728Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T15:47:29.728Z] Removing intermediate container 274f598090e4 [2021-01-27T15:47:29.728Z] ---> 286c3bc08bdc [2021-01-27T15:47:29.728Z] [2021-01-27T15:47:30.328Z] ---> Running in dff697138ee1 [2021-01-27T15:47:30.328Z] Removing intermediate container c204e4ff401d [2021-01-27T15:47:30.328Z] ---> ab7ae23249a5 [2021-01-27T15:47:30.328Z] [2021-01-27T15:47:30.328Z] Removing intermediate container 46f03b38796b [2021-01-27T15:47:30.328Z] ---> 2dddc442de32 [2021-01-27T15:47:30.328Z] [2021-01-27T15:47:30.602Z] Successfully built 286c3bc08bdc [2021-01-27T15:47:30.602Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T15:47:30.602Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-27T15:47:30.877Z] Successfully built ab7ae23249a5 [2021-01-27T15:47:30.877Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T15:47:30.877Z]  Building docker-core-metadata-go ... done Removing intermediate container dff697138ee1 [2021-01-27T15:47:30.877Z] ---> 170ff1b46a2c [2021-01-27T15:47:30.877Z] [2021-01-27T15:47:30.877Z] Building docker-core-data-go [2021-01-27T15:47:30.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:30.877Z] Successfully built 2dddc442de32 [2021-01-27T15:47:31.151Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T15:47:31.151Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-27T15:47:31.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:31.424Z] Successfully built 170ff1b46a2c [2021-01-27T15:47:31.424Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T15:47:31.424Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-27T15:47:31.698Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T15:47:31.698Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T15:47:31.698Z] Executing bash-5.0.17-r0.post-install [2021-01-27T15:47:31.698Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:47:31.969Z] OK: 12 MiB in 22 packages [2021-01-27T15:47:33.398Z] Removing intermediate container 15ca7e6512cc [2021-01-27T15:47:33.398Z] ---> 6437f7782725 [2021-01-27T15:47:33.398Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T15:47:33.398Z] ---> Running in 4ed03a7d24d6 [2021-01-27T15:47:33.483Z] Building static-packages [2021-01-27T15:47:33.673Z] Removing intermediate container 4ed03a7d24d6 [2021-01-27T15:47:33.673Z] ---> 06a892685ef6 [2021-01-27T15:47:33.673Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T15:47:33.945Z] ---> Running in 96df1c570985 [2021-01-27T15:47:34.217Z] Removing intermediate container 96df1c570985 [2021-01-27T15:47:34.217Z] ---> d998ff7d397c [2021-01-27T15:47:34.217Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T15:47:34.490Z] ---> Running in 36d3752e0690 [2021-01-27T15:47:34.869Z] Staging go-build-helper [2021-01-27T15:47:35.083Z] Removing intermediate container 36d3752e0690 [2021-01-27T15:47:35.083Z] ---> 51e475dd9e57 [2021-01-27T15:47:35.083Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T15:47:35.813Z] Staging static-packages [2021-01-27T15:47:36.754Z] Pulling go115 [2021-01-27T15:47:37.339Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-27T15:47:37.339Z] Skipping pull go115 (already ran) [2021-01-27T15:47:37.339Z] Building go115 [2021-01-27T15:47:37.339Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:47:37.339Z] Dload Upload Total Spent Left Speed [2021-01-27T15:47:38.458Z] ---> 2ff1c707fcb8 [2021-01-27T15:47:38.458Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T15:47:40.218Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7647k 0 0 21.2M 0 0:00:05 --:--:-- 0:00:05 21.2M 44 115M 44 51.1M 0 0 37.8M 0 0:00:03 0:00:01 0:00:02 37.8M 78 115M 78 91.1M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 100 115M 100 115M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M [2021-01-27T15:47:40.443Z] ---> beaa69720222 [2021-01-27T15:47:40.444Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T15:47:40.791Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-27T15:47:41.884Z] ---> b07a4a717649 [2021-01-27T15:47:41.884Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T15:47:41.884Z] ---> Running in 0e3ff255086b [2021-01-27T15:47:42.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:43.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:47:44.111Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T15:47:44.111Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T15:47:44.111Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T15:47:44.111Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T15:47:44.111Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T15:47:44.111Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T15:47:44.111Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T15:47:44.997Z] Staging go115 [2021-01-27T15:47:47.490Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T15:47:47.490Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T15:47:47.491Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T15:47:47.491Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T15:47:47.491Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T15:47:47.491Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T15:47:47.491Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T15:47:47.491Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T15:47:47.491Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T15:47:47.491Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T15:47:47.491Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T15:47:47.491Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T15:47:47.491Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T15:47:47.491Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T15:47:47.491Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T15:47:47.491Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T15:47:47.491Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T15:47:47.491Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T15:47:47.491Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T15:47:47.765Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T15:47:47.765Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T15:47:47.765Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T15:47:47.765Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T15:47:47.765Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T15:47:47.765Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T15:47:47.765Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T15:47:48.038Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:47:48.039Z] OK: 71 MiB in 55 packages [2021-01-27T15:47:50.292Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T15:47:50.292Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T15:47:50.292Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T15:47:50.292Z] Fetched 0 B in 0s (0 B/s) [2021-01-27T15:47:50.292Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-27T15:47:50.292Z] Fetched 224 kB in 0s (0 B/s) [2021-01-27T15:47:50.292Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-27T15:47:50.292Z] Fetched 157 kB in 0s (0 B/s) [2021-01-27T15:47:50.292Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-27T15:47:50.292Z] Fetched 221 kB in 0s (0 B/s) [2021-01-27T15:47:50.292Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-27T15:47:50.292Z] Fetched 143 kB in 0s (0 B/s) [2021-01-27T15:47:50.292Z] Pulling edgex-go [2021-01-27T15:47:50.868Z] Pulling version [2021-01-27T15:47:51.810Z] Building config-common [2021-01-27T15:47:53.722Z] Skipping build go-build-helper (already ran) [2021-01-27T15:47:53.722Z] Skipping build static-packages (already ran) [2021-01-27T15:47:53.722Z] Skipping build go115 (already ran) [2021-01-27T15:47:53.982Z] Building edgex-go [2021-01-27T15:47:53.982Z] 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-27T15:47:55.391Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-27T15:47:55.391Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-27T15:47:55.391Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-27T15:47:55.391Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-27T15:47:55.391Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-27T15:47:55.391Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-27T15:47:55.391Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-27T15:47:55.391Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-27T15:47:55.391Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-27T15:47:55.391Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-27T15:47:55.391Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-27T15:47:55.391Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-27T15:47:55.391Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-27T15:47:55.391Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-27T15:47:55.391Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-27T15:47:55.391Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-27T15:47:55.391Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-27T15:47:55.391Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-27T15:47:55.391Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-27T15:47:55.391Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-27T15:47:55.391Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-27T15:47:55.391Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-27T15:47:55.391Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-27T15:47:55.663Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-27T15:47:55.663Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-27T15:47:55.663Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-27T15:47:58.211Z] Removing intermediate container 0e3ff255086b [2021-01-27T15:47:58.211Z] ---> 3a80d05ab992 [2021-01-27T15:47:58.211Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T15:47:58.211Z] ---> Running in b54494f2c002 [2021-01-27T15:48:03.807Z] 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-27T15:48:04.924Z] Collecting docker-compose==1.23.2 [2021-01-27T15:48:04.924Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T15:48:05.197Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T15:48:05.197Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T15:48:05.792Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T15:48:05.792Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T15:48:07.103Z] 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-27T15:48:07.677Z] 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-27T15:48:07.764Z] 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-27T15:48:08.036Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T15:48:08.311Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T15:48:08.589Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T15:48:08.589Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T15:48:08.617Z] 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-27T15:48:08.878Z] 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-27T15:48:08.878Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-27T15:48:09.140Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-27T15:48:09.140Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-27T15:48:09.140Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-27T15:48:10.528Z] 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-27T15:48:10.528Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-27T15:48:10.528Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-27T15:48:11.912Z] 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-27T15:48:11.983Z] Collecting PyYAML<4,>=3.10 [2021-01-27T15:48:11.983Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T15:48:12.854Z] 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-27T15:48:12.854Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-27T15:48:14.243Z] 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-27T15:48:15.185Z] 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-27T15:48:16.126Z] 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-27T15:48:16.126Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-27T15:48:16.286Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T15:48:16.286Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T15:48:16.286Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T15:48:16.286Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T15:48:17.068Z] 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-27T15:48:17.068Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-27T15:48:19.615Z] Building version [2021-01-27T15:48:19.690Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:48:19.690Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:48:19.690Z] ---> 380458349494 [2021-01-27T15:48:19.690Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T15:48:19.690Z] ---> Using cache [2021-01-27T15:48:19.690Z] ---> d2dca166d8c4 [2021-01-27T15:48:19.690Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:48:19.690Z] ---> Using cache [2021-01-27T15:48:19.690Z] ---> 3d8ff6440c97 [2021-01-27T15:48:19.690Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T15:48:19.690Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T15:48:19.690Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T15:48:19.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:48:19.690Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:48:19.690Z] ---> 380458349494 [2021-01-27T15:48:19.690Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:48:19.690Z] ---> Using cache [2021-01-27T15:48:19.690Z] ---> d2dca166d8c4 [2021-01-27T15:48:19.690Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:48:19.690Z] ---> Using cache [2021-01-27T15:48:19.690Z] ---> 3d8ff6440c97 [2021-01-27T15:48:19.690Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T15:48:19.973Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:48:19.973Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:48:19.973Z] ---> 380458349494 [2021-01-27T15:48:19.973Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T15:48:19.973Z] ---> Using cache [2021-01-27T15:48:19.973Z] ---> d2dca166d8c4 [2021-01-27T15:48:19.973Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:48:19.973Z] ---> Using cache [2021-01-27T15:48:19.973Z] ---> 3d8ff6440c97 [2021-01-27T15:48:19.973Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T15:48:19.973Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T15:48:19.973Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T15:48:19.973Z] ---> 380458349494 [2021-01-27T15:48:19.973Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T15:48:19.973Z] ---> Using cache [2021-01-27T15:48:19.973Z] ---> d2dca166d8c4 [2021-01-27T15:48:19.973Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:48:19.973Z] ---> Using cache [2021-01-27T15:48:19.973Z] ---> 3d8ff6440c97 [2021-01-27T15:48:19.973Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T15:48:21.406Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T15:48:21.406Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T15:48:21.531Z] Staging config-common [2021-01-27T15:48:22.475Z] Skipping stage go-build-helper (already ran) [2021-01-27T15:48:22.475Z] Skipping stage static-packages (already ran) [2021-01-27T15:48:22.475Z] Skipping stage go115 (already ran) [2021-01-27T15:48:22.475Z] Staging edgex-go [2021-01-27T15:48:22.840Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T15:48:22.841Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T15:48:23.417Z] Staging version [2021-01-27T15:48:23.448Z] Collecting idna<2.8,>=2.5 [2021-01-27T15:48:23.448Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T15:48:23.448Z] 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-27T15:48:23.448Z] 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-27T15:48:23.448Z] ---> Running in fe37c19b1efe [2021-01-27T15:48:23.448Z] ---> Running in 01bbb7d11d94 [2021-01-27T15:48:23.448Z] ---> Running in 751993e67186 [2021-01-27T15:48:23.448Z] ---> Running in 406613290e0e [2021-01-27T15:48:24.360Z] Priming config-common [2021-01-27T15:48:24.432Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T15:48:24.432Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T15:48:24.711Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T15:48:24.711Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T15:48:24.711Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T15:48:24.711Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T15:48:25.304Z] Priming go-build-helper [2021-01-27T15:48:25.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:25.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:25.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:25.858Z] Installing collected packages: jsonschema, texttable, websocket-client, docopt, PyYAML, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose [2021-01-27T15:48:25.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:25.875Z] Priming static-packages [2021-01-27T15:48:26.131Z] Running setup.py install for texttable: started [2021-01-27T15:48:26.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:26.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:26.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:26.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:27.961Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T15:48:28.233Z] Running setup.py install for docopt: started [2021-01-27T15:48:28.567Z] Priming go115 [2021-01-27T15:48:28.830Z] OK: 217 MiB in 51 packages [2021-01-27T15:48:28.830Z] OK: 217 MiB in 51 packages [2021-01-27T15:48:29.157Z] Priming edgex-go [2021-01-27T15:48:29.448Z] OK: 217 MiB in 51 packages [2021-01-27T15:48:30.170Z] Priming version [2021-01-27T15:48:30.431Z] OK: 217 MiB in 51 packages [2021-01-27T15:48:30.431Z] Removing intermediate container fe37c19b1efe [2021-01-27T15:48:30.431Z] ---> d3d9d0cdcd09 [2021-01-27T15:48:30.431Z] Step 6/23 : COPY go.mod . [2021-01-27T15:48:30.431Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T15:48:30.431Z] Running setup.py install for PyYAML: started [2021-01-27T15:48:30.431Z] Removing intermediate container 01bbb7d11d94 [2021-01-27T15:48:30.710Z] ---> 6c0c6bc341d7 [2021-01-27T15:48:30.710Z] Step 6/23 : COPY go.mod . [2021-01-27T15:48:30.988Z] Removing intermediate container 406613290e0e [2021-01-27T15:48:30.988Z] ---> 93f3bdf7a35f [2021-01-27T15:48:30.988Z] Step 6/24 : COPY go.mod . [2021-01-27T15:48:31.260Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-27T15:48:31.593Z] ---> 7176d26b6fed [2021-01-27T15:48:31.593Z] Step 7/23 : RUN go mod download [2021-01-27T15:48:31.868Z] ---> 2f50df8160a6 [2021-01-27T15:48:31.869Z] Step 7/23 : RUN go mod download [2021-01-27T15:48:31.869Z] ---> Running in f19582842f63 [2021-01-27T15:48:31.869Z] ---> Running in 0338aa982260 [2021-01-27T15:48:32.146Z] Removing intermediate container 751993e67186 [2021-01-27T15:48:32.146Z] ---> 266f92670270 [2021-01-27T15:48:32.146Z] Step 6/33 : COPY go.mod . [2021-01-27T15:48:32.146Z] ---> 30656d2e4997 [2021-01-27T15:48:32.146Z] Step 7/24 : RUN go mod download [2021-01-27T15:48:32.752Z] ---> Running in ae31de10c459 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-27T15:48:33.739Z] ---> 491c05d857d6 [2021-01-27T15:48:33.739Z] Step 7/33 : RUN go mod download [2021-01-27T15:48:33.739Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T15:48:33.739Z] Attempting uninstall: idna [2021-01-27T15:48:33.739Z] Found existing installation: idna 2.9 [2021-01-27T15:48:33.739Z] Uninstalling idna-2.9: [2021-01-27T15:48:33.739Z] ---> Running in 2fab7e17748b [Pipeline] } [2021-01-27T15:48:34.015Z] Successfully uninstalled idna-2.9 [2021-01-27T15:48:34.613Z] Attempting uninstall: urllib3 [2021-01-27T15:48:34.613Z] Found existing installation: urllib3 1.25.9 [2021-01-27T15:48:34.613Z] Uninstalling urllib3-1.25.9: [2021-01-27T15:48:34.895Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T15:48:35.878Z] Attempting uninstall: requests [2021-01-27T15:48:35.878Z] Found existing installation: requests 2.23.0 [2021-01-27T15:48:35.878Z] Uninstalling requests-2.23.0: [2021-01-27T15:48:35.878Z] Successfully uninstalled requests-2.23.0 [2021-01-27T15:48:36.165Z] Removing intermediate container f19582842f63 [2021-01-27T15:48:36.165Z] ---> 1845de1c080e [2021-01-27T15:48:36.165Z] Step 8/23 : COPY . . [2021-01-27T15:48:37.160Z] Removing intermediate container 0338aa982260 [2021-01-27T15:48:37.160Z] ---> dd58a103feca [2021-01-27T15:48:37.160Z] Step 8/23 : COPY . . [2021-01-27T15:48:37.160Z] Removing intermediate container ae31de10c459 [2021-01-27T15:48:37.160Z] ---> 697cc1852e8c [2021-01-27T15:48:37.160Z] Step 8/24 : COPY . . [2021-01-27T15:48:37.435Z] Running setup.py install for dockerpty: started [2021-01-27T15:48:38.032Z] Removing intermediate container 2fab7e17748b [2021-01-27T15:48:38.032Z] ---> 565b975e1d57 [2021-01-27T15:48:38.032Z] Step 8/33 : COPY . . [2021-01-27T15:48:40.007Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T15:48:40.984Z] 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-27T15:48:53.391Z] Removing intermediate container b54494f2c002 [2021-01-27T15:48:53.391Z] ---> 1d7b406d052c [2021-01-27T15:48:53.391Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T15:48:53.391Z] ---> Running in 67e9ded70559 [2021-01-27T15:48:54.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:55.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:48:55.698Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:48:55.698Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T15:48:55.698Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T15:48:55.698Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:48:55.973Z] OK: 71 MiB in 58 packages [2021-01-27T15:48:59.375Z] ---> f8ef75cc4f26 [2021-01-27T15:48:59.375Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T15:48:59.375Z] Removing intermediate container 67e9ded70559 [2021-01-27T15:48:59.375Z] ---> 767ef9c2daa5 [2021-01-27T15:48:59.375Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T15:48:59.375Z] ---> Running in 6f753d5a9d78 [2021-01-27T15:48:59.375Z] ---> Running in 7dcba645fb7a [2021-01-27T15:48:59.651Z] ---> a02d8da57e67 [2021-01-27T15:48:59.651Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T15:48:59.651Z] ---> b37df8285d8b [2021-01-27T15:48:59.651Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T15:48:59.651Z] ---> b3175b79a706 [2021-01-27T15:48:59.651Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T15:48:59.937Z] ---> Running in 36a416b112f6 [2021-01-27T15:48:59.937Z] ---> Running in 05bd7893a7a3 [2021-01-27T15:48:59.937Z] ---> Running in 99d4491a217d [2021-01-27T15:49:00.209Z] Removing intermediate container 7dcba645fb7a [2021-01-27T15:49:00.209Z] ---> a2fde57920e0 [2021-01-27T15:49:00.209Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:49:00.488Z] ---> Running in f953e0b99882 [2021-01-27T15:49:00.791Z] Removing intermediate container 05bd7893a7a3 [2021-01-27T15:49:00.791Z] ---> 79557524a4d7 [2021-01-27T15:49:00.791Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T15:49:00.791Z] 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-27T15:49:01.068Z] ---> Running in ef2b0e70727e [2021-01-27T15:49:01.344Z] Removing intermediate container f953e0b99882 [2021-01-27T15:49:01.344Z] ---> cdb0905d2765 [2021-01-27T15:49:01.344Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T15:49:01.617Z] ---> Running in a2feb93cb441 [2021-01-27T15:49:01.890Z] 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-27T15:49:02.171Z] 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-27T15:49:02.171Z] Removing intermediate container a2feb93cb441 [2021-01-27T15:49:02.171Z] ---> 2ef6e2e98b94 [2021-01-27T15:49:02.171Z] Step 25/26 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:49:02.441Z] ---> Running in 771addd7ad53 [2021-01-27T15:49:03.046Z] Removing intermediate container 771addd7ad53 [2021-01-27T15:49:03.046Z] ---> e6ef1c9d4f50 [2021-01-27T15:49:03.046Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T15:49:03.320Z] 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-27T15:49:03.321Z] ---> Running in 96f568578113 [2021-01-27T15:49:03.924Z] Removing intermediate container 96f568578113 [2021-01-27T15:49:03.924Z] ---> 0969be0f74b1 [2021-01-27T15:49:03.924Z] [2021-01-27T15:49:04.524Z] Successfully built 0969be0f74b1 [2021-01-27T15:49:04.524Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T15:50:12.547Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-27T15:50:12.547Z] 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-27T15:50:17.966Z] Removing intermediate container 99d4491a217d [2021-01-27T15:50:17.966Z] ---> cb8ed47a54d7 [2021-01-27T15:50:17.966Z] [2021-01-27T15:50:17.966Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T15:50:17.966Z] ---> afeebe901d6b [2021-01-27T15:50:17.966Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T15:50:17.966Z] ---> Running in 22320e893843 [2021-01-27T15:50:19.402Z] Removing intermediate container 6f753d5a9d78 [2021-01-27T15:50:19.402Z] ---> 93e167ee430c [2021-01-27T15:50:19.402Z] [2021-01-27T15:50:19.402Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:50:19.402Z] ---> afeebe901d6b [2021-01-27T15:50:19.402Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T15:50:19.402Z] ---> Using cache [2021-01-27T15:50:19.402Z] ---> 70d98b93bb47 [2021-01-27T15:50:19.402Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T15:50:19.402Z] ---> Using cache [2021-01-27T15:50:19.402Z] ---> 781617ad5299 [2021-01-27T15:50:19.402Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T15:50:19.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:50:19.677Z] ---> Running in 34c13f882978 [2021-01-27T15:50:19.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:50:20.224Z] Removing intermediate container 34c13f882978 [2021-01-27T15:50:20.224Z] ---> 6c834f869765 [2021-01-27T15:50:20.224Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T15:50:20.498Z] ---> Running in c46be065295b [2021-01-27T15:50:20.774Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T15:50:20.774Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T15:50:20.774Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T15:50:20.774Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T15:50:20.774Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T15:50:21.061Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:50:21.061Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T15:50:21.343Z] OK: 7 MiB in 19 packages [2021-01-27T15:50:21.343Z] Removing intermediate container c46be065295b [2021-01-27T15:50:21.343Z] ---> 182d209a4e1e [2021-01-27T15:50:21.343Z] Step 15/23 : WORKDIR / [2021-01-27T15:50:21.641Z] ---> Running in 19abd5dddb2b [2021-01-27T15:50:22.627Z] Removing intermediate container 19abd5dddb2b [2021-01-27T15:50:22.627Z] ---> affe48daa0b9 [2021-01-27T15:50:22.627Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:50:24.066Z] Removing intermediate container 22320e893843 [2021-01-27T15:50:24.066Z] ---> 3db4e3484de1 [2021-01-27T15:50:24.066Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T15:50:24.066Z] ---> 599734e5c2ac [2021-01-27T15:50:24.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T15:50:24.066Z] ---> Running in 33bda0349fe4 [2021-01-27T15:50:25.056Z] Removing intermediate container 33bda0349fe4 [2021-01-27T15:50:25.056Z] ---> 8554bbded406 [2021-01-27T15:50:25.056Z] Step 13/24 : WORKDIR / [2021-01-27T15:50:25.056Z] ---> Running in a55e5de39abe [2021-01-27T15:50:25.665Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T15:50:25.665Z] + cd /tmp/build/dist/linux [2021-01-27T15:50:25.665Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T15:50:25.665Z] Cloning into '.'... [2021-01-27T15:50:25.944Z]  ---> 4a6a29d54341 [2021-01-27T15:50:25.944Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T15:50:25.944Z] Removing intermediate container a55e5de39abe [2021-01-27T15:50:25.944Z] ---> 63bbf4e3cc17 [2021-01-27T15:50:25.944Z] 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-27T15:50:25.944Z] + go get github.com/robfig/glock [2021-01-27T15:50:26.925Z]  ---> 47ce82781c84 [2021-01-27T15:50:26.925Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T15:50:27.199Z] ---> 42efb4c87151 [2021-01-27T15:50:27.199Z] 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-27T15:50:27.199Z] ---> Running in 03c7d659b9f7 [2021-01-27T15:50:27.796Z] Removing intermediate container 03c7d659b9f7 [2021-01-27T15:50:27.796Z] ---> 5d7577044184 [2021-01-27T15:50:27.796Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:50:28.068Z] ---> Running in e5ec694281a0 [2021-01-27T15:50:28.354Z] ---> 7beb90d1379c [2021-01-27T15:50:28.354Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T15:50:28.354Z] Removing intermediate container e5ec694281a0 [2021-01-27T15:50:28.354Z] ---> 20503d175d9b [2021-01-27T15:50:28.354Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T15:50:28.628Z] ---> Running in f9cfe305c6e0 [2021-01-27T15:50:29.227Z] Removing intermediate container f9cfe305c6e0 [2021-01-27T15:50:29.227Z] ---> 356bcc66e2e2 [2021-01-27T15:50:29.227Z] Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:50:29.227Z] ---> e7c0d44294e3 [2021-01-27T15:50:29.227Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T15:50:29.227Z] ---> Running in 097be9d711ce [2021-01-27T15:50:30.208Z] Removing intermediate container 097be9d711ce [2021-01-27T15:50:30.208Z] ---> 872c1083827a [2021-01-27T15:50:30.208Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T15:50:30.482Z] ---> Running in dfa79be4eeb6 [2021-01-27T15:50:30.482Z] ---> def06260f85e [2021-01-27T15:50:30.482Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T15:50:30.755Z] Removing intermediate container dfa79be4eeb6 [2021-01-27T15:50:30.755Z] ---> 90e01af9d97b [2021-01-27T15:50:30.755Z] [2021-01-27T15:50:31.354Z] Successfully built 90e01af9d97b [2021-01-27T15:50:31.354Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T15:50:32.338Z]  Building docker-core-command-go ... done  ---> 6b6205ce73ed [2021-01-27T15:50:32.338Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T15:50:33.315Z] ---> 5ea3225d4e1c [2021-01-27T15:50:33.315Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-27T15:50:33.597Z] ---> Running in b602bb48caff [2021-01-27T15:50:36.241Z] Removing intermediate container b602bb48caff [2021-01-27T15:50:36.241Z] ---> 985285262eb6 [2021-01-27T15:50:36.241Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T15:50:36.241Z] ---> Running in 3749d7164d04 [2021-01-27T15:50:36.854Z] Removing intermediate container 3749d7164d04 [2021-01-27T15:50:36.854Z] ---> 93dc241beebb [2021-01-27T15:50:36.854Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T15:50:36.854Z] ---> Running in 303f253cae99 [2021-01-27T15:50:37.837Z] Removing intermediate container 303f253cae99 [2021-01-27T15:50:37.837Z] ---> dca107fb6452 [2021-01-27T15:50:37.837Z] Step 23/24 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:50:37.837Z] ---> Running in 3936c94a7da0 [2021-01-27T15:50:38.829Z] Removing intermediate container 3936c94a7da0 [2021-01-27T15:50:38.829Z] ---> dc20a71d0447 [2021-01-27T15:50:38.829Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T15:50:39.102Z] ---> Running in 83b7951b7341 [2021-01-27T15:50:40.081Z] Removing intermediate container 83b7951b7341 [2021-01-27T15:50:40.081Z] ---> ebd730e93385 [2021-01-27T15:50:40.081Z] [2021-01-27T15:50:40.680Z] Removing intermediate container 36a416b112f6 [2021-01-27T15:50:40.680Z] ---> 79c0ddbfdee2 [2021-01-27T15:50:40.680Z] [2021-01-27T15:50:40.680Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T15:50:40.680Z] ---> afeebe901d6b [2021-01-27T15:50:40.680Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T15:50:40.680Z] Successfully built ebd730e93385 [2021-01-27T15:50:40.680Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T15:50:40.954Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 48d1f98b8762 [2021-01-27T15:50:41.228Z] Removing intermediate container 48d1f98b8762 [2021-01-27T15:50:41.228Z] ---> a2976444de2c [2021-01-27T15:50:41.228Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T15:50:41.503Z] ---> Running in a5c560434736 [2021-01-27T15:50:42.100Z] Removing intermediate container a5c560434736 [2021-01-27T15:50:42.100Z] ---> 25cc10e39719 [2021-01-27T15:50:42.100Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T15:50:42.100Z] ---> Running in 8a1c2d814c58 [2021-01-27T15:50:42.709Z] Removing intermediate container 8a1c2d814c58 [2021-01-27T15:50:42.709Z] ---> 25c70d5bb9ea [2021-01-27T15:50:42.709Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T15:50:42.709Z] ---> Running in 77ff6ff1899a [2021-01-27T15:50:44.696Z] + glock sync -n [2021-01-27T15:50:44.969Z] Removing intermediate container 77ff6ff1899a [2021-01-27T15:50:44.969Z] ---> 71a6abf268a1 [2021-01-27T15:50:44.969Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T15:50:45.239Z] ---> Running in 9782dda1775f [2021-01-27T15:50:46.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:50:47.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:50:49.069Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T15:50:49.341Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T15:50:49.341Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T15:50:49.612Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T15:50:49.883Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T15:50:49.883Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T15:50:49.883Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T15:50:49.883Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T15:50:50.161Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T15:50:50.161Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T15:50:50.161Z] + git describe '--abbrev=0' --tags [2021-01-27T15:50:50.161Z] + TAG=v0.6.1 [2021-01-27T15:50:50.161Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T15:50:50.161Z] + apk --print-arch [2021-01-27T15:50:50.161Z] + arch=aarch64 [2021-01-27T15:50:50.161Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T15:50:50.161Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T15:50:50.161Z] building [dockerize] for arm64 ... [2021-01-27T15:50:50.161Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:50:50.161Z] OK: 8 MiB in 20 packages [2021-01-27T15:50:52.136Z] Removing intermediate container 9782dda1775f [2021-01-27T15:50:52.136Z] ---> 8a81fc297710 [2021-01-27T15:50:52.136Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:50:52.728Z] ---> e04298f9a71e [2021-01-27T15:50:52.728Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T15:50:54.151Z] ---> 39b5a361dc8d [2021-01-27T15:50:54.151Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T15:50:54.425Z] + date [2021-01-27T15:50:54.425Z] Wed Jan 27 15:50:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T15:50:54.425Z] + echo 'Wed Jan 27 15:50:54 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T15:50:54.697Z]  ---> 5a4883b1853d [2021-01-27T15:50:54.697Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T15:50:54.968Z] ---> Running in 55fc1ecde529 [2021-01-27T15:50:55.560Z] Removing intermediate container 55fc1ecde529 [2021-01-27T15:50:55.560Z] ---> 8cf04103c126 [2021-01-27T15:50:55.560Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T15:50:55.837Z] ---> Running in 7ef397156c2d [2021-01-27T15:50:56.438Z] Removing intermediate container 7ef397156c2d [2021-01-27T15:50:56.438Z] ---> e8cf304c9d14 [2021-01-27T15:50:56.438Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T15:50:57.032Z] ---> Running in 3a48388996c6 [2021-01-27T15:50:57.668Z] Removing intermediate container 3a48388996c6 [2021-01-27T15:50:57.668Z] ---> c857c0598d26 [2021-01-27T15:50:57.668Z] Step 22/23 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:50:57.954Z] ---> Running in 337ca3c692d4 [2021-01-27T15:50:58.571Z] Removing intermediate container 337ca3c692d4 [2021-01-27T15:50:58.571Z] ---> f0f36aebe4f5 [2021-01-27T15:50:58.571Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T15:50:58.851Z] ---> Running in 6dc21c8e2f84 [2021-01-27T15:50:59.481Z] Removing intermediate container 6dc21c8e2f84 [2021-01-27T15:50:59.481Z] ---> 01b330d550d3 [2021-01-27T15:50:59.481Z] [2021-01-27T15:51:00.102Z] Successfully built 01b330d550d3 [2021-01-27T15:51:00.102Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T15:51:02.134Z]  Building docker-core-data-go ... done Removing intermediate container ef2b0e70727e [2021-01-27T15:51:02.134Z] ---> 544e7e9bfeb3 [2021-01-27T15:51:02.134Z] [2021-01-27T15:51:02.134Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T15:51:02.134Z] ---> afeebe901d6b [2021-01-27T15:51:02.134Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T15:51:02.411Z] ---> Running in 31d6e49d17c3 [2021-01-27T15:51:03.016Z] Removing intermediate container 31d6e49d17c3 [2021-01-27T15:51:03.016Z] ---> 1ac72acf492e [2021-01-27T15:51:03.016Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T15:51:03.016Z] ---> Running in 98183b634786 [2021-01-27T15:51:04.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T15:51:04.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T15:51:04.867Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T15:51:04.867Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T15:51:04.867Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T15:51:04.867Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T15:51:04.867Z] OK: 6 MiB in 17 packages [2021-01-27T15:51:06.296Z] Removing intermediate container 98183b634786 [2021-01-27T15:51:06.296Z] ---> dced8d1b2d3a [2021-01-27T15:51:06.296Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T15:51:06.296Z] ---> Running in bd908cc241ff [2021-01-27T15:51:06.568Z] Removing intermediate container bd908cc241ff [2021-01-27T15:51:06.568Z] ---> 2a0a587aecc7 [2021-01-27T15:51:06.568Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T15:51:06.843Z] ---> Running in b40fb2d16b75 [2021-01-27T15:51:07.116Z] Removing intermediate container b40fb2d16b75 [2021-01-27T15:51:07.116Z] ---> ec4d4db9023b [2021-01-27T15:51:07.116Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T15:51:07.388Z] ---> Running in 37183fd7684a [2021-01-27T15:51:09.354Z] Removing intermediate container 37183fd7684a [2021-01-27T15:51:09.354Z] ---> 82e871192b96 [2021-01-27T15:51:09.354Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T15:51:09.626Z] ---> Running in 44105848ff1b [2021-01-27T15:51:09.897Z] Removing intermediate container 44105848ff1b [2021-01-27T15:51:09.897Z] ---> 36bb9ba8efbd [2021-01-27T15:51:09.897Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T15:51:11.336Z] ---> d8ce5f728668 [2021-01-27T15:51:11.336Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T15:51:11.925Z] ---> 21dd8dbd83ef [2021-01-27T15:51:11.925Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T15:51:11.925Z] ---> Running in 1d0623260048 [2021-01-27T15:51:13.893Z] Removing intermediate container 1d0623260048 [2021-01-27T15:51:13.893Z] ---> f05017901eef [2021-01-27T15:51:13.893Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T15:51:14.866Z] ---> eba5fd53faac [2021-01-27T15:51:14.866Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T15:51:15.841Z] ---> fb74ae12f954 [2021-01-27T15:51:15.841Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T15:51:16.818Z] ---> 606d20a083d7 [2021-01-27T15:51:16.818Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T15:51:17.791Z] ---> 68e8cc097a8d [2021-01-27T15:51:17.791Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T15:51:18.384Z] ---> 29d258d3ed65 [2021-01-27T15:51:18.384Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T15:51:18.976Z] ---> Running in 4df6806d2680 [2021-01-27T15:51:19.248Z] Removing intermediate container 4df6806d2680 [2021-01-27T15:51:19.248Z] ---> 260afe51f330 [2021-01-27T15:51:19.248Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T15:51:20.223Z] ---> cc6c4d68de4c [2021-01-27T15:51:20.223Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T15:51:20.494Z] ---> Running in 5aacd94142dd [2021-01-27T15:51:23.099Z] Removing intermediate container 5aacd94142dd [2021-01-27T15:51:23.099Z] ---> ddccf23c4266 [2021-01-27T15:51:23.099Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T15:51:23.099Z] ---> Running in b0152ff29c25 [2021-01-27T15:51:23.691Z] Removing intermediate container b0152ff29c25 [2021-01-27T15:51:23.691Z] ---> 87550e3d762a [2021-01-27T15:51:23.691Z] Step 30/33 : CMD ["gate"] [2021-01-27T15:51:23.963Z] ---> Running in 14f8b6b22d1a [2021-01-27T15:51:24.555Z] Removing intermediate container 14f8b6b22d1a [2021-01-27T15:51:24.555Z] ---> b6cac0126172 [2021-01-27T15:51:24.555Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T15:51:24.826Z] ---> Running in db95082363e5 [2021-01-27T15:51:25.416Z] Removing intermediate container db95082363e5 [2021-01-27T15:51:25.416Z] ---> 557543654a0a [2021-01-27T15:51:25.416Z] Step 32/33 : LABEL git_sha=d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-27T15:51:25.693Z] ---> Running in 5a3bfc9fc079 [2021-01-27T15:51:26.284Z] Removing intermediate container 5a3bfc9fc079 [2021-01-27T15:51:26.284Z] ---> 1f16f5ce7942 [2021-01-27T15:51:26.284Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T15:51:26.875Z] ---> Running in 9c01f4077883 [2021-01-27T15:51:27.146Z] Removing intermediate container 9c01f4077883 [2021-01-27T15:51:27.146Z] ---> adf1d7c83ac8 [2021-01-27T15:51:27.146Z] [2021-01-27T15:51:27.739Z] Successfully built adf1d7c83ac8 [2021-01-27T15:51:27.739Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T15:51:28.023Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-27T15:51:28.008Z] $ docker stop --time=1 bff7a10ac22ea20bea5c4e87d1f01c870687ed46b83709a7283db2018a801ce6 [2021-01-27T15:51:29.943Z] $ docker rm -f bff7a10ac22ea20bea5c4e87d1f01c870687ed46b83709a7283db2018a801ce6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T15:51:30.697Z] + grep docker [2021-01-27T15:51:30.697Z] + docker images [2021-01-27T15:51:30.967Z] docker-security-bootstrapper-go-arm64 latest adf1d7c83ac8 4 seconds ago 31.9MB [2021-01-27T15:51:30.967Z] docker-core-data-go-arm64 latest 01b330d550d3 31 seconds ago 21MB [2021-01-27T15:51:30.967Z] docker-security-secretstore-setup-go-arm64 latest ebd730e93385 51 seconds ago 23.4MB [2021-01-27T15:51:30.967Z] docker-core-command-go-arm64 latest 90e01af9d97b About a minute ago 15.4MB [2021-01-27T15:51:30.967Z] docker-sys-mgmt-agent-go-arm64 latest 0969be0f74b1 2 minutes ago 300MB [2021-01-27T15:51:30.967Z] docker-support-notifications-go-arm64 latest 2dddc442de32 4 minutes ago 16MB [2021-01-27T15:51:30.967Z] docker-security-proxy-setup-go-arm64 latest 170ff1b46a2c 4 minutes ago 23.2MB [2021-01-27T15:51:30.967Z] docker-core-metadata-go-arm64 latest ab7ae23249a5 4 minutes ago 17.7MB [2021-01-27T15:51:30.967Z] docker-support-scheduler-go-arm64 latest 286c3bc08bdc 4 minutes ago 15.5MB [2021-01-27T15:51:30.967Z] docker 20.10.0 eeaf43b92773 6 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-27T15:51:33.628Z] provisioning config files... [2021-01-27T15:51:33.645Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4013145454813401967tmp [Pipeline] { [Pipeline] sh [2021-01-27T15:51:34.039Z] + set +x [2021-01-27T15:51:34.039Z] + curl -s https://codecov.io/bash [2021-01-27T15:51:34.039Z] + bash -s -- [2021-01-27T15:51:34.616Z] [2021-01-27T15:51:34.616Z] _____ _ [2021-01-27T15:51:34.616Z] / ____| | | [2021-01-27T15:51:34.616Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T15:51:34.616Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T15:51:34.616Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T15:51:34.616Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T15:51:34.616Z] Bash-20210115-cec3c92 [2021-01-27T15:51:34.616Z] [2021-01-27T15:51:34.616Z] [2021-01-27T15:51:34.616Z] ==> git version 2.24.3 found [2021-01-27T15:51:34.616Z] ==> 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-27T15:51:34.616Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T15:51:34.616Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T15:51:34.616Z] ==> Jenkins CI detected. [2021-01-27T15:51:34.616Z] project root: . [2021-01-27T15:51:34.616Z] --> token set from env [2021-01-27T15:51:34.616Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T15:51:34.616Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T15:51:34.616Z] ==> Python coveragepy not found [2021-01-27T15:51:34.616Z] ==> Searching for coverage reports in: [2021-01-27T15:51:34.616Z] + . [2021-01-27T15:51:34.616Z] -> Found 1 reports [2021-01-27T15:51:34.616Z] ==> Detecting git/mercurial file structure [2021-01-27T15:51:34.616Z] ==> Reading reports [2021-01-27T15:51:34.616Z] + ./coverage.out bytes=564700 [2021-01-27T15:51:34.878Z] ==> Appending adjustments [2021-01-27T15:51:34.878Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T15:51:38.198Z] + Found adjustments [2021-01-27T15:51:38.198Z] ==> Gzipping contents [2021-01-27T15:51:38.198Z] 84K /tmp/codecov.Tfbqwd.gz [2021-01-27T15:51:38.198Z] ==> Uploading reports [2021-01-27T15:51:38.198Z] url: https://codecov.io [2021-01-27T15:51:38.198Z] query: branch=PR-3088&commit=d3d087662b0c1d6890045bf75bc5d8c78beda443&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-01-27T15:51:38.198Z] -> Pinging Codecov [2021-01-27T15:51:38.198Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3088&commit=d3d087662b0c1d6890045bf75bc5d8c78beda443&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-01-27T15:51:38.773Z] -> Uploading to [2021-01-27T15:51:38.773Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/d3d087662b0c1d6890045bf75bc5d8c78beda443/56240064-1971-45dd-b411-6a60c3f4b6cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T155138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03303761433f20776f58a6ce4543ddadb51b3498c63a1e136b6165f7133f6180 [2021-01-27T15:51:38.773Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T15:51:38.773Z] Dload Upload Total Spent Left Speed [2021-01-27T15:51:39.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85455 0 0 100 85455 0 150k --:--:-- --:--:-- --:--:-- 149k [2021-01-27T15:51:39.036Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d3d087662b0c1d6890045bf75bc5d8c78beda443 [Pipeline] } [2021-01-27T15:51:39.047Z] 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-27T15:51:41.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:51:42.685Z] ---> package-listing.sh [2021-01-27T15:51:42.686Z] ++ facter osfamily [2021-01-27T15:51:42.686Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T15:51:42.686Z] + OS_FAMILY=redhat [2021-01-27T15:51:42.686Z] + workspace=/w/workspace/edgex-go/3 [2021-01-27T15:51:42.686Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T15:51:42.686Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T15:51:42.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T15:51:42.686Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T15:51:42.686Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-27T15:51:42.686Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T15:51:42.686Z] + case "${OS_FAMILY}" in [2021-01-27T15:51:42.686Z] + rpm -qa [2021-01-27T15:51:42.686Z] + sort [2021-01-27T15:51:47.994Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T15:51:47.994Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T15:51:47.994Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T15:51:47.994Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-27T15:51:47.994Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-27T15:51:47.994Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-27T15:51:48.008Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T15:51:48.305Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:51:48.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T15:51:48.615Z] [2021-01-27T15:51:48.615Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T15:51:48.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T15:51:48.973Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T15:51:48.973Z] df20fa9351a1: Pulling fs layer [2021-01-27T15:51:48.973Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T15:51:48.973Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T15:51:48.973Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T15:51:48.973Z] 93b61091891f: Pulling fs layer [2021-01-27T15:51:48.973Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T15:51:48.973Z] 5e14af77c1be: Pulling fs layer [2021-01-27T15:51:48.973Z] 01666e4c0597: Pulling fs layer [2021-01-27T15:51:48.973Z] aa168da1d23b: Pulling fs layer [2021-01-27T15:51:48.973Z] 46f8f816bc3b: Waiting [2021-01-27T15:51:48.973Z] 5e14af77c1be: Waiting [2021-01-27T15:51:48.973Z] 93b61091891f: Waiting [2021-01-27T15:51:48.973Z] 93b9cdb0e59b: Waiting [2021-01-27T15:51:48.973Z] aa168da1d23b: Waiting [2021-01-27T15:51:48.973Z] 01666e4c0597: Waiting [2021-01-27T15:51:48.973Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T15:51:48.973Z] 36b3adc4ff6f: Download complete [2021-01-27T15:51:48.973Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T15:51:48.973Z] 46f8f816bc3b: Download complete [2021-01-27T15:51:49.235Z] df20fa9351a1: Verifying Checksum [2021-01-27T15:51:49.235Z] df20fa9351a1: Download complete [2021-01-27T15:51:49.235Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T15:51:49.235Z] 93b9cdb0e59b: Download complete [2021-01-27T15:51:49.235Z] 5e14af77c1be: Verifying Checksum [2021-01-27T15:51:49.235Z] 5e14af77c1be: Download complete [2021-01-27T15:51:49.235Z] 93b61091891f: Verifying Checksum [2021-01-27T15:51:49.235Z] 93b61091891f: Download complete [2021-01-27T15:51:49.235Z] 01666e4c0597: Download complete [2021-01-27T15:51:49.812Z] df20fa9351a1: Pull complete [2021-01-27T15:51:49.812Z] 36b3adc4ff6f: Pull complete [2021-01-27T15:51:50.083Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T15:51:50.083Z] 8ad3a11d3b57: Download complete [2021-01-27T15:51:51.041Z] 8ad3a11d3b57: Pull complete [2021-01-27T15:51:51.041Z] 46f8f816bc3b: Pull complete [2021-01-27T15:51:52.007Z] aa168da1d23b: Verifying Checksum [2021-01-27T15:51:52.007Z] aa168da1d23b: Download complete [2021-01-27T15:51:53.400Z] 93b61091891f: Pull complete [2021-01-27T15:51:53.663Z] 93b9cdb0e59b: Pull complete [2021-01-27T15:51:53.663Z] 5e14af77c1be: Pull complete [2021-01-27T15:51:53.930Z] 01666e4c0597: Pull complete [2021-01-27T15:52:04.058Z] aa168da1d23b: Pull complete [2021-01-27T15:52:04.058Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T15:52:04.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T15:52:04.058Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T15:52:04.308Z] prd-centos7-docker-4c-2g-23410 does not seem to be running inside a container [2021-01-27T15:52:04.558Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-27T15:52:09.316Z] $ docker top 043c8ed137544fa60694d5cc4494934638e801c28f58a365d628925bc7beaed5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T15:52:11.330Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T15:52:11.639Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T15:52:11.949Z] + ls /var/log/sa-host [2021-01-27T15:52:11.949Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T15:52:11.949Z] file_magic: OK [2021-01-27T15:52:11.949Z] HZ: Using current value: 100 [2021-01-27T15:52:11.949Z] file_header: OK [2021-01-27T15:52:11.949Z] 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-27T15:52:11.949Z] Statistics: [2021-01-27T15:52:11.949Z] Hnuu...uuuununununu... [2021-01-27T15:52:11.949Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T15:52:11.949Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T15:52:11.949Z] file_magic: OK [2021-01-27T15:52:11.949Z] HZ: Using current value: 100 [2021-01-27T15:52:11.949Z] file_header: OK [2021-01-27T15:52:11.949Z] 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-27T15:52:11.949Z] Statistics: [2021-01-27T15:52:11.949Z] 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-27T15:52:11.949Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T15:52:12.596Z] provisioning config files... [2021-01-27T15:52:12.623Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2552376932481942061tmp [Pipeline] { [Pipeline] echo [2021-01-27T15:52:12.731Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:52:13.036Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T15:52:13.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T15:52:13.155Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:52:13.458Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T15:52:13.469Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:52:13.772Z] ---> sudo-logs.sh [2021-01-27T15:52:13.772Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T15:52:13.783Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:52:14.083Z] ---> job-cost.sh [2021-01-27T15:52:14.083Z] lf-activate-venv: SKIPPING [2021-01-27T15:52:14.083Z] INFO: No Stack... [2021-01-27T15:52:15.039Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T15:52:15.613Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T15:52:15.627Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T15:52:15.928Z] ---> logs-deploy.sh [2021-01-27T15:52:15.928Z] lf-activate-venv: SKIPPING [2021-01-27T15:52:15.928Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/3 [2021-01-27T15:52:15.928Z] INFO: archiving workspace using pattern(s): [2021-01-27T15:52:17.890Z] Archives upload complete. [2021-01-27T15:52:17.890Z] INFO: archiving logs to Nexus