Pull request #3022 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 df7eaa583f48bd0cefe0e9af00d8477318667731 rather than 1bac17d6dcf996777ea52846b7e7406e81d168da Obtained Jenkinsfile from df7eaa583f48bd0cefe0e9af00d8477318667731 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-23947’ Running on prd-centos7-docker-4c-2g-23950 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 1bac17d6dcf996777ea52846b7e7406e81d168da Merge succeeded, producing 1bac17d6dcf996777ea52846b7e7406e81d168da Checking out Revision 1bac17d6dcf996777ea52846b7e7406e81d168da (PR-3022) > git config core.sparsecheckout # timeout=10 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # 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 df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 Commit message: "feat(scheduler): Modify import path for V2 go module" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T09:38:01.671Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T09:38:01.927Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T09:38:02.032Z] ========================================================= [2021-01-29T09:38:02.032Z] EdgeX Global Pipelines Version Info [2021-01-29T09:38:02.032Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 30b865eca32920bcbafc0788b5b9bf8963456df1 # timeout=10 [2021-01-29T09:38:03.500Z] ------------------- [2021-01-29T09:38:03.500Z] stable info: [2021-01-29T09:38:03.500Z] ------------------- [2021-01-29T09:38:03.501Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T09:38:03.501Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T09:38:03.501Z] Message: update stable to v1.0.179 [2021-01-29T09:38:04.489Z] ------------------- [2021-01-29T09:38:04.489Z] experimental info: [2021-01-29T09:38:04.489Z] ------------------- [2021-01-29T09:38:04.489Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T09:38:04.489Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T09:38:04.489Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T09:38:04.808Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T09:38:04.932Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T09:38:05.043Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T09:38:05.184Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T09:38:05.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T09:38:05.375Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T09:38:05.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T09:38:05.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T09:38:05.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T09:38:05.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T09:38:05.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T09:38:05.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T09:38:06.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T09:38:06.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T09:38:06.196Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T09:38:06.280Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T09:38:06.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T09:38:06.473Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T09:38:06.590Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T09:38:06.676Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T09:38:06.774Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T09:38:06.867Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T09:38:06.969Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T09:38:07.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3022 [Pipeline] echo [2021-01-29T09:38:07.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3022 [Pipeline] echo [2021-01-29T09:38:07.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3022 [Pipeline] echo [2021-01-29T09:38:07.286Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1bac17d6dcf996777ea52846b7e7406e81d168da [Pipeline] echo [2021-01-29T09:38:07.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1bac17d [Pipeline] echo [2021-01-29T09:38:07.464Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T09:38:07.624Z] provisioning config files... [2021-01-29T09:38:07.652Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6512842281547679059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:38:08.008Z] ---> docker-login.sh [2021-01-29T09:38:08.008Z] nexus3.edgexfoundry.org:10001 [2021-01-29T09:38:08.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:38:08.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:38:08.272Z] Configure a credential helper to remove this warning. See [2021-01-29T09:38:08.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:38:08.272Z] [2021-01-29T09:38:08.272Z] Login Succeeded [2021-01-29T09:38:08.272Z] nexus3.edgexfoundry.org:10002 [2021-01-29T09:38:08.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:38:08.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:38:08.537Z] Configure a credential helper to remove this warning. See [2021-01-29T09:38:08.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:38:08.537Z] [2021-01-29T09:38:08.537Z] Login Succeeded [2021-01-29T09:38:08.537Z] nexus3.edgexfoundry.org:10003 [2021-01-29T09:38:08.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:38:08.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:38:08.801Z] Configure a credential helper to remove this warning. See [2021-01-29T09:38:08.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:38:08.801Z] [2021-01-29T09:38:08.801Z] Login Succeeded [2021-01-29T09:38:08.801Z] nexus3.edgexfoundry.org:10004 [2021-01-29T09:38:08.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:38:09.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:38:09.063Z] Configure a credential helper to remove this warning. See [2021-01-29T09:38:09.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:38:09.063Z] [2021-01-29T09:38:09.063Z] Login Succeeded [2021-01-29T09:38:09.063Z] docker.io [2021-01-29T09:38:09.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:38:09.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:38:09.325Z] Configure a credential helper to remove this warning. See [2021-01-29T09:38:09.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:38:09.325Z] [2021-01-29T09:38:09.325Z] Login Succeeded [2021-01-29T09:38:09.325Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T09:38:09.334Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T09:38:09.835Z] ++ 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-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T09:38:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T09:38:09.836Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T09:38:09.836Z] ++ cut -d/ -f2 [2021-01-29T09:38:09.836Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T09:38:09.911Z] 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-29T09:38:11.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T09:38:11.151Z] [2021-01-29T09:38:11.151Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:38:11.618Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T09:38:11.618Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T09:38:11.618Z] 31603596830f: Pulling fs layer [2021-01-29T09:38:11.618Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T09:38:11.618Z] 6ca5941a6612: Pulling fs layer [2021-01-29T09:38:11.618Z] ecc8261a40a4: Pulling fs layer [2021-01-29T09:38:11.618Z] ecc8261a40a4: Waiting [2021-01-29T09:38:11.618Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T09:38:11.618Z] 2a8b12db71e7: Download complete [2021-01-29T09:38:11.618Z] 31603596830f: Verifying Checksum [2021-01-29T09:38:11.618Z] 31603596830f: Download complete [2021-01-29T09:38:11.885Z] ecc8261a40a4: Verifying Checksum [2021-01-29T09:38:11.885Z] ecc8261a40a4: Download complete [2021-01-29T09:38:11.885Z] 6ca5941a6612: Verifying Checksum [2021-01-29T09:38:11.885Z] 6ca5941a6612: Download complete [2021-01-29T09:38:12.147Z] 31603596830f: Pull complete [2021-01-29T09:38:12.147Z] 2a8b12db71e7: Pull complete [2021-01-29T09:38:13.106Z] 6ca5941a6612: Pull complete [2021-01-29T09:38:13.370Z] ecc8261a40a4: Pull complete [2021-01-29T09:38:13.370Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T09:38:13.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T09:38:13.370Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T09:38:13.551Z] prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container [2021-01-29T09:38:13.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T09:38:16.283Z] $ docker top a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T09:38:16.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T09:38:16.577Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T09:38:16.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T09:38:16.839Z] $ docker exec a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent [2021-01-29T09:38:17.021Z] SSH_AUTH_SOCK=/tmp/ssh-Uiv2aajcwvkH/agent.12 [2021-01-29T09:38:17.021Z] SSH_AGENT_PID=17 [2021-01-29T09:38:17.036Z] Running ssh-add (command line suppressed) [2021-01-29T09:38:17.156Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4160631807520594191.key (/w/workspace/edgex-go/6@tmp/private_key_4160631807520594191.key) [2021-01-29T09:38:17.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T09:38:17.549Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T09:38:17.575Z] $ docker exec --env ******** --env ******** a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent -k [2021-01-29T09:38:17.690Z] unset SSH_AUTH_SOCK; [2021-01-29T09:38:17.690Z] unset SSH_AGENT_PID; [2021-01-29T09:38:17.690Z] echo Agent pid 17 killed; [2021-01-29T09:38:17.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T09:38:17.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T09:38:17.887Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T09:38:18.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T09:38:18.059Z] $ docker exec a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent [2021-01-29T09:38:18.219Z] SSH_AUTH_SOCK=/tmp/ssh-0E3oJsdTldXS/agent.46 [2021-01-29T09:38:18.219Z] SSH_AGENT_PID=51 [2021-01-29T09:38:18.226Z] Running ssh-add (command line suppressed) [2021-01-29T09:38:18.345Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1475692000574186289.key (/w/workspace/edgex-go/6@tmp/private_key_1475692000574186289.key) [2021-01-29T09:38:18.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T09:38:18.734Z] + git semver init [2021-01-29T09:38:18.734Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T09:38:18.734Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-29T09:38:18.734Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-29T09:38:18.734Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T09:38:18.734Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T09:38:18.734Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T09:38:18.734Z] # $SEMVER_BRANCH = PR-3022 [2021-01-29T09:38:18.734Z] # $SEMVER_TEMP = /tmp/semver-629294196 [2021-01-29T09:38:18.734Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T09:38:45.370Z] # '/tmp/semver-629294196' -> '/w/workspace/edgex-go/6/.semver' [2021-01-29T09:38:45.634Z] # -> Force: false [2021-01-29T09:38:45.634Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-29T09:38:45.650Z] $ docker exec --env ******** --env ******** a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent -k [2021-01-29T09:38:45.871Z] unset SSH_AUTH_SOCK; [2021-01-29T09:38:45.871Z] unset SSH_AGENT_PID; [2021-01-29T09:38:45.871Z] echo Agent pid 51 killed; [2021-01-29T09:38:45.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T09:38:46.402Z] + git semver [Pipeline] } [2021-01-29T09:38:46.423Z] $ docker stop --time=1 a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 [2021-01-29T09:38:47.990Z] $ docker rm -f a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T09:38:48.527Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T09:38:49.025Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T09:38:49.027Z] [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-29T09:38:49.901Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:38:50.203Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:38:50.502Z] + sudo service docker restart [2021-01-29T09:38:50.502Z] + true [2021-01-29T09:38:50.502Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T09:38:51.093Z] ========================================================= [2021-01-29T09:38:51.093Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T09:38:51.093Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:38:51.434Z] + 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-29T09:38:54.757Z] Sending build context to Docker daemon 327.4MB [2021-01-29T09:38:54.757Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T09:38:54.757Z] Step 2/6 : FROM ${BASE} [2021-01-29T09:38:54.757Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T09:38:54.757Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T09:38:54.757Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T09:38:54.757Z] de9db76c5a1d: Pulling fs layer [2021-01-29T09:38:54.757Z] bca2f99d35d6: Pulling fs layer [2021-01-29T09:38:54.757Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T09:38:54.757Z] 7c6f9722023f: Pulling fs layer [2021-01-29T09:38:54.757Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T09:38:54.757Z] 93359f2a8cfa: Waiting [2021-01-29T09:38:54.757Z] 7c6f9722023f: Waiting [2021-01-29T09:38:54.757Z] a35cf1a2eb13: Waiting [2021-01-29T09:38:54.757Z] bca2f99d35d6: Waiting [2021-01-29T09:38:54.757Z] de9db76c5a1d: Download complete [2021-01-29T09:38:54.757Z] 0ef7d3d256c8: Download complete [2021-01-29T09:38:54.757Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T09:38:54.757Z] 93359f2a8cfa: Download complete [2021-01-29T09:38:54.757Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T09:38:54.757Z] 188c0c94c7c5: Download complete [2021-01-29T09:38:54.757Z] 7c6f9722023f: Verifying Checksum [2021-01-29T09:38:54.757Z] 7c6f9722023f: Download complete [2021-01-29T09:38:55.333Z] 188c0c94c7c5: Pull complete [2021-01-29T09:38:55.597Z] 0ef7d3d256c8: Pull complete [2021-01-29T09:38:55.597Z] de9db76c5a1d: Pull complete [2021-01-29T09:38:57.003Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T09:38:57.003Z] a35cf1a2eb13: Download complete [2021-01-29T09:38:57.265Z] bca2f99d35d6: Verifying Checksum [2021-01-29T09:38:57.265Z] bca2f99d35d6: Download complete [2021-01-29T09:39:02.595Z] bca2f99d35d6: Pull complete [2021-01-29T09:39:02.595Z] 93359f2a8cfa: Pull complete [2021-01-29T09:39:02.595Z] 7c6f9722023f: Pull complete [2021-01-29T09:39:04.384Z] Still waiting to schedule task [2021-01-29T09:39:04.385Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-23948’ is offline [2021-01-29T09:39:06.831Z] a35cf1a2eb13: Pull complete [2021-01-29T09:39:06.831Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T09:39:06.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T09:39:06.831Z] ---> a62c8e92a672 [2021-01-29T09:39:06.831Z] 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-29T09:39:06.831Z] ---> Running in 2cd6c0a2c653 [2021-01-29T09:39:07.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:39:08.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:39:08.624Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T09:39:08.887Z] (2/12) Installing file (5.38-r0) [2021-01-29T09:39:08.887Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T09:39:09.150Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T09:39:14.482Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T09:39:14.482Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T09:39:14.482Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T09:39:14.482Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T09:39:14.482Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T09:39:14.482Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T09:39:14.482Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T09:39:14.482Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T09:39:14.482Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:39:14.482Z] OK: 233 MiB in 51 packages [2021-01-29T09:39:18.706Z] Removing intermediate container 2cd6c0a2c653 [2021-01-29T09:39:18.706Z] ---> 66d411951207 [2021-01-29T09:39:18.706Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T09:39:18.706Z] ---> Running in e1bb47c236a2 [2021-01-29T09:39:18.970Z] Removing intermediate container e1bb47c236a2 [2021-01-29T09:39:18.970Z] ---> 356bf150d45a [2021-01-29T09:39:18.970Z] Step 5/6 : COPY go.mod . [2021-01-29T09:39:19.233Z] ---> c6b90be3e78f [2021-01-29T09:39:19.233Z] Step 6/6 : RUN go mod download [2021-01-29T09:39:19.233Z] ---> Running in 2a66f656e310 [2021-01-29T09:39:41.252Z] Removing intermediate container 2a66f656e310 [2021-01-29T09:39:41.252Z] ---> 019ee596ecfe [2021-01-29T09:39:41.252Z] Successfully built 019ee596ecfe [2021-01-29T09:39:41.252Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:39:41.578Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T09:39:41.578Z] . [Pipeline] withDockerContainer [2021-01-29T09:39:41.684Z] prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container [2021-01-29T09:39:41.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T09:39:42.649Z] $ docker top 35ec0694b76f2363e6606b1ad37def0eaea491f31576a96523059eee516b793d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:39:43.177Z] + go version [2021-01-29T09:39:43.177Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T09:39:43.200Z] $ docker stop --time=1 35ec0694b76f2363e6606b1ad37def0eaea491f31576a96523059eee516b793d [2021-01-29T09:39:44.554Z] $ docker rm -f 35ec0694b76f2363e6606b1ad37def0eaea491f31576a96523059eee516b793d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:39:45.348Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T09:39:45.349Z] . [Pipeline] withDockerContainer [2021-01-29T09:39:45.450Z] prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container [2021-01-29T09:39:45.499Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T09:39:46.114Z] $ docker top 68f91b715cabf4feba0f01e32d0cd61383c4bf54daab9872ac3c938417f5ba5a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T09:39:46.289Z] ========================================================= [2021-01-29T09:39:46.289Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T09:39:46.289Z] ========================================================= [Pipeline] sh [2021-01-29T09:39:46.583Z] + make test [2021-01-29T09:39:46.583Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T09:39:54.773Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T09:40:13.072Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T09:40:14.525Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T09:40:15.492Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T09:40:15.492Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T09:40:15.492Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T09:40:18.874Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T09:40:18.874Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T09:40:18.874Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T09:40:18.874Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T09:40:18.874Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T09:40:18.874Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T09:40:20.828Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T09:40:20.828Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T09:40:20.828Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T09:40:22.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.0% of statements [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T09:40:22.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T09:40:22.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements [2021-01-29T09:40:28.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T09:40:28.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T09:40:28.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T09:40:28.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 65.8% of statements [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T09:40:28.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.3% of statements [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T09:40:28.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T09:40:29.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2021-01-29T09:40:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T09:40:29.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T09:40:29.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T09:40:29.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T09:40:29.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T09:40:29.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements [2021-01-29T09:40:29.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T09:40:29.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-29T09:40:29.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T09:40:29.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-01-29T09:40:29.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T09:40:29.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-29T09:40:29.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T09:40:29.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2021-01-29T09:40:29.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T09:40:29.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T09:40:29.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T09:40:29.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T09:40:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T09:40:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T09:40:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T09:40:32.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T09:40:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 43.8% of statements [2021-01-29T09:40:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2021-01-29T09:40:32.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-01-29T09:40:32.692Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-01-29T09:40:32.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.150s coverage: 63.5% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T09:40:45.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.269s coverage: 84.0% of statements [2021-01-29T09:40:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 47.1% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.073s coverage: 100.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T09:40:45.251Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T09:40:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T09:40:45.517Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-01-29T09:40:45.517Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T09:40:45.517Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T09:40:45.517Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-01-29T09:40:45.779Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-01-29T09:40:46.352Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-29T09:40:46.614Z] GO111MODULE=on go vet ./... [2021-01-29T09:40:47.896Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23951 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [Pipeline] { [Pipeline] ws [2021-01-29T09:40:47.953Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-29T09:40:52.800Z] using credential edgex-jenkins-ssh [2021-01-29T09:40:52.869Z] Cloning the remote Git repository [2021-01-29T09:40:52.941Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T09:40:53.056Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-29T09:40:53.133Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T09:40:53.134Z] > git --version # timeout=10 [2021-01-29T09:40:53.152Z] > git --version # 'git version 2.17.1' [2021-01-29T09:40:53.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:40:53.245Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:41:07.542Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T09:41:07.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:41:07.596Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T09:41:07.628Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T09:41:07.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:41:07.639Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T09:41:08.405Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:41:08.838Z] Merge succeeded, producing 1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:41:08.839Z] Checking out Revision 1bac17d6dcf996777ea52846b7e7406e81d168da (PR-3022) [2021-01-29T09:41:08.419Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:41:08.434Z] > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 [2021-01-29T09:41:08.747Z] > git remote # timeout=10 [2021-01-29T09:41:08.766Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T09:41:08.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:41:08.794Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T09:41:08.817Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T09:41:08.843Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:41:08.861Z] > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 [2021-01-29T09:41:13.487Z] Commit message: "feat(scheduler): Modify import path for V2 go module" [2021-01-29T09:41:13.537Z] gofmt -l . [2021-01-29T09:41:13.537Z] [ "`gofmt -l .`" = "" ] [2021-01-29T09:41:13.537Z] ./bin/test-go-mod-tidy.sh [2021-01-29T09:41:13.537Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T09:41:13.846Z] + ls -al . [2021-01-29T09:41:13.846Z] total 672 [2021-01-29T09:41:13.846Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 09:41 . [2021-01-29T09:41:13.846Z] drwxr-xr-x 4 root root 28 Jan 29 09:39 .. [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 09:37 .dockerignore [2021-01-29T09:41:13.846Z] drwxrwxr-x 8 1001 1001 179 Jan 29 09:38 .git [2021-01-29T09:41:13.846Z] drwxrwxr-x 3 1001 1001 125 Jan 29 09:37 .github [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 09:37 .gitignore [2021-01-29T09:41:13.846Z] drwx------ 3 1001 1001 60 Jan 29 09:38 .semver [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 09:37 .sonarcloud.properties [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 09:37 Attribution.txt [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 09:37 CONTRIBUTING.md [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 09:37 Dockerfile.build [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 09:37 Jenkinsfile [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 09:37 LICENSE [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 09:37 Makefile [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 09:37 README.md [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 09:37 SECURITY.md [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 09:38 VERSION [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 09:37 ZMQWindows.md [2021-01-29T09:41:13.846Z] drwxrwxr-x 2 1001 1001 117 Jan 29 09:37 bin [2021-01-29T09:41:13.846Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 09:37 cmd [2021-01-29T09:41:13.846Z] -rw-r--r-- 1 root root 568476 Jan 29 09:40 coverage.out [2021-01-29T09:41:13.846Z] -rw-r--r-- 1 root root 1054 Jan 29 09:41 go.mod [2021-01-29T09:41:13.846Z] -rw-r--r-- 1 root root 19289 Jan 29 09:41 go.sum [2021-01-29T09:41:13.846Z] drwxrwxr-x 8 1001 1001 127 Jan 29 09:37 internal [2021-01-29T09:41:13.846Z] drwxrwxr-x 4 1001 1001 26 Jan 29 09:37 openapi [2021-01-29T09:41:13.846Z] drwxrwxr-x 4 1001 1001 71 Jan 29 09:37 snap [2021-01-29T09:41:13.846Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 09:37 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-29T09:41:14.153Z] + '[' -e coverage.out ] [2021-01-29T09:41:14.153Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T09:41:14.383Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T09:41:15.391Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-29T09:41:15.419Z] + make build [2021-01-29T09:41:15.419Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh [2021-01-29T09:41:15.810Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T09:41:16.199Z] + sudo service docker restart [2021-01-29T09:41:16.199Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T09:41:18.259Z] provisioning config files... [2021-01-29T09:41:18.298Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1486556003730419040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:41:18.697Z] ---> docker-login.sh [2021-01-29T09:41:18.697Z] nexus3.edgexfoundry.org:10001 [2021-01-29T09:41:18.736Z] 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-29T09:41:19.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:41:19.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:41:19.959Z] Configure a credential helper to remove this warning. See [2021-01-29T09:41:19.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:41:19.959Z] [2021-01-29T09:41:19.959Z] Login Succeeded [2021-01-29T09:41:19.959Z] nexus3.edgexfoundry.org:10002 [2021-01-29T09:41:20.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:41:20.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:41:20.505Z] Configure a credential helper to remove this warning. See [2021-01-29T09:41:20.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:41:20.505Z] [2021-01-29T09:41:20.505Z] Login Succeeded [2021-01-29T09:41:20.505Z] nexus3.edgexfoundry.org:10003 [2021-01-29T09:41:20.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:41:21.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:41:21.051Z] Configure a credential helper to remove this warning. See [2021-01-29T09:41:21.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:41:21.051Z] [2021-01-29T09:41:21.051Z] Login Succeeded [2021-01-29T09:41:21.051Z] nexus3.edgexfoundry.org:10004 [2021-01-29T09:41:21.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:41:21.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:41:21.598Z] Configure a credential helper to remove this warning. See [2021-01-29T09:41:21.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:41:21.598Z] [2021-01-29T09:41:21.598Z] Login Succeeded [2021-01-29T09:41:21.598Z] docker.io [2021-01-29T09:41:21.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T09:41:22.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T09:41:22.469Z] Configure a credential helper to remove this warning. See [2021-01-29T09:41:22.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T09:41:22.469Z] [2021-01-29T09:41:22.469Z] Login Succeeded [2021-01-29T09:41:22.469Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T09:41:22.485Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T09:41:22.950Z] ========================================================= [2021-01-29T09:41:22.950Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T09:41:22.950Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:41:23.326Z] + 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-29T09:41:25.973Z] Sending build context to Docker daemon 166.1MB [2021-01-29T09:41:25.973Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T09:41:25.973Z] Step 2/6 : FROM ${BASE} [2021-01-29T09:41:25.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T09:41:25.973Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T09:41:25.973Z] a4357932f1b6: Pulling fs layer [2021-01-29T09:41:25.973Z] 18c013af1878: Pulling fs layer [2021-01-29T09:41:25.973Z] 00ac8860ef70: Pulling fs layer [2021-01-29T09:41:25.973Z] 63d7cb157983: Pulling fs layer [2021-01-29T09:41:25.973Z] b116817d02f9: Pulling fs layer [2021-01-29T09:41:25.973Z] 745a02a5169b: Pulling fs layer [2021-01-29T09:41:25.973Z] 00ac8860ef70: Waiting [2021-01-29T09:41:25.973Z] 63d7cb157983: Waiting [2021-01-29T09:41:25.973Z] b116817d02f9: Waiting [2021-01-29T09:41:25.973Z] 745a02a5169b: Waiting [2021-01-29T09:41:25.973Z] 18c013af1878: Download complete [2021-01-29T09:41:25.973Z] a4357932f1b6: Download complete [2021-01-29T09:41:25.973Z] 63d7cb157983: Verifying Checksum [2021-01-29T09:41:25.973Z] 63d7cb157983: Download complete [2021-01-29T09:41:26.571Z] b116817d02f9: Download complete [2021-01-29T09:41:26.571Z] 5f621e34cdf4: Download complete [2021-01-29T09:41:26.968Z] 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-29T09:41:27.177Z] 5f621e34cdf4: Pull complete [2021-01-29T09:41:27.234Z] 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-29T09:41:27.793Z] a4357932f1b6: Pull complete [2021-01-29T09:41:28.085Z] 18c013af1878: Pull complete [2021-01-29T09:41:28.628Z] 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-29T09:41:29.073Z] 745a02a5169b: Verifying Checksum [2021-01-29T09:41:29.073Z] 745a02a5169b: Download complete [2021-01-29T09:41:29.204Z] 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-29T09:41:30.053Z] 00ac8860ef70: Verifying Checksum [2021-01-29T09:41:30.053Z] 00ac8860ef70: Download complete [2021-01-29T09:41:30.603Z] 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-29T09:41:32.013Z] 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-29T09:41:32.966Z] 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-29T09:41:34.360Z] 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-29T09:41:35.308Z] 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-29T09:41:36.258Z] 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-29T09:41:37.207Z] 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-29T09:41:39.173Z] $ docker stop --time=1 68f91b715cabf4feba0f01e32d0cd61383c4bf54daab9872ac3c938417f5ba5a [2021-01-29T09:41:40.220Z] 00ac8860ef70: Pull complete [2021-01-29T09:41:40.220Z] 63d7cb157983: Pull complete [2021-01-29T09:41:40.814Z] $ docker rm -f 68f91b715cabf4feba0f01e32d0cd61383c4bf54daab9872ac3c938417f5ba5a [2021-01-29T09:41:40.817Z] b116817d02f9: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-29T09:41:44.233Z] 745a02a5169b: Pull complete [2021-01-29T09:41:44.507Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T09:41:44.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T09:41:44.507Z] ---> b7e6874047d6 [2021-01-29T09:41:44.507Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:41:44.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T09:41:44.956Z] [2021-01-29T09:41:44.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:41:45.309Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T09:41:45.309Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T09:41:45.309Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T09:41:45.309Z] ca9280d653b3: Pulling fs layer [2021-01-29T09:41:45.309Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T09:41:45.574Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-29T09:41:45.574Z] cbdbe7a5bc2a: Download complete [2021-01-29T09:41:45.838Z] ca9280d653b3: Verifying Checksum [2021-01-29T09:41:45.838Z] ca9280d653b3: Download complete [2021-01-29T09:41:45.838Z] cbdbe7a5bc2a: Pull complete [2021-01-29T09:41:46.805Z] 7e9c9ca2126c: Verifying Checksum [2021-01-29T09:41:46.805Z] 7e9c9ca2126c: Download complete [2021-01-29T09:41:46.805Z] ca9280d653b3: Pull complete [2021-01-29T09:41:47.938Z] ---> Running in cc5c624692b6 [2021-01-29T09:41:48.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:41:49.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:41:50.109Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T09:41:50.381Z] (2/12) Installing file (5.38-r0) [2021-01-29T09:41:50.381Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T09:41:50.381Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T09:41:53.419Z] 7e9c9ca2126c: Pull complete [2021-01-29T09:41:53.419Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T09:41:53.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T09:41:53.419Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T09:41:53.592Z] prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container [2021-01-29T09:41:53.642Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T09:41:53.750Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T09:41:54.022Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T09:41:54.022Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T09:41:54.022Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T09:41:54.293Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T09:41:54.293Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T09:41:54.293Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T09:41:54.564Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T09:41:54.564Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:41:54.564Z] OK: 217 MiB in 51 packages [2021-01-29T09:41:56.588Z] $ docker top 344c981a9494c877e1704af312b1e436be3743a85e13bb55ce9afa23c7edc330 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:41:57.060Z] + docker-compose build --help [2021-01-29T09:41:57.060Z] + grep parallel [2021-01-29T09:41:58.005Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T09:41:58.021Z] $ docker stop --time=1 344c981a9494c877e1704af312b1e436be3743a85e13bb55ce9afa23c7edc330 [2021-01-29T09:41:58.877Z] Removing intermediate container cc5c624692b6 [2021-01-29T09:41:58.877Z] ---> 8ddfb1669005 [2021-01-29T09:41:58.877Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T09:41:58.877Z] ---> Running in 0213f942962e [2021-01-29T09:41:59.151Z] Removing intermediate container 0213f942962e [2021-01-29T09:41:59.151Z] ---> 395cef655734 [2021-01-29T09:41:59.151Z] Step 5/6 : COPY go.mod . [2021-01-29T09:41:59.375Z] $ docker rm -f 344c981a9494c877e1704af312b1e436be3743a85e13bb55ce9afa23c7edc330 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:41:59.745Z] ---> 6556798f0062 [2021-01-29T09:41:59.745Z] Step 6/6 : RUN go mod download [2021-01-29T09:41:59.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T09:41:59.979Z] . [Pipeline] withDockerContainer [2021-01-29T09:42:00.017Z] ---> Running in 6aea674b63ea [2021-01-29T09:42:00.075Z] prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container [2021-01-29T09:42:00.123Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-29T09:42:00.761Z] $ docker top 9e294eacd5aaa6d25576ac5d482daee33ebf315759b34a02a776921c02133a6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:42:01.246Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T09:42:02.195Z] Building docker-core-command-go ... [2021-01-29T09:42:02.195Z] Building docker-core-data-go ... [2021-01-29T09:42:02.195Z] Building docker-core-metadata-go ... [2021-01-29T09:42:02.195Z] Building docker-security-bootstrapper-go ... [2021-01-29T09:42:02.195Z] Building docker-security-proxy-setup-go ... [2021-01-29T09:42:02.195Z] Building docker-security-secretstore-setup-go ... [2021-01-29T09:42:02.195Z] Building docker-support-notifications-go ... [2021-01-29T09:42:02.195Z] Building docker-support-scheduler-go ... [2021-01-29T09:42:02.195Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T09:42:02.196Z] Building docker-sys-mgmt-agent-go [2021-01-29T09:42:02.196Z] Building docker-core-command-go [2021-01-29T09:42:02.196Z] Building docker-core-data-go [2021-01-29T09:42:02.196Z] Building docker-support-scheduler-go [2021-01-29T09:42:02.196Z] Building docker-security-secretstore-setup-go [2021-01-29T09:42:26.834Z] Removing intermediate container 6aea674b63ea [2021-01-29T09:42:26.835Z] ---> 33d811d894c6 [2021-01-29T09:42:26.835Z] Successfully built 33d811d894c6 [2021-01-29T09:42:26.835Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:42:27.177Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T09:42:27.177Z] . [Pipeline] withDockerContainer [2021-01-29T09:42:27.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container [2021-01-29T09:42:27.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T09:42:28.955Z] $ docker top 1ba28ee32c81ce091000df5d572f16bff0d8b2f996bba7062372047718dc3da1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:42:30.000Z] + go version [2021-01-29T09:42:30.000Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T09:42:30.018Z] $ docker stop --time=1 1ba28ee32c81ce091000df5d572f16bff0d8b2f996bba7062372047718dc3da1 [2021-01-29T09:42:31.971Z] $ docker rm -f 1ba28ee32c81ce091000df5d572f16bff0d8b2f996bba7062372047718dc3da1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:42:33.004Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T09:42:33.004Z] . [Pipeline] withDockerContainer [2021-01-29T09:42:33.267Z] prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container [2021-01-29T09:42:33.342Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T09:42:34.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:42:34.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:42:34.418Z] ---> 019ee596ecfe [2021-01-29T09:42:34.418Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T09:42:34.418Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:42:34.418Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:42:34.418Z] ---> 019ee596ecfe [2021-01-29T09:42:34.418Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T09:42:34.418Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:42:34.418Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:42:34.418Z] ---> 019ee596ecfe [2021-01-29T09:42:34.418Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T09:42:34.418Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:42:34.418Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:42:34.418Z] ---> 019ee596ecfe [2021-01-29T09:42:34.418Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T09:42:34.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:42:34.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:42:34.418Z] ---> 019ee596ecfe [2021-01-29T09:42:34.418Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T09:42:34.418Z] ---> Running in 7d5a5c4877d6 [2021-01-29T09:42:34.418Z] ---> Running in dff964a1ccd8 [2021-01-29T09:42:34.418Z] ---> Running in 51c31924d2da [2021-01-29T09:42:34.418Z] ---> Running in a4e466607349 [2021-01-29T09:42:34.418Z] ---> Running in 51d0cef6404c [2021-01-29T09:42:34.418Z] Removing intermediate container a4e466607349 [2021-01-29T09:42:34.418Z] ---> cd394202dbe4 [2021-01-29T09:42:34.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:42:34.418Z] Removing intermediate container 51d0cef6404c [2021-01-29T09:42:34.418Z] ---> 6b95f7ecabd5 [2021-01-29T09:42:34.418Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:42:34.418Z] Removing intermediate container dff964a1ccd8 [2021-01-29T09:42:34.418Z] ---> 1a50b3ddf8ac [2021-01-29T09:42:34.418Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:42:34.418Z] Removing intermediate container 51c31924d2da [2021-01-29T09:42:34.418Z] ---> eb5800fdeab4 [2021-01-29T09:42:34.418Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:42:34.704Z] Removing intermediate container 7d5a5c4877d6 [2021-01-29T09:42:34.704Z] ---> 10f18563d8e5 [2021-01-29T09:42:34.704Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:42:34.704Z] ---> Running in 5ac6d05f2345 [2021-01-29T09:42:34.704Z] ---> Running in 77dc2cefb7d6 [2021-01-29T09:42:34.704Z] ---> Running in 4de3fa4235ae [2021-01-29T09:42:34.704Z] ---> Running in 787149ce24cb [2021-01-29T09:42:34.704Z] ---> Running in 62228ec8435c [2021-01-29T09:42:34.774Z] $ docker top a8384a27fa20cd03753e6475f528b2f6b1e70b0e719caf3ee11758fbbdb8c821 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T09:42:35.175Z] ========================================================= [2021-01-29T09:42:35.175Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T09:42:35.175Z] ========================================================= [Pipeline] sh [2021-01-29T09:42:35.818Z] + make test [2021-01-29T09:42:35.818Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T09:42:36.764Z] Removing intermediate container 5ac6d05f2345 [2021-01-29T09:42:36.764Z] ---> 99ce1796f2f9 [2021-01-29T09:42:36.764Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T09:42:36.764Z] Removing intermediate container 77dc2cefb7d6 [2021-01-29T09:42:36.764Z] ---> 8813830f554c [2021-01-29T09:42:36.764Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T09:42:36.764Z] ---> Running in 76c16db6302a [2021-01-29T09:42:37.025Z] Removing intermediate container 787149ce24cb [2021-01-29T09:42:37.025Z] ---> 6581be978f92 [2021-01-29T09:42:37.025Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T09:42:37.025Z] ---> Running in 302e483155fb [2021-01-29T09:42:37.025Z] Removing intermediate container 62228ec8435c [2021-01-29T09:42:37.025Z] ---> 9fceec2f5f90 [2021-01-29T09:42:37.025Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T09:42:37.025Z] ---> Running in 838646a42826 [2021-01-29T09:42:37.288Z] Removing intermediate container 4de3fa4235ae [2021-01-29T09:42:37.288Z] ---> edcbf6056762 [2021-01-29T09:42:37.288Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T09:42:37.288Z] ---> Running in 47e8b34823df [2021-01-29T09:42:37.560Z] ---> Running in 15f582a23924 [2021-01-29T09:42:37.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:38.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:42:39.152Z] OK: 233 MiB in 51 packages [2021-01-29T09:42:39.153Z] OK: 233 MiB in 51 packages [2021-01-29T09:42:39.421Z] OK: 233 MiB in 51 packages [2021-01-29T09:42:39.421Z] OK: 233 MiB in 51 packages [2021-01-29T09:42:39.421Z] OK: 233 MiB in 51 packages [2021-01-29T09:42:39.998Z] Removing intermediate container 76c16db6302a [2021-01-29T09:42:39.998Z] ---> addd32ecf623 [2021-01-29T09:42:39.998Z] Step 6/23 : COPY go.mod . [2021-01-29T09:42:40.259Z] Removing intermediate container 838646a42826 [2021-01-29T09:42:40.259Z] ---> acd339a00824 [2021-01-29T09:42:40.259Z] Step 6/22 : COPY go.mod . [2021-01-29T09:42:40.259Z] ---> bf32fef2b500 [2021-01-29T09:42:40.259Z] Step 7/23 : RUN go mod download [2021-01-29T09:42:40.259Z] Removing intermediate container 47e8b34823df [2021-01-29T09:42:40.259Z] ---> fe1e2f960347 [2021-01-29T09:42:40.259Z] Step 6/23 : COPY go.mod . [2021-01-29T09:42:40.521Z] ---> Running in 8ffd0787976f [2021-01-29T09:42:40.783Z] Removing intermediate container 302e483155fb [2021-01-29T09:42:40.783Z] ---> 8c299241e474 [2021-01-29T09:42:40.783Z] Step 6/26 : COPY go.mod . [2021-01-29T09:42:40.783Z] ---> c172c438da35 [2021-01-29T09:42:40.783Z] Step 7/22 : RUN go mod download [2021-01-29T09:42:40.783Z] Removing intermediate container 15f582a23924 [2021-01-29T09:42:40.783Z] ---> f63fbdaf7405 [2021-01-29T09:42:40.783Z] Step 6/24 : COPY go.mod . [2021-01-29T09:42:40.783Z] ---> c0dbe3827450 [2021-01-29T09:42:40.783Z] Step 7/23 : RUN go mod download [2021-01-29T09:42:41.054Z] ---> Running in 526179623d5f [2021-01-29T09:42:41.054Z] ---> Running in 0e294c135981 [2021-01-29T09:42:41.054Z] ---> 44c77093bc54 [2021-01-29T09:42:41.054Z] Step 7/26 : RUN go mod download [2021-01-29T09:42:41.317Z] ---> 69031b78a91a [2021-01-29T09:42:41.317Z] Step 7/24 : RUN go mod download [2021-01-29T09:42:41.317Z] ---> Running in a6477a01f73e [2021-01-29T09:42:41.317Z] ---> Running in a85913bb6192 [2021-01-29T09:42:42.727Z] Removing intermediate container 8ffd0787976f [2021-01-29T09:42:42.727Z] ---> 2ef8399900b8 [2021-01-29T09:42:42.728Z] Step 8/23 : COPY . . [2021-01-29T09:42:43.305Z] Removing intermediate container 526179623d5f [2021-01-29T09:42:43.305Z] ---> 7b68c3373e3e [2021-01-29T09:42:43.305Z] Step 8/22 : COPY . . [2021-01-29T09:42:49.926Z] Removing intermediate container a6477a01f73e [2021-01-29T09:42:49.926Z] ---> b5ef37016ce6 [2021-01-29T09:42:49.926Z] Step 8/26 : COPY . . [2021-01-29T09:42:49.926Z] Removing intermediate container a85913bb6192 [2021-01-29T09:42:49.926Z] ---> e23b4e9adb44 [2021-01-29T09:42:49.926Z] Step 8/24 : COPY . . [2021-01-29T09:42:49.926Z] Removing intermediate container 0e294c135981 [2021-01-29T09:42:49.926Z] ---> 986487b7187e [2021-01-29T09:42:49.926Z] Step 8/23 : COPY . . [2021-01-29T09:42:57.991Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T09:43:29.419Z] ---> 41ef380c3508 [2021-01-29T09:43:29.419Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T09:43:29.419Z] ---> caa042b85367 [2021-01-29T09:43:29.419Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T09:43:29.419Z] ---> Running in 56b9dbfaafd2 [2021-01-29T09:43:29.419Z] ---> eb84654b090e [2021-01-29T09:43:29.419Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T09:43:29.419Z] ---> c1b09304918e [2021-01-29T09:43:29.419Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T09:43:29.419Z] ---> 2de37b6a5d01 [2021-01-29T09:43:29.419Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T09:43:29.419Z] ---> Running in f89262c6550b [2021-01-29T09:43:29.419Z] ---> Running in ec3aa199187b [2021-01-29T09:43:29.419Z] ---> Running in 510afaac778e [2021-01-29T09:43:29.419Z] ---> Running in 39eb7824a507 [2021-01-29T09:43:29.419Z] 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-29T09:43:29.419Z] 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-29T09:43:29.419Z] 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-29T09:43:29.419Z] 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-29T09:43:29.419Z] 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-29T09:43:44.987Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T09:43:49.311Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T09:43:51.517Z] 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-29T09:43:54.720Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T09:43:54.720Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T09:43:54.720Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T09:43:59.745Z] Removing intermediate container ec3aa199187b [2021-01-29T09:43:59.745Z] ---> e6103e947003 [2021-01-29T09:43:59.745Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T09:43:59.745Z] Removing intermediate container 510afaac778e [2021-01-29T09:43:59.745Z] ---> a545bd867e97 [2021-01-29T09:43:59.745Z] [2021-01-29T09:43:59.745Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T09:43:59.745Z] 3.12: Pulling from library/alpine [2021-01-29T09:43:59.745Z] ---> Running in 0b932965998f [2021-01-29T09:44:00.008Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T09:44:00.009Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T09:44:00.009Z] ---> 389fef711851 [2021-01-29T09:44:00.009Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T09:44:00.288Z] ---> Running in aaf9b79412c8 [2021-01-29T09:44:00.569Z] 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-29T09:44:01.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T09:44:01.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T09:44:01.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T09:44:01.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T09:44:01.463Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T09:44:01.463Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T09:44:01.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:01.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:01.988Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T09:44:02.935Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T09:44:02.935Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T09:44:02.935Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T09:44:02.935Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T09:44:02.935Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:44:02.935Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T09:44:02.935Z] OK: 7 MiB in 19 packages [2021-01-29T09:44:06.261Z] Removing intermediate container 56b9dbfaafd2 [2021-01-29T09:44:06.261Z] ---> af20760e4eef [2021-01-29T09:44:06.261Z] [2021-01-29T09:44:06.261Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T09:44:06.261Z] ---> 389fef711851 [2021-01-29T09:44:06.261Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T09:44:06.524Z] Removing intermediate container f89262c6550b [2021-01-29T09:44:06.524Z] ---> 43f21096af92 [2021-01-29T09:44:06.524Z] [2021-01-29T09:44:06.524Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T09:44:06.524Z] ---> 389fef711851 [2021-01-29T09:44:06.524Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T09:44:06.524Z] ---> Running in 0ceb030635ba [2021-01-29T09:44:07.114Z] ---> Running in 329e6ba91ccf [2021-01-29T09:44:07.379Z] Removing intermediate container 0b932965998f [2021-01-29T09:44:07.379Z] ---> 2a117b927120 [2021-01-29T09:44:07.379Z] [2021-01-29T09:44:07.379Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T09:44:07.379Z] 20.10.0: Pulling from library/docker [2021-01-29T09:44:07.379Z] Removing intermediate container aaf9b79412c8 [2021-01-29T09:44:07.379Z] ---> 7a8c5b3c9704 [2021-01-29T09:44:07.379Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T09:44:07.955Z] ---> Running in 242375070ab6 [2021-01-29T09:44:07.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:07.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:08.219Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T09:44:08.219Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:44:08.219Z] OK: 6 MiB in 15 packages [2021-01-29T09:44:08.482Z] Removing intermediate container 242375070ab6 [2021-01-29T09:44:08.482Z] ---> ddc4eccd6d85 [2021-01-29T09:44:08.482Z] Step 13/24 : WORKDIR / [2021-01-29T09:44:08.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:08.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:08.745Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T09:44:08.745Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:44:08.745Z] OK: 6 MiB in 15 packages [2021-01-29T09:44:10.117Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T09:44:10.117Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T09:44:10.117Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T09:44:10.139Z] ---> Running in 84ab09195087 [2021-01-29T09:44:10.727Z] Removing intermediate container 39eb7824a507 [2021-01-29T09:44:10.727Z] ---> f0dbce87f6e0 [2021-01-29T09:44:10.727Z] [2021-01-29T09:44:10.727Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T09:44:10.727Z] ---> 389fef711851 [2021-01-29T09:44:10.727Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T09:44:10.727Z] ---> Running in bf3088f669b7 [2021-01-29T09:44:10.727Z] Removing intermediate container 84ab09195087 [2021-01-29T09:44:10.727Z] ---> c882a039855e [2021-01-29T09:44:10.727Z] 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-29T09:44:10.996Z] Removing intermediate container 0ceb030635ba [2021-01-29T09:44:10.996Z] ---> ad06b55501de [2021-01-29T09:44:10.996Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:44:10.996Z] Removing intermediate container 329e6ba91ccf [2021-01-29T09:44:10.996Z] ---> 1ab4bd87a497 [2021-01-29T09:44:10.996Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:44:11.258Z] ---> Running in 1ee01d50a431 [2021-01-29T09:44:11.258Z] ---> Running in 3e94c8bd38c4 [2021-01-29T09:44:11.258Z] Removing intermediate container bf3088f669b7 [2021-01-29T09:44:11.258Z] ---> 3cc3dd72e737 [2021-01-29T09:44:11.258Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T09:44:11.524Z] ---> Running in eb42ecb51af4 [2021-01-29T09:44:11.524Z] ---> 3ab493b4defa [2021-01-29T09:44:11.524Z] 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-29T09:44:11.524Z] Removing intermediate container 1ee01d50a431 [2021-01-29T09:44:11.524Z] ---> 5a4d46fd97d8 [2021-01-29T09:44:11.524Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T09:44:11.524Z] Removing intermediate container 3e94c8bd38c4 [2021-01-29T09:44:11.524Z] ---> 40ad6017acbd [2021-01-29T09:44:11.524Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T09:44:12.488Z] Removing intermediate container eb42ecb51af4 [2021-01-29T09:44:12.488Z] ---> e43bf8bdb31a [2021-01-29T09:44:12.488Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T09:44:12.488Z] ---> Running in f7a82abdad5e [2021-01-29T09:44:12.488Z] ---> Running in 4e55da741aba [2021-01-29T09:44:12.765Z] ---> ca322738e101 [2021-01-29T09:44:12.765Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T09:44:12.765Z] ---> Running in e7efb15098d2 [2021-01-29T09:44:12.765Z] Removing intermediate container 4e55da741aba [2021-01-29T09:44:12.765Z] ---> c36ed6461641 [2021-01-29T09:44:12.765Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T09:44:13.038Z] Removing intermediate container f7a82abdad5e [2021-01-29T09:44:13.038Z] ---> a3c32d1a1aa4 [2021-01-29T09:44:13.038Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T09:44:13.038Z] Removing intermediate container e7efb15098d2 [2021-01-29T09:44:13.038Z] ---> 2dddb489f66c [2021-01-29T09:44:13.038Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:44:13.038Z] ---> Running in 61026fe2adc3 [2021-01-29T09:44:13.306Z] ---> f1047a305013 [2021-01-29T09:44:13.306Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T09:44:13.306Z] ---> Running in 0b3dd449167d [2021-01-29T09:44:13.306Z] ---> Running in 1640246587bf [2021-01-29T09:44:13.306Z] Removing intermediate container 61026fe2adc3 [2021-01-29T09:44:13.306Z] ---> ee6bc0db0ce9 [2021-01-29T09:44:13.306Z] Step 15/23 : WORKDIR / [2021-01-29T09:44:13.898Z] ---> Running in a6068f12e4bd [2021-01-29T09:44:13.898Z] Removing intermediate container 0b3dd449167d [2021-01-29T09:44:13.898Z] ---> f216be08df6f [2021-01-29T09:44:13.898Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:44:13.898Z] ---> fde7cf5f8e6d [2021-01-29T09:44:13.898Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T09:44:14.172Z] Removing intermediate container a6068f12e4bd [2021-01-29T09:44:14.172Z] ---> 94652358397a [2021-01-29T09:44:14.172Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:44:14.172Z] ---> 0aaa58ed8b36 [2021-01-29T09:44:14.172Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T09:44:14.751Z] ---> 60f7ad63583a [2021-01-29T09:44:14.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T09:44:14.751Z] ---> 4516cbb43ddd [2021-01-29T09:44:14.751Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T09:44:15.014Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T09:44:15.014Z] ---> 94cb5a9b8311 [2021-01-29T09:44:15.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T09:44:15.278Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T09:44:15.278Z] ---> aefe523efa57 [2021-01-29T09:44:15.278Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T09:44:15.547Z] ---> Running in 541ad4541d03 [2021-01-29T09:44:15.547Z] Removing intermediate container 1640246587bf [2021-01-29T09:44:15.547Z] ---> 9aea08bc0b88 [2021-01-29T09:44:15.547Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T09:44:15.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 46.0% of statements [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T09:44:15.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T09:44:15.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.158s coverage: 100.0% of statements [2021-01-29T09:44:15.810Z] ---> 3e09dc3840b5 [2021-01-29T09:44:15.810Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T09:44:15.810Z] ---> 3b6a2d4a5edb [2021-01-29T09:44:15.810Z] 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-29T09:44:15.810Z] ---> 0091861f1c24 [2021-01-29T09:44:15.810Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T09:44:16.079Z] ---> Running in bde3e3ef9cc8 [2021-01-29T09:44:16.079Z] ---> Running in 44219f056897 [2021-01-29T09:44:16.079Z] ---> Running in 7d9316514730 [2021-01-29T09:44:16.343Z] ---> 65a8de536f14 [2021-01-29T09:44:16.343Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T09:44:16.607Z] ---> Running in ec9e322a1aee [2021-01-29T09:44:16.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:16.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:16.607Z] Removing intermediate container 7d9316514730 [2021-01-29T09:44:16.607Z] ---> bfca731519cb [2021-01-29T09:44:16.607Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:44:16.607Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T09:44:16.873Z] ---> Running in ce76ffbd24cf [2021-01-29T09:44:16.873Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T09:44:16.873Z] Executing bash-5.0.17-r0.post-install [2021-01-29T09:44:16.873Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:44:16.873Z] OK: 12 MiB in 22 packages [2021-01-29T09:44:16.873Z] Removing intermediate container ec9e322a1aee [2021-01-29T09:44:16.873Z] ---> 07a01e235a56 [2021-01-29T09:44:16.873Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:44:16.873Z] ---> Running in 5be65e494a7b [2021-01-29T09:44:17.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:17.136Z] Removing intermediate container ce76ffbd24cf [2021-01-29T09:44:17.136Z] ---> df086d422087 [2021-01-29T09:44:17.136Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T09:44:17.398Z] ---> Running in 0be3ac76712a [2021-01-29T09:44:17.398Z] Removing intermediate container 5be65e494a7b [2021-01-29T09:44:17.398Z] ---> 7ed1ed95aa00 [2021-01-29T09:44:17.398Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T09:44:17.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:17.671Z] ---> Running in 0d91eddb3eac [2021-01-29T09:44:17.671Z] Removing intermediate container 0be3ac76712a [2021-01-29T09:44:17.671Z] ---> f2c66e2c8669 [2021-01-29T09:44:17.671Z] Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:44:17.936Z] Removing intermediate container 541ad4541d03 [2021-01-29T09:44:17.936Z] ---> be236f61895f [2021-01-29T09:44:17.936Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T09:44:17.936Z] ---> Running in b9ec9c023446 [2021-01-29T09:44:17.936Z] ---> Running in 9dfb427f4390 [2021-01-29T09:44:17.936Z] Removing intermediate container 0d91eddb3eac [2021-01-29T09:44:17.936Z] ---> 74f8ae1c29de [2021-01-29T09:44:17.936Z] Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:44:17.936Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T09:44:18.198Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T09:44:18.198Z] Removing intermediate container 44219f056897 [2021-01-29T09:44:18.198Z] ---> 76ac63b527db [2021-01-29T09:44:18.198Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T09:44:18.198Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T09:44:18.198Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T09:44:18.463Z] Removing intermediate container b9ec9c023446 [2021-01-29T09:44:18.463Z] ---> e9cf85d5d8e9 [2021-01-29T09:44:18.463Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T09:44:18.463Z] ---> Running in c7b6a6d5fa2e [2021-01-29T09:44:18.463Z] ---> Running in e52f01b56275 [2021-01-29T09:44:18.463Z] Removing intermediate container 9dfb427f4390 [2021-01-29T09:44:18.463Z] ---> dfa3432637e7 [2021-01-29T09:44:18.463Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T09:44:18.463Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T09:44:18.463Z] ---> Running in cfd6015ef803 [2021-01-29T09:44:18.726Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T09:44:18.726Z] ---> Running in 6c0c66b96e56 [2021-01-29T09:44:18.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:44:18.726Z] OK: 8 MiB in 20 packages [2021-01-29T09:44:18.726Z] Removing intermediate container c7b6a6d5fa2e [2021-01-29T09:44:18.726Z] ---> 0e8a4155cb46 [2021-01-29T09:44:18.726Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T09:44:18.726Z] Removing intermediate container e52f01b56275 [2021-01-29T09:44:18.726Z] ---> c2a90dd01f7a [2021-01-29T09:44:18.726Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T09:44:18.987Z] Removing intermediate container cfd6015ef803 [2021-01-29T09:44:18.987Z] ---> b288e235888e [2021-01-29T09:44:18.987Z] [2021-01-29T09:44:18.987Z] ---> Running in 02c1f70c970e [2021-01-29T09:44:18.987Z] ---> Running in 1f32b9b51e9f [2021-01-29T09:44:19.249Z] Removing intermediate container 6c0c66b96e56 [2021-01-29T09:44:19.249Z] ---> 8e48740f2063 [2021-01-29T09:44:19.249Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T09:44:19.249Z] Successfully built b288e235888e [2021-01-29T09:44:19.511Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T09:44:19.511Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-29T09:44:19.511Z] ---> Running in 6e90a6c4e0cd [2021-01-29T09:44:19.774Z] Removing intermediate container 02c1f70c970e [2021-01-29T09:44:19.774Z] ---> 70216a39261e [2021-01-29T09:44:19.774Z] [2021-01-29T09:44:19.774Z] Removing intermediate container 1f32b9b51e9f [2021-01-29T09:44:19.774Z] ---> c052e87efd89 [2021-01-29T09:44:19.774Z] Step 23/24 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:44:19.774Z] Removing intermediate container bde3e3ef9cc8 [2021-01-29T09:44:19.774Z] ---> 3ab97833d869 [2021-01-29T09:44:19.774Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:44:19.774Z] Successfully built 70216a39261e [2021-01-29T09:44:19.774Z] ---> Running in 23ba06142bc2 [2021-01-29T09:44:20.049Z] Successfully tagged docker-core-command-go:latest [2021-01-29T09:44:20.049Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-29T09:44:20.049Z] Removing intermediate container 6e90a6c4e0cd [2021-01-29T09:44:20.049Z] ---> 6964edd4a9a2 [2021-01-29T09:44:20.049Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T09:44:20.049Z] ---> 441872850683 [2021-01-29T09:44:20.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T09:44:20.049Z] Removing intermediate container 23ba06142bc2 [2021-01-29T09:44:20.049Z] ---> ebcb8ffc669d [2021-01-29T09:44:20.049Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T09:44:20.314Z] ---> Running in 4d0d3a2cb508 [2021-01-29T09:44:22.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.446s coverage: 27.1% of statements [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T09:44:22.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T09:44:22.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T09:44:22.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.211s coverage: 65.8% of statements [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T09:44:22.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T09:44:24.535Z] ---> 47b1b702c1f7 [2021-01-29T09:44:24.535Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T09:44:25.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.796s coverage: 82.3% of statements [2021-01-29T09:44:25.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T09:44:25.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T09:44:25.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T09:44:25.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T09:44:27.093Z] Removing intermediate container 4d0d3a2cb508 [2021-01-29T09:44:27.093Z] ---> 1e8784099e5b [2021-01-29T09:44:27.093Z] [2021-01-29T09:44:27.355Z] Successfully built 1e8784099e5b [2021-01-29T09:44:27.623Z] ---> 57e5e3b0560e [2021-01-29T09:44:27.623Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T09:44:27.623Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T09:44:27.623Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-29T09:44:27.623Z] ---> cbee5a154b2f [2021-01-29T09:44:27.623Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T09:44:30.204Z] ---> c04acb1071b7 [2021-01-29T09:44:30.204Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T09:44:30.204Z] ---> 50366bab8d89 [2021-01-29T09:44:30.204Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T09:44:31.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.196s coverage: 28.6% of statements [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T09:44:31.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T09:44:31.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T09:44:31.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.386s coverage: 86.7% of statements [2021-01-29T09:44:31.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T09:44:32.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements [2021-01-29T09:44:32.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T09:44:32.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-01-29T09:44:32.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T09:44:32.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T09:44:32.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T09:44:32.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T09:44:38.395Z] ---> Running in fbe9f0c6b57c [2021-01-29T09:44:38.395Z] ---> Running in 71b51af9f9dd [2021-01-29T09:44:39.797Z] Removing intermediate container fbe9f0c6b57c [2021-01-29T09:44:39.797Z] ---> 680a10a8be6e [2021-01-29T09:44:39.797Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:44:40.087Z] ---> Running in 2215a8c03e47 [2021-01-29T09:44:40.675Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:44:40.675Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:44:40.675Z] ---> 019ee596ecfe [2021-01-29T09:44:40.675Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T09:44:40.675Z] ---> Using cache [2021-01-29T09:44:40.675Z] ---> 10f18563d8e5 [2021-01-29T09:44:40.675Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:44:40.675Z] ---> Using cache [2021-01-29T09:44:40.675Z] ---> 9fceec2f5f90 [2021-01-29T09:44:40.675Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T09:44:40.675Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:44:40.675Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:44:40.675Z] ---> 019ee596ecfe [2021-01-29T09:44:40.675Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T09:44:40.675Z] ---> Using cache [2021-01-29T09:44:40.675Z] ---> 10f18563d8e5 [2021-01-29T09:44:40.675Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:44:40.675Z] ---> Using cache [2021-01-29T09:44:40.675Z] ---> 9fceec2f5f90 [2021-01-29T09:44:40.675Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T09:44:41.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:41.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:41.518Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T09:44:41.518Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T09:44:41.518Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T09:44:41.518Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T09:44:41.793Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T09:44:41.793Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T09:44:41.793Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T09:44:41.793Z] Removing intermediate container 2215a8c03e47 [2021-01-29T09:44:41.793Z] ---> ddd7d4991afc [2021-01-29T09:44:41.793Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T09:44:42.064Z] ---> Running in 39acfbcc8760 [2021-01-29T09:44:42.064Z] ---> Running in dfb51ef808b4 [2021-01-29T09:44:42.649Z] ---> Running in 7ade4143c7d3 [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.224s coverage: 92.8% of statements [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T09:44:42.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 43.8% of statements [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.143s coverage: 79.5% of statements [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-01-29T09:44:42.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-01-29T09:44:42.911Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T09:44:42.911Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T09:44:42.911Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T09:44:42.911Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T09:44:42.911Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T09:44:43.856Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T09:44:44.120Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T09:44:46.043Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T09:44:46.043Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T09:44:46.316Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T09:44:46.316Z] Removing intermediate container 7ade4143c7d3 [2021-01-29T09:44:46.316Z] ---> c02b22793da8 [2021-01-29T09:44:46.316Z] Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:44:46.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:46.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:46.896Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T09:44:46.896Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T09:44:47.159Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T09:44:47.159Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T09:44:47.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:47.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:47.689Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T09:44:47.955Z] ---> Running in cbb9a27bfb63 [2021-01-29T09:44:47.955Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T09:44:47.955Z] OK: 233 MiB in 51 packages [2021-01-29T09:44:47.955Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T09:44:47.955Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T09:44:47.955Z] OK: 233 MiB in 51 packages [2021-01-29T09:44:47.955Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T09:44:48.531Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T09:44:48.531Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T09:44:48.531Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T09:44:48.531Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T09:44:48.531Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T09:44:48.531Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T09:44:48.531Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T09:44:48.531Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:44:48.531Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:44:48.531Z] ---> 019ee596ecfe [2021-01-29T09:44:48.531Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T09:44:48.531Z] ---> Using cache [2021-01-29T09:44:48.531Z] ---> 10f18563d8e5 [2021-01-29T09:44:48.531Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:44:48.531Z] ---> Using cache [2021-01-29T09:44:48.532Z] ---> 9fceec2f5f90 [2021-01-29T09:44:48.532Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T09:44:50.456Z] Removing intermediate container cbb9a27bfb63 [2021-01-29T09:44:50.456Z] ---> 60bdad4f7d9c [2021-01-29T09:44:50.456Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T09:44:50.456Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:44:50.456Z] OK: 71 MiB in 55 packages [2021-01-29T09:44:50.456Z] ---> Running in 4bd6cb198403 [2021-01-29T09:44:50.456Z] ---> Running in 3298d2924a34 [2021-01-29T09:44:50.720Z] Removing intermediate container dfb51ef808b4 [2021-01-29T09:44:50.720Z] ---> edf7500a88cb [2021-01-29T09:44:50.720Z] Step 6/21 : COPY go.mod . [2021-01-29T09:44:50.720Z] Removing intermediate container 3298d2924a34 [2021-01-29T09:44:50.720Z] ---> ffd0302985f8 [2021-01-29T09:44:50.720Z] [2021-01-29T09:44:50.987Z] Removing intermediate container 39acfbcc8760 [2021-01-29T09:44:50.987Z] ---> 76cc60c0fcfe [2021-01-29T09:44:50.987Z] Step 6/22 : COPY go.mod . [2021-01-29T09:44:50.987Z] Successfully built ffd0302985f8 [2021-01-29T09:44:51.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:51.250Z] Successfully tagged docker-core-data-go:latest [2021-01-29T09:44:51.250Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-29T09:44:51.250Z] ---> 205e3aa5dde6 [2021-01-29T09:44:51.250Z] Step 7/21 : RUN go mod download [2021-01-29T09:44:51.826Z] ---> f0c3aab2d40b [2021-01-29T09:44:51.826Z] Step 7/22 : RUN go mod download [2021-01-29T09:44:51.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:44:52.404Z] OK: 233 MiB in 51 packages [2021-01-29T09:44:52.404Z] ---> Running in e4dfb54fba76 [2021-01-29T09:44:53.351Z] ---> Running in 153abdbf8e79 [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.080s coverage: 44.8% of statements [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-01-29T09:44:55.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.4% of statements [2021-01-29T09:44:55.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T09:44:55.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.688s coverage: 63.5% of statements [2021-01-29T09:44:55.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T09:44:55.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T09:44:55.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements [2021-01-29T09:44:56.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-01-29T09:44:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-01-29T09:44:57.699Z] Removing intermediate container 4bd6cb198403 [2021-01-29T09:44:57.699Z] ---> e45e74b35725 [2021-01-29T09:44:57.699Z] Step 6/34 : COPY go.mod . [2021-01-29T09:44:58.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-01-29T09:44:58.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-29T09:44:59.337Z] ---> d29ce036fd68 [2021-01-29T09:44:59.337Z] Step 7/34 : RUN go mod download [2021-01-29T09:45:01.913Z] ---> Running in 07b81204ed88 [2021-01-29T09:45:02.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.783s coverage: 68.9% of statements [2021-01-29T09:45:02.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T09:45:02.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T09:45:02.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T09:45:02.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T09:45:02.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T09:45:04.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 37.0% of statements [2021-01-29T09:45:04.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T09:45:04.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T09:45:04.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.613s coverage: 84.0% of statements [2021-01-29T09:45:04.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.111s coverage: 100.0% of statements [2021-01-29T09:45:04.498Z] Removing intermediate container 71b51af9f9dd [2021-01-29T09:45:04.498Z] ---> 5d1e81bca291 [2021-01-29T09:45:04.498Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T09:45:05.464Z] Removing intermediate container e4dfb54fba76 [2021-01-29T09:45:05.464Z] ---> bfd85b57bb12 [2021-01-29T09:45:05.464Z] Step 8/21 : COPY . . [2021-01-29T09:45:05.464Z] Removing intermediate container 153abdbf8e79 [2021-01-29T09:45:05.464Z] ---> 1445eee56108 [2021-01-29T09:45:05.464Z] Step 8/22 : COPY . . [2021-01-29T09:45:05.730Z] ---> Running in a97aa49cc66c [2021-01-29T09:45:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.1% of statements [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T09:45:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T09:45:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2021-01-29T09:45:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T09:45:12.369Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:45:12.369Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:45:12.369Z] ---> 019ee596ecfe [2021-01-29T09:45:12.369Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T09:45:12.369Z] ---> Using cache [2021-01-29T09:45:12.369Z] ---> 10f18563d8e5 [2021-01-29T09:45:12.369Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:45:12.369Z] ---> Using cache [2021-01-29T09:45:12.369Z] ---> 9fceec2f5f90 [2021-01-29T09:45:12.369Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T09:45:12.369Z] ---> Using cache [2021-01-29T09:45:12.369Z] ---> e45e74b35725 [2021-01-29T09:45:12.369Z] Step 6/23 : COPY go.mod . [2021-01-29T09:45:12.369Z] ---> Using cache [2021-01-29T09:45:12.369Z] ---> d29ce036fd68 [2021-01-29T09:45:12.369Z] Step 7/23 : RUN go mod download [2021-01-29T09:45:13.772Z] Removing intermediate container 07b81204ed88 [2021-01-29T09:45:13.772Z] ---> 400ec3f163ce [2021-01-29T09:45:13.772Z] Step 8/34 : COPY . . [2021-01-29T09:45:13.772Z] ---> Running in 6af52d315721 [2021-01-29T09:45:15.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.951s coverage: 29.1% of statements [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T09:45:15.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T09:45:15.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-29T09:45:15.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.158s coverage: 100.0% of statements [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-29T09:45:15.127Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T09:45:15.127Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T09:45:15.127Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T09:45:17.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2021-01-29T09:45:17.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T09:45:17.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T09:45:17.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.095s coverage: 100.0% of statements [2021-01-29T09:45:17.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-29T09:45:18.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-29T09:45:19.061Z] GO111MODULE=on go vet ./... [2021-01-29T09:45:23.804Z] Collecting docker-compose==1.23.2 [2021-01-29T09:45:23.804Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T09:45:25.198Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T09:45:25.198Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T09:45:27.777Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T09:45:27.778Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T09:45:31.129Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T09:45:31.129Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T09:45:31.394Z] Removing intermediate container 6af52d315721 [2021-01-29T09:45:31.394Z] ---> 87eb63f96626 [2021-01-29T09:45:31.394Z] Step 8/23 : COPY . . [2021-01-29T09:45:31.394Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T09:45:31.658Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T09:45:32.609Z] 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-29T09:45:32.885Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T09:45:32.885Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T09:45:41.455Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T09:45:41.455Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T09:45:42.860Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T09:45:42.860Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T09:45:44.792Z] ---> b8db81a0386e [2021-01-29T09:45:44.792Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T09:45:45.400Z] Collecting PyYAML<4,>=3.10 [2021-01-29T09:45:45.400Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T09:45:45.400Z] ---> Running in 07a5d176cb4f [2021-01-29T09:45:45.400Z] ---> 2d928ce9d5ee [2021-01-29T09:45:45.400Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T09:45:46.352Z] ---> 7d9661843cbd [2021-01-29T09:45:46.352Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T09:45:46.929Z] ---> Running in 3a042e2bdbe7 [2021-01-29T09:45:47.193Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T09:45:47.193Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T09:45:47.768Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T09:45:47.768Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T09:45:49.161Z] 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-29T09:45:49.161Z] 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-29T09:45:49.161Z] ---> Running in eec88c0051b8 [2021-01-29T09:45:49.161Z] Collecting idna<2.8,>=2.5 [2021-01-29T09:45:49.161Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T09:45:49.787Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T09:45:49.787Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T09:45:49.787Z] 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-29T09:45:50.052Z] Removing intermediate container eec88c0051b8 [2021-01-29T09:45:50.052Z] ---> 5302819adf6a [2021-01-29T09:45:50.052Z] Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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-29T09:45:50.052Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T09:45:50.052Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T09:45:50.052Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T09:45:50.052Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T09:45:50.053Z] 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-29T09:45:50.331Z] Installing collected packages: websocket-client, docopt, docker-pycreds, idna, urllib3, requests, docker, jsonschema, dockerpty, texttable, PyYAML, cached-property, docker-compose [2021-01-29T09:45:50.926Z] Running setup.py install for docopt: started [2021-01-29T09:45:51.909Z] ---> Running in e4c36d68a39e [2021-01-29T09:45:51.909Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T09:45:52.505Z] Attempting uninstall: idna [2021-01-29T09:45:52.505Z] Found existing installation: idna 2.9 [2021-01-29T09:45:52.505Z] Uninstalling idna-2.9: [2021-01-29T09:45:52.779Z] Successfully uninstalled idna-2.9 [2021-01-29T09:45:53.751Z] Attempting uninstall: urllib3 [2021-01-29T09:45:53.751Z] Found existing installation: urllib3 1.25.9 [2021-01-29T09:45:53.751Z] Uninstalling urllib3-1.25.9: [2021-01-29T09:45:54.041Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T09:45:54.635Z] Attempting uninstall: requests [2021-01-29T09:45:54.635Z] Found existing installation: requests 2.23.0 [2021-01-29T09:45:54.635Z] Uninstalling requests-2.23.0: [2021-01-29T09:45:54.636Z] Successfully uninstalled requests-2.23.0 [2021-01-29T09:45:55.231Z] 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-29T09:45:55.819Z] ---> 8a46c3fbabb0 [2021-01-29T09:45:55.819Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T09:45:56.409Z] ---> Running in 8bd7e52627f9 [2021-01-29T09:45:56.680Z] Running setup.py install for dockerpty: started [2021-01-29T09:45:57.265Z] 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-29T09:45:57.536Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T09:45:57.536Z] Running setup.py install for texttable: started [2021-01-29T09:45:58.507Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T09:45:58.507Z] Running setup.py install for PyYAML: started [2021-01-29T09:45:59.476Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T09:45:59.745Z] 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-29T09:46:05.123Z] Removing intermediate container a97aa49cc66c [2021-01-29T09:46:05.123Z] ---> 053bc853c6ea [2021-01-29T09:46:05.123Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T09:46:06.538Z] ---> Running in 566f4a9db086 [2021-01-29T09:46:07.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:07.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:07.799Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T09:46:07.799Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T09:46:07.799Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T09:46:07.799Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:46:07.799Z] OK: 72 MiB in 58 packages [2021-01-29T09:46:09.234Z] Removing intermediate container 566f4a9db086 [2021-01-29T09:46:09.234Z] ---> 0486b1f895c6 [2021-01-29T09:46:09.234Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T09:46:09.506Z] ---> Running in 3df92e1caee9 [2021-01-29T09:46:09.779Z] Removing intermediate container 3df92e1caee9 [2021-01-29T09:46:09.779Z] ---> e0a91d4c3c97 [2021-01-29T09:46:09.779Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:46:10.053Z] ---> Running in 37b72efe8c6b [2021-01-29T09:46:10.331Z] Removing intermediate container 37b72efe8c6b [2021-01-29T09:46:10.331Z] ---> 89bb4e0334bd [2021-01-29T09:46:10.331Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T09:46:10.331Z] ---> Running in 0369d4fbe676 [2021-01-29T09:46:10.597Z] Removing intermediate container 0369d4fbe676 [2021-01-29T09:46:10.597Z] ---> a9eab5eeb5b6 [2021-01-29T09:46:10.597Z] Step 25/26 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:46:10.597Z] ---> Running in 750e51e8f7a3 [2021-01-29T09:46:10.863Z] Removing intermediate container 750e51e8f7a3 [2021-01-29T09:46:10.863Z] ---> 2dd291829223 [2021-01-29T09:46:10.863Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T09:46:11.128Z] ---> Running in 1e1ee04e0e7a [2021-01-29T09:46:11.398Z] Removing intermediate container 1e1ee04e0e7a [2021-01-29T09:46:11.398Z] ---> e07533f5ec72 [2021-01-29T09:46:11.398Z] [2021-01-29T09:46:11.669Z] Successfully built e07533f5ec72 [2021-01-29T09:46:11.937Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T09:46:11.937Z]  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/secrets-config ./cmd/secrets-config [2021-01-29T09:46:16.247Z] 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-29T09:46:16.247Z] Removing intermediate container 3a042e2bdbe7 [2021-01-29T09:46:16.247Z] ---> 7d148aa64244 [2021-01-29T09:46:16.247Z] [2021-01-29T09:46:16.247Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T09:46:16.247Z] ---> 389fef711851 [2021-01-29T09:46:16.247Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T09:46:16.839Z] ---> Running in c75634ecc419 [2021-01-29T09:46:17.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:17.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:18.071Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T09:46:18.337Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T09:46:18.337Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:46:18.599Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T09:46:18.599Z] OK: 6 MiB in 16 packages [2021-01-29T09:46:19.186Z] Removing intermediate container 07a5d176cb4f [2021-01-29T09:46:19.186Z] ---> eda0acb4b933 [2021-01-29T09:46:19.186Z] [2021-01-29T09:46:19.186Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T09:46:19.186Z] ---> 389fef711851 [2021-01-29T09:46:19.186Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T09:46:20.087Z] ---> Running in 915c0df14092 [2021-01-29T09:46:20.426Z] Removing intermediate container c75634ecc419 [2021-01-29T09:46:20.426Z] ---> 7e3b865d74ff [2021-01-29T09:46:20.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:46:21.109Z] ---> Running in 119340e94299 [2021-01-29T09:46:21.404Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T09:46:21.404Z] + cd /tmp/build/dist/linux [2021-01-29T09:46:21.404Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T09:46:21.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:21.404Z] Cloning into '.'... [2021-01-29T09:46:21.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:21.676Z] Removing intermediate container 119340e94299 [2021-01-29T09:46:21.676Z] ---> f5f365f44b94 [2021-01-29T09:46:21.676Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T09:46:21.676Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T09:46:21.676Z] ---> Running in 5b512d08b643 [2021-01-29T09:46:21.676Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T09:46:21.677Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T09:46:21.677Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T09:46:21.951Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:46:21.951Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T09:46:21.951Z] OK: 7 MiB in 18 packages [2021-01-29T09:46:22.229Z] Removing intermediate container 5b512d08b643 [2021-01-29T09:46:22.229Z] ---> f2b83a861655 [2021-01-29T09:46:22.229Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T09:46:22.229Z] + go get github.com/robfig/glock [2021-01-29T09:46:22.816Z]  ---> Running in a36f55b97c57 [2021-01-29T09:46:23.407Z] Removing intermediate container a36f55b97c57 [2021-01-29T09:46:23.407Z] ---> 3103966857b0 [2021-01-29T09:46:23.407Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:46:23.669Z] Removing intermediate container 915c0df14092 [2021-01-29T09:46:23.669Z] ---> c8473e697a81 [2021-01-29T09:46:23.669Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T09:46:23.669Z] ---> ab2d45fcd298 [2021-01-29T09:46:23.669Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T09:46:23.669Z] ---> Running in a3a993d1a368 [2021-01-29T09:46:23.932Z] Removing intermediate container a3a993d1a368 [2021-01-29T09:46:23.932Z] ---> 7b03bf828d69 [2021-01-29T09:46:23.932Z] Step 13/21 : WORKDIR /edgex [2021-01-29T09:46:24.879Z] ---> Running in 495c7e5d7c9f [2021-01-29T09:46:26.811Z] ---> 217ef5bb50f3 [2021-01-29T09:46:26.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T09:46:26.811Z] Removing intermediate container 495c7e5d7c9f [2021-01-29T09:46:26.811Z] ---> 66635c477283 [2021-01-29T09:46:26.811Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T09:46:26.811Z] Removing intermediate container 8bd7e52627f9 [2021-01-29T09:46:26.811Z] ---> d9c515ddcd0c [2021-01-29T09:46:26.811Z] [2021-01-29T09:46:26.811Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T09:46:26.811Z] ---> 389fef711851 [2021-01-29T09:46:26.811Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T09:46:26.811Z] ---> Using cache [2021-01-29T09:46:26.811Z] ---> 1ab4bd87a497 [2021-01-29T09:46:26.811Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:46:26.811Z] ---> Using cache [2021-01-29T09:46:26.811Z] ---> 5a4d46fd97d8 [2021-01-29T09:46:26.811Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T09:46:27.074Z] ---> Running in e7a0b0eb39ce [2021-01-29T09:46:28.027Z] ---> a361dcb0e48c [2021-01-29T09:46:28.027Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T09:46:30.588Z] ---> be6d6256ae2e [2021-01-29T09:46:30.588Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T09:46:30.588Z] ---> Running in bfd7551ca0d5 [2021-01-29T09:46:30.588Z] Removing intermediate container e7a0b0eb39ce [2021-01-29T09:46:30.588Z] ---> 2c758cb98d73 [2021-01-29T09:46:30.588Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T09:46:30.855Z] ---> Running in 8a80d4f80ca9 [2021-01-29T09:46:31.117Z] + glock sync -n [2021-01-29T09:46:31.117Z] Removing intermediate container bfd7551ca0d5 [2021-01-29T09:46:31.117Z] ---> 7ad503104f3f [2021-01-29T09:46:31.117Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:46:31.117Z] ---> Running in 3712761b8e47 [2021-01-29T09:46:31.117Z] Removing intermediate container 8a80d4f80ca9 [2021-01-29T09:46:31.117Z] ---> 3783208552cd [2021-01-29T09:46:31.117Z] Step 15/23 : WORKDIR / [2021-01-29T09:46:31.117Z] ---> Running in 4c1e606a44a4 [2021-01-29T09:46:31.117Z] ---> f195030702b8 [2021-01-29T09:46:31.117Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T09:46:31.384Z] Removing intermediate container 3712761b8e47 [2021-01-29T09:46:31.384Z] ---> a772c52f2e87 [2021-01-29T09:46:31.384Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T09:46:31.650Z] ---> Running in 37e5691a1781 [2021-01-29T09:46:31.650Z] Removing intermediate container 4c1e606a44a4 [2021-01-29T09:46:31.650Z] ---> b2f07aa26013 [2021-01-29T09:46:31.650Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:46:31.650Z] ---> c05be14605a9 [2021-01-29T09:46:31.650Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T09:46:31.913Z] ---> Running in 8fdafa6198d9 [2021-01-29T09:46:31.913Z] Removing intermediate container 37e5691a1781 [2021-01-29T09:46:31.913Z] ---> 05b5b070618b [2021-01-29T09:46:31.913Z] Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:46:31.913Z] ---> Running in d1ba4af0f77e [2021-01-29T09:46:31.913Z] ---> 3579d46d48fc [2021-01-29T09:46:31.913Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T09:46:32.176Z] Removing intermediate container 8fdafa6198d9 [2021-01-29T09:46:32.176Z] ---> 1dd135b9727e [2021-01-29T09:46:32.176Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T09:46:32.439Z] Removing intermediate container d1ba4af0f77e [2021-01-29T09:46:32.439Z] ---> a21d5e81143b [2021-01-29T09:46:32.439Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T09:46:32.439Z] ---> Running in 26f4220747fb [2021-01-29T09:46:32.701Z] ---> 219c447f018e [2021-01-29T09:46:32.701Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T09:46:32.701Z] ---> Running in d45b57dd2e16 [2021-01-29T09:46:32.701Z] Removing intermediate container 26f4220747fb [2021-01-29T09:46:32.701Z] ---> 46880911e5c9 [2021-01-29T09:46:32.701Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T09:46:32.963Z] ---> Running in dc7c901628f8 [2021-01-29T09:46:33.910Z] Removing intermediate container d45b57dd2e16 [2021-01-29T09:46:33.910Z] ---> 08d770caab28 [2021-01-29T09:46:33.910Z] [2021-01-29T09:46:33.910Z] ---> b3fdf954033c [2021-01-29T09:46:33.910Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T09:46:34.172Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T09:46:34.172Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T09:46:34.172Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T09:46:35.119Z] Successfully built 08d770caab28 [2021-01-29T09:46:35.119Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T09:46:35.119Z] + git describe '--abbrev=0' --tags [2021-01-29T09:46:35.119Z] + TAG=v0.6.1 [2021-01-29T09:46:35.119Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T09:46:35.119Z] + apk --print-arch [2021-01-29T09:46:35.384Z] + arch=x86_64 [2021-01-29T09:46:35.384Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-29T09:46:35.384Z] + CGO_ENABLED=0 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-29T09:46:35.384Z] building [dockerize] for amd64 ... [2021-01-29T09:46:35.963Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T09:46:35.963Z]  Building docker-support-notifications-go ... done  ---> Running in f8a5cbe2af94 [2021-01-29T09:46:36.226Z] Removing intermediate container dc7c901628f8 [2021-01-29T09:46:36.226Z] ---> 6d39257013f4 [2021-01-29T09:46:36.226Z] Step 20/21 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:46:37.185Z] ---> Running in 97c0dcdd9c37 [2021-01-29T09:46:37.185Z] Removing intermediate container f8a5cbe2af94 [2021-01-29T09:46:37.185Z] ---> eca1f0c7c85d [2021-01-29T09:46:37.185Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:46:37.449Z] ---> Running in 39dd203303f0 [2021-01-29T09:46:37.449Z] Removing intermediate container 97c0dcdd9c37 [2021-01-29T09:46:37.449Z] ---> 6300afbc1cf7 [2021-01-29T09:46:37.449Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T09:46:37.449Z] ---> Running in df0ab0d4c973 [2021-01-29T09:46:37.725Z] Removing intermediate container 39dd203303f0 [2021-01-29T09:46:37.725Z] ---> 746cee0e64b8 [2021-01-29T09:46:37.725Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T09:46:37.725Z] ---> Running in 7ff7edbe7fd9 [2021-01-29T09:46:37.725Z] Removing intermediate container df0ab0d4c973 [2021-01-29T09:46:37.725Z] ---> 696d55da8430 [2021-01-29T09:46:37.725Z] [2021-01-29T09:46:37.994Z] Successfully built 696d55da8430 [2021-01-29T09:46:37.994Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T09:46:37.994Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7ff7edbe7fd9 [2021-01-29T09:46:37.994Z] ---> 87c4c43149d3 [2021-01-29T09:46:37.994Z] Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:46:38.272Z] ---> Running in 70ec5efb32e4 [2021-01-29T09:46:39.679Z] Removing intermediate container 70ec5efb32e4 [2021-01-29T09:46:39.679Z] ---> 5b0c8b0db724 [2021-01-29T09:46:39.679Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T09:46:39.679Z] ---> Running in 1ee53c96c7a2 [2021-01-29T09:46:39.679Z] Removing intermediate container 1ee53c96c7a2 [2021-01-29T09:46:39.679Z] ---> 87472e70707c [2021-01-29T09:46:39.679Z] [2021-01-29T09:46:39.959Z] Successfully built 87472e70707c [2021-01-29T09:46:39.959Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T09:46:40.861Z] gofmt -l . [2021-01-29T09:46:40.861Z] [ "`gofmt -l .`" = "" ] [2021-01-29T09:46:40.861Z] ./bin/test-go-mod-tidy.sh [2021-01-29T09:46:40.861Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T09:46:41.529Z] + ls -al . [2021-01-29T09:46:41.529Z] total 700 [2021-01-29T09:46:41.529Z] drwxrwxr-x 9 1001 1001 4096 Jan 29 09:46 . [2021-01-29T09:46:41.529Z] drwxr-xr-x 4 root root 4096 Jan 29 09:42 .. [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 09:41 .dockerignore [2021-01-29T09:46:41.529Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 09:41 .git [2021-01-29T09:46:41.529Z] drwxrwxr-x 3 1001 1001 4096 Jan 29 09:41 .github [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 09:41 .gitignore [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 09:41 .sonarcloud.properties [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 09:41 Attribution.txt [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 09:41 CONTRIBUTING.md [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 09:41 Dockerfile.build [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 09:41 Jenkinsfile [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 09:41 LICENSE [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 09:41 Makefile [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 09:41 README.md [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 09:41 SECURITY.md [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 09:38 VERSION [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 09:41 ZMQWindows.md [2021-01-29T09:46:41.529Z] drwxrwxr-x 2 1001 1001 4096 Jan 29 09:41 bin [2021-01-29T09:46:41.529Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 09:41 cmd [2021-01-29T09:46:41.529Z] -rw-r--r-- 1 root root 568476 Jan 29 09:45 coverage.out [2021-01-29T09:46:41.529Z] -rw-r--r-- 1 root root 1054 Jan 29 09:46 go.mod [2021-01-29T09:46:41.529Z] -rw-r--r-- 1 root root 19289 Jan 29 09:46 go.sum [2021-01-29T09:46:41.529Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 09:41 internal [2021-01-29T09:46:41.529Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 09:41 openapi [2021-01-29T09:46:41.529Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 09:41 snap [2021-01-29T09:46:41.529Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 09:41 version.go [Pipeline] sh [2021-01-29T09:46:42.185Z] + '[' -e coverage.out ] [2021-01-29T09:46:42.185Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T09:46:42.205Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T09:46:43.394Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T09:46:44.188Z] + make build [2021-01-29T09:46:44.188Z] 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-29T09:46:48.229Z]  Building docker-core-metadata-go ... done + date [2021-01-29T09:46:48.229Z] Fri Jan 29 09:46:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T09:46:48.229Z] + echo 'Fri Jan 29 09:46:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T09:46:54.359Z] 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-29T09:46:58.303Z] Removing intermediate container e4c36d68a39e [2021-01-29T09:46:58.304Z] ---> 6a66d7d96d53 [2021-01-29T09:46:58.304Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T09:46:58.304Z] ---> Running in 89cfe57cc807 [2021-01-29T09:46:58.304Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T09:46:58.304Z] statically linked [2021-01-29T09:46:58.879Z] Removing intermediate container 89cfe57cc807 [2021-01-29T09:46:58.879Z] ---> 6b260b5910be [2021-01-29T09:46:58.879Z] [2021-01-29T09:46:58.879Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T09:46:58.879Z] ---> 389fef711851 [2021-01-29T09:46:58.879Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T09:46:58.879Z] ---> Running in c78590139685 [2021-01-29T09:46:58.879Z] Removing intermediate container c78590139685 [2021-01-29T09:46:58.879Z] ---> 99c174106509 [2021-01-29T09:46:58.879Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T09:46:59.142Z] ---> Running in bfa271b4a7b0 [2021-01-29T09:46:59.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:59.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T09:46:59.667Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T09:46:59.667Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T09:46:59.931Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T09:46:59.931Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:46:59.931Z] OK: 6 MiB in 17 packages [2021-01-29T09:47:00.194Z] Removing intermediate container bfa271b4a7b0 [2021-01-29T09:47:00.194Z] ---> 3c8e2dd8d6bb [2021-01-29T09:47:00.194Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T09:47:00.457Z] ---> Running in 205d110cf5cc [2021-01-29T09:47:00.457Z] Removing intermediate container 205d110cf5cc [2021-01-29T09:47:00.457Z] ---> d8b7a77cb9d8 [2021-01-29T09:47:00.457Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T09:47:00.738Z] ---> Running in 20ec585d78ae [2021-01-29T09:47:00.738Z] Removing intermediate container 20ec585d78ae [2021-01-29T09:47:00.739Z] ---> eebe2896dde7 [2021-01-29T09:47:00.739Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T09:47:00.739Z] ---> Running in 3a683339dc8f [2021-01-29T09:47:01.712Z] Removing intermediate container 3a683339dc8f [2021-01-29T09:47:01.712Z] ---> f2ce51f5e113 [2021-01-29T09:47:01.712Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T09:47:01.712Z] ---> Running in 341fabdc2dd9 [2021-01-29T09:47:01.975Z] Removing intermediate container 341fabdc2dd9 [2021-01-29T09:47:01.975Z] ---> 2d56cc04a0ed [2021-01-29T09:47:01.975Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T09:47:02.551Z] ---> ffce272137c5 [2021-01-29T09:47:02.551Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T09:47:02.816Z] ---> a20e0e574bd6 [2021-01-29T09:47:02.816Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T09:47:02.816Z] ---> Running in 23ab926cc76c [2021-01-29T09:47:03.771Z] Removing intermediate container 23ab926cc76c [2021-01-29T09:47:03.771Z] ---> 0046a69a71e5 [2021-01-29T09:47:03.771Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:47:04.033Z] ---> 60d32708fadd [2021-01-29T09:47:04.033Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T09:47:04.644Z] ---> 9c91c4a3d504 [2021-01-29T09:47:04.644Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T09:47:04.906Z] ---> 33dba60054a4 [2021-01-29T09:47:04.906Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T09:47:05.480Z] ---> 9207cb09ed04 [2021-01-29T09:47:05.480Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T09:47:06.876Z] ---> 9b6f6e86893a [2021-01-29T09:47:06.876Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T09:47:07.138Z] ---> Running in 8c175bc2a2e7 [2021-01-29T09:47:07.400Z] Removing intermediate container 8c175bc2a2e7 [2021-01-29T09:47:07.400Z] ---> a4ea5e031612 [2021-01-29T09:47:07.400Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T09:47:07.664Z] ---> 48c8b0218224 [2021-01-29T09:47:07.664Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T09:47:07.927Z] ---> Running in 4e2b93de5e04 [2021-01-29T09:47:08.879Z] Removing intermediate container 4e2b93de5e04 [2021-01-29T09:47:08.879Z] ---> f08694b9995c [2021-01-29T09:47:08.879Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T09:47:08.879Z] ---> Running in e23ca65e7789 [2021-01-29T09:47:09.142Z] Removing intermediate container e23ca65e7789 [2021-01-29T09:47:09.142Z] ---> cca6840748bf [2021-01-29T09:47:09.142Z] Step 31/34 : CMD ["gate"] [2021-01-29T09:47:09.404Z] ---> Running in 713600ed5028 [2021-01-29T09:47:09.404Z] Removing intermediate container 713600ed5028 [2021-01-29T09:47:09.404Z] ---> 024c442c4797 [2021-01-29T09:47:09.404Z] Step 32/34 : LABEL arch=x86_64 [2021-01-29T09:47:09.667Z] ---> Running in bf81ba7269be [2021-01-29T09:47:09.931Z] Removing intermediate container bf81ba7269be [2021-01-29T09:47:09.931Z] ---> 10aea212af7a [2021-01-29T09:47:09.931Z] Step 33/34 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:47:09.931Z] ---> Running in 84125e0e2a99 [2021-01-29T09:47:10.196Z] Removing intermediate container 84125e0e2a99 [2021-01-29T09:47:10.196Z] ---> bb3b5d6130f4 [2021-01-29T09:47:10.196Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T09:47:10.458Z] ---> Running in 15d5688b7501 [2021-01-29T09:47:10.458Z] Removing intermediate container 15d5688b7501 [2021-01-29T09:47:10.458Z] ---> c412479b29c7 [2021-01-29T09:47:10.458Z] [2021-01-29T09:47:10.721Z] Successfully built c412479b29c7 [2021-01-29T09:47:10.721Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T09:47:10.996Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-29T09:47:11.015Z] $ docker stop --time=1 9e294eacd5aaa6d25576ac5d482daee33ebf315759b34a02a776921c02133a6c [2021-01-29T09:47:12.543Z] $ docker rm -f 9e294eacd5aaa6d25576ac5d482daee33ebf315759b34a02a776921c02133a6c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T09:47:13.079Z] + docker images [2021-01-29T09:47:13.079Z] + grep docker [2021-01-29T09:47:13.342Z] docker-security-bootstrapper-go latest c412479b29c7 3 seconds ago 33.5MB [2021-01-29T09:47:13.342Z] docker-core-metadata-go latest 87472e70707c 34 seconds ago 18.8MB [2021-01-29T09:47:13.342Z] docker-security-proxy-setup-go latest 696d55da8430 36 seconds ago 24.4MB [2021-01-29T09:47:13.342Z] docker-support-notifications-go latest 08d770caab28 41 seconds ago 16.9MB [2021-01-29T09:47:13.342Z] docker-sys-mgmt-agent-go latest e07533f5ec72 About a minute ago 313MB [2021-01-29T09:47:13.342Z] docker-core-data-go latest ffd0302985f8 2 minutes ago 22.3MB [2021-01-29T09:47:13.342Z] docker-security-secretstore-setup-go latest 1e8784099e5b 2 minutes ago 24.6MB [2021-01-29T09:47:13.342Z] docker-core-command-go latest 70216a39261e 2 minutes ago 16.9MB [2021-01-29T09:47:13.342Z] docker-support-scheduler-go latest b288e235888e 2 minutes ago 17MB [2021-01-29T09:47:13.342Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-29T09:47:16.552Z] 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-29T09:47:19.936Z] 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-29T09:47:25.346Z] 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-29T09:47:26.323Z] 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-29T09:47:29.199Z] Still waiting to schedule task [2021-01-29T09:47:29.199Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-29T09:47:31.717Z] 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-29T09:47:36.015Z] 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-29T09:47:40.327Z] 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-29T09:47:44.633Z] 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-29T09:47:48.957Z] 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-29T09:47:52.341Z] 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-29T09:47:55.738Z] 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-29T09:48:01.147Z] $ docker stop --time=1 a8384a27fa20cd03753e6475f528b2f6b1e70b0e719caf3ee11758fbbdb8c821 [2021-01-29T09:48:03.609Z] $ docker rm -f a8384a27fa20cd03753e6475f528b2f6b1e70b0e719caf3ee11758fbbdb8c821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:48:05.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T09:48:05.693Z] [2021-01-29T09:48:05.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:48:06.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T09:48:06.620Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T09:48:06.620Z] 29e5d40040c1: Pulling fs layer [2021-01-29T09:48:06.620Z] 1ce36da41761: Pulling fs layer [2021-01-29T09:48:06.620Z] 25b303627fd3: Pulling fs layer [2021-01-29T09:48:07.216Z] 29e5d40040c1: Verifying Checksum [2021-01-29T09:48:07.216Z] 29e5d40040c1: Download complete [2021-01-29T09:48:07.490Z] 1ce36da41761: Verifying Checksum [2021-01-29T09:48:07.490Z] 1ce36da41761: Download complete [2021-01-29T09:48:07.764Z] 29e5d40040c1: Pull complete [2021-01-29T09:48:09.201Z] 1ce36da41761: Pull complete [2021-01-29T09:48:09.201Z] 25b303627fd3: Download complete [2021-01-29T09:48:19.367Z] 25b303627fd3: Pull complete [2021-01-29T09:48:19.367Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T09:48:19.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T09:48:19.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T09:48:19.630Z] prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container [2021-01-29T09:48:19.695Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T09:48:20.496Z] Running on prd-ubuntu18.04-docker-8c-8g-23952 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [2021-01-29T09:48:22.631Z] $ docker top e5872961283c9352fe99b27809f19bf468bf323e8f61abe9e4a30172053a0dae -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-29T09:48:23.138Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-29T09:48:23.725Z] + grep parallel [2021-01-29T09:48:23.725Z] + docker-compose build --help [2021-01-29T09:48:25.409Z] using credential edgex-jenkins-ssh [2021-01-29T09:48:25.497Z] Cloning the remote Git repository [2021-01-29T09:48:25.519Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T09:48:25.584Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-29T09:48:25.612Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T09:48:25.613Z] > git --version # timeout=10 [2021-01-29T09:48:25.619Z] > git --version # 'git version 2.17.1' [2021-01-29T09:48:25.620Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:48:25.644Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:48:27.105Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T09:48:27.118Z] $ docker stop --time=1 e5872961283c9352fe99b27809f19bf468bf323e8f61abe9e4a30172053a0dae [2021-01-29T09:48:29.062Z] $ docker rm -f e5872961283c9352fe99b27809f19bf468bf323e8f61abe9e4a30172053a0dae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:48:29.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T09:48:29.897Z] . [Pipeline] withDockerContainer [2021-01-29T09:48:30.177Z] prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container [2021-01-29T09:48:30.271Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-29T09:48:31.691Z] $ docker top 9f55fab7800c4f2c84ddec9c1cf86b62ebcf3f90df098f1b74345a08c1d11370 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:48:32.756Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:48:32.798Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T09:48:32.887Z] Merge succeeded, producing 1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:48:32.888Z] Checking out Revision 1bac17d6dcf996777ea52846b7e7406e81d168da (PR-3022) [2021-01-29T09:48:32.071Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T09:48:32.078Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T09:48:32.088Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T09:48:32.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T09:48:32.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:48:32.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T09:48:32.764Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:48:32.770Z] > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 [2021-01-29T09:48:32.851Z] > git remote # timeout=10 [2021-01-29T09:48:32.858Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T09:48:32.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T09:48:32.867Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T09:48:32.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T09:48:32.888Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T09:48:32.901Z] > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 [2021-01-29T09:48:36.558Z] Commit message: "feat(scheduler): Modify import path for V2 go module" [2021-01-29T09:48:37.087Z] Building docker-core-command-go ... [2021-01-29T09:48:37.087Z] Building docker-core-data-go ... [2021-01-29T09:48:37.087Z] Building docker-core-metadata-go ... [2021-01-29T09:48:37.087Z] Building docker-security-bootstrapper-go ... [2021-01-29T09:48:37.087Z] Building docker-security-proxy-setup-go ... [2021-01-29T09:48:37.087Z] Building docker-security-secretstore-setup-go ... [2021-01-29T09:48:37.087Z] Building docker-support-notifications-go ... [2021-01-29T09:48:37.087Z] Building docker-support-scheduler-go ... [2021-01-29T09:48:37.087Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T09:48:37.087Z] Building docker-sys-mgmt-agent-go [2021-01-29T09:48:37.087Z] Building docker-core-data-go [2021-01-29T09:48:37.087Z] Building docker-support-scheduler-go [2021-01-29T09:48:37.087Z] Building docker-support-notifications-go [2021-01-29T09:48:37.087Z] Building docker-security-bootstrapper-go [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:48:37.754Z] + echo snap-build.sh [2021-01-29T09:48:37.754Z] snap-build.sh [2021-01-29T09:48:37.754Z] + SNAP_BASE_DIR=. [2021-01-29T09:48:37.754Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-01-29T09:48:37.754Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-01-29T09:48:37.754Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-01-29T09:48:37.754Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-01-29T09:48:37.754Z] + cd /w/workspace/edgex-go/6 [2021-01-29T09:48:37.754Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-29T09:48:37.754Z] Reading package lists... [2021-01-29T09:48:38.015Z] Building dependency tree... [2021-01-29T09:48:38.015Z] Reading state information... [2021-01-29T09:48:38.015Z] The following packages were automatically installed and are no longer required: [2021-01-29T09:48:38.015Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-29T09:48:38.015Z] uidmap xdelta3 [2021-01-29T09:48:38.015Z] Use 'sudo apt autoremove' to remove them. [2021-01-29T09:48:38.015Z] The following packages will be REMOVED: [2021-01-29T09:48:38.015Z] lxd* lxd-client* [2021-01-29T09:48:38.595Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-29T09:48:38.595Z] After this operation, 31.7 MB disk space will be freed. [2021-01-29T09:48:39.645Z] (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-29T09:48:39.645Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T09:48:40.591Z] Removing lxd dnsmasq configuration [2021-01-29T09:48:40.591Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T09:48:40.591Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-29T09:48:41.540Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-29T09:48:41.801Z] (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-29T09:48:41.801Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T09:48:43.189Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-29T09:48:43.451Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-29T09:48:44.838Z] + sudo snap remove --purge lxd [2021-01-29T09:48:45.099Z] snap "lxd" is not installed [2021-01-29T09:48:45.099Z] + sudo groupadd --force --system lxd [2021-01-29T09:48:45.099Z] ++ whoami [2021-01-29T09:48:45.099Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-29T09:48:45.099Z] + newgrp - lxd [2021-01-29T09:48:45.362Z] + sudo snap install lxd [2021-01-29T09:48:53.534Z] 2021-01-29T09:48:50Z INFO Waiting for automatic snapd restart... [2021-01-29T09:49:05.804Z] lxd 4.10 from Canonical* installed [2021-01-29T09:49:05.804Z] + sudo lxd init --auto [2021-01-29T09:49:13.955Z] + sudo snap install --classic snapcraft [2021-01-29T09:49:20.552Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T09:49:20.552Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-29T09:49:20.552Z] + patch --verbose -p1 [2021-01-29T09:49:20.552Z] Hmm... Looks like a unified diff to me... [2021-01-29T09:49:20.552Z] The text leading up to this was: [2021-01-29T09:49:20.552Z] -------------------------- [2021-01-29T09:49:20.552Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-29T09:49:20.552Z] |From: Tony Espy [2021-01-29T09:49:20.552Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-29T09:49:20.552Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-29T09:49:20.552Z] | [2021-01-29T09:49:20.552Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-29T09:49:20.552Z] |optimize the snap CI check run for pull requests. When [2021-01-29T09:49:20.552Z] |applied, it essentially strips out everything (apps and [2021-01-29T09:49:20.552Z] |parts) from the snapcraft.yaml file except those required [2021-01-29T09:49:20.552Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-29T09:49:20.552Z] |catch changes to edgex-go that break the snap build. [2021-01-29T09:49:20.552Z] | [2021-01-29T09:49:20.552Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-29T09:49:20.552Z] |to update this patch file, otherwise it may fail to apply, [2021-01-29T09:49:20.552Z] |resulting in a failed snap build CI check in the associated [2021-01-29T09:49:20.552Z] |pull request. [2021-01-29T09:49:20.552Z] | [2021-01-29T09:49:20.552Z] |Note - in addition to applying this patch, the pipeline also [2021-01-29T09:49:20.552Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-29T09:49:20.552Z] |need to build the finally binary .snap file (and it won't [2021-01-29T09:49:20.552Z] |work with the patch applied). This further reduces the build [2021-01-29T09:49:20.552Z] |time. [2021-01-29T09:49:20.552Z] |--- [2021-01-29T09:49:20.552Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-29T09:49:20.552Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-29T09:49:20.552Z] | [2021-01-29T09:49:20.552Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-29T09:49:20.552Z] |index 1e537489..faf42425 100644 [2021-01-29T09:49:20.552Z] |--- a/snap/snapcraft.yaml [2021-01-29T09:49:20.552Z] |+++ b/snap/snapcraft.yaml [2021-01-29T09:49:20.552Z] -------------------------- [2021-01-29T09:49:20.552Z] patching file snap/snapcraft.yaml [2021-01-29T09:49:20.552Z] Using Plan A... [2021-01-29T09:49:20.552Z] Hunk #1 succeeded at 73. [2021-01-29T09:49:20.552Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-29T09:49:20.552Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-29T09:49:20.552Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-29T09:49:20.552Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-29T09:49:20.552Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-29T09:49:20.552Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-29T09:49:20.552Z] Hunk #8 succeeded at 342. [2021-01-29T09:49:20.552Z] Hmm... Ignoring the trailing garbage. [2021-01-29T09:49:20.552Z] done [2021-01-29T09:49:20.552Z] + sudo snapcraft prime --use-lxd [2021-01-29T09:49:21.126Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-29T09:49:21.126Z] 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-29T09:49:21.126Z] - README.md [2021-01-29T09:49:21.126Z] - snapcraft.yaml.orig [2021-01-29T09:49:21.126Z] [2021-01-29T09:49:21.126Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T09:49:21.703Z] Launching a container. [2021-01-29T09:49:33.941Z] Waiting for container to be ready [2021-01-29T09:49:33.941Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-29T09:49:33.941Z] [2021-01-29T09:49:36.497Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-29T09:49:36.497Z] Waiting for network to be ready... [2021-01-29T09:49:37.070Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T09:49:37.070Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T09:49:37.332Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T09:49:37.594Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T09:49:37.594Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T09:49:37.854Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T09:49:37.854Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T09:49:37.854Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T09:49:37.854Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T09:49:37.854Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T09:49:37.854Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T09:49:37.854Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T09:49:37.854Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T09:49:37.854Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T09:49:37.854Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T09:49:37.854Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T09:49:37.854Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T09:49:37.854Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T09:49:38.115Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T09:49:38.376Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] [2021-01-29T09:49:38.636Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T09:49:38.636Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T09:49:38.636Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T09:49:38.636Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] [2021-01-29T09:49:38.636Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] [2021-01-29T09:49:38.636Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T09:49:38.636Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T09:49:41.188Z] Fetched 23.8 MB in 4s (5547 kB/s) [2021-01-29T09:49:42.134Z] Reading package lists... [2021-01-29T09:49:42.134Z] Reading package lists... [2021-01-29T09:49:42.394Z] Building dependency tree... [2021-01-29T09:49:42.394Z] Reading state information... [2021-01-29T09:49:42.394Z] The following additional packages will be installed: [2021-01-29T09:49:42.394Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T09:49:42.394Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T09:49:42.394Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T09:49:42.394Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-29T09:49:42.394Z] Suggested packages: [2021-01-29T09:49:42.394Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-29T09:49:42.394Z] Recommended packages: [2021-01-29T09:49:42.394Z] gnupg libsasl2-modules [2021-01-29T09:49:42.656Z] The following NEW packages will be installed: [2021-01-29T09:49:42.656Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T09:49:42.656Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T09:49:42.656Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T09:49:42.656Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-29T09:49:42.656Z] The following packages will be upgraded: [2021-01-29T09:49:42.656Z] gpg gpg-agent gpgconf libudev1 [2021-01-29T09:49:42.656Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-29T09:49:42.656Z] Need to get 3533 kB of archives. [2021-01-29T09:49:42.656Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-29T09:49:42.656Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-29T09:49:42.656Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-29T09:49:42.656Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-29T09:49:42.656Z] Get:4 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-29T09:49:42.656Z] Get:5 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-29T09:49:42.656Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-29T09:49:42.656Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-29T09:49:42.656Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-29T09:49:42.918Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-29T09:49:43.181Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-29T09:49:43.442Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-29T09:49:43.442Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-29T09:49:43.442Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-29T09:49:43.442Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-29T09:49:43.442Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-29T09:49:43.442Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-29T09:49:43.442Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-29T09:49:43.442Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-29T09:49:43.442Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-29T09:49:43.442Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-29T09:49:43.442Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-29T09:49:43.442Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-29T09:49:43.711Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T09:49:43.711Z] Fetched 3533 kB in 1s (3598 kB/s) [2021-01-29T09:49:43.711Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T09:49:43.711Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-29T09:49:43.711Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T09:49:43.973Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-29T09:49:43.973Z] Selecting previously unselected package udev. [2021-01-29T09:49:43.973Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T09:49:43.973Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-29T09:49:43.973Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-29T09:49:44.236Z] Selecting previously unselected package libfuse2:amd64. [2021-01-29T09:49:44.236Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T09:49:44.236Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T09:49:44.236Z] Selecting previously unselected package fuse. [2021-01-29T09:49:44.499Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T09:49:44.499Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-29T09:49:44.499Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T09:49:44.499Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T09:49:44.499Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T09:49:44.765Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T09:49:44.765Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T09:49:44.765Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T09:49:45.027Z] Selecting previously unselected package libksba8:amd64. [2021-01-29T09:49:45.027Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-29T09:49:45.027Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-29T09:49:45.027Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-29T09:49:45.027Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.027Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.027Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-29T09:49:45.027Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.027Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.289Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-29T09:49:45.289Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.289Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.289Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-29T09:49:45.289Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.289Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.552Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-29T09:49:45.552Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.552Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.552Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-29T09:49:45.552Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.552Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.552Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-29T09:49:45.552Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.552Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.814Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-29T09:49:45.814Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.814Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:45.814Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-29T09:49:45.814Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T09:49:45.814Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:46.076Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-29T09:49:46.076Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T09:49:46.076Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T09:49:46.076Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-29T09:49:46.076Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T09:49:46.076Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T09:49:46.076Z] Selecting previously unselected package libldap-common. [2021-01-29T09:49:46.076Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-29T09:49:46.076Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T09:49:46.337Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-29T09:49:46.337Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-29T09:49:46.337Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T09:49:46.337Z] Selecting previously unselected package dirmngr. [2021-01-29T09:49:46.337Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T09:49:46.337Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T09:49:46.601Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T09:49:46.601Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-29T09:49:46.601Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T09:49:46.601Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T09:49:46.601Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T09:49:46.601Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-29T09:49:46.601Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:46.864Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-29T09:49:46.864Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T09:49:46.864Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-29T09:49:47.124Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-29T09:49:47.387Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.387Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-29T09:49:47.387Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-29T09:49:47.387Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-29T09:49:47.387Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T09:49:47.650Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T09:49:47.650Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T09:49:47.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T09:49:48.222Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-29T09:49:48.222Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-29T09:49:48.222Z] This means they are not meant to be enabled using systemctl. [2021-01-29T09:49:48.222Z] Possible reasons for having this kind of units are: [2021-01-29T09:49:48.222Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-29T09:49:48.222Z] .wants/ or .requires/ directory. [2021-01-29T09:49:48.222Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-29T09:49:48.222Z] a requirement dependency on it. [2021-01-29T09:49:48.222Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-29T09:49:48.222Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-29T09:49:48.222Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-29T09:49:48.222Z] instance name specified. [2021-01-29T09:49:48.484Z] Reading package lists... [2021-01-29T09:49:48.746Z] Building dependency tree... [2021-01-29T09:49:48.746Z] Reading state information... [2021-01-29T09:49:49.007Z] The following additional packages will be installed: [2021-01-29T09:49:49.007Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-29T09:49:49.007Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-29T09:49:49.007Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-29T09:49:49.007Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-29T09:49:49.007Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-29T09:49:49.007Z] Suggested packages: [2021-01-29T09:49:49.007Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-29T09:49:49.007Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-29T09:49:49.007Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-29T09:49:49.007Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-29T09:49:49.007Z] systemd-container policykit-1 [2021-01-29T09:49:49.007Z] Recommended packages: [2021-01-29T09:49:49.007Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-29T09:49:49.007Z] The following NEW packages will be installed: [2021-01-29T09:49:49.008Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-29T09:49:49.008Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-29T09:49:49.008Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-29T09:49:49.008Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-29T09:49:49.008Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-29T09:49:49.008Z] The following packages will be upgraded: [2021-01-29T09:49:49.008Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-29T09:49:49.008Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-29T09:49:49.008Z] Need to get 35.2 MB of archives. [2021-01-29T09:49:49.008Z] After this operation, 141 MB of additional disk space will be used. [2021-01-29T09:49:49.008Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-29T09:49:49.008Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-29T09:49:49.580Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-29T09:49:49.840Z] 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-29T09:49:49.840Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-29T09:49:49.840Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-29T09:49:49.840Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-29T09:49:49.840Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-29T09:49:49.840Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-29T09:49:49.840Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-29T09:49:49.840Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-29T09:49:49.840Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-29T09:49:49.840Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-29T09:49:49.840Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-29T09:49:49.840Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-29T09:49:49.840Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-29T09:49:49.840Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-29T09:49:49.840Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-29T09:49:49.840Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-29T09:49:49.840Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-29T09:49:49.840Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-29T09:49:49.840Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-29T09:49:49.840Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-29T09:49:50.100Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-29T09:49:50.100Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-29T09:49:50.100Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-29T09:49:50.100Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-29T09:49:50.100Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-29T09:49:50.100Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-29T09:49:50.100Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-29T09:49:51.043Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T09:49:51.043Z] Fetched 35.2 MB in 2s (17.4 MB/s) [2021-01-29T09:49:51.043Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T09:49:51.043Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-29T09:49:51.304Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T09:49:51.877Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-29T09:49:51.877Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T09:49:52.138Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-29T09:49:52.138Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T09:49:52.138Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T09:49:52.138Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T09:49:52.399Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-29T09:49:52.661Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T09:49:52.661Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T09:49:52.661Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T09:49:52.923Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-29T09:49:52.924Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-29T09:49:53.498Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-29T09:49:53.498Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-29T09:49:53.498Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T09:49:53.498Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T09:49:53.759Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-29T09:49:53.759Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T09:49:53.759Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:49:54.020Z] Selecting previously unselected package libexpat1:amd64. [2021-01-29T09:49:54.021Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-29T09:49:54.021Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T09:49:54.021Z] Selecting previously unselected package python3.6-minimal. [2021-01-29T09:49:54.021Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T09:49:54.021Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:49:54.283Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T09:49:54.545Z] Checking for services that may need to be restarted...done. [2021-01-29T09:49:54.545Z] Checking for services that may need to be restarted...done. [2021-01-29T09:49:54.545Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:49:54.545Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T09:49:54.545Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:49:55.119Z] Selecting previously unselected package python3-minimal. [2021-01-29T09:49:55.119Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-29T09:49:55.119Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-29T09:49:55.119Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-29T09:49:55.381Z] Selecting previously unselected package mime-support. [2021-01-29T09:49:55.381Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-29T09:49:55.381Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-29T09:49:55.381Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-29T09:49:55.381Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-29T09:49:55.381Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T09:49:55.643Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-29T09:49:55.643Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T09:49:55.643Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:49:55.905Z] Selecting previously unselected package python3.6. [2021-01-29T09:49:55.905Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T09:49:55.905Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:49:55.905Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-29T09:49:55.905Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-29T09:49:55.905Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T09:49:56.168Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-29T09:49:56.431Z] Selecting previously unselected package python3. [2021-01-29T09:49:56.431Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-29T09:49:56.431Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-29T09:49:56.431Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-29T09:49:56.431Z] Selecting previously unselected package multiarch-support. [2021-01-29T09:49:56.431Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T09:49:56.431Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T09:49:56.431Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T09:49:56.693Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-29T09:49:56.693Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-29T09:49:56.693Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-29T09:49:56.693Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T09:49:56.693Z] Selecting previously unselected package libbsd0:amd64. [2021-01-29T09:49:56.693Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-29T09:49:56.693Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T09:49:56.954Z] Selecting previously unselected package sudo. [2021-01-29T09:49:56.954Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-29T09:49:56.954Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T09:49:57.216Z] Selecting previously unselected package apparmor. [2021-01-29T09:49:57.216Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T09:49:57.216Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-29T09:49:57.216Z] Selecting previously unselected package libedit2:amd64. [2021-01-29T09:49:57.216Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-29T09:49:57.216Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T09:49:57.478Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-29T09:49:57.478Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T09:49:57.478Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:49:57.478Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-29T09:49:57.478Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T09:49:57.478Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:49:57.741Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-29T09:49:57.741Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-29T09:49:57.741Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T09:49:57.741Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-29T09:49:57.741Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T09:49:57.741Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:49:58.005Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-29T09:49:58.005Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T09:49:58.005Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:49:58.005Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-29T09:49:58.005Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-29T09:49:58.005Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T09:49:58.267Z] Selecting previously unselected package openssh-client. [2021-01-29T09:49:58.267Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-29T09:49:58.267Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T09:49:58.530Z] Selecting previously unselected package squashfs-tools. [2021-01-29T09:49:58.530Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-29T09:49:58.530Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T09:49:58.791Z] Selecting previously unselected package snapd. [2021-01-29T09:49:58.791Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-29T09:49:58.791Z] Unpacking snapd (2.48+18.04) ... [2021-01-29T09:49:58.870Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:49:58.870Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:49:58.870Z] ---> 33d811d894c6 [2021-01-29T09:49:58.870Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T09:49:58.870Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:49:58.870Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:49:58.870Z] ---> 33d811d894c6 [2021-01-29T09:49:58.870Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T09:49:58.870Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:49:58.870Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:49:58.870Z] ---> 33d811d894c6 [2021-01-29T09:49:58.870Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T09:49:58.870Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:49:58.870Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:49:58.870Z] ---> 33d811d894c6 [2021-01-29T09:49:58.870Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T09:49:58.870Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:49:58.870Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:49:58.870Z] ---> 33d811d894c6 [2021-01-29T09:49:58.870Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T09:49:58.870Z] ---> Running in 1b3212a206d6 [2021-01-29T09:49:58.870Z] ---> Running in 0869f21a01f9 [2021-01-29T09:49:58.870Z] ---> Running in b8602f709b9e [2021-01-29T09:49:58.870Z] ---> Running in bf12759f5b0f [2021-01-29T09:49:58.870Z] ---> Running in babb4801b4bc [2021-01-29T09:49:58.870Z] Removing intermediate container 1b3212a206d6 [2021-01-29T09:49:58.870Z] ---> df3546f82771 [2021-01-29T09:49:58.870Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:49:58.870Z] Removing intermediate container bf12759f5b0f [2021-01-29T09:49:58.870Z] ---> 938527b50061 [2021-01-29T09:49:58.870Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:49:58.870Z] Removing intermediate container b8602f709b9e [2021-01-29T09:49:58.870Z] ---> 64cecf71f9e2 [2021-01-29T09:49:58.870Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:49:58.870Z] ---> Running in 882bcd45387c [2021-01-29T09:49:58.870Z] Removing intermediate container 0869f21a01f9 [2021-01-29T09:49:58.870Z] ---> 2b93685e0979 [2021-01-29T09:49:58.870Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:49:58.870Z] Removing intermediate container babb4801b4bc [2021-01-29T09:49:58.870Z] ---> 186d1bf1e829 [2021-01-29T09:49:58.870Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:49:58.870Z] ---> Running in 03bfe353e90e [2021-01-29T09:49:58.870Z] ---> Running in d3cda06d6895 [2021-01-29T09:49:58.870Z] ---> Running in dddaecb99d16 [2021-01-29T09:49:58.870Z] ---> Running in 293c8653f421 [2021-01-29T09:49:58.870Z] Removing intermediate container 882bcd45387c [2021-01-29T09:49:58.870Z] ---> 0e43f79c514c [2021-01-29T09:49:58.870Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T09:49:58.870Z] ---> Running in fd0ae5d73f21 [2021-01-29T09:49:58.870Z] Removing intermediate container 03bfe353e90e [2021-01-29T09:49:58.870Z] ---> 89a5eef5aea4 [2021-01-29T09:49:58.870Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T09:49:58.870Z] Removing intermediate container d3cda06d6895 [2021-01-29T09:49:58.870Z] ---> 88a461a072a5 [2021-01-29T09:49:58.870Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T09:49:58.870Z] ---> Running in 708fdb84bfad [2021-01-29T09:49:58.870Z] ---> Running in f5472e9544c2 [2021-01-29T09:49:58.870Z] Removing intermediate container dddaecb99d16 [2021-01-29T09:49:58.870Z] ---> cf841bdaff41 [2021-01-29T09:49:58.870Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T09:49:58.870Z] Removing intermediate container 293c8653f421 [2021-01-29T09:49:58.870Z] ---> f93dab6b25d3 [2021-01-29T09:49:58.870Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T09:49:58.870Z] ---> Running in 284eeb76d2d6 [2021-01-29T09:49:58.870Z] ---> Running in 19e88bf55192 [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] OK: 217 MiB in 51 packages [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:58.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:59.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:59.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:49:59.414Z] OK: 217 MiB in 51 packages [2021-01-29T09:49:59.687Z] OK: 217 MiB in 51 packages [2021-01-29T09:49:59.964Z] OK: 217 MiB in 51 packages [2021-01-29T09:49:59.964Z] OK: 217 MiB in 51 packages [2021-01-29T09:50:00.565Z] Removing intermediate container fd0ae5d73f21 [2021-01-29T09:50:00.565Z] ---> b2d29d0c32cd [2021-01-29T09:50:00.565Z] Step 6/22 : COPY go.mod . [2021-01-29T09:50:01.166Z] Removing intermediate container 708fdb84bfad [2021-01-29T09:50:01.166Z] ---> 38973b0e9764 [2021-01-29T09:50:01.166Z] Step 6/26 : COPY go.mod . [2021-01-29T09:50:01.345Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T09:50:01.346Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T09:50:01.443Z] ---> 6da015af45fe [2021-01-29T09:50:01.443Z] Step 7/22 : RUN go mod download [2021-01-29T09:50:01.606Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-29T09:50:01.606Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T09:50:01.606Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T09:50:01.606Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:50:01.723Z] ---> Running in 375a1ba3204e [2021-01-29T09:50:01.724Z] Removing intermediate container f5472e9544c2 [2021-01-29T09:50:01.724Z] ---> 3e0ff36a155b [2021-01-29T09:50:01.724Z] Step 6/23 : COPY go.mod . [2021-01-29T09:50:01.868Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T09:50:01.868Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-29T09:50:01.868Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-29T09:50:01.999Z] Removing intermediate container 19e88bf55192 [2021-01-29T09:50:01.999Z] ---> f8be23479824 [2021-01-29T09:50:01.999Z] Step 6/34 : COPY go.mod . [2021-01-29T09:50:02.286Z] Removing intermediate container 284eeb76d2d6 [2021-01-29T09:50:02.286Z] ---> 624d2341eb0a [2021-01-29T09:50:02.286Z] Step 6/22 : COPY go.mod . [2021-01-29T09:50:02.286Z] ---> 3aff8064fe2f [2021-01-29T09:50:02.286Z] Step 7/26 : RUN go mod download [2021-01-29T09:50:02.444Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T09:50:02.444Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T09:50:02.560Z] ---> Running in 43e5af7918c0 [2021-01-29T09:50:02.709Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T09:50:02.709Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:50:02.709Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:50:02.709Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T09:50:02.841Z] ---> d792b56d5f67 [2021-01-29T09:50:02.841Z] Step 7/23 : RUN go mod download [2021-01-29T09:50:03.120Z] ---> Running in 4866bac657ca [2021-01-29T09:50:03.120Z] ---> bbb46321fefb [2021-01-29T09:50:03.120Z] Step 7/34 : RUN go mod download [2021-01-29T09:50:03.282Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T09:50:03.282Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:50:03.282Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T09:50:03.282Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-29T09:50:03.543Z] running python rtupdate hooks for python3.6... [2021-01-29T09:50:03.543Z] running python post-rtupdate hooks for python3.6... [2021-01-29T09:50:03.543Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-29T09:50:03.717Z] ---> Running in 482f2a5c0172 [2021-01-29T09:50:03.717Z] ---> 91399b26f5ec [2021-01-29T09:50:03.717Z] Step 7/22 : RUN go mod download [2021-01-29T09:50:03.997Z] ---> Running in 610b1116df26 [2021-01-29T09:50:05.463Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-29T09:50:05.463Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T09:50:05.463Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T09:50:05.463Z] Setting up snapd (2.48+18.04) ... [2021-01-29T09:50:05.999Z] Removing intermediate container 375a1ba3204e [2021-01-29T09:50:05.999Z] ---> 30537045f817 [2021-01-29T09:50:05.999Z] Step 8/22 : COPY . . [2021-01-29T09:50:06.036Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-29T09:50:06.297Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-29T09:50:06.297Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-29T09:50:06.559Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-29T09:50:06.820Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T09:50:06.820Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T09:50:06.820Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-29T09:50:06.990Z] Removing intermediate container 43e5af7918c0 [2021-01-29T09:50:06.990Z] ---> 79dfc01fd4c5 [2021-01-29T09:50:06.990Z] Step 8/26 : COPY . . [2021-01-29T09:50:07.083Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-29T09:50:07.344Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-29T09:50:07.605Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-29T09:50:07.605Z] /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-29T09:50:07.605Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T09:50:07.605Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T09:50:08.576Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T09:50:08.576Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T09:50:08.837Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T09:50:08.979Z] Removing intermediate container 482f2a5c0172 [2021-01-29T09:50:08.979Z] ---> 4afa40f648b6 [2021-01-29T09:50:08.979Z] Step 8/34 : COPY . . [2021-01-29T09:50:08.979Z] Removing intermediate container 4866bac657ca [2021-01-29T09:50:08.979Z] ---> caefae9288d8 [2021-01-29T09:50:08.979Z] Step 8/23 : COPY . . [2021-01-29T09:50:09.580Z] Removing intermediate container 610b1116df26 [2021-01-29T09:50:09.580Z] ---> 0122c53e5853 [2021-01-29T09:50:09.580Z] Step 8/22 : COPY . . [2021-01-29T09:50:09.780Z] Reading package lists... [2021-01-29T09:50:10.055Z] Reading package lists... [2021-01-29T09:50:10.318Z] Building dependency tree... [2021-01-29T09:50:10.318Z] Reading state information... [2021-01-29T09:50:10.584Z] Calculating upgrade... [2021-01-29T09:50:10.584Z] The following packages will be upgraded: [2021-01-29T09:50:10.584Z] advancecomp base-files bash binutils binutils-common [2021-01-29T09:50:10.584Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-29T09:50:10.584Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-29T09:50:10.584Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-29T09:50:10.584Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-29T09:50:10.584Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-29T09:50:10.584Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-29T09:50:10.584Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-29T09:50:10.584Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-29T09:50:10.584Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-29T09:50:10.584Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-29T09:50:10.584Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-29T09:50:10.584Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-29T09:50:10.584Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-29T09:50:10.584Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-29T09:50:10.852Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T09:50:10.852Z] Need to get 63.8 MB of archives. [2021-01-29T09:50:10.852Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-29T09:50:10.852Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-29T09:50:10.852Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-29T09:50:11.430Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-29T09:50:11.430Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-29T09:50:11.430Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-29T09:50:11.430Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-29T09:50:11.430Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-29T09:50:11.430Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-29T09:50:11.430Z] 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-29T09:50:11.430Z] 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-29T09:50:11.430Z] 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-29T09:50:11.430Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-29T09:50:11.430Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-29T09:50:11.430Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-29T09:50:11.691Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-29T09:50:11.691Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-29T09:50:11.691Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-29T09:50:11.691Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-29T09:50:11.691Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-29T09:50:11.691Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-29T09:50:11.691Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-29T09:50:11.691Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-29T09:50:11.691Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-29T09:50:11.691Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-29T09:50:11.691Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-29T09:50:11.691Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-29T09:50:11.691Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-29T09:50:11.691Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-29T09:50:11.691Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-29T09:50:11.691Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-29T09:50:11.691Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-29T09:50:11.959Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-29T09:50:11.959Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-29T09:50:11.959Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-29T09:50:11.959Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-29T09:50:11.959Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-29T09:50:11.959Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-29T09:50:11.959Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-29T09:50:11.959Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-29T09:50:11.959Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-29T09:50:11.959Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-29T09:50:11.959Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-29T09:50:11.959Z] Get:43 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-29T09:50:11.959Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-29T09:50:11.959Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-29T09:50:11.959Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-29T09:50:11.959Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-29T09:50:11.959Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-29T09:50:11.959Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-29T09:50:11.959Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-29T09:50:11.959Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-29T09:50:11.959Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-29T09:50:11.959Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-29T09:50:11.959Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-29T09:50:11.959Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-29T09:50:11.959Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-29T09:50:11.959Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-29T09:50:11.959Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-29T09:50:12.221Z] Get:59 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-29T09:50:12.221Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-29T09:50:12.221Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-29T09:50:12.221Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-29T09:50:12.221Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-29T09:50:12.221Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-29T09:50:12.221Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-29T09:50:12.221Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-29T09:50:12.221Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-29T09:50:12.221Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-29T09:50:12.221Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-29T09:50:12.221Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-29T09:50:12.221Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-29T09:50:12.221Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-29T09:50:12.221Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-29T09:50:12.221Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-29T09:50:12.221Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-29T09:50:12.482Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-29T09:50:12.482Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-29T09:50:12.482Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-29T09:50:12.482Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-29T09:50:12.482Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-29T09:50:12.482Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-29T09:50:12.482Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-29T09:50:12.482Z] Get:83 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-29T09:50:12.482Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-29T09:50:12.482Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-29T09:50:12.482Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-29T09:50:12.482Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-29T09:50:12.482Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-29T09:50:12.482Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-29T09:50:12.482Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-29T09:50:13.054Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-29T09:50:13.314Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-29T09:50:13.314Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-29T09:50:13.576Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-29T09:50:13.839Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-29T09:50:13.839Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-29T09:50:13.839Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-29T09:50:13.839Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-29T09:50:13.839Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-29T09:50:13.839Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T09:50:13.839Z] Fetched 63.8 MB in 3s (20.9 MB/s) [2021-01-29T09:50:13.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:13.839Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T09:50:13.839Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T09:50:14.785Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T09:50:14.785Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T09:50:14.785Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-29T09:50:14.785Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-29T09:50:15.734Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:15.734Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:15.995Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:15.995Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:15.995Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:15.995Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:16.257Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:16.257Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:16.517Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:16.517Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:16.517Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:16.517Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:16.517Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:16.779Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:16.779Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:16.779Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T09:50:16.780Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:17.042Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-29T09:50:17.042Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:17.303Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T09:50:17.303Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:17.303Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:17.303Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:17.303Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:17.565Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:17.565Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T09:50:17.565Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:17.826Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T09:50:17.826Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T09:50:18.087Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T09:50:18.351Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T09:50:18.614Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T09:50:18.614Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-29T09:50:18.614Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-29T09:50:18.614Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-29T09:50:18.614Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-29T09:50:18.875Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-29T09:50:19.139Z] Installing new version of config file /etc/issue ... [2021-01-29T09:50:19.139Z] Installing new version of config file /etc/issue.net ... [2021-01-29T09:50:19.139Z] Installing new version of config file /etc/lsb-release ... [2021-01-29T09:50:19.139Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-29T09:50:19.401Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-29T09:50:19.401Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-29T09:50:19.401Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-29T09:50:19.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:19.664Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-29T09:50:19.664Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-29T09:50:19.925Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-29T09:50:19.925Z] 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-29T09:50:19.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:19.926Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:19.926Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:20.194Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:20.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:20.194Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-29T09:50:20.194Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-29T09:50:20.457Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-29T09:50:20.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:20.457Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-29T09:50:20.719Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T09:50:20.719Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-29T09:50:20.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:20.981Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T09:50:20.981Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T09:50:21.244Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T09:50:21.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:21.244Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T09:50:21.244Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T09:50:21.505Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-29T09:50:21.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:21.505Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-29T09:50:21.505Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-29T09:50:21.767Z] Setting up grep (3.1-2build1) ... [2021-01-29T09:50:21.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:21.767Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T09:50:21.767Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T09:50:22.029Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-29T09:50:22.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:22.290Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T09:50:22.290Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T09:50:22.290Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-29T09:50:22.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:22.552Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T09:50:22.552Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T09:50:23.124Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T09:50:23.124Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T09:50:23.124Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T09:50:23.124Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T09:50:23.697Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-29T09:50:23.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:23.697Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-29T09:50:23.697Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T09:50:25.098Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T09:50:25.098Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T09:50:25.098Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T09:50:25.098Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T09:50:25.098Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T09:50:25.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:25.098Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-29T09:50:25.098Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-29T09:50:25.360Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-29T09:50:25.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:25.360Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:25.360Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:25.620Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:25.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:25.621Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:25.621Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:25.881Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:25.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:25.881Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:25.881Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:26.143Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:26.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:26.143Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:26.143Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:26.404Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:26.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:26.404Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T09:50:26.404Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T09:50:26.404Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T09:50:26.665Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T09:50:26.665Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T09:50:26.665Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:26.665Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T09:50:26.927Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T09:50:26.927Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T09:50:26.927Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:26.927Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:27.189Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:27.189Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:27.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:27.452Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:27.452Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:27.452Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:27.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:27.712Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:27.712Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:28.285Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:28.546Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-29T09:50:28.807Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-29T09:50:28.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:28.807Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T09:50:29.069Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T09:50:29.330Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T09:50:29.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T09:50:29.592Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-29T09:50:29.592Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T09:50:29.592Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-29T09:50:29.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:29.863Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-29T09:50:29.863Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-29T09:50:30.126Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-29T09:50:30.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:30.389Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-29T09:50:30.389Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T09:50:30.389Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-29T09:50:30.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:30.650Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-29T09:50:30.650Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T09:50:30.650Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-29T09:50:30.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:30.913Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T09:50:30.913Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T09:50:30.913Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T09:50:31.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:31.175Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T09:50:31.175Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T09:50:31.175Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T09:50:31.438Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:31.438Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T09:50:31.438Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T09:50:31.703Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T09:50:31.965Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:31.965Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T09:50:31.965Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T09:50:32.226Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-29T09:50:32.226Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T09:50:32.492Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T09:50:32.492Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T09:50:32.492Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T09:50:32.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:32.492Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-29T09:50:32.754Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-29T09:50:32.754Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-29T09:50:33.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:33.016Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-29T09:50:33.016Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T09:50:33.016Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T09:50:33.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:33.278Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T09:50:33.278Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T09:50:33.539Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T09:50:33.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:33.539Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-29T09:50:33.801Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-29T09:50:33.801Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-29T09:50:34.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:34.112Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T09:50:34.112Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T09:50:34.372Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-29T09:50:34.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:34.633Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T09:50:34.633Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T09:50:34.896Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-29T09:50:34.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:34.896Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-29T09:50:34.896Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-29T09:50:35.157Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-29T09:50:35.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:35.157Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-29T09:50:35.424Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-29T09:50:35.424Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-29T09:50:35.424Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:35.424Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-29T09:50:35.685Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-29T09:50:35.685Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-29T09:50:35.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:35.946Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-29T09:50:35.946Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-29T09:50:35.946Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-29T09:50:36.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:36.209Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T09:50:36.209Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-29T09:50:36.209Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-29T09:50:36.412Z] ---> 11edf4c28619 [2021-01-29T09:50:36.412Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T09:50:36.412Z] ---> 69efde785ae9 [2021-01-29T09:50:36.412Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T09:50:36.412Z] ---> efb6be86812c [2021-01-29T09:50:36.412Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T09:50:36.412Z] ---> b288ccc2c668 [2021-01-29T09:50:36.412Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T09:50:36.412Z] ---> 8d21bf1d8625 [2021-01-29T09:50:36.412Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T09:50:36.412Z] ---> Running in 75efd1df6529 [2021-01-29T09:50:36.412Z] ---> Running in 7232e9ba2556 [2021-01-29T09:50:36.412Z] ---> Running in 32808d940345 [2021-01-29T09:50:36.412Z] ---> Running in 94544696d490 [2021-01-29T09:50:36.412Z] ---> Running in d46859ec8b7c [2021-01-29T09:50:36.412Z] Removing intermediate container 94544696d490 [2021-01-29T09:50:36.412Z] ---> a78f55196ae6 [2021-01-29T09:50:36.412Z] Step 10/34 : 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 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 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-29T09:50:36.412Z] ---> Running in 347153c09442 [2021-01-29T09:50:36.412Z] 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-29T09:50:36.412Z] 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-29T09:50:36.412Z] 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-29T09:50:36.412Z] 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-29T09:50:36.412Z] 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-29T09:50:36.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T09:50:36.471Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-29T09:50:36.471Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-29T09:50:36.471Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-29T09:50:36.733Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-29T09:50:36.733Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T09:50:36.733Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T09:50:36.996Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T09:50:36.996Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T09:50:37.258Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T09:50:37.258Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T09:50:37.832Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-29T09:50:37.832Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-29T09:50:38.093Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T09:50:38.093Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-29T09:50:38.093Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T09:50:38.093Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-29T09:50:38.354Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-29T09:50:38.354Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-29T09:50:38.625Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-29T09:50:38.625Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-29T09:50:38.625Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-29T09:50:38.625Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-29T09:50:38.898Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-29T09:50:38.898Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-29T09:50:38.898Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-29T09:50:39.161Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-29T09:50:39.161Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-29T09:50:39.161Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-29T09:50:40.103Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-29T09:50:40.103Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-29T09:50:40.103Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-29T09:50:40.364Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-29T09:50:40.364Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T09:50:40.364Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T09:50:40.937Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T09:50:40.937Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T09:50:40.937Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T09:50:40.937Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T09:50:41.198Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T09:50:41.198Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T09:50:41.467Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:41.467Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:41.467Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:41.467Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:41.728Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:41.728Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:41.728Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:41.728Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:42.681Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:42.681Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:43.624Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:43.624Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:44.569Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:44.569Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:44.830Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:44.830Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:45.772Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T09:50:45.772Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T09:50:46.033Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T09:50:46.033Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T09:50:46.033Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T09:50:46.033Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T09:50:46.296Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T09:50:46.557Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T09:50:46.821Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-29T09:50:46.821Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-29T09:50:46.821Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T09:50:46.821Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T09:50:47.082Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T09:50:47.082Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T09:50:47.082Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-29T09:50:47.343Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-29T09:50:47.343Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:47.343Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T09:50:47.343Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:47.343Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:47.604Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:47.604Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-29T09:50:47.604Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-29T09:50:47.604Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-29T09:50:47.866Z] [2021-01-29T09:50:47.866Z] Current default time zone: 'Etc/UTC' [2021-01-29T09:50:47.866Z] Local time is now: Fri Jan 29 09:50:47 UTC 2021. [2021-01-29T09:50:47.866Z] Universal Time is now: Fri Jan 29 09:50:47 UTC 2021. [2021-01-29T09:50:47.866Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-29T09:50:47.866Z] [2021-01-29T09:50:47.866Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-29T09:50:47.866Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:47.866Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-29T09:50:47.866Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-29T09:50:48.127Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-29T09:50:48.127Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-29T09:50:48.127Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-29T09:50:48.127Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-29T09:50:48.127Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-29T09:50:48.127Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T09:50:48.127Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:48.127Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-29T09:50:48.389Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:48.389Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T09:50:48.389Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:48.651Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-29T09:50:48.651Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-29T09:50:48.651Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-29T09:50:48.651Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T09:50:48.651Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-29T09:50:48.651Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-29T09:50:48.651Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-29T09:50:48.651Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T09:50:50.567Z] Updating certificates in /etc/ssl/certs... [2021-01-29T09:50:51.510Z] 22 added, 17 removed; done. [2021-01-29T09:50:51.510Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T09:50:51.510Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T09:50:51.773Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-29T09:50:51.773Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-29T09:50:51.773Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-29T09:50:51.773Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:51.773Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T09:50:52.033Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.033Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.033Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.033Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.033Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.033Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-29T09:50:52.033Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-29T09:50:52.033Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-29T09:50:52.295Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-29T09:50:52.295Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-29T09:50:52.295Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.295Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T09:50:52.295Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-29T09:50:52.295Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-29T09:50:52.295Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-29T09:50:52.557Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T09:50:52.557Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T09:50:52.557Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-29T09:50:52.557Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T09:50:52.557Z] Updating certificates in /etc/ssl/certs... [2021-01-29T09:50:53.501Z] 0 added, 0 removed; done. [2021-01-29T09:50:53.501Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-29T09:50:53.501Z] done. [2021-01-29T09:50:53.761Z] Reading package lists... [2021-01-29T09:50:54.022Z] Building dependency tree... [2021-01-29T09:50:54.022Z] Reading state information... [2021-01-29T09:50:54.283Z] The following NEW packages will be installed: [2021-01-29T09:50:54.283Z] apt-transport-https [2021-01-29T09:50:54.283Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T09:50:54.283Z] Need to get 1696 B of archives. [2021-01-29T09:50:54.283Z] After this operation, 153 kB of additional disk space will be used. [2021-01-29T09:50:54.283Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-29T09:50:54.545Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T09:50:54.545Z] Fetched 1696 B in 0s (9291 B/s) [2021-01-29T09:50:54.545Z] Selecting previously unselected package apt-transport-https. [2021-01-29T09:50:54.545Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-29T09:50:54.545Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-29T09:50:54.545Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T09:50:54.545Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T09:50:54.806Z] Waiting for network to be ready... [2021-01-29T09:51:01.397Z] 2021-01-29T09:50:58Z INFO Waiting for automatic snapd restart... [2021-01-29T09:51:01.397Z] snapd 2.48.2 from Canonical* installed [2021-01-29T09:51:01.658Z] "snapd" switched to the "latest/stable" channel [2021-01-29T09:51:01.658Z] [2021-01-29T09:51:04.967Z] core18 20201210 from Canonical* installed [2021-01-29T09:51:04.967Z] "core18" switched to the "latest/stable" channel [2021-01-29T09:51:04.967Z] [2021-01-29T09:51:08.274Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T09:51:08.274Z] "snapcraft" switched to the "latest/stable" channel [2021-01-29T09:51:08.274Z] [2021-01-29T09:51:11.598Z] 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-29T09:51:11.598Z] - README.md [2021-01-29T09:51:11.598Z] - snapcraft.yaml.orig [2021-01-29T09:51:11.598Z] [2021-01-29T09:51:11.598Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T09:51:18.194Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T09:51:18.194Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T09:51:18.194Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T09:51:18.456Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T09:51:19.403Z] Reading package lists... [2021-01-29T09:51:19.978Z] 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-29T09:51:26.585Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T09:51:26.585Z] Reading package lists... [2021-01-29T09:51:26.585Z] Building dependency tree... [2021-01-29T09:51:26.585Z] Reading state information... [2021-01-29T09:51:26.585Z] Suggested packages: [2021-01-29T09:51:26.585Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-29T09:51:26.585Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-29T09:51:26.585Z] Recommended packages: [2021-01-29T09:51:26.585Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-29T09:51:26.585Z] The following NEW packages will be installed: [2021-01-29T09:51:26.585Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-29T09:51:26.585Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-29T09:51:26.585Z] pkg-config zip [2021-01-29T09:51:26.585Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T09:51:26.585Z] Need to get 7655 kB of archives. [2021-01-29T09:51:26.585Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-29T09:51:26.585Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-29T09:51:26.585Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-29T09:51:26.585Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-29T09:51:26.846Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-29T09:51:26.846Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-29T09:51:26.846Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-29T09:51:26.846Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-29T09:51:27.108Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-29T09:51:27.108Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-29T09:51:27.108Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-29T09:51:27.108Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-29T09:51:27.108Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-29T09:51:27.108Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-29T09:51:27.369Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-29T09:51:27.369Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-29T09:51:27.633Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T09:51:27.633Z] Fetched 7655 kB in 1s (7456 kB/s) [2021-01-29T09:51:27.633Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-29T09:51:27.633Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-29T09:51:27.633Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-29T09:51:27.633Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T09:51:27.896Z] Selecting previously unselected package libpsl5:amd64. [2021-01-29T09:51:27.896Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-29T09:51:27.896Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T09:51:27.896Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-29T09:51:27.896Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-29T09:51:27.896Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T09:51:28.158Z] Selecting previously unselected package librtmp1:amd64. [2021-01-29T09:51:28.158Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-29T09:51:28.158Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T09:51:28.158Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-29T09:51:28.158Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-29T09:51:28.158Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T09:51:28.420Z] Selecting previously unselected package liberror-perl. [2021-01-29T09:51:28.420Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-29T09:51:28.420Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-29T09:51:28.420Z] Selecting previously unselected package git-man. [2021-01-29T09:51:28.420Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-29T09:51:28.420Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T09:51:28.681Z] Selecting previously unselected package git. [2021-01-29T09:51:28.681Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-29T09:51:28.682Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T09:51:29.629Z] Selecting previously unselected package libnorm1:amd64. [2021-01-29T09:51:29.629Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-29T09:51:29.629Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T09:51:29.629Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-29T09:51:29.629Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-29T09:51:29.629Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T09:51:29.891Z] Selecting previously unselected package libsodium23:amd64. [2021-01-29T09:51:29.892Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-29T09:51:29.892Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-29T09:51:29.892Z] Selecting previously unselected package libzmq5:amd64. [2021-01-29T09:51:29.892Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T09:51:29.892Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T09:51:30.154Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-29T09:51:30.154Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T09:51:30.154Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T09:51:30.154Z] Selecting previously unselected package pkg-config. [2021-01-29T09:51:30.154Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-29T09:51:30.154Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T09:51:30.154Z] Selecting previously unselected package zip. [2021-01-29T09:51:30.154Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-29T09:51:30.154Z] Unpacking zip (3.0-11build1) ... [2021-01-29T09:51:30.415Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T09:51:30.415Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T09:51:30.415Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T09:51:30.415Z] Setting up liberror-perl (0.17025-1) ... [2021-01-29T09:51:30.415Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T09:51:30.415Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T09:51:30.676Z] No schema files found: doing nothing. [2021-01-29T09:51:30.676Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T09:51:30.676Z] Setting up zip (3.0-11build1) ... [2021-01-29T09:51:30.676Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T09:51:30.676Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-29T09:51:30.676Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T09:51:30.937Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T09:51:30.937Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T09:51:30.937Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T09:51:30.937Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T09:51:30.937Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T09:51:37.539Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T09:51:37.539Z] git set to automatically installed. [2021-01-29T09:51:37.539Z] git-man set to automatically installed. [2021-01-29T09:51:37.539Z] libcurl3-gnutls set to automatically installed. [2021-01-29T09:51:37.539Z] liberror-perl set to automatically installed. [2021-01-29T09:51:37.539Z] libglib2.0-0 set to automatically installed. [2021-01-29T09:51:37.539Z] libnghttp2-14 set to automatically installed. [2021-01-29T09:51:37.539Z] libnorm1 set to automatically installed. [2021-01-29T09:51:37.539Z] libpgm-5.2-0 set to automatically installed. [2021-01-29T09:51:37.539Z] libpsl5 set to automatically installed. [2021-01-29T09:51:37.539Z] librtmp1 set to automatically installed. [2021-01-29T09:51:37.539Z] libsodium23 set to automatically installed. [2021-01-29T09:51:37.539Z] libzmq3-dev set to automatically installed. [2021-01-29T09:51:37.539Z] libzmq5 set to automatically installed. [2021-01-29T09:51:37.539Z] pkg-config set to automatically installed. [2021-01-29T09:51:37.539Z] zip set to automatically installed. [2021-01-29T09:51:39.454Z] snapd is not logged in, snap install commands will use sudo [2021-01-29T09:51:46.050Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T09:51:46.050Z] snap "core18" has no updates available [2021-01-29T09:51:46.995Z] Pulling config-common [2021-01-29T09:51:47.938Z] Pulling go-build-helper [2021-01-29T09:51:58.224Z] 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-29T09:52:09.916Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T09:52:09.916Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T09:52:09.916Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T09:52:09.916Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T09:52:09.916Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T09:52:09.916Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T09:52:09.916Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T09:52:09.916Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T09:52:09.916Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T09:52:09.916Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T09:52:09.916Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T09:52:09.916Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T09:52:09.916Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T09:52:09.916Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T09:52:09.916Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T09:52:09.916Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T09:52:09.916Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T09:52:09.916Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T09:52:09.916Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T09:52:09.916Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] [2021-01-29T09:52:09.916Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T09:52:09.916Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T09:52:09.916Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T09:52:09.916Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] [2021-01-29T09:52:09.916Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] [2021-01-29T09:52:09.916Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T09:52:09.916Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T09:52:09.916Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-29T09:52:09.916Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-29T09:52:09.916Z] Fetched 279 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-29T09:52:09.916Z] Fetched 122 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-29T09:52:09.916Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-29T09:52:09.916Z] Fetched 8848 B in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-29T09:52:09.916Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-29T09:52:09.916Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-29T09:52:09.916Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-29T09:52:09.916Z] Fetched 214 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-29T09:52:09.916Z] Fetched 155 kB in 0s (0 B/s) [2021-01-29T09:52:09.916Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-29T09:52:09.916Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-29T09:52:09.917Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-29T09:52:09.917Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-29T09:52:09.917Z] Fetched 499 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-29T09:52:09.917Z] Fetched 111 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-29T09:52:09.917Z] Fetched 240 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-29T09:52:09.917Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-29T09:52:09.917Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-29T09:52:09.917Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-29T09:52:09.917Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-29T09:52:09.917Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-29T09:52:09.917Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-29T09:52:09.917Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-29T09:52:09.917Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-29T09:52:09.917Z] Fetched 8720 B in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-29T09:52:09.917Z] Fetched 137 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-29T09:52:09.917Z] Fetched 119 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-29T09:52:09.917Z] Fetched 109 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-29T09:52:09.917Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-29T09:52:09.917Z] Fetched 645 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-29T09:52:09.917Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-29T09:52:09.917Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-29T09:52:09.917Z] Fetched 368 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-29T09:52:09.917Z] Fetched 187 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-29T09:52:09.917Z] Fetched 175 kB in 0s (0 B/s) [2021-01-29T09:52:09.917Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-29T09:52:11.834Z] Fetched 206 kB in 0s (0 B/s) [2021-01-29T09:52:11.834Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-29T09:52:11.834Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-29T09:52:11.834Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-29T09:52:11.834Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-29T09:52:11.834Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-29T09:52:11.834Z] Fetched 159 kB in 0s (0 B/s) [2021-01-29T09:52:11.834Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-29T09:52:11.834Z] Fetched 107 kB in 0s (0 B/s) [2021-01-29T09:52:11.834Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-29T09:52:11.834Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-29T09:52:11.834Z] Pulling static-packages [2021-01-29T09:52:12.779Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-29T09:52:12.779Z] Skipping pull go-build-helper (already ran) [2021-01-29T09:52:12.779Z] Skipping pull static-packages (already ran) [2021-01-29T09:52:12.779Z] Building go-build-helper [2021-01-29T09:52:13.342Z] Removing intermediate container 7232e9ba2556 [2021-01-29T09:52:13.342Z] ---> f6fa19219efc [2021-01-29T09:52:13.342Z] [2021-01-29T09:52:13.342Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T09:52:13.342Z] 3.12: Pulling from library/alpine [2021-01-29T09:52:13.342Z] Removing intermediate container 75efd1df6529 [2021-01-29T09:52:13.342Z] ---> bc769d6d9d0a [2021-01-29T09:52:13.342Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T09:52:13.342Z] ---> Running in df51ddd4d436 [2021-01-29T09:52:13.943Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T09:52:13.943Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T09:52:13.943Z] ---> afeebe901d6b [2021-01-29T09:52:13.943Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T09:52:14.543Z] ---> Running in a9c882436b6b [2021-01-29T09:52:15.143Z] 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-29T09:52:16.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:16.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:16.992Z] Building static-packages [2021-01-29T09:52:17.457Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T09:52:17.457Z] + cd /tmp/build/dist/linux [2021-01-29T09:52:17.457Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T09:52:17.457Z] Cloning into '.'... [2021-01-29T09:52:17.731Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T09:52:17.731Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T09:52:17.731Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:52:17.731Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T09:52:18.329Z] OK: 6 MiB in 16 packages [2021-01-29T09:52:18.329Z] + go get github.com/robfig/glock [2021-01-29T09:52:18.376Z] Staging go-build-helper [2021-01-29T09:52:19.319Z] Staging static-packages [2021-01-29T09:52:20.267Z] Pulling go115 [2021-01-29T09:52:21.225Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-29T09:52:21.225Z] Skipping pull go115 (already ran) [2021-01-29T09:52:21.225Z] Building go115 [2021-01-29T09:52:21.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T09:52:21.225Z] Dload Upload Total Spent Left Speed [2021-01-29T09:52:21.752Z] Removing intermediate container df51ddd4d436 [2021-01-29T09:52:21.752Z] ---> 8969aa0c975a [2021-01-29T09:52:21.752Z] [2021-01-29T09:52:21.752Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T09:52:21.752Z] Removing intermediate container a9c882436b6b [2021-01-29T09:52:21.752Z] ---> 50a07f552a5d [2021-01-29T09:52:21.752Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:52:21.752Z] ---> Running in 09e76bb85e0c [2021-01-29T09:52:22.363Z] Removing intermediate container 09e76bb85e0c [2021-01-29T09:52:22.363Z] ---> b433d94e96ef [2021-01-29T09:52:22.363Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T09:52:22.363Z] 20.10.0: Pulling from library/docker [2021-01-29T09:52:22.646Z] ---> Running in 6e4bdb4b1c35 [2021-01-29T09:52:23.657Z] Removing intermediate container 6e4bdb4b1c35 [2021-01-29T09:52:23.657Z] ---> 108812aadb14 [2021-01-29T09:52:23.657Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T09:52:23.936Z] ---> Running in e11752c2bf7f [2021-01-29T09:52:24.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1999k 0 0 6267k 0 0:00:18 --:--:-- 0:00:18 6267k 32 115M 32 37.4M 0 0 28.7M 0 0:00:04 0:00:01 0:00:03 28.7M 64 115M 64 74.7M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 93 115M 93 108M 0 0 32.7M 0 0:00:03 0:00:03 --:--:-- 32.7M 100 115M 100 115M 0 0 33.2M 0 0:00:03 0:00:03 --:--:-- 33.2M [2021-01-29T09:52:25.238Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-29T09:52:25.396Z] Removing intermediate container e11752c2bf7f [2021-01-29T09:52:25.397Z] ---> 95647e35bb88 [2021-01-29T09:52:25.397Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:52:28.802Z] ---> e4a611aae8f5 [2021-01-29T09:52:28.802Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T09:52:29.074Z] Removing intermediate container d46859ec8b7c [2021-01-29T09:52:29.074Z] ---> 13d59948d73f [2021-01-29T09:52:29.074Z] [2021-01-29T09:52:29.074Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T09:52:29.074Z] ---> afeebe901d6b [2021-01-29T09:52:29.074Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T09:52:29.452Z] Staging go115 [2021-01-29T09:52:29.666Z] ---> Running in e2e3da32c5d4 [2021-01-29T09:52:32.076Z] ---> 1ced8d422377 [2021-01-29T09:52:32.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T09:52:32.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:32.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:33.629Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T09:52:33.629Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:52:33.629Z] OK: 5 MiB in 15 packages [2021-01-29T09:52:33.912Z] ---> b0629501fd37 [2021-01-29T09:52:33.912Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T09:52:34.516Z] ---> Running in 118ccdb5daf0 [2021-01-29T09:52:35.503Z] Removing intermediate container 118ccdb5daf0 [2021-01-29T09:52:35.503Z] ---> 02b72f052450 [2021-01-29T09:52:35.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:52:35.780Z] ---> Running in 69f69989b716 [2021-01-29T09:52:36.056Z] Removing intermediate container e2e3da32c5d4 [2021-01-29T09:52:36.056Z] ---> bfe07f62f27c [2021-01-29T09:52:36.056Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:52:36.083Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T09:52:36.083Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T09:52:36.083Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T09:52:36.083Z] Fetched 88.7 kB in 0s (0 B/s) [2021-01-29T09:52:36.083Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-29T09:52:36.083Z] Fetched 224 kB in 0s (0 B/s) [2021-01-29T09:52:36.083Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-29T09:52:36.083Z] Fetched 157 kB in 0s (0 B/s) [2021-01-29T09:52:36.083Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-29T09:52:36.083Z] Fetched 221 kB in 0s (0 B/s) [2021-01-29T09:52:36.083Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-29T09:52:36.083Z] Fetched 143 kB in 0s (0 B/s) [2021-01-29T09:52:36.083Z] Pulling edgex-go [2021-01-29T09:52:36.343Z] Pulling version [2021-01-29T09:52:37.043Z] ---> Running in aa7320f2a90c [2021-01-29T09:52:37.043Z] Removing intermediate container 69f69989b716 [2021-01-29T09:52:37.043Z] ---> 70cee5f3a9b8 [2021-01-29T09:52:37.043Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T09:52:37.286Z] Building config-common [2021-01-29T09:52:37.651Z] ---> Running in 6ea89c1918ed [2021-01-29T09:52:37.651Z] Removing intermediate container aa7320f2a90c [2021-01-29T09:52:37.651Z] ---> 4fc2eb889f7f [2021-01-29T09:52:37.651Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T09:52:38.250Z] ---> Running in 5d271d42d6c6 [2021-01-29T09:52:38.524Z] Removing intermediate container 6ea89c1918ed [2021-01-29T09:52:38.524Z] ---> 78b0e59f89ed [2021-01-29T09:52:38.524Z] Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:52:38.799Z] ---> Running in 4b3e1b2b8d34 [2021-01-29T09:52:39.073Z] Removing intermediate container 5d271d42d6c6 [2021-01-29T09:52:39.073Z] ---> 6e28354a8f6d [2021-01-29T09:52:39.073Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T09:52:39.204Z] Skipping build go-build-helper (already ran) [2021-01-29T09:52:39.204Z] Skipping build static-packages (already ran) [2021-01-29T09:52:39.204Z] Skipping build go115 (already ran) [2021-01-29T09:52:39.466Z] Building edgex-go [2021-01-29T09:52:39.672Z] ---> Running in db58a03e7fc9 [2021-01-29T09:52:39.727Z] 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-29T09:52:39.948Z] Removing intermediate container 4b3e1b2b8d34 [2021-01-29T09:52:39.948Z] ---> 4d93bb88ed03 [2021-01-29T09:52:39.948Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T09:52:40.234Z] ---> Running in 8aed2b5c0e71 [2021-01-29T09:52:40.516Z] Removing intermediate container db58a03e7fc9 [2021-01-29T09:52:40.516Z] ---> 7c0b8e8884cd [2021-01-29T09:52:40.516Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:52:41.127Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-29T09:52:41.127Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-01-29T09:52:41.127Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-29T09:52:41.127Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-29T09:52:41.127Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-29T09:52:41.127Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-29T09:52:41.127Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-29T09:52:41.127Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-29T09:52:41.127Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-29T09:52:41.127Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-29T09:52:41.127Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-29T09:52:41.127Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-29T09:52:41.127Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-29T09:52:41.127Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-29T09:52:41.127Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-29T09:52:41.127Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-29T09:52:41.127Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-29T09:52:41.396Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-29T09:52:41.396Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-29T09:52:41.396Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-29T09:52:41.396Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-29T09:52:41.396Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-29T09:52:41.396Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-29T09:52:41.501Z] Removing intermediate container 8aed2b5c0e71 [2021-01-29T09:52:41.501Z] ---> b941951eb533 [2021-01-29T09:52:41.501Z] [2021-01-29T09:52:41.657Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-29T09:52:41.658Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-29T09:52:42.481Z] ---> 8571a56e8777 [2021-01-29T09:52:42.481Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T09:52:42.481Z] Successfully built b941951eb533 [2021-01-29T09:52:42.481Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T09:52:42.481Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-29T09:52:42.758Z] + glock sync -n [2021-01-29T09:52:44.201Z] Removing intermediate container 32808d940345 [2021-01-29T09:52:44.201Z] ---> 59c3ba6a2130 [2021-01-29T09:52:44.201Z] [2021-01-29T09:52:44.201Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T09:52:44.201Z] ---> afeebe901d6b [2021-01-29T09:52:44.201Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T09:52:44.808Z] ---> c20c74325c3c [2021-01-29T09:52:44.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T09:52:45.082Z] ---> Running in 01ca945d0bf4 [2021-01-29T09:52:46.543Z] ---> 2a83cbe9e36c [2021-01-29T09:52:46.543Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T09:52:46.543Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T09:52:46.543Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T09:52:46.543Z] ---> eeaf43b92773 [2021-01-29T09:52:46.543Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T09:52:46.543Z] ---> Running in 3f72ea6b7248 [2021-01-29T09:52:46.543Z] Removing intermediate container 01ca945d0bf4 [2021-01-29T09:52:46.543Z] ---> b4484d89b05c [2021-01-29T09:52:46.543Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T09:52:46.821Z] ---> Running in 5d97d2e57616 [2021-01-29T09:52:46.821Z] ---> Running in d61c07e0d930 [2021-01-29T09:52:47.432Z] Removing intermediate container 3f72ea6b7248 [2021-01-29T09:52:47.432Z] ---> 91d5fbb81c74 [2021-01-29T09:52:47.432Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:52:47.707Z] ---> Running in 81bcbaf736c9 [2021-01-29T09:52:47.708Z] Removing intermediate container d61c07e0d930 [2021-01-29T09:52:47.708Z] ---> 7d3877b3f41b [2021-01-29T09:52:47.708Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T09:52:48.309Z] ---> Running in a6eca9ee5a78 [2021-01-29T09:52:48.585Z] Removing intermediate container 81bcbaf736c9 [2021-01-29T09:52:48.585Z] ---> 04842635dd4c [2021-01-29T09:52:48.585Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T09:52:48.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:48.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:49.136Z] Removing intermediate container a6eca9ee5a78 [2021-01-29T09:52:49.136Z] ---> f7ad979119e0 [2021-01-29T09:52:49.136Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:52:49.136Z] ---> Running in 6ef8a29780bd [2021-01-29T09:52:49.415Z] ---> Running in bdd901d0cd7d [2021-01-29T09:52:49.800Z] 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-29T09:52:50.016Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T09:52:50.016Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T09:52:50.016Z] Executing bash-5.0.17-r0.post-install [2021-01-29T09:52:50.016Z] Removing intermediate container 6ef8a29780bd [2021-01-29T09:52:50.016Z] ---> 224b6ffec9d6 [2021-01-29T09:52:50.016Z] Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:52:50.016Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:52:50.016Z] OK: 12 MiB in 22 packages [2021-01-29T09:52:50.291Z] ---> Running in c7ffcd52b31f [2021-01-29T09:52:50.891Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T09:52:50.891Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T09:52:50.891Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T09:52:51.489Z] Removing intermediate container c7ffcd52b31f [2021-01-29T09:52:51.489Z] ---> 2038a8188a5f [2021-01-29T09:52:51.489Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T09:52:51.490Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T09:52:51.490Z] + git describe '--abbrev=0' --tags [2021-01-29T09:52:51.490Z] + TAG=v0.6.1 [2021-01-29T09:52:51.490Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T09:52:51.490Z] + apk --print-arch [2021-01-29T09:52:51.490Z] building [dockerize] for arm64 ... [2021-01-29T09:52:51.490Z] + arch=aarch64 [2021-01-29T09:52:51.490Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-29T09:52:51.490Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-29T09:52:51.780Z]  ---> Running in fcbfcab05844 [2021-01-29T09:52:52.769Z] Removing intermediate container 5d97d2e57616 [2021-01-29T09:52:52.769Z] ---> 0b540e651342 [2021-01-29T09:52:52.769Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T09:52:52.769Z] Removing intermediate container fcbfcab05844 [2021-01-29T09:52:52.769Z] ---> a5cf089e38f0 [2021-01-29T09:52:52.769Z] [2021-01-29T09:52:53.042Z] ---> Running in 4a26106ba246 [2021-01-29T09:52:53.323Z] Removing intermediate container bdd901d0cd7d [2021-01-29T09:52:53.323Z] ---> ca5764d4d8d7 [2021-01-29T09:52:53.323Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T09:52:53.605Z] Successfully built a5cf089e38f0 [2021-01-29T09:52:53.605Z] ---> Running in 7b6637658e57 [2021-01-29T09:52:53.605Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T09:52:53.605Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-29T09:52:53.886Z] Removing intermediate container 4a26106ba246 [2021-01-29T09:52:53.886Z] ---> a6b7422901d8 [2021-01-29T09:52:53.886Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T09:52:54.010Z] 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-29T09:52:54.491Z] ---> Running in bb3f9313ff1d [2021-01-29T09:52:54.951Z] 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-29T09:52:55.087Z] Removing intermediate container bb3f9313ff1d [2021-01-29T09:52:55.087Z] ---> e76506c3bb36 [2021-01-29T09:52:55.087Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T09:52:55.087Z] ---> Running in d78695d68426 [2021-01-29T09:52:55.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:55.897Z] 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-29T09:52:55.968Z] Removing intermediate container d78695d68426 [2021-01-29T09:52:55.968Z] ---> b4371542e72d [2021-01-29T09:52:55.968Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T09:52:56.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:52:56.471Z] 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-29T09:52:56.471Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-29T09:52:56.733Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-29T09:52:56.733Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-29T09:52:56.733Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-29T09:52:57.242Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T09:52:57.242Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T09:52:57.242Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T09:52:57.242Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T09:52:57.522Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T09:52:57.523Z] + date [2021-01-29T09:52:57.523Z] Fri Jan 29 09:52:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T09:52:57.523Z] + echo 'Fri Jan 29 09:52:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T09:52:57.523Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T09:52:57.798Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:52:57.798Z] OK: 8 MiB in 20 packages [2021-01-29T09:52:58.408Z] ---> cf3378c3a1ec [2021-01-29T09:52:58.408Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T09:52:58.649Z] 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-29T09:52:58.649Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-29T09:52:58.649Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-29T09:52:59.847Z] ---> c99d4ef99200 [2021-01-29T09:52:59.847Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T09:53:00.035Z] 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-29T09:53:00.121Z] Removing intermediate container 7b6637658e57 [2021-01-29T09:53:00.121Z] ---> 8a9b5514568a [2021-01-29T09:53:00.121Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:53:00.981Z] 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-29T09:53:00.982Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-29T09:53:01.559Z] ---> 6275db1ccd85 [2021-01-29T09:53:01.559Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T09:53:01.845Z] ---> 7c3e5ef20790 [2021-01-29T09:53:01.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T09:53:01.845Z] ---> Running in f4896281713f [2021-01-29T09:53:02.367Z] 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-29T09:53:03.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:53:03.309Z] 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-29T09:53:03.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:53:04.172Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T09:53:04.172Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T09:53:04.172Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T09:53:04.172Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T09:53:04.172Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T09:53:04.172Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T09:53:04.254Z] 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-29T09:53:04.254Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-29T09:53:04.448Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T09:53:04.722Z] ---> 422ec40a58bb [2021-01-29T09:53:04.723Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T09:53:05.197Z] 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-29T09:53:05.457Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-29T09:53:06.711Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T09:53:06.711Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T09:53:06.711Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T09:53:06.711Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T09:53:06.711Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T09:53:06.711Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T09:53:06.711Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T09:53:06.711Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T09:53:06.711Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T09:53:06.711Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T09:53:06.711Z] ---> 92a726dbed48 [2021-01-29T09:53:06.711Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T09:53:06.711Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T09:53:06.711Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T09:53:06.988Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T09:53:06.988Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T09:53:06.988Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T09:53:06.988Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T09:53:06.988Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T09:53:06.988Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T09:53:07.262Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T09:53:07.262Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T09:53:07.262Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T09:53:07.262Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T09:53:07.262Z] ---> Running in c721ddc68e3b [2021-01-29T09:53:07.262Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T09:53:07.262Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T09:53:07.262Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T09:53:07.262Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T09:53:07.542Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:53:07.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:53:07.542Z] ---> 33d811d894c6 [2021-01-29T09:53:07.542Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T09:53:07.542Z] ---> Using cache [2021-01-29T09:53:07.542Z] ---> 2b93685e0979 [2021-01-29T09:53:07.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:53:07.542Z] ---> Using cache [2021-01-29T09:53:07.542Z] ---> cf841bdaff41 [2021-01-29T09:53:07.542Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T09:53:07.542Z] ---> Using cache [2021-01-29T09:53:07.542Z] ---> 624d2341eb0a [2021-01-29T09:53:07.542Z] Step 6/23 : COPY go.mod . [2021-01-29T09:53:07.542Z] ---> Using cache [2021-01-29T09:53:07.542Z] ---> 91399b26f5ec [2021-01-29T09:53:07.542Z] Step 7/23 : RUN go mod download [2021-01-29T09:53:07.542Z] ---> Using cache [2021-01-29T09:53:07.542Z] ---> 0122c53e5853 [2021-01-29T09:53:07.542Z] Step 8/23 : COPY . . [2021-01-29T09:53:07.542Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:53:07.542Z] OK: 71 MiB in 55 packages [2021-01-29T09:53:07.835Z] ---> Using cache [2021-01-29T09:53:07.835Z] ---> 8d21bf1d8625 [2021-01-29T09:53:07.835Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T09:53:08.770Z] Building version [2021-01-29T09:53:08.828Z] ---> Running in 2e13a0d4da0a [2021-01-29T09:53:08.828Z] Removing intermediate container c721ddc68e3b [2021-01-29T09:53:08.828Z] ---> fe4109255a21 [2021-01-29T09:53:08.828Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:53:09.433Z] ---> Running in 7fe98927871c [2021-01-29T09:53:10.159Z] Staging config-common [2021-01-29T09:53:10.424Z] Removing intermediate container 7fe98927871c [2021-01-29T09:53:10.424Z] ---> 5ba18637322b [2021-01-29T09:53:10.424Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T09:53:10.700Z] 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-29T09:53:10.973Z] ---> Running in 031c946e7c5a [2021-01-29T09:53:11.104Z] Skipping stage go-build-helper (already ran) [2021-01-29T09:53:11.104Z] Skipping stage static-packages (already ran) [2021-01-29T09:53:11.104Z] Skipping stage go115 (already ran) [2021-01-29T09:53:11.104Z] Staging edgex-go [2021-01-29T09:53:11.255Z] Removing intermediate container 347153c09442 [2021-01-29T09:53:11.255Z] ---> a79157e4d104 [2021-01-29T09:53:11.255Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T09:53:11.864Z] ---> Running in a723cf549f16 [2021-01-29T09:53:12.051Z] Staging version [2021-01-29T09:53:12.140Z] Removing intermediate container 031c946e7c5a [2021-01-29T09:53:12.140Z] ---> f814139fc8d3 [2021-01-29T09:53:12.140Z] Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:53:12.414Z] ---> Running in cbcb56072a65 [2021-01-29T09:53:12.993Z] Priming config-common [2021-01-29T09:53:13.865Z] Removing intermediate container cbcb56072a65 [2021-01-29T09:53:13.865Z] ---> 0192441ff0be [2021-01-29T09:53:13.865Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T09:53:13.937Z] Priming go-build-helper [2021-01-29T09:53:14.141Z] ---> Running in 2d6b9745006a [2021-01-29T09:53:14.418Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T09:53:14.418Z] statically linked [2021-01-29T09:53:14.734Z] Priming static-packages [2021-01-29T09:53:15.877Z] Removing intermediate container 2d6b9745006a [2021-01-29T09:53:15.877Z] ---> 610b732c3c5e [2021-01-29T09:53:15.877Z] [2021-01-29T09:53:17.327Z] Successfully built 610b732c3c5e [2021-01-29T09:53:17.403Z] Priming go115 [2021-01-29T09:53:17.607Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T09:53:17.607Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-29T09:53:17.607Z] Removing intermediate container a723cf549f16 [2021-01-29T09:53:17.607Z] ---> 9a9160debb52 [2021-01-29T09:53:17.607Z] [2021-01-29T09:53:17.607Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T09:53:17.607Z] ---> afeebe901d6b [2021-01-29T09:53:17.607Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T09:53:17.882Z] ---> Running in c098b16b1fda [2021-01-29T09:53:18.458Z] Priming edgex-go [2021-01-29T09:53:18.883Z] Removing intermediate container c098b16b1fda [2021-01-29T09:53:18.883Z] ---> c3166c0b1f65 [2021-01-29T09:53:18.883Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T09:53:19.493Z] ---> Running in 6ca9e56e7893 [2021-01-29T09:53:19.505Z] Priming version [2021-01-29T09:53:20.273Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-29T09:53:22.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:53:22.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-01-29T09:53:22.760Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T09:53:22.760Z] (2/3) Installing openssl (1.1.1i-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-29T09:53:23.043Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T09:53:23.043Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:53:23.043Z] OK: 6 MiB in 17 packages [Pipeline] } [2021-01-29T09:53:23.324Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:53:23.324Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:53:23.324Z] ---> 33d811d894c6 [2021-01-29T09:53:23.324Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T09:53:23.324Z] ---> Using cache [2021-01-29T09:53:23.324Z] ---> 2b93685e0979 [2021-01-29T09:53:23.623Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:53:23.623Z] ---> Using cache [2021-01-29T09:53:23.623Z] ---> cf841bdaff41 [2021-01-29T09:53:23.623Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T09:53:23.623Z] ---> Using cache [2021-01-29T09:53:23.623Z] ---> 624d2341eb0a [2021-01-29T09:53:23.623Z] Step 6/24 : COPY go.mod . [2021-01-29T09:53:23.623Z] ---> Using cache [2021-01-29T09:53:23.623Z] ---> 91399b26f5ec [2021-01-29T09:53:23.623Z] Step 7/24 : RUN go mod download [2021-01-29T09:53:23.623Z] ---> Using cache [2021-01-29T09:53:23.623Z] ---> 0122c53e5853 [2021-01-29T09:53:23.623Z] Step 8/24 : COPY . . [2021-01-29T09:53:23.623Z] ---> Using cache [2021-01-29T09:53:23.623Z] ---> 8d21bf1d8625 [2021-01-29T09:53:23.623Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T09:53:23.899Z] Removing intermediate container f4896281713f [2021-01-29T09:53:23.899Z] ---> 60bade977638 [2021-01-29T09:53:23.899Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T09:53:24.173Z] ---> Running in e6ca05544c00 [2021-01-29T09:53:24.459Z] ---> Running in d9c315f8bf68 [2021-01-29T09:53:25.901Z] Removing intermediate container 6ca9e56e7893 [2021-01-29T09:53:25.901Z] ---> 368cd3527c4e [2021-01-29T09:53:25.901Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T09:53:26.510Z] ---> Running in 0ea147b2fbc1 [2021-01-29T09:53:26.510Z] 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-29T09:53:27.519Z] Removing intermediate container 0ea147b2fbc1 [2021-01-29T09:53:27.519Z] ---> d9460077dc29 [2021-01-29T09:53:27.519Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T09:53:27.519Z] ---> Running in cf57896ed5cf [2021-01-29T09:53:28.137Z] Removing intermediate container cf57896ed5cf [2021-01-29T09:53:28.137Z] ---> cbf75a8a1c6b [2021-01-29T09:53:28.137Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T09:53:28.418Z] ---> Running in f69bffbed065 [2021-01-29T09:53:33.149Z] Removing intermediate container f69bffbed065 [2021-01-29T09:53:33.149Z] ---> 0f8f038d6ccf [2021-01-29T09:53:33.149Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T09:53:33.149Z] ---> Running in 7406cb82c874 [2021-01-29T09:53:33.802Z] Removing intermediate container 7406cb82c874 [2021-01-29T09:53:33.802Z] ---> 0285e7f62afd [2021-01-29T09:53:33.802Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T09:53:34.098Z] Collecting docker-compose==1.23.2 [2021-01-29T09:53:34.376Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T09:53:35.382Z] 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-29T09:53:35.659Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T09:53:35.941Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T09:53:36.220Z] ---> ad20b7951cc9 [2021-01-29T09:53:36.220Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T09:53:36.846Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T09:53:36.846Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T09:53:37.854Z] ---> 1e1d1a85afcd [2021-01-29T09:53:37.854Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T09:53:38.126Z] ---> Running in b8077a91507e [2021-01-29T09:53:41.547Z] Collecting PyYAML<4,>=3.10 [2021-01-29T09:53:41.547Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T09:53:42.157Z] Removing intermediate container b8077a91507e [2021-01-29T09:53:42.157Z] ---> 51edde8e2d52 [2021-01-29T09:53:42.158Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:53:43.612Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:53:43.612Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:53:43.612Z] ---> 33d811d894c6 [2021-01-29T09:53:43.612Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T09:53:43.612Z] ---> Using cache [2021-01-29T09:53:43.612Z] ---> 2b93685e0979 [2021-01-29T09:53:43.612Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:53:43.612Z] ---> Using cache [2021-01-29T09:53:43.612Z] ---> cf841bdaff41 [2021-01-29T09:53:43.612Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T09:53:43.612Z] ---> Using cache [2021-01-29T09:53:43.612Z] ---> 624d2341eb0a [2021-01-29T09:53:43.612Z] Step 6/21 : COPY go.mod . [2021-01-29T09:53:43.612Z] ---> Using cache [2021-01-29T09:53:43.612Z] ---> 91399b26f5ec [2021-01-29T09:53:43.612Z] Step 7/21 : RUN go mod download [2021-01-29T09:53:43.612Z] ---> Using cache [2021-01-29T09:53:43.612Z] ---> 0122c53e5853 [2021-01-29T09:53:43.612Z] Step 8/21 : COPY . . [2021-01-29T09:53:43.612Z] ---> Using cache [2021-01-29T09:53:43.612Z] ---> 8d21bf1d8625 [2021-01-29T09:53:43.612Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T09:53:44.221Z] ---> 4b4492bd5619 [2021-01-29T09:53:44.221Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T09:53:44.221Z] ---> Running in 829483d0b5cf [2021-01-29T09:53:46.225Z] 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-29T09:53:46.225Z] ---> 7709c48f3b7f [2021-01-29T09:53:46.225Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T09:53:46.503Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T09:53:46.503Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T09:53:47.501Z] ---> 39b2d3560f12 [2021-01-29T09:53:47.501Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T09:53:47.501Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T09:53:47.501Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T09:53:49.501Z] ---> a2457312e46d [2021-01-29T09:53:49.501Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T09:53:50.507Z] ---> 05fb3d2b6fea [2021-01-29T09:53:50.507Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T09:53:50.507Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T09:53:50.507Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T09:53:51.116Z] ---> Running in a4dea1626127 [2021-01-29T09:53:51.724Z] Removing intermediate container a4dea1626127 [2021-01-29T09:53:51.724Z] ---> 6c216b3ec5e3 [2021-01-29T09:53:51.724Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T09:53:53.189Z] ---> dad6cce97712 [2021-01-29T09:53:53.189Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T09:53:53.468Z] ---> Running in a1abd8186700 [2021-01-29T09:53:53.747Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T09:53:53.747Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T09:53:56.416Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T09:53:56.416Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T09:53:56.693Z] Removing intermediate container a1abd8186700 [2021-01-29T09:53:56.693Z] ---> 1cae2db0a3c6 [2021-01-29T09:53:56.693Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T09:53:56.975Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T09:53:56.975Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T09:53:57.253Z] ---> Running in 7ecf3e5bb1bb [2021-01-29T09:53:57.855Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T09:53:57.855Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T09:53:57.855Z] Removing intermediate container 7ecf3e5bb1bb [2021-01-29T09:53:57.855Z] ---> b7592056c352 [2021-01-29T09:53:57.855Z] Step 31/34 : CMD ["gate"] [2021-01-29T09:53:58.468Z] ---> Running in 15b4250c58ba [2021-01-29T09:53:58.750Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T09:53:58.750Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T09:53:59.028Z] 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-29T09:53:59.028Z] Removing intermediate container 15b4250c58ba [2021-01-29T09:53:59.028Z] ---> bf4bfde61a1f [2021-01-29T09:53:59.028Z] Step 32/34 : LABEL arch=arm64 [2021-01-29T09:53:59.306Z] Collecting idna<2.8,>=2.5 [2021-01-29T09:53:59.306Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T09:53:59.607Z] ---> Running in 048fab0ca2fd [2021-01-29T09:53:59.607Z] 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-29T09:53:59.607Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T09:53:59.607Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T09:53:59.607Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T09:53:59.607Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T09:54:00.216Z] Removing intermediate container 048fab0ca2fd [2021-01-29T09:54:00.216Z] ---> 5fe61a62ed66 [2021-01-29T09:54:00.216Z] Step 33/34 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:54:00.822Z] ---> Running in 64b835d54fce [2021-01-29T09:54:01.098Z] Installing collected packages: jsonschema, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, cached-property, docker-compose [2021-01-29T09:54:01.376Z] Running setup.py install for docopt: started [2021-01-29T09:54:01.376Z] Removing intermediate container 64b835d54fce [2021-01-29T09:54:01.376Z] ---> 82f4d40456d1 [2021-01-29T09:54:01.376Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T09:54:01.983Z] ---> Running in a9edf3bf3194 [2021-01-29T09:54:02.588Z] Removing intermediate container a9edf3bf3194 [2021-01-29T09:54:02.588Z] ---> d0aa304f4845 [2021-01-29T09:54:02.589Z] [2021-01-29T09:54:03.191Z] Successfully built d0aa304f4845 [2021-01-29T09:54:03.191Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T09:54:03.191Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-01-29T09:54:04.186Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T09:54:04.186Z] Running setup.py install for PyYAML: started [2021-01-29T09:54:07.615Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T09:54:07.615Z] Attempting uninstall: urllib3 [2021-01-29T09:54:07.615Z] Found existing installation: urllib3 1.25.9 [2021-01-29T09:54:07.615Z] Uninstalling urllib3-1.25.9: [2021-01-29T09:54:07.615Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T09:54:08.619Z] Attempting uninstall: idna [2021-01-29T09:54:08.619Z] Found existing installation: idna 2.9 [2021-01-29T09:54:08.619Z] Uninstalling idna-2.9: [2021-01-29T09:54:08.619Z] Successfully uninstalled idna-2.9 [2021-01-29T09:54:09.612Z] Attempting uninstall: requests [2021-01-29T09:54:09.612Z] Found existing installation: requests 2.23.0 [2021-01-29T09:54:09.612Z] Uninstalling requests-2.23.0: [2021-01-29T09:54:09.612Z] Successfully uninstalled requests-2.23.0 [2021-01-29T09:54:11.604Z] Running setup.py install for dockerpty: started [2021-01-29T09:54:15.015Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T09:54:15.291Z] Running setup.py install for texttable: started [2021-01-29T09:54:18.703Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T09:54:20.157Z] 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-29T09:54:26.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T09:54:26.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T09:54:26.995Z] ---> 33d811d894c6 [2021-01-29T09:54:26.995Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T09:54:26.995Z] ---> Using cache [2021-01-29T09:54:26.995Z] ---> 2b93685e0979 [2021-01-29T09:54:26.995Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T09:54:26.995Z] ---> Using cache [2021-01-29T09:54:26.995Z] ---> cf841bdaff41 [2021-01-29T09:54:26.995Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T09:54:26.995Z] ---> Using cache [2021-01-29T09:54:26.995Z] ---> 624d2341eb0a [2021-01-29T09:54:26.995Z] Step 6/23 : COPY go.mod . [2021-01-29T09:54:26.995Z] ---> Using cache [2021-01-29T09:54:26.995Z] ---> 91399b26f5ec [2021-01-29T09:54:26.995Z] Step 7/23 : RUN go mod download [2021-01-29T09:54:26.995Z] ---> Using cache [2021-01-29T09:54:26.995Z] ---> 0122c53e5853 [2021-01-29T09:54:26.995Z] Step 8/23 : COPY . . [2021-01-29T09:54:26.995Z] ---> Using cache [2021-01-29T09:54:26.995Z] ---> 8d21bf1d8625 [2021-01-29T09:54:26.995Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T09:54:27.991Z] ---> Running in 885cc2aee8ac [2021-01-29T09:54:30.639Z] 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-29T09:54:30.639Z] Removing intermediate container d9c315f8bf68 [2021-01-29T09:54:30.639Z] ---> dd4555f450b4 [2021-01-29T09:54:30.639Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T09:54:30.920Z] ---> Running in 1a8934632c5a [2021-01-29T09:54:32.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:54:33.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:54:33.800Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T09:54:34.075Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T09:54:34.075Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T09:54:34.075Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:54:34.075Z] OK: 71 MiB in 58 packages [2021-01-29T09:54:36.069Z] Removing intermediate container 1a8934632c5a [2021-01-29T09:54:36.069Z] ---> 262bc69428da [2021-01-29T09:54:36.069Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T09:54:36.069Z] ---> Running in 77745c8bd307 [2021-01-29T09:54:36.670Z] Removing intermediate container 77745c8bd307 [2021-01-29T09:54:36.670Z] ---> b2cb08412e4e [2021-01-29T09:54:36.670Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:54:36.946Z] ---> Running in ee2908e33cd4 [2021-01-29T09:54:37.551Z] Removing intermediate container ee2908e33cd4 [2021-01-29T09:54:37.551Z] ---> d8d5ae0c4bad [2021-01-29T09:54:37.551Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T09:54:37.834Z] ---> Running in c0222af4de67 [2021-01-29T09:54:38.436Z] Removing intermediate container c0222af4de67 [2021-01-29T09:54:38.436Z] ---> c488b56d9460 [2021-01-29T09:54:38.436Z] Step 25/26 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:54:38.712Z] ---> Running in 5de478da71cb [2021-01-29T09:54:39.323Z] Removing intermediate container 5de478da71cb [2021-01-29T09:54:39.323Z] ---> 9cd1391090b6 [2021-01-29T09:54:39.323Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T09:54:39.625Z] ---> Running in 05742c17e101 [2021-01-29T09:54:40.901Z] Removing intermediate container 05742c17e101 [2021-01-29T09:54:40.901Z] ---> d02dc6ee9b0e [2021-01-29T09:54:40.901Z] [2021-01-29T09:54:40.901Z] Successfully built d02dc6ee9b0e [2021-01-29T09:54:40.901Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T09:54:44.733Z]  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-29T09:54:50.173Z] Removing intermediate container 2e13a0d4da0a [2021-01-29T09:54:50.173Z] ---> c087a477fa0f [2021-01-29T09:54:50.173Z] [2021-01-29T09:54:50.173Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T09:54:50.173Z] ---> afeebe901d6b [2021-01-29T09:54:50.173Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T09:54:50.173Z] ---> Using cache [2021-01-29T09:54:50.173Z] ---> bfe07f62f27c [2021-01-29T09:54:50.173Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:54:50.173Z] ---> Using cache [2021-01-29T09:54:50.173Z] ---> 4fc2eb889f7f [2021-01-29T09:54:50.173Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T09:54:50.173Z] ---> Running in a5507c7d5a7c [2021-01-29T09:54:50.769Z] Removing intermediate container a5507c7d5a7c [2021-01-29T09:54:50.769Z] ---> 2da41ee3fe68 [2021-01-29T09:54:50.769Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T09:54:50.769Z] ---> Running in be8fbe848382 [2021-01-29T09:54:51.759Z] Removing intermediate container be8fbe848382 [2021-01-29T09:54:51.759Z] ---> 577dd60216c6 [2021-01-29T09:54:51.759Z] Step 15/23 : WORKDIR / [2021-01-29T09:54:51.759Z] ---> Running in 6d82c43c8978 [2021-01-29T09:54:52.364Z] Removing intermediate container 6d82c43c8978 [2021-01-29T09:54:52.364Z] ---> d171d28f06c0 [2021-01-29T09:54:52.364Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:54:53.373Z] ---> 5b8e14f3c502 [2021-01-29T09:54:53.373Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T09:54:56.029Z] ---> 1c6ffeccd2d7 [2021-01-29T09:54:56.029Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T09:54:57.471Z] ---> 46597363da16 [2021-01-29T09:54:57.471Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T09:54:57.471Z] ---> Running in 970ba2657451 [2021-01-29T09:54:58.463Z] Removing intermediate container e6ca05544c00 [2021-01-29T09:54:58.463Z] ---> 00ca356a27c2 [2021-01-29T09:54:58.463Z] [2021-01-29T09:54:58.463Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T09:54:58.463Z] ---> afeebe901d6b [2021-01-29T09:54:58.463Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T09:54:58.750Z] Removing intermediate container 970ba2657451 [2021-01-29T09:54:58.750Z] ---> 08d025244164 [2021-01-29T09:54:58.750Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:54:58.750Z] ---> Running in ccbfbdf716e5 [2021-01-29T09:54:59.027Z] ---> Running in c5fac89354a3 [2021-01-29T09:54:59.027Z] 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-29T09:55:00.020Z] Removing intermediate container c5fac89354a3 [2021-01-29T09:55:00.020Z] ---> 05b7103a85c3 [2021-01-29T09:55:00.020Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T09:55:00.295Z] ---> Running in a3d253869a94 [2021-01-29T09:55:00.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:55:00.905Z] Removing intermediate container a3d253869a94 [2021-01-29T09:55:00.905Z] ---> e296c2466560 [2021-01-29T09:55:00.905Z] Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:55:01.180Z] ---> Running in 1e37c62172ac [2021-01-29T09:55:01.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:55:01.782Z] Removing intermediate container 1e37c62172ac [2021-01-29T09:55:01.782Z] ---> c4085e3e95c5 [2021-01-29T09:55:01.782Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T09:55:02.056Z] ---> Running in b4fb1cece81a [2021-01-29T09:55:02.056Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T09:55:02.056Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T09:55:02.056Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T09:55:02.056Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T09:55:02.056Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T09:55:02.056Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:55:02.056Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T09:55:02.348Z] OK: 7 MiB in 19 packages [2021-01-29T09:55:02.967Z] Removing intermediate container b4fb1cece81a [2021-01-29T09:55:02.967Z] ---> aac06eed4b6e [2021-01-29T09:55:02.967Z] [2021-01-29T09:55:03.566Z] Successfully built aac06eed4b6e [2021-01-29T09:55:03.566Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T09:55:05.023Z]  Building docker-core-command-go ... done Removing intermediate container ccbfbdf716e5 [2021-01-29T09:55:05.023Z] ---> 78c632c4d325 [2021-01-29T09:55:05.023Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T09:55:05.023Z] ---> Running in f7cf4c798977 [2021-01-29T09:55:05.623Z] Removing intermediate container f7cf4c798977 [2021-01-29T09:55:05.623Z] ---> c8249d2e1df4 [2021-01-29T09:55:05.623Z] Step 13/24 : WORKDIR / [2021-01-29T09:55:05.623Z] ---> Running in 1cf5874d6617 [2021-01-29T09:55:06.620Z] Removing intermediate container 1cf5874d6617 [2021-01-29T09:55:06.620Z] ---> 141ad85dca9c [2021-01-29T09:55:06.620Z] 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-29T09:55:07.605Z] ---> e0d592a9928d [2021-01-29T09:55:07.605Z] 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-29T09:55:08.593Z] ---> 62c0c90611e7 [2021-01-29T09:55:08.593Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T09:55:09.579Z] ---> 40ad2f99ba0e [2021-01-29T09:55:09.579Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T09:55:12.216Z] Removing intermediate container 829483d0b5cf [2021-01-29T09:55:12.216Z] ---> f3337629ca17 [2021-01-29T09:55:12.216Z] [2021-01-29T09:55:12.216Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T09:55:12.216Z] ---> afeebe901d6b [2021-01-29T09:55:12.216Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T09:55:12.216Z] ---> 933688097b7a [2021-01-29T09:55:12.216Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T09:55:12.216Z] ---> Running in 1c7ed1296607 [2021-01-29T09:55:14.224Z] ---> 0d901bc53e8d [2021-01-29T09:55:14.224Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T09:55:14.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T09:55:14.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T09:55:15.102Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T09:55:15.102Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T09:55:15.102Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T09:55:15.102Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T09:55:15.102Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T09:55:15.102Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T09:55:15.102Z] ---> bccf20447155 [2021-01-29T09:55:15.102Z] 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-29T09:55:15.381Z] OK: 7 MiB in 18 packages [2021-01-29T09:55:15.381Z] ---> Running in 27cc155af58f [2021-01-29T09:55:18.015Z] Removing intermediate container 1c7ed1296607 [2021-01-29T09:55:18.015Z] ---> 561a248ba3c3 [2021-01-29T09:55:18.015Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T09:55:18.292Z] ---> Running in ecc6fecfd402 [2021-01-29T09:55:18.889Z] Removing intermediate container 27cc155af58f [2021-01-29T09:55:18.889Z] ---> 9034a7be9e45 [2021-01-29T09:55:18.889Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T09:55:19.164Z] ---> Running in eeca31ae04a5 [2021-01-29T09:55:19.164Z] Removing intermediate container ecc6fecfd402 [2021-01-29T09:55:19.164Z] ---> 633ed54e021e [2021-01-29T09:55:19.164Z] Step 13/21 : WORKDIR /edgex [2021-01-29T09:55:19.440Z] ---> Running in 3be6df9c254a [2021-01-29T09:55:20.033Z] Removing intermediate container eeca31ae04a5 [2021-01-29T09:55:20.033Z] ---> 645ce99f26e8 [2021-01-29T09:55:20.033Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T09:55:20.033Z] ---> Running in ed30283e1e20 [2021-01-29T09:55:20.306Z] Removing intermediate container 3be6df9c254a [2021-01-29T09:55:20.306Z] ---> dbb914aa515f [2021-01-29T09:55:20.306Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T09:55:20.901Z] Removing intermediate container ed30283e1e20 [2021-01-29T09:55:20.901Z] ---> 3f9b836a4a75 [2021-01-29T09:55:20.901Z] Step 23/24 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:55:20.901Z] ---> Running in 016c17d59233 [2021-01-29T09:55:21.498Z] ---> 369695a04857 [2021-01-29T09:55:21.498Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T09:55:21.771Z] Removing intermediate container 016c17d59233 [2021-01-29T09:55:21.771Z] ---> 35e929f8cf92 [2021-01-29T09:55:21.771Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T09:55:21.771Z] ---> Running in 89bb9af67507 [2021-01-29T09:55:22.755Z] Removing intermediate container 89bb9af67507 [2021-01-29T09:55:22.755Z] ---> 716de37d13d2 [2021-01-29T09:55:22.755Z] [2021-01-29T09:55:23.352Z] ---> 940e0b2c4ca3 [2021-01-29T09:55:23.352Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T09:55:23.352Z] Successfully built 716de37d13d2 [2021-01-29T09:55:23.352Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T09:55:24.798Z]  Building docker-security-secretstore-setup-go ... done  ---> 8f3d9e8f7925 [2021-01-29T09:55:24.798Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T09:55:25.071Z] ---> Running in e2f0f41d4a07 [2021-01-29T09:55:25.350Z] Removing intermediate container e2f0f41d4a07 [2021-01-29T09:55:25.350Z] ---> 39f4416284b6 [2021-01-29T09:55:25.350Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T09:55:25.624Z] ---> Running in cb613f54af71 [2021-01-29T09:55:26.220Z] Removing intermediate container cb613f54af71 [2021-01-29T09:55:26.220Z] ---> 65323505133d [2021-01-29T09:55:26.220Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T09:55:26.491Z] ---> Running in b1124e688578 [2021-01-29T09:55:27.092Z] Removing intermediate container b1124e688578 [2021-01-29T09:55:27.092Z] ---> 56c729f58615 [2021-01-29T09:55:27.092Z] Step 20/21 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:55:27.092Z] ---> Running in 2acbf7dd270e [2021-01-29T09:55:27.689Z] Removing intermediate container 2acbf7dd270e [2021-01-29T09:55:27.689Z] ---> c3670d950cd3 [2021-01-29T09:55:27.689Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T09:55:27.689Z] ---> Running in 9229edd7e99d [2021-01-29T09:55:28.281Z] Removing intermediate container 9229edd7e99d [2021-01-29T09:55:28.281Z] ---> c9452bc56911 [2021-01-29T09:55:28.281Z] [2021-01-29T09:55:28.554Z] Successfully built c9452bc56911 [2021-01-29T09:55:28.554Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T09:55:32.840Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 885cc2aee8ac [2021-01-29T09:55:32.840Z] ---> 4b086e28cd2b [2021-01-29T09:55:32.840Z] [2021-01-29T09:55:32.840Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T09:55:32.840Z] ---> afeebe901d6b [2021-01-29T09:55:32.840Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T09:55:32.840Z] ---> Using cache [2021-01-29T09:55:32.840Z] ---> bfe07f62f27c [2021-01-29T09:55:32.840Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T09:55:32.840Z] ---> Using cache [2021-01-29T09:55:32.840Z] ---> 4fc2eb889f7f [2021-01-29T09:55:32.840Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T09:55:33.110Z] ---> Running in 592a24ae0d2e [2021-01-29T09:55:33.386Z] Removing intermediate container 592a24ae0d2e [2021-01-29T09:55:33.386Z] ---> 8071f514f5d9 [2021-01-29T09:55:33.386Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T09:55:33.656Z] ---> Running in 0de7dde175e6 [2021-01-29T09:55:33.925Z] Removing intermediate container 0de7dde175e6 [2021-01-29T09:55:33.925Z] ---> 50c844483b78 [2021-01-29T09:55:33.925Z] Step 15/23 : WORKDIR / [2021-01-29T09:55:34.195Z] ---> Running in 83052d600701 [2021-01-29T09:55:34.788Z] Removing intermediate container 83052d600701 [2021-01-29T09:55:34.788Z] ---> c3fa277168a8 [2021-01-29T09:55:34.788Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T09:55:35.380Z] ---> 957b010ca645 [2021-01-29T09:55:35.380Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T09:55:36.807Z] ---> ad40d9dced3b [2021-01-29T09:55:36.807Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T09:55:37.399Z] ---> 4403b84bef48 [2021-01-29T09:55:37.399Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T09:55:37.399Z] ---> Running in 289129c8927c [2021-01-29T09:55:37.998Z] Removing intermediate container 289129c8927c [2021-01-29T09:55:37.998Z] ---> 2e316fd1cbd8 [2021-01-29T09:55:37.998Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T09:55:37.998Z] ---> Running in e18201e0d054 [2021-01-29T09:55:38.594Z] Removing intermediate container e18201e0d054 [2021-01-29T09:55:38.594Z] ---> 14e72e54a767 [2021-01-29T09:55:38.594Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T09:55:38.594Z] ---> Running in bccdf3469196 [2021-01-29T09:55:39.190Z] Removing intermediate container bccdf3469196 [2021-01-29T09:55:39.190Z] ---> d115bd671326 [2021-01-29T09:55:39.190Z] Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da [2021-01-29T09:55:39.190Z] ---> Running in cf201c76d90b [2021-01-29T09:55:39.786Z] Removing intermediate container cf201c76d90b [2021-01-29T09:55:39.786Z] ---> 6f922a1ba56e [2021-01-29T09:55:39.786Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T09:55:39.786Z] ---> Running in ad99b22d6f60 [2021-01-29T09:55:40.385Z] Removing intermediate container ad99b22d6f60 [2021-01-29T09:55:40.385Z] ---> a7ea66771645 [2021-01-29T09:55:40.385Z] [2021-01-29T09:55:40.657Z] Successfully built a7ea66771645 [2021-01-29T09:55:40.657Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T09:55:40.945Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-29T09:55:40.934Z] $ docker stop --time=1 9f55fab7800c4f2c84ddec9c1cf86b62ebcf3f90df098f1b74345a08c1d11370 [2021-01-29T09:55:42.883Z] $ docker rm -f 9f55fab7800c4f2c84ddec9c1cf86b62ebcf3f90df098f1b74345a08c1d11370 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T09:55:43.739Z] + grep docker [2021-01-29T09:55:43.739Z] + docker images [2021-01-29T09:55:44.019Z] docker-core-metadata-go-arm64 latest a7ea66771645 4 seconds ago 17.7MB [2021-01-29T09:55:44.019Z] docker-security-proxy-setup-go-arm64 latest c9452bc56911 16 seconds ago 23.2MB [2021-01-29T09:55:44.019Z] docker-security-secretstore-setup-go-arm64 latest 716de37d13d2 21 seconds ago 23.4MB [2021-01-29T09:55:44.019Z] docker-core-command-go-arm64 latest aac06eed4b6e 41 seconds ago 16MB [2021-01-29T09:55:44.019Z] docker-sys-mgmt-agent-go-arm64 latest d02dc6ee9b0e About a minute ago 300MB [2021-01-29T09:55:44.019Z] docker-security-bootstrapper-go-arm64 latest d0aa304f4845 About a minute ago 31.9MB [2021-01-29T09:55:44.019Z] docker-core-data-go-arm64 latest 610b732c3c5e 2 minutes ago 21MB [2021-01-29T09:55:44.019Z] docker-support-scheduler-go-arm64 latest a5cf089e38f0 2 minutes ago 16.1MB [2021-01-29T09:55:44.019Z] docker-support-notifications-go-arm64 latest b941951eb533 3 minutes ago 16MB [2021-01-29T09:55:44.019Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-29T09:55:46.297Z] provisioning config files... [2021-01-29T09:55:46.308Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6485872415162333910tmp [Pipeline] { [Pipeline] sh [2021-01-29T09:55:46.721Z] + set +x [2021-01-29T09:55:46.721Z] + curl -s https://codecov.io/bash [2021-01-29T09:55:46.721Z] + bash -s -- [2021-01-29T09:55:47.300Z] [2021-01-29T09:55:47.300Z] _____ _ [2021-01-29T09:55:47.300Z] / ____| | | [2021-01-29T09:55:47.300Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T09:55:47.300Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T09:55:47.300Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T09:55:47.300Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T09:55:47.300Z] Bash-20210128-d4071a2 [2021-01-29T09:55:47.300Z] [2021-01-29T09:55:47.300Z] [2021-01-29T09:55:47.300Z] ==> git version 2.24.3 found [2021-01-29T09:55:47.300Z] ==> 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-29T09:55:47.300Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T09:55:47.300Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T09:55:47.300Z] ==> Jenkins CI detected. [2021-01-29T09:55:47.300Z] project root: . [2021-01-29T09:55:47.300Z] --> token set from env [2021-01-29T09:55:47.300Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T09:55:47.300Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T09:55:47.562Z] ==> Python coveragepy not found [2021-01-29T09:55:47.562Z] ==> Searching for coverage reports in: [2021-01-29T09:55:47.562Z] + . [2021-01-29T09:55:47.562Z] -> Found 1 reports [2021-01-29T09:55:47.562Z] ==> Detecting git/mercurial file structure [2021-01-29T09:55:47.562Z] ==> Reading reports [2021-01-29T09:55:47.562Z] + ./coverage.out bytes=568476 [2021-01-29T09:55:47.562Z] ==> Appending adjustments [2021-01-29T09:55:47.562Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T09:55:50.873Z] + Found adjustments [2021-01-29T09:55:50.873Z] ==> Gzipping contents [2021-01-29T09:55:50.873Z] 88K /tmp/codecov.SyfFcW.gz [2021-01-29T09:55:50.873Z] ==> Uploading reports [2021-01-29T09:55:50.873Z] url: https://codecov.io [2021-01-29T09:55:50.873Z] query: branch=PR-3022&commit=1bac17d6dcf996777ea52846b7e7406e81d168da&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3022%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3022&job=&cmd_args= [2021-01-29T09:55:50.873Z] -> Pinging Codecov [2021-01-29T09:55:50.873Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3022&commit=1bac17d6dcf996777ea52846b7e7406e81d168da&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3022%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3022&job=&cmd_args= [2021-01-29T09:55:51.136Z] -> Uploading to [2021-01-29T09:55:51.136Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/1bac17d6dcf996777ea52846b7e7406e81d168da/0dc50566-83db-4b79-9da4-7e330cabf10f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T095551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=80df8d3472262619623b018a39156c44c0664c29844447762def857dc49ed3fa [2021-01-29T09:55:51.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T09:55:51.136Z] Dload Upload Total Spent Left Speed [2021-01-29T09:55:51.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86155 0 0 100 86155 0 165k --:--:-- --:--:-- --:--:-- 164k 100 86155 0 0 100 86155 0 165k --:--:-- --:--:-- --:--:-- 164k [2021-01-29T09:55:51.710Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1bac17d6dcf996777ea52846b7e7406e81d168da [Pipeline] } [2021-01-29T09:55:51.720Z] 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-29T09:55:54.171Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:55:55.064Z] ---> package-listing.sh [2021-01-29T09:55:55.064Z] ++ facter osfamily [2021-01-29T09:55:55.064Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T09:55:55.064Z] + OS_FAMILY=redhat [2021-01-29T09:55:55.064Z] + workspace=/w/workspace/edgex-go/6 [2021-01-29T09:55:55.064Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T09:55:55.064Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T09:55:55.064Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T09:55:55.064Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T09:55:55.064Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-29T09:55:55.064Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T09:55:55.064Z] + case "${OS_FAMILY}" in [2021-01-29T09:55:55.064Z] + rpm -qa [2021-01-29T09:55:55.064Z] + sort [2021-01-29T09:56:00.534Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T09:56:00.534Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T09:56:00.534Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T09:56:00.534Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-29T09:56:00.534Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-29T09:56:00.534Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-29T09:56:00.612Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T09:56:00.908Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:56:01.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T09:56:01.212Z] [2021-01-29T09:56:01.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T09:56:01.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T09:56:01.570Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T09:56:01.570Z] df20fa9351a1: Pulling fs layer [2021-01-29T09:56:01.570Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T09:56:01.570Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T09:56:01.570Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T09:56:01.570Z] 93b61091891f: Pulling fs layer [2021-01-29T09:56:01.570Z] 46f8f816bc3b: Waiting [2021-01-29T09:56:01.570Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T09:56:01.570Z] 5e14af77c1be: Pulling fs layer [2021-01-29T09:56:01.570Z] 01666e4c0597: Pulling fs layer [2021-01-29T09:56:01.570Z] aa168da1d23b: Pulling fs layer [2021-01-29T09:56:01.570Z] 93b61091891f: Waiting [2021-01-29T09:56:01.570Z] 5e14af77c1be: Waiting [2021-01-29T09:56:01.570Z] 01666e4c0597: Waiting [2021-01-29T09:56:01.570Z] 93b9cdb0e59b: Waiting [2021-01-29T09:56:01.570Z] aa168da1d23b: Waiting [2021-01-29T09:56:01.570Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T09:56:01.570Z] 36b3adc4ff6f: Download complete [2021-01-29T09:56:01.833Z] df20fa9351a1: Download complete [2021-01-29T09:56:01.833Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T09:56:01.833Z] 46f8f816bc3b: Download complete [2021-01-29T09:56:01.833Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T09:56:01.833Z] 93b9cdb0e59b: Download complete [2021-01-29T09:56:01.833Z] 93b61091891f: Verifying Checksum [2021-01-29T09:56:01.833Z] 93b61091891f: Download complete [2021-01-29T09:56:01.833Z] 5e14af77c1be: Verifying Checksum [2021-01-29T09:56:01.833Z] 5e14af77c1be: Download complete [2021-01-29T09:56:01.833Z] 01666e4c0597: Verifying Checksum [2021-01-29T09:56:01.833Z] 01666e4c0597: Download complete [2021-01-29T09:56:02.095Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T09:56:02.095Z] 8ad3a11d3b57: Download complete [2021-01-29T09:56:02.095Z] df20fa9351a1: Pull complete [2021-01-29T09:56:02.671Z] 36b3adc4ff6f: Pull complete [2021-01-29T09:56:04.065Z] aa168da1d23b: Verifying Checksum [2021-01-29T09:56:04.065Z] aa168da1d23b: Download complete [2021-01-29T09:56:05.474Z] 8ad3a11d3b57: Pull complete [2021-01-29T09:56:06.420Z] 46f8f816bc3b: Pull complete [2021-01-29T09:56:06.996Z] 93b61091891f: Pull complete [2021-01-29T09:56:07.258Z] 93b9cdb0e59b: Pull complete [2021-01-29T09:56:07.258Z] 5e14af77c1be: Pull complete [2021-01-29T09:56:07.526Z] 01666e4c0597: Pull complete [2021-01-29T09:56:19.823Z] aa168da1d23b: Pull complete [2021-01-29T09:56:19.823Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T09:56:19.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T09:56:19.823Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T09:56:20.100Z] prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container [2021-01-29T09:56:20.152Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T09:56:22.880Z] $ docker top 7db778f53692a3d26ea0fa62e3490a202337c5ebdfac1ea863289cd3065b0a35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T09:56:23.472Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T09:56:23.779Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T09:56:24.076Z] + ls /var/log/sa-host [2021-01-29T09:56:24.076Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T09:56:24.076Z] file_magic: OK [2021-01-29T09:56:24.076Z] HZ: Using current value: 100 [2021-01-29T09:56:24.076Z] file_header: OK [2021-01-29T09:56:24.076Z] 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-29T09:56:24.076Z] Statistics: [2021-01-29T09:56:24.076Z] Hnuu...uuuununununu... [2021-01-29T09:56:24.076Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T09:56:24.076Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T09:56:24.076Z] file_magic: OK [2021-01-29T09:56:24.076Z] HZ: Using current value: 100 [2021-01-29T09:56:24.076Z] file_header: OK [2021-01-29T09:56:24.076Z] 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-29T09:56:24.076Z] Statistics: [2021-01-29T09:56:24.076Z] 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... [2021-01-29T09:56:24.076Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T09:56:24.704Z] provisioning config files... [2021-01-29T09:56:24.728Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5601294648065355203tmp [Pipeline] { [Pipeline] echo [2021-01-29T09:56:24.806Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:56:25.101Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T09:56:25.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T09:56:25.213Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:56:25.512Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T09:56:25.523Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:56:25.823Z] ---> sudo-logs.sh [2021-01-29T09:56:25.823Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T09:56:25.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:56:26.138Z] ---> job-cost.sh [2021-01-29T09:56:26.139Z] lf-activate-venv: SKIPPING [2021-01-29T09:56:26.139Z] INFO: No Stack... [2021-01-29T09:56:27.084Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T09:56:27.657Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T09:56:27.672Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T09:56:27.968Z] ---> logs-deploy.sh [2021-01-29T09:56:27.968Z] lf-activate-venv: SKIPPING [2021-01-29T09:56:27.968Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3022/6 [2021-01-29T09:56:27.968Z] INFO: archiving workspace using pattern(s): [2021-01-29T09:56:29.892Z] Archives upload complete. [2021-01-29T09:56:29.892Z] INFO: archiving logs to Nexus [2021-01-29T09:56:30.840Z] ---> uname -a: [2021-01-29T09:56:30.840Z] Linux prd-centos7-docker-4c-2g-23950.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-29T09:56:30.840Z] [2021-01-29T09:56:30.840Z] [2021-01-29T09:56:30.840Z] ---> lscpu: [2021-01-29T09:56:30.840Z] Architecture: x86_64 [2021-01-29T09:56:30.840Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-29T09:56:30.840Z] Byte Order: Little Endian [2021-01-29T09:56:30.840Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-29T09:56:30.840Z] CPU(s): 4 [2021-01-29T09:56:30.840Z] On-line CPU(s) list: 0-3 [2021-01-29T09:56:30.840Z] Thread(s) per core: 1 [2021-01-29T09:56:30.840Z] Core(s) per socket: 1 [2021-01-29T09:56:30.840Z] Socket(s): 4 [2021-01-29T09:56:30.840Z] NUMA node(s): 1 [2021-01-29T09:56:30.840Z] Vendor ID: GenuineIntel [2021-01-29T09:56:30.840Z] CPU family: 6 [2021-01-29T09:56:30.840Z] Model: 44 [2021-01-29T09:56:30.840Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-29T09:56:30.840Z] Stepping: 1 [2021-01-29T09:56:30.840Z] CPU MHz: 2933.438 [2021-01-29T09:56:30.840Z] BogoMIPS: 5866.87 [2021-01-29T09:56:30.840Z] Virtualization: VT-x [2021-01-29T09:56:30.840Z] Hypervisor vendor: KVM [2021-01-29T09:56:30.840Z] Virtualization type: full [2021-01-29T09:56:30.840Z] L1d cache: 128 KiB [2021-01-29T09:56:30.840Z] L1i cache: 128 KiB [2021-01-29T09:56:30.840Z] L2 cache: 16 MiB [2021-01-29T09:56:30.840Z] L3 cache: 64 MiB [2021-01-29T09:56:30.840Z] NUMA node0 CPU(s): 0-3 [2021-01-29T09:56:30.840Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-29T09:56:30.840Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-29T09:56:30.840Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-29T09:56:30.840Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-29T09:56:30.840Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-29T09:56:30.840Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-29T09:56:30.840Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-29T09:56:30.840Z] Vulnerability Srbds: Not affected [2021-01-29T09:56:30.840Z] Vulnerability Tsx async abort: Not affected [2021-01-29T09:56:30.840Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-29T09:56:30.840Z] [2021-01-29T09:56:30.840Z] [2021-01-29T09:56:30.840Z] ---> nproc: [2021-01-29T09:56:30.840Z] 4 [2021-01-29T09:56:30.840Z] [2021-01-29T09:56:30.840Z] [2021-01-29T09:56:30.840Z] ---> df -h: [2021-01-29T09:56:30.840Z] Filesystem Size Used Available Use% Mounted on [2021-01-29T09:56:30.840Z] overlay 50.0G 12.7G 37.3G 25% / [2021-01-29T09:56:30.840Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-29T09:56:30.840Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-29T09:56:30.841Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6 [2021-01-29T09:56:30.841Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6@tmp [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] ---> free -m: [2021-01-29T09:56:30.841Z] total used free shared buff/cache available [2021-01-29T09:56:30.841Z] Mem: 1837 727 241 0 868 1027 [2021-01-29T09:56:30.841Z] Swap: 1023 60 963 [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] ---> ip addr: [2021-01-29T09:56:30.841Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-29T09:56:30.841Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-29T09:56:30.841Z] inet 127.0.0.1/8 scope host lo [2021-01-29T09:56:30.841Z] valid_lft forever preferred_lft forever [2021-01-29T09:56:30.841Z] inet6 ::1/128 scope host [2021-01-29T09:56:30.841Z] valid_lft forever preferred_lft forever [2021-01-29T09:56:30.841Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-29T09:56:30.841Z] link/ether fa:16:3e:3f:40:08 brd ff:ff:ff:ff:ff:ff [2021-01-29T09:56:30.841Z] inet 10.30.123.170/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-29T09:56:30.841Z] valid_lft 85243sec preferred_lft 85243sec [2021-01-29T09:56:30.841Z] inet6 fe80::f816:3eff:fe3f:4008/64 scope link [2021-01-29T09:56:30.841Z] valid_lft forever preferred_lft forever [2021-01-29T09:56:30.841Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-29T09:56:30.841Z] link/ether 02:42:39:91:96:63 brd ff:ff:ff:ff:ff:ff [2021-01-29T09:56:30.841Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-29T09:56:30.841Z] valid_lft forever preferred_lft forever [2021-01-29T09:56:30.841Z] inet6 fe80::42:39ff:fe91:9663/64 scope link [2021-01-29T09:56:30.841Z] valid_lft forever preferred_lft forever [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] ---> sar -b -r -n DEV: [2021-01-29T09:56:30.841Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] 09:37:02 LINUX RESTART (4 CPU) [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] 09:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-29T09:56:30.841Z] 09:39:01 161.46 72.19 89.27 0.00 9546.51 38184.96 0.00 [2021-01-29T09:56:30.841Z] 09:40:01 285.53 124.08 161.45 0.00 4754.10 27789.89 0.00 [2021-01-29T09:56:30.841Z] 09:41:01 154.92 58.82 96.11 0.00 2488.49 9954.26 0.00 [2021-01-29T09:56:30.841Z] 09:42:01 141.86 41.03 100.83 0.00 2831.16 24110.30 0.00 [2021-01-29T09:56:30.841Z] 09:43:02 2259.40 1899.37 360.03 0.00 164937.46 224507.14 0.00 [2021-01-29T09:56:30.841Z] 09:44:01 1679.48 1430.37 249.10 0.00 81277.30 93906.88 0.00 [2021-01-29T09:56:30.841Z] 09:45:01 1438.66 1072.22 366.44 0.00 86343.23 137680.73 0.00 [2021-01-29T09:56:30.841Z] 09:46:02 2152.86 1830.20 322.66 0.00 130037.44 135364.54 0.00 [2021-01-29T09:56:30.841Z] 09:47:01 287.22 42.24 244.98 0.00 3334.30 30099.39 0.00 [2021-01-29T09:56:30.841Z] 09:48:01 53.14 13.52 39.62 0.00 2922.59 8691.34 0.00 [2021-01-29T09:56:30.841Z] 09:49:01 1.60 0.10 1.50 0.00 0.80 25.10 0.00 [2021-01-29T09:56:30.841Z] 09:50:01 0.27 0.02 0.25 0.00 0.13 3.10 0.00 [2021-01-29T09:56:30.841Z] 09:51:01 0.30 0.02 0.28 0.00 0.13 2.65 0.00 [2021-01-29T09:56:30.841Z] 09:52:01 0.45 0.23 0.22 0.00 9.19 2.15 0.00 [2021-01-29T09:56:30.841Z] 09:53:01 2.26 1.45 0.82 0.00 47.55 15.78 0.00 [2021-01-29T09:56:30.841Z] 09:54:01 0.28 0.03 0.25 0.00 0.40 2.60 0.00 [2021-01-29T09:56:30.841Z] 09:55:01 0.28 0.02 0.27 0.00 0.53 3.53 0.00 [2021-01-29T09:56:30.841Z] 09:56:01 69.51 69.13 0.38 0.00 5706.51 29.21 0.00 [2021-01-29T09:56:30.841Z] Average: 483.24 370.22 113.02 0.00 27520.96 40653.50 0.00 [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] 09:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-29T09:56:30.841Z] 09:39:01 75864 0 689832 36.66 2384 1113464 1524984 52.05 698788 876744 55632 [2021-01-29T09:56:30.841Z] 09:40:01 136888 0 803552 42.71 1500 939604 1731792 59.10 637524 831528 62632 [2021-01-29T09:56:30.841Z] 09:41:01 219180 0 767420 40.79 812 894132 1553600 53.02 617316 753604 88252 [2021-01-29T09:56:30.841Z] 09:42:01 201716 0 735640 39.10 564 943624 1249436 42.64 581744 809284 52 [2021-01-29T09:56:30.841Z] 09:43:02 61628 0 849344 45.14 8 970564 2346084 80.07 778100 810892 81048 [2021-01-29T09:56:30.841Z] 09:44:01 86264 0 1035240 55.02 8 760032 3000380 102.40 788936 741380 59968 [2021-01-29T09:56:30.841Z] 09:45:01 77452 0 719684 38.25 8 1084400 1572256 53.66 698648 872548 28972 [2021-01-29T09:56:30.841Z] 09:46:02 110364 0 1068676 56.80 8 702496 3220304 109.90 738152 772512 9696 [2021-01-29T09:56:30.841Z] 09:47:01 260352 0 704012 37.42 8 917172 1492608 50.94 477372 876480 0 [2021-01-29T09:56:30.841Z] 09:48:01 203464 0 647732 34.43 8 1030340 1209940 41.29 523172 895044 16 [2021-01-29T09:56:30.841Z] 09:49:01 205124 0 646068 34.34 8 1030344 1197640 40.87 522308 894956 8 [2021-01-29T09:56:30.841Z] 09:50:01 206592 0 644588 34.26 8 1030356 1186284 40.49 521000 894868 8 [2021-01-29T09:56:30.841Z] 09:51:01 207028 0 644144 34.23 8 1030364 1186284 40.49 521108 894872 8 [2021-01-29T09:56:30.841Z] 09:52:01 206604 0 644376 34.25 8 1030556 1186732 40.50 521356 895012 8 [2021-01-29T09:56:30.841Z] 09:53:01 204784 0 645448 34.30 8 1031304 1186368 40.49 521632 895776 8 [2021-01-29T09:56:30.841Z] 09:54:01 205276 0 644952 34.28 8 1031308 1186320 40.49 521396 895780 8 [2021-01-29T09:56:30.841Z] 09:55:01 205532 0 644696 34.26 8 1031308 1186280 40.49 521204 895792 8 [2021-01-29T09:56:30.841Z] 09:56:01 73032 0 687820 36.56 8 1120684 1435824 49.00 573720 969268 8600 [2021-01-29T09:56:30.841Z] Average: 163730 0 734624 39.04 298 982892 1591840 54.33 597971 859797 21940 [2021-01-29T09:56:30.841Z] [2021-01-29T09:56:30.841Z] 09:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-29T09:56:30.841Z] 09:39:01 eth0 1115.50 1193.93 5942.90 148.81 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:39:01 docker0 859.00 711.34 71.15 2672.71 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:40:01 eth0 226.19 165.24 860.91 26.02 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:40:01 veth870f59f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:40:01 docker0 144.89 190.12 10.09 828.90 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:41:01 eth0 40.52 29.79 22.01 77.86 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:41:01 veth870f59f 0.43 0.43 0.04 0.05 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:41:01 docker0 0.43 0.43 0.03 0.05 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:42:01 veth5cf730c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:42:01 eth0 183.89 141.29 1703.21 25.31 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:43:02 veth5cf730c 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:43:02 eth0 66.98 51.37 163.80 56.76 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:43:02 docker0 27.54 34.38 1.78 146.46 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:44:01 vethec8292b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:44:01 veth5cf730c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:44:01 veth60d2501 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:44:01 veth07e09ae 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:45:01 veth5cf730c 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:45:01 veth8745ade 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:45:01 vetheb18dcd 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:45:01 eth0 2792.82 2442.71 13797.25 526.37 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:46:02 veth5cf730c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:46:02 veth159037a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:46:02 veth1892071 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:46:02 veth809c6b3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:47:01 veth5cf730c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:47:01 eth0 3076.61 2608.61 15047.73 636.20 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:47:01 veth00177e7 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:48:01 eth0 13.45 7.57 11.47 5.60 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:48:01 docker0 1124.64 1139.39 88.55 5079.72 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:49:01 eth0 0.72 0.45 0.69 0.23 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.841Z] 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:53:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:54:01 eth0 0.20 0.20 0.07 0.02 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:55:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:56:01 eth0 58.35 50.42 165.54 62.25 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] Average: eth0 122.04 107.72 649.60 33.67 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] Average: docker0 62.53 63.35 4.92 282.43 0.00 0.00 0.00 0.00 [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z] ---> sar -P ALL: [2021-01-29T09:56:30.842Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z] 09:37:02 LINUX RESTART (4 CPU) [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z] 09:38:01 CPU %user %nice %system %iowait %steal %idle [2021-01-29T09:56:30.842Z] 09:39:01 all 15.25 0.00 8.05 1.48 0.06 75.16 [2021-01-29T09:56:30.842Z] 09:39:01 0 17.26 0.00 9.28 0.45 0.07 72.94 [2021-01-29T09:56:30.842Z] 09:39:01 1 15.91 0.00 7.60 1.36 0.07 75.06 [2021-01-29T09:56:30.842Z] 09:39:01 2 11.74 0.00 7.65 1.93 0.05 78.63 [2021-01-29T09:56:30.842Z] 09:39:01 3 16.12 0.00 7.68 2.16 0.05 73.99 [2021-01-29T09:56:30.842Z] 09:40:01 all 20.05 0.00 8.77 6.27 0.08 64.82 [2021-01-29T09:56:30.842Z] 09:40:01 0 20.14 0.00 8.92 8.39 0.09 62.47 [2021-01-29T09:56:30.842Z] 09:40:01 1 19.59 0.00 9.72 5.70 0.09 64.90 [2021-01-29T09:56:30.842Z] 09:40:01 2 21.16 0.00 7.87 4.74 0.05 66.17 [2021-01-29T09:56:30.842Z] 09:40:01 3 19.32 0.00 8.59 6.27 0.10 65.72 [2021-01-29T09:56:30.842Z] 09:41:01 all 59.44 0.00 16.18 3.15 0.06 21.17 [2021-01-29T09:56:30.842Z] 09:41:01 0 61.08 0.00 15.16 3.80 0.03 19.92 [2021-01-29T09:56:30.842Z] 09:41:01 1 59.33 0.00 16.99 1.72 0.07 21.90 [2021-01-29T09:56:30.842Z] 09:41:01 2 58.07 0.00 16.35 4.29 0.05 21.24 [2021-01-29T09:56:30.842Z] 09:41:01 3 59.26 0.00 16.25 2.77 0.07 21.64 [2021-01-29T09:56:30.842Z] 09:42:01 all 29.11 0.00 11.15 4.09 0.04 55.61 [2021-01-29T09:56:30.842Z] 09:42:01 0 29.71 0.00 11.58 4.57 0.03 54.11 [2021-01-29T09:56:30.842Z] 09:42:01 1 28.00 0.00 10.95 3.10 0.03 57.92 [2021-01-29T09:56:30.842Z] 09:42:01 2 29.73 0.00 11.14 5.47 0.03 53.63 [2021-01-29T09:56:30.842Z] 09:42:01 3 28.99 0.00 10.92 3.23 0.05 56.80 [2021-01-29T09:56:30.842Z] 09:43:02 all 20.13 0.00 28.87 21.29 0.15 29.56 [2021-01-29T09:56:30.842Z] 09:43:02 0 19.13 0.00 28.17 21.87 0.14 30.69 [2021-01-29T09:56:30.842Z] 09:43:02 1 20.12 0.00 29.02 21.54 0.14 29.18 [2021-01-29T09:56:30.842Z] 09:43:02 2 21.07 0.00 28.76 20.88 0.14 29.15 [2021-01-29T09:56:30.842Z] 09:43:02 3 20.20 0.00 29.56 20.87 0.16 29.22 [2021-01-29T09:56:30.842Z] 09:44:01 all 56.77 0.00 19.99 12.98 0.09 10.18 [2021-01-29T09:56:30.842Z] 09:44:01 0 56.04 0.00 20.66 13.47 0.10 9.72 [2021-01-29T09:56:30.842Z] 09:44:01 1 57.49 0.00 19.06 14.51 0.11 8.83 [2021-01-29T09:56:30.842Z] 09:44:01 2 55.94 0.00 20.44 12.84 0.10 10.67 [2021-01-29T09:56:30.842Z] 09:44:01 3 57.60 0.00 19.78 11.10 0.05 11.47 [2021-01-29T09:56:30.842Z] 09:45:01 all 18.80 0.00 20.37 29.24 0.12 31.47 [2021-01-29T09:56:30.842Z] 09:45:01 0 17.71 0.00 19.47 29.37 0.16 33.29 [2021-01-29T09:56:30.842Z] 09:45:01 1 18.62 0.00 20.39 31.44 0.10 29.45 [2021-01-29T09:56:30.842Z] 09:45:01 2 18.81 0.00 20.94 25.76 0.09 34.40 [2021-01-29T09:56:30.842Z] 09:45:01 3 20.08 0.00 20.68 30.38 0.14 28.72 [2021-01-29T09:56:30.842Z] 09:46:02 all 27.78 0.00 19.75 32.05 0.09 20.33 [2021-01-29T09:56:30.842Z] 09:46:02 0 27.88 0.00 19.85 36.08 0.10 16.09 [2021-01-29T09:56:30.842Z] 09:46:02 1 28.18 0.00 20.25 32.49 0.09 18.99 [2021-01-29T09:56:30.842Z] 09:46:02 2 27.82 0.00 20.19 33.14 0.10 18.75 [2021-01-29T09:56:30.842Z] 09:46:02 3 27.24 0.00 18.71 26.41 0.07 27.57 [2021-01-29T09:56:30.842Z] 09:47:01 all 41.89 0.00 13.39 12.96 0.07 31.70 [2021-01-29T09:56:30.842Z] 09:47:01 0 42.10 0.00 13.85 13.95 0.07 30.03 [2021-01-29T09:56:30.842Z] 09:47:01 1 40.82 0.00 14.01 10.24 0.07 34.86 [2021-01-29T09:56:30.842Z] 09:47:01 2 41.60 0.00 12.51 18.36 0.09 27.44 [2021-01-29T09:56:30.842Z] 09:47:01 3 43.01 0.00 13.18 9.24 0.07 34.50 [2021-01-29T09:56:30.842Z] 09:48:01 all 1.35 0.00 1.89 1.03 0.02 95.71 [2021-01-29T09:56:30.842Z] 09:48:01 0 1.62 0.00 1.82 0.59 0.02 95.95 [2021-01-29T09:56:30.842Z] 09:48:01 1 1.59 0.00 2.32 1.23 0.02 94.84 [2021-01-29T09:56:30.842Z] 09:48:01 2 1.05 0.00 2.13 1.89 0.02 94.91 [2021-01-29T09:56:30.842Z] 09:48:01 3 1.15 0.00 1.29 0.40 0.03 97.13 [2021-01-29T09:56:30.842Z] 09:49:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-01-29T09:56:30.842Z] 09:49:01 0 0.28 0.00 0.02 0.00 0.00 99.70 [2021-01-29T09:56:30.842Z] 09:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-29T09:56:30.842Z] 09:49:01 2 0.35 0.00 0.05 0.00 0.00 99.60 [2021-01-29T09:56:30.842Z] 09:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z] 09:49:01 CPU %user %nice %system %iowait %steal %idle [2021-01-29T09:56:30.842Z] 09:50:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2021-01-29T09:56:30.842Z] 09:50:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-29T09:56:30.842Z] 09:50:01 1 0.45 0.00 0.02 0.00 0.00 99.53 [2021-01-29T09:56:30.842Z] 09:50:01 2 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-29T09:56:30.842Z] 09:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-29T09:56:30.842Z] 09:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-29T09:56:30.842Z] 09:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-29T09:56:30.842Z] 09:51:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-29T09:56:30.842Z] 09:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-29T09:56:30.842Z] 09:51:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-29T09:56:30.842Z] 09:52:01 all 0.16 0.00 0.04 0.01 0.00 99.79 [2021-01-29T09:56:30.842Z] 09:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-29T09:56:30.842Z] 09:52:01 1 0.53 0.00 0.05 0.02 0.00 99.40 [2021-01-29T09:56:30.842Z] 09:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-29T09:56:30.842Z] 09:52:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2021-01-29T09:56:30.842Z] 09:53:01 all 0.15 0.00 0.06 0.02 0.00 99.77 [2021-01-29T09:56:30.842Z] 09:53:01 0 0.03 0.00 0.07 0.05 0.00 99.85 [2021-01-29T09:56:30.842Z] 09:53:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2021-01-29T09:56:30.842Z] 09:53:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-29T09:56:30.842Z] 09:53:01 3 0.03 0.00 0.05 0.03 0.00 99.88 [2021-01-29T09:56:30.842Z] 09:54:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-29T09:56:30.842Z] 09:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-29T09:56:30.842Z] 09:54:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-29T09:56:30.842Z] 09:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-29T09:56:30.842Z] 09:54:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-29T09:56:30.842Z] 09:55:01 all 0.08 0.00 0.03 0.00 0.01 99.88 [2021-01-29T09:56:30.842Z] 09:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-29T09:56:30.842Z] 09:55:01 1 0.23 0.00 0.07 0.00 0.02 99.68 [2021-01-29T09:56:30.842Z] 09:55:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2021-01-29T09:56:30.842Z] 09:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-29T09:56:30.842Z] 09:56:01 all 2.18 0.00 1.35 1.68 0.00 94.79 [2021-01-29T09:56:30.842Z] 09:56:01 0 1.74 0.00 1.47 2.07 0.00 94.72 [2021-01-29T09:56:30.842Z] 09:56:01 1 3.13 0.00 1.35 2.14 0.00 93.38 [2021-01-29T09:56:30.842Z] 09:56:01 2 1.75 0.00 1.14 0.87 0.00 96.24 [2021-01-29T09:56:30.842Z] 09:56:01 3 2.11 0.00 1.42 1.64 0.02 94.81 [2021-01-29T09:56:30.842Z] Average: all 15.98 0.00 8.15 6.85 0.04 68.97 [2021-01-29T09:56:30.842Z] Average: 0 16.07 0.00 8.19 7.33 0.04 68.36 [2021-01-29T09:56:30.842Z] Average: 1 16.02 0.00 8.24 6.80 0.04 68.89 [2021-01-29T09:56:30.842Z] Average: 2 15.77 0.00 8.12 7.07 0.04 69.00 [2021-01-29T09:56:30.842Z] Average: 3 16.06 0.00 8.04 6.20 0.04 69.65 [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z] [2021-01-29T09:56:30.842Z]