Branch indexing 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 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than caca1edf1c7f82230b0956996c48951e5cc8b8da Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23572 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da Merge succeeded, producing c36da4e8ed960ae18a657692f59c6b216bde4459 Checking out Revision c36da4e8ed960ae18a657692f59c6b216bde4459 (PR-3080) > git config core.sparsecheckout # timeout=10 > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c36da4e8ed960ae18a657692f59c6b216bde4459 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:33:56.002Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:33:56.286Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:33:56.381Z] ========================================================= [2021-01-28T00:33:56.381Z] EdgeX Global Pipelines Version Info [2021-01-28T00:33:56.381Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:33:57.872Z] ------------------- [2021-01-28T00:33:57.872Z] stable info: [2021-01-28T00:33:57.872Z] ------------------- [2021-01-28T00:33:57.872Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:33:57.872Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:33:57.872Z] Message: update stable to v1.0.179 [2021-01-28T00:33:58.819Z] ------------------- [2021-01-28T00:33:58.819Z] experimental info: [2021-01-28T00:33:58.819Z] ------------------- [2021-01-28T00:33:58.819Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:33:58.819Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:33:58.819Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:33:59.071Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:33:59.190Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:33:59.283Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:33:59.376Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:33:59.460Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:33:59.544Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:33:59.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:33:59.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:33:59.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:33:59.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:34:00.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:34:00.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:34:00.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:34:00.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:34:00.468Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:34:00.630Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:34:00.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:34:00.914Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:34:01.001Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:34:01.111Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:34:01.233Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:34:01.320Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:34:01.405Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:34:01.493Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo [2021-01-28T00:34:01.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo [2021-01-28T00:34:01.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo [2021-01-28T00:34:01.780Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c36da4e8ed960ae18a657692f59c6b216bde4459 [Pipeline] echo [2021-01-28T00:34:01.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c36da4e [Pipeline] echo [2021-01-28T00:34:02.030Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:34:02.233Z] provisioning config files... [2021-01-28T00:34:02.275Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config146566932740414636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:34:02.642Z] ---> docker-login.sh [2021-01-28T00:34:02.642Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:34:02.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:34:03.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:34:03.171Z] Configure a credential helper to remove this warning. See [2021-01-28T00:34:03.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:34:03.171Z] [2021-01-28T00:34:03.171Z] Login Succeeded [2021-01-28T00:34:03.171Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:34:03.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:34:03.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:34:03.171Z] Configure a credential helper to remove this warning. See [2021-01-28T00:34:03.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:34:03.171Z] [2021-01-28T00:34:03.171Z] Login Succeeded [2021-01-28T00:34:03.171Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:34:03.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:34:03.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:34:03.436Z] Configure a credential helper to remove this warning. See [2021-01-28T00:34:03.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:34:03.436Z] [2021-01-28T00:34:03.436Z] Login Succeeded [2021-01-28T00:34:03.436Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:34:03.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:34:03.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:34:03.701Z] Configure a credential helper to remove this warning. See [2021-01-28T00:34:03.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:34:03.701Z] [2021-01-28T00:34:03.701Z] Login Succeeded [2021-01-28T00:34:03.701Z] docker.io [2021-01-28T00:34:03.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:34:03.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:34:03.964Z] Configure a credential helper to remove this warning. See [2021-01-28T00:34:03.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:34:03.964Z] [2021-01-28T00:34:03.964Z] Login Succeeded [2021-01-28T00:34:03.964Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:34:03.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:34:04.468Z] ++ 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-28T00:34:04.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.468Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:34:04.468Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.468Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:34:04.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.468Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:34:04.468Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.468Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:34:04.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.468Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:34:04.468Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.468Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:34:04.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.468Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:34:04.468Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.468Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:34:04.468Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.468Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:34:04.469Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.469Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:34:04.469Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.469Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:34:04.469Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.469Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:34:04.469Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.469Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:34:04.469Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.469Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:34:04.469Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.469Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:34:04.469Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.469Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:34:04.469Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:34:04.469Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:34:04.469Z] ++ cut -d/ -f2 [2021-01-28T00:34:04.469Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:34:04.554Z] 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-28T00:34:05.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:34:05.424Z] [2021-01-28T00:34:05.424Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:34:05.800Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:34:05.800Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:34:05.800Z] 31603596830f: Pulling fs layer [2021-01-28T00:34:05.800Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:34:05.800Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:34:05.800Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:34:05.800Z] ecc8261a40a4: Waiting [2021-01-28T00:34:05.800Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:34:05.800Z] 2a8b12db71e7: Download complete [2021-01-28T00:34:05.800Z] 31603596830f: Verifying Checksum [2021-01-28T00:34:05.800Z] 31603596830f: Download complete [2021-01-28T00:34:06.066Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:34:06.066Z] ecc8261a40a4: Download complete [2021-01-28T00:34:06.066Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:34:06.066Z] 6ca5941a6612: Download complete [2021-01-28T00:34:06.329Z] 31603596830f: Pull complete [2021-01-28T00:34:06.329Z] 2a8b12db71e7: Pull complete [2021-01-28T00:34:07.283Z] 6ca5941a6612: Pull complete [2021-01-28T00:34:07.546Z] ecc8261a40a4: Pull complete [2021-01-28T00:34:07.546Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:34:07.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:34:07.546Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:34:07.657Z] prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container [2021-01-28T00:34:07.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:34:09.986Z] $ docker top 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:34:10.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:34:10.361Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:34:10.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:34:10.619Z] $ docker exec 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent [2021-01-28T00:34:10.808Z] SSH_AUTH_SOCK=/tmp/ssh-ldHV3qi6Wihw/agent.12 [2021-01-28T00:34:10.808Z] SSH_AGENT_PID=18 [2021-01-28T00:34:10.820Z] Running ssh-add (command line suppressed) [2021-01-28T00:34:10.956Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7618382377258677087.key (/w/workspace/edgex-go/3@tmp/private_key_7618382377258677087.key) [2021-01-28T00:34:11.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:34:11.349Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:34:11.379Z] $ docker exec --env ******** --env ******** 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent -k [2021-01-28T00:34:11.508Z] unset SSH_AUTH_SOCK; [2021-01-28T00:34:11.508Z] unset SSH_AGENT_PID; [2021-01-28T00:34:11.508Z] echo Agent pid 18 killed; [2021-01-28T00:34:11.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:34:11.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:34:11.710Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:34:11.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:34:11.907Z] $ docker exec 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent [2021-01-28T00:34:12.086Z] SSH_AUTH_SOCK=/tmp/ssh-xbgF32JWEI33/agent.47 [2021-01-28T00:34:12.086Z] SSH_AGENT_PID=53 [2021-01-28T00:34:12.094Z] Running ssh-add (command line suppressed) [2021-01-28T00:34:12.236Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5773380853906698024.key (/w/workspace/edgex-go/3@tmp/private_key_5773380853906698024.key) [2021-01-28T00:34:12.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:34:12.693Z] + git semver init [2021-01-28T00:34:12.693Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:34:12.693Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-28T00:34:12.693Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-28T00:34:12.693Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:34:12.693Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:34:12.693Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:34:12.693Z] # $SEMVER_BRANCH = PR-3080 [2021-01-28T00:34:12.693Z] # $SEMVER_TEMP = /tmp/semver-261680890 [2021-01-28T00:34:12.693Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:34:44.915Z] # '/tmp/semver-261680890' -> '/w/workspace/edgex-go/3/.semver' [2021-01-28T00:34:44.915Z] # -> Force: false [2021-01-28T00:34:44.915Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-28T00:34:44.929Z] $ docker exec --env ******** --env ******** 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent -k [2021-01-28T00:34:45.185Z] unset SSH_AUTH_SOCK; [2021-01-28T00:34:45.186Z] unset SSH_AGENT_PID; [2021-01-28T00:34:45.186Z] echo Agent pid 53 killed; [2021-01-28T00:34:45.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:34:45.767Z] + git semver [Pipeline] } [2021-01-28T00:34:45.787Z] $ docker stop --time=1 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc [2021-01-28T00:34:47.360Z] $ docker rm -f 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:34:47.872Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:34:48.380Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:34:48.383Z] [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-28T00:34:49.355Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:34:49.659Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:34:49.966Z] + sudo service docker restart [2021-01-28T00:34:49.966Z] + true [2021-01-28T00:34:49.966Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:34:50.562Z] ========================================================= [2021-01-28T00:34:50.562Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:34:50.562Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:34:50.930Z] + 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-28T00:34:55.176Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:34:55.176Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:34:55.176Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:34:55.176Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:34:55.176Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:34:55.176Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:34:55.176Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:34:55.176Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:34:55.176Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:34:55.176Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:34:55.176Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:34:55.176Z] 93359f2a8cfa: Waiting [2021-01-28T00:34:55.176Z] 7c6f9722023f: Waiting [2021-01-28T00:34:55.176Z] a35cf1a2eb13: Waiting [2021-01-28T00:34:55.176Z] bca2f99d35d6: Waiting [2021-01-28T00:34:55.176Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:34:55.176Z] de9db76c5a1d: Download complete [2021-01-28T00:34:55.176Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:34:55.176Z] 0ef7d3d256c8: Download complete [2021-01-28T00:34:55.176Z] 93359f2a8cfa: Download complete [2021-01-28T00:34:55.176Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:34:55.176Z] 7c6f9722023f: Download complete [2021-01-28T00:34:55.176Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:34:55.176Z] 188c0c94c7c5: Download complete [2021-01-28T00:34:55.176Z] 188c0c94c7c5: Pull complete [2021-01-28T00:34:55.445Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:34:55.707Z] de9db76c5a1d: Pull complete [2021-01-28T00:34:57.112Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:34:57.112Z] a35cf1a2eb13: Download complete [2021-01-28T00:34:57.381Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:34:57.381Z] bca2f99d35d6: Download complete [2021-01-28T00:35:03.847Z] Still waiting to schedule task [2021-01-28T00:35:03.848Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:35:04.070Z] bca2f99d35d6: Pull complete [2021-01-28T00:35:04.070Z] 93359f2a8cfa: Pull complete [2021-01-28T00:35:04.070Z] 7c6f9722023f: Pull complete [2021-01-28T00:35:09.412Z] a35cf1a2eb13: Pull complete [2021-01-28T00:35:09.412Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:35:09.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:35:09.412Z] ---> a62c8e92a672 [2021-01-28T00:35:09.412Z] 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-28T00:35:09.412Z] ---> Running in 3a3a3e9b1fd6 [2021-01-28T00:35:09.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:35:10.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:35:11.218Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:35:11.483Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:35:11.745Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:35:11.745Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:35:29.930Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:35:29.930Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:35:29.930Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:35:30.206Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:35:30.471Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:35:30.471Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:35:30.471Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:35:31.050Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:35:31.050Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:35:31.050Z] OK: 233 MiB in 51 packages [2021-01-28T00:35:34.387Z] Removing intermediate container 3a3a3e9b1fd6 [2021-01-28T00:35:34.387Z] ---> 0c127f98f8b0 [2021-01-28T00:35:34.387Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:35:34.387Z] ---> Running in c71c17af28a0 [2021-01-28T00:35:34.387Z] Removing intermediate container c71c17af28a0 [2021-01-28T00:35:34.387Z] ---> 6247acbd3a6d [2021-01-28T00:35:34.387Z] Step 5/6 : COPY go.mod . [2021-01-28T00:35:34.656Z] ---> 1b114f5fa43e [2021-01-28T00:35:34.656Z] Step 6/6 : RUN go mod download [2021-01-28T00:35:34.656Z] ---> Running in 7ae3d8c6ce68 [2021-01-28T00:35:56.809Z] Removing intermediate container 7ae3d8c6ce68 [2021-01-28T00:35:56.809Z] ---> 7b0e4c867b21 [2021-01-28T00:35:56.809Z] Successfully built 7b0e4c867b21 [2021-01-28T00:35:56.809Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:57.134Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:35:57.134Z] . [Pipeline] withDockerContainer [2021-01-28T00:35:57.274Z] prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container [2021-01-28T00:35:57.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:35:58.232Z] $ docker top 3e94745ec6bcbdb32a4603bb657ea737c9f855c364dce62b3be9d1e61d5e254e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:35:58.733Z] + go version [2021-01-28T00:35:58.733Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:35:58.748Z] $ docker stop --time=1 3e94745ec6bcbdb32a4603bb657ea737c9f855c364dce62b3be9d1e61d5e254e [2021-01-28T00:36:00.116Z] $ docker rm -f 3e94745ec6bcbdb32a4603bb657ea737c9f855c364dce62b3be9d1e61d5e254e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:01.035Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:36:01.035Z] . [Pipeline] withDockerContainer [2021-01-28T00:36:01.140Z] prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container [2021-01-28T00:36:01.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:36:02.753Z] $ docker top 09b0919ebf15f530d767554b55c922667b7b93bb2a4e560e8aff067c1e515a96 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:36:02.951Z] ========================================================= [2021-01-28T00:36:02.951Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:36:02.951Z] ========================================================= [Pipeline] sh [2021-01-28T00:36:03.250Z] + make test [2021-01-28T00:36:03.250Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:36:13.320Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:36:28.346Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:36:33.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:36:33.964Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:36:33.964Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:36:33.964Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:36:37.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:36:37.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:36:37.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:36:37.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:36:37.311Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:36:37.311Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:36:39.283Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:36:39.283Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:36:39.283Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:36:41.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 46.6% of statements [2021-01-28T00:36:41.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:36:41.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:36:41.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:36:41.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:36:41.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:36:45.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:36:45.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:36:45.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:36:45.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:36:45.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:36:45.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:36:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:36:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:36:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:36:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:36:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:36:47.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:36:47.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:36:50.548Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 43.8% of statements [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-01-28T00:36:50.548Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-01-28T00:37:00.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-01-28T00:37:00.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-01-28T00:37:00.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:37:00.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:37:00.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:37:00.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.027s coverage: 100.0% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.1% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:37:01.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-28T00:37:01.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:37:01.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-28T00:37:01.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:37:02.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.702s coverage: 29.1% of statements [2021-01-28T00:37:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:37:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:37:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:37:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:37:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:37:02.179Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-01-28T00:37:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:37:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-28T00:37:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:37:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-28T00:37:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:37:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-28T00:37:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:37:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:37:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:37:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:37:03.036Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-01-28T00:37:03.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:37:03.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:37:03.036Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-28T00:37:03.036Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-28T00:37:03.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T00:37:03.881Z] GO111MODULE=on go vet ./... [2021-01-28T00:37:31.673Z] gofmt -l . [2021-01-28T00:37:31.673Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:37:31.673Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:37:31.673Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:37:32.303Z] + ls -al . [2021-01-28T00:37:32.303Z] total 668 [2021-01-28T00:37:32.303Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:37 . [2021-01-28T00:37:32.303Z] drwxr-xr-x 4 root root 28 Jan 28 00:36 .. [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:33 .dockerignore [2021-01-28T00:37:32.303Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:33 .git [2021-01-28T00:37:32.303Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:33 .github [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:33 .gitignore [2021-01-28T00:37:32.303Z] drwx------ 3 1001 1001 60 Jan 28 00:34 .semver [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:33 .sonarcloud.properties [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:33 Attribution.txt [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:33 CONTRIBUTING.md [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:33 Dockerfile.build [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:33 Jenkinsfile [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:33 LICENSE [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:33 Makefile [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:33 README.md [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:33 SECURITY.md [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:34 VERSION [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:33 ZMQWindows.md [2021-01-28T00:37:32.303Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:33 bin [2021-01-28T00:37:32.303Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:33 cmd [2021-01-28T00:37:32.303Z] -rw-r--r-- 1 root root 564700 Jan 28 00:37 coverage.out [2021-01-28T00:37:32.303Z] -rw-r--r-- 1 root root 1053 Jan 28 00:37 go.mod [2021-01-28T00:37:32.303Z] -rw-r--r-- 1 root root 19080 Jan 28 00:37 go.sum [2021-01-28T00:37:32.303Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:33 internal [2021-01-28T00:37:32.303Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:33 openapi [2021-01-28T00:37:32.303Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:33 snap [2021-01-28T00:37:32.303Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:33 version.go [Pipeline] sh [2021-01-28T00:37:32.612Z] + '[' -e coverage.out ] [2021-01-28T00:37:32.612Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:37:32.821Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:37:33.128Z] + make build [2021-01-28T00:37:33.128Z] 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-28T00:37:36.453Z] 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-28T00:37:44.739Z] 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-28T00:37:45.005Z] 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-28T00:37:46.936Z] 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-28T00:37:47.203Z] 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-28T00:37:49.151Z] 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-28T00:37:50.097Z] 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-28T00:37:51.494Z] 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-28T00:37:52.891Z] 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-28T00:37:53.850Z] 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-28T00:37:55.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-28T00:37:56.219Z] 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-28T00:37:58.189Z] $ docker stop --time=1 09b0919ebf15f530d767554b55c922667b7b93bb2a4e560e8aff067c1e515a96 [2021-01-28T00:37:59.910Z] $ docker rm -f 09b0919ebf15f530d767554b55c922667b7b93bb2a4e560e8aff067c1e515a96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:02.128Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:38:02.128Z] [2021-01-28T00:38:02.128Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:02.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:38:02.503Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:38:02.503Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:38:02.503Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:38:02.503Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:38:02.778Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:38:03.373Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:38:03.639Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:38:03.639Z] ca9280d653b3: Download complete [2021-01-28T00:38:04.233Z] 7e9c9ca2126c: Download complete [2021-01-28T00:38:04.814Z] ca9280d653b3: Pull complete [2021-01-28T00:38:13.022Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:38:13.022Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:38:13.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:38:13.022Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:38:13.232Z] prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container [2021-01-28T00:38:13.290Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:38:16.138Z] $ docker top 79f8a168746bb620c07d7d9657dd7e82dcd902d7e07c3e1b1d6b050fc5cc5d21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:38:16.727Z] + grep parallel [2021-01-28T00:38:16.727Z] + docker-compose build --help [2021-01-28T00:38:18.149Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:38:18.166Z] $ docker stop --time=1 79f8a168746bb620c07d7d9657dd7e82dcd902d7e07c3e1b1d6b050fc5cc5d21 [2021-01-28T00:38:19.569Z] $ docker rm -f 79f8a168746bb620c07d7d9657dd7e82dcd902d7e07c3e1b1d6b050fc5cc5d21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:20.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:38:20.251Z] . [Pipeline] withDockerContainer [2021-01-28T00:38:20.425Z] prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container [2021-01-28T00:38:20.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:38:21.502Z] $ docker top 19fc48cf897386afb6808912959a2ccfb1bf25696f5bc18f17f71d2f5a716224 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:38:22.027Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:38:23.007Z] Building docker-core-command-go ... [2021-01-28T00:38:23.007Z] Building docker-core-data-go ... [2021-01-28T00:38:23.007Z] Building docker-core-metadata-go ... [2021-01-28T00:38:23.007Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:38:23.007Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:38:23.007Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:38:23.007Z] Building docker-support-notifications-go ... [2021-01-28T00:38:23.007Z] Building docker-support-scheduler-go ... [2021-01-28T00:38:23.007Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:38:23.007Z] Building docker-support-scheduler-go [2021-01-28T00:38:23.271Z] Building docker-core-command-go [2021-01-28T00:38:23.271Z] Building docker-security-proxy-setup-go [2021-01-28T00:38:23.271Z] Building docker-support-notifications-go [2021-01-28T00:38:23.271Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:38:51.774Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23581 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-01-28T00:38:51.823Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T00:38:56.709Z] using credential edgex-jenkins-ssh [2021-01-28T00:38:56.774Z] Cloning the remote Git repository [2021-01-28T00:38:56.848Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:38:56.972Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T00:38:57.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:38:57.081Z] > git --version # timeout=10 [2021-01-28T00:38:57.105Z] > git --version # 'git version 2.17.1' [2021-01-28T00:38:57.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:38:57.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:39:02.266Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:39:02.266Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:39:02.266Z] ---> 7b0e4c867b21 [2021-01-28T00:39:02.266Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:39:02.266Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:39:02.266Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:39:02.266Z] ---> 7b0e4c867b21 [2021-01-28T00:39:02.266Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:39:02.266Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:39:02.266Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:39:02.266Z] ---> 7b0e4c867b21 [2021-01-28T00:39:02.266Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:39:02.266Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:39:02.266Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:39:02.266Z] ---> 7b0e4c867b21 [2021-01-28T00:39:02.266Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:39:02.266Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:39:02.266Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:39:02.266Z] ---> 7b0e4c867b21 [2021-01-28T00:39:02.266Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:39:02.266Z] ---> Running in 5c15519f973c [2021-01-28T00:39:02.266Z] ---> Running in 8d154fa7a240 [2021-01-28T00:39:02.266Z] ---> Running in 539409d4c137 [2021-01-28T00:39:02.266Z] ---> Running in 04fa82fe7a49 [2021-01-28T00:39:02.266Z] ---> Running in 1acf55b16f97 [2021-01-28T00:39:02.266Z] Removing intermediate container 04fa82fe7a49 [2021-01-28T00:39:02.266Z] ---> bad970b9a090 [2021-01-28T00:39:02.266Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:39:02.266Z] Removing intermediate container 539409d4c137 [2021-01-28T00:39:02.266Z] ---> 90b8ef844623 [2021-01-28T00:39:02.266Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:39:02.266Z] Removing intermediate container 1acf55b16f97 [2021-01-28T00:39:02.266Z] ---> 4ec6d1e60eea [2021-01-28T00:39:02.266Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:39:02.266Z] Removing intermediate container 5c15519f973c [2021-01-28T00:39:02.266Z] ---> 1e5154a92047 [2021-01-28T00:39:02.266Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:39:02.266Z] Removing intermediate container 8d154fa7a240 [2021-01-28T00:39:02.266Z] ---> 31d3d99fce2b [2021-01-28T00:39:02.266Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:39:02.266Z] ---> Running in 55add63595d4 [2021-01-28T00:39:02.266Z] ---> Running in 1dc1c5adab4b [2021-01-28T00:39:02.266Z] ---> Running in 971fa0dd8ccc [2021-01-28T00:39:02.266Z] ---> Running in 49692ef6da1b [2021-01-28T00:39:02.266Z] ---> Running in 2243e4dbd794 [2021-01-28T00:39:03.280Z] Removing intermediate container 971fa0dd8ccc [2021-01-28T00:39:03.280Z] ---> 8b3f9bffa92e [2021-01-28T00:39:03.280Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:39:03.280Z] Removing intermediate container 1dc1c5adab4b [2021-01-28T00:39:03.280Z] ---> 808cf1124c08 [2021-01-28T00:39:03.280Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:39:03.280Z] ---> Running in 0c0f2da0446d [2021-01-28T00:39:03.544Z] ---> Running in ec74c4e092d7 [2021-01-28T00:39:03.544Z] Removing intermediate container 55add63595d4 [2021-01-28T00:39:03.544Z] ---> 54be7b7399d0 [2021-01-28T00:39:03.544Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:39:03.807Z] Removing intermediate container 2243e4dbd794 [2021-01-28T00:39:03.807Z] ---> bbc556f1eed1 [2021-01-28T00:39:03.807Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:39:03.807Z] ---> Running in cdaa1a264e78 [2021-01-28T00:39:03.807Z] Removing intermediate container 49692ef6da1b [2021-01-28T00:39:03.807Z] ---> 093c56a1d2b2 [2021-01-28T00:39:03.807Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:39:03.807Z] ---> Running in ed760830e31f [2021-01-28T00:39:04.084Z] ---> Running in d1903ffe3810 [2021-01-28T00:39:05.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:05.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:39:06.163Z] OK: 233 MiB in 51 packages [2021-01-28T00:39:06.163Z] OK: 233 MiB in 51 packages [2021-01-28T00:39:06.163Z] OK: 233 MiB in 51 packages [2021-01-28T00:39:06.435Z] OK: 233 MiB in 51 packages [2021-01-28T00:39:06.435Z] OK: 233 MiB in 51 packages [2021-01-28T00:39:07.010Z] Removing intermediate container cdaa1a264e78 [2021-01-28T00:39:07.010Z] ---> eac5422f085c [2021-01-28T00:39:07.010Z] Step 6/22 : COPY go.mod . [2021-01-28T00:39:07.277Z] Removing intermediate container ec74c4e092d7 [2021-01-28T00:39:07.277Z] ---> ef19f5ec1b7b [2021-01-28T00:39:07.277Z] Step 6/21 : COPY go.mod . [2021-01-28T00:39:07.551Z] Removing intermediate container d1903ffe3810 [2021-01-28T00:39:07.551Z] ---> 6ee08deaeaf1 [2021-01-28T00:39:07.551Z] Step 6/22 : COPY go.mod . [2021-01-28T00:39:07.552Z] ---> 6e4c50f21797 [2021-01-28T00:39:07.552Z] Step 7/22 : RUN go mod download [2021-01-28T00:39:07.552Z] Removing intermediate container ed760830e31f [2021-01-28T00:39:07.552Z] ---> 646d6cd47db9 [2021-01-28T00:39:07.552Z] Step 6/23 : COPY go.mod . [2021-01-28T00:39:07.817Z] ---> Running in f6ed27d77f93 [2021-01-28T00:39:07.817Z] Removing intermediate container 0c0f2da0446d [2021-01-28T00:39:07.817Z] ---> e97c10afb6a7 [2021-01-28T00:39:07.817Z] Step 6/26 : COPY go.mod . [2021-01-28T00:39:07.817Z] ---> a8e83ef915de [2021-01-28T00:39:07.817Z] Step 7/21 : RUN go mod download [2021-01-28T00:39:08.151Z] ---> 95b5b332b5af [2021-01-28T00:39:08.151Z] Step 7/22 : RUN go mod download [2021-01-28T00:39:08.151Z] ---> Running in b0c6ef1e1536 [2021-01-28T00:39:08.151Z] ---> bd13d36a32fa [2021-01-28T00:39:08.151Z] Step 7/23 : RUN go mod download [2021-01-28T00:39:08.151Z] ---> Running in a2f3ca805301 [2021-01-28T00:39:08.419Z] ---> d7f56e5fb4c3 [2021-01-28T00:39:08.419Z] Step 7/26 : RUN go mod download [2021-01-28T00:39:08.419Z] ---> Running in a209f7097fa4 [2021-01-28T00:39:08.419Z] ---> Running in b9a3bd1fa914 [2021-01-28T00:39:09.855Z] Removing intermediate container f6ed27d77f93 [2021-01-28T00:39:09.855Z] ---> bcb2d379ad21 [2021-01-28T00:39:09.855Z] Step 8/22 : COPY . . [2021-01-28T00:39:09.855Z] Removing intermediate container b0c6ef1e1536 [2021-01-28T00:39:09.855Z] ---> 0ca004bda212 [2021-01-28T00:39:09.855Z] Step 8/21 : COPY . . [2021-01-28T00:39:14.112Z] Removing intermediate container a2f3ca805301 [2021-01-28T00:39:14.112Z] ---> bcff12db65cb [2021-01-28T00:39:14.112Z] Step 8/22 : COPY . . [2021-01-28T00:39:16.711Z] Removing intermediate container a209f7097fa4 [2021-01-28T00:39:16.711Z] ---> 9a0cb307f8dd [2021-01-28T00:39:16.711Z] Step 8/23 : COPY . . [2021-01-28T00:39:17.735Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da [2021-01-28T00:39:18.128Z] Removing intermediate container b9a3bd1fa914 [2021-01-28T00:39:18.128Z] ---> 6d3ef6a74936 [2021-01-28T00:39:18.128Z] Step 8/26 : COPY . . [2021-01-28T00:39:18.236Z] Merge succeeded, producing ad6ab75c128f0adc2cf8166e0e3ae02fb2e729d1 [2021-01-28T00:39:18.237Z] Checking out Revision ad6ab75c128f0adc2cf8166e0e3ae02fb2e729d1 (PR-3080) [2021-01-28T00:39:16.797Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:39:16.817Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:39:16.843Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:39:16.879Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:39:16.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:39:16.892Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:39:17.760Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:39:17.777Z] > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [2021-01-28T00:39:18.085Z] > git remote # timeout=10 [2021-01-28T00:39:18.105Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:39:18.119Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:39:18.130Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:39:18.227Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:39:18.249Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:39:18.263Z] > git checkout -f ad6ab75c128f0adc2cf8166e0e3ae02fb2e729d1 # timeout=10 [2021-01-28T00:39:22.561Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:39:22.590Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-01-28T00:39:22.576Z] > git rev-list --no-walk 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:39:24.207Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:39:24.639Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:39:24.980Z] + sudo service docker restart [2021-01-28T00:39:24.980Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:39:27.035Z] provisioning config files... [2021-01-28T00:39:27.081Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3915725867557531153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:39:27.514Z] ---> docker-login.sh [2021-01-28T00:39:27.514Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:39:28.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:39:28.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:39:28.773Z] Configure a credential helper to remove this warning. See [2021-01-28T00:39:28.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:39:28.773Z] [2021-01-28T00:39:28.773Z] Login Succeeded [2021-01-28T00:39:28.773Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:39:29.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:39:29.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:39:29.370Z] Configure a credential helper to remove this warning. See [2021-01-28T00:39:29.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:39:29.370Z] [2021-01-28T00:39:29.370Z] Login Succeeded [2021-01-28T00:39:29.370Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:39:29.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:39:29.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:39:29.975Z] Configure a credential helper to remove this warning. See [2021-01-28T00:39:29.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:39:29.975Z] [2021-01-28T00:39:29.975Z] Login Succeeded [2021-01-28T00:39:29.975Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:39:30.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:39:30.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:39:30.577Z] Configure a credential helper to remove this warning. See [2021-01-28T00:39:30.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:39:30.577Z] [2021-01-28T00:39:30.577Z] Login Succeeded [2021-01-28T00:39:30.577Z] docker.io [2021-01-28T00:39:31.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:39:31.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:39:31.454Z] Configure a credential helper to remove this warning. See [2021-01-28T00:39:31.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:39:31.454Z] [2021-01-28T00:39:31.454Z] Login Succeeded [2021-01-28T00:39:31.454Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:39:31.472Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:39:31.936Z] ========================================================= [2021-01-28T00:39:31.936Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:39:31.936Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:32.321Z] + 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-28T00:39:34.966Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:39:34.966Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:39:34.966Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:39:34.966Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:39:34.966Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:39:34.966Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:39:34.966Z] 18c013af1878: Pulling fs layer [2021-01-28T00:39:34.966Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:39:34.966Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:39:34.967Z] b116817d02f9: Pulling fs layer [2021-01-28T00:39:34.967Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:39:34.967Z] 00ac8860ef70: Waiting [2021-01-28T00:39:34.967Z] 63d7cb157983: Waiting [2021-01-28T00:39:34.967Z] 745a02a5169b: Waiting [2021-01-28T00:39:34.967Z] b116817d02f9: Waiting [2021-01-28T00:39:34.967Z] 18c013af1878: Download complete [2021-01-28T00:39:34.967Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:39:34.967Z] a4357932f1b6: Download complete [2021-01-28T00:39:34.967Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:39:34.967Z] 63d7cb157983: Download complete [2021-01-28T00:39:34.967Z] b116817d02f9: Verifying Checksum [2021-01-28T00:39:34.967Z] b116817d02f9: Download complete [2021-01-28T00:39:34.967Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:39:34.967Z] 5f621e34cdf4: Download complete [2021-01-28T00:39:35.575Z] 5f621e34cdf4: Pull complete [2021-01-28T00:39:36.182Z] a4357932f1b6: Pull complete [2021-01-28T00:39:36.459Z] 18c013af1878: Pull complete [2021-01-28T00:39:37.456Z] 745a02a5169b: Download complete [2021-01-28T00:39:38.906Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:39:38.906Z] 00ac8860ef70: Download complete [2021-01-28T00:39:49.146Z] 00ac8860ef70: Pull complete [2021-01-28T00:39:49.146Z] 63d7cb157983: Pull complete [2021-01-28T00:39:49.146Z] b116817d02f9: Pull complete [2021-01-28T00:39:50.468Z] ---> fe1f34461cd2 [2021-01-28T00:39:50.468Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:39:50.468Z] ---> 09181e053b43 [2021-01-28T00:39:50.468Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:39:50.468Z] ---> Running in b6f2971f2b05 [2021-01-28T00:39:50.468Z] ---> Running in eb2b1f941e57 [2021-01-28T00:39:52.549Z] 745a02a5169b: Pull complete [2021-01-28T00:39:52.549Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:39:52.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:39:52.549Z] ---> b7e6874047d6 [2021-01-28T00:39:52.549Z] 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-28T00:39:53.137Z] 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-28T00:39:53.137Z] 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-28T00:39:54.543Z] ---> d25b379788cb [2021-01-28T00:39:54.543Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:39:55.145Z] ---> 18a9e609b8b1 [2021-01-28T00:39:55.145Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:39:55.145Z] ---> 2bf174ec5c4b [2021-01-28T00:39:55.145Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:39:55.453Z] ---> Running in cd5e6515dcc6 [2021-01-28T00:39:55.453Z] ---> Running in 8241f3d110bc [2021-01-28T00:39:55.453Z] ---> Running in bafb36e21807 [2021-01-28T00:39:56.883Z] 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-28T00:39:56.883Z] 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-28T00:39:56.899Z] ---> Running in 1f7b6f8e1c00 [2021-01-28T00:39:57.152Z] 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-28T00:39:57.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:39:59.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:00.757Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:40:01.030Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:40:01.326Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:40:01.326Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:40:05.622Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:40:05.622Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:40:05.622Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:40:05.896Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:40:05.896Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:40:05.896Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:40:06.169Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:40:06.169Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:40:06.169Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:06.442Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:10.762Z] Removing intermediate container 1f7b6f8e1c00 [2021-01-28T00:40:10.762Z] ---> 6c76ad85e34c [2021-01-28T00:40:10.762Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:40:10.762Z] ---> Running in 518d26715c94 [2021-01-28T00:40:11.354Z] Removing intermediate container 518d26715c94 [2021-01-28T00:40:11.354Z] ---> 29e4e5c7709c [2021-01-28T00:40:11.354Z] Step 5/6 : COPY go.mod . [2021-01-28T00:40:11.950Z] ---> 90e062d4d610 [2021-01-28T00:40:11.950Z] Step 6/6 : RUN go mod download [2021-01-28T00:40:12.225Z] ---> Running in 9051ad314e8b [2021-01-28T00:40:19.278Z] 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-28T00:40:27.541Z] Removing intermediate container eb2b1f941e57 [2021-01-28T00:40:27.541Z] ---> b20ffb4b9145 [2021-01-28T00:40:27.541Z] [2021-01-28T00:40:27.541Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:40:27.541Z] 3.12: Pulling from library/alpine [2021-01-28T00:40:28.512Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:40:28.512Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:40:28.512Z] ---> 389fef711851 [2021-01-28T00:40:28.512Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:40:35.170Z] ---> Running in c30202cafc6c [2021-01-28T00:40:35.170Z] Removing intermediate container b6f2971f2b05 [2021-01-28T00:40:35.170Z] ---> a9285fb06a20 [2021-01-28T00:40:35.170Z] [2021-01-28T00:40:35.170Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:40:35.170Z] Removing intermediate container 8241f3d110bc [2021-01-28T00:40:35.170Z] ---> 0b9836cd2bf2 [2021-01-28T00:40:35.170Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:40:35.170Z] ---> 389fef711851 [2021-01-28T00:40:35.170Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:40:35.170Z] Removing intermediate container cd5e6515dcc6 [2021-01-28T00:40:35.170Z] ---> ba985fa23c33 [2021-01-28T00:40:35.170Z] [2021-01-28T00:40:35.170Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:40:35.170Z] ---> 389fef711851 [2021-01-28T00:40:35.170Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:40:35.170Z] Removing intermediate container bafb36e21807 [2021-01-28T00:40:35.170Z] ---> 2a05c3dff09f [2021-01-28T00:40:35.170Z] [2021-01-28T00:40:35.170Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:40:35.170Z] ---> 389fef711851 [2021-01-28T00:40:35.170Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:40:35.170Z] ---> Running in 04c7e765fc15 [2021-01-28T00:40:35.170Z] ---> Running in daaf27321141 [2021-01-28T00:40:35.170Z] ---> Running in 88eb80d0d0be [2021-01-28T00:40:35.170Z] ---> Running in 91d658f6be76 [2021-01-28T00:40:35.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:35.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:35.452Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:35.452Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:35.452Z] OK: 6 MiB in 15 packages [2021-01-28T00:40:35.735Z] 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-28T00:40:35.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:36.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:36.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:36.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:36.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:36.003Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:40:36.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:36.277Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:40:36.277Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:40:36.277Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:40:36.277Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:36.277Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:40:36.277Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:36.277Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:36.277Z] OK: 6 MiB in 15 packages [2021-01-28T00:40:36.277Z] OK: 7 MiB in 18 packages [2021-01-28T00:40:36.277Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:40:36.277Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:36.277Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:36.576Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:40:36.842Z] OK: 6 MiB in 16 packages [2021-01-28T00:40:37.117Z] Removing intermediate container c30202cafc6c [2021-01-28T00:40:37.117Z] ---> 72428f9d582c [2021-01-28T00:40:37.117Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:40:37.117Z] ---> Running in 07f341c1e783 [2021-01-28T00:40:38.091Z] Removing intermediate container 07f341c1e783 [2021-01-28T00:40:38.091Z] ---> 24600a75f833 [2021-01-28T00:40:38.091Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:40:38.091Z] ---> Running in 13fd31c50948 [2021-01-28T00:40:38.363Z] Removing intermediate container daaf27321141 [2021-01-28T00:40:38.363Z] ---> 3e2274435343 [2021-01-28T00:40:38.363Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:40:38.363Z] Removing intermediate container 91d658f6be76 [2021-01-28T00:40:38.363Z] ---> 3ab58c350d60 [2021-01-28T00:40:38.363Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:40:38.363Z] ---> Running in 047069c1648b [2021-01-28T00:40:38.941Z] ---> Running in cc1058947466 [2021-01-28T00:40:38.941Z] Removing intermediate container 13fd31c50948 [2021-01-28T00:40:38.941Z] ---> 3487f32e693e [2021-01-28T00:40:38.941Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:40:39.093Z] Removing intermediate container 9051ad314e8b [2021-01-28T00:40:39.093Z] ---> 48c95bec95b9 [2021-01-28T00:40:39.093Z] Successfully built 48c95bec95b9 [2021-01-28T00:40:39.093Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:40:39.218Z] Removing intermediate container 88eb80d0d0be [2021-01-28T00:40:39.218Z] ---> c59e6bdeca20 [2021-01-28T00:40:39.218Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:40:39.218Z] Removing intermediate container 04c7e765fc15 [2021-01-28T00:40:39.218Z] ---> 0d82a9729883 [2021-01-28T00:40:39.218Z] [2021-01-28T00:40:39.218Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:40:39.218Z] Removing intermediate container 047069c1648b [2021-01-28T00:40:39.218Z] ---> 6193951bdb9f [2021-01-28T00:40:39.218Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:40:39.218Z] 20.10.0: Pulling from library/docker [2021-01-28T00:40:39.218Z] ---> Running in 32db53f21f1a [2021-01-28T00:40:39.218Z] ---> Running in 71c37aa93ba1 [2021-01-28T00:40:39.447Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:40:39.447Z] . [Pipeline] withDockerContainer [2021-01-28T00:40:39.488Z] Removing intermediate container cc1058947466 [2021-01-28T00:40:39.489Z] ---> 864adf38ddc7 [2021-01-28T00:40:39.489Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:40:39.489Z] ---> Running in 94499e08de55 [2021-01-28T00:40:39.761Z] prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container [2021-01-28T00:40:39.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:40:40.466Z] ---> Running in 91d2bc985f0e [2021-01-28T00:40:40.731Z] Removing intermediate container 71c37aa93ba1 [2021-01-28T00:40:40.731Z] ---> 607f0dd1f91a [2021-01-28T00:40:40.731Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:40.731Z] Removing intermediate container 32db53f21f1a [2021-01-28T00:40:40.731Z] ---> 07493f6564a9 [2021-01-28T00:40:40.731Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:40:40.731Z] Removing intermediate container 94499e08de55 [2021-01-28T00:40:40.731Z] ---> 8d16869df67a [2021-01-28T00:40:40.731Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:40:41.315Z] Removing intermediate container 91d2bc985f0e [2021-01-28T00:40:41.315Z] ---> fe6d00b1fbbe [2021-01-28T00:40:41.315Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:40:41.315Z] ---> Running in c88c4395f9fe [2021-01-28T00:40:41.504Z] $ docker top 53d649eca5ab8eac5b8fe2151a365c818c0aee402ad27722226f6fbe149b9b51 -eo pid,comm [2021-01-28T00:40:41.584Z] ---> Running in 76e0ae06334d [2021-01-28T00:40:41.584Z] ---> 5ba21543b9be [2021-01-28T00:40:41.584Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:40:41.584Z] ---> be7e22bd3cb0 [2021-01-28T00:40:41.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:40:41.856Z] Removing intermediate container c88c4395f9fe [2021-01-28T00:40:41.856Z] ---> 45879412607d [2021-01-28T00:40:41.856Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:40:41.856Z] Removing intermediate container 76e0ae06334d [2021-01-28T00:40:41.856Z] ---> 4f2a62b54daf [2021-01-28T00:40:41.856Z] Step 15/23 : WORKDIR / [2021-01-28T00:40:41.856Z] ---> Running in 5d4b3a6fb40c [2021-01-28T00:40:41.856Z] ---> Running in 3c2bb48a1cc0 [Pipeline] { [Pipeline] sh [2021-01-28T00:40:42.441Z] ---> a66a12bcab07 [2021-01-28T00:40:42.441Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:40:42.441Z] ---> 9eaaab82aafb [2021-01-28T00:40:42.441Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:42.441Z] Removing intermediate container 5d4b3a6fb40c [2021-01-28T00:40:42.441Z] ---> 4cae979d388d [2021-01-28T00:40:42.441Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:42.441Z] Removing intermediate container 3c2bb48a1cc0 [2021-01-28T00:40:42.441Z] ---> 0d240006360a [2021-01-28T00:40:42.441Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:42.610Z] + go version [2021-01-28T00:40:42.610Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:40:42.646Z] $ docker stop --time=1 53d649eca5ab8eac5b8fe2151a365c818c0aee402ad27722226f6fbe149b9b51 [2021-01-28T00:40:43.028Z] ---> cff9d3d1c975 [2021-01-28T00:40:43.028Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:40:43.028Z] ---> 8e298d4d6fc7 [2021-01-28T00:40:43.028Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:40:43.301Z] ---> Running in 3e5a4a073ebd [2021-01-28T00:40:43.565Z] ---> 92d869f13515 [2021-01-28T00:40:43.565Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:40:43.565Z] ---> a2eecb929a6c [2021-01-28T00:40:43.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:40:43.838Z] ---> Running in a30046f75c02 [2021-01-28T00:40:43.838Z] Removing intermediate container 3e5a4a073ebd [2021-01-28T00:40:43.838Z] ---> f80f9742361d [2021-01-28T00:40:43.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:43.838Z] ---> bacda8ca208e [2021-01-28T00:40:43.838Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:43.838Z] ---> Running in 332e41eb9f6e [2021-01-28T00:40:44.111Z] Removing intermediate container a30046f75c02 [2021-01-28T00:40:44.111Z] ---> a2fe0adeb9de [2021-01-28T00:40:44.111Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:40:44.111Z] ---> Running in 092207d42ee6 [2021-01-28T00:40:44.111Z] ---> b110f5b23e0e [2021-01-28T00:40:44.111Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:44.377Z] Removing intermediate container 332e41eb9f6e [2021-01-28T00:40:44.377Z] ---> ac824522c6af [2021-01-28T00:40:44.377Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:40:44.377Z] ---> 08d328a80464 [2021-01-28T00:40:44.377Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:40:44.377Z] ---> Running in fab783de7e3a [2021-01-28T00:40:44.641Z] Removing intermediate container 092207d42ee6 [2021-01-28T00:40:44.641Z] ---> 0dc97ed3772a [2021-01-28T00:40:44.641Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:40:44.641Z] ---> b695b5c3e9b2 [2021-01-28T00:40:44.641Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:40:44.669Z] $ docker rm -f 53d649eca5ab8eac5b8fe2151a365c818c0aee402ad27722226f6fbe149b9b51 [2021-01-28T00:40:44.909Z] ---> Running in 7e9fcaf716d8 [2021-01-28T00:40:44.909Z] ---> Running in c812080628dd [2021-01-28T00:40:44.909Z] ---> Running in ae925c150e25 [2021-01-28T00:40:44.909Z] Removing intermediate container fab783de7e3a [2021-01-28T00:40:44.909Z] ---> 78a13b3db009 [2021-01-28T00:40:44.909Z] Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:40:45.688Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:40:45.688Z] . [Pipeline] withDockerContainer [2021-01-28T00:40:45.864Z] ---> Running in 511c07daffba [2021-01-28T00:40:45.864Z] Removing intermediate container c812080628dd [2021-01-28T00:40:45.864Z] ---> b499caea9cb6 [2021-01-28T00:40:45.864Z] Step 20/21 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:40:45.864Z] Removing intermediate container 7e9fcaf716d8 [2021-01-28T00:40:45.864Z] ---> b94e2e0d1e9d [2021-01-28T00:40:45.864Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:45.864Z] Removing intermediate container ae925c150e25 [2021-01-28T00:40:45.864Z] ---> 593df0ddbdb9 [2021-01-28T00:40:45.864Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:45.970Z] prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container [2021-01-28T00:40:46.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:40:46.128Z] ---> Running in 4805505ec3d4 [2021-01-28T00:40:46.128Z] ---> Running in 2cd18376b76e [2021-01-28T00:40:46.128Z] ---> Running in e67752afa196 [2021-01-28T00:40:46.128Z] Removing intermediate container 511c07daffba [2021-01-28T00:40:46.128Z] ---> c83f1b3271d3 [2021-01-28T00:40:46.128Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:40:46.397Z] ---> Running in 5459ff807a22 [2021-01-28T00:40:46.397Z] Removing intermediate container 4805505ec3d4 [2021-01-28T00:40:46.397Z] ---> 9ce99c366b19 [2021-01-28T00:40:46.397Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:40:46.397Z] Removing intermediate container 2cd18376b76e [2021-01-28T00:40:46.397Z] ---> f885a3b0c088 [2021-01-28T00:40:46.397Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:40:46.659Z] Removing intermediate container e67752afa196 [2021-01-28T00:40:46.659Z] ---> fa61edd40a45 [2021-01-28T00:40:46.659Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:40:46.659Z] ---> Running in 29f6e8694d91 [2021-01-28T00:40:46.659Z] ---> Running in 9e596c98136e [2021-01-28T00:40:46.659Z] Removing intermediate container 5459ff807a22 [2021-01-28T00:40:46.659Z] ---> 50d3617cbbcb [2021-01-28T00:40:46.659Z] [2021-01-28T00:40:46.659Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:40:46.659Z] ---> Running in fcb73d2e779e [2021-01-28T00:40:46.922Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:40:46.922Z] ---> aefe523efa57 [2021-01-28T00:40:46.922Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:40:46.922Z] Successfully built 50d3617cbbcb [2021-01-28T00:40:46.922Z] ---> Running in 9b25d1b7ff05 [2021-01-28T00:40:46.922Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:40:46.922Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-01-28T00:40:46.922Z] Removing intermediate container 29f6e8694d91 [2021-01-28T00:40:46.922Z] ---> 9553762e540d [2021-01-28T00:40:46.922Z] [2021-01-28T00:40:47.188Z] Removing intermediate container 9e596c98136e [2021-01-28T00:40:47.188Z] ---> 5d87f7f26412 [2021-01-28T00:40:47.188Z] Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:40:47.188Z] Successfully built 9553762e540d [2021-01-28T00:40:47.188Z] Removing intermediate container fcb73d2e779e [2021-01-28T00:40:47.188Z] ---> de0d06a669cc [2021-01-28T00:40:47.188Z] Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:40:47.188Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:40:47.188Z] Building docker-core-data-go [2021-01-28T00:40:47.460Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8adc2d5983b7 [2021-01-28T00:40:47.460Z] ---> Running in 04fd1b6ed2e0 [2021-01-28T00:40:47.692Z] $ docker top 684b343b4f52cf9e6b4eae11c345e264fa0f1098ae53dc1e1314aacbf9c5c706 -eo pid,comm [2021-01-28T00:40:47.735Z] Removing intermediate container 04fd1b6ed2e0 [2021-01-28T00:40:47.735Z] ---> 16360c5d04de [2021-01-28T00:40:47.735Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:40:47.735Z] Removing intermediate container 8adc2d5983b7 [2021-01-28T00:40:47.735Z] ---> 7de417cce8e9 [2021-01-28T00:40:47.735Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:40:47.735Z] ---> Running in 59d1e2fe4884 [2021-01-28T00:40:47.735Z] ---> Running in 2240ba34f55f [2021-01-28T00:40:48.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:48.006Z] Removing intermediate container 59d1e2fe4884 [2021-01-28T00:40:48.006Z] ---> e4f3147c5448 [2021-01-28T00:40:48.006Z] [Pipeline] { [Pipeline] echo [2021-01-28T00:40:48.106Z] ========================================================= [2021-01-28T00:40:48.106Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:40:48.106Z] ========================================================= [Pipeline] sh [2021-01-28T00:40:48.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:48.534Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:40:48.758Z] + make test [2021-01-28T00:40:48.758Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:40:48.797Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:40:48.797Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:40:48.797Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:48.797Z] OK: 12 MiB in 22 packages [2021-01-28T00:40:50.738Z] Removing intermediate container 2240ba34f55f [2021-01-28T00:40:50.738Z] ---> 2ffe0c4f3e0a [2021-01-28T00:40:50.738Z] [2021-01-28T00:40:51.006Z] Successfully built e4f3147c5448 [2021-01-28T00:40:51.006Z] Successfully built 2ffe0c4f3e0a [2021-01-28T00:40:51.006Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:40:51.006Z] Building docker-core-metadata-go [2021-01-28T00:40:51.006Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest [2021-01-28T00:40:51.006Z] Building docker-security-secretstore-setup-go [2021-01-28T00:40:56.339Z]  Building docker-core-command-go ... done Removing intermediate container 9b25d1b7ff05 [2021-01-28T00:40:56.339Z] ---> 69b700fa9dd9 [2021-01-28T00:40:56.340Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:40:58.278Z] ---> Running in 059927e522a3 [2021-01-28T00:40:59.794Z] Removing intermediate container 059927e522a3 [2021-01-28T00:40:59.795Z] ---> 74bbf164fb68 [2021-01-28T00:40:59.795Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:40:59.795Z] ---> Running in 5fdb07ad3c13 [2021-01-28T00:41:00.114Z] Removing intermediate container 5fdb07ad3c13 [2021-01-28T00:41:00.114Z] ---> 617fa4ac8089 [2021-01-28T00:41:00.114Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:41:00.400Z] ---> Running in d320c6997793 [2021-01-28T00:41:00.695Z] Removing intermediate container d320c6997793 [2021-01-28T00:41:00.695Z] ---> e95c99b87522 [2021-01-28T00:41:00.695Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:41:02.884Z] ---> 192c3f3cab93 [2021-01-28T00:41:02.884Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:41:04.850Z] ---> 71fa8b7b9dcf [2021-01-28T00:41:04.850Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:41:07.075Z] ---> 6f1a06cb9d7e [2021-01-28T00:41:07.075Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:41:07.075Z] ---> Running in 7c48237fa1b9 [2021-01-28T00:41:11.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:11.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:11.377Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:41:11.377Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:41:11.377Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:41:11.377Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:41:11.377Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:41:11.377Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:41:11.377Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:41:15.567Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:41:15.735Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:41:15.735Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:41:15.735Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:41:15.735Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:41:15.735Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:41:15.735Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:41:16.011Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:41:16.011Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:41:16.605Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:41:16.605Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:41:16.605Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:41:16.605Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:41:16.880Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:41:16.880Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:41:17.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:17.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:41:17.855Z] ---> 7b0e4c867b21 [2021-01-28T00:41:17.855Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:41:17.855Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:17.855Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:41:17.855Z] ---> 7b0e4c867b21 [2021-01-28T00:41:17.855Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:41:17.855Z] ---> Using cache [2021-01-28T00:41:17.855Z] ---> 31d3d99fce2b [2021-01-28T00:41:17.855Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:41:17.855Z] ---> Using cache [2021-01-28T00:41:17.855Z] ---> 093c56a1d2b2 [2021-01-28T00:41:17.856Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:41:17.856Z] ---> Using cache [2021-01-28T00:41:17.856Z] ---> 31d3d99fce2b [2021-01-28T00:41:17.856Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:41:17.856Z] ---> Using cache [2021-01-28T00:41:17.856Z] ---> 093c56a1d2b2 [2021-01-28T00:41:17.856Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:41:17.856Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:41:18.118Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:41:19.525Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:41:19.789Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:41:19.789Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:41:20.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:20.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:41:20.738Z] ---> 7b0e4c867b21 [2021-01-28T00:41:20.738Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:41:20.738Z] ---> Using cache [2021-01-28T00:41:20.738Z] ---> 31d3d99fce2b [2021-01-28T00:41:20.738Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:41:20.738Z] ---> Using cache [2021-01-28T00:41:20.738Z] ---> 093c56a1d2b2 [2021-01-28T00:41:20.738Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:41:20.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:20.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:41:20.738Z] ---> 7b0e4c867b21 [2021-01-28T00:41:20.738Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:41:20.738Z] ---> Using cache [2021-01-28T00:41:20.738Z] ---> 31d3d99fce2b [2021-01-28T00:41:20.738Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:41:20.738Z] ---> Using cache [2021-01-28T00:41:20.738Z] ---> 093c56a1d2b2 [2021-01-28T00:41:20.738Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:41:21.005Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:41:21.005Z] ---> Running in b1af728e6393 [2021-01-28T00:41:21.005Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:41:21.005Z] ---> Running in 5d33a537cddf [2021-01-28T00:41:21.289Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:41:21.289Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:41:21.289Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:41:21.289Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:41:21.289Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:41:21.289Z] ---> Running in 2266fd9146a8 [2021-01-28T00:41:21.551Z] ---> Running in 33b906a95a16 [2021-01-28T00:41:21.551Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:41:21.551Z] OK: 71 MiB in 55 packages [2021-01-28T00:41:22.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:22.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:22.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:22.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:23.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:23.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:41:24.416Z] OK: 233 MiB in 51 packages [2021-01-28T00:41:24.682Z] OK: 233 MiB in 51 packages [2021-01-28T00:41:24.682Z] OK: 233 MiB in 51 packages [2021-01-28T00:41:24.956Z] OK: 233 MiB in 51 packages [2021-01-28T00:41:28.292Z] Removing intermediate container 5d33a537cddf [2021-01-28T00:41:28.292Z] ---> baf7174a756e [2021-01-28T00:41:28.292Z] Step 6/23 : COPY go.mod . [2021-01-28T00:41:29.682Z] Removing intermediate container 2266fd9146a8 [2021-01-28T00:41:29.682Z] ---> 8fa46e4f4c5a [2021-01-28T00:41:29.682Z] Step 6/23 : COPY go.mod . [2021-01-28T00:41:29.682Z] Removing intermediate container 33b906a95a16 [2021-01-28T00:41:29.682Z] ---> 9f679c02f97b [2021-01-28T00:41:29.682Z] Step 6/24 : COPY go.mod . [2021-01-28T00:41:29.682Z] ---> f2da269ef6d4 [2021-01-28T00:41:29.682Z] Step 7/23 : RUN go mod download [2021-01-28T00:41:29.682Z] Removing intermediate container b1af728e6393 [2021-01-28T00:41:29.682Z] ---> 6df3510617ce [2021-01-28T00:41:29.682Z] Step 6/34 : COPY go.mod . [2021-01-28T00:41:29.682Z] Removing intermediate container 7c48237fa1b9 [2021-01-28T00:41:29.682Z] ---> 29d63c50fa08 [2021-01-28T00:41:29.682Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:41:29.682Z] ---> Running in f53a921af439 [2021-01-28T00:41:29.945Z] ---> a6650e79aa41 [2021-01-28T00:41:29.945Z] Step 7/23 : RUN go mod download [2021-01-28T00:41:29.945Z] ---> Running in 3e226ac75040 [2021-01-28T00:41:29.945Z] ---> 5684077fa93f [2021-01-28T00:41:29.945Z] Step 7/24 : RUN go mod download [2021-01-28T00:41:30.209Z] ---> Running in 6054e04fb6af [2021-01-28T00:41:30.209Z] ---> df6862083506 [2021-01-28T00:41:30.209Z] Step 7/34 : RUN go mod download [2021-01-28T00:41:30.209Z] ---> Running in aea186b4c8c6 [2021-01-28T00:41:30.472Z] ---> Running in 38d540ab9c3a [2021-01-28T00:41:32.427Z] Collecting docker-compose==1.23.2 [2021-01-28T00:41:32.427Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:41:32.689Z] Removing intermediate container 6054e04fb6af [2021-01-28T00:41:32.689Z] ---> d097e208f4d7 [2021-01-28T00:41:32.690Z] Step 8/23 : COPY . . [2021-01-28T00:41:32.961Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:41:32.961Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:41:34.385Z] Removing intermediate container f53a921af439 [2021-01-28T00:41:34.385Z] ---> 04e669d8b0fe [2021-01-28T00:41:34.385Z] Step 8/23 : COPY . . [2021-01-28T00:41:34.966Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:41:35.542Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:41:37.523Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:41:37.523Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:41:37.787Z] Removing intermediate container 38d540ab9c3a [2021-01-28T00:41:37.787Z] ---> 1f03cbd096b6 [2021-01-28T00:41:37.787Z] Step 8/34 : COPY . . [2021-01-28T00:41:40.366Z] Removing intermediate container aea186b4c8c6 [2021-01-28T00:41:40.366Z] ---> c9bcf3d4c625 [2021-01-28T00:41:40.366Z] Step 8/24 : COPY . . [2021-01-28T00:41:41.779Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:41:41.779Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:41:43.710Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:41:43.710Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:41:46.334Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:41:46.334Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:41:46.920Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:41:46.920Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:41:51.184Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:41:51.184Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:41:53.143Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:41:53.143Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:41:54.120Z] 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-28T00:41:54.389Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:41:54.389Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:41:54.667Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:41:54.667Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:41:55.640Z] 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-28T00:41:55.640Z] 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-28T00:41:56.850Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:41:56.850Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:41:57.988Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:41:57.988Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:41:57.988Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:41:57.988Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:41:58.583Z] Installing collected packages: docopt, jsonschema, PyYAML, websocket-client, idna, urllib3, requests, cached-property, dockerpty, texttable, docker-pycreds, docker, docker-compose [2021-01-28T00:41:58.583Z] Running setup.py install for docopt: started [2021-01-28T00:42:01.207Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:42:01.486Z] Running setup.py install for PyYAML: started [2021-01-28T00:42:02.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:42:04.106Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:42:06.098Z] Attempting uninstall: idna [2021-01-28T00:42:06.098Z] Found existing installation: idna 2.9 [2021-01-28T00:42:06.098Z] Uninstalling idna-2.9: [2021-01-28T00:42:06.098Z] Successfully uninstalled idna-2.9 [2021-01-28T00:42:08.711Z] Attempting uninstall: urllib3 [2021-01-28T00:42:08.711Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:42:08.711Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:42:08.711Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:42:09.039Z] Attempting uninstall: requests [2021-01-28T00:42:09.039Z] Found existing installation: requests 2.23.0 [2021-01-28T00:42:09.039Z] Uninstalling requests-2.23.0: [2021-01-28T00:42:09.307Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:42:10.730Z] Running setup.py install for dockerpty: started [2021-01-28T00:42:12.676Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:42:12.955Z] Running setup.py install for texttable: started [2021-01-28T00:42:14.053Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:42:15.132Z] ---> 725b4bbbab84 [2021-01-28T00:42:15.132Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:42:16.116Z] 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-28T00:42:16.700Z] ---> Running in e1b18966f9b9 [2021-01-28T00:42:16.972Z] ---> 6289e4c7907e [2021-01-28T00:42:16.972Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:42:17.245Z] ---> 2a2e5ada8d8b [2021-01-28T00:42:17.245Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:42:17.245Z] ---> d729e8085bdd [2021-01-28T00:42:17.245Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:42:17.245Z] ---> Running in 88a00d84405b [2021-01-28T00:42:17.245Z] ---> Running in 14499546993e [2021-01-28T00:42:17.245Z] ---> Running in d8328e46b2d3 [2021-01-28T00:42:17.847Z] Removing intermediate container 88a00d84405b [2021-01-28T00:42:17.847Z] ---> d2c7dc9bee01 [2021-01-28T00:42:17.847Z] 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-28T00:42:18.822Z] ---> Running in 6a95478c87c2 [2021-01-28T00:42:18.822Z] 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-28T00:42:19.095Z] 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-28T00:42:19.095Z] 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-28T00:42:19.687Z] 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-28T00:42:21.118Z] Removing intermediate container 3e226ac75040 [2021-01-28T00:42:21.118Z] ---> 422b3520b827 [2021-01-28T00:42:21.118Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:42:21.141Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:42:21.717Z] ---> Running in e6ce6a6070b8 [2021-01-28T00:42:23.131Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:42:24.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:24.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:24.602Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:42:24.886Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:42:24.886Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:42:24.886Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:24.886Z] OK: 72 MiB in 58 packages [2021-01-28T00:42:27.477Z] Removing intermediate container e6ce6a6070b8 [2021-01-28T00:42:27.477Z] ---> 2b989fb64e77 [2021-01-28T00:42:27.477Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:42:27.757Z] ---> Running in 42c65b04ebf8 [2021-01-28T00:42:28.051Z] Removing intermediate container 42c65b04ebf8 [2021-01-28T00:42:28.051Z] ---> f6d19b1dbeeb [2021-01-28T00:42:28.051Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:42:28.051Z] ---> Running in f4de147c8946 [2021-01-28T00:42:28.649Z] Removing intermediate container f4de147c8946 [2021-01-28T00:42:28.649Z] ---> 211bdff25d1b [2021-01-28T00:42:28.649Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:42:28.649Z] ---> Running in c875d65f31ac [2021-01-28T00:42:28.937Z] Removing intermediate container c875d65f31ac [2021-01-28T00:42:28.937Z] ---> 5c54d81c2499 [2021-01-28T00:42:28.937Z] Step 25/26 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:42:28.937Z] ---> Running in 101c07936ea5 [2021-01-28T00:42:29.526Z] Removing intermediate container 101c07936ea5 [2021-01-28T00:42:29.526Z] ---> d8472d9578b6 [2021-01-28T00:42:29.526Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:42:29.526Z] ---> Running in 569ddfa12557 [2021-01-28T00:42:29.795Z] Removing intermediate container 569ddfa12557 [2021-01-28T00:42:29.795Z] ---> 9df2abd92569 [2021-01-28T00:42:29.795Z] [2021-01-28T00:42:29.874Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:42:29.874Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:42:29.874Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:42:30.063Z] Successfully built 9df2abd92569 [2021-01-28T00:42:30.063Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:42:36.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.321s coverage: 46.6% of statements [2021-01-28T00:42:36.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:42:36.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:42:36.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:42:36.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:42:36.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:42:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:42:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:42:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:42:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 65.8% of statements [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:42:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.408s coverage: 82.3% of statements [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:42:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:42:48.337Z]  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-28T00:42:48.337Z] 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-28T00:42:53.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.315s coverage: 28.6% of statements [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:42:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:42:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.106s coverage: 100.0% of statements [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:42:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.365s coverage: 86.7% of statements [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:42:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements [2021-01-28T00:42:53.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:42:54.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-01-28T00:42:54.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:42:54.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:42:54.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:42:54.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:42:55.022Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:42:55.022Z] + cd /tmp/build/dist/linux [2021-01-28T00:42:55.022Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:42:55.022Z] Cloning into '.'... [2021-01-28T00:42:55.022Z] + go get github.com/robfig/glock [2021-01-28T00:42:59.276Z] Removing intermediate container d8328e46b2d3 [2021-01-28T00:42:59.276Z] ---> 577d91e689d8 [2021-01-28T00:42:59.276Z] [2021-01-28T00:42:59.276Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:42:59.276Z] ---> 389fef711851 [2021-01-28T00:42:59.276Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:43:00.235Z] ---> Running in 8fde51f62734 [2021-01-28T00:43:00.235Z] Removing intermediate container e1b18966f9b9 [2021-01-28T00:43:00.235Z] ---> 0796cbd69c33 [2021-01-28T00:43:00.235Z] [2021-01-28T00:43:00.235Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:43:00.235Z] ---> 389fef711851 [2021-01-28T00:43:00.235Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:43:00.235Z] ---> Using cache [2021-01-28T00:43:00.235Z] ---> 3ab58c350d60 [2021-01-28T00:43:00.235Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:43:00.235Z] ---> Using cache [2021-01-28T00:43:00.235Z] ---> 864adf38ddc7 [2021-01-28T00:43:00.235Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:43:00.499Z] ---> Running in 77365696bbf3 [2021-01-28T00:43:01.087Z] Removing intermediate container 77365696bbf3 [2021-01-28T00:43:01.087Z] ---> e0c4f8eade85 [2021-01-28T00:43:01.087Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:43:01.087Z] ---> Running in c68268a5e302 [2021-01-28T00:43:01.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:01.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:01.650Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:43:01.918Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:43:01.918Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:43:01.918Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:43:01.918Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:01.918Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:01.918Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:43:01.918Z] Removing intermediate container c68268a5e302 [2021-01-28T00:43:01.918Z] ---> f38f77b9eaf7 [2021-01-28T00:43:01.918Z] Step 15/23 : WORKDIR / [2021-01-28T00:43:02.513Z] OK: 7 MiB in 19 packages [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.381s coverage: 92.8% of statements [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:43:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-28T00:43:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-01-28T00:43:03.118Z] ---> Running in 8dad8ed64232 [2021-01-28T00:43:03.401Z] Removing intermediate container 14499546993e [2021-01-28T00:43:03.401Z] ---> d26d1f5eed52 [2021-01-28T00:43:03.401Z] [2021-01-28T00:43:03.401Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:43:03.401Z] ---> 389fef711851 [2021-01-28T00:43:03.401Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:43:04.830Z] ---> Running in bdca52a2babb [2021-01-28T00:43:05.410Z] Removing intermediate container 8dad8ed64232 [2021-01-28T00:43:05.410Z] ---> fff476433a87 [2021-01-28T00:43:05.410Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:07.987Z] Removing intermediate container 8fde51f62734 [2021-01-28T00:43:07.987Z] ---> ac22b25611fd [2021-01-28T00:43:07.987Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:43:07.987Z] Removing intermediate container bdca52a2babb [2021-01-28T00:43:07.987Z] ---> 17141a5693ba [2021-01-28T00:43:07.987Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:43:07.987Z] ---> fcfc27f6592d [2021-01-28T00:43:07.987Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:43:07.987Z] ---> Running in 6236dfaa872e [2021-01-28T00:43:07.987Z] ---> Running in c780ec6c56e3 [2021-01-28T00:43:07.987Z] Removing intermediate container 6236dfaa872e [2021-01-28T00:43:07.987Z] ---> 0e5a5cd2984e [2021-01-28T00:43:07.987Z] Step 13/24 : WORKDIR / [2021-01-28T00:43:08.257Z] Removing intermediate container c780ec6c56e3 [2021-01-28T00:43:08.257Z] ---> 5f34d6c86f90 [2021-01-28T00:43:08.257Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:43:08.257Z] ---> Running in 77811899dc5b [2021-01-28T00:43:08.257Z] ---> Running in 4ce9620d4e4e [2021-01-28T00:43:08.531Z] ---> bb87c49fa052 [2021-01-28T00:43:08.531Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:08.531Z] Removing intermediate container 77811899dc5b [2021-01-28T00:43:08.531Z] ---> 162d8b190eec [2021-01-28T00:43:08.531Z] 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-28T00:43:08.803Z] Removing intermediate container 4ce9620d4e4e [2021-01-28T00:43:08.803Z] ---> d2f2bbdf0b6f [2021-01-28T00:43:08.803Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:43:08.803Z] ---> Running in e3ccce85013b [2021-01-28T00:43:09.074Z] + glock sync -n [2021-01-28T00:43:09.074Z]  ---> 326501fffc34 [2021-01-28T00:43:09.074Z] 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-28T00:43:09.341Z] ---> 988bf598939f [2021-01-28T00:43:09.341Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:43:09.341Z] ---> Running in 7ae118234cab [2021-01-28T00:43:09.341Z] ---> 5db2a8db5d3a [2021-01-28T00:43:09.341Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:09.623Z] Removing intermediate container 7ae118234cab [2021-01-28T00:43:09.623Z] ---> fe3357aa9fde [2021-01-28T00:43:09.623Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:43:09.623Z] ---> Running in 5d38bd99e2d3 [2021-01-28T00:43:09.890Z] ---> 48a957dce083 [2021-01-28T00:43:09.890Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:43:09.890Z] Removing intermediate container 5d38bd99e2d3 [2021-01-28T00:43:09.890Z] ---> 077fc550eca8 [2021-01-28T00:43:09.890Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:43:10.161Z] ---> Running in 8f03cccb6411 [2021-01-28T00:43:10.426Z] Removing intermediate container e3ccce85013b [2021-01-28T00:43:10.426Z] ---> 34630d224ae4 [2021-01-28T00:43:10.426Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:43:10.426Z] ---> Running in aa30a7e12305 [2021-01-28T00:43:10.426Z] Removing intermediate container 8f03cccb6411 [2021-01-28T00:43:10.426Z] ---> 82c1519e0ab6 [2021-01-28T00:43:10.426Z] Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:43:10.697Z] ---> 5e50bda33aa0 [2021-01-28T00:43:10.697Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:43:10.697Z] ---> Running in 323e270e6d91 [2021-01-28T00:43:11.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:11.959Z] Removing intermediate container 323e270e6d91 [2021-01-28T00:43:11.959Z] ---> 69bc402a2b68 [2021-01-28T00:43:11.959Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:43:11.959Z] ---> Running in e33a52475de0 [2021-01-28T00:43:11.959Z] ---> a9a8eb87fc6d [2021-01-28T00:43:11.959Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:43:12.246Z] Removing intermediate container e33a52475de0 [2021-01-28T00:43:12.246Z] ---> 1baf36bac916 [2021-01-28T00:43:12.246Z] [2021-01-28T00:43:12.517Z] ---> f36384de537f [2021-01-28T00:43:12.517Z] 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-28T00:43:12.789Z] ---> Running in 359d590209b7 [2021-01-28T00:43:12.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:12.789Z] Successfully built 1baf36bac916 [2021-01-28T00:43:12.789Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:43:13.073Z]  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:43:13.073Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:43:13.073Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:43:13.073Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:43:13.073Z] + git describe '--abbrev=0' --tags [2021-01-28T00:43:13.073Z] + TAG=v0.6.1 [2021-01-28T00:43:13.073Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:43:13.073Z] + apk --print-arch [2021-01-28T00:43:13.073Z] building [dockerize] for amd64 ... [2021-01-28T00:43:13.073Z] + arch=x86_64 [2021-01-28T00:43:13.073Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:43:13.073Z] + 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-28T00:43:14.065Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:14.065Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:43:14.331Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:43:14.612Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:43:15.249Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:43:15.521Z] Removing intermediate container 359d590209b7 [2021-01-28T00:43:15.521Z] ---> 82ea6f87f835 [2021-01-28T00:43:15.521Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:43:15.521Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:43:15.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:15.521Z] OK: 8 MiB in 20 packages [2021-01-28T00:43:15.521Z] ---> Running in e1b5fbdaf38f [2021-01-28T00:43:15.795Z] Removing intermediate container e1b5fbdaf38f [2021-01-28T00:43:15.795Z] ---> 51879736da2e [2021-01-28T00:43:15.795Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:43:16.062Z] ---> Running in e4d26b417e24 [2021-01-28T00:43:16.332Z] Removing intermediate container e4d26b417e24 [2021-01-28T00:43:16.332Z] ---> 5da316aa5bc1 [2021-01-28T00:43:16.332Z] Step 23/24 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:43:16.332Z] Removing intermediate container aa30a7e12305 [2021-01-28T00:43:16.332Z] ---> 5e9821f51ef8 [2021-01-28T00:43:16.332Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:16.332Z] ---> Running in 55964a68427f [2021-01-28T00:43:16.950Z] Removing intermediate container 55964a68427f [2021-01-28T00:43:16.950Z] ---> 67d22eaccfc7 [2021-01-28T00:43:16.950Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:43:16.950Z] ---> Running in f54198e3522f [2021-01-28T00:43:16.950Z] ---> 3f15ce06d3c6 [2021-01-28T00:43:16.950Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:43:17.244Z] Removing intermediate container f54198e3522f [2021-01-28T00:43:17.244Z] ---> 98a5bd722afa [2021-01-28T00:43:17.244Z] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.616s coverage: 63.5% of statements [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:43:17.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:43:17.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-01-28T00:43:17.842Z] Successfully built 98a5bd722afa [2021-01-28T00:43:17.842Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:43:18.116Z]  Building docker-security-secretstore-setup-go ... done  ---> 4efe2178ac6e [2021-01-28T00:43:18.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:18.724Z] ---> f5d7b9bd83c7 [2021-01-28T00:43:18.724Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:43:18.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-01-28T00:43:18.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-01-28T00:43:19.004Z] ---> Running in ea13506af80a [2021-01-28T00:43:19.272Z] Removing intermediate container ea13506af80a [2021-01-28T00:43:19.272Z] ---> e03eb9748b18 [2021-01-28T00:43:19.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:43:19.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-01-28T00:43:19.542Z] ---> Running in a95884320825 [2021-01-28T00:43:19.820Z] Removing intermediate container a95884320825 [2021-01-28T00:43:19.820Z] ---> 03103df7ae72 [2021-01-28T00:43:19.820Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:43:19.820Z] ---> Running in 4d49db548e64 [2021-01-28T00:43:20.095Z] Removing intermediate container 4d49db548e64 [2021-01-28T00:43:20.095Z] ---> ab071c83fb8e [2021-01-28T00:43:20.095Z] Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:43:20.095Z] ---> Running in 0b39d24a26e3 [2021-01-28T00:43:20.377Z] Removing intermediate container 0b39d24a26e3 [2021-01-28T00:43:20.377Z] ---> dc85b8221ee8 [2021-01-28T00:43:20.377Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:43:20.654Z] ---> Running in f0a58e9f59e0 [2021-01-28T00:43:20.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-28T00:43:20.921Z] Removing intermediate container f0a58e9f59e0 [2021-01-28T00:43:20.921Z] ---> a58044255754 [2021-01-28T00:43:20.921Z] [2021-01-28T00:43:21.219Z] Successfully built a58044255754 [2021-01-28T00:43:21.219Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:43:23.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.939s coverage: 68.9% of statements [2021-01-28T00:43:23.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:43:23.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:43:23.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:43:23.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:43:23.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:43:25.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements [2021-01-28T00:43:25.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:43:25.408Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:43:25.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.617s coverage: 84.0% of statements [2021-01-28T00:43:25.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2021-01-28T00:43:27.993Z]  Building docker-core-data-go ... done + date [2021-01-28T00:43:27.993Z] + echo 'Thu Jan 28 00:43:27 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:43:27.993Z] Thu Jan 28 00:43:27 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:43:32.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:43:32.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:43:32.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-01-28T00:43:32.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:43:36.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.199s coverage: 29.1% of statements [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:43:36.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.165s coverage: 99.0% of statements [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:43:36.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:43:36.819Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:43:36.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:43:36.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:43:37.100Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-01-28T00:43:37.100Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:43:37.100Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:43:37.100Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements [2021-01-28T00:43:37.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-28T00:43:38.115Z] Removing intermediate container 6a95478c87c2 [2021-01-28T00:43:38.115Z] ---> 6e7a8b9c0bbd [2021-01-28T00:43:38.115Z] 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-28T00:43:38.115Z] ---> Running in ee34871f447b [2021-01-28T00:43:38.115Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:43:38.115Z] statically linked [2021-01-28T00:43:38.693Z] Removing intermediate container ee34871f447b [2021-01-28T00:43:38.693Z] ---> 667030c2124d [2021-01-28T00:43:38.693Z] [2021-01-28T00:43:38.693Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:43:38.693Z] ---> 389fef711851 [2021-01-28T00:43:38.693Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:43:38.693Z] ---> Running in c499ddf204e7 [2021-01-28T00:43:38.961Z] Removing intermediate container c499ddf204e7 [2021-01-28T00:43:38.961Z] ---> 8f7b4267e91d [2021-01-28T00:43:38.961Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:43:38.961Z] ---> Running in 119464d7d9b4 [2021-01-28T00:43:39.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:39.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:39.669Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-01-28T00:43:39.805Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:39.805Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:43:39.806Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:43:39.806Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:39.806Z] OK: 6 MiB in 17 packages [2021-01-28T00:43:40.260Z] GO111MODULE=on go vet ./... [2021-01-28T00:43:40.384Z] Removing intermediate container 119464d7d9b4 [2021-01-28T00:43:40.384Z] ---> 153b2b5c6bfc [2021-01-28T00:43:40.384Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:43:40.384Z] ---> Running in 84a0d88950ab [2021-01-28T00:43:40.649Z] Removing intermediate container 84a0d88950ab [2021-01-28T00:43:40.649Z] ---> 906383872c77 [2021-01-28T00:43:40.649Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:43:40.649Z] ---> Running in 9ee170dce7c0 [2021-01-28T00:43:40.649Z] Removing intermediate container 9ee170dce7c0 [2021-01-28T00:43:40.649Z] ---> 18cd773ca260 [2021-01-28T00:43:40.649Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:43:40.913Z] ---> Running in 8ec0ae275eca [2021-01-28T00:43:41.868Z] Removing intermediate container 8ec0ae275eca [2021-01-28T00:43:41.868Z] ---> df4f50e70f68 [2021-01-28T00:43:41.868Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:43:41.868Z] ---> Running in ffad7a787ef3 [2021-01-28T00:43:42.132Z] Removing intermediate container ffad7a787ef3 [2021-01-28T00:43:42.132Z] ---> 20090ea334d0 [2021-01-28T00:43:42.132Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:43:42.808Z] ---> 7a2a2c1f4cdb [2021-01-28T00:43:42.808Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:43:43.126Z] ---> 4c306a0a0937 [2021-01-28T00:43:43.126Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:43:43.126Z] ---> Running in 2334b732b203 [2021-01-28T00:43:44.652Z] Removing intermediate container 2334b732b203 [2021-01-28T00:43:44.652Z] ---> c51f324cda6e [2021-01-28T00:43:44.652Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:44.652Z] ---> 842123203b99 [2021-01-28T00:43:44.652Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:43:45.232Z] ---> 36366b471945 [2021-01-28T00:43:45.232Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:43:45.496Z] ---> d4ac64843a60 [2021-01-28T00:43:45.496Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:43:46.073Z] ---> 2fcc897f2bca [2021-01-28T00:43:46.073Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:43:46.073Z] ---> aaf41dcd5a34 [2021-01-28T00:43:46.073Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:43:46.338Z] ---> Running in b6731bcd970e [2021-01-28T00:43:46.604Z] Removing intermediate container b6731bcd970e [2021-01-28T00:43:46.604Z] ---> fc0aeb9ffe13 [2021-01-28T00:43:46.604Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:43:46.871Z] ---> de1409b0ba27 [2021-01-28T00:43:46.871Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:43:47.135Z] ---> Running in 21c123e3bcc0 [2021-01-28T00:43:48.092Z] Removing intermediate container 21c123e3bcc0 [2021-01-28T00:43:48.092Z] ---> c56296a81e45 [2021-01-28T00:43:48.092Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:43:48.092Z] ---> Running in ad0bcd451f8c [2021-01-28T00:43:48.364Z] Removing intermediate container ad0bcd451f8c [2021-01-28T00:43:48.364Z] ---> b82f5bdf0ca6 [2021-01-28T00:43:48.364Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:43:48.630Z] ---> Running in c1f8567fc21d [2021-01-28T00:43:48.893Z] Removing intermediate container c1f8567fc21d [2021-01-28T00:43:48.893Z] ---> 1a9db5a9ca6c [2021-01-28T00:43:48.893Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:43:48.893Z] ---> Running in d97bf470b187 [2021-01-28T00:43:49.157Z] Removing intermediate container d97bf470b187 [2021-01-28T00:43:49.157Z] ---> 1ce9ed8c83b5 [2021-01-28T00:43:49.157Z] Step 33/34 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:43:49.422Z] ---> Running in f2c3fac88558 [2021-01-28T00:43:49.685Z] Removing intermediate container f2c3fac88558 [2021-01-28T00:43:49.685Z] ---> 4fdc41e8a6f1 [2021-01-28T00:43:49.685Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:43:49.685Z] ---> Running in ffa80dd70d45 [2021-01-28T00:43:49.951Z] Removing intermediate container ffa80dd70d45 [2021-01-28T00:43:49.951Z] ---> 48286c934158 [2021-01-28T00:43:49.951Z] [2021-01-28T00:43:50.216Z] Successfully built 48286c934158 [2021-01-28T00:43:51.175Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:43:51.450Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T00:43:51.469Z] $ docker stop --time=1 19fc48cf897386afb6808912959a2ccfb1bf25696f5bc18f17f71d2f5a716224 [2021-01-28T00:43:53.152Z] $ docker rm -f 19fc48cf897386afb6808912959a2ccfb1bf25696f5bc18f17f71d2f5a716224 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:43:53.739Z] + docker images [2021-01-28T00:43:53.739Z] + grep docker [2021-01-28T00:43:54.004Z] docker-security-bootstrapper-go latest 48286c934158 4 seconds ago 33.5MB [2021-01-28T00:43:54.004Z] docker-core-data-go latest a58044255754 33 seconds ago 22.3MB [2021-01-28T00:43:54.004Z] docker-security-secretstore-setup-go latest 98a5bd722afa 36 seconds ago 24.6MB [2021-01-28T00:43:54.004Z] docker-core-metadata-go latest 1baf36bac916 41 seconds ago 18.8MB [2021-01-28T00:43:54.004Z] docker-sys-mgmt-agent-go latest 9df2abd92569 About a minute ago 313MB [2021-01-28T00:43:54.004Z] docker-support-notifications-go latest e4f3147c5448 3 minutes ago 16.9MB [2021-01-28T00:43:54.004Z] docker-core-command-go latest 2ffe0c4f3e0a 3 minutes ago 16.3MB [2021-01-28T00:43:54.004Z] docker-support-scheduler-go latest 50d3617cbbcb 3 minutes ago 16.4MB [2021-01-28T00:43:54.004Z] docker-security-proxy-setup-go latest 9553762e540d 3 minutes ago 24.4MB [2021-01-28T00:43:54.004Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T00:44:09.721Z] Still waiting to schedule task [2021-01-28T00:44:09.721Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T00:44:48.327Z] gofmt -l . [2021-01-28T00:44:50.304Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:44:52.271Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:44:52.870Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:44:54.993Z] + ls -al . [2021-01-28T00:44:54.993Z] total 696 [2021-01-28T00:44:54.993Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 00:44 . [2021-01-28T00:44:54.993Z] drwxr-xr-x 4 root root 4096 Jan 28 00:40 .. [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:39 .dockerignore [2021-01-28T00:44:54.993Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:39 .git [2021-01-28T00:44:54.993Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:39 .github [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:39 .gitignore [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:39 .sonarcloud.properties [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:39 Attribution.txt [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:39 CONTRIBUTING.md [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:39 Dockerfile.build [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:39 Jenkinsfile [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:39 LICENSE [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:39 Makefile [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:39 README.md [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:39 SECURITY.md [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:34 VERSION [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:39 ZMQWindows.md [2021-01-28T00:44:54.993Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:39 bin [2021-01-28T00:44:54.993Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:39 cmd [2021-01-28T00:44:54.993Z] -rw-r--r-- 1 root root 564700 Jan 28 00:43 coverage.out [2021-01-28T00:44:54.993Z] -rw-r--r-- 1 root root 1053 Jan 28 00:44 go.mod [2021-01-28T00:44:54.993Z] -rw-r--r-- 1 root root 19080 Jan 28 00:44 go.sum [2021-01-28T00:44:54.993Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:39 internal [2021-01-28T00:44:54.993Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:39 openapi [2021-01-28T00:44:54.993Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:39 snap [2021-01-28T00:44:54.993Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:39 version.go [Pipeline] sh [2021-01-28T00:44:55.518Z] Running on prd-ubuntu18.04-docker-8c-8g-23590 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-01-28T00:44:55.575Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T00:44:55.752Z] + '[' -e coverage.out ] [2021-01-28T00:44:55.753Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:44:55.780Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:44:57.129Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:44:57.810Z] + make build [2021-01-28T00:44:57.810Z] 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-28T00:44:58.021Z] using credential edgex-jenkins-ssh [2021-01-28T00:44:58.070Z] Cloning the remote Git repository [2021-01-28T00:44:58.097Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:44:58.157Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T00:44:58.185Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:44:58.186Z] > git --version # timeout=10 [2021-01-28T00:44:58.191Z] > git --version # 'git version 2.17.1' [2021-01-28T00:44:58.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:44:58.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:45:10.273Z] 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-28T00:45:23.158Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da [2021-01-28T00:45:23.365Z] Merge succeeded, producing d3d144cd7aa58286a3edca0220e28ccefef399df [2021-01-28T00:45:23.365Z] Checking out Revision d3d144cd7aa58286a3edca0220e28ccefef399df (PR-3080) [2021-01-28T00:45:22.499Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:45:22.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:45:22.519Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:45:22.537Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:45:22.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:45:22.542Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:45:23.171Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:45:23.175Z] > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 [2021-01-28T00:45:23.269Z] > git remote # timeout=10 [2021-01-28T00:45:23.275Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:45:23.279Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:45:23.282Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:45:23.364Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:45:23.372Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:45:23.376Z] > git checkout -f d3d144cd7aa58286a3edca0220e28ccefef399df # timeout=10 [2021-01-28T00:45:27.101Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:45:27.111Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:45:28.243Z] + echo snap-build.sh [2021-01-28T00:45:28.243Z] snap-build.sh [2021-01-28T00:45:28.243Z] + SNAP_BASE_DIR=. [2021-01-28T00:45:28.243Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-28T00:45:28.243Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-28T00:45:28.243Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-28T00:45:28.243Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-28T00:45:28.243Z] + cd /w/workspace/edgex-go/3 [2021-01-28T00:45:28.243Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T00:45:28.243Z] Reading package lists... [2021-01-28T00:45:28.504Z] Building dependency tree... [2021-01-28T00:45:28.504Z] Reading state information... [2021-01-28T00:45:28.504Z] The following packages were automatically installed and are no longer required: [2021-01-28T00:45:28.504Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T00:45:28.504Z] uidmap xdelta3 [2021-01-28T00:45:28.504Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T00:45:28.764Z] The following packages will be REMOVED: [2021-01-28T00:45:28.764Z] lxd* lxd-client* [2021-01-28T00:45:27.109Z] > git rev-list --no-walk 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 [2021-01-28T00:45:29.333Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T00:45:29.333Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T00:45:30.380Z] (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-28T00:45:30.380Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:45:31.323Z] Removing lxd dnsmasq configuration [2021-01-28T00:45:31.323Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:45:31.589Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T00:45:32.171Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T00:45:32.433Z] (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-28T00:45:32.433Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:45:32.443Z] 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-28T00:45:33.825Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T00:45:34.092Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T00:45:35.485Z] + sudo snap remove --purge lxd [2021-01-28T00:45:35.745Z] snap "lxd" is not installed [2021-01-28T00:45:35.745Z] + sudo groupadd --force --system lxd [2021-01-28T00:45:35.745Z] ++ whoami [2021-01-28T00:45:35.745Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T00:45:35.745Z] + newgrp - lxd [2021-01-28T00:45:35.745Z] + sudo snap install lxd [2021-01-28T00:45:36.748Z] 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-28T00:45:41.059Z] 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-28T00:45:42.494Z] 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-28T00:45:45.757Z] 2021-01-28T00:45:42Z INFO Waiting for automatic snapd restart... [2021-01-28T00:45:47.908Z] 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-28T00:45:54.613Z] 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-28T00:45:55.771Z] lxd 4.10 from Canonical* installed [2021-01-28T00:45:55.771Z] + sudo lxd init --auto [2021-01-28T00:45:57.220Z] 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-28T00:46:01.530Z] 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-28T00:46:03.918Z] + sudo snap install --classic snapcraft [2021-01-28T00:46:04.149Z] 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-28T00:46:09.233Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:46:09.233Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T00:46:09.233Z] + patch --verbose -p1 [2021-01-28T00:46:09.233Z] Hmm... Looks like a unified diff to me... [2021-01-28T00:46:09.233Z] The text leading up to this was: [2021-01-28T00:46:09.233Z] -------------------------- [2021-01-28T00:46:09.233Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T00:46:09.233Z] |From: Tony Espy [2021-01-28T00:46:09.233Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T00:46:09.233Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T00:46:09.233Z] | [2021-01-28T00:46:09.233Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T00:46:09.233Z] |optimize the snap CI check run for pull requests. When [2021-01-28T00:46:09.233Z] |applied, it essentially strips out everything (apps and [2021-01-28T00:46:09.233Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T00:46:09.233Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T00:46:09.233Z] |catch changes to edgex-go that break the snap build. [2021-01-28T00:46:09.233Z] | [2021-01-28T00:46:09.233Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T00:46:09.233Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T00:46:09.233Z] |resulting in a failed snap build CI check in the associated [2021-01-28T00:46:09.233Z] |pull request. [2021-01-28T00:46:09.233Z] | [2021-01-28T00:46:09.233Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T00:46:09.233Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T00:46:09.233Z] |need to build the finally binary .snap file (and it won't [2021-01-28T00:46:09.233Z] |work with the patch applied). This further reduces the build [2021-01-28T00:46:09.233Z] |time. [2021-01-28T00:46:09.233Z] |--- [2021-01-28T00:46:09.233Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T00:46:09.233Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T00:46:09.233Z] | [2021-01-28T00:46:09.233Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T00:46:09.233Z] |index 1e537489..faf42425 100644 [2021-01-28T00:46:09.233Z] |--- a/snap/snapcraft.yaml [2021-01-28T00:46:09.233Z] |+++ b/snap/snapcraft.yaml [2021-01-28T00:46:09.233Z] -------------------------- [2021-01-28T00:46:09.233Z] patching file snap/snapcraft.yaml [2021-01-28T00:46:09.233Z] Using Plan A... [2021-01-28T00:46:09.233Z] Hunk #1 succeeded at 73. [2021-01-28T00:46:09.233Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T00:46:09.233Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T00:46:09.233Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T00:46:09.233Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T00:46:09.233Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T00:46:09.233Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T00:46:09.233Z] Hunk #8 succeeded at 342. [2021-01-28T00:46:09.233Z] Hmm... Ignoring the trailing garbage. [2021-01-28T00:46:09.233Z] done [2021-01-28T00:46:09.233Z] + sudo snapcraft prime --use-lxd [2021-01-28T00:46:09.553Z] 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-28T00:46:10.627Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T00:46:10.627Z] 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-28T00:46:10.627Z] - README.md [2021-01-28T00:46:10.627Z] - snapcraft.yaml.orig [2021-01-28T00:46:10.627Z] [2021-01-28T00:46:10.627Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:46:11.573Z] Launching a container. [2021-01-28T00:46:12.932Z] 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-28T00:46:18.390Z] $ docker stop --time=1 684b343b4f52cf9e6b4eae11c345e264fa0f1098ae53dc1e1314aacbf9c5c706 [2021-01-28T00:46:20.834Z] $ docker rm -f 684b343b4f52cf9e6b4eae11c345e264fa0f1098ae53dc1e1314aacbf9c5c706 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:46:22.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:46:22.673Z] [2021-01-28T00:46:22.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:46:23.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:46:23.059Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:46:23.059Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:46:23.059Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:46:23.059Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:46:23.332Z] 29e5d40040c1: Verifying Checksum [2021-01-28T00:46:23.332Z] 29e5d40040c1: Download complete [2021-01-28T00:46:23.925Z] 29e5d40040c1: Pull complete [2021-01-28T00:46:24.202Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:46:24.202Z] 1ce36da41761: Download complete [2021-01-28T00:46:25.176Z] 1ce36da41761: Pull complete [2021-01-28T00:46:25.447Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:46:25.447Z] 25b303627fd3: Download complete [2021-01-28T00:46:26.525Z] Waiting for container to be ready [2021-01-28T00:46:26.525Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T00:46:26.525Z] [2021-01-28T00:46:29.093Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T00:46:29.093Z] Waiting for network to be ready... [2021-01-28T00:46:29.354Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:46:29.354Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:46:29.620Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:46:29.620Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:46:29.620Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:46:29.620Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:46:29.620Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:46:29.620Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:46:29.620Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:46:29.620Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:46:29.882Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:46:30.146Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:46:30.410Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:46:30.411Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:46:30.411Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:46:30.411Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:46:30.411Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:46:30.411Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:46:30.672Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:46:30.934Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:46:30.934Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:46:30.934Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:46:30.934Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:46:30.934Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:46:30.934Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:46:30.934Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:46:30.934Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:46:35.157Z] Fetched 23.8 MB in 5s (4518 kB/s) [2021-01-28T00:46:35.598Z] 25b303627fd3: Pull complete [2021-01-28T00:46:35.598Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:46:35.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:46:35.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:46:35.843Z] prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container [2021-01-28T00:46:35.928Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T00:46:36.563Z] Reading package lists... [2021-01-28T00:46:36.827Z] Reading package lists... [2021-01-28T00:46:37.091Z] Building dependency tree... [2021-01-28T00:46:37.091Z] Reading state information... [2021-01-28T00:46:37.356Z] The following additional packages will be installed: [2021-01-28T00:46:37.356Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:46:37.356Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:46:37.356Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:46:37.356Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T00:46:37.356Z] Suggested packages: [2021-01-28T00:46:37.356Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T00:46:37.356Z] Recommended packages: [2021-01-28T00:46:37.356Z] gnupg libsasl2-modules [2021-01-28T00:46:37.356Z] The following NEW packages will be installed: [2021-01-28T00:46:37.356Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:46:37.356Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:46:37.356Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:46:37.356Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T00:46:37.356Z] The following packages will be upgraded: [2021-01-28T00:46:37.356Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T00:46:37.618Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T00:46:37.618Z] Need to get 3533 kB of archives. [2021-01-28T00:46:37.618Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T00:46:37.618Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T00:46:37.618Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T00:46:37.882Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T00:46:38.147Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T00:46:38.147Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T00:46:38.147Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-28T00:46:38.147Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T00:46:38.147Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T00:46:38.147Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T00:46:38.147Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T00:46:38.409Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T00:46:38.409Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T00:46:38.409Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T00:46:38.409Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T00:46:38.409Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T00:46:38.409Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T00:46:38.409Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T00:46:38.409Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T00:46:38.409Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T00:46:38.409Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T00:46:38.409Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T00:46:38.409Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T00:46:38.673Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:46:38.673Z] Fetched 3533 kB in 1s (3191 kB/s) [2021-01-28T00:46:38.673Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:46:38.673Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:46:38.935Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:46:38.935Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:46:38.935Z] Selecting previously unselected package udev. [2021-01-28T00:46:38.935Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:46:38.935Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:46:38.935Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T00:46:39.167Z] $ docker top fb548be4561fb76d2f0cdcbd9ae13da11333aa5b41b3e57a1f7203cc22784e13 -eo pid,comm [2021-01-28T00:46:39.196Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T00:46:39.196Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:46:39.196Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:46:39.461Z] Selecting previously unselected package fuse. [2021-01-28T00:46:39.461Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:46:39.461Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:46:39.461Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:46:39.461Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-01-28T00:46:39.722Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:46:39.723Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:46:39.723Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:46:39.723Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:46:39.723Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T00:46:39.723Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T00:46:39.723Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:46:39.986Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T00:46:39.986Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:39.986Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:39.986Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T00:46:39.986Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:39.986Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:39.986Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T00:46:39.986Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.168Z] + docker-compose build --help [2021-01-28T00:46:40.168Z] + grep parallel [2021-01-28T00:46:40.247Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.247Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T00:46:40.247Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.247Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.247Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T00:46:40.247Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.247Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.247Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T00:46:40.247Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.507Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.507Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T00:46:40.507Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.507Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.507Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T00:46:40.507Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.507Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.507Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T00:46:40.507Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:46:40.768Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:40.768Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T00:46:40.768Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:46:40.768Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:46:40.768Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T00:46:40.768Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:46:40.768Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:46:40.768Z] Selecting previously unselected package libldap-common. [2021-01-28T00:46:40.768Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T00:46:40.768Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:46:41.028Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T00:46:41.028Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T00:46:41.028Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:46:41.028Z] Selecting previously unselected package dirmngr. [2021-01-28T00:46:41.028Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:46:41.028Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:46:41.290Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:46:41.290Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T00:46:41.290Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:46:41.290Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:46:41.290Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:46:41.291Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T00:46:41.291Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:41.291Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:46:41.551Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:46:41.551Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T00:46:42.122Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T00:46:42.122Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.122Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T00:46:42.122Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:46:42.122Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T00:46:42.381Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:46:42.381Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:46:42.381Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:46:42.642Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:46:43.218Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T00:46:43.219Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T00:46:43.219Z] This means they are not meant to be enabled using systemctl. [2021-01-28T00:46:43.219Z] Possible reasons for having this kind of units are: [2021-01-28T00:46:43.219Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T00:46:43.219Z] .wants/ or .requires/ directory. [2021-01-28T00:46:43.219Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T00:46:43.219Z] a requirement dependency on it. [2021-01-28T00:46:43.219Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T00:46:43.219Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T00:46:43.219Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T00:46:43.219Z] instance name specified. [2021-01-28T00:46:43.479Z] Reading package lists... [2021-01-28T00:46:43.479Z] Building dependency tree... [2021-01-28T00:46:43.479Z] Reading state information... [2021-01-28T00:46:43.740Z] The following additional packages will be installed: [2021-01-28T00:46:43.740Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T00:46:43.740Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T00:46:43.740Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T00:46:43.740Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T00:46:43.740Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T00:46:43.740Z] Suggested packages: [2021-01-28T00:46:43.740Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T00:46:43.740Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T00:46:43.740Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T00:46:43.740Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T00:46:43.740Z] systemd-container policykit-1 [2021-01-28T00:46:43.740Z] Recommended packages: [2021-01-28T00:46:43.740Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T00:46:43.740Z] The following NEW packages will be installed: [2021-01-28T00:46:43.740Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T00:46:43.740Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T00:46:43.740Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T00:46:43.740Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T00:46:43.740Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T00:46:43.740Z] The following packages will be upgraded: [2021-01-28T00:46:43.740Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T00:46:43.740Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T00:46:43.740Z] Need to get 35.2 MB of archives. [2021-01-28T00:46:43.740Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T00:46:43.740Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T00:46:44.001Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T00:46:44.001Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T00:46:44.001Z] 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-28T00:46:44.001Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T00:46:44.001Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T00:46:44.001Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T00:46:44.001Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T00:46:44.001Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T00:46:44.001Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T00:46:44.001Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T00:46:44.001Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T00:46:44.262Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T00:46:44.262Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T00:46:44.262Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T00:46:44.262Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T00:46:44.262Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T00:46:44.262Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T00:46:44.446Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:46:44.475Z] $ docker stop --time=1 fb548be4561fb76d2f0cdcbd9ae13da11333aa5b41b3e57a1f7203cc22784e13 [2021-01-28T00:46:44.831Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T00:46:44.831Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T00:46:44.831Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T00:46:44.831Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T00:46:44.831Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T00:46:44.831Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T00:46:44.831Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T00:46:44.831Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T00:46:44.831Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T00:46:44.831Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T00:46:44.831Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T00:46:44.831Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T00:46:46.219Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:46:46.219Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-28T00:46:46.219Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:46:46.219Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:46:46.219Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:46:46.450Z] $ docker rm -f fb548be4561fb76d2f0cdcbd9ae13da11333aa5b41b3e57a1f7203cc22784e13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:46:47.166Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:46:47.166Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:46:47.166Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:46:47.166Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:46:47.166Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:46:47.166Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:46:47.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:46:47.185Z] . [Pipeline] withDockerContainer [2021-01-28T00:46:47.407Z] prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container [2021-01-28T00:46:47.425Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T00:46:47.425Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:46:47.425Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:46:47.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T00:46:47.694Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:46:47.955Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T00:46:47.955Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T00:46:48.216Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T00:46:48.477Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T00:46:48.477Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:46:48.477Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:46:48.738Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T00:46:48.738Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:46:48.738Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:49.002Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T00:46:49.002Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T00:46:49.002Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:46:49.002Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T00:46:49.002Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:46:49.002Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:49.095Z] $ docker top 406578ac493795c6861166c72fca3beac56590fd773779400acbccbd57f9581c -eo pid,comm [2021-01-28T00:46:49.264Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:46:49.264Z] Checking for services that may need to be restarted...done. [2021-01-28T00:46:49.264Z] Checking for services that may need to be restarted...done. [2021-01-28T00:46:49.264Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-01-28T00:46:49.527Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:46:49.527Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:50.099Z] Selecting previously unselected package python3-minimal. [2021-01-28T00:46:50.099Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T00:46:50.099Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:46:50.099Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:46:50.099Z] Selecting previously unselected package mime-support. [2021-01-28T00:46:50.099Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T00:46:50.099Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T00:46:50.128Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:46:50.361Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T00:46:50.361Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T00:46:50.361Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:46:50.361Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T00:46:50.361Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:46:50.361Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:50.620Z] Selecting previously unselected package python3.6. [2021-01-28T00:46:50.620Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:46:50.620Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:50.620Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T00:46:50.620Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:46:50.620Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:46:50.620Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:46:50.881Z] Selecting previously unselected package python3. [2021-01-28T00:46:50.881Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T00:46:50.881Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:46:51.146Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T00:46:51.146Z] Selecting previously unselected package multiarch-support. [2021-01-28T00:46:51.146Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:46:51.146Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:46:51.146Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:46:51.146Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T00:46:51.146Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T00:46:51.146Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T00:46:51.146Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:46:51.408Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T00:46:51.408Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T00:46:51.408Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:46:51.408Z] Selecting previously unselected package sudo. [2021-01-28T00:46:51.408Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T00:46:51.408Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:46:51.408Z] Selecting previously unselected package apparmor. [2021-01-28T00:46:51.408Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:46:51.408Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:46:51.670Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T00:46:51.670Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T00:46:51.670Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:46:51.670Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T00:46:51.670Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:46:51.670Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:51.931Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T00:46:51.931Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:46:51.931Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:51.931Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T00:46:51.931Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T00:46:51.931Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:46:51.931Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T00:46:51.931Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:46:51.931Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:52.877Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T00:46:52.877Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:46:52.877Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:52.877Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T00:46:52.877Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T00:46:52.877Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:46:53.137Z] Selecting previously unselected package openssh-client. [2021-01-28T00:46:53.137Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T00:46:53.137Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:46:53.398Z] Selecting previously unselected package squashfs-tools. [2021-01-28T00:46:53.398Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:46:53.398Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:46:53.398Z] Selecting previously unselected package snapd. [2021-01-28T00:46:53.398Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T00:46:53.398Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T00:46:54.480Z] Building docker-core-command-go ... [2021-01-28T00:46:54.480Z] Building docker-core-data-go ... [2021-01-28T00:46:54.480Z] Building docker-core-metadata-go ... [2021-01-28T00:46:54.480Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:46:54.480Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:46:54.480Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:46:54.480Z] Building docker-support-notifications-go ... [2021-01-28T00:46:54.480Z] Building docker-support-scheduler-go ... [2021-01-28T00:46:54.480Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:46:54.480Z] Building docker-core-data-go [2021-01-28T00:46:54.480Z] Building docker-security-bootstrapper-go [2021-01-28T00:46:54.480Z] Building docker-support-notifications-go [2021-01-28T00:46:54.480Z] Building docker-core-metadata-go [2021-01-28T00:46:54.480Z] Building docker-security-proxy-setup-go [2021-01-28T00:46:55.940Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:46:55.940Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:46:55.940Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T00:46:55.940Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:46:55.940Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:46:55.940Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:55.940Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:46:56.212Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T00:46:56.212Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T00:46:57.160Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:46:57.160Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:46:57.160Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:46:57.160Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:57.160Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:57.160Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:46:58.100Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:46:58.100Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:46:58.100Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:46:58.100Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T00:46:58.100Z] running python rtupdate hooks for python3.6... [2021-01-28T00:46:58.100Z] running python post-rtupdate hooks for python3.6... [2021-01-28T00:46:58.360Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:46:59.747Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T00:47:00.008Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:47:00.008Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:47:00.008Z] Setting up snapd (2.48+18.04) ... [2021-01-28T00:47:00.578Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T00:47:00.839Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T00:47:01.099Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T00:47:01.099Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T00:47:01.362Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:47:01.362Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:47:01.621Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T00:47:01.883Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T00:47:02.146Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T00:47:02.406Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T00:47:02.406Z] /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-28T00:47:02.406Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:47:02.406Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:47:03.794Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:47:04.057Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:47:04.057Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:47:04.316Z] Fetched 88.7 kB in 0s (238 kB/s) [2021-01-28T00:47:05.701Z] Reading package lists... [2021-01-28T00:47:05.961Z] Reading package lists... [2021-01-28T00:47:05.961Z] Building dependency tree... [2021-01-28T00:47:05.961Z] Reading state information... [2021-01-28T00:47:06.221Z] Calculating upgrade... [2021-01-28T00:47:06.221Z] The following packages will be upgraded: [2021-01-28T00:47:06.221Z] advancecomp base-files bash binutils binutils-common [2021-01-28T00:47:06.221Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T00:47:06.221Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T00:47:06.221Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T00:47:06.221Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T00:47:06.221Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T00:47:06.221Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T00:47:06.221Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T00:47:06.221Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T00:47:06.221Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T00:47:06.221Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T00:47:06.221Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T00:47:06.221Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T00:47:06.221Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T00:47:06.221Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T00:47:06.483Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:47:06.483Z] Need to get 63.8 MB of archives. [2021-01-28T00:47:06.483Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T00:47:06.483Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T00:47:06.483Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T00:47:07.059Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T00:47:07.059Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T00:47:07.059Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T00:47:07.059Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T00:47:07.059Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T00:47:07.059Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T00:47:07.059Z] 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-28T00:47:07.059Z] 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-28T00:47:07.059Z] 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-28T00:47:07.320Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T00:47:07.320Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T00:47:07.320Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T00:47:07.320Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T00:47:07.320Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T00:47:07.320Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T00:47:07.320Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T00:47:07.320Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T00:47:07.320Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T00:47:07.320Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T00:47:07.320Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T00:47:07.320Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T00:47:07.320Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T00:47:07.320Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T00:47:07.320Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T00:47:07.320Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T00:47:07.320Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T00:47:07.320Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T00:47:07.582Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T00:47:07.582Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T00:47:07.582Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T00:47:07.582Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T00:47:07.582Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T00:47:07.582Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T00:47:07.582Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T00:47:07.582Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T00:47:07.582Z] 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-28T00:47:07.582Z] 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-28T00:47:07.582Z] 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-28T00:47:07.582Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T00:47:07.582Z] Get:42 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-28T00:47:07.582Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T00:47:07.582Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T00:47:07.582Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T00:47:07.582Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T00:47:07.843Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T00:47:07.843Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T00:47:07.843Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T00:47:07.843Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T00:47:07.843Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T00:47:07.843Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T00:47:07.843Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T00:47:07.843Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T00:47:07.843Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T00:47:07.843Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T00:47:07.843Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T00:47:07.843Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T00:47:07.843Z] 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-28T00:47:07.843Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T00:47:07.843Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T00:47:07.843Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T00:47:07.843Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T00:47:07.843Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T00:47:07.843Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T00:47:07.843Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T00:47:08.106Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T00:47:08.106Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T00:47:08.106Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T00:47:08.106Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T00:47:08.106Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T00:47:08.106Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T00:47:08.106Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T00:47:08.106Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T00:47:08.106Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T00:47:08.106Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T00:47:08.106Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T00:47:08.106Z] 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-28T00:47:08.106Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T00:47:08.106Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T00:47:08.106Z] 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-28T00:47:08.106Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T00:47:08.106Z] 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-28T00:47:08.373Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T00:47:08.373Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T00:47:08.373Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T00:47:08.373Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T00:47:08.373Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T00:47:08.373Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T00:47:08.373Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T00:47:08.945Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T00:47:09.517Z] 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-28T00:47:09.517Z] 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-28T00:47:09.517Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T00:47:09.777Z] 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-28T00:47:09.777Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T00:47:09.777Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T00:47:09.777Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T00:47:09.777Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T00:47:10.040Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:47:10.040Z] Fetched 63.8 MB in 3s (18.5 MB/s) [2021-01-28T00:47:10.040Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:10.040Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:47:10.040Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:47:10.984Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:47:10.984Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:47:10.984Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T00:47:10.984Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T00:47:11.926Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:11.926Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:11.926Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:11.926Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.188Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.188Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.188Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.188Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.448Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.448Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.448Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.448Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.448Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.708Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.708Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:12.708Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:47:12.708Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.708Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.970Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:12.970Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:47:12.970Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.970Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:12.970Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:12.970Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:13.230Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:13.230Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:47:13.498Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:13.498Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:47:13.498Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:47:13.761Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:47:14.021Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:47:14.281Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:47:14.281Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T00:47:14.281Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T00:47:14.281Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T00:47:14.541Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T00:47:14.541Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T00:47:14.854Z] Installing new version of config file /etc/issue ... [2021-01-28T00:47:14.854Z] Installing new version of config file /etc/issue.net ... [2021-01-28T00:47:14.854Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T00:47:14.854Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T00:47:15.120Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T00:47:15.120Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T00:47:15.120Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T00:47:15.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:15.120Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T00:47:15.120Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T00:47:15.381Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T00:47:15.381Z] 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-28T00:47:15.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:15.381Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:15.381Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:15.645Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:15.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:15.645Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T00:47:15.645Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T00:47:15.908Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T00:47:15.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:15.908Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T00:47:15.908Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:47:16.169Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T00:47:16.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:16.430Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:47:16.430Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:47:16.430Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:47:16.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:16.692Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:47:16.692Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:47:16.692Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T00:47:16.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:16.692Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T00:47:16.956Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T00:47:16.956Z] Setting up grep (3.1-2build1) ... [2021-01-28T00:47:16.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:16.956Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:47:16.956Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:47:17.216Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T00:47:17.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:17.216Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:47:17.216Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:47:17.476Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T00:47:17.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:17.476Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:47:17.476Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:47:18.047Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:47:18.047Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:47:18.047Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:47:18.307Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:47:18.880Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T00:47:18.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:18.880Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T00:47:18.880Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:47:20.268Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:47:20.268Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:47:20.268Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:47:20.268Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:47:20.268Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:47:20.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:20.534Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T00:47:20.534Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T00:47:20.534Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T00:47:20.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:20.793Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:20.793Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:20.793Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:21.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:21.054Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:21.054Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:21.054Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:21.054Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:21.054Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:21.314Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:21.314Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:21.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:21.314Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:21.314Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:21.574Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:21.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:21.574Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:47:21.574Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:47:21.574Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:47:21.834Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:47:21.834Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:47:21.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:21.834Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:47:21.834Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:47:22.094Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:47:22.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:22.094Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:22.094Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:22.354Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:22.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:22.354Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:22.354Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:22.614Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:22.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:22.614Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:22.614Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:23.184Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:23.447Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T00:47:23.706Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T00:47:23.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:23.706Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:47:23.706Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:47:23.969Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:47:24.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:47:24.232Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T00:47:24.232Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:47:24.232Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T00:47:24.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:24.492Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T00:47:24.492Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T00:47:24.492Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T00:47:24.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:24.754Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T00:47:25.014Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:47:25.014Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:47:25.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:25.014Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T00:47:25.276Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:47:25.276Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:47:25.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:25.276Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:47:25.276Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:47:25.615Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:47:25.615Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:25.615Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:47:25.615Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:47:25.884Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:47:25.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:25.884Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:47:25.884Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:47:26.163Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:47:26.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:26.461Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:47:26.461Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:47:26.461Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:47:26.461Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:47:26.461Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:47:26.757Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:47:26.757Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:47:26.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:26.757Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T00:47:26.757Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T00:47:27.028Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T00:47:27.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:27.028Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T00:47:27.028Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:47:27.327Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:47:27.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:27.598Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:47:27.598Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:47:27.598Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:47:27.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:27.598Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T00:47:27.858Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T00:47:27.858Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T00:47:27.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:27.858Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:47:27.858Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:47:28.430Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T00:47:28.430Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:28.430Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:47:28.430Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:47:28.690Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T00:47:28.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:28.690Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T00:47:28.690Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T00:47:28.950Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T00:47:29.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:29.217Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T00:47:29.480Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T00:47:29.480Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T00:47:29.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:29.741Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T00:47:29.741Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T00:47:29.741Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T00:47:30.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:30.005Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T00:47:30.005Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T00:47:30.005Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T00:47:30.267Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:30.267Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:47:30.267Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T00:47:30.267Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T00:47:30.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:47:30.532Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T00:47:30.532Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T00:47:30.532Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T00:47:30.803Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T00:47:30.803Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:47:30.803Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:47:30.803Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:47:30.803Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:47:31.068Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:47:31.068Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:47:31.328Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T00:47:31.328Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T00:47:31.328Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:47:31.588Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T00:47:31.588Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:47:31.588Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T00:47:31.588Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T00:47:31.588Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T00:47:31.850Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T00:47:31.850Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T00:47:31.850Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T00:47:31.850Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T00:47:32.110Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T00:47:32.110Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T00:47:32.110Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T00:47:32.110Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T00:47:32.369Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T00:47:32.369Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T00:47:32.943Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T00:47:33.204Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T00:47:33.204Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:47:33.204Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T00:47:33.204Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:47:33.204Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:47:33.774Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:47:33.774Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:47:33.774Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:47:33.774Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:47:33.774Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:47:34.036Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:47:34.036Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:34.036Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:34.036Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:34.036Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:34.296Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:34.296Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:34.556Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:34.556Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:35.495Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:35.495Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:36.441Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:36.441Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:37.020Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:37.020Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:37.590Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:37.590Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:38.530Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:47:38.531Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:47:38.531Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:47:38.531Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:47:38.531Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:47:38.792Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:47:38.792Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:47:38.792Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:47:39.051Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T00:47:39.051Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T00:47:39.051Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:47:39.051Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:47:39.311Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:47:39.311Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:47:39.311Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T00:47:39.311Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T00:47:39.574Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:39.574Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:47:39.574Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:39.574Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:39.574Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:39.574Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T00:47:39.574Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T00:47:39.574Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T00:47:39.834Z] [2021-01-28T00:47:39.834Z] Current default time zone: 'Etc/UTC' [2021-01-28T00:47:39.834Z] Local time is now: Thu Jan 28 00:47:39 UTC 2021. [2021-01-28T00:47:39.834Z] Universal Time is now: Thu Jan 28 00:47:39 UTC 2021. [2021-01-28T00:47:39.834Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T00:47:39.834Z] [2021-01-28T00:47:39.834Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T00:47:39.834Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:39.834Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T00:47:40.097Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:47:40.097Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T00:47:40.097Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T00:47:40.097Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:47:40.097Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:47:40.097Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T00:47:40.097Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:47:40.097Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:40.097Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:47:40.359Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:40.359Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:47:40.621Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:40.621Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T00:47:40.621Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:47:40.621Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T00:47:40.621Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:47:40.621Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T00:47:40.621Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T00:47:40.621Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:47:40.621Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:47:42.004Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:47:42.943Z] 22 added, 17 removed; done. [2021-01-28T00:47:42.943Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:47:42.943Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:47:42.943Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T00:47:42.943Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T00:47:42.943Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T00:47:43.204Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.204Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:47:43.204Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.204Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.204Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.204Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.204Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.204Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T00:47:43.463Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:47:43.463Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:47:43.463Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T00:47:43.463Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:47:43.463Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.463Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:47:43.463Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:47:43.463Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T00:47:43.722Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:47:43.722Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:47:43.722Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:47:43.722Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T00:47:43.722Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:47:43.722Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:47:44.295Z] 0 added, 0 removed; done. [2021-01-28T00:47:44.295Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T00:47:44.295Z] done. [2021-01-28T00:47:44.873Z] Reading package lists... [2021-01-28T00:47:45.142Z] Building dependency tree... [2021-01-28T00:47:45.142Z] Reading state information... [2021-01-28T00:47:45.404Z] The following NEW packages will be installed: [2021-01-28T00:47:45.404Z] apt-transport-https [2021-01-28T00:47:45.667Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:47:45.667Z] Need to get 1696 B of archives. [2021-01-28T00:47:45.667Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T00:47:45.667Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T00:47:45.667Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:47:45.667Z] Fetched 1696 B in 0s (8402 B/s) [2021-01-28T00:47:45.667Z] Selecting previously unselected package apt-transport-https. [2021-01-28T00:47:45.667Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T00:47:45.667Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T00:47:45.667Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:47:45.942Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:47:46.204Z] Waiting for network to be ready... [2021-01-28T00:47:52.789Z] 2021-01-28T00:47:49Z INFO Waiting for automatic snapd restart... [2021-01-28T00:47:52.789Z] snapd 2.48.2 from Canonical* installed [2021-01-28T00:47:53.748Z] "snapd" switched to the "latest/stable" channel [2021-01-28T00:47:53.748Z] [2021-01-28T00:47:57.957Z] core18 20201210 from Canonical* installed [2021-01-28T00:47:58.225Z] "core18" switched to the "latest/stable" channel [2021-01-28T00:47:58.225Z] [2021-01-28T00:48:02.491Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:02.491Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:02.491Z] ---> 48c95bec95b9 [2021-01-28T00:48:02.491Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:48:02.491Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:02.491Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:02.491Z] ---> 48c95bec95b9 [2021-01-28T00:48:02.491Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:48:02.491Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:02.491Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:02.491Z] ---> 48c95bec95b9 [2021-01-28T00:48:02.491Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:48:02.491Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:02.491Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:02.491Z] ---> 48c95bec95b9 [2021-01-28T00:48:02.491Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:48:02.491Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:02.491Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:02.491Z] ---> 48c95bec95b9 [2021-01-28T00:48:02.491Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:48:03.555Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:48:03.555Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T00:48:03.555Z] [2021-01-28T00:48:05.899Z] ---> Running in f3360dc5946f [2021-01-28T00:48:05.899Z] ---> Running in f47a57f03e8e [2021-01-28T00:48:05.899Z] ---> Running in 3d32af271f04 [2021-01-28T00:48:05.899Z] ---> Running in a6941938e9d0 [2021-01-28T00:48:05.899Z] ---> Running in 2266a55853c3 [2021-01-28T00:48:06.501Z] Removing intermediate container f47a57f03e8e [2021-01-28T00:48:06.501Z] ---> 6c5d0672461e [2021-01-28T00:48:06.501Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:06.775Z] Removing intermediate container 3d32af271f04 [2021-01-28T00:48:06.775Z] ---> cd6ca1db4420 [2021-01-28T00:48:06.775Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:06.775Z] Removing intermediate container 2266a55853c3 [2021-01-28T00:48:06.775Z] ---> 0e5c96b1e875 [2021-01-28T00:48:06.775Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:06.775Z] ---> Running in 50f6b9f68be5 [2021-01-28T00:48:06.775Z] Removing intermediate container f3360dc5946f [2021-01-28T00:48:06.775Z] ---> 059a1cf2165f [2021-01-28T00:48:06.775Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:06.854Z] 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-28T00:48:06.854Z] - README.md [2021-01-28T00:48:06.854Z] - snapcraft.yaml.orig [2021-01-28T00:48:06.854Z] [2021-01-28T00:48:06.854Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:48:07.046Z] Removing intermediate container a6941938e9d0 [2021-01-28T00:48:07.047Z] ---> 790e36724c6b [2021-01-28T00:48:07.047Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:07.047Z] ---> Running in 1ab4bce66506 [2021-01-28T00:48:07.047Z] ---> Running in 0ee66afff6eb [2021-01-28T00:48:07.047Z] ---> Running in 1789e39a63a5 [2021-01-28T00:48:07.047Z] ---> Running in 53494a8f2517 [2021-01-28T00:48:10.449Z] Removing intermediate container 50f6b9f68be5 [2021-01-28T00:48:10.449Z] ---> 1a4a32dbd7e2 [2021-01-28T00:48:10.449Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:48:10.721Z] ---> Running in 90adad73a398 [2021-01-28T00:48:10.721Z] Removing intermediate container 1ab4bce66506 [2021-01-28T00:48:10.721Z] ---> 5a0e54050355 [2021-01-28T00:48:10.721Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:48:10.721Z] Removing intermediate container 53494a8f2517 [2021-01-28T00:48:10.721Z] ---> 206d9f2ecfca [2021-01-28T00:48:10.721Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:48:10.995Z] ---> Running in 8ef3fc29507c [2021-01-28T00:48:10.995Z] ---> Running in 4672750750ee [2021-01-28T00:48:11.274Z] Removing intermediate container 0ee66afff6eb [2021-01-28T00:48:11.274Z] ---> 76f562f742f7 [2021-01-28T00:48:11.274Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:48:11.546Z] ---> Running in 4f0cc8b82151 [2021-01-28T00:48:11.826Z] Removing intermediate container 1789e39a63a5 [2021-01-28T00:48:11.826Z] ---> 1ccab9c46f69 [2021-01-28T00:48:11.826Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:48:12.100Z] ---> Running in 16f6e990497d [2021-01-28T00:48:12.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:12.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:13.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:13.430Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:48:13.430Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:48:13.430Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:48:13.430Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:48:13.430Z] Fetched 88.7 kB in 0s (184 kB/s) [2021-01-28T00:48:13.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:13.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:13.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:13.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:14.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:14.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:14.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:14.660Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:14.939Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:14.939Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:15.339Z] Reading package lists... [2021-01-28T00:48:15.560Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:15.599Z] 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-28T00:48:15.850Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:16.453Z] Removing intermediate container 90adad73a398 [2021-01-28T00:48:16.453Z] ---> de7a0b79e5dd [2021-01-28T00:48:16.453Z] Step 6/23 : COPY go.mod . [2021-01-28T00:48:16.731Z] Removing intermediate container 8ef3fc29507c [2021-01-28T00:48:16.731Z] ---> 7ff126a51112 [2021-01-28T00:48:16.731Z] Step 6/23 : COPY go.mod . [2021-01-28T00:48:17.012Z] Removing intermediate container 4672750750ee [2021-01-28T00:48:17.012Z] ---> 6a356649b1d2 [2021-01-28T00:48:17.012Z] Step 6/22 : COPY go.mod . [2021-01-28T00:48:17.625Z] ---> fd4d7dcfa7cb [2021-01-28T00:48:17.625Z] Step 7/23 : RUN go mod download [2021-01-28T00:48:17.625Z] Removing intermediate container 16f6e990497d [2021-01-28T00:48:17.625Z] ---> 37939d8a6235 [2021-01-28T00:48:17.625Z] Step 6/34 : COPY go.mod . [2021-01-28T00:48:17.625Z] Removing intermediate container 4f0cc8b82151 [2021-01-28T00:48:17.625Z] ---> 935d3a4d8445 [2021-01-28T00:48:17.625Z] Step 6/21 : COPY go.mod . [2021-01-28T00:48:17.903Z] ---> 094278379245 [2021-01-28T00:48:17.903Z] Step 7/23 : RUN go mod download [2021-01-28T00:48:17.903Z] ---> Running in e0df21653f8e [2021-01-28T00:48:17.903Z] ---> 68a668f48dfe [2021-01-28T00:48:17.903Z] Step 7/22 : RUN go mod download [2021-01-28T00:48:18.501Z] ---> Running in 4a47e107679b [2021-01-28T00:48:18.501Z] ---> Running in a2286558491e [2021-01-28T00:48:18.501Z] ---> 17e6a3965a89 [2021-01-28T00:48:18.501Z] Step 7/34 : RUN go mod download [2021-01-28T00:48:18.774Z] ---> Running in db5a868c35b2 [2021-01-28T00:48:18.774Z] ---> ae9d166d76c7 [2021-01-28T00:48:18.774Z] Step 7/21 : RUN go mod download [2021-01-28T00:48:19.385Z] ---> Running in b716a22b3df6 [2021-01-28T00:48:22.025Z] Removing intermediate container e0df21653f8e [2021-01-28T00:48:22.025Z] ---> 12b528040f54 [2021-01-28T00:48:22.025Z] Step 8/23 : COPY . . [2021-01-28T00:48:22.229Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:48:22.229Z] Reading package lists... [2021-01-28T00:48:22.229Z] Building dependency tree... [2021-01-28T00:48:22.229Z] Reading state information... [2021-01-28T00:48:22.229Z] Suggested packages: [2021-01-28T00:48:22.229Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T00:48:22.229Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T00:48:22.229Z] Recommended packages: [2021-01-28T00:48:22.229Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T00:48:22.229Z] The following NEW packages will be installed: [2021-01-28T00:48:22.229Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T00:48:22.229Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T00:48:22.229Z] pkg-config zip [2021-01-28T00:48:22.229Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:48:22.229Z] Need to get 7655 kB of archives. [2021-01-28T00:48:22.229Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T00:48:22.229Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T00:48:22.229Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T00:48:22.490Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T00:48:22.490Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T00:48:22.490Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T00:48:22.490Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T00:48:22.752Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T00:48:22.752Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T00:48:22.752Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T00:48:22.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T00:48:23.012Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T00:48:23.012Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T00:48:23.012Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T00:48:23.272Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T00:48:23.272Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T00:48:23.272Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:48:23.272Z] Fetched 7655 kB in 1s (6680 kB/s) [2021-01-28T00:48:23.465Z] Removing intermediate container a2286558491e [2021-01-28T00:48:23.465Z] ---> 4a48e741f2f1 [2021-01-28T00:48:23.465Z] Step 8/22 : COPY . . [2021-01-28T00:48:23.533Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T00:48:23.533Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T00:48:23.533Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T00:48:23.533Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:48:23.737Z] Removing intermediate container db5a868c35b2 [2021-01-28T00:48:23.737Z] ---> 748a67cd3615 [2021-01-28T00:48:23.737Z] Step 8/34 : COPY . . [2021-01-28T00:48:23.793Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T00:48:23.793Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T00:48:23.793Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:48:23.793Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T00:48:23.793Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T00:48:23.793Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:48:23.793Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T00:48:23.793Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T00:48:23.793Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:48:24.011Z] Removing intermediate container 4a47e107679b [2021-01-28T00:48:24.011Z] ---> 284a80fe20b5 [2021-01-28T00:48:24.011Z] Step 8/23 : COPY . . [2021-01-28T00:48:24.062Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T00:48:24.062Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T00:48:24.062Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:48:24.062Z] Selecting previously unselected package liberror-perl. [2021-01-28T00:48:24.062Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T00:48:24.062Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T00:48:24.062Z] Selecting previously unselected package git-man. [2021-01-28T00:48:24.062Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T00:48:24.062Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:48:24.322Z] Selecting previously unselected package git. [2021-01-28T00:48:24.322Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T00:48:24.322Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:48:24.622Z] Removing intermediate container b716a22b3df6 [2021-01-28T00:48:24.622Z] ---> e8fda088ea00 [2021-01-28T00:48:24.622Z] Step 8/21 : COPY . . [2021-01-28T00:48:25.261Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T00:48:25.261Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T00:48:25.261Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:48:25.261Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T00:48:25.261Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T00:48:25.261Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:48:25.261Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T00:48:25.261Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T00:48:25.261Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:48:25.523Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T00:48:25.523Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:48:25.523Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:48:25.523Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T00:48:25.523Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:48:25.523Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:48:25.784Z] Selecting previously unselected package pkg-config. [2021-01-28T00:48:25.784Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T00:48:25.784Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:48:25.784Z] Selecting previously unselected package zip. [2021-01-28T00:48:25.784Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T00:48:25.784Z] Unpacking zip (3.0-11build1) ... [2021-01-28T00:48:26.047Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:48:26.047Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:48:26.047Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:48:26.047Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T00:48:26.047Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:48:26.047Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:48:26.047Z] No schema files found: doing nothing. [2021-01-28T00:48:26.048Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:48:26.048Z] Setting up zip (3.0-11build1) ... [2021-01-28T00:48:26.316Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:48:26.316Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:48:26.316Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:48:26.316Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:48:26.316Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:48:26.316Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:48:26.316Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:48:26.316Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:48:33.142Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:48:33.405Z] git set to automatically installed. [2021-01-28T00:48:33.405Z] git-man set to automatically installed. [2021-01-28T00:48:33.405Z] libcurl3-gnutls set to automatically installed. [2021-01-28T00:48:33.405Z] liberror-perl set to automatically installed. [2021-01-28T00:48:33.405Z] libglib2.0-0 set to automatically installed. [2021-01-28T00:48:33.405Z] libnghttp2-14 set to automatically installed. [2021-01-28T00:48:33.405Z] libnorm1 set to automatically installed. [2021-01-28T00:48:33.405Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T00:48:33.405Z] libpsl5 set to automatically installed. [2021-01-28T00:48:33.405Z] librtmp1 set to automatically installed. [2021-01-28T00:48:33.405Z] libsodium23 set to automatically installed. [2021-01-28T00:48:33.405Z] libzmq3-dev set to automatically installed. [2021-01-28T00:48:33.405Z] libzmq5 set to automatically installed. [2021-01-28T00:48:33.405Z] pkg-config set to automatically installed. [2021-01-28T00:48:33.405Z] zip set to automatically installed. [2021-01-28T00:48:34.800Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T00:48:41.414Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:48:41.674Z] snap "core18" has no updates available [2021-01-28T00:48:42.252Z] Pulling config-common [2021-01-28T00:48:43.641Z] Pulling go-build-helper [2021-01-28T00:48:46.864Z] ---> 842a9d8e03fc [2021-01-28T00:48:46.864Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:48:46.864Z] ---> Running in 4faf6f7cb02f [2021-01-28T00:48:46.864Z] ---> b3f09cc1fcf6 [2021-01-28T00:48:46.864Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:48:46.864Z] ---> 35b4c60cd887 [2021-01-28T00:48:46.864Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:48:46.864Z] ---> Running in 6cae7c93ca0d [2021-01-28T00:48:46.864Z] ---> Running in eaca94d35fbb [2021-01-28T00:48:46.864Z] ---> 7f8dfc6ca098 [2021-01-28T00:48:46.864Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:48:46.864Z] ---> aeb9d7883c74 [2021-01-28T00:48:46.864Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:48:46.864Z] ---> Running in 89052fcd5fb4 [2021-01-28T00:48:46.864Z] ---> Running in b0fc7bf94b61 [2021-01-28T00:48:46.864Z] Removing intermediate container eaca94d35fbb [2021-01-28T00:48:46.864Z] ---> 154498db6c5b [2021-01-28T00:48:46.864Z] 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-28T00:48:46.864Z] 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-28T00:48:47.142Z] ---> Running in ef62281098d1 [2021-01-28T00:48:48.154Z] 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-28T00:48:48.761Z] 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-28T00:48:49.369Z] 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-28T00:48:49.369Z] 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-28T00:49:10.359Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:49:10.360Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:49:10.360Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:49:10.360Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:49:10.360Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:49:10.360Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:49:10.360Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:49:10.360Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:49:10.360Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:49:10.360Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:49:10.360Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:49:10.360Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:49:10.360Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:49:10.360Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:49:10.360Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:49:10.360Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:49:10.360Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:49:10.360Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:49:10.360Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:49:10.360Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:49:10.360Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:49:10.360Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:49:10.360Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:49:10.360Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:49:10.360Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:49:10.360Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:49:10.360Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:49:10.360Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T00:49:10.360Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T00:49:10.360Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T00:49:10.360Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T00:49:10.360Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T00:49:10.360Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T00:49:10.360Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T00:49:10.360Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T00:49:10.360Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T00:49:10.360Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T00:49:10.360Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T00:49:10.360Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T00:49:10.360Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T00:49:10.360Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T00:49:10.360Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T00:49:10.360Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T00:49:10.360Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T00:49:10.360Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T00:49:10.360Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T00:49:10.360Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T00:49:10.360Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T00:49:10.360Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T00:49:10.360Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T00:49:10.360Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T00:49:10.360Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T00:49:10.360Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T00:49:10.360Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T00:49:10.360Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T00:49:10.360Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T00:49:10.360Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T00:49:10.360Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T00:49:10.360Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T00:49:10.360Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T00:49:10.360Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T00:49:10.360Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T00:49:10.360Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T00:49:10.360Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T00:49:10.360Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T00:49:10.360Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T00:49:10.360Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T00:49:10.360Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T00:49:10.360Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T00:49:10.360Z] Pulling static-packages [2021-01-28T00:49:10.929Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T00:49:10.929Z] Skipping pull go-build-helper (already ran) [2021-01-28T00:49:10.929Z] Skipping pull static-packages (already ran) [2021-01-28T00:49:10.929Z] Building go-build-helper [2021-01-28T00:49:15.140Z] Building static-packages [2021-01-28T00:49:17.706Z] Staging go-build-helper [2021-01-28T00:49:19.088Z] Staging static-packages [2021-01-28T00:49:20.029Z] Pulling go115 [2021-01-28T00:49:20.968Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T00:49:20.968Z] Skipping pull go115 (already ran) [2021-01-28T00:49:20.968Z] Building go115 [2021-01-28T00:49:20.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:49:20.968Z] Dload Upload Total Spent Left Speed [2021-01-28T00:49:24.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.7M 0 0 19.4M 0 0:00:05 --:--:-- 0:00:05 19.4M 44 115M 44 51.1M 0 0 32.9M 0 0:00:03 0:00:01 0:00:02 32.9M 82 115M 82 94.7M 0 0 37.1M 0 0:00:03 0:00:02 0:00:01 37.1M 100 115M 100 115M 0 0 37.8M 0 0:00:03 0:00:03 --:--:-- 37.8M [2021-01-28T00:49:25.048Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T00:49:30.336Z] Staging go115 [2021-01-28T00:49:36.934Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:49:36.934Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:49:36.934Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:49:36.934Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T00:49:36.934Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T00:49:36.934Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T00:49:36.934Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T00:49:36.934Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T00:49:36.934Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T00:49:36.934Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T00:49:36.934Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T00:49:36.934Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T00:49:36.934Z] Pulling edgex-go [2021-01-28T00:49:37.875Z] Pulling version [2021-01-28T00:49:39.265Z] Building config-common [2021-01-28T00:49:41.811Z] Skipping build go-build-helper (already ran) [2021-01-28T00:49:41.812Z] Skipping build static-packages (already ran) [2021-01-28T00:49:41.812Z] Skipping build go115 (already ran) [2021-01-28T00:49:41.812Z] Building edgex-go [2021-01-28T00:49:42.384Z] 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-28T00:49:43.324Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T00:49:43.324Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T00:49:43.324Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T00:49:43.324Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T00:49:43.324Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T00:49:43.605Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T00:49:43.605Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T00:49:43.605Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T00:49:43.605Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T00:49:43.605Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T00:49:43.605Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T00:49:43.605Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T00:49:43.605Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T00:49:43.605Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T00:49:43.605Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T00:49:43.605Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T00:49:43.605Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T00:49:43.605Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T00:49:43.605Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T00:49:43.605Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T00:49:43.605Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T00:49:43.605Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T00:49:43.867Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T00:49:43.867Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T00:49:43.867Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T00:49:43.867Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T00:49:43.867Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T00:49:43.867Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T00:49:44.139Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T00:49:44.139Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T00:49:44.139Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T00:49:52.307Z] 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-28T00:49:57.697Z] 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-28T00:49:57.697Z] 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-28T00:49:59.093Z] 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-28T00:49:59.354Z] 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-28T00:49:59.354Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T00:49:59.616Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T00:49:59.616Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T00:49:59.616Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T00:50:01.009Z] 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-28T00:50:01.009Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T00:50:01.009Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T00:50:02.407Z] 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-28T00:50:03.357Z] 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-28T00:50:03.357Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T00:50:04.740Z] 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-28T00:50:05.317Z] 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-28T00:50:06.256Z] 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-28T00:50:06.256Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T00:50:07.200Z] 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-28T00:50:07.461Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T00:50:10.765Z] Building version [2021-01-28T00:50:11.167Z] 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-28T00:50:11.167Z] 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-28T00:50:14.062Z] Staging config-common [2021-01-28T00:50:14.631Z] Skipping stage go-build-helper (already ran) [2021-01-28T00:50:14.631Z] Skipping stage static-packages (already ran) [2021-01-28T00:50:14.631Z] Skipping stage go115 (already ran) [2021-01-28T00:50:14.631Z] Staging edgex-go [2021-01-28T00:50:15.580Z] Staging version [2021-01-28T00:50:17.038Z] Priming config-common [2021-01-28T00:50:18.039Z] Priming go-build-helper [2021-01-28T00:50:18.992Z] Priming static-packages [2021-01-28T00:50:21.539Z] Priming go115 [2021-01-28T00:50:22.486Z] Priming edgex-go [2021-01-28T00:50:23.870Z] Priming version [2021-01-28T00:50:25.260Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-28T00:50:26.278Z] Removing intermediate container b0fc7bf94b61 [2021-01-28T00:50:26.278Z] ---> f07bbb39326c [2021-01-28T00:50:26.278Z] [2021-01-28T00:50:26.278Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:50:26.278Z] 3.12: Pulling from library/alpine [2021-01-28T00:50:26.278Z] Removing intermediate container 6cae7c93ca0d [2021-01-28T00:50:26.278Z] ---> f927625ef02a [2021-01-28T00:50:26.278Z] [2021-01-28T00:50:26.278Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:50:26.278Z] 3.12: Pulling from library/alpine [2021-01-28T00:50:26.278Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:50:26.278Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:50:26.278Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:50:26.278Z] ---> afeebe901d6b [2021-01-28T00:50:26.278Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:50:26.278Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:50:26.278Z] ---> afeebe901d6b [2021-01-28T00:50:26.278Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:50:26.278Z] ---> Running in 2d02fc0b29fb [2021-01-28T00:50:26.278Z] ---> Running in 46b805aaa289 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:50:28.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:28.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:28.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:29.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:29.797Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:50:29.797Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:50:29.797Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:50:29.797Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:50:29.797Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:29.797Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:50:29.797Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:50:30.151Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:30.151Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:30.151Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:50:30.462Z] OK: 6 MiB in 16 packages [2021-01-28T00:50:30.462Z] OK: 7 MiB in 18 packages [2021-01-28T00:50:31.996Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:50:31.996Z] + cd /tmp/build/dist/linux [2021-01-28T00:50:31.996Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:50:31.996Z] Cloning into '.'... [2021-01-28T00:50:32.626Z] + go get github.com/robfig/glock [2021-01-28T00:50:34.628Z] Removing intermediate container 2d02fc0b29fb [2021-01-28T00:50:34.628Z] Removing intermediate container 46b805aaa289 [2021-01-28T00:50:34.628Z] ---> 03dc1bc05c45 [2021-01-28T00:50:34.628Z] ---> 8fc8ef884c33 [2021-01-28T00:50:34.628Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:34.628Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:50:34.628Z] ---> Running in a1986844e415 [2021-01-28T00:50:34.628Z] ---> Running in 605a00151b17 [2021-01-28T00:50:35.611Z] Removing intermediate container 605a00151b17 [2021-01-28T00:50:35.611Z] Removing intermediate container a1986844e415 [2021-01-28T00:50:35.611Z] ---> f3231ab6c59b [2021-01-28T00:50:35.611Z] ---> e7271618d3b4 [2021-01-28T00:50:35.611Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:50:35.611Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:50:35.883Z] ---> Running in b53634f2eb47 [2021-01-28T00:50:35.883Z] ---> Running in ebb4a32675c2 [2021-01-28T00:50:36.478Z] Removing intermediate container b53634f2eb47 [2021-01-28T00:50:36.479Z] ---> b790d9ef2428 [2021-01-28T00:50:36.479Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:50:36.754Z] Removing intermediate container ebb4a32675c2 [2021-01-28T00:50:36.754Z] ---> d5a76b82d564 [2021-01-28T00:50:36.754Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:50:36.754Z] ---> Running in ef085f12c586 [2021-01-28T00:50:37.727Z] Removing intermediate container ef085f12c586 [2021-01-28T00:50:37.727Z] ---> 3bee08e08978 [2021-01-28T00:50:37.727Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:38.000Z] ---> c464adca0327 [2021-01-28T00:50:38.000Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:50:39.437Z] ---> 7fbf413136dc [2021-01-28T00:50:39.437Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:50:40.035Z] ---> 5470ba6ff4a7 [2021-01-28T00:50:40.035Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:50:41.468Z] ---> 011ed0543721 [2021-01-28T00:50:41.468Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:42.450Z] ---> b8ae5b6c968a [2021-01-28T00:50:42.450Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:50:42.723Z] ---> d4e2cd99c081 [2021-01-28T00:50:42.723Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:50:42.723Z] ---> Running in 6271811c6659 [2021-01-28T00:50:42.994Z] ---> Running in 6f7219400454 [2021-01-28T00:50:43.974Z] Removing intermediate container 6271811c6659 [2021-01-28T00:50:43.974Z] ---> 83bf0baea521 [2021-01-28T00:50:43.974Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:50:43.974Z] Removing intermediate container 6f7219400454 [2021-01-28T00:50:43.974Z] ---> ed72f1f8b5d8 [2021-01-28T00:50:43.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:44.252Z] ---> Running in e43358926b3c [2021-01-28T00:50:44.252Z] ---> Running in 9ad8929e3f96 [2021-01-28T00:50:46.247Z] Removing intermediate container e43358926b3c [2021-01-28T00:50:46.247Z] ---> 50525380a012 [2021-01-28T00:50:46.247Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:50:46.531Z] Removing intermediate container 9ad8929e3f96 [2021-01-28T00:50:46.531Z] ---> 197e0e4b55ce [2021-01-28T00:50:46.531Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:50:46.809Z] ---> Running in 3b4cfb75e07f [2021-01-28T00:50:46.809Z] ---> Running in aa8f42e48952 [2021-01-28T00:50:47.793Z] Removing intermediate container 89052fcd5fb4 [2021-01-28T00:50:47.793Z] ---> 8ad486a463e4 [2021-01-28T00:50:47.793Z] [2021-01-28T00:50:47.793Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:50:47.793Z] ---> afeebe901d6b [2021-01-28T00:50:47.793Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:50:48.070Z] Removing intermediate container 3b4cfb75e07f [2021-01-28T00:50:48.070Z] ---> 304234998226 [2021-01-28T00:50:48.070Z] Step 20/21 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:50:48.070Z] ---> Running in 46b9cd90c720 [2021-01-28T00:50:48.070Z] Removing intermediate container aa8f42e48952 [2021-01-28T00:50:48.070Z] ---> 48991111e765 [2021-01-28T00:50:48.070Z] Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:50:48.348Z] ---> Running in 8c00e9c701c1 [2021-01-28T00:50:48.625Z] ---> Running in 934389b9aeaf [2021-01-28T00:50:49.233Z] Removing intermediate container 8c00e9c701c1 [2021-01-28T00:50:49.233Z] ---> 380b38795ce1 [2021-01-28T00:50:49.233Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:50:49.517Z] ---> Running in 34d8b80330eb [2021-01-28T00:50:49.517Z] Removing intermediate container 934389b9aeaf [2021-01-28T00:50:49.517Z] ---> df2d36f2d9f0 [2021-01-28T00:50:49.517Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:50:50.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:50.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:51.005Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:51.005Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:51.005Z] OK: 5 MiB in 15 packages [2021-01-28T00:50:51.005Z] ---> Running in 9f950016b43c [2021-01-28T00:50:51.281Z] Removing intermediate container 34d8b80330eb [2021-01-28T00:50:51.281Z] ---> 437be5538576 [2021-01-28T00:50:51.281Z] [2021-01-28T00:50:51.885Z] Removing intermediate container 9f950016b43c [2021-01-28T00:50:51.885Z] ---> 565048750cc3 [2021-01-28T00:50:51.885Z] [2021-01-28T00:50:52.164Z] Successfully built 437be5538576 [2021-01-28T00:50:52.164Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:50:52.164Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-28T00:50:52.441Z] Successfully built 565048750cc3 [2021-01-28T00:50:52.715Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:50:52.715Z] Building docker-security-secretstore-setup-go [2021-01-28T00:50:52.988Z]  Building docker-support-notifications-go ... done Removing intermediate container 46b9cd90c720 [2021-01-28T00:50:52.988Z] ---> 7e9501a14198 [2021-01-28T00:50:52.988Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:53.589Z] ---> Running in 2e476f000337 [2021-01-28T00:50:55.055Z] Removing intermediate container 2e476f000337 [2021-01-28T00:50:55.055Z] ---> 31a58128a54b [2021-01-28T00:50:55.055Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:50:56.043Z] + glock sync -n [2021-01-28T00:50:56.643Z]  ---> Running in daf41c16cc88 [2021-01-28T00:50:56.917Z] Removing intermediate container 4faf6f7cb02f [2021-01-28T00:50:56.917Z] ---> f97ab212556a [2021-01-28T00:50:56.917Z] [2021-01-28T00:50:56.917Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:50:56.917Z] ---> afeebe901d6b [2021-01-28T00:50:56.917Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:50:57.894Z] Removing intermediate container daf41c16cc88 [2021-01-28T00:50:57.894Z] ---> 6d7fe6cd6814 [2021-01-28T00:50:57.894Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:50:57.894Z] ---> Running in 8aefa9dd5f3e [2021-01-28T00:50:58.168Z] ---> Running in 2a1b41cf6764 [2021-01-28T00:50:58.442Z] Removing intermediate container 8aefa9dd5f3e [2021-01-28T00:50:58.442Z] ---> fa1160789f79 [2021-01-28T00:50:58.442Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:50:58.723Z] ---> Running in c5b3a2a5c2a0 [2021-01-28T00:50:58.723Z] Removing intermediate container 2a1b41cf6764 [2021-01-28T00:50:58.723Z] ---> 454288ba0561 [2021-01-28T00:50:58.723Z] Step 15/23 : WORKDIR / [2021-01-28T00:50:59.328Z] ---> Running in 56852ff38f00 [2021-01-28T00:50:59.926Z] Removing intermediate container c5b3a2a5c2a0 [2021-01-28T00:50:59.926Z] ---> 4aa2f441c166 [2021-01-28T00:50:59.926Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:51:00.527Z] ---> Running in 4cb2f49db591 [2021-01-28T00:51:00.801Z] Removing intermediate container 56852ff38f00 [2021-01-28T00:51:00.801Z] ---> 2b8e23f2ac4a [2021-01-28T00:51:00.801Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:01.423Z] Removing intermediate container 4cb2f49db591 [2021-01-28T00:51:01.423Z] ---> f6ae20376f31 [2021-01-28T00:51:01.423Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:02.026Z] ---> d386bc0af688 [2021-01-28T00:51:02.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:51:02.026Z] ---> Running in 960f8dd37e96 [2021-01-28T00:51:03.011Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:51:03.011Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:51:03.011Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:51:03.606Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:51:03.606Z] + git describe '--abbrev=0' --tags [2021-01-28T00:51:03.606Z] + TAG=v0.6.1 [2021-01-28T00:51:03.606Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:51:03.606Z] + apk --print-arch [2021-01-28T00:51:03.606Z] + arch=aarch64 [2021-01-28T00:51:03.606Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:51:03.606Z] + building [dockerize] for arm64 ... [2021-01-28T00:51:03.606Z] CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:51:04.215Z]  ---> ec22aadc7688 [2021-01-28T00:51:04.215Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:51:05.699Z] ---> c96fd6a77852 [2021-01-28T00:51:05.699Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:51:05.699Z] Removing intermediate container 960f8dd37e96 [2021-01-28T00:51:05.699Z] ---> 3905f846c3bd [2021-01-28T00:51:05.699Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:51:05.699Z] ---> Running in 0c2d4b290194 [2021-01-28T00:51:05.983Z] ---> Running in 5f923b2ff657 [2021-01-28T00:51:06.608Z] Removing intermediate container 0c2d4b290194 [2021-01-28T00:51:06.608Z] ---> c03e09ee420b [2021-01-28T00:51:06.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:51:07.204Z] ---> Running in 14b7a8a836ff [2021-01-28T00:51:08.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:08.189Z] Removing intermediate container 14b7a8a836ff [2021-01-28T00:51:08.189Z] ---> 88be38d7a339 [2021-01-28T00:51:08.189Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:51:08.464Z] ---> Running in 5abe8d492b45 [2021-01-28T00:51:08.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:09.011Z] Thu Jan 28 00:51:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:51:09.011Z] + date [2021-01-28T00:51:09.011Z] + echo 'Thu Jan 28 00:51:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:51:09.283Z] Removing intermediate container 5abe8d492b45 [2021-01-28T00:51:09.283Z] ---> 58057e74beb5 [2021-01-28T00:51:09.283Z] Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:51:09.557Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:51:09.557Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:51:09.557Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:51:09.557Z] ---> Running in 63fdfed32b89 [2021-01-28T00:51:09.843Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:51:10.117Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:51:10.117Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:51:10.117Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:10.117Z] OK: 8 MiB in 20 packages [2021-01-28T00:51:10.414Z] Removing intermediate container 63fdfed32b89 [2021-01-28T00:51:10.414Z] ---> edce96e8b07d [2021-01-28T00:51:10.414Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:51:10.691Z] ---> Running in 6e57f0791a35 [2021-01-28T00:51:11.685Z] Removing intermediate container 6e57f0791a35 [2021-01-28T00:51:11.685Z] ---> 7e139ecad064 [2021-01-28T00:51:11.685Z] [2021-01-28T00:51:12.297Z] Successfully built 7e139ecad064 [2021-01-28T00:51:12.571Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:51:12.571Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T00:51:12.571Z] Removing intermediate container 5f923b2ff657 [2021-01-28T00:51:12.571Z] ---> 4818e7087893 [2021-01-28T00:51:12.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:14.017Z] ---> b85534b605f3 [2021-01-28T00:51:14.017Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:51:17.422Z] ---> 79c3b65449dd [2021-01-28T00:51:17.422Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:51:18.854Z] ---> 46ce08435f3c [2021-01-28T00:51:18.854Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:51:19.129Z] ---> Running in d5652e014725 [2021-01-28T00:51:20.568Z] Removing intermediate container d5652e014725 [2021-01-28T00:51:20.568Z] ---> 2a28e5e262f5 [2021-01-28T00:51:20.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:51:20.568Z] ---> Running in 733c4dddf8a9 [2021-01-28T00:51:21.551Z] Removing intermediate container 733c4dddf8a9 [2021-01-28T00:51:21.551Z] ---> 527b76691252 [2021-01-28T00:51:21.551Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:51:21.551Z] Removing intermediate container ef62281098d1 [2021-01-28T00:51:21.551Z] ---> fc61c9d2d24e [2021-01-28T00:51:21.551Z] 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-28T00:51:22.148Z] ---> Running in 3af65509c694 [2021-01-28T00:51:22.148Z] ---> Running in 45615936e60e [2021-01-28T00:51:23.133Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:23.133Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:23.133Z] ---> 48c95bec95b9 [2021-01-28T00:51:23.133Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:51:23.133Z] ---> Using cache [2021-01-28T00:51:23.133Z] ---> 790e36724c6b [2021-01-28T00:51:23.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:23.133Z] ---> Using cache [2021-01-28T00:51:23.133Z] ---> 1ccab9c46f69 [2021-01-28T00:51:23.133Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:51:23.133Z] ---> Using cache [2021-01-28T00:51:23.133Z] ---> 37939d8a6235 [2021-01-28T00:51:23.133Z] Step 6/22 : COPY go.mod . [2021-01-28T00:51:23.133Z] ---> Using cache [2021-01-28T00:51:23.133Z] ---> 17e6a3965a89 [2021-01-28T00:51:23.133Z] Step 7/22 : RUN go mod download [2021-01-28T00:51:23.133Z] ---> Using cache [2021-01-28T00:51:23.133Z] ---> 748a67cd3615 [2021-01-28T00:51:23.133Z] Step 8/22 : COPY . . [2021-01-28T00:51:23.133Z] ---> Using cache [2021-01-28T00:51:23.133Z] ---> 35b4c60cd887 [2021-01-28T00:51:23.133Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:51:23.424Z] Removing intermediate container 3af65509c694 [2021-01-28T00:51:23.424Z] ---> 1c5f0c03af00 [2021-01-28T00:51:23.424Z] Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:51:23.698Z] ---> Running in 728ea4241899 [2021-01-28T00:51:23.973Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:51:23.973Z] statically linked [2021-01-28T00:51:24.254Z] ---> Running in b35bd2033faf [2021-01-28T00:51:24.254Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:24.254Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:24.254Z] ---> 48c95bec95b9 [2021-01-28T00:51:24.254Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:51:24.254Z] ---> Using cache [2021-01-28T00:51:24.254Z] ---> 790e36724c6b [2021-01-28T00:51:24.254Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:24.254Z] ---> Using cache [2021-01-28T00:51:24.254Z] ---> 1ccab9c46f69 [2021-01-28T00:51:24.254Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:51:24.254Z] ---> Using cache [2021-01-28T00:51:24.254Z] ---> 37939d8a6235 [2021-01-28T00:51:24.254Z] Step 6/24 : COPY go.mod . [2021-01-28T00:51:24.254Z] ---> Using cache [2021-01-28T00:51:24.254Z] ---> 17e6a3965a89 [2021-01-28T00:51:24.254Z] Step 7/24 : RUN go mod download [2021-01-28T00:51:24.254Z] ---> Using cache [2021-01-28T00:51:24.254Z] ---> 748a67cd3615 [2021-01-28T00:51:24.254Z] Step 8/24 : COPY . . [2021-01-28T00:51:24.534Z] ---> Using cache [2021-01-28T00:51:24.534Z] ---> 35b4c60cd887 [2021-01-28T00:51:24.534Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:51:24.834Z] ---> Running in 9a5a60c0b558 [2021-01-28T00:51:25.118Z] Removing intermediate container b35bd2033faf [2021-01-28T00:51:25.118Z] ---> fdc214e450d9 [2021-01-28T00:51:25.118Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:51:25.396Z] ---> Running in 5af8111e1787 [2021-01-28T00:51:25.997Z] Removing intermediate container 45615936e60e [2021-01-28T00:51:25.997Z] ---> f8903bdb9556 [2021-01-28T00:51:25.997Z] [2021-01-28T00:51:25.997Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:51:25.997Z] ---> afeebe901d6b [2021-01-28T00:51:26.278Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:51:26.278Z] Removing intermediate container 5af8111e1787 [2021-01-28T00:51:26.278Z] ---> 2b160469a157 [2021-01-28T00:51:26.278Z] [2021-01-28T00:51:26.278Z] 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-28T00:51:26.552Z] ---> Running in ed4fbbefe654 [2021-01-28T00:51:26.844Z] 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-28T00:51:27.142Z] Successfully built 2b160469a157 [2021-01-28T00:51:27.142Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:51:27.142Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-28T00:51:27.142Z] Removing intermediate container ed4fbbefe654 [2021-01-28T00:51:27.142Z] ---> f50c6b3fe6ce [2021-01-28T00:51:27.142Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:51:27.482Z] ---> Running in 523506d1091f [2021-01-28T00:51:29.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:29.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:30.813Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:51:30.813Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:51:30.813Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:51:30.813Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:30.813Z] OK: 6 MiB in 17 packages [2021-01-28T00:51:33.455Z] Removing intermediate container 523506d1091f [2021-01-28T00:51:33.455Z] ---> 51d1b599be2e [2021-01-28T00:51:33.455Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:51:34.056Z] ---> Running in fcedae0e4c61 [2021-01-28T00:51:35.041Z] Removing intermediate container fcedae0e4c61 [2021-01-28T00:51:35.041Z] ---> 7b690e4ca54d [2021-01-28T00:51:35.041Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:51:35.318Z] ---> Running in 4d43a4cb0d77 [2021-01-28T00:51:36.319Z] Removing intermediate container 4d43a4cb0d77 [2021-01-28T00:51:36.319Z] ---> bbb991032947 [2021-01-28T00:51:36.319Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:51:36.924Z] ---> Running in 63cf2b6f7228 [2021-01-28T00:51:41.287Z] Removing intermediate container 63cf2b6f7228 [2021-01-28T00:51:41.287Z] ---> aaa2c497db86 [2021-01-28T00:51:41.287Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:51:41.570Z] ---> Running in b4f335e00047 [2021-01-28T00:51:42.564Z] Removing intermediate container b4f335e00047 [2021-01-28T00:51:42.564Z] ---> 1c2b09c68f97 [2021-01-28T00:51:42.564Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:51:45.220Z] ---> b80af5889970 [2021-01-28T00:51:45.220Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:51:46.670Z] ---> 69279716a340 [2021-01-28T00:51:46.670Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:51:46.952Z] ---> Running in b1ae1bf92831 [2021-01-28T00:51:49.575Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:49.575Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:49.575Z] ---> 48c95bec95b9 [2021-01-28T00:51:49.575Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:51:49.575Z] ---> Using cache [2021-01-28T00:51:49.575Z] ---> 790e36724c6b [2021-01-28T00:51:49.575Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:49.575Z] ---> Using cache [2021-01-28T00:51:49.575Z] ---> 1ccab9c46f69 [2021-01-28T00:51:49.575Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:51:49.856Z] ---> Running in 6b95e2c636ec [2021-01-28T00:51:52.499Z] Removing intermediate container b1ae1bf92831 [2021-01-28T00:51:52.499Z] ---> 1bef131ed516 [2021-01-28T00:51:52.499Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:52.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:53.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:54.045Z] ---> 25a660235e33 [2021-01-28T00:51:54.045Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:51:54.647Z] OK: 217 MiB in 51 packages [2021-01-28T00:51:57.298Z] Removing intermediate container 6b95e2c636ec [2021-01-28T00:51:57.298Z] ---> 8142618beacf [2021-01-28T00:51:57.298Z] Step 6/26 : COPY go.mod . [2021-01-28T00:51:57.298Z] ---> 587a661ba367 [2021-01-28T00:51:57.298Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:51:59.322Z] ---> 7f795dcca38c [2021-01-28T00:51:59.322Z] Step 7/26 : RUN go mod download [2021-01-28T00:51:59.322Z] ---> Running in 8dc8ff3319a1 [2021-01-28T00:51:59.603Z] ---> 61b96130c4dc [2021-01-28T00:51:59.603Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:52:01.066Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:52:01.066Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:52:01.066Z] ---> 48c95bec95b9 [2021-01-28T00:52:01.066Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:52:01.066Z] ---> Using cache [2021-01-28T00:52:01.066Z] ---> 790e36724c6b [2021-01-28T00:52:01.066Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:52:01.066Z] ---> Using cache [2021-01-28T00:52:01.066Z] ---> 1ccab9c46f69 [2021-01-28T00:52:01.066Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:52:01.344Z] ---> Using cache [2021-01-28T00:52:01.344Z] ---> 37939d8a6235 [2021-01-28T00:52:01.344Z] Step 6/23 : COPY go.mod . [2021-01-28T00:52:01.344Z] ---> Using cache [2021-01-28T00:52:01.344Z] ---> 17e6a3965a89 [2021-01-28T00:52:01.344Z] Step 7/23 : RUN go mod download [2021-01-28T00:52:01.344Z] ---> Using cache [2021-01-28T00:52:01.344Z] ---> 748a67cd3615 [2021-01-28T00:52:01.344Z] Step 8/23 : COPY . . [2021-01-28T00:52:01.628Z] ---> Using cache [2021-01-28T00:52:01.628Z] ---> 35b4c60cd887 [2021-01-28T00:52:01.628Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:52:02.244Z] ---> Running in aa119e80ab52 [2021-01-28T00:52:02.244Z] ---> 7b672777cca5 [2021-01-28T00:52:02.244Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:52:03.718Z] ---> 17c376e552f4 [2021-01-28T00:52:03.718Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:52:04.327Z] ---> Running in 6b24c6957157 [2021-01-28T00:52:04.615Z] 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-28T00:52:04.615Z] Removing intermediate container 8dc8ff3319a1 [2021-01-28T00:52:04.615Z] ---> a3818f9f18bc [2021-01-28T00:52:04.615Z] Step 8/26 : COPY . . [2021-01-28T00:52:05.257Z] Removing intermediate container 6b24c6957157 [2021-01-28T00:52:05.257Z] ---> 444ebe5dc417 [2021-01-28T00:52:05.257Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:52:06.707Z] ---> 4c4be30e751e [2021-01-28T00:52:06.707Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:52:08.157Z] ---> Running in f5109c9728c2 [2021-01-28T00:52:13.600Z] Removing intermediate container f5109c9728c2 [2021-01-28T00:52:13.600Z] ---> 0320b4fdf9dd [2021-01-28T00:52:13.600Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:52:13.600Z] ---> Running in 1d5ca44419eb [2021-01-28T00:52:14.593Z] Removing intermediate container 1d5ca44419eb [2021-01-28T00:52:14.593Z] ---> 03dd06c3defd [2021-01-28T00:52:14.593Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:52:16.038Z] ---> Running in 65c3014dfb25 [2021-01-28T00:52:17.025Z] Removing intermediate container 65c3014dfb25 [2021-01-28T00:52:17.025Z] ---> e6b9fabe1a73 [2021-01-28T00:52:17.025Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T00:52:18.511Z] ---> Running in ce6eb2f9143c [2021-01-28T00:52:19.496Z] Removing intermediate container ce6eb2f9143c [2021-01-28T00:52:19.496Z] ---> 4ab6a5324444 [2021-01-28T00:52:19.496Z] Step 33/34 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:52:20.933Z] ---> Running in 4b27dd7f4fad [2021-01-28T00:52:21.918Z] Removing intermediate container 4b27dd7f4fad [2021-01-28T00:52:21.918Z] ---> cf7c58c73e8b [2021-01-28T00:52:21.918Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:52:22.902Z] ---> Running in 075dea9c77b6 [2021-01-28T00:52:24.428Z] Removing intermediate container 075dea9c77b6 [2021-01-28T00:52:24.428Z] ---> bf5d3df775a3 [2021-01-28T00:52:24.428Z] [2021-01-28T00:52:25.030Z] Successfully built bf5d3df775a3 [2021-01-28T00:52:25.030Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:52:25.307Z]  Building docker-security-bootstrapper-go ... done  ---> eb2d9e58c8b0 [2021-01-28T00:52:25.307Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:52:25.585Z] ---> Running in 6b8bee67f328 [2021-01-28T00:52:27.578Z] 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-28T00:52:29.571Z] 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-28T00:52:44.977Z] Removing intermediate container 9a5a60c0b558 [2021-01-28T00:52:44.977Z] ---> 6df32163b8c1 [2021-01-28T00:52:44.977Z] [2021-01-28T00:52:44.977Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:52:44.977Z] ---> afeebe901d6b [2021-01-28T00:52:44.977Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:52:44.977Z] ---> Running in 44fe6c7142d2 [2021-01-28T00:52:46.444Z] Removing intermediate container 728ea4241899 [2021-01-28T00:52:46.444Z] ---> e16245fd14fc [2021-01-28T00:52:46.444Z] [2021-01-28T00:52:46.444Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:52:46.444Z] ---> afeebe901d6b [2021-01-28T00:52:46.444Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:52:46.444Z] ---> Using cache [2021-01-28T00:52:46.444Z] ---> 7e9501a14198 [2021-01-28T00:52:46.444Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:52:46.444Z] ---> Using cache [2021-01-28T00:52:46.444Z] ---> 31a58128a54b [2021-01-28T00:52:46.444Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:52:46.729Z] ---> Running in 65c41496f315 [2021-01-28T00:52:46.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:47.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:47.294Z] Removing intermediate container 65c41496f315 [2021-01-28T00:52:47.294Z] ---> 958cb64c22a3 [2021-01-28T00:52:47.294Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:52:47.573Z] ---> Running in 37bea7f23aea [2021-01-28T00:52:47.573Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:47.573Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:52:47.573Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:52:47.853Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:52:47.853Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:47.853Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:47.853Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:48.130Z] OK: 7 MiB in 19 packages [2021-01-28T00:52:48.130Z] Removing intermediate container 37bea7f23aea [2021-01-28T00:52:48.130Z] ---> f256fa2ae05f [2021-01-28T00:52:48.130Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:52:49.593Z] ---> 5525c0e55197 [2021-01-28T00:52:49.593Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:52:51.041Z] Removing intermediate container 44fe6c7142d2 [2021-01-28T00:52:51.041Z] ---> 78add65447e3 [2021-01-28T00:52:51.041Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:52:51.041Z] ---> Running in a158382233b7 [2021-01-28T00:52:52.039Z] ---> 40ab07862017 [2021-01-28T00:52:52.039Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:52:52.039Z] Removing intermediate container a158382233b7 [2021-01-28T00:52:52.039Z] ---> 9a83a582dd7f [2021-01-28T00:52:52.039Z] Step 13/24 : WORKDIR / [2021-01-28T00:52:52.336Z] ---> Running in a7c2b3dc55eb [2021-01-28T00:52:53.341Z] Removing intermediate container a7c2b3dc55eb [2021-01-28T00:52:53.341Z] ---> f0e6f1db5817 [2021-01-28T00:52:53.341Z] 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-28T00:52:53.341Z] ---> 1843bc94a7be [2021-01-28T00:52:53.615Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:52:53.615Z] ---> Running in 409afd224363 [2021-01-28T00:52:54.628Z] Removing intermediate container 409afd224363 [2021-01-28T00:52:54.628Z] ---> 843f040b7d44 [2021-01-28T00:52:54.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:52:54.628Z] ---> a98d5f984c1b [2021-01-28T00:52:54.628Z] 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-28T00:52:54.628Z] ---> Running in 5302dc8fc270 [2021-01-28T00:52:55.640Z] Removing intermediate container 5302dc8fc270 [2021-01-28T00:52:55.640Z] ---> 595d8cd7a5b8 [2021-01-28T00:52:55.640Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:52:55.640Z] ---> Running in f86232bd0240 [2021-01-28T00:52:55.924Z] ---> e157e2e1d321 [2021-01-28T00:52:55.924Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:52:56.538Z] Removing intermediate container f86232bd0240 [2021-01-28T00:52:56.538Z] ---> be4bf7ad3b42 [2021-01-28T00:52:56.538Z] Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:52:56.818Z] ---> Running in e330cdffdab5 [2021-01-28T00:52:56.818Z] ---> 7404d84b785c [2021-01-28T00:52:56.818Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:52:57.424Z] Removing intermediate container e330cdffdab5 [2021-01-28T00:52:57.424Z] ---> 353825df3ff1 [2021-01-28T00:52:57.424Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:52:58.028Z] ---> Running in acdb224f7f44 [2021-01-28T00:52:59.030Z] ---> e3096618c638 [2021-01-28T00:52:59.030Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:52:59.030Z] Removing intermediate container acdb224f7f44 [2021-01-28T00:52:59.030Z] ---> a8fec9aab147 [2021-01-28T00:52:59.030Z] [2021-01-28T00:52:59.652Z] Successfully built a8fec9aab147 [2021-01-28T00:52:59.652Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:53:00.697Z]  Building docker-support-scheduler-go ... done  ---> 40fc3174b76b [2021-01-28T00:53:00.697Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:53:01.689Z] ---> 1ca4b8c565a4 [2021-01-28T00:53:01.689Z] 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-28T00:53:01.965Z] ---> Running in 051189b965b9 [2021-01-28T00:53:05.386Z] Removing intermediate container 051189b965b9 [2021-01-28T00:53:05.386Z] ---> 7e5c1d01692a [2021-01-28T00:53:05.386Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:53:05.386Z] ---> Running in 43e4b83effde [2021-01-28T00:53:05.989Z] Removing intermediate container 43e4b83effde [2021-01-28T00:53:05.989Z] ---> 5c2ef9b8335e [2021-01-28T00:53:05.989Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:53:06.589Z] ---> Running in dd7c64c3ad04 [2021-01-28T00:53:07.194Z] Removing intermediate container dd7c64c3ad04 [2021-01-28T00:53:07.194Z] ---> 77099e4055d2 [2021-01-28T00:53:07.194Z] Step 23/24 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:53:07.194Z] ---> Running in 13df1b5e3d44 [2021-01-28T00:53:07.823Z] Removing intermediate container 13df1b5e3d44 [2021-01-28T00:53:07.823Z] ---> 13f702396adf [2021-01-28T00:53:07.823Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:53:08.101Z] ---> Running in 9cf4673b4f63 [2021-01-28T00:53:08.711Z] Removing intermediate container 9cf4673b4f63 [2021-01-28T00:53:08.711Z] ---> cdde32a2b03a [2021-01-28T00:53:08.711Z] [2021-01-28T00:53:08.990Z] Successfully built cdde32a2b03a [2021-01-28T00:53:09.280Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:53:13.638Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container aa119e80ab52 [2021-01-28T00:53:13.638Z] ---> 0117cf684ba3 [2021-01-28T00:53:13.638Z] [2021-01-28T00:53:13.638Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:53:13.638Z] ---> afeebe901d6b [2021-01-28T00:53:13.638Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:53:13.638Z] ---> Using cache [2021-01-28T00:53:13.638Z] ---> 7e9501a14198 [2021-01-28T00:53:13.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:53:13.638Z] ---> Using cache [2021-01-28T00:53:13.638Z] ---> 31a58128a54b [2021-01-28T00:53:13.638Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:53:13.915Z] ---> Running in f3f2449d5306 [2021-01-28T00:53:14.191Z] Removing intermediate container f3f2449d5306 [2021-01-28T00:53:14.191Z] ---> 017d90841a33 [2021-01-28T00:53:14.191Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:53:14.464Z] ---> Running in 35b88e0f3de2 [2021-01-28T00:53:14.740Z] Removing intermediate container 35b88e0f3de2 [2021-01-28T00:53:14.741Z] ---> 7ff44b5f45af [2021-01-28T00:53:14.741Z] Step 15/23 : WORKDIR / [2021-01-28T00:53:15.013Z] ---> Running in 5af304989e3c [2021-01-28T00:53:15.295Z] Removing intermediate container 5af304989e3c [2021-01-28T00:53:15.296Z] ---> 480890f2bd76 [2021-01-28T00:53:15.296Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:53:16.276Z] ---> d900d1dd7d9f [2021-01-28T00:53:16.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:53:17.722Z] ---> ecd7fcd5b183 [2021-01-28T00:53:17.722Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:18.704Z] ---> 5b4aeb094026 [2021-01-28T00:53:18.704Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:53:18.977Z] ---> Running in 3b87757b2d13 [2021-01-28T00:53:19.252Z] Removing intermediate container 6b8bee67f328 [2021-01-28T00:53:19.252Z] ---> 8543be157bad [2021-01-28T00:53:19.252Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:53:19.252Z] ---> Running in c127ab326c65 [2021-01-28T00:53:19.535Z] Removing intermediate container 3b87757b2d13 [2021-01-28T00:53:19.535Z] ---> 9c50192732c1 [2021-01-28T00:53:19.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:19.809Z] ---> Running in d3bec2fea9a9 [2021-01-28T00:53:20.407Z] Removing intermediate container d3bec2fea9a9 [2021-01-28T00:53:20.407Z] ---> d2f319b95e7c [2021-01-28T00:53:20.407Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:53:20.407Z] ---> Running in fb985754449a [2021-01-28T00:53:20.686Z] 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-28T00:53:20.971Z] Removing intermediate container fb985754449a [2021-01-28T00:53:20.971Z] ---> f626cf609b38 [2021-01-28T00:53:20.971Z] Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:53:20.971Z] ---> Running in 2aea464e0f5d [2021-01-28T00:53:21.570Z] Removing intermediate container 2aea464e0f5d [2021-01-28T00:53:21.570Z] ---> 9ed1b050736e [2021-01-28T00:53:21.570Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:53:21.848Z] ---> Running in c4e16ade6667 [2021-01-28T00:53:22.122Z] Removing intermediate container c4e16ade6667 [2021-01-28T00:53:22.122Z] ---> 99eb0e921648 [2021-01-28T00:53:22.122Z] [2021-01-28T00:53:22.723Z] Successfully built 99eb0e921648 [2021-01-28T00:53:22.723Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:53:23.708Z]  Building docker-core-command-go ... done Removing intermediate container c127ab326c65 [2021-01-28T00:53:23.708Z] ---> 05606a7f248b [2021-01-28T00:53:23.708Z] [2021-01-28T00:53:23.708Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:53:23.708Z] 20.10.0: Pulling from library/docker [2021-01-28T00:53:30.425Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:53:30.425Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:53:30.425Z] ---> eeaf43b92773 [2021-01-28T00:53:30.425Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:53:32.407Z] ---> Running in e4d5d8bcf957 [2021-01-28T00:53:33.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:33.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:33.877Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:53:33.877Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:53:33.877Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:53:33.877Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:33.877Z] OK: 12 MiB in 22 packages [2021-01-28T00:53:35.315Z] Removing intermediate container e4d5d8bcf957 [2021-01-28T00:53:35.315Z] ---> 75b7952f26b4 [2021-01-28T00:53:35.315Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:53:35.315Z] ---> Running in ba2623ed8a36 [2021-01-28T00:53:35.588Z] Removing intermediate container ba2623ed8a36 [2021-01-28T00:53:35.588Z] ---> 073a69e5473d [2021-01-28T00:53:35.588Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:53:35.861Z] ---> Running in ba2584263e10 [2021-01-28T00:53:36.137Z] Removing intermediate container ba2584263e10 [2021-01-28T00:53:36.137Z] ---> 45417c4ff87c [2021-01-28T00:53:36.137Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:53:36.410Z] ---> Running in 6354ce990c76 [2021-01-28T00:53:36.689Z] Removing intermediate container 6354ce990c76 [2021-01-28T00:53:36.689Z] ---> 1cbb81fbea13 [2021-01-28T00:53:36.689Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:53:38.133Z] ---> 0e2b5e74cf6c [2021-01-28T00:53:38.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:38.732Z] ---> 5535ff410fb7 [2021-01-28T00:53:38.732Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:53:39.716Z] ---> 2896f48976e8 [2021-01-28T00:53:39.716Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:53:39.716Z] ---> Running in 8810809ef9a6 [2021-01-28T00:53:40.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:40.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:41.587Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:53:41.587Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:53:41.587Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:53:41.587Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:53:41.587Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:53:41.587Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:53:41.587Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:53:43.608Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:53:43.608Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:53:43.608Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:53:43.609Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:53:43.609Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:53:43.609Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:53:43.609Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:53:43.609Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:53:43.609Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:53:43.609Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:53:43.609Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:53:43.880Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:53:43.880Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:53:43.880Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:53:43.880Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:53:43.880Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:53:43.880Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:53:43.880Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:53:43.880Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:53:43.880Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:53:43.880Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:53:43.880Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:53:44.154Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:53:44.154Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:53:44.154Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:53:44.154Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:53:44.154Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:44.154Z] OK: 71 MiB in 55 packages [2021-01-28T00:53:50.874Z] Removing intermediate container 8810809ef9a6 [2021-01-28T00:53:50.874Z] ---> 408a3488cf92 [2021-01-28T00:53:50.874Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:53:50.874Z] ---> Running in f9badfdbfd2d [2021-01-28T00:53:56.269Z] Collecting docker-compose==1.23.2 [2021-01-28T00:53:56.269Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:53:56.542Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:53:56.814Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:54:00.202Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:54:00.202Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:54:00.796Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:54:00.796Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:54:01.072Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:54:01.072Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:54:03.056Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:54:03.056Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:54:03.329Z] 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-28T00:54:03.604Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:54:03.604Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:54:05.575Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:54:05.575Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:54:05.850Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:54:05.850Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:54:08.465Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:54:08.465Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:54:09.061Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:54:09.061Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:54:09.658Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:54:09.658Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:54:09.930Z] 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-28T00:54:09.930Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:54:09.930Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:54:10.206Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T00:54:10.206Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:54:10.206Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:54:10.206Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:54:10.206Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:54:10.801Z] Installing collected packages: PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docopt, cached-property, texttable, docker-compose [2021-01-28T00:54:10.801Z] Running setup.py install for PyYAML: started [2021-01-28T00:54:13.430Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:54:13.430Z] Attempting uninstall: urllib3 [2021-01-28T00:54:13.430Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:54:13.430Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:54:13.430Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:54:14.025Z] Attempting uninstall: idna [2021-01-28T00:54:14.025Z] Found existing installation: idna 2.9 [2021-01-28T00:54:14.025Z] Uninstalling idna-2.9: [2021-01-28T00:54:14.312Z] Successfully uninstalled idna-2.9 [2021-01-28T00:54:14.906Z] Attempting uninstall: requests [2021-01-28T00:54:14.906Z] Found existing installation: requests 2.23.0 [2021-01-28T00:54:14.906Z] Uninstalling requests-2.23.0: [2021-01-28T00:54:14.906Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:54:15.881Z] Running setup.py install for dockerpty: started [2021-01-28T00:54:17.858Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:54:17.858Z] Running setup.py install for docopt: started [2021-01-28T00:54:19.837Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:54:19.837Z] Running setup.py install for texttable: started [2021-01-28T00:54:21.810Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:54:22.409Z] 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-28T00:54:26.720Z] Removing intermediate container f9badfdbfd2d [2021-01-28T00:54:26.720Z] ---> a3cae20369fc [2021-01-28T00:54:26.720Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:54:26.720Z] ---> Running in 1148614d098f [2021-01-28T00:54:27.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:27.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:27.913Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:54:27.913Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:54:27.913Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:54:27.913Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:28.185Z] OK: 71 MiB in 58 packages [2021-01-28T00:54:29.165Z] Removing intermediate container 1148614d098f [2021-01-28T00:54:29.165Z] ---> ba2d45235489 [2021-01-28T00:54:29.165Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:54:29.438Z] ---> Running in 5cf4976f0fc9 [2021-01-28T00:54:30.036Z] Removing intermediate container 5cf4976f0fc9 [2021-01-28T00:54:30.036Z] ---> 02a92cbc5e38 [2021-01-28T00:54:30.036Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:54:30.036Z] ---> Running in 4d51a1b63855 [2021-01-28T00:54:30.311Z] Removing intermediate container 4d51a1b63855 [2021-01-28T00:54:30.311Z] ---> bf2820a13223 [2021-01-28T00:54:30.311Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:54:30.588Z] ---> Running in 8dd231581d0e [2021-01-28T00:54:31.186Z] Removing intermediate container 8dd231581d0e [2021-01-28T00:54:31.186Z] ---> 607b0b4ce413 [2021-01-28T00:54:31.186Z] Step 25/26 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [2021-01-28T00:54:31.186Z] ---> Running in cc6d202b7d81 [2021-01-28T00:54:31.784Z] Removing intermediate container cc6d202b7d81 [2021-01-28T00:54:31.784Z] ---> bf4d0b8c8584 [2021-01-28T00:54:31.784Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:54:31.784Z] ---> Running in eb912da0be5d [2021-01-28T00:54:32.379Z] Removing intermediate container eb912da0be5d [2021-01-28T00:54:32.379Z] ---> d0182a4a7cc4 [2021-01-28T00:54:32.379Z] [2021-01-28T00:54:32.651Z] Successfully built d0182a4a7cc4 [2021-01-28T00:54:32.651Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:54:33.263Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:54:33.284Z] $ docker stop --time=1 406578ac493795c6861166c72fca3beac56590fd773779400acbccbd57f9581c [2021-01-28T00:54:35.305Z] $ docker rm -f 406578ac493795c6861166c72fca3beac56590fd773779400acbccbd57f9581c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:54:35.996Z] + docker images [2021-01-28T00:54:35.996Z] + grep docker [2021-01-28T00:54:36.276Z] docker-sys-mgmt-agent-go-arm64 latest d0182a4a7cc4 4 seconds ago 300MB [2021-01-28T00:54:36.276Z] docker-core-command-go-arm64 latest 99eb0e921648 About a minute ago 15.4MB [2021-01-28T00:54:36.276Z] docker-security-secretstore-setup-go-arm64 latest cdde32a2b03a About a minute ago 23.4MB [2021-01-28T00:54:36.276Z] docker-support-scheduler-go-arm64 latest a8fec9aab147 About a minute ago 15.5MB [2021-01-28T00:54:36.276Z] docker-security-bootstrapper-go-arm64 latest bf5d3df775a3 2 minutes ago 31.9MB [2021-01-28T00:54:36.276Z] docker-core-data-go-arm64 latest 2b160469a157 3 minutes ago 21MB [2021-01-28T00:54:36.276Z] docker-core-metadata-go-arm64 latest 7e139ecad064 3 minutes ago 17.7MB [2021-01-28T00:54:36.276Z] docker-support-notifications-go-arm64 latest 565048750cc3 3 minutes ago 16MB [2021-01-28T00:54:36.276Z] docker-security-proxy-setup-go-arm64 latest 437be5538576 3 minutes ago 23.2MB [2021-01-28T00:54:36.276Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T00:54:37.967Z] provisioning config files... [2021-01-28T00:54:37.985Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8157794564773020445tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:54:38.373Z] + set +x [2021-01-28T00:54:38.373Z] + curl -s https://codecov.io/bash [2021-01-28T00:54:38.373Z] + bash -s -- [2021-01-28T00:54:38.954Z] [2021-01-28T00:54:38.954Z] _____ _ [2021-01-28T00:54:38.954Z] / ____| | | [2021-01-28T00:54:38.954Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:54:38.954Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:54:38.954Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:54:38.954Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:54:38.954Z] Bash-20210128-d4071a2 [2021-01-28T00:54:38.954Z] [2021-01-28T00:54:38.954Z] [2021-01-28T00:54:38.954Z] ==> git version 2.24.3 found [2021-01-28T00:54:38.954Z] ==> 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-28T00:54:38.954Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:54:38.954Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:54:38.954Z] ==> Jenkins CI detected. [2021-01-28T00:54:38.954Z] project root: . [2021-01-28T00:54:38.954Z] --> token set from env [2021-01-28T00:54:38.954Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T00:54:38.954Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T00:54:39.227Z] ==> Python coveragepy not found [2021-01-28T00:54:39.227Z] ==> Searching for coverage reports in: [2021-01-28T00:54:39.227Z] + . [2021-01-28T00:54:39.227Z] -> Found 1 reports [2021-01-28T00:54:39.227Z] ==> Detecting git/mercurial file structure [2021-01-28T00:54:39.227Z] ==> Reading reports [2021-01-28T00:54:39.227Z] + ./coverage.out bytes=564700 [2021-01-28T00:54:39.227Z] ==> Appending adjustments [2021-01-28T00:54:39.227Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T00:54:43.507Z] + Found adjustments [2021-01-28T00:54:43.507Z] ==> Gzipping contents [2021-01-28T00:54:43.507Z] 84K /tmp/codecov.hWFpI6.gz [2021-01-28T00:54:43.507Z] ==> Uploading reports [2021-01-28T00:54:43.507Z] url: https://codecov.io [2021-01-28T00:54:43.507Z] query: branch=PR-3080&commit=c36da4e8ed960ae18a657692f59c6b216bde4459&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-01-28T00:54:43.507Z] -> Pinging Codecov [2021-01-28T00:54:43.507Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3080&commit=c36da4e8ed960ae18a657692f59c6b216bde4459&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-01-28T00:54:43.774Z] -> Uploading to [2021-01-28T00:54:43.774Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/c36da4e8ed960ae18a657692f59c6b216bde4459/10df9099-587e-4066-9931-4f6e77e3f241.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T005443Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b2b22c4112816022042055df1c0b8361df7c42f320949dde7bbc82885df1bfb6 [2021-01-28T00:54:43.774Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:54:43.774Z] Dload Upload Total Spent Left Speed [2021-01-28T00:54:44.360Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85446 0 0 100 85446 0 166k --:--:-- --:--:-- --:--:-- 166k [2021-01-28T00:54:44.360Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c36da4e8ed960ae18a657692f59c6b216bde4459 [Pipeline] } [2021-01-28T00:54:44.370Z] 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-28T00:54:46.694Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:54:47.609Z] ---> package-listing.sh [2021-01-28T00:54:47.609Z] ++ facter osfamily [2021-01-28T00:54:47.609Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:54:47.609Z] + OS_FAMILY=redhat [2021-01-28T00:54:47.609Z] + workspace=/w/workspace/edgex-go/3 [2021-01-28T00:54:47.609Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:54:47.609Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:54:47.609Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:54:47.609Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:54:47.609Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T00:54:47.609Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:54:47.609Z] + case "${OS_FAMILY}" in [2021-01-28T00:54:47.609Z] + rpm -qa [2021-01-28T00:54:47.609Z] + sort [2021-01-28T00:54:52.982Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:54:52.982Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:54:52.982Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:54:52.982Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T00:54:52.982Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-28T00:54:52.982Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-28T00:54:53.076Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:54:53.382Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:54:53.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:54:53.966Z] [2021-01-28T00:54:53.966Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:54:54.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:54:54.336Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:54:54.336Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:54:54.336Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:54:54.336Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:54:54.336Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:54:54.336Z] 93b61091891f: Pulling fs layer [2021-01-28T00:54:54.336Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:54:54.336Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:54:54.336Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:54:54.336Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:54:54.336Z] 46f8f816bc3b: Waiting [2021-01-28T00:54:54.336Z] 93b61091891f: Waiting [2021-01-28T00:54:54.336Z] 93b9cdb0e59b: Waiting [2021-01-28T00:54:54.336Z] 5e14af77c1be: Waiting [2021-01-28T00:54:54.336Z] aa168da1d23b: Waiting [2021-01-28T00:54:54.336Z] 01666e4c0597: Waiting [2021-01-28T00:54:54.336Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:54:54.336Z] 36b3adc4ff6f: Download complete [2021-01-28T00:54:54.336Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:54:54.336Z] 46f8f816bc3b: Download complete [2021-01-28T00:54:54.609Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:54:54.609Z] df20fa9351a1: Download complete [2021-01-28T00:54:54.609Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:54:54.609Z] 93b9cdb0e59b: Download complete [2021-01-28T00:54:54.609Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:54:54.609Z] 5e14af77c1be: Download complete [2021-01-28T00:54:54.609Z] 93b61091891f: Verifying Checksum [2021-01-28T00:54:54.609Z] 93b61091891f: Download complete [2021-01-28T00:54:54.609Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:54:54.609Z] 01666e4c0597: Download complete [2021-01-28T00:54:54.881Z] df20fa9351a1: Pull complete [2021-01-28T00:54:55.144Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:54:55.144Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:54:55.144Z] 8ad3a11d3b57: Download complete [2021-01-28T00:54:56.543Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:54:57.122Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:54:57.122Z] aa168da1d23b: Download complete [2021-01-28T00:54:57.702Z] 46f8f816bc3b: Pull complete [2021-01-28T00:54:58.655Z] 93b61091891f: Pull complete [2021-01-28T00:54:58.655Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:54:58.917Z] 5e14af77c1be: Pull complete [2021-01-28T00:54:58.917Z] 01666e4c0597: Pull complete [2021-01-28T00:55:08.751Z] aa168da1d23b: Pull complete [2021-01-28T00:55:08.751Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:55:08.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:55:08.751Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:55:09.015Z] prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container [2021-01-28T00:55:09.109Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T00:55:14.380Z] $ docker top cf4c43e8fe91a2aa4210fd0d9464a2c50419fa5e9270a39ed31e1965d73c4845 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:55:15.052Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:55:15.436Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:55:15.745Z] + ls /var/log/sa-host [2021-01-28T00:55:15.745Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:55:15.745Z] file_magic: OK [2021-01-28T00:55:15.745Z] HZ: Using current value: 100 [2021-01-28T00:55:15.745Z] file_header: OK [2021-01-28T00:55:15.745Z] 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-28T00:55:15.745Z] Statistics: [2021-01-28T00:55:15.745Z] Hnuu...uuuununununu... [2021-01-28T00:55:15.745Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:55:15.745Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:55:15.745Z] file_magic: OK [2021-01-28T00:55:15.745Z] HZ: Using current value: 100 [2021-01-28T00:55:15.745Z] file_header: OK [2021-01-28T00:55:15.745Z] 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-28T00:55:15.745Z] Statistics: [2021-01-28T00:55:15.745Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:55:15.745Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:55:15.946Z] provisioning config files... [2021-01-28T00:55:15.970Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config9039535950228855682tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:55:16.089Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:16.403Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:55:16.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:55:16.532Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:16.857Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:55:16.872Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:17.195Z] ---> sudo-logs.sh [2021-01-28T00:55:17.195Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:55:17.215Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:17.569Z] ---> job-cost.sh [2021-01-28T00:55:17.569Z] lf-activate-venv: SKIPPING [2021-01-28T00:55:17.569Z] INFO: No Stack... [2021-01-28T00:55:18.535Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:55:19.117Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:55:19.134Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:19.455Z] ---> logs-deploy.sh [2021-01-28T00:55:19.455Z] lf-activate-venv: SKIPPING [2021-01-28T00:55:19.455Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/3 [2021-01-28T00:55:19.455Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:55:21.388Z] Archives upload complete. [2021-01-28T00:55:21.651Z] INFO: archiving logs to Nexus [2021-01-28T00:55:23.062Z] ---> uname -a: [2021-01-28T00:55:23.062Z] Linux prd-centos7-docker-4c-2g-23572.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-28T00:55:23.062Z] [2021-01-28T00:55:23.062Z] [2021-01-28T00:55:23.062Z] ---> lscpu: [2021-01-28T00:55:23.062Z] Architecture: x86_64 [2021-01-28T00:55:23.062Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T00:55:23.062Z] Byte Order: Little Endian [2021-01-28T00:55:23.062Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T00:55:23.062Z] CPU(s): 4 [2021-01-28T00:55:23.062Z] On-line CPU(s) list: 0-3 [2021-01-28T00:55:23.062Z] Thread(s) per core: 1 [2021-01-28T00:55:23.062Z] Core(s) per socket: 1 [2021-01-28T00:55:23.062Z] Socket(s): 4 [2021-01-28T00:55:23.062Z] NUMA node(s): 1 [2021-01-28T00:55:23.062Z] Vendor ID: GenuineIntel [2021-01-28T00:55:23.062Z] CPU family: 6 [2021-01-28T00:55:23.062Z] Model: 44 [2021-01-28T00:55:23.062Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T00:55:23.062Z] Stepping: 1 [2021-01-28T00:55:23.062Z] CPU MHz: 2933.438 [2021-01-28T00:55:23.062Z] BogoMIPS: 5866.87 [2021-01-28T00:55:23.062Z] Virtualization: VT-x [2021-01-28T00:55:23.062Z] Hypervisor vendor: KVM [2021-01-28T00:55:23.062Z] Virtualization type: full [2021-01-28T00:55:23.062Z] L1d cache: 128 KiB [2021-01-28T00:55:23.062Z] L1i cache: 128 KiB [2021-01-28T00:55:23.062Z] L2 cache: 16 MiB [2021-01-28T00:55:23.062Z] L3 cache: 64 MiB [2021-01-28T00:55:23.062Z] NUMA node0 CPU(s): 0-3 [2021-01-28T00:55:23.063Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T00:55:23.063Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T00:55:23.063Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T00:55:23.063Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T00:55:23.063Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T00:55:23.063Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T00:55:23.063Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T00:55:23.063Z] Vulnerability Srbds: Not affected [2021-01-28T00:55:23.063Z] Vulnerability Tsx async abort: Not affected [2021-01-28T00:55:23.063Z] 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-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] ---> nproc: [2021-01-28T00:55:23.063Z] 4 [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] ---> df -h: [2021-01-28T00:55:23.063Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T00:55:23.063Z] overlay 50.0G 13.1G 36.9G 26% / [2021-01-28T00:55:23.063Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T00:55:23.063Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T00:55:23.063Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3@tmp [2021-01-28T00:55:23.063Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3 [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] ---> free -m: [2021-01-28T00:55:23.063Z] total used free shared buff/cache available [2021-01-28T00:55:23.063Z] Mem: 1837 719 152 0 964 1038 [2021-01-28T00:55:23.063Z] Swap: 1023 68 955 [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] ---> ip addr: [2021-01-28T00:55:23.063Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T00:55:23.063Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T00:55:23.063Z] inet 127.0.0.1/8 scope host lo [2021-01-28T00:55:23.063Z] valid_lft forever preferred_lft forever [2021-01-28T00:55:23.063Z] inet6 ::1/128 scope host [2021-01-28T00:55:23.063Z] valid_lft forever preferred_lft forever [2021-01-28T00:55:23.063Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T00:55:23.063Z] link/ether fa:16:3e:ee:16:25 brd ff:ff:ff:ff:ff:ff [2021-01-28T00:55:23.063Z] inet 10.30.122.60/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T00:55:23.063Z] valid_lft 85071sec preferred_lft 85071sec [2021-01-28T00:55:23.063Z] inet6 fe80::f816:3eff:feee:1625/64 scope link [2021-01-28T00:55:23.063Z] valid_lft forever preferred_lft forever [2021-01-28T00:55:23.063Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T00:55:23.063Z] link/ether 02:42:7a:d1:63:1d brd ff:ff:ff:ff:ff:ff [2021-01-28T00:55:23.063Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T00:55:23.063Z] valid_lft forever preferred_lft forever [2021-01-28T00:55:23.063Z] inet6 fe80::42:7aff:fed1:631d/64 scope link [2021-01-28T00:55:23.063Z] valid_lft forever preferred_lft forever [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] ---> sar -b -r -n DEV: [2021-01-28T00:55:23.063Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] 00:33:01 LINUX RESTART (4 CPU) [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] 00:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T00:55:23.063Z] 00:35:01 158.18 76.82 81.36 0.00 10414.37 36836.27 0.00 [2021-01-28T00:55:23.063Z] 00:36:01 223.85 71.69 152.16 0.00 3606.46 27424.88 0.00 [2021-01-28T00:55:23.063Z] 00:37:02 176.95 86.40 90.55 0.00 2740.46 10166.86 0.00 [2021-01-28T00:55:23.063Z] 00:38:01 140.39 77.28 63.11 0.00 3460.71 11658.66 0.00 [2021-01-28T00:55:23.063Z] 00:39:01 973.69 718.81 254.88 0.00 94309.73 163370.99 0.00 [2021-01-28T00:55:23.063Z] 00:40:02 2801.00 2467.42 333.59 0.00 139071.12 150569.05 0.00 [2021-01-28T00:55:23.063Z] 00:41:01 425.36 153.61 271.75 0.00 29036.67 96115.46 0.00 [2021-01-28T00:55:23.063Z] 00:42:02 2557.53 2205.52 352.01 0.00 139166.81 148623.16 0.00 [2021-01-28T00:55:23.063Z] 00:43:02 907.88 676.66 231.22 0.00 43615.99 56387.75 0.00 [2021-01-28T00:55:23.063Z] 00:44:01 208.44 26.42 182.03 0.00 3916.60 25322.39 0.00 [2021-01-28T00:55:23.063Z] 00:45:01 4.69 0.07 4.63 0.00 2.66 132.70 0.00 [2021-01-28T00:55:23.063Z] 00:46:01 0.22 0.03 0.18 0.00 0.80 2.30 0.00 [2021-01-28T00:55:23.063Z] 00:47:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 [2021-01-28T00:55:23.063Z] 00:48:01 2.33 2.10 0.23 0.00 86.73 2.86 0.00 [2021-01-28T00:55:23.063Z] 00:49:01 1.12 0.30 0.82 0.00 105.25 15.87 0.00 [2021-01-28T00:55:23.063Z] 00:50:01 0.27 0.02 0.25 0.00 0.13 2.75 0.00 [2021-01-28T00:55:23.063Z] 00:51:01 0.28 0.02 0.27 0.00 0.13 3.40 0.00 [2021-01-28T00:55:23.063Z] 00:52:01 0.30 0.05 0.25 0.00 0.53 2.65 0.00 [2021-01-28T00:55:23.063Z] 00:53:02 0.23 0.02 0.22 0.00 0.13 2.45 0.00 [2021-01-28T00:55:23.063Z] 00:54:01 0.30 0.02 0.29 0.00 0.14 3.32 0.00 [2021-01-28T00:55:23.063Z] 00:55:01 101.00 69.92 31.08 0.00 5935.33 6507.69 0.00 [2021-01-28T00:55:23.063Z] Average: 417.41 319.45 97.96 0.00 22862.34 35119.42 0.00 [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] 00:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T00:55:23.063Z] 00:35:01 77288 0 722452 38.40 2420 1079384 1548332 52.84 719036 862436 62088 [2021-01-28T00:55:23.063Z] 00:36:01 303556 0 726100 38.59 1492 850396 1317648 44.97 473924 829336 20 [2021-01-28T00:55:23.063Z] 00:37:02 355976 0 743832 39.53 712 781024 1351300 46.12 593628 650432 73052 [2021-01-28T00:55:23.063Z] 00:38:01 416300 0 710356 37.75 712 754176 1118160 38.16 494524 682676 20 [2021-01-28T00:55:23.063Z] 00:39:01 380372 0 713936 37.94 72 787164 2881088 98.33 568352 718192 76 [2021-01-28T00:55:23.063Z] 00:40:02 65012 0 1144204 60.81 72 672256 3901316 133.15 853168 701124 43876 [2021-01-28T00:55:23.063Z] 00:41:01 72224 0 813624 43.24 72 995624 2149476 73.36 774820 799704 36612 [2021-01-28T00:55:23.063Z] 00:42:02 72224 0 842672 44.79 72 966576 2283968 77.95 758088 816316 86284 [2021-01-28T00:55:23.063Z] 00:43:02 350072 0 718272 38.17 72 813128 1687132 57.58 597292 665628 10868 [2021-01-28T00:55:23.063Z] 00:44:01 194232 0 648516 34.47 72 1038724 1202048 41.02 606580 814648 20 [2021-01-28T00:55:23.063Z] 00:45:01 199552 0 643192 34.18 72 1038728 1182384 40.35 605008 813832 16 [2021-01-28T00:55:23.063Z] 00:46:01 200260 0 642472 34.15 72 1038740 1179288 40.25 604768 813828 16 [2021-01-28T00:55:23.063Z] 00:47:01 200540 0 642184 34.13 72 1038748 1179272 40.25 604960 813828 8 [2021-01-28T00:55:23.063Z] 00:48:01 197112 0 643684 34.21 72 1040676 1179348 40.25 605632 815272 16 [2021-01-28T00:55:23.063Z] 00:49:01 194548 0 643132 34.18 72 1043792 1179324 40.25 608372 815512 8 [2021-01-28T00:55:23.063Z] 00:50:01 194260 0 643408 34.20 72 1043804 1179348 40.25 608280 815516 8 [2021-01-28T00:55:23.063Z] 00:51:01 195504 0 642160 34.13 72 1043808 1172092 40.00 607604 815444 8 [2021-01-28T00:55:23.063Z] 00:52:01 195176 0 642476 34.15 72 1043820 1172200 40.01 607900 815464 8 [2021-01-28T00:55:23.063Z] 00:53:02 195800 0 641844 34.11 72 1043828 1172092 40.00 607492 815468 8 [2021-01-28T00:55:23.063Z] 00:54:01 195588 0 642052 34.12 72 1043832 1172164 40.00 607692 815468 8 [2021-01-28T00:55:23.063Z] 00:55:01 65628 0 722460 38.40 72 1093384 1599448 54.59 701496 837212 101024 [2021-01-28T00:55:23.063Z] Average: 205773 0 711097 37.79 312 964362 1562258 53.32 628982 787016 19716 [2021-01-28T00:55:23.063Z] [2021-01-28T00:55:23.063Z] 00:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T00:55:23.063Z] 00:35:01 eth0 1204.67 1228.50 5842.39 147.32 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:35:01 docker0 899.40 811.92 72.39 2677.49 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:36:01 eth0 248.28 208.32 859.03 28.40 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:36:01 docker0 190.35 214.89 13.43 830.91 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:37:02 eth0 43.56 30.45 25.15 78.31 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:37:02 veth6949485 0.63 0.77 0.05 0.06 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:37:02 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:38:01 eth0 29.80 15.78 25.24 12.90 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:39:01 veth57bb68b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:39:01 veth59542c7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:39:01 veth411d65d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:39:01 vethb245227 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:40:02 veth2054cfa 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:40:02 vethfef40f5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:40:02 veth1a0d087 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:40:02 eth0 2636.12 2207.90 11883.71 426.60 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:41:01 eth0 200.71 148.58 1476.41 86.35 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:41:01 vethba36b1d 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:41:01 docker0 1132.61 1093.06 88.52 3870.31 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:42:02 eth0 116.42 65.60 470.87 25.16 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:42:02 veth99be39b 3.20 5.00 0.46 19.99 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:42:02 vethba36b1d 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:43:02 veth982b4b9 3.76 6.47 0.26 39.19 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:43:02 veth8cd8207 22.56 68.75 1.66 417.27 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:43:02 eth0 138.79 68.83 522.19 75.92 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:44:01 eth0 164.55 89.61 591.13 82.22 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:44:01 docker0 1251.85 1347.27 96.04 5392.14 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:45:01 eth0 2.26 0.27 0.43 0.20 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:46:01 eth0 1.38 0.33 0.34 0.20 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:47:01 eth0 1.63 0.32 0.38 0.23 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:48:01 eth0 2.35 0.63 0.68 0.40 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:49:01 eth0 2.61 0.92 1.04 0.62 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:50:01 eth0 1.15 0.35 0.36 0.24 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.063Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:52:01 eth0 0.45 0.23 0.35 0.18 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:53:02 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:54:01 eth0 0.75 0.27 0.19 0.08 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:55:01 eth0 223.09 178.67 2169.22 21.11 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] Average: eth0 125.56 106.12 659.95 30.34 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] Average: docker0 58.73 63.21 4.51 252.96 0.00 0.00 0.00 0.00 [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z] ---> sar -P ALL: [2021-01-28T00:55:23.064Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z] 00:33:01 LINUX RESTART (4 CPU) [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z] 00:34:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T00:55:23.064Z] 00:35:01 all 15.26 0.00 8.91 1.24 0.30 74.28 [2021-01-28T00:55:23.064Z] 00:35:01 0 13.92 0.00 10.75 0.38 0.31 74.64 [2021-01-28T00:55:23.064Z] 00:35:01 1 18.78 0.00 9.55 1.89 0.33 69.46 [2021-01-28T00:55:23.064Z] 00:35:01 2 15.64 0.00 7.72 0.96 0.26 75.42 [2021-01-28T00:55:23.064Z] 00:35:01 3 12.71 0.00 7.65 1.72 0.29 77.63 [2021-01-28T00:55:23.064Z] 00:36:01 all 7.25 0.00 6.85 4.78 0.14 80.98 [2021-01-28T00:55:23.064Z] 00:36:01 0 6.86 0.00 6.79 3.75 0.12 82.48 [2021-01-28T00:55:23.064Z] 00:36:01 1 7.40 0.00 7.52 7.84 0.12 77.11 [2021-01-28T00:55:23.064Z] 00:36:01 2 7.23 0.00 6.62 4.64 0.15 81.36 [2021-01-28T00:55:23.064Z] 00:36:01 3 7.50 0.00 6.46 2.87 0.19 82.98 [2021-01-28T00:55:23.064Z] 00:37:02 all 57.11 0.00 14.03 4.13 0.14 24.59 [2021-01-28T00:55:23.064Z] 00:37:02 0 55.38 0.00 14.66 4.78 0.17 25.00 [2021-01-28T00:55:23.064Z] 00:37:02 1 54.90 0.00 13.31 3.27 0.12 28.39 [2021-01-28T00:55:23.064Z] 00:37:02 2 61.97 0.00 13.64 2.71 0.12 21.56 [2021-01-28T00:55:23.064Z] 00:37:02 3 56.17 0.00 14.52 5.78 0.12 23.41 [2021-01-28T00:55:23.064Z] 00:38:01 all 45.63 0.00 14.12 2.03 0.25 37.97 [2021-01-28T00:55:23.064Z] 00:38:01 0 45.48 0.00 14.34 1.89 0.26 38.03 [2021-01-28T00:55:23.064Z] 00:38:01 1 45.44 0.00 13.59 2.22 0.28 38.46 [2021-01-28T00:55:23.064Z] 00:38:01 2 45.87 0.00 14.12 2.74 0.27 37.00 [2021-01-28T00:55:23.064Z] 00:38:01 3 45.72 0.00 14.43 1.26 0.20 38.39 [2021-01-28T00:55:23.064Z] 00:39:01 all 22.70 0.00 24.11 6.07 1.85 45.27 [2021-01-28T00:55:23.064Z] 00:39:01 0 22.50 0.00 24.67 5.70 1.79 45.34 [2021-01-28T00:55:23.064Z] 00:39:01 1 22.28 0.00 24.32 5.86 1.78 45.76 [2021-01-28T00:55:23.064Z] 00:39:01 2 20.57 0.00 22.97 6.76 2.21 47.50 [2021-01-28T00:55:23.064Z] 00:39:01 3 25.50 0.00 24.49 5.98 1.61 42.43 [2021-01-28T00:55:23.064Z] 00:40:02 all 26.05 0.00 26.90 25.59 0.74 20.71 [2021-01-28T00:55:23.064Z] 00:40:02 0 26.48 0.00 27.41 26.29 0.69 19.13 [2021-01-28T00:55:23.064Z] 00:40:02 1 26.45 0.00 26.18 25.03 0.85 21.49 [2021-01-28T00:55:23.064Z] 00:40:02 2 24.90 0.00 25.95 25.58 0.77 22.80 [2021-01-28T00:55:23.064Z] 00:40:02 3 26.40 0.00 28.11 25.47 0.63 19.40 [2021-01-28T00:55:23.064Z] 00:41:01 all 45.75 0.00 19.59 15.99 0.62 18.04 [2021-01-28T00:55:23.064Z] 00:41:01 0 45.36 0.00 19.77 14.42 0.76 19.68 [2021-01-28T00:55:23.064Z] 00:41:01 1 45.64 0.00 20.69 16.63 0.55 16.48 [2021-01-28T00:55:23.064Z] 00:41:01 2 45.65 0.00 19.22 17.16 0.60 17.37 [2021-01-28T00:55:23.064Z] 00:41:01 3 46.36 0.00 18.69 15.76 0.57 18.62 [2021-01-28T00:55:23.064Z] 00:42:02 all 21.63 0.00 25.46 26.31 1.10 25.50 [2021-01-28T00:55:23.064Z] 00:42:02 0 21.01 0.00 24.37 22.47 1.15 31.00 [2021-01-28T00:55:23.064Z] 00:42:02 1 20.70 0.00 26.26 27.47 1.10 24.46 [2021-01-28T00:55:23.064Z] 00:42:02 2 21.66 0.00 26.00 27.02 1.10 24.22 [2021-01-28T00:55:23.064Z] 00:42:02 3 23.17 0.00 25.20 28.31 1.06 22.27 [2021-01-28T00:55:23.064Z] 00:43:02 all 56.33 0.00 19.04 12.92 1.27 10.45 [2021-01-28T00:55:23.064Z] 00:43:02 0 54.56 0.00 18.86 13.83 1.42 11.32 [2021-01-28T00:55:23.064Z] 00:43:02 1 55.95 0.00 18.64 13.17 1.32 10.93 [2021-01-28T00:55:23.064Z] 00:43:02 2 57.73 0.00 19.27 10.92 0.95 11.12 [2021-01-28T00:55:23.064Z] 00:43:02 3 57.06 0.00 19.40 13.78 1.38 8.38 [2021-01-28T00:55:23.064Z] 00:44:01 all 23.32 0.00 11.48 7.81 1.13 56.26 [2021-01-28T00:55:23.064Z] 00:44:01 0 22.38 0.00 11.37 6.81 1.18 58.27 [2021-01-28T00:55:23.064Z] 00:44:01 1 24.11 0.00 11.77 4.73 1.10 58.29 [2021-01-28T00:55:23.064Z] 00:44:01 2 22.92 0.00 11.13 12.11 1.19 52.64 [2021-01-28T00:55:23.064Z] 00:44:01 3 23.87 0.00 11.67 7.59 1.04 55.83 [2021-01-28T00:55:23.064Z] 00:45:01 all 0.13 0.00 0.05 0.00 0.05 99.76 [2021-01-28T00:55:23.064Z] 00:45:01 0 0.08 0.00 0.07 0.00 0.07 99.78 [2021-01-28T00:55:23.064Z] 00:45:01 1 0.35 0.00 0.05 0.00 0.03 99.57 [2021-01-28T00:55:23.064Z] 00:45:01 2 0.05 0.00 0.07 0.00 0.05 99.83 [2021-01-28T00:55:23.064Z] 00:45:01 3 0.03 0.00 0.03 0.02 0.07 99.85 [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z] 00:45:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T00:55:23.064Z] 00:46:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-01-28T00:55:23.064Z] 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T00:55:23.064Z] 00:46:01 1 0.53 0.00 0.05 0.02 0.02 99.38 [2021-01-28T00:55:23.064Z] 00:46:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-28T00:55:23.064Z] 00:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:55:23.064Z] 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-28T00:55:23.064Z] 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T00:55:23.064Z] 00:47:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-28T00:55:23.064Z] 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T00:55:23.064Z] 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:55:23.064Z] 00:48:01 all 0.18 0.00 0.10 0.02 0.00 99.70 [2021-01-28T00:55:23.064Z] 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:55:23.064Z] 00:48:01 1 0.52 0.00 0.10 0.00 0.00 99.38 [2021-01-28T00:55:23.064Z] 00:48:01 2 0.05 0.00 0.13 0.00 0.02 99.80 [2021-01-28T00:55:23.064Z] 00:48:01 3 0.13 0.00 0.12 0.07 0.00 99.68 [2021-01-28T00:55:23.064Z] 00:49:01 all 0.10 0.00 0.05 0.01 0.00 99.84 [2021-01-28T00:55:23.064Z] 00:49:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-28T00:55:23.064Z] 00:49:01 1 0.30 0.00 0.08 0.03 0.00 99.58 [2021-01-28T00:55:23.064Z] 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-28T00:55:23.064Z] 00:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T00:55:23.064Z] 00:50:01 all 0.11 0.00 0.03 0.00 0.01 99.85 [2021-01-28T00:55:23.064Z] 00:50:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-28T00:55:23.064Z] 00:50:01 1 0.33 0.00 0.03 0.00 0.02 99.62 [2021-01-28T00:55:23.064Z] 00:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T00:55:23.064Z] 00:50:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-28T00:55:23.064Z] 00:51:01 all 0.13 0.00 0.04 0.00 0.03 99.80 [2021-01-28T00:55:23.064Z] 00:51:01 0 0.05 0.00 0.05 0.00 0.03 99.87 [2021-01-28T00:55:23.064Z] 00:51:01 1 0.42 0.00 0.05 0.00 0.02 99.52 [2021-01-28T00:55:23.064Z] 00:51:01 2 0.05 0.00 0.05 0.00 0.03 99.87 [2021-01-28T00:55:23.064Z] 00:51:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-01-28T00:55:23.064Z] 00:52:01 all 0.15 0.00 0.04 0.01 0.03 99.77 [2021-01-28T00:55:23.064Z] 00:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-28T00:55:23.064Z] 00:52:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-01-28T00:55:23.064Z] 00:52:01 2 0.03 0.00 0.05 0.03 0.02 99.87 [2021-01-28T00:55:23.064Z] 00:52:01 3 0.05 0.00 0.05 0.00 0.08 99.82 [2021-01-28T00:55:23.064Z] 00:53:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-28T00:55:23.064Z] 00:53:02 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T00:55:23.064Z] 00:53:02 1 0.37 0.00 0.02 0.00 0.02 99.60 [2021-01-28T00:55:23.064Z] 00:53:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T00:55:23.064Z] 00:53:02 3 0.17 0.00 0.03 0.00 0.00 99.80 [2021-01-28T00:55:23.064Z] 00:54:01 all 0.11 0.00 0.05 0.00 0.01 99.83 [2021-01-28T00:55:23.064Z] 00:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-28T00:55:23.064Z] 00:54:01 1 0.14 0.00 0.03 0.00 0.00 99.83 [2021-01-28T00:55:23.064Z] 00:54:01 2 0.20 0.00 0.07 0.02 0.00 99.71 [2021-01-28T00:55:23.064Z] 00:54:01 3 0.07 0.00 0.07 0.00 0.03 99.83 [2021-01-28T00:55:23.064Z] 00:55:01 all 4.48 0.00 3.12 2.14 0.81 89.45 [2021-01-28T00:55:23.064Z] 00:55:01 0 3.89 0.00 3.20 0.75 0.74 91.42 [2021-01-28T00:55:23.064Z] 00:55:01 1 4.57 0.00 3.23 4.54 0.79 86.88 [2021-01-28T00:55:23.064Z] 00:55:01 2 5.41 0.00 3.23 2.13 0.60 88.62 [2021-01-28T00:55:23.064Z] 00:55:01 3 4.06 0.00 2.82 1.14 1.10 90.88 [2021-01-28T00:55:23.064Z] Average: all 15.11 0.00 8.06 5.04 0.39 71.39 [2021-01-28T00:55:23.064Z] Average: 0 14.73 0.00 8.18 4.67 0.41 72.01 [2021-01-28T00:55:23.064Z] Average: 1 15.27 0.00 8.13 5.22 0.39 70.98 [2021-01-28T00:55:23.064Z] Average: 2 15.30 0.00 7.91 5.23 0.39 71.17 [2021-01-28T00:55:23.064Z] Average: 3 15.14 0.00 8.01 5.04 0.39 71.41 [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z] [2021-01-28T00:55:23.064Z]