Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 22bdeea08e3e0bac315e393436295e989d8773cc+bbb161aa59ef099937232867751a09afbb087fa9 (af5cb137e6710c2229a24e5e041a5d8358435bda) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16666 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 22bdeea08e3e0bac315e393436295e989d8773cc Merge succeeded, producing ce1ff0f4a931baa3073c2d582fbf0f010f4d069f Checking out Revision ce1ff0f4a931baa3073c2d582fbf0f010f4d069f (PR-2908) > 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/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22bdeea08e3e0bac315e393436295e989d8773cc # 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 bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce1ff0f4a931baa3073c2d582fbf0f010f4d069f # timeout=10 Commit message: "Merge commit 'bbb161aa59ef099937232867751a09afbb087fa9' into HEAD" > git rev-list --no-walk 22bdeea08e3e0bac315e393436295e989d8773cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-18T00:32:56.741Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-18T00:32:56.980Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-18T00:32:57.069Z] ========================================================= [2020-12-18T00:32:57.070Z] EdgeX Global Pipelines Version Info [2020-12-18T00:32:57.070Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:32:58.595Z] ------------------- [2020-12-18T00:32:58.595Z] stable info: [2020-12-18T00:32:58.595Z] ------------------- [2020-12-18T00:32:58.595Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-18T00:32:58.595Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T00:32:58.595Z] Message: update stable to v1.0.173 [2020-12-18T00:32:59.546Z] ------------------- [2020-12-18T00:32:59.546Z] experimental info: [2020-12-18T00:32:59.546Z] ------------------- [2020-12-18T00:32:59.546Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-18T00:32:59.546Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T00:32:59.546Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-18T00:32:59.837Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-18T00:32:59.925Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-18T00:33:00.013Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-18T00:33:00.103Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-18T00:33:00.208Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-18T00:33:00.311Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-18T00:33:00.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-18T00:33:00.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-18T00:33:00.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-18T00:33:00.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-18T00:33:00.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-18T00:33:01.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-18T00:33:01.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-18T00:33:01.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-18T00:33:01.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T00:33:01.569Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T00:33:01.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-18T00:33:01.858Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-18T00:33:01.960Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-18T00:33:02.095Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-18T00:33:02.182Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-18T00:33:02.515Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-18T00:33:02.597Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-18T00:33:02.694Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-18T00:33:02.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-18T00:33:02.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-18T00:33:03.008Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [Pipeline] echo [2020-12-18T00:33:03.121Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce1ff0f [Pipeline] echo [2020-12-18T00:33:03.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T00:33:03.424Z] provisioning config files... [2020-12-18T00:33:03.460Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config8898538687932257898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:33:03.825Z] ---> docker-login.sh [2020-12-18T00:33:03.825Z] nexus3.edgexfoundry.org:10001 [2020-12-18T00:33:04.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:33:04.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:33:04.092Z] Configure a credential helper to remove this warning. See [2020-12-18T00:33:04.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:33:04.092Z] [2020-12-18T00:33:04.092Z] Login Succeeded [2020-12-18T00:33:04.092Z] nexus3.edgexfoundry.org:10002 [2020-12-18T00:33:04.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:33:04.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:33:04.361Z] Configure a credential helper to remove this warning. See [2020-12-18T00:33:04.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:33:04.361Z] [2020-12-18T00:33:04.361Z] Login Succeeded [2020-12-18T00:33:04.361Z] nexus3.edgexfoundry.org:10003 [2020-12-18T00:33:04.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:33:04.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:33:04.626Z] Configure a credential helper to remove this warning. See [2020-12-18T00:33:04.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:33:04.626Z] [2020-12-18T00:33:04.626Z] Login Succeeded [2020-12-18T00:33:04.626Z] nexus3.edgexfoundry.org:10004 [2020-12-18T00:33:04.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:33:04.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:33:04.889Z] Configure a credential helper to remove this warning. See [2020-12-18T00:33:04.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:33:04.889Z] [2020-12-18T00:33:04.889Z] Login Succeeded [2020-12-18T00:33:04.889Z] docker.io [2020-12-18T00:33:04.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:33:05.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:33:05.153Z] Configure a credential helper to remove this warning. See [2020-12-18T00:33:05.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:33:05.153Z] [2020-12-18T00:33:05.153Z] Login Succeeded [2020-12-18T00:33:05.153Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T00:33:05.164Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T00:33:05.636Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/core-command/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/core-data/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-18T00:33:05.636Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T00:33:05.636Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-18T00:33:05.636Z] ++ cut -d/ -f2 [2020-12-18T00:33:05.636Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-18T00:33:05.721Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:33:06.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T00:33:06.509Z] [2020-12-18T00:33:06.509Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:33:06.869Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T00:33:06.869Z] latest: Pulling from edgex-devops/git-semver [2020-12-18T00:33:06.869Z] 31603596830f: Pulling fs layer [2020-12-18T00:33:06.869Z] 2a8b12db71e7: Pulling fs layer [2020-12-18T00:33:06.869Z] 6ca5941a6612: Pulling fs layer [2020-12-18T00:33:06.869Z] ecc8261a40a4: Pulling fs layer [2020-12-18T00:33:06.869Z] ecc8261a40a4: Waiting [2020-12-18T00:33:06.869Z] 2a8b12db71e7: Download complete [2020-12-18T00:33:07.135Z] 31603596830f: Download complete [2020-12-18T00:33:07.135Z] ecc8261a40a4: Verifying Checksum [2020-12-18T00:33:07.135Z] ecc8261a40a4: Download complete [2020-12-18T00:33:07.397Z] 31603596830f: Pull complete [2020-12-18T00:33:07.662Z] 6ca5941a6612: Verifying Checksum [2020-12-18T00:33:07.662Z] 6ca5941a6612: Download complete [2020-12-18T00:33:07.662Z] 2a8b12db71e7: Pull complete [2020-12-18T00:33:08.610Z] 6ca5941a6612: Pull complete [2020-12-18T00:33:08.610Z] ecc8261a40a4: Pull complete [2020-12-18T00:33:08.610Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-18T00:33:08.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T00:33:08.610Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-18T00:33:08.718Z] prd-centos7-docker-4c-2g-16666 does not seem to be running inside a container [2020-12-18T00:33:08.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T00:33:11.543Z] $ docker top 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T00:33:11.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T00:33:11.892Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T00:33:12.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T00:33:12.129Z] $ docker exec 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 ssh-agent [2020-12-18T00:33:12.310Z] SSH_AUTH_SOCK=/tmp/ssh-v3orHFd9SzEU/agent.11 [2020-12-18T00:33:12.310Z] SSH_AGENT_PID=17 [2020-12-18T00:33:12.321Z] Running ssh-add (command line suppressed) [2020-12-18T00:33:12.442Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_5166750246769294236.key (/w/workspace/edgex-go/23@tmp/private_key_5166750246769294236.key) [2020-12-18T00:33:12.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T00:33:12.847Z] + git tag --points-at HEAD [Pipeline] } [2020-12-18T00:33:12.876Z] $ docker exec --env ******** --env ******** 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 ssh-agent -k [2020-12-18T00:33:12.984Z] unset SSH_AUTH_SOCK; [2020-12-18T00:33:12.984Z] unset SSH_AGENT_PID; [2020-12-18T00:33:12.985Z] echo Agent pid 17 killed; [2020-12-18T00:33:13.037Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-18T00:33:13.193Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T00:33:13.194Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T00:33:13.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T00:33:13.362Z] $ docker exec 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 ssh-agent [2020-12-18T00:33:13.516Z] SSH_AUTH_SOCK=/tmp/ssh-5eaC9raLCov5/agent.48 [2020-12-18T00:33:13.516Z] SSH_AGENT_PID=53 [2020-12-18T00:33:13.523Z] Running ssh-add (command line suppressed) [2020-12-18T00:33:13.648Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_4255807545393864165.key (/w/workspace/edgex-go/23@tmp/private_key_4255807545393864165.key) [2020-12-18T00:33:13.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T00:33:14.035Z] + git semver init [2020-12-18T00:33:14.035Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T00:33:14.035Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2020-12-18T00:33:14.035Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2020-12-18T00:33:14.035Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T00:33:14.035Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T00:33:14.035Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T00:33:14.035Z] # $SEMVER_BRANCH = PR-2908 [2020-12-18T00:33:14.035Z] # $SEMVER_TEMP = /tmp/semver-938600543 [2020-12-18T00:33:14.035Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-18T00:34:50.607Z] # '/tmp/semver-938600543' -> '/w/workspace/edgex-go/23/.semver' [2020-12-18T00:34:50.607Z] # -> Force: false [2020-12-18T00:34:50.607Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2020-12-18T00:34:50.625Z] $ docker exec --env ******** --env ******** 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 ssh-agent -k [2020-12-18T00:34:50.905Z] unset SSH_AUTH_SOCK; [2020-12-18T00:34:50.906Z] unset SSH_AGENT_PID; [2020-12-18T00:34:50.906Z] echo Agent pid 53 killed; [2020-12-18T00:34:51.007Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T00:34:51.508Z] + git semver [Pipeline] } [2020-12-18T00:34:51.535Z] $ docker stop --time=1 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 [2020-12-18T00:34:53.347Z] $ docker rm -f 3e3496e09a0a0327d640f2641bbf3c6405b1c548d014babe2b4c88bc812d3885 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T00:34:54.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-18T00:34:54.557Z] Stashed 1 file(s) [Pipeline] echo [2020-12-18T00:34:54.559Z] [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 [2020-12-18T00:34:55.532Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-18T00:34:55.835Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T00:34:56.138Z] + sudo service docker restart [2020-12-18T00:34:56.138Z] + true [2020-12-18T00:34:56.138Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-18T00:34:56.731Z] ========================================================= [2020-12-18T00:34:56.731Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-18T00:34:56.731Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:34:57.073Z] + 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 . [2020-12-18T00:35:00.393Z] Sending build context to Docker daemon 326.2MB [2020-12-18T00:35:00.393Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-18T00:35:00.393Z] Step 2/7 : FROM ${BASE} [2020-12-18T00:35:00.393Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-18T00:35:00.393Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T00:35:00.393Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T00:35:00.393Z] de9db76c5a1d: Pulling fs layer [2020-12-18T00:35:00.393Z] bca2f99d35d6: Pulling fs layer [2020-12-18T00:35:00.393Z] 93359f2a8cfa: Pulling fs layer [2020-12-18T00:35:00.393Z] 7c6f9722023f: Pulling fs layer [2020-12-18T00:35:00.393Z] a35cf1a2eb13: Pulling fs layer [2020-12-18T00:35:00.393Z] 93359f2a8cfa: Waiting [2020-12-18T00:35:00.393Z] 7c6f9722023f: Waiting [2020-12-18T00:35:00.393Z] a35cf1a2eb13: Waiting [2020-12-18T00:35:00.393Z] bca2f99d35d6: Waiting [2020-12-18T00:35:00.393Z] de9db76c5a1d: Verifying Checksum [2020-12-18T00:35:00.393Z] de9db76c5a1d: Download complete [2020-12-18T00:35:00.393Z] 0ef7d3d256c8: Verifying Checksum [2020-12-18T00:35:00.393Z] 0ef7d3d256c8: Download complete [2020-12-18T00:35:00.393Z] 93359f2a8cfa: Download complete [2020-12-18T00:35:00.393Z] 7c6f9722023f: Download complete [2020-12-18T00:35:00.655Z] 188c0c94c7c5: Verifying Checksum [2020-12-18T00:35:00.655Z] 188c0c94c7c5: Download complete [2020-12-18T00:35:00.923Z] 188c0c94c7c5: Pull complete [2020-12-18T00:35:01.192Z] 0ef7d3d256c8: Pull complete [2020-12-18T00:35:01.459Z] de9db76c5a1d: Pull complete [2020-12-18T00:35:03.394Z] a35cf1a2eb13: Verifying Checksum [2020-12-18T00:35:03.394Z] a35cf1a2eb13: Download complete [2020-12-18T00:35:04.343Z] bca2f99d35d6: Verifying Checksum [2020-12-18T00:35:04.343Z] bca2f99d35d6: Download complete [2020-12-18T00:35:09.910Z] bca2f99d35d6: Pull complete [2020-12-18T00:35:09.910Z] 93359f2a8cfa: Pull complete [2020-12-18T00:35:09.910Z] 7c6f9722023f: Pull complete [2020-12-18T00:35:10.028Z] Still waiting to schedule task [2020-12-18T00:35:10.029Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16660’ [2020-12-18T00:35:14.159Z] a35cf1a2eb13: Pull complete [2020-12-18T00:35:14.159Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-18T00:35:14.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-18T00:35:14.159Z] ---> a62c8e92a672 [2020-12-18T00:35:14.159Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-18T00:35:14.421Z] ---> Running in 79a545b59ee2 [2020-12-18T00:35:15.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:35:15.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:35:17.334Z] (1/12) Installing libmagic (5.38-r0) [2020-12-18T00:35:18.286Z] (2/12) Installing file (5.38-r0) [2020-12-18T00:35:18.547Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-18T00:35:18.547Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-18T00:36:05.303Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-18T00:36:05.303Z] (6/12) Installing patch (2.7.6-r6) [2020-12-18T00:36:05.303Z] (7/12) Installing build-base (0.5-r2) [2020-12-18T00:36:05.303Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-18T00:36:05.303Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-18T00:36:05.303Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-18T00:36:05.303Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-18T00:36:05.303Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-18T00:36:05.303Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:36:05.303Z] OK: 233 MiB in 51 packages [2020-12-18T00:36:06.267Z] Removing intermediate container 79a545b59ee2 [2020-12-18T00:36:06.267Z] ---> 852cdfd3ae58 [2020-12-18T00:36:06.267Z] Step 4/7 : WORKDIR /edgex-go [2020-12-18T00:36:06.267Z] ---> Running in 8c092c76965e [2020-12-18T00:36:06.542Z] Removing intermediate container 8c092c76965e [2020-12-18T00:36:06.542Z] ---> 5a57fee02114 [2020-12-18T00:36:06.542Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-18T00:36:07.173Z] latest: Pulling from library/docker [2020-12-18T00:36:07.173Z] 801bfaa63ef2: Pulling fs layer [2020-12-18T00:36:07.173Z] 4f7dc993c79e: Pulling fs layer [2020-12-18T00:36:07.173Z] d39d95e4997f: Pulling fs layer [2020-12-18T00:36:07.173Z] 1cda4b703d87: Pulling fs layer [2020-12-18T00:36:07.173Z] 54e5375350ea: Pulling fs layer [2020-12-18T00:36:07.173Z] f08cd1b3bb1b: Pulling fs layer [2020-12-18T00:36:07.173Z] 8e17d04e0c68: Pulling fs layer [2020-12-18T00:36:07.173Z] 54e5375350ea: Waiting [2020-12-18T00:36:07.173Z] f08cd1b3bb1b: Waiting [2020-12-18T00:36:07.173Z] 8e17d04e0c68: Waiting [2020-12-18T00:36:07.173Z] 1cda4b703d87: Waiting [2020-12-18T00:36:07.173Z] d39d95e4997f: Verifying Checksum [2020-12-18T00:36:07.173Z] d39d95e4997f: Download complete [2020-12-18T00:36:07.455Z] 4f7dc993c79e: Verifying Checksum [2020-12-18T00:36:07.455Z] 4f7dc993c79e: Download complete [2020-12-18T00:36:07.455Z] 801bfaa63ef2: Verifying Checksum [2020-12-18T00:36:07.455Z] 801bfaa63ef2: Download complete [2020-12-18T00:36:07.455Z] 54e5375350ea: Verifying Checksum [2020-12-18T00:36:07.455Z] 54e5375350ea: Download complete [2020-12-18T00:36:07.455Z] f08cd1b3bb1b: Verifying Checksum [2020-12-18T00:36:07.455Z] f08cd1b3bb1b: Download complete [2020-12-18T00:36:07.455Z] 8e17d04e0c68: Verifying Checksum [2020-12-18T00:36:07.455Z] 8e17d04e0c68: Download complete [2020-12-18T00:36:07.725Z] 801bfaa63ef2: Pull complete [2020-12-18T00:36:07.988Z] 4f7dc993c79e: Pull complete [2020-12-18T00:36:07.988Z] d39d95e4997f: Pull complete [2020-12-18T00:36:08.939Z] 1cda4b703d87: Verifying Checksum [2020-12-18T00:36:08.939Z] 1cda4b703d87: Download complete [2020-12-18T00:36:11.500Z] 1cda4b703d87: Pull complete [2020-12-18T00:36:11.763Z] 54e5375350ea: Pull complete [2020-12-18T00:36:11.763Z] f08cd1b3bb1b: Pull complete [2020-12-18T00:36:12.027Z] 8e17d04e0c68: Pull complete [2020-12-18T00:36:12.027Z] Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 [2020-12-18T00:36:12.027Z] Status: Downloaded newer image for docker:latest [2020-12-18T00:36:13.980Z] ---> 83ae1c36cc22 [2020-12-18T00:36:13.980Z] Step 6/7 : COPY go.mod . [2020-12-18T00:36:13.980Z] ---> be0102bcf221 [2020-12-18T00:36:13.980Z] Step 7/7 : RUN go mod download [2020-12-18T00:36:14.243Z] ---> Running in 252c5e60b122 [2020-12-18T00:36:36.313Z] Removing intermediate container 252c5e60b122 [2020-12-18T00:36:36.313Z] ---> e9fde2bebaa0 [2020-12-18T00:36:36.313Z] Successfully built e9fde2bebaa0 [2020-12-18T00:36:36.313Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:36:36.645Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T00:36:36.645Z] . [Pipeline] withDockerContainer [2020-12-18T00:36:36.776Z] prd-centos7-docker-4c-2g-16666 does not seem to be running inside a container [2020-12-18T00:36:36.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat [2020-12-18T00:36:37.602Z] $ docker top f789b29b360c504b80940390ffdf7042a73e8003318d16b75bcc40d5c198402c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T00:36:38.164Z] + go version [2020-12-18T00:36:38.164Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-18T00:36:38.180Z] $ docker stop --time=1 f789b29b360c504b80940390ffdf7042a73e8003318d16b75bcc40d5c198402c [2020-12-18T00:36:39.613Z] $ docker rm -f f789b29b360c504b80940390ffdf7042a73e8003318d16b75bcc40d5c198402c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:36:40.643Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T00:36:40.643Z] . [Pipeline] withDockerContainer [2020-12-18T00:36:40.772Z] prd-centos7-docker-4c-2g-16666 does not seem to be running inside a container [2020-12-18T00:36:40.837Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat [2020-12-18T00:36:41.563Z] $ docker top e59fb31f1213bded7f3e64415b43a1b11b7b839b9693e1db0b2dc82c40730271 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-18T00:36:41.759Z] ========================================================= [2020-12-18T00:36:41.759Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-18T00:36:41.759Z] ========================================================= [Pipeline] sh [2020-12-18T00:36:42.054Z] + make test [2020-12-18T00:36:42.054Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-18T00:36:50.247Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-18T00:37:05.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-18T00:37:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-18T00:37:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-18T00:37:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-18T00:37:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-18T00:37:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-18T00:37:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-18T00:37:12.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-18T00:37:12.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-18T00:37:13.427Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-18T00:37:14.838Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-18T00:37:14.838Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-18T00:37:14.838Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-18T00:37:17.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2020-12-18T00:37:17.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-18T00:37:17.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-18T00:37:17.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-18T00:37:17.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-18T00:37:17.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-18T00:37:22.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.148s coverage: 27.1% of statements [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-18T00:37:22.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-18T00:37:22.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-18T00:37:22.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.403s coverage: 72.7% of statements [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-18T00:37:22.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.114s coverage: 83.3% of statements [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-18T00:37:22.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-18T00:37:23.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-18T00:37:23.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-18T00:37:23.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-18T00:37:23.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2020-12-18T00:37:23.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-18T00:37:24.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2020-12-18T00:37:24.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-18T00:37:24.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2020-12-18T00:37:24.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-18T00:37:24.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-18T00:37:24.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-18T00:37:24.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-18T00:37:26.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.352s coverage: 93.8% of statements [2020-12-18T00:37:26.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-18T00:37:26.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T00:37:26.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-18T00:37:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-18T00:37:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-18T00:37:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-18T00:37:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2020-12-18T00:37:26.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-18T00:37:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2020-12-18T00:37:26.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements [2020-12-18T00:37:26.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2020-12-18T00:37:27.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements [2020-12-18T00:37:27.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-18T00:37:28.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 63.5% of statements [2020-12-18T00:37:28.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-18T00:37:28.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-18T00:37:28.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2020-12-18T00:37:28.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2020-12-18T00:37:28.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2020-12-18T00:37:28.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2020-12-18T00:37:28.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2020-12-18T00:37:30.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.378s coverage: 55.9% of statements [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-18T00:37:30.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-18T00:37:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-18T00:37:30.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.0% of statements [2020-12-18T00:37:30.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2020-12-18T00:37:32.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-18T00:37:32.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-18T00:37:32.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2020-12-18T00:37:32.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-18T00:37:33.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-18T00:37:33.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-18T00:37:33.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-18T00:37:33.949Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-18T00:37:33.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-18T00:37:33.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-18T00:37:34.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-12-18T00:37:34.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-18T00:37:34.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-18T00:37:34.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2020-12-18T00:37:34.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-18T00:37:34.792Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-18T00:37:35.370Z] GO111MODULE=on go vet ./... [2020-12-18T00:37:57.466Z] gofmt -l . [2020-12-18T00:37:57.730Z] [ "`gofmt -l .`" = "" ] [2020-12-18T00:37:58.305Z] ./bin/test-go-mod-tidy.sh [2020-12-18T00:37:58.884Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-18T00:38:01.120Z] + ls -al . [2020-12-18T00:38:01.120Z] total 636 [2020-12-18T00:38:01.120Z] drwxrwxr-x 10 1001 1001 4096 Dec 18 00:38 . [2020-12-18T00:38:01.120Z] drwxr-xr-x 4 root root 30 Dec 18 00:36 .. [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 11 Dec 18 00:32 .dockerignore [2020-12-18T00:38:01.120Z] drwxrwxr-x 8 1001 1001 179 Dec 18 00:32 .git [2020-12-18T00:38:01.120Z] drwxrwxr-x 3 1001 1001 125 Dec 18 00:32 .github [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 824 Dec 18 00:32 .gitignore [2020-12-18T00:38:01.120Z] drwx------ 3 1001 1001 47 Dec 18 00:34 .semver [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 166 Dec 18 00:32 .sonarcloud.properties [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 3804 Dec 18 00:32 CONTRIBUTING.md [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 1035 Dec 18 00:32 Dockerfile.build [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 863 Dec 18 00:32 Jenkinsfile [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 10775 Dec 18 00:32 LICENSE [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 5750 Dec 18 00:32 Makefile [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 6511 Dec 18 00:32 README.md [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 6744 Dec 18 00:32 SECURITY.md [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 5 Dec 18 00:34 VERSION [2020-12-18T00:38:01.120Z] -rw-rw-r-- 1 1001 1001 4131 Dec 18 00:32 ZMQWindows.md [2020-12-18T00:38:01.120Z] drwxrwxr-x 2 1001 1001 117 Dec 18 00:32 bin [2020-12-18T00:38:01.121Z] drwxrwxr-x 14 1001 1001 4096 Dec 18 00:32 cmd [2020-12-18T00:38:01.121Z] -rw-r--r-- 1 root root 537096 Dec 18 00:37 coverage.out [2020-12-18T00:38:01.121Z] -rw-r--r-- 1 root root 979 Dec 18 00:37 go.mod [2020-12-18T00:38:01.121Z] -rw-r--r-- 1 root root 18521 Dec 18 00:37 go.sum [2020-12-18T00:38:01.121Z] drwxrwxr-x 8 1001 1001 127 Dec 18 00:32 internal [2020-12-18T00:38:01.121Z] drwxrwxr-x 4 1001 1001 26 Dec 18 00:32 openapi [2020-12-18T00:38:01.121Z] drwxrwxr-x 4 1001 1001 71 Dec 18 00:32 snap [2020-12-18T00:38:01.121Z] -rw-rw-r-- 1 1001 1001 168 Dec 18 00:32 version.go [Pipeline] sh [2020-12-18T00:38:01.431Z] + '[' -e coverage.out ] [2020-12-18T00:38:01.432Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-18T00:38:01.802Z] Stashed 1 file(s) [Pipeline] sh [2020-12-18T00:38:02.128Z] + make build [2020-12-18T00:38:02.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 [2020-12-18T00:38:05.444Z] 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 [2020-12-18T00:38:13.887Z] 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 [2020-12-18T00:38:14.152Z] 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 [2020-12-18T00:38:15.548Z] 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 [2020-12-18T00:38:16.132Z] 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 [2020-12-18T00:38:17.541Z] 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 [2020-12-18T00:38:18.933Z] 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 [2020-12-18T00:38:19.881Z] 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 [2020-12-18T00:38:21.273Z] 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 [2020-12-18T00:38:22.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-18T00:38:23.032Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16673 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-18T00:38:23.096Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2020-12-18T00:38:23.184Z] 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 [Pipeline] } [2020-12-18T00:38:24.611Z] $ docker stop --time=1 e59fb31f1213bded7f3e64415b43a1b11b7b839b9693e1db0b2dc82c40730271 [2020-12-18T00:38:26.351Z] $ docker rm -f e59fb31f1213bded7f3e64415b43a1b11b7b839b9693e1db0b2dc82c40730271 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:38:28.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T00:38:28.502Z] [2020-12-18T00:38:28.502Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:38:28.650Z] using credential edgex-jenkins-ssh [2020-12-18T00:38:28.709Z] Cloning the remote Git repository [2020-12-18T00:38:28.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T00:38:28.900Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-18T00:38:28.900Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-18T00:38:28.900Z] ca9280d653b3: Pulling fs layer [2020-12-18T00:38:28.900Z] 7e9c9ca2126c: Pulling fs layer [2020-12-18T00:38:29.161Z] cbdbe7a5bc2a: Download complete [2020-12-18T00:38:29.423Z] cbdbe7a5bc2a: Pull complete [2020-12-18T00:38:28.784Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-18T00:38:28.897Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2020-12-18T00:38:29.003Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T00:38:29.004Z] > git --version # timeout=10 [2020-12-18T00:38:29.025Z] > git --version # 'git version 2.17.1' [2020-12-18T00:38:29.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T00:38:29.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T00:38:29.689Z] ca9280d653b3: Verifying Checksum [2020-12-18T00:38:29.689Z] ca9280d653b3: Download complete [2020-12-18T00:38:30.660Z] ca9280d653b3: Pull complete [2020-12-18T00:38:31.634Z] 7e9c9ca2126c: Download complete [2020-12-18T00:38:38.270Z] 7e9c9ca2126c: Pull complete [2020-12-18T00:38:38.270Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-18T00:38:38.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T00:38:38.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-18T00:38:38.426Z] prd-centos7-docker-4c-2g-16666 does not seem to be running inside a container [2020-12-18T00:38:38.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-18T00:38:41.238Z] $ docker top 68beb27b0df5d6a720a9b024d56ed9b846e87aa57e877a33c7a541fb74a87ae9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T00:38:41.734Z] + docker-compose build --help [2020-12-18T00:38:41.734Z] + grep parallel [2020-12-18T00:38:42.681Z] --parallel Build images in parallel. [Pipeline] } [2020-12-18T00:38:42.698Z] $ docker stop --time=1 68beb27b0df5d6a720a9b024d56ed9b846e87aa57e877a33c7a541fb74a87ae9 [2020-12-18T00:38:44.044Z] $ docker rm -f 68beb27b0df5d6a720a9b024d56ed9b846e87aa57e877a33c7a541fb74a87ae9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:38:44.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T00:38:44.679Z] . [Pipeline] withDockerContainer [2020-12-18T00:38:44.782Z] prd-centos7-docker-4c-2g-16666 does not seem to be running inside a container [2020-12-18T00:38:44.834Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:10003/edgex-devops/edgex-compose:latest cat [2020-12-18T00:38:45.527Z] $ docker top 716e520a09328fbebdfb52eaa2e8281bd7e9d7717531ac839620439edeb41070 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T00:38:46.039Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-18T00:38:46.990Z] Building docker-core-command-go ... [2020-12-18T00:38:46.990Z] Building docker-core-data-go ... [2020-12-18T00:38:46.990Z] Building docker-core-metadata-go ... [2020-12-18T00:38:46.990Z] Building docker-security-bootstrap-redis-go ... [2020-12-18T00:38:46.990Z] Building docker-security-proxy-setup-go ... [2020-12-18T00:38:46.990Z] Building docker-security-secretstore-setup-go ... [2020-12-18T00:38:46.990Z] Building docker-support-notifications-go ... [2020-12-18T00:38:46.990Z] Building docker-support-scheduler-go ... [2020-12-18T00:38:46.990Z] Building docker-sys-mgmt-agent-go ... [2020-12-18T00:38:46.990Z] Building docker-sys-mgmt-agent-go [2020-12-18T00:38:46.990Z] Building docker-support-notifications-go [2020-12-18T00:38:46.990Z] Building docker-core-data-go [2020-12-18T00:38:46.990Z] Building docker-core-command-go [2020-12-18T00:38:46.990Z] Building docker-security-secretstore-setup-go [2020-12-18T00:39:13.678Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 22bdeea08e3e0bac315e393436295e989d8773cc [2020-12-18T00:39:14.263Z] Merge succeeded, producing ee6b5f37fe67a2de373a197bd03183e71d4dbe79 [2020-12-18T00:39:14.264Z] Checking out Revision ee6b5f37fe67a2de373a197bd03183e71d4dbe79 (PR-2908) [2020-12-18T00:39:12.990Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T00:39:13.006Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T00:39:13.034Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T00:39:13.066Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T00:39:13.067Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T00:39:13.079Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T00:39:13.701Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T00:39:13.751Z] > git checkout -f 22bdeea08e3e0bac315e393436295e989d8773cc # timeout=10 [2020-12-18T00:39:14.068Z] > git remote # timeout=10 [2020-12-18T00:39:14.089Z] > git config --get remote.origin.url # timeout=10 [2020-12-18T00:39:14.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T00:39:14.122Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-18T00:39:14.233Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-18T00:39:14.274Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T00:39:14.301Z] > git checkout -f ee6b5f37fe67a2de373a197bd03183e71d4dbe79 # timeout=10 [2020-12-18T00:39:18.551Z] Commit message: "Merge commit 'bbb161aa59ef099937232867751a09afbb087fa9' into HEAD" [2020-12-18T00:39:18.563Z] > git rev-list --no-walk 22bdeea08e3e0bac315e393436295e989d8773cc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T00:39:19.290Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:39:19.290Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:39:19.290Z] ---> e9fde2bebaa0 [2020-12-18T00:39:19.290Z] Step 3/27 : WORKDIR /edgex-go [2020-12-18T00:39:19.290Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:39:19.290Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:39:19.290Z] ---> e9fde2bebaa0 [2020-12-18T00:39:19.290Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T00:39:19.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:39:19.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:39:19.290Z] ---> e9fde2bebaa0 [2020-12-18T00:39:19.290Z] Step 3/23 : WORKDIR /edgex-go [2020-12-18T00:39:19.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:39:19.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:39:19.290Z] ---> e9fde2bebaa0 [2020-12-18T00:39:19.290Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T00:39:19.290Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:39:19.290Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:39:19.290Z] ---> e9fde2bebaa0 [2020-12-18T00:39:19.290Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T00:39:19.290Z] ---> Running in f652cf5ac2c8 [2020-12-18T00:39:19.290Z] ---> Running in b90970b63b4e [2020-12-18T00:39:19.290Z] ---> Running in 8150521d4ace [2020-12-18T00:39:19.290Z] ---> Running in caf20bce1b1e [2020-12-18T00:39:19.290Z] ---> Running in 1a33edb1cdef [2020-12-18T00:39:19.290Z] Removing intermediate container 1a33edb1cdef [2020-12-18T00:39:19.290Z] ---> 4ee36a3d3f7f [2020-12-18T00:39:19.290Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:39:19.290Z] Removing intermediate container f652cf5ac2c8 [2020-12-18T00:39:19.290Z] ---> 125931b13e85 [2020-12-18T00:39:19.290Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:39:19.290Z] Removing intermediate container caf20bce1b1e [2020-12-18T00:39:19.290Z] ---> 57fb969511d9 [2020-12-18T00:39:19.290Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:39:19.290Z] Removing intermediate container 8150521d4ace [2020-12-18T00:39:19.290Z] ---> b8bd13306255 [2020-12-18T00:39:19.290Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:39:19.290Z] Removing intermediate container b90970b63b4e [2020-12-18T00:39:19.290Z] ---> d4cde76d0589 [2020-12-18T00:39:19.290Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:39:19.290Z] ---> Running in ffc3265c1a94 [2020-12-18T00:39:19.290Z] ---> Running in 1add5079bc9b [2020-12-18T00:39:19.290Z] ---> Running in 7a186f3db914 [2020-12-18T00:39:19.290Z] ---> Running in f97e3cc59494 [2020-12-18T00:39:19.290Z] ---> Running in ba813afb037f [2020-12-18T00:39:20.151Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-18T00:39:20.553Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T00:39:20.715Z] Removing intermediate container 1add5079bc9b [2020-12-18T00:39:20.715Z] ---> 30d9ab47346e [2020-12-18T00:39:20.715Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-18T00:39:20.893Z] + sudo service+ docker restarttrue [2020-12-18T00:39:20.893Z] [2020-12-18T00:39:20.979Z] Removing intermediate container 7a186f3db914 [2020-12-18T00:39:20.979Z] ---> db440ea72e92 [2020-12-18T00:39:20.979Z] Step 5/24 : RUN apk update && apk add make git [2020-12-18T00:39:20.979Z] ---> Running in d796569538d4 [2020-12-18T00:39:21.244Z] Removing intermediate container ffc3265c1a94 [2020-12-18T00:39:21.244Z] ---> 5938b4f95e48 [2020-12-18T00:39:21.244Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-18T00:39:21.244Z] ---> Running in 70d84b2db291 [2020-12-18T00:39:21.244Z] Removing intermediate container ba813afb037f [2020-12-18T00:39:21.244Z] ---> a03965f481f8 [2020-12-18T00:39:21.244Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T00:39:21.244Z] Removing intermediate container f97e3cc59494 [2020-12-18T00:39:21.244Z] ---> 1acfc815fe3f [2020-12-18T00:39:21.244Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-18T00:39:21.506Z] ---> Running in 9ac57041ef89 [2020-12-18T00:39:21.506Z] ---> Running in c26f66ef453b [2020-12-18T00:39:21.769Z] ---> Running in 6f08988b541d [2020-12-18T00:39:21.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:22.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:22.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:22.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:22.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T00:39:23.009Z] provisioning config files... [2020-12-18T00:39:23.068Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config5445955133757268882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:39:23.505Z] ---> docker-login.sh [2020-12-18T00:39:23.505Z] nexus3.edgexfoundry.org:10001 [2020-12-18T00:39:23.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:23.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:23.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:24.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:24.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:39:24.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:39:24.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:39:24.702Z] Configure a credential helper to remove this warning. See [2020-12-18T00:39:24.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:39:24.702Z] [2020-12-18T00:39:24.702Z] Login Succeeded [2020-12-18T00:39:24.702Z] nexus3.edgexfoundry.org:10002 [2020-12-18T00:39:24.884Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:39:24.884Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:39:24.884Z] OK: 12750 distinct packages available [2020-12-18T00:39:24.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:39:25.147Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:39:25.147Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:39:25.147Z] OK: 12750 distinct packages available [2020-12-18T00:39:25.147Z] OK: 233 MiB in 51 packages [2020-12-18T00:39:25.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:39:25.251Z] Configure a credential helper to remove this warning. See [2020-12-18T00:39:25.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:39:25.251Z] [2020-12-18T00:39:25.251Z] Login Succeeded [2020-12-18T00:39:25.251Z] nexus3.edgexfoundry.org:10003 [2020-12-18T00:39:25.426Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:39:25.426Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:39:25.426Z] OK: 12750 distinct packages available [2020-12-18T00:39:25.426Z] OK: 233 MiB in 51 packages [2020-12-18T00:39:25.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:39:25.692Z] OK: 233 MiB in 51 packages [2020-12-18T00:39:25.693Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:39:25.693Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:39:25.693Z] OK: 12750 distinct packages available [2020-12-18T00:39:25.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:39:25.806Z] Configure a credential helper to remove this warning. See [2020-12-18T00:39:25.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:39:25.806Z] [2020-12-18T00:39:25.806Z] Login Succeeded [2020-12-18T00:39:25.806Z] nexus3.edgexfoundry.org:10004 [2020-12-18T00:39:25.963Z] Removing intermediate container 70d84b2db291 [2020-12-18T00:39:25.963Z] ---> 07e827d44e72 [2020-12-18T00:39:25.963Z] Step 6/24 : COPY go.mod . [2020-12-18T00:39:25.963Z] OK: 233 MiB in 51 packages [2020-12-18T00:39:26.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:39:26.226Z] Removing intermediate container 9ac57041ef89 [2020-12-18T00:39:26.226Z] ---> dfccb94b8292 [2020-12-18T00:39:26.226Z] Step 6/23 : COPY go.mod . [2020-12-18T00:39:26.226Z] ---> 1f7cc2aeff72 [2020-12-18T00:39:26.226Z] Step 7/24 : RUN go mod download [2020-12-18T00:39:26.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:39:26.358Z] Configure a credential helper to remove this warning. See [2020-12-18T00:39:26.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:39:26.358Z] [2020-12-18T00:39:26.358Z] Login Succeeded [2020-12-18T00:39:26.358Z] docker.io [2020-12-18T00:39:26.488Z] Removing intermediate container 6f08988b541d [2020-12-18T00:39:26.488Z] ---> 84e03026185b [2020-12-18T00:39:26.488Z] Step 6/24 : COPY go.mod . [2020-12-18T00:39:26.488Z] ---> 871b2019a8a7 [2020-12-18T00:39:26.488Z] Step 7/23 : RUN go mod download [2020-12-18T00:39:26.488Z] ---> Running in 713f28c85ff8 [2020-12-18T00:39:26.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T00:39:26.756Z] ---> Running in 30d76ff802bf [2020-12-18T00:39:26.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T00:39:26.910Z] Configure a credential helper to remove this warning. See [2020-12-18T00:39:26.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T00:39:26.910Z] [2020-12-18T00:39:26.910Z] Login Succeeded [2020-12-18T00:39:26.910Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T00:39:26.929Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-18T00:39:27.019Z] Removing intermediate container d796569538d4 [2020-12-18T00:39:27.019Z] ---> 17a5b25c1669 [2020-12-18T00:39:27.019Z] Step 6/27 : COPY go.mod . [2020-12-18T00:39:27.019Z] ---> f745de5e0baa [2020-12-18T00:39:27.019Z] Step 7/24 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-18T00:39:27.286Z] ---> Running in 2b6c44dc3484 [2020-12-18T00:39:27.286Z] ---> d5e105346e28 [2020-12-18T00:39:27.286Z] Step 7/27 : RUN go mod download [2020-12-18T00:39:27.286Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:39:27.286Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:39:27.286Z] OK: 12750 distinct packages available [Pipeline] echo [2020-12-18T00:39:27.380Z] ========================================================= [2020-12-18T00:39:27.380Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-18T00:39:27.380Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:39:27.551Z] ---> Running in 7a3ad177be9b [2020-12-18T00:39:27.552Z] OK: 233 MiB in 51 packages [2020-12-18T00:39:27.754Z] + 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 . [2020-12-18T00:39:28.533Z] Removing intermediate container c26f66ef453b [2020-12-18T00:39:28.533Z] ---> 018c868428a2 [2020-12-18T00:39:28.533Z] Step 6/22 : COPY go.mod . [2020-12-18T00:39:28.800Z] Removing intermediate container 713f28c85ff8 [2020-12-18T00:39:28.800Z] ---> 2f58bea48c35 [2020-12-18T00:39:28.800Z] Step 8/24 : COPY . . [2020-12-18T00:39:28.800Z] ---> b517b81366ba [2020-12-18T00:39:28.800Z] Step 7/22 : RUN go mod download [2020-12-18T00:39:29.070Z] Removing intermediate container 30d76ff802bf [2020-12-18T00:39:29.070Z] ---> ab5c1247c172 [2020-12-18T00:39:29.070Z] Step 8/23 : COPY . . [2020-12-18T00:39:29.070Z] ---> Running in 1616681d898d [2020-12-18T00:39:30.395Z] Sending build context to Docker daemon 165.3MB [2020-12-18T00:39:30.395Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-18T00:39:30.395Z] Step 2/7 : FROM ${BASE} [2020-12-18T00:39:30.395Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-18T00:39:30.395Z] 5f621e34cdf4: Pulling fs layer [2020-12-18T00:39:30.395Z] a4357932f1b6: Pulling fs layer [2020-12-18T00:39:30.395Z] 18c013af1878: Pulling fs layer [2020-12-18T00:39:30.395Z] 00ac8860ef70: Pulling fs layer [2020-12-18T00:39:30.395Z] 63d7cb157983: Pulling fs layer [2020-12-18T00:39:30.395Z] b116817d02f9: Pulling fs layer [2020-12-18T00:39:30.395Z] 745a02a5169b: Pulling fs layer [2020-12-18T00:39:30.395Z] 00ac8860ef70: Waiting [2020-12-18T00:39:30.395Z] 63d7cb157983: Waiting [2020-12-18T00:39:30.395Z] b116817d02f9: Waiting [2020-12-18T00:39:30.395Z] 745a02a5169b: Waiting [2020-12-18T00:39:30.395Z] 18c013af1878: Verifying Checksum [2020-12-18T00:39:30.395Z] 18c013af1878: Download complete [2020-12-18T00:39:30.395Z] a4357932f1b6: Verifying Checksum [2020-12-18T00:39:30.395Z] a4357932f1b6: Download complete [2020-12-18T00:39:30.395Z] 63d7cb157983: Verifying Checksum [2020-12-18T00:39:30.395Z] 63d7cb157983: Download complete [2020-12-18T00:39:30.395Z] b116817d02f9: Verifying Checksum [2020-12-18T00:39:30.395Z] b116817d02f9: Download complete [2020-12-18T00:39:30.395Z] 5f621e34cdf4: Download complete [2020-12-18T00:39:30.998Z] 5f621e34cdf4: Pull complete [2020-12-18T00:39:31.603Z] a4357932f1b6: Pull complete [2020-12-18T00:39:31.879Z] 18c013af1878: Pull complete [2020-12-18T00:39:33.867Z] 745a02a5169b: Verifying Checksum [2020-12-18T00:39:33.867Z] 745a02a5169b: Download complete [2020-12-18T00:39:34.698Z] Removing intermediate container 2b6c44dc3484 [2020-12-18T00:39:34.698Z] ---> 492f68d6f725 [2020-12-18T00:39:34.698Z] Step 8/24 : COPY . . [2020-12-18T00:39:34.849Z] 00ac8860ef70: Verifying Checksum [2020-12-18T00:39:34.849Z] 00ac8860ef70: Download complete [2020-12-18T00:39:37.316Z] Removing intermediate container 7a3ad177be9b [2020-12-18T00:39:37.317Z] ---> 85a01c680206 [2020-12-18T00:39:37.317Z] Step 8/27 : COPY . . [2020-12-18T00:39:45.030Z] 00ac8860ef70: Pull complete [2020-12-18T00:39:45.030Z] 63d7cb157983: Pull complete [2020-12-18T00:39:45.309Z] b116817d02f9: Pull complete [2020-12-18T00:39:49.635Z] 745a02a5169b: Pull complete [2020-12-18T00:39:49.635Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-18T00:39:49.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-18T00:39:49.635Z] ---> b7e6874047d6 [2020-12-18T00:39:49.635Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-18T00:39:52.263Z] ---> Running in ff9bc7ba636e [2020-12-18T00:39:53.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:39:55.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:39:55.566Z] Removing intermediate container 1616681d898d [2020-12-18T00:39:55.567Z] ---> e80b1ed3eca3 [2020-12-18T00:39:55.567Z] Step 8/22 : COPY . . [2020-12-18T00:39:57.726Z] (1/12) Installing libmagic (5.38-r0) [2020-12-18T00:39:57.994Z] (2/12) Installing file (5.38-r0) [2020-12-18T00:39:57.994Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-18T00:39:57.994Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-18T00:40:08.111Z] ---> 7be067f7d19d [2020-12-18T00:40:08.111Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-18T00:40:08.111Z] ---> 65ae2278752b [2020-12-18T00:40:08.111Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-18T00:40:08.111Z] ---> a4714b32e335 [2020-12-18T00:40:08.111Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-18T00:40:08.111Z] ---> Running in 09149cce16b0 [2020-12-18T00:40:08.111Z] ---> Running in 51a111e99979 [2020-12-18T00:40:08.111Z] ---> Running in f0a4d761d9d3 [2020-12-18T00:40:08.111Z] ---> 10f21602bdf5 [2020-12-18T00:40:08.111Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-18T00:40:09.063Z] ---> Running in 7e31b8d43967 [2020-12-18T00:40:09.328Z] 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 [2020-12-18T00:40:09.925Z] 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 [2020-12-18T00:40:09.925Z] 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 [2020-12-18T00:40:10.511Z] 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 [2020-12-18T00:40:17.216Z] ---> 3fc6aa50d5b1 [2020-12-18T00:40:17.216Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-18T00:40:17.216Z] ---> Running in a685a7158e93 [2020-12-18T00:40:17.484Z] 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 [2020-12-18T00:40:30.289Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-18T00:40:30.289Z] (6/12) Installing patch (2.7.6-r6) [2020-12-18T00:40:30.289Z] (7/12) Installing build-base (0.5-r2) [2020-12-18T00:40:30.289Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-18T00:40:30.289Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-18T00:40:30.289Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-18T00:40:30.289Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-18T00:40:30.289Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-18T00:40:30.289Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:40:30.289Z] OK: 217 MiB in 51 packages [2020-12-18T00:40:32.272Z] Removing intermediate container ff9bc7ba636e [2020-12-18T00:40:32.272Z] ---> 148788740129 [2020-12-18T00:40:32.272Z] Step 4/7 : WORKDIR /edgex-go [2020-12-18T00:40:32.272Z] ---> Running in 88829a27d785 [2020-12-18T00:40:32.868Z] Removing intermediate container 88829a27d785 [2020-12-18T00:40:32.868Z] ---> 40730c0a04e4 [2020-12-18T00:40:32.868Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-18T00:40:33.457Z] latest: Pulling from library/docker [2020-12-18T00:40:33.729Z] a3cc7d3b244e: Pulling fs layer [2020-12-18T00:40:33.729Z] 02a3295e0d61: Pulling fs layer [2020-12-18T00:40:33.729Z] 0f4f2e6d8100: Pulling fs layer [2020-12-18T00:40:33.729Z] 065c9533d613: Pulling fs layer [2020-12-18T00:40:33.729Z] 9fce0df16b8b: Pulling fs layer [2020-12-18T00:40:33.729Z] e3faa53604c1: Pulling fs layer [2020-12-18T00:40:33.729Z] 04b5adaa2053: Pulling fs layer [2020-12-18T00:40:33.729Z] 9fce0df16b8b: Waiting [2020-12-18T00:40:33.729Z] e3faa53604c1: Waiting [2020-12-18T00:40:33.729Z] 065c9533d613: Waiting [2020-12-18T00:40:33.729Z] 04b5adaa2053: Waiting [2020-12-18T00:40:34.006Z] 0f4f2e6d8100: Verifying Checksum [2020-12-18T00:40:34.006Z] 0f4f2e6d8100: Download complete [2020-12-18T00:40:34.006Z] 02a3295e0d61: Verifying Checksum [2020-12-18T00:40:34.006Z] 02a3295e0d61: Download complete [2020-12-18T00:40:34.006Z] a3cc7d3b244e: Verifying Checksum [2020-12-18T00:40:34.006Z] a3cc7d3b244e: Download complete [2020-12-18T00:40:34.006Z] 9fce0df16b8b: Verifying Checksum [2020-12-18T00:40:34.006Z] 9fce0df16b8b: Download complete [2020-12-18T00:40:34.281Z] e3faa53604c1: Verifying Checksum [2020-12-18T00:40:34.281Z] e3faa53604c1: Download complete [2020-12-18T00:40:34.281Z] 04b5adaa2053: Verifying Checksum [2020-12-18T00:40:34.281Z] 04b5adaa2053: Download complete [2020-12-18T00:40:34.555Z] a3cc7d3b244e: Pull complete [2020-12-18T00:40:35.537Z] 02a3295e0d61: Pull complete [2020-12-18T00:40:35.726Z] 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 [2020-12-18T00:40:35.812Z] 065c9533d613: Verifying Checksum [2020-12-18T00:40:35.812Z] 065c9533d613: Download complete [2020-12-18T00:40:35.812Z] 0f4f2e6d8100: Pull complete [2020-12-18T00:40:39.208Z] 065c9533d613: Pull complete [2020-12-18T00:40:39.804Z] 9fce0df16b8b: Pull complete [2020-12-18T00:40:40.079Z] e3faa53604c1: Pull complete [2020-12-18T00:40:40.353Z] 04b5adaa2053: Pull complete [2020-12-18T00:40:40.353Z] Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 [2020-12-18T00:40:40.353Z] Status: Downloaded newer image for docker:latest [2020-12-18T00:40:43.765Z] ---> 4be438867c26 [2020-12-18T00:40:43.765Z] Step 6/7 : COPY go.mod . [2020-12-18T00:40:44.359Z] ---> a89a0a76df3c [2020-12-18T00:40:44.359Z] Step 7/7 : RUN go mod download [2020-12-18T00:40:44.637Z] ---> Running in f4dfb88502a2 [2020-12-18T00:40:45.805Z] Removing intermediate container 09149cce16b0 [2020-12-18T00:40:45.805Z] ---> 52801a965381 [2020-12-18T00:40:45.805Z] [2020-12-18T00:40:45.805Z] Step 10/24 : FROM alpine:3.10 [2020-12-18T00:40:45.805Z] Removing intermediate container 7e31b8d43967 [2020-12-18T00:40:45.805Z] ---> 95686abeca68 [2020-12-18T00:40:45.805Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-18T00:40:45.805Z] Removing intermediate container f0a4d761d9d3 [2020-12-18T00:40:45.805Z] ---> f8577426349f [2020-12-18T00:40:45.805Z] [2020-12-18T00:40:45.805Z] Step 10/24 : FROM scratch [2020-12-18T00:40:45.805Z] ---> [2020-12-18T00:40:45.805Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-18T00:40:45.805Z] 3.10: Pulling from library/alpine [2020-12-18T00:40:45.805Z] ---> Running in da9bec9b84c3 [2020-12-18T00:40:45.805Z] ---> Running in 5454c9feaaad [2020-12-18T00:40:45.805Z] Removing intermediate container 5454c9feaaad [2020-12-18T00:40:45.805Z] ---> 6745054244a0 [2020-12-18T00:40:45.805Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-18T00:40:45.805Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-18T00:40:45.805Z] Status: Downloaded newer image for alpine:3.10 [2020-12-18T00:40:45.805Z] ---> be4e4bea2c2e [2020-12-18T00:40:45.805Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T00:40:45.805Z] 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 [2020-12-18T00:40:46.389Z] ---> Running in a0f67a4a6bc9 [2020-12-18T00:40:46.389Z] ---> Running in 45cf869a8578 [2020-12-18T00:40:46.652Z] Removing intermediate container a685a7158e93 [2020-12-18T00:40:46.652Z] ---> 309aa525dbe9 [2020-12-18T00:40:46.652Z] [2020-12-18T00:40:46.652Z] Step 10/22 : FROM scratch [2020-12-18T00:40:46.652Z] ---> [2020-12-18T00:40:46.652Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:40:47.599Z] Removing intermediate container a0f67a4a6bc9 [2020-12-18T00:40:47.599Z] ---> 9cb2056394c4 [2020-12-18T00:40:47.599Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-18T00:40:47.599Z] ---> Running in bad3e09d5ca5 [2020-12-18T00:40:48.177Z] ---> Running in bab96bc8fb6f [2020-12-18T00:40:49.576Z] Removing intermediate container bad3e09d5ca5 [2020-12-18T00:40:49.576Z] ---> e1839ab73647 [2020-12-18T00:40:49.576Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-18T00:40:49.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:40:49.844Z] Removing intermediate container bab96bc8fb6f [2020-12-18T00:40:49.844Z] ---> a6ccb326b84b [2020-12-18T00:40:49.844Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-18T00:40:49.844Z] ---> Running in 23616ffa0f22 [2020-12-18T00:40:49.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:40:49.844Z] Removing intermediate container 51a111e99979 [2020-12-18T00:40:49.844Z] ---> d2c0938399be [2020-12-18T00:40:49.844Z] [2020-12-18T00:40:49.844Z] Step 10/23 : FROM alpine [2020-12-18T00:40:50.114Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-18T00:40:50.114Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-18T00:40:50.114Z] OK: 10350 distinct packages available [2020-12-18T00:40:50.114Z] latest: Pulling from library/alpine [2020-12-18T00:40:50.114Z] Removing intermediate container da9bec9b84c3 [2020-12-18T00:40:50.114Z] ---> d6acf780cf47 [2020-12-18T00:40:50.114Z] [2020-12-18T00:40:50.114Z] Step 11/27 : FROM docker:latest [2020-12-18T00:40:50.114Z] ---> 0040bc98e531 [2020-12-18T00:40:50.114Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-18T00:40:50.114Z] Removing intermediate container 23616ffa0f22 [2020-12-18T00:40:50.114Z] ---> 9a040a56b725 [2020-12-18T00:40:50.114Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T00:40:50.114Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-18T00:40:50.378Z] ---> 4d56c6d7679a [2020-12-18T00:40:50.378Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-18T00:40:50.378Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-18T00:40:50.378Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-18T00:40:50.642Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-18T00:40:50.642Z] (4/5) Installing curl (7.66.0-r3) [2020-12-18T00:40:50.642Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-18T00:40:50.642Z] Executing busybox-1.30.1-r3.trigger [2020-12-18T00:40:50.642Z] Executing ca-certificates-20191127-r2.trigger [2020-12-18T00:40:50.642Z] OK: 7 MiB in 19 packages [2020-12-18T00:40:51.590Z] Status: Downloaded newer image for alpine:latest [2020-12-18T00:40:51.590Z] ---> 389fef711851 [2020-12-18T00:40:51.590Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:40:51.590Z] ---> Running in f64b68361bc8 [2020-12-18T00:40:51.590Z] ---> Running in 8b5ec8fefce3 [2020-12-18T00:40:51.590Z] ---> Running in 052551e778af [2020-12-18T00:40:51.855Z] ---> dd374efc144d [2020-12-18T00:40:51.855Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-18T00:40:52.120Z] Removing intermediate container 8b5ec8fefce3 [2020-12-18T00:40:52.120Z] ---> 180b08759c6a [2020-12-18T00:40:52.120Z] Step 14/22 : WORKDIR / [2020-12-18T00:40:52.698Z] Removing intermediate container 052551e778af [2020-12-18T00:40:52.698Z] ---> a707a7ddd75c [2020-12-18T00:40:52.698Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-18T00:40:52.698Z] ---> Running in 6e2e3997d769 [2020-12-18T00:40:52.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:40:52.698Z] ---> Running in dabeee81f8fa [2020-12-18T00:40:52.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:40:52.698Z] ---> 70b9adcd997d [2020-12-18T00:40:52.698Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-18T00:40:52.960Z] (1/2) Installing readline (8.0.4-r0) [2020-12-18T00:40:52.960Z] (2/2) Installing bash (5.0.17-r0) [2020-12-18T00:40:52.960Z] Executing bash-5.0.17-r0.post-install [2020-12-18T00:40:52.960Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:40:53.222Z] OK: 12 MiB in 22 packages [2020-12-18T00:40:53.222Z] Removing intermediate container 45cf869a8578 [2020-12-18T00:40:53.222Z] ---> ee0c52ad6d21 [2020-12-18T00:40:53.222Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T00:40:53.485Z] Removing intermediate container 6e2e3997d769 [2020-12-18T00:40:53.485Z] ---> b4b57cddbb5b [2020-12-18T00:40:53.485Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-18T00:40:53.753Z] ---> Running in 3f5489e849ff [2020-12-18T00:40:53.753Z] Removing intermediate container dabeee81f8fa [2020-12-18T00:40:53.753Z] ---> f5ea6782b363 [2020-12-18T00:40:53.753Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-18T00:40:53.753Z] ---> a8290366d25a [2020-12-18T00:40:53.753Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-18T00:40:54.020Z] ---> Running in 7c8610114687 [2020-12-18T00:40:54.020Z] Removing intermediate container 3f5489e849ff [2020-12-18T00:40:54.020Z] ---> 46a95da97025 [2020-12-18T00:40:54.020Z] Step 13/24 : WORKDIR / [2020-12-18T00:40:54.284Z] ---> a733cbdf5cbb [2020-12-18T00:40:54.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-18T00:40:54.284Z] Removing intermediate container f64b68361bc8 [2020-12-18T00:40:54.284Z] ---> fa73ea65ce99 [2020-12-18T00:40:54.284Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-18T00:40:54.284Z] Removing intermediate container 7c8610114687 [2020-12-18T00:40:54.284Z] ---> daf746c29819 [2020-12-18T00:40:54.284Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:40:54.569Z] ---> Running in 33699ff53cc4 [2020-12-18T00:40:54.569Z] ---> 389ce52b0447 [2020-12-18T00:40:54.569Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-18T00:40:54.569Z] ---> Running in 0a6b0790de24 [2020-12-18T00:40:54.569Z] ---> Running in 928eefaa01f9 [2020-12-18T00:40:55.153Z] Removing intermediate container 33699ff53cc4 [2020-12-18T00:40:55.153Z] ---> 419a62407161 [2020-12-18T00:40:55.153Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-18T00:40:55.153Z] ---> 5c2b6908ce59 [2020-12-18T00:40:55.153Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-18T00:40:55.153Z] ---> 853d91f8ef31 [2020-12-18T00:40:55.153Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-18T00:40:55.420Z] ---> Running in 830deb5d7969 [2020-12-18T00:40:55.420Z] ---> c6fb8cd58402 [2020-12-18T00:40:55.420Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-18T00:40:55.681Z] Removing intermediate container 830deb5d7969 [2020-12-18T00:40:55.681Z] ---> 6a5541904132 [2020-12-18T00:40:55.681Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:40:55.681Z] ---> da9eba47f5f1 [2020-12-18T00:40:55.681Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-18T00:40:56.255Z] ---> Running in 149b1605724a [2020-12-18T00:40:56.255Z] ---> Running in 701cf39f9c30 [2020-12-18T00:40:56.255Z] ---> 088e1abb82a1 [2020-12-18T00:40:56.255Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-18T00:40:56.521Z] Removing intermediate container 149b1605724a [2020-12-18T00:40:56.521Z] ---> ccc4ceacf28b [2020-12-18T00:40:56.521Z] Step 22/24 : LABEL arch=x86_64 [2020-12-18T00:40:56.521Z] Removing intermediate container 0a6b0790de24 [2020-12-18T00:40:56.521Z] ---> 850dd0e788bb [2020-12-18T00:40:56.521Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-18T00:40:56.794Z] Removing intermediate container 701cf39f9c30 [2020-12-18T00:40:56.794Z] ---> ae642461b209 [2020-12-18T00:40:56.794Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:40:56.794Z] ---> f088a66cdb42 [2020-12-18T00:40:56.794Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-18T00:40:56.794Z] ---> Running in 8ccd77779928 [2020-12-18T00:40:56.794Z] ---> Running in 273d68c1c172 [2020-12-18T00:40:56.794Z] ---> Running in 5a1badc4c298 [2020-12-18T00:40:56.794Z] Removing intermediate container 928eefaa01f9 [2020-12-18T00:40:56.794Z] ---> b4764b197c86 [2020-12-18T00:40:56.794Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-18T00:40:57.061Z] ---> Running in 65bff4d6253e [2020-12-18T00:40:57.061Z] Removing intermediate container 8ccd77779928 [2020-12-18T00:40:57.061Z] ---> 1a3786f48cb6 [2020-12-18T00:40:57.061Z] Step 23/24 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:40:57.324Z] Removing intermediate container 5a1badc4c298 [2020-12-18T00:40:57.324Z] ---> 6c41eb807dd5 [2020-12-18T00:40:57.324Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-18T00:40:57.588Z] ---> Running in cbb22a2d1802 [2020-12-18T00:40:57.856Z] Removing intermediate container 273d68c1c172 [2020-12-18T00:40:57.856Z] ---> 8ab54ea67b9d [2020-12-18T00:40:57.856Z] Step 20/22 : LABEL arch=x86_64 [2020-12-18T00:40:57.856Z] ---> 7dfc6eb0fbc2 [2020-12-18T00:40:57.856Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-18T00:40:57.856Z] ---> Running in 22773576eac1 [2020-12-18T00:40:58.118Z] ---> Running in 0c8b82f15967 [2020-12-18T00:40:58.118Z] Removing intermediate container cbb22a2d1802 [2020-12-18T00:40:58.118Z] ---> 4b7f8adbf8b8 [2020-12-18T00:40:58.118Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T00:40:58.119Z] ---> Running in 6ef10c6b5cd7 [2020-12-18T00:40:58.382Z] Removing intermediate container 22773576eac1 [2020-12-18T00:40:58.382Z] ---> a1fd518c2330 [2020-12-18T00:40:58.382Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-18T00:40:58.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:40:58.382Z] Removing intermediate container 0c8b82f15967 [2020-12-18T00:40:58.382Z] ---> 5b355afdf362 [2020-12-18T00:40:58.382Z] Step 21/22 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:40:58.382Z] ---> Running in 0566afbf7e14 [2020-12-18T00:40:58.643Z] ---> Running in f0766e3de17e [2020-12-18T00:40:58.643Z] ---> 32107225450d [2020-12-18T00:40:58.643Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-18T00:40:58.643Z] Removing intermediate container 6ef10c6b5cd7 [2020-12-18T00:40:58.643Z] ---> efb285bd9662 [2020-12-18T00:40:58.643Z] [2020-12-18T00:40:58.906Z] Removing intermediate container 0566afbf7e14 [2020-12-18T00:40:58.906Z] ---> 3be68a10b29e [2020-12-18T00:40:58.906Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-18T00:40:58.906Z] Successfully built efb285bd9662 [2020-12-18T00:40:58.906Z] Removing intermediate container f0766e3de17e [2020-12-18T00:40:58.906Z] ---> 52ea68046a4d [2020-12-18T00:40:58.906Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T00:40:58.906Z] Successfully tagged docker-support-notifications-go:latest [2020-12-18T00:40:58.906Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2020-12-18T00:40:58.906Z] ---> Running in c613b7bfeb7a [2020-12-18T00:40:58.906Z] ---> 6deca18cd52b [2020-12-18T00:40:58.906Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-18T00:40:59.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:40:59.170Z] ---> Running in a9e5302a468e [2020-12-18T00:40:59.170Z] Removing intermediate container c613b7bfeb7a [2020-12-18T00:40:59.170Z] ---> 6b2287e83ad7 [2020-12-18T00:40:59.170Z] [2020-12-18T00:40:59.438Z] Successfully built 6b2287e83ad7 [2020-12-18T00:40:59.702Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-18T00:40:59.702Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-18T00:40:59.702Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-18T00:40:59.974Z] Successfully tagged docker-core-command-go:latest [2020-12-18T00:40:59.974Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-12-18T00:40:59.974Z] ---> 4ca2467b0771 [2020-12-18T00:40:59.974Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-18T00:40:59.974Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-18T00:41:00.247Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-18T00:41:00.247Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:41:00.247Z] OK: 8 MiB in 19 packages [2020-12-18T00:41:03.584Z] ---> 1831670f5d17 [2020-12-18T00:41:03.584Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-18T00:41:05.516Z] Removing intermediate container a9e5302a468e [2020-12-18T00:41:05.516Z] ---> a1f65f61c8c3 [2020-12-18T00:41:05.516Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-18T00:41:05.516Z] ---> 52e8e0599473 [2020-12-18T00:41:05.516Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-18T00:41:05.516Z] ---> Running in edfb9f7a6e75 [2020-12-18T00:41:06.471Z] ---> Running in dedf231d7004 [2020-12-18T00:41:08.402Z] Removing intermediate container edfb9f7a6e75 [2020-12-18T00:41:08.402Z] ---> 454d92420979 [2020-12-18T00:41:08.402Z] Step 22/24 : LABEL arch=x86_64 [2020-12-18T00:41:10.348Z] Removing intermediate container 65bff4d6253e [2020-12-18T00:41:10.348Z] ---> 3a2abb5f16df [2020-12-18T00:41:10.348Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-18T00:41:10.348Z] ---> Running in 81402a10bc3a [2020-12-18T00:41:11.452Z] Removing intermediate container f4dfb88502a2 [2020-12-18T00:41:11.453Z] ---> 8b66a38537a7 [2020-12-18T00:41:11.453Z] Successfully built 8b66a38537a7 [2020-12-18T00:41:11.453Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:41:11.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:41:11.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:41:11.766Z] Removing intermediate container 81402a10bc3a [2020-12-18T00:41:11.766Z] ---> 82926693018e [2020-12-18T00:41:11.766Z] Step 23/24 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:41:11.808Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T00:41:11.808Z] . [Pipeline] withDockerContainer [2020-12-18T00:41:12.058Z] ---> 8369d734097c [2020-12-18T00:41:12.058Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-18T00:41:12.058Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-18T00:41:12.058Z] (2/33) Installing expat (2.2.9-r1) [2020-12-18T00:41:12.058Z] (3/33) Installing libffi (3.3-r2) [2020-12-18T00:41:12.058Z] (4/33) Installing gdbm (1.13-r1) [2020-12-18T00:41:12.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-16673 does not seem to be running inside a container [2020-12-18T00:41:12.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-arm64 cat [2020-12-18T00:41:12.334Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-18T00:41:12.334Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-18T00:41:12.334Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-18T00:41:12.334Z] ---> Running in 9467223f68e7 [2020-12-18T00:41:13.710Z] $ docker top 48b5008caf4171681d8ae415ed4f34507de33f74ed36382100760384d5ab85b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T00:41:14.764Z] + go version [2020-12-18T00:41:14.764Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-18T00:41:14.788Z] $ docker stop --time=1 48b5008caf4171681d8ae415ed4f34507de33f74ed36382100760384d5ab85b8 [2020-12-18T00:41:16.585Z] Removing intermediate container 9467223f68e7 [2020-12-18T00:41:16.585Z] ---> 9d6195303e3a [2020-12-18T00:41:16.585Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T00:41:16.644Z] $ docker rm -f 48b5008caf4171681d8ae415ed4f34507de33f74ed36382100760384d5ab85b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:41:17.672Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T00:41:17.672Z] . [Pipeline] withDockerContainer [2020-12-18T00:41:17.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-16673 does not seem to be running inside a container [2020-12-18T00:41:17.981Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:41:17.981Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:41:17.981Z] ---> e9fde2bebaa0 [2020-12-18T00:41:17.981Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> d4cde76d0589 [2020-12-18T00:41:17.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> a03965f481f8 [2020-12-18T00:41:17.981Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> 018c868428a2 [2020-12-18T00:41:17.981Z] Step 6/21 : COPY go.mod . [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> b517b81366ba [2020-12-18T00:41:17.981Z] Step 7/21 : RUN go mod download [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> e80b1ed3eca3 [2020-12-18T00:41:17.981Z] Step 8/21 : COPY . . [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> 3fc6aa50d5b1 [2020-12-18T00:41:17.981Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-18T00:41:17.981Z] ---> 2aef3100d5a3 [2020-12-18T00:41:17.981Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-18T00:41:17.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:41:17.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:41:17.981Z] ---> e9fde2bebaa0 [2020-12-18T00:41:17.981Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> d4cde76d0589 [2020-12-18T00:41:17.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> a03965f481f8 [2020-12-18T00:41:17.981Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> 018c868428a2 [2020-12-18T00:41:17.981Z] Step 6/22 : COPY go.mod . [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> b517b81366ba [2020-12-18T00:41:17.981Z] Step 7/22 : RUN go mod download [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> e80b1ed3eca3 [2020-12-18T00:41:17.981Z] Step 8/22 : COPY . . [2020-12-18T00:41:17.981Z] ---> Using cache [2020-12-18T00:41:17.981Z] ---> 3fc6aa50d5b1 [2020-12-18T00:41:17.981Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-18T00:41:17.981Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-18T00:41:17.981Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-18T00:41:17.981Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-18T00:41:17.982Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-18T00:41:17.982Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-18T00:41:17.982Z] ---> Running in bad5b47fb3aa [2020-12-18T00:41:18.003Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-arm64 cat [2020-12-18T00:41:18.245Z] ---> Running in 465cb78e67d7 [2020-12-18T00:41:18.246Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-18T00:41:18.246Z] ---> Running in ebf305078074 [2020-12-18T00:41:18.246Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-18T00:41:18.246Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-18T00:41:18.246Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-18T00:41:18.246Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-18T00:41:18.823Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-18T00:41:18.823Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-18T00:41:19.087Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-18T00:41:19.087Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-18T00:41:19.087Z] Removing intermediate container bad5b47fb3aa [2020-12-18T00:41:19.087Z] ---> c71509120210 [2020-12-18T00:41:19.087Z] [2020-12-18T00:41:19.251Z] $ docker top 8e60ee32cedaaf8b75adb82e59f993d598e1dd5de16e27521f670241777d7d37 -eo pid,comm [2020-12-18T00:41:19.350Z] (22/33) Installing py3-colorama (0.4.3-r0) [Pipeline] { [2020-12-18T00:41:19.619Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-18T00:41:19.619Z] ---> 250d616c942d [2020-12-18T00:41:19.619Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-18T00:41:19.619Z] Successfully built c71509120210 [Pipeline] echo [2020-12-18T00:41:19.625Z] ========================================================= [2020-12-18T00:41:19.625Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-18T00:41:19.625Z] ========================================================= [Pipeline] sh [2020-12-18T00:41:19.882Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-18T00:41:19.882Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-18T00:41:19.882Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-18T00:41:19.882Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-18T00:41:19.882Z] Building docker-security-proxy-setup-go [2020-12-18T00:41:20.162Z]  Building docker-security-secretstore-setup-go ... done (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-18T00:41:20.162Z] ---> Running in 04f4e059deda [2020-12-18T00:41:20.162Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-18T00:41:20.162Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-18T00:41:20.162Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-18T00:41:20.162Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-18T00:41:20.162Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-18T00:41:20.162Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-18T00:41:20.319Z] + make test [2020-12-18T00:41:20.319Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-18T00:41:20.441Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:41:20.441Z] OK: 71 MiB in 55 packages [2020-12-18T00:41:21.019Z] Removing intermediate container 04f4e059deda [2020-12-18T00:41:21.019Z] ---> ded97f3518f4 [2020-12-18T00:41:21.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:41:21.020Z] 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 [2020-12-18T00:41:21.020Z] 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 [2020-12-18T00:41:21.285Z] ---> Running in 35b043c7143e [2020-12-18T00:41:25.546Z] Removing intermediate container 35b043c7143e [2020-12-18T00:41:25.546Z] ---> 8011e52ef4ab [2020-12-18T00:41:25.546Z] Step 21/23 : LABEL arch=x86_64 [2020-12-18T00:41:27.539Z] ---> Running in 0614aca021e7 [2020-12-18T00:41:28.873Z] Removing intermediate container 0614aca021e7 [2020-12-18T00:41:28.873Z] ---> 4274f15bc69f [2020-12-18T00:41:28.873Z] Step 22/23 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:41:28.873Z] ---> Running in 3f8dbb008400 [2020-12-18T00:41:30.701Z] Removing intermediate container 3f8dbb008400 [2020-12-18T00:41:30.701Z] ---> 0f0a7b0cdd20 [2020-12-18T00:41:30.701Z] Step 23/23 : LABEL version=0.0.0 [2020-12-18T00:41:31.289Z] ---> Running in 363b687b4513 [2020-12-18T00:41:32.259Z] Removing intermediate container 363b687b4513 [2020-12-18T00:41:32.259Z] ---> ff6941608f95 [2020-12-18T00:41:32.259Z] [2020-12-18T00:41:32.538Z] Successfully built ff6941608f95 [2020-12-18T00:41:32.538Z] Successfully tagged docker-core-data-go:latest [2020-12-18T00:41:32.538Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-12-18T00:41:39.241Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:41:39.242Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:41:39.242Z] ---> e9fde2bebaa0 [2020-12-18T00:41:39.242Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T00:41:39.242Z] ---> Using cache [2020-12-18T00:41:39.242Z] ---> d4cde76d0589 [2020-12-18T00:41:39.242Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:41:39.242Z] ---> Using cache [2020-12-18T00:41:39.242Z] ---> a03965f481f8 [2020-12-18T00:41:39.242Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T00:41:39.242Z] ---> Using cache [2020-12-18T00:41:39.242Z] ---> 018c868428a2 [2020-12-18T00:41:39.242Z] Step 6/21 : COPY go.mod . [2020-12-18T00:41:39.242Z] ---> Using cache [2020-12-18T00:41:39.242Z] ---> b517b81366ba [2020-12-18T00:41:39.242Z] Step 7/21 : RUN go mod download [2020-12-18T00:41:39.242Z] ---> Using cache [2020-12-18T00:41:39.242Z] ---> e80b1ed3eca3 [2020-12-18T00:41:39.242Z] Step 8/21 : COPY . . [2020-12-18T00:41:39.242Z] ---> Using cache [2020-12-18T00:41:39.242Z] ---> 3fc6aa50d5b1 [2020-12-18T00:41:39.242Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-18T00:41:41.833Z] ---> Running in f45e89531f68 [2020-12-18T00:41:43.762Z] Removing intermediate container dedf231d7004 [2020-12-18T00:41:43.762Z] ---> 9a0c278fd5d0 [2020-12-18T00:41:43.762Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-18T00:41:43.850Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-18T00:41:46.341Z] 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 [2020-12-18T00:41:47.319Z] ---> Running in 341afce45d57 [2020-12-18T00:41:51.639Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:41:51.639Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:41:51.639Z] ---> e9fde2bebaa0 [2020-12-18T00:41:51.639Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T00:41:51.639Z] ---> Using cache [2020-12-18T00:41:51.639Z] ---> d4cde76d0589 [2020-12-18T00:41:51.639Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:41:51.639Z] ---> Using cache [2020-12-18T00:41:51.639Z] ---> a03965f481f8 [2020-12-18T00:41:51.639Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T00:41:51.639Z] ---> Using cache [2020-12-18T00:41:51.639Z] ---> 018c868428a2 [2020-12-18T00:41:51.639Z] Step 6/22 : COPY go.mod . [2020-12-18T00:41:51.639Z] ---> Using cache [2020-12-18T00:41:51.639Z] ---> b517b81366ba [2020-12-18T00:41:51.639Z] Step 7/22 : RUN go mod download [2020-12-18T00:41:51.639Z] ---> Using cache [2020-12-18T00:41:51.639Z] ---> e80b1ed3eca3 [2020-12-18T00:41:51.639Z] Step 8/22 : COPY . . [2020-12-18T00:41:51.639Z] ---> Using cache [2020-12-18T00:41:51.639Z] ---> 3fc6aa50d5b1 [2020-12-18T00:41:51.639Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-18T00:41:54.221Z] ---> Running in 5c2a025550b0 [2020-12-18T00:41:54.221Z] Removing intermediate container ebf305078074 [2020-12-18T00:41:54.221Z] ---> 4a39535bd389 [2020-12-18T00:41:54.221Z] [2020-12-18T00:41:54.221Z] Step 10/22 : FROM alpine:3.10 [2020-12-18T00:41:54.221Z] ---> be4e4bea2c2e [2020-12-18T00:41:54.221Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T00:41:54.221Z] ---> Using cache [2020-12-18T00:41:54.221Z] ---> ee0c52ad6d21 [2020-12-18T00:41:54.221Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-18T00:41:54.221Z] Collecting docker-compose==1.23.2 [2020-12-18T00:41:54.221Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-18T00:41:54.484Z] Removing intermediate container 465cb78e67d7 [2020-12-18T00:41:54.484Z] ---> c196521e895a [2020-12-18T00:41:54.484Z] [2020-12-18T00:41:54.484Z] Step 10/21 : FROM scratch [2020-12-18T00:41:54.484Z] ---> [2020-12-18T00:41:54.484Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:41:54.754Z] Collecting docopt<0.7,>=0.6.1 [2020-12-18T00:41:54.754Z] ---> Running in 71761aaaa0ee [2020-12-18T00:41:54.754Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-18T00:41:55.356Z] 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 [2020-12-18T00:41:55.356Z] ---> Using cache [2020-12-18T00:41:55.356Z] ---> e1839ab73647 [2020-12-18T00:41:55.356Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-18T00:41:55.356Z] Removing intermediate container 71761aaaa0ee [2020-12-18T00:41:55.356Z] ---> 844267ea6d56 [2020-12-18T00:41:55.356Z] Step 13/22 : WORKDIR / [2020-12-18T00:41:55.356Z] ---> Running in 6167098f05e0 [2020-12-18T00:41:55.625Z] ---> Running in 6a93e8461788 [2020-12-18T00:41:55.625Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-18T00:41:55.625Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-18T00:41:55.625Z] Removing intermediate container 6167098f05e0 [2020-12-18T00:41:55.625Z] ---> f7633e6c12d6 [2020-12-18T00:41:55.625Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-18T00:41:55.906Z] ---> Running in c4aeebb23fe2 [2020-12-18T00:41:55.906Z] Removing intermediate container 6a93e8461788 [2020-12-18T00:41:55.906Z] ---> 8980e37ccadc [2020-12-18T00:41:55.906Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-18T00:41:55.906Z] Removing intermediate container c4aeebb23fe2 [2020-12-18T00:41:55.906Z] ---> 02ce2fa90433 [2020-12-18T00:41:55.906Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-18T00:41:55.906Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-18T00:41:56.177Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-18T00:41:56.177Z] Collecting docker<4.0,>=3.6.0 [2020-12-18T00:41:56.177Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-18T00:41:56.446Z] ---> 5ef21f9451e8 [2020-12-18T00:41:56.446Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-18T00:41:56.446Z] Collecting texttable<0.10,>=0.9.0 [2020-12-18T00:41:56.446Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-18T00:41:56.446Z] ---> 7a1eb6650c3a [2020-12-18T00:41:56.446Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-18T00:41:57.079Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-18T00:41:57.356Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-18T00:41:57.356Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-18T00:41:57.356Z] ---> 0f03127bea45 [2020-12-18T00:41:57.356Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-18T00:41:57.635Z] ---> 5251d9b1cfc4 [2020-12-18T00:41:57.635Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-18T00:41:57.635Z] ---> 2207d0dcdc81 [2020-12-18T00:41:57.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-18T00:41:58.229Z] Collecting jsonschema<3,>=2.5.1 [2020-12-18T00:41:58.229Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-18T00:41:58.229Z] ---> 2b0daab01aab [2020-12-18T00:41:58.229Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-18T00:41:58.229Z] Collecting cached-property<2,>=1.2.0 [2020-12-18T00:41:58.229Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-18T00:41:58.501Z] ---> Running in dfd69c95a86f [2020-12-18T00:41:58.501Z] ---> 08c36eae0696 [2020-12-18T00:41:58.501Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-18T00:41:58.501Z] Collecting PyYAML<4,>=3.10 [2020-12-18T00:41:58.501Z] ---> Running in 1317730ebeea [2020-12-18T00:41:58.501Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-18T00:41:58.771Z] Removing intermediate container dfd69c95a86f [2020-12-18T00:41:58.771Z] ---> eab6edaf83c8 [2020-12-18T00:41:58.771Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:42:00.177Z] Collecting idna<2.8,>=2.5 [2020-12-18T00:42:00.177Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-18T00:42:00.765Z] 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) [2020-12-18T00:42:00.765Z] ---> Running in 2898193e05b0 [2020-12-18T00:42:01.039Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-18T00:42:01.039Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-18T00:42:01.039Z] 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) [2020-12-18T00:42:01.305Z] Collecting docker-pycreds>=0.4.0 [2020-12-18T00:42:01.305Z] Removing intermediate container 2898193e05b0 [2020-12-18T00:42:01.305Z] ---> b98da25a8263 [2020-12-18T00:42:01.305Z] Step 19/21 : LABEL arch=x86_64 [2020-12-18T00:42:01.305Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-18T00:42:01.305Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-18T00:42:01.305Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-18T00:42:01.305Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-18T00:42:01.305Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-18T00:42:01.569Z] ---> Running in 4c79a4223675 [2020-12-18T00:42:01.569Z] Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, jsonschema, cached-property, PyYAML, docker-compose [2020-12-18T00:42:01.569Z] Running setup.py install for docopt: started [2020-12-18T00:42:01.844Z] Removing intermediate container 4c79a4223675 [2020-12-18T00:42:01.844Z] ---> 54baabf40056 [2020-12-18T00:42:01.844Z] Step 20/21 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:42:01.844Z] ---> Running in bbd562074c31 [2020-12-18T00:42:02.120Z] Running setup.py install for docopt: finished with status 'done' [2020-12-18T00:42:02.392Z] Removing intermediate container 1317730ebeea [2020-12-18T00:42:02.392Z] ---> 86d28507a44f [2020-12-18T00:42:02.392Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-18T00:42:02.392Z] Attempting uninstall: idna [2020-12-18T00:42:02.392Z] Found existing installation: idna 2.9 [2020-12-18T00:42:02.392Z] Removing intermediate container bbd562074c31 [2020-12-18T00:42:02.392Z] ---> db2907e42908 [2020-12-18T00:42:02.392Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T00:42:02.392Z] Uninstalling idna-2.9: [2020-12-18T00:42:02.392Z] Successfully uninstalled idna-2.9 [2020-12-18T00:42:02.666Z] ---> Running in df857fdcf8c8 [2020-12-18T00:42:02.666Z] ---> Running in 9b479e5334cd [2020-12-18T00:42:03.636Z] Attempting uninstall: urllib3 [2020-12-18T00:42:03.636Z] Found existing installation: urllib3 1.25.9 [2020-12-18T00:42:03.636Z] Uninstalling urllib3-1.25.9: [2020-12-18T00:42:03.909Z] 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 [2020-12-18T00:42:03.909Z] Successfully uninstalled urllib3-1.25.9 [2020-12-18T00:42:04.489Z] Removing intermediate container 9b479e5334cd [2020-12-18T00:42:04.489Z] ---> 01f40374dc03 [2020-12-18T00:42:04.489Z] Step 20/22 : LABEL arch=x86_64 [2020-12-18T00:42:04.489Z] Removing intermediate container df857fdcf8c8 [2020-12-18T00:42:04.489Z] ---> 8566b74c1ac1 [2020-12-18T00:42:04.489Z] [2020-12-18T00:42:04.489Z] Successfully built 8566b74c1ac1 [2020-12-18T00:42:04.756Z] Attempting uninstall: requests [2020-12-18T00:42:04.756Z] Found existing installation: requests 2.23.0 [2020-12-18T00:42:04.756Z] Uninstalling requests-2.23.0: [2020-12-18T00:42:04.756Z] Successfully uninstalled requests-2.23.0 [2020-12-18T00:42:04.756Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-18T00:42:05.042Z]  Building docker-support-scheduler-go ... done  ---> Running in a07bfe5a826f [2020-12-18T00:42:05.626Z] Removing intermediate container a07bfe5a826f [2020-12-18T00:42:05.626Z] ---> 747202feb35a [2020-12-18T00:42:05.626Z] Step 21/22 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:42:05.888Z] Running setup.py install for texttable: started [2020-12-18T00:42:06.155Z] ---> Running in fb177599476d [2020-12-18T00:42:06.155Z] Running setup.py install for texttable: finished with status 'done' [2020-12-18T00:42:06.155Z] Running setup.py install for dockerpty: started [2020-12-18T00:42:06.421Z] Removing intermediate container fb177599476d [2020-12-18T00:42:06.421Z] ---> 44a5c1891b4e [2020-12-18T00:42:06.421Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T00:42:06.421Z] ---> Running in bcf919da15b1 [2020-12-18T00:42:06.698Z] Removing intermediate container bcf919da15b1 [2020-12-18T00:42:06.698Z] ---> 0c73de8475f9 [2020-12-18T00:42:06.698Z] [2020-12-18T00:42:06.963Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-18T00:42:06.963Z] Successfully built 0c73de8475f9 [2020-12-18T00:42:06.963Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-18T00:42:06.963Z]  Building docker-security-bootstrap-redis-go ... done  Running setup.py install for PyYAML: started [2020-12-18T00:42:07.567Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-18T00:42:10.161Z] 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 [2020-12-18T00:42:12.119Z] Removing intermediate container f45e89531f68 [2020-12-18T00:42:12.119Z] ---> fa5bc3813ae3 [2020-12-18T00:42:12.119Z] [2020-12-18T00:42:12.119Z] Step 10/21 : FROM alpine [2020-12-18T00:42:12.119Z] ---> 389fef711851 [2020-12-18T00:42:12.119Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-18T00:42:13.540Z] ---> Running in 81f0adb8e7cc [2020-12-18T00:42:14.504Z] Removing intermediate container 341afce45d57 [2020-12-18T00:42:14.504Z] ---> df4183eccdd5 [2020-12-18T00:42:14.504Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-18T00:42:14.504Z] ---> Running in 0308abd29f53 [2020-12-18T00:42:14.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:42:15.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:42:15.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T00:42:15.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T00:42:15.036Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:42:15.036Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:42:15.036Z] OK: 12745 distinct packages available [2020-12-18T00:42:15.299Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T00:42:15.299Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-18T00:42:15.299Z] (3/3) Installing curl (7.69.1-r3) [2020-12-18T00:42:15.299Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:42:15.299Z] OK: 72 MiB in 58 packages [2020-12-18T00:42:15.299Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-18T00:42:15.562Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T00:42:15.562Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-18T00:42:15.562Z] (4/4) Installing curl (7.69.1-r3) [2020-12-18T00:42:15.562Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:42:15.562Z] Executing ca-certificates-20191127-r4.trigger [2020-12-18T00:42:15.562Z] OK: 7 MiB in 18 packages [2020-12-18T00:42:16.135Z] Removing intermediate container 0308abd29f53 [2020-12-18T00:42:16.135Z] ---> 03285cd08724 [2020-12-18T00:42:16.135Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-18T00:42:16.135Z] ---> Running in abafe75b6aba [2020-12-18T00:42:18.055Z] Removing intermediate container abafe75b6aba [2020-12-18T00:42:18.055Z] ---> f2c28c33438b [2020-12-18T00:42:18.055Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:42:18.055Z] Removing intermediate container 81f0adb8e7cc [2020-12-18T00:42:18.055Z] ---> c1a8a630015e [2020-12-18T00:42:18.055Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T00:42:18.318Z] ---> Running in 7e4669012393 [2020-12-18T00:42:18.318Z] ---> Running in 2c374df90b5c [2020-12-18T00:42:18.318Z] Removing intermediate container 5c2a025550b0 [2020-12-18T00:42:18.318Z] ---> 7b2b43d6400d [2020-12-18T00:42:18.318Z] [2020-12-18T00:42:18.318Z] Step 10/22 : FROM scratch [2020-12-18T00:42:18.318Z] ---> [2020-12-18T00:42:18.318Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:42:18.318Z] ---> Using cache [2020-12-18T00:42:18.318Z] ---> e1839ab73647 [2020-12-18T00:42:18.318Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-18T00:42:18.318Z] ---> Running in d50cefc721fa [2020-12-18T00:42:18.318Z] Removing intermediate container 7e4669012393 [2020-12-18T00:42:18.318Z] ---> 9ebca506e25b [2020-12-18T00:42:18.318Z] Step 25/27 : LABEL arch=x86_64 [2020-12-18T00:42:18.318Z] Removing intermediate container 2c374df90b5c [2020-12-18T00:42:18.318Z] ---> f4b14bb82c3f [2020-12-18T00:42:18.318Z] Step 13/21 : WORKDIR /edgex [2020-12-18T00:42:18.580Z] ---> Running in ae4eed421d28 [2020-12-18T00:42:18.580Z] ---> Running in 897e2e0a0ff0 [2020-12-18T00:42:18.580Z] Removing intermediate container d50cefc721fa [2020-12-18T00:42:18.580Z] ---> 26d001861c8d [2020-12-18T00:42:18.580Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T00:42:18.842Z] ---> Running in a6d3bd6a3464 [2020-12-18T00:42:19.786Z] Removing intermediate container ae4eed421d28 [2020-12-18T00:42:19.786Z] ---> 5f83bc0fdc4b [2020-12-18T00:42:19.786Z] Step 26/27 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:42:19.786Z] Removing intermediate container 897e2e0a0ff0 [2020-12-18T00:42:19.786Z] ---> ec71fd165099 [2020-12-18T00:42:19.786Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-18T00:42:19.786Z] ---> Running in 8d026fe4c972 [2020-12-18T00:42:19.786Z] Removing intermediate container a6d3bd6a3464 [2020-12-18T00:42:19.786Z] ---> 8800f211ee67 [2020-12-18T00:42:19.786Z] Step 14/22 : WORKDIR / [2020-12-18T00:42:19.786Z] ---> Running in 0cda0f132f8b [2020-12-18T00:42:20.049Z] Removing intermediate container 8d026fe4c972 [2020-12-18T00:42:20.049Z] ---> aa509883bf5e [2020-12-18T00:42:20.049Z] Step 27/27 : LABEL version=0.0.0 [2020-12-18T00:42:20.049Z] ---> 6f01c0e7d082 [2020-12-18T00:42:20.049Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-18T00:42:20.049Z] Removing intermediate container 0cda0f132f8b [2020-12-18T00:42:20.049Z] ---> 658340ca7fd8 [2020-12-18T00:42:20.049Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-18T00:42:20.049Z] ---> Running in 8a17da3e90fa [2020-12-18T00:42:20.313Z] Removing intermediate container 8a17da3e90fa [2020-12-18T00:42:20.313Z] ---> a83c448bfc2d [2020-12-18T00:42:20.313Z] [2020-12-18T00:42:20.313Z] ---> b94b5e4d6473 [2020-12-18T00:42:20.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-18T00:42:20.579Z] Successfully built a83c448bfc2d [2020-12-18T00:42:20.579Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-18T00:42:20.579Z]  Building docker-sys-mgmt-agent-go ... done  ---> ef4ccf3019f4 [2020-12-18T00:42:20.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-18T00:42:21.159Z] ---> 65c9f6a1c09f [2020-12-18T00:42:21.159Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-18T00:42:21.159Z] ---> 86df1f33fa01 [2020-12-18T00:42:21.159Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-18T00:42:21.159Z] ---> Running in 58f9a96bddf8 [2020-12-18T00:42:21.420Z] ---> 2bdaa5b65d12 [2020-12-18T00:42:21.420Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-18T00:42:21.420Z] Removing intermediate container 58f9a96bddf8 [2020-12-18T00:42:21.420Z] ---> 2f29e19cf764 [2020-12-18T00:42:21.420Z] Step 18/21 : CMD ["--init=true"] [2020-12-18T00:42:21.997Z] ---> Running in 2a94b8d613a6 [2020-12-18T00:42:21.997Z] ---> Running in b794782386e1 [2020-12-18T00:42:21.997Z] Removing intermediate container 2a94b8d613a6 [2020-12-18T00:42:21.997Z] ---> f6a8d78fcd4c [2020-12-18T00:42:21.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:42:21.997Z] Removing intermediate container b794782386e1 [2020-12-18T00:42:21.997Z] ---> 04fd83fbce39 [2020-12-18T00:42:21.997Z] Step 19/21 : LABEL arch=x86_64 [2020-12-18T00:42:22.258Z] ---> Running in 4ad5cf2e8d4a [2020-12-18T00:42:22.258Z] ---> Running in bfee4c8edb4a [2020-12-18T00:42:22.258Z] Removing intermediate container bfee4c8edb4a [2020-12-18T00:42:22.258Z] ---> d387cb81de40 [2020-12-18T00:42:22.258Z] Step 20/21 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:42:22.258Z] Removing intermediate container 4ad5cf2e8d4a [2020-12-18T00:42:22.258Z] ---> a29a94d11df5 [2020-12-18T00:42:22.258Z] Step 20/22 : LABEL arch=x86_64 [2020-12-18T00:42:22.521Z] ---> Running in fbc972df49de [2020-12-18T00:42:22.521Z] ---> Running in 4f30a283f43a [2020-12-18T00:42:22.521Z] Removing intermediate container fbc972df49de [2020-12-18T00:42:22.521Z] ---> 6ca56f16c29a [2020-12-18T00:42:22.521Z] Step 21/22 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:42:22.521Z] Removing intermediate container 4f30a283f43a [2020-12-18T00:42:22.521Z] ---> 09582fcdec62 [2020-12-18T00:42:22.521Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T00:42:22.784Z] ---> Running in 5becfbb13e3a [2020-12-18T00:42:22.784Z] ---> Running in 47e2202b5470 [2020-12-18T00:42:22.784Z] Removing intermediate container 5becfbb13e3a [2020-12-18T00:42:22.784Z] ---> 7e11dd5d3aa9 [2020-12-18T00:42:22.784Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T00:42:22.784Z] Removing intermediate container 47e2202b5470 [2020-12-18T00:42:22.784Z] ---> e52d8d3a1273 [2020-12-18T00:42:22.784Z] [2020-12-18T00:42:23.047Z] ---> Running in 7d597975ae56 [2020-12-18T00:42:23.047Z] Successfully built e52d8d3a1273 [2020-12-18T00:42:23.047Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-18T00:42:23.309Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d597975ae56 [2020-12-18T00:42:23.309Z] ---> 17b4cb3aa470 [2020-12-18T00:42:23.309Z] [2020-12-18T00:42:23.309Z] Successfully built 17b4cb3aa470 [2020-12-18T00:42:23.309Z] Successfully tagged docker-core-metadata-go:latest [2020-12-18T00:42:23.582Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-18T00:42:23.591Z] $ docker stop --time=1 716e520a09328fbebdfb52eaa2e8281bd7e9d7717531ac839620439edeb41070 [2020-12-18T00:42:25.150Z] $ docker rm -f 716e520a09328fbebdfb52eaa2e8281bd7e9d7717531ac839620439edeb41070 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T00:42:25.652Z] + docker images [2020-12-18T00:42:25.652Z] + grep docker [2020-12-18T00:42:25.652Z] docker-core-metadata-go latest 17b4cb3aa470 2 seconds ago 13MB [2020-12-18T00:42:25.652Z] docker-security-proxy-setup-go latest e52d8d3a1273 3 seconds ago 24.6MB [2020-12-18T00:42:25.652Z] docker-sys-mgmt-agent-go latest a83c448bfc2d 5 seconds ago 313MB [2020-12-18T00:42:25.652Z] docker-security-bootstrap-redis-go latest 0c73de8475f9 19 seconds ago 15.8MB [2020-12-18T00:42:25.652Z] docker-support-scheduler-go latest 8566b74c1ac1 22 seconds ago 10.8MB [2020-12-18T00:42:25.652Z] docker-core-data-go latest ff6941608f95 54 seconds ago 22.2MB [2020-12-18T00:42:25.652Z] docker-security-secretstore-setup-go latest c71509120210 About a minute ago 24.7MB [2020-12-18T00:42:25.652Z] docker-core-command-go latest 6b2287e83ad7 About a minute ago 10.6MB [2020-12-18T00:42:25.652Z] docker-support-notifications-go latest efb285bd9662 About a minute ago 12.1MB [2020-12-18T00:42:25.652Z] docker latest 0040bc98e531 12 hours 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 [2020-12-18T00:42:30.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-18T00:42:35.247Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-18T00:42:37.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-18T00:42:37.891Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-18T00:42:37.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-18T00:42:37.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-18T00:42:37.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-18T00:42:38.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-18T00:42:40.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-18T00:42:41.401Z] Still waiting to schedule task [2020-12-18T00:42:41.401Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-18T00:42:41.873Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-18T00:42:43.873Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-18T00:42:43.874Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-18T00:42:43.874Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-18T00:42:52.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements [2020-12-18T00:42:52.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-18T00:42:52.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-18T00:42:52.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-18T00:42:52.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-18T00:42:52.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-18T00:42:58.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.489s coverage: 27.1% of statements [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-18T00:42:58.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-18T00:42:58.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-18T00:42:58.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.197s coverage: 72.0% of statements [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-18T00:42:58.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-18T00:43:00.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.634s coverage: 83.3% of statements [2020-12-18T00:43:00.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-18T00:43:00.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T00:43:00.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-18T00:43:00.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-18T00:43:07.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.183s coverage: 28.6% of statements [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-18T00:43:07.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-18T00:43:07.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-18T00:43:07.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.366s coverage: 86.7% of statements [2020-12-18T00:43:07.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-18T00:43:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.398s coverage: 97.5% of statements [2020-12-18T00:43:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-18T00:43:09.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2020-12-18T00:43:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-18T00:43:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-18T00:43:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-18T00:43:09.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.107s coverage: 93.8% of statements [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.156s coverage: 87.2% of statements [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2020-12-18T00:43:17.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.4% of statements [2020-12-18T00:43:17.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-18T00:43:20.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.687s coverage: 63.5% of statements [2020-12-18T00:43:20.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-18T00:43:20.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-18T00:43:20.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2020-12-18T00:43:20.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 91.3% of statements [2020-12-18T00:43:20.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2020-12-18T00:43:21.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2020-12-18T00:43:22.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2020-12-18T00:43:26.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.811s coverage: 55.9% of statements [2020-12-18T00:43:26.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-18T00:43:26.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-18T00:43:26.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-18T00:43:26.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-18T00:43:26.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-18T00:43:27.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 37.0% of statements [2020-12-18T00:43:27.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-18T00:43:27.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-18T00:43:27.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.685s coverage: 84.0% of statements [2020-12-18T00:43:27.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.112s coverage: 100.0% of statements [2020-12-18T00:43:34.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.308s coverage: 47.1% of statements [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-18T00:43:34.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-18T00:43:34.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2020-12-18T00:43:34.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-18T00:43:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.911s coverage: 29.1% of statements [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-18T00:43:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.171s coverage: 99.0% of statements [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-18T00:43:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-18T00:43:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-18T00:43:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.079s coverage: 100.0% of statements [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-18T00:43:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-18T00:43:39.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements [2020-12-18T00:43:39.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-18T00:43:39.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-18T00:43:39.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2020-12-18T00:43:40.721Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-18T00:43:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-18T00:43:41.922Z] GO111MODULE=on go vet ./... [2020-12-18T00:44:27.925Z] Running on prd-ubuntu18.04-docker-8c-8g-16679 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-18T00:44:27.979Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2020-12-18T00:44:30.178Z] using credential edgex-jenkins-ssh [2020-12-18T00:44:30.297Z] Cloning the remote Git repository [2020-12-18T00:44:30.323Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-18T00:44:30.392Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2020-12-18T00:44:30.423Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T00:44:30.424Z] > git --version # timeout=10 [2020-12-18T00:44:30.431Z] > git --version # 'git version 2.17.1' [2020-12-18T00:44:30.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T00:44:30.458Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T00:44:49.993Z] gofmt -l . [2020-12-18T00:44:49.993Z] [ "`gofmt -l .`" = "" ] [2020-12-18T00:44:49.993Z] ./bin/test-go-mod-tidy.sh [2020-12-18T00:44:49.993Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-18T00:44:54.032Z] + ls -al . [2020-12-18T00:44:54.032Z] total 664 [2020-12-18T00:44:54.032Z] drwxrwxr-x 9 1001 1001 4096 Dec 18 00:44 . [2020-12-18T00:44:54.032Z] drwxr-xr-x 4 root root 4096 Dec 18 00:41 .. [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 11 Dec 18 00:39 .dockerignore [2020-12-18T00:44:54.032Z] drwxrwxr-x 8 1001 1001 4096 Dec 18 00:39 .git [2020-12-18T00:44:54.032Z] drwxrwxr-x 3 1001 1001 4096 Dec 18 00:39 .github [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 824 Dec 18 00:39 .gitignore [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 166 Dec 18 00:39 .sonarcloud.properties [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 3804 Dec 18 00:39 CONTRIBUTING.md [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 1035 Dec 18 00:39 Dockerfile.build [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 863 Dec 18 00:39 Jenkinsfile [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 10775 Dec 18 00:39 LICENSE [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 5750 Dec 18 00:39 Makefile [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 6511 Dec 18 00:39 README.md [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 6744 Dec 18 00:39 SECURITY.md [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 5 Dec 18 00:34 VERSION [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 4131 Dec 18 00:39 ZMQWindows.md [2020-12-18T00:44:54.032Z] drwxrwxr-x 2 1001 1001 4096 Dec 18 00:39 bin [2020-12-18T00:44:54.032Z] drwxrwxr-x 14 1001 1001 4096 Dec 18 00:39 cmd [2020-12-18T00:44:54.032Z] -rw-r--r-- 1 root root 537096 Dec 18 00:43 coverage.out [2020-12-18T00:44:54.032Z] -rw-r--r-- 1 root root 979 Dec 18 00:44 go.mod [2020-12-18T00:44:54.032Z] -rw-r--r-- 1 root root 18521 Dec 18 00:44 go.sum [2020-12-18T00:44:54.032Z] drwxrwxr-x 8 1001 1001 4096 Dec 18 00:39 internal [2020-12-18T00:44:54.032Z] drwxrwxr-x 4 1001 1001 4096 Dec 18 00:39 openapi [2020-12-18T00:44:54.032Z] drwxrwxr-x 4 1001 1001 4096 Dec 18 00:39 snap [2020-12-18T00:44:54.032Z] -rw-rw-r-- 1 1001 1001 168 Dec 18 00:39 version.go [Pipeline] sh [2020-12-18T00:44:54.685Z] + '[' -e coverage.out ] [2020-12-18T00:44:54.685Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-18T00:44:54.753Z] Warning: overwriting stash ‘coverage-report’ [2020-12-18T00:44:55.764Z] Stashed 1 file(s) [Pipeline] sh [2020-12-18T00:44:56.420Z] + make build [2020-12-18T00:44:56.421Z] 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 [2020-12-18T00:44:56.052Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T00:44:56.058Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T00:44:56.074Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T00:44:56.087Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T00:44:56.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T00:44:56.090Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T00:44:56.534Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 22bdeea08e3e0bac315e393436295e989d8773cc [2020-12-18T00:44:56.718Z] Merge succeeded, producing 5dfca676f25048032f7a8ca10182eeda9a3c997c [2020-12-18T00:44:56.718Z] Checking out Revision 5dfca676f25048032f7a8ca10182eeda9a3c997c (PR-2908) [2020-12-18T00:44:56.555Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T00:44:56.561Z] > git checkout -f 22bdeea08e3e0bac315e393436295e989d8773cc # timeout=10 [2020-12-18T00:44:56.635Z] > git remote # timeout=10 [2020-12-18T00:44:56.642Z] > git config --get remote.origin.url # timeout=10 [2020-12-18T00:44:56.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T00:44:56.652Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-18T00:44:56.725Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-18T00:44:56.734Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T00:44:56.737Z] > git checkout -f 5dfca676f25048032f7a8ca10182eeda9a3c997c # timeout=10 [2020-12-18T00:45:00.424Z] Commit message: "Merge commit 'bbb161aa59ef099937232867751a09afbb087fa9' into HEAD" [2020-12-18T00:45:00.440Z] > git rev-list --no-walk 22bdeea08e3e0bac315e393436295e989d8773cc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:45:01.958Z] + echo snap-build.sh [2020-12-18T00:45:01.958Z] snap-build.sh [2020-12-18T00:45:01.958Z] + SNAP_BASE_DIR=. [2020-12-18T00:45:01.958Z] + '[' '!' -z /w/workspace/edgex-go/23 ']' [2020-12-18T00:45:01.958Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/23 [2020-12-18T00:45:01.958Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' [2020-12-18T00:45:01.958Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/23] [2020-12-18T00:45:01.958Z] + cd /w/workspace/edgex-go/23 [2020-12-18T00:45:01.958Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-18T00:45:01.959Z] Reading package lists... [2020-12-18T00:45:01.959Z] Building dependency tree... [2020-12-18T00:45:01.959Z] Reading state information... [2020-12-18T00:45:01.959Z] The following packages were automatically installed and are no longer required: [2020-12-18T00:45:01.959Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-18T00:45:01.959Z] uidmap xdelta3 [2020-12-18T00:45:01.959Z] Use 'sudo apt autoremove' to remove them. [2020-12-18T00:45:01.959Z] The following packages will be REMOVED: [2020-12-18T00:45:01.959Z] lxd* lxd-client* [2020-12-18T00:45:02.544Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-18T00:45:02.545Z] After this operation, 31.7 MB disk space will be freed. [2020-12-18T00:45:03.338Z] (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.) [2020-12-18T00:45:03.338Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-18T00:45:04.295Z] Removing lxd dnsmasq configuration [2020-12-18T00:45:04.296Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-18T00:45:04.296Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-18T00:45:05.241Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-18T00:45:05.503Z] (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.) [2020-12-18T00:45:05.503Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-18T00:45:06.570Z] 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 [2020-12-18T00:45:06.918Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-18T00:45:06.918Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-18T00:45:07.872Z] + sudo snap remove --purge lxd [2020-12-18T00:45:08.136Z] snap "lxd" is not installed [2020-12-18T00:45:08.136Z] + sudo groupadd --force --system lxd [2020-12-18T00:45:08.136Z] ++ whoami [2020-12-18T00:45:08.136Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-18T00:45:08.136Z] + newgrp - lxd [2020-12-18T00:45:08.401Z] + sudo snap install lxd [2020-12-18T00:45:16.544Z] 2020-12-18T00:45:13Z INFO Waiting for automatic snapd restart... [2020-12-18T00:45:28.810Z] 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 [2020-12-18T00:45:31.427Z] 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 [2020-12-18T00:45:31.468Z] lxd 4.9 from Canonical* installed [2020-12-18T00:45:31.468Z] + sudo lxd init --auto [2020-12-18T00:45:36.825Z] 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 [2020-12-18T00:45:37.422Z] 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 [2020-12-18T00:45:41.480Z] + sudo snap install --classic snapcraft [2020-12-18T00:45:42.818Z] 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 [2020-12-18T00:45:45.694Z] snapcraft 4.4.4 from Canonical* installed [2020-12-18T00:45:45.694Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-18T00:45:45.694Z] + patch --verbose -p1 [2020-12-18T00:45:45.694Z] Hmm... Looks like a unified diff to me... [2020-12-18T00:45:45.694Z] The text leading up to this was: [2020-12-18T00:45:45.694Z] -------------------------- [2020-12-18T00:45:45.694Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-18T00:45:45.694Z] |From: Tony Espy [2020-12-18T00:45:45.694Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-18T00:45:45.694Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-18T00:45:45.694Z] | [2020-12-18T00:45:45.694Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-18T00:45:45.694Z] |optimize the snap CI check run for pull requests. When [2020-12-18T00:45:45.694Z] |applied, it essentially strips out everything (apps and [2020-12-18T00:45:45.694Z] |parts) from the snapcraft.yaml file except those required [2020-12-18T00:45:45.694Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-18T00:45:45.694Z] |catch changes to edgex-go that break the snap build. [2020-12-18T00:45:45.694Z] | [2020-12-18T00:45:45.694Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-18T00:45:45.694Z] |to update this patch file, otherwise it may fail to apply, [2020-12-18T00:45:45.694Z] |resulting in a failed snap build CI check in the associated [2020-12-18T00:45:45.694Z] |pull request. [2020-12-18T00:45:45.694Z] | [2020-12-18T00:45:45.694Z] |Note - in addition to applying this patch, the pipeline also [2020-12-18T00:45:45.694Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-18T00:45:45.694Z] |need to build the finally binary .snap file (and it won't [2020-12-18T00:45:45.694Z] |work with the patch applied). This further reduces the build [2020-12-18T00:45:45.694Z] |time. [2020-12-18T00:45:45.694Z] |--- [2020-12-18T00:45:45.694Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-18T00:45:45.694Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-18T00:45:45.694Z] | [2020-12-18T00:45:45.694Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-18T00:45:45.694Z] |index 1e537489..faf42425 100644 [2020-12-18T00:45:45.694Z] |--- a/snap/snapcraft.yaml [2020-12-18T00:45:45.694Z] |+++ b/snap/snapcraft.yaml [2020-12-18T00:45:45.694Z] -------------------------- [2020-12-18T00:45:45.694Z] patching file snap/snapcraft.yaml [2020-12-18T00:45:45.694Z] Using Plan A... [2020-12-18T00:45:45.694Z] Hunk #1 succeeded at 73. [2020-12-18T00:45:45.694Z] Hunk #2 succeeded at 202. [2020-12-18T00:45:45.694Z] Hunk #3 succeeded at 214. [2020-12-18T00:45:45.694Z] Hunk #4 succeeded at 222. [2020-12-18T00:45:45.694Z] Hunk #5 succeeded at 229. [2020-12-18T00:45:45.694Z] Hunk #6 succeeded at 256. [2020-12-18T00:45:45.694Z] Hunk #7 succeeded at 290. [2020-12-18T00:45:45.694Z] Hunk #8 succeeded at 341. [2020-12-18T00:45:45.694Z] Hmm... Ignoring the trailing garbage. [2020-12-18T00:45:45.694Z] done [2020-12-18T00:45:45.694Z] + sudo snapcraft prime --use-lxd [2020-12-18T00:45:46.640Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-18T00:45:46.640Z] 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: [2020-12-18T00:45:46.640Z] - README.md [2020-12-18T00:45:46.640Z] [2020-12-18T00:45:46.640Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-18T00:45:47.233Z] Launching a container. [2020-12-18T00:45:48.223Z] 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 [2020-12-18T00:45:51.622Z] 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 [2020-12-18T00:45:55.906Z] 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 [2020-12-18T00:45:58.521Z] 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 [2020-12-18T00:46:02.152Z] Waiting for container to be ready [2020-12-18T00:46:02.413Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-18T00:46:02.413Z] [2020-12-18T00:46:02.823Z] 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 [2020-12-18T00:46:05.737Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-18T00:46:05.997Z] Waiting for network to be ready... [Pipeline] } [2020-12-18T00:46:06.215Z] $ docker stop --time=1 8e60ee32cedaaf8b75adb82e59f993d598e1dd5de16e27521f670241777d7d37 [2020-12-18T00:46:06.566Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-18T00:46:06.566Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-18T00:46:06.826Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-18T00:46:06.826Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-18T00:46:07.085Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-18T00:46:07.344Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-18T00:46:07.344Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-18T00:46:07.344Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-18T00:46:07.344Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-18T00:46:07.344Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-18T00:46:07.344Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-18T00:46:07.344Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-18T00:46:07.344Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-18T00:46:07.344Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-18T00:46:07.344Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-18T00:46:07.344Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-18T00:46:07.344Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-18T00:46:07.344Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-18T00:46:07.603Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-18T00:46:07.603Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-18T00:46:07.862Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-18T00:46:07.862Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-18T00:46:07.862Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-18T00:46:07.862Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-18T00:46:07.862Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-18T00:46:07.862Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-18T00:46:07.862Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-18T00:46:08.950Z] $ docker rm -f 8e60ee32cedaaf8b75adb82e59f993d598e1dd5de16e27521f670241777d7d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-18T00:46:10.405Z] Fetched 23.5 MB in 4s (5638 kB/s) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:46:10.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T00:46:10.976Z] [2020-12-18T00:46:10.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-12-18T00:46:11.344Z] Reading package lists... [2020-12-18T00:46:11.344Z] Reading package lists... [Pipeline] sh [2020-12-18T00:46:11.605Z] Building dependency tree... [2020-12-18T00:46:11.605Z] Reading state information... [2020-12-18T00:46:11.605Z] The following additional packages will be installed: [2020-12-18T00:46:11.605Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-18T00:46:11.605Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-18T00:46:11.605Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-18T00:46:11.605Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-18T00:46:11.605Z] Suggested packages: [2020-12-18T00:46:11.605Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-18T00:46:11.605Z] Recommended packages: [2020-12-18T00:46:11.605Z] gnupg libsasl2-modules [2020-12-18T00:46:11.605Z] The following NEW packages will be installed: [2020-12-18T00:46:11.605Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-18T00:46:11.605Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-18T00:46:11.605Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-18T00:46:11.605Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-18T00:46:11.605Z] The following packages will be upgraded: [2020-12-18T00:46:11.605Z] gpg gpg-agent gpgconf libudev1 [2020-12-18T00:46:11.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T00:46:11.866Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-18T00:46:11.866Z] Need to get 3531 kB of archives. [2020-12-18T00:46:11.866Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-18T00:46:11.866Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-18T00:46:11.866Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-18T00:46:11.866Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-18T00:46:11.866Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-18T00:46:11.866Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-18T00:46:11.866Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-18T00:46:11.866Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-18T00:46:11.866Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-18T00:46:11.866Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-18T00:46:11.975Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-18T00:46:11.975Z] 29e5d40040c1: Pulling fs layer [2020-12-18T00:46:11.975Z] 1ce36da41761: Pulling fs layer [2020-12-18T00:46:11.975Z] 25b303627fd3: Pulling fs layer [2020-12-18T00:46:12.448Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-18T00:46:12.569Z] 29e5d40040c1: Verifying Checksum [2020-12-18T00:46:12.569Z] 29e5d40040c1: Download complete [2020-12-18T00:46:12.708Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-18T00:46:12.709Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-18T00:46:12.709Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-18T00:46:12.709Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-18T00:46:12.709Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-18T00:46:12.709Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-18T00:46:12.709Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-18T00:46:12.709Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-18T00:46:12.709Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-18T00:46:12.709Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-18T00:46:12.970Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-18T00:46:12.970Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-18T00:46:12.970Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T00:46:12.970Z] Fetched 3531 kB in 1s (2957 kB/s) [2020-12-18T00:46:12.970Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-18T00:46:12.970Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-18T00:46:12.970Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T00:46:13.164Z] 29e5d40040c1: Pull complete [2020-12-18T00:46:13.230Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-18T00:46:13.230Z] Selecting previously unselected package udev. [2020-12-18T00:46:13.230Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-18T00:46:13.230Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-18T00:46:13.230Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-18T00:46:13.490Z] Selecting previously unselected package libfuse2:amd64. [2020-12-18T00:46:13.491Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-18T00:46:13.491Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-18T00:46:13.750Z] Selecting previously unselected package fuse. [2020-12-18T00:46:13.750Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-18T00:46:13.750Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-18T00:46:13.750Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:13.750Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T00:46:13.750Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:13.750Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T00:46:13.762Z] 1ce36da41761: Verifying Checksum [2020-12-18T00:46:13.762Z] 1ce36da41761: Download complete [2020-12-18T00:46:14.011Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:14.011Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T00:46:14.011Z] Selecting previously unselected package libksba8:amd64. [2020-12-18T00:46:14.011Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-18T00:46:14.011Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-18T00:46:14.273Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-18T00:46:14.273Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.273Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.273Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-18T00:46:14.273Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.273Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.273Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-18T00:46:14.537Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.537Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.537Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-18T00:46:14.537Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.537Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.537Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-18T00:46:14.537Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.537Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.741Z] 1ce36da41761: Pull complete [2020-12-18T00:46:14.798Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-18T00:46:14.798Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.798Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.798Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-18T00:46:14.798Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.798Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:14.798Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-18T00:46:14.798Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:14.798Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:15.060Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-18T00:46:15.060Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T00:46:15.060Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:15.060Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-18T00:46:15.060Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-18T00:46:15.060Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T00:46:15.060Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-18T00:46:15.060Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-18T00:46:15.060Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T00:46:15.060Z] Selecting previously unselected package libldap-common. [2020-12-18T00:46:15.060Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-18T00:46:15.321Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T00:46:15.321Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-18T00:46:15.321Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-18T00:46:15.321Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T00:46:15.321Z] Selecting previously unselected package dirmngr. [2020-12-18T00:46:15.321Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:15.321Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-18T00:46:15.580Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T00:46:15.580Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-18T00:46:15.580Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-18T00:46:15.581Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T00:46:15.581Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T00:46:15.581Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-18T00:46:15.581Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:15.581Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-18T00:46:15.581Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T00:46:15.841Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-18T00:46:16.102Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-18T00:46:16.102Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.102Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-18T00:46:16.102Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-18T00:46:16.177Z] 25b303627fd3: Verifying Checksum [2020-12-18T00:46:16.177Z] 25b303627fd3: Download complete [2020-12-18T00:46:16.364Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-18T00:46:16.364Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T00:46:16.364Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T00:46:16.364Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-18T00:46:16.364Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T00:46:16.940Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-18T00:46:16.940Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-18T00:46:16.940Z] This means they are not meant to be enabled using systemctl. [2020-12-18T00:46:16.940Z] Possible reasons for having this kind of units are: [2020-12-18T00:46:16.940Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-18T00:46:16.940Z] .wants/ or .requires/ directory. [2020-12-18T00:46:16.940Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-18T00:46:16.940Z] a requirement dependency on it. [2020-12-18T00:46:16.940Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-18T00:46:16.940Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-18T00:46:16.940Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-18T00:46:16.940Z] instance name specified. [2020-12-18T00:46:17.200Z] Reading package lists... [2020-12-18T00:46:17.200Z] Building dependency tree... [2020-12-18T00:46:17.200Z] Reading state information... [2020-12-18T00:46:17.460Z] The following additional packages will be installed: [2020-12-18T00:46:17.460Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-18T00:46:17.460Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-18T00:46:17.460Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-18T00:46:17.460Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-18T00:46:17.460Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-18T00:46:17.460Z] Suggested packages: [2020-12-18T00:46:17.460Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-18T00:46:17.460Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-18T00:46:17.460Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-18T00:46:17.460Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-18T00:46:17.460Z] systemd-container policykit-1 [2020-12-18T00:46:17.460Z] Recommended packages: [2020-12-18T00:46:17.460Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-18T00:46:17.460Z] The following NEW packages will be installed: [2020-12-18T00:46:17.460Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-18T00:46:17.460Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-18T00:46:17.460Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-18T00:46:17.460Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-18T00:46:17.460Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-18T00:46:17.460Z] The following packages will be upgraded: [2020-12-18T00:46:17.460Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-18T00:46:17.720Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-18T00:46:17.720Z] Need to get 35.2 MB of archives. [2020-12-18T00:46:17.720Z] After this operation, 141 MB of additional disk space will be used. [2020-12-18T00:46:17.720Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-18T00:46:17.720Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-18T00:46:18.292Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-18T00:46:18.292Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-18T00:46:18.552Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-18T00:46:18.552Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-18T00:46:18.552Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-18T00:46:18.552Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-18T00:46:18.813Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-18T00:46:18.813Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-18T00:46:18.813Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-18T00:46:18.813Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-18T00:46:18.813Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-18T00:46:18.813Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-18T00:46:18.813Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-18T00:46:18.813Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-18T00:46:18.813Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-18T00:46:18.813Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-18T00:46:18.813Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-18T00:46:18.813Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-18T00:46:18.813Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-18T00:46:18.813Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-18T00:46:18.813Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-18T00:46:18.813Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-18T00:46:18.813Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-18T00:46:18.813Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-18T00:46:18.813Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-18T00:46:19.074Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-18T00:46:19.074Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-18T00:46:19.074Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-18T00:46:20.020Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T00:46:20.282Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2020-12-18T00:46:20.282Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-18T00:46:20.282Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-18T00:46:20.542Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T00:46:21.114Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-18T00:46:21.114Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T00:46:21.114Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-18T00:46:21.114Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-18T00:46:21.114Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-18T00:46:21.114Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-18T00:46:21.375Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-18T00:46:21.375Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-18T00:46:21.375Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-18T00:46:21.635Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-18T00:46:21.895Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-18T00:46:21.896Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-18T00:46:22.156Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-18T00:46:22.417Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-18T00:46:22.417Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-18T00:46:22.417Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-18T00:46:22.679Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-18T00:46:22.679Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T00:46:22.679Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:22.679Z] Selecting previously unselected package libexpat1:amd64. [2020-12-18T00:46:22.679Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-18T00:46:22.679Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-18T00:46:22.941Z] Selecting previously unselected package python3.6-minimal. [2020-12-18T00:46:22.941Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T00:46:22.941Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:23.210Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-18T00:46:23.210Z] Checking for services that may need to be restarted...done. [2020-12-18T00:46:23.210Z] Checking for services that may need to be restarted...done. [2020-12-18T00:46:23.210Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:23.210Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-18T00:46:23.472Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:23.733Z] Selecting previously unselected package python3-minimal. [2020-12-18T00:46:23.733Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-18T00:46:23.733Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-18T00:46:23.733Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-18T00:46:23.994Z] Selecting previously unselected package mime-support. [2020-12-18T00:46:23.994Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-18T00:46:23.994Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-18T00:46:23.994Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-18T00:46:23.994Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-18T00:46:23.994Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-18T00:46:24.254Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-18T00:46:24.254Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T00:46:24.254Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:24.254Z] Selecting previously unselected package python3.6. [2020-12-18T00:46:24.254Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T00:46:24.254Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:24.514Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-18T00:46:24.514Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-18T00:46:24.514Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-18T00:46:24.514Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-18T00:46:24.776Z] Selecting previously unselected package python3. [2020-12-18T00:46:24.776Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-18T00:46:24.776Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-18T00:46:24.776Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-18T00:46:24.776Z] Selecting previously unselected package multiarch-support. [2020-12-18T00:46:24.776Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T00:46:24.776Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-18T00:46:24.776Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-18T00:46:25.036Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-18T00:46:25.036Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-18T00:46:25.036Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-18T00:46:25.036Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-18T00:46:25.036Z] Selecting previously unselected package libbsd0:amd64. [2020-12-18T00:46:25.036Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-18T00:46:25.036Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-18T00:46:25.036Z] Selecting previously unselected package sudo. [2020-12-18T00:46:25.036Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-18T00:46:25.036Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-18T00:46:25.298Z] Selecting previously unselected package apparmor. [2020-12-18T00:46:25.298Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-18T00:46:25.298Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-18T00:46:25.298Z] Selecting previously unselected package libedit2:amd64. [2020-12-18T00:46:25.298Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-18T00:46:25.298Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-18T00:46:25.559Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-18T00:46:25.559Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T00:46:25.559Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:25.559Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-18T00:46:25.559Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T00:46:25.559Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:25.559Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-18T00:46:25.559Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-18T00:46:25.559Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-18T00:46:25.820Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-18T00:46:25.820Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T00:46:25.820Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:25.820Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-18T00:46:25.820Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T00:46:25.820Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:26.082Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-18T00:46:26.082Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-18T00:46:26.082Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-18T00:46:26.082Z] Selecting previously unselected package openssh-client. [2020-12-18T00:46:26.082Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-18T00:46:26.082Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-18T00:46:26.322Z] 25b303627fd3: Pull complete [2020-12-18T00:46:26.323Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-18T00:46:26.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T00:46:26.323Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-18T00:46:26.344Z] Selecting previously unselected package squashfs-tools. [2020-12-18T00:46:26.344Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-18T00:46:26.344Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-18T00:46:26.594Z] prd-ubuntu18.04-docker-arm64-4c-16g-16673 does not seem to be running inside a container [2020-12-18T00:46:26.604Z] Selecting previously unselected package snapd. [2020-12-18T00:46:26.604Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-18T00:46:26.605Z] Unpacking snapd (2.48+18.04) ... [2020-12-18T00:46:26.669Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-18T00:46:28.515Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-18T00:46:28.515Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-18T00:46:28.515Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-18T00:46:28.787Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-18T00:46:28.787Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-18T00:46:28.787Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:28.787Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T00:46:28.787Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-18T00:46:28.787Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-18T00:46:29.730Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-18T00:46:29.730Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-18T00:46:29.730Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-18T00:46:29.730Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:29.730Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:29.730Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T00:46:30.087Z] $ docker top a8219fc7b45a8ccb132c02845cc12cfd00b10387fde3f68c40fdc21264842262 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T00:46:30.673Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-18T00:46:31.201Z] + docker-compose build --help [2020-12-18T00:46:31.201Z] + grep parallel [2020-12-18T00:46:31.617Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:31.878Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-18T00:46:31.878Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-18T00:46:31.878Z] running python rtupdate hooks for python3.6... [2020-12-18T00:46:31.878Z] running python post-rtupdate hooks for python3.6... [2020-12-18T00:46:31.878Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-18T00:46:33.263Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-18T00:46:33.263Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T00:46:33.263Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-18T00:46:33.263Z] Setting up snapd (2.48+18.04) ... [2020-12-18T00:46:33.834Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-18T00:46:33.834Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-18T00:46:34.095Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-18T00:46:34.095Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-18T00:46:34.355Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-18T00:46:34.355Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-18T00:46:34.570Z] --parallel Build images in parallel. [2020-12-18T00:46:34.617Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-18T00:46:34.617Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [Pipeline] } [2020-12-18T00:46:34.853Z] $ docker stop --time=1 a8219fc7b45a8ccb132c02845cc12cfd00b10387fde3f68c40fdc21264842262 [2020-12-18T00:46:34.878Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-18T00:46:35.139Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-18T00:46:35.139Z] /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' [2020-12-18T00:46:35.139Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T00:46:35.139Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-18T00:46:36.086Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-18T00:46:36.086Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-18T00:46:36.347Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-18T00:46:36.781Z] $ docker rm -f a8219fc7b45a8ccb132c02845cc12cfd00b10387fde3f68c40fdc21264842262 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:46:37.554Z] Reading package lists... [2020-12-18T00:46:37.554Z] Reading package lists... [2020-12-18T00:46:37.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T00:46:37.609Z] . [Pipeline] withDockerContainer [2020-12-18T00:46:37.814Z] Building dependency tree... [2020-12-18T00:46:37.814Z] Reading state information... [2020-12-18T00:46:37.814Z] Calculating upgrade... [2020-12-18T00:46:37.870Z] prd-ubuntu18.04-docker-arm64-4c-16g-16673 does not seem to be running inside a container [2020-12-18T00:46:37.943Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-18T00:46:38.077Z] The following packages will be upgraded: [2020-12-18T00:46:38.077Z] advancecomp base-files bash binutils binutils-common [2020-12-18T00:46:38.077Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-18T00:46:38.077Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-18T00:46:38.077Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-18T00:46:38.077Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-18T00:46:38.077Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-18T00:46:38.077Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-18T00:46:38.077Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-18T00:46:38.077Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-18T00:46:38.077Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-18T00:46:38.077Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-18T00:46:38.077Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-18T00:46:38.077Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-18T00:46:38.077Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-18T00:46:38.077Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-18T00:46:38.077Z] Need to get 63.5 MB of archives. [2020-12-18T00:46:38.077Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-18T00:46:38.077Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-18T00:46:38.077Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-18T00:46:38.077Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-18T00:46:38.077Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-18T00:46:38.077Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-18T00:46:38.077Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-18T00:46:38.077Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-18T00:46:38.077Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-18T00:46:38.077Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-18T00:46:38.077Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-18T00:46:38.077Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-18T00:46:38.077Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-18T00:46:38.077Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-18T00:46:38.077Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-18T00:46:38.339Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-18T00:46:38.339Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-18T00:46:38.339Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-18T00:46:38.339Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-18T00:46:38.339Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-18T00:46:38.339Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-18T00:46:38.339Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-18T00:46:38.339Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-18T00:46:38.339Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-18T00:46:38.339Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-18T00:46:38.339Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-18T00:46:38.339Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-18T00:46:38.339Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-18T00:46:38.339Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-18T00:46:38.339Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-18T00:46:38.339Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-18T00:46:38.339Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-18T00:46:38.339Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-18T00:46:38.339Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-18T00:46:38.339Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-18T00:46:38.339Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-18T00:46:38.339Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-18T00:46:38.339Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-18T00:46:38.339Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-18T00:46:38.339Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-18T00:46:38.339Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-18T00:46:38.339Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-18T00:46:38.339Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-18T00:46:38.339Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-18T00:46:38.339Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-18T00:46:38.339Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-18T00:46:38.339Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-18T00:46:38.339Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-18T00:46:38.600Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-18T00:46:38.600Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-18T00:46:38.600Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-18T00:46:38.600Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-18T00:46:38.600Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-18T00:46:38.600Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-18T00:46:38.600Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-18T00:46:38.600Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-18T00:46:38.861Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-18T00:46:38.861Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-18T00:46:38.861Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-18T00:46:39.121Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-18T00:46:39.121Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-18T00:46:39.121Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-18T00:46:39.121Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-18T00:46:39.121Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-18T00:46:39.121Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-18T00:46:39.383Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-18T00:46:39.387Z] $ docker top ded5fe71ccc38cc35c043ba01e7e58eef0fc036e87d2637fe84bca1a47905d7a -eo pid,comm [2020-12-18T00:46:39.644Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-18T00:46:39.644Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-18T00:46:39.644Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [Pipeline] { [Pipeline] sh [2020-12-18T00:46:39.905Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-18T00:46:39.905Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-18T00:46:39.905Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-18T00:46:39.905Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-18T00:46:39.905Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-18T00:46:39.905Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-18T00:46:39.905Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-18T00:46:39.905Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-18T00:46:39.905Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-18T00:46:39.905Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-18T00:46:39.905Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-18T00:46:40.165Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-18T00:46:40.165Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-18T00:46:40.165Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-18T00:46:40.165Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-18T00:46:40.165Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-18T00:46:40.165Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-18T00:46:40.165Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-18T00:46:40.165Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-18T00:46:40.165Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-18T00:46:40.165Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-18T00:46:40.165Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-18T00:46:40.165Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-18T00:46:40.165Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-18T00:46:40.165Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-18T00:46:40.424Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-18T00:46:40.426Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-18T00:46:40.426Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-18T00:46:40.426Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-18T00:46:40.426Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T00:46:40.426Z] Fetched 63.5 MB in 2s (27.0 MB/s) [2020-12-18T00:46:40.426Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:40.426Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T00:46:40.687Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T00:46:41.260Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T00:46:41.260Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T00:46:41.260Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-18T00:46:41.260Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-18T00:46:42.650Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:42.650Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:42.650Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:42.650Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:42.650Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:42.650Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:42.912Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:42.912Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:42.912Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:42.912Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.172Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:43.172Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.172Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:43.172Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.172Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:46:43.436Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T00:46:43.436Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:43.436Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.436Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:46:43.436Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T00:46:43.436Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:43.436Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.698Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:43.698Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.699Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T00:46:43.699Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T00:46:43.960Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:46:43.960Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T00:46:43.960Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T00:46:44.221Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T00:46:44.482Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-18T00:46:44.711Z] Building docker-core-command-go ... [2020-12-18T00:46:44.711Z] Building docker-core-data-go ... [2020-12-18T00:46:44.711Z] Building docker-core-metadata-go ... [2020-12-18T00:46:44.711Z] Building docker-security-bootstrap-redis-go ... [2020-12-18T00:46:44.711Z] Building docker-security-proxy-setup-go ... [2020-12-18T00:46:44.711Z] Building docker-security-secretstore-setup-go ... [2020-12-18T00:46:44.711Z] Building docker-support-notifications-go ... [2020-12-18T00:46:44.711Z] Building docker-support-scheduler-go ... [2020-12-18T00:46:44.711Z] Building docker-sys-mgmt-agent-go ... [2020-12-18T00:46:44.711Z] Building docker-support-notifications-go [2020-12-18T00:46:44.711Z] Building docker-security-bootstrap-redis-go [2020-12-18T00:46:44.711Z] Building docker-security-proxy-setup-go [2020-12-18T00:46:44.711Z] Building docker-sys-mgmt-agent-go [2020-12-18T00:46:44.711Z] Building docker-core-command-go [2020-12-18T00:46:44.742Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T00:46:44.742Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-18T00:46:44.742Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-18T00:46:44.742Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-18T00:46:44.742Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-18T00:46:45.002Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-18T00:46:45.002Z] Installing new version of config file /etc/issue ... [2020-12-18T00:46:45.002Z] Installing new version of config file /etc/issue.net ... [2020-12-18T00:46:45.264Z] Installing new version of config file /etc/lsb-release ... [2020-12-18T00:46:45.264Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-18T00:46:45.264Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-18T00:46:45.524Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-18T00:46:45.524Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-18T00:46:45.524Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:45.524Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-18T00:46:45.524Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-18T00:46:45.785Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-18T00:46:45.785Z] 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 [2020-12-18T00:46:46.047Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:46.047Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:46.047Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:46.047Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:46.047Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:46.047Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-18T00:46:46.047Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-18T00:46:46.306Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-18T00:46:46.306Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:46.306Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-18T00:46:46.306Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-18T00:46:46.567Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-18T00:46:46.830Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:46.830Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:46.830Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T00:46:46.830Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-18T00:46:47.090Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:47.090Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:47.090Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T00:46:47.090Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-18T00:46:47.350Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:47.350Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-18T00:46:47.350Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-18T00:46:47.350Z] Setting up grep (3.1-2build1) ... [2020-12-18T00:46:47.611Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:47.612Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-18T00:46:47.612Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-18T00:46:47.612Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-18T00:46:47.872Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:47.872Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T00:46:47.872Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T00:46:47.872Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-18T00:46:47.872Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:47.872Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-18T00:46:47.872Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T00:46:48.444Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-18T00:46:48.444Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T00:46:48.444Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-18T00:46:48.705Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T00:46:49.277Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-18T00:46:49.277Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:49.277Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-18T00:46:49.277Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T00:46:50.221Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-18T00:46:50.482Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-18T00:46:50.482Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-18T00:46:50.482Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-18T00:46:50.743Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-18T00:46:50.743Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:50.743Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-18T00:46:51.004Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-18T00:46:51.004Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-18T00:46:51.265Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:51.265Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:51.265Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:51.265Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:51.265Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:51.265Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:51.265Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:51.526Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:51.526Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:51.526Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:51.526Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:51.787Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:51.787Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:51.787Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:51.787Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:51.787Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:52.047Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:52.047Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T00:46:52.047Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T00:46:52.047Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T00:46:52.047Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T00:46:52.307Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-18T00:46:52.307Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:52.307Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T00:46:52.307Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T00:46:52.569Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-18T00:46:52.569Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:52.569Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:52.569Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:52.569Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:52.836Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:52.836Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:52.836Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:52.836Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:53.098Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:53.098Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:53.098Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:53.360Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:46:53.619Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-18T00:46:53.880Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-18T00:46:54.139Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:54.139Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T00:46:54.139Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T00:46:54.399Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-18T00:46:54.399Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T00:46:54.399Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-18T00:46:54.399Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T00:46:54.659Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-18T00:46:54.659Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:54.659Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-18T00:46:54.659Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-18T00:46:54.921Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-18T00:46:54.921Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:54.921Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-18T00:46:55.183Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T00:46:55.183Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T00:46:55.443Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:55.443Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-18T00:46:55.443Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T00:46:55.443Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T00:46:55.708Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:55.708Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-18T00:46:55.708Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T00:46:55.708Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T00:46:55.968Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:55.968Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T00:46:55.968Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T00:46:56.233Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-18T00:46:56.233Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T00:46:56.233Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:56.233Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T00:46:56.233Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-18T00:46:56.493Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:56.493Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-18T00:46:56.493Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-18T00:46:56.493Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-18T00:46:56.757Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:56.757Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-18T00:46:56.757Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T00:46:56.757Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T00:46:57.018Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:57.018Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:57.018Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T00:46:57.278Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-18T00:46:57.278Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:57.278Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-18T00:46:57.278Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-18T00:46:57.538Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-18T00:46:57.538Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:57.538Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-18T00:46:57.538Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-18T00:46:57.798Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-18T00:46:58.059Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:58.059Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T00:46:58.059Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T00:46:58.318Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-18T00:46:58.318Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:58.319Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-18T00:46:58.319Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-18T00:46:58.578Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-18T00:46:58.579Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:58.579Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-18T00:46:58.839Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-18T00:46:58.839Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-18T00:46:58.839Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:58.839Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-18T00:46:59.099Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-18T00:46:59.099Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-18T00:46:59.364Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:59.364Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-18T00:46:59.364Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-18T00:46:59.364Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-18T00:46:59.364Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T00:46:59.364Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-18T00:46:59.627Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-18T00:46:59.627Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-18T00:46:59.627Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-18T00:46:59.627Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-18T00:46:59.886Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-18T00:46:59.886Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-18T00:46:59.886Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-18T00:47:00.146Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-18T00:47:00.146Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-18T00:47:00.414Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-18T00:47:00.414Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-18T00:47:00.414Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-18T00:47:00.414Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-18T00:47:00.707Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-18T00:47:00.707Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-18T00:47:00.707Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-18T00:47:00.707Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-18T00:47:00.707Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-18T00:47:00.707Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-18T00:47:00.976Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-18T00:47:00.976Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-18T00:47:00.976Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-18T00:47:00.976Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-18T00:47:00.976Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-18T00:47:00.976Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-18T00:47:01.301Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-18T00:47:01.301Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-18T00:47:01.935Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-18T00:47:01.935Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-18T00:47:02.266Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-18T00:47:02.266Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-18T00:47:02.266Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T00:47:02.266Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T00:47:02.553Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T00:47:02.822Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T00:47:03.082Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T00:47:03.082Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T00:47:03.346Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T00:47:03.346Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T00:47:03.346Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:03.346Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:03.606Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:03.606Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:03.606Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:03.606Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:03.868Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:03.868Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:04.812Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:04.812Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:05.383Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:05.383Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:06.326Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:06.326Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:06.586Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:06.586Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:07.527Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T00:47:07.527Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T00:47:07.527Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-18T00:47:07.527Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-18T00:47:07.527Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-18T00:47:07.527Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-18T00:47:07.788Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-18T00:47:07.788Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-18T00:47:07.788Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-18T00:47:07.788Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-18T00:47:08.049Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-18T00:47:08.049Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-18T00:47:08.309Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-18T00:47:08.309Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-18T00:47:08.309Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-18T00:47:08.309Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-18T00:47:08.309Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:08.569Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-18T00:47:08.569Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:08.569Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:08.569Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:08.569Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-18T00:47:08.569Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-18T00:47:08.569Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-18T00:47:08.830Z] [2020-12-18T00:47:08.830Z] Current default time zone: 'Etc/UTC' [2020-12-18T00:47:08.830Z] Local time is now: Fri Dec 18 00:47:08 UTC 2020. [2020-12-18T00:47:08.830Z] Universal Time is now: Fri Dec 18 00:47:08 UTC 2020. [2020-12-18T00:47:08.830Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-18T00:47:08.830Z] [2020-12-18T00:47:08.830Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-18T00:47:08.830Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:08.830Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-18T00:47:08.830Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-18T00:47:08.830Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-18T00:47:08.830Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-18T00:47:08.830Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-18T00:47:08.830Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-18T00:47:08.830Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-18T00:47:09.090Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-18T00:47:09.090Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:09.090Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-18T00:47:09.091Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:09.351Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-18T00:47:09.351Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:09.351Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-18T00:47:09.351Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-18T00:47:09.351Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-18T00:47:09.351Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-18T00:47:09.351Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-18T00:47:09.351Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-18T00:47:09.351Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-18T00:47:09.351Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-18T00:47:11.263Z] Updating certificates in /etc/ssl/certs... [2020-12-18T00:47:12.204Z] 22 added, 17 removed; done. [2020-12-18T00:47:12.205Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-18T00:47:12.205Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T00:47:12.205Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-18T00:47:12.205Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-18T00:47:12.205Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-18T00:47:12.205Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.205Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-18T00:47:12.205Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.205Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.464Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.464Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.464Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.464Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-18T00:47:12.464Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-18T00:47:12.464Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-18T00:47:12.464Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-18T00:47:12.464Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-18T00:47:12.464Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.724Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T00:47:12.724Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-18T00:47:12.724Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-18T00:47:12.724Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-18T00:47:12.724Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-18T00:47:12.724Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-18T00:47:12.985Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-18T00:47:12.985Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-18T00:47:12.985Z] Updating certificates in /etc/ssl/certs... [2020-12-18T00:47:13.554Z] 0 added, 0 removed; done. [2020-12-18T00:47:13.554Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-18T00:47:13.554Z] done. [2020-12-18T00:47:13.816Z] Reading package lists... [2020-12-18T00:47:14.076Z] Building dependency tree... [2020-12-18T00:47:14.076Z] Reading state information... [2020-12-18T00:47:14.076Z] The following NEW packages will be installed: [2020-12-18T00:47:14.076Z] apt-transport-https [2020-12-18T00:47:14.336Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-18T00:47:14.336Z] Need to get 1696 B of archives. [2020-12-18T00:47:14.336Z] After this operation, 153 kB of additional disk space will be used. [2020-12-18T00:47:14.336Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-18T00:47:14.597Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T00:47:14.597Z] Fetched 1696 B in 0s (9469 B/s) [2020-12-18T00:47:14.597Z] Selecting previously unselected package apt-transport-https. [2020-12-18T00:47:14.597Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-18T00:47:14.597Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-18T00:47:14.597Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-18T00:47:14.597Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-18T00:47:14.860Z] Waiting for network to be ready... [2020-12-18T00:47:20.957Z] 2020-12-18T00:47:17Z INFO Waiting for automatic snapd restart... [2020-12-18T00:47:20.957Z] snapd 2.48.1 from Canonical* installed [2020-12-18T00:47:20.957Z] "snapd" switched to the "latest/stable" channel [2020-12-18T00:47:20.957Z] [2020-12-18T00:47:23.509Z] core18 20201210 from Canonical* installed [2020-12-18T00:47:23.509Z] "core18" switched to the "latest/stable" channel [2020-12-18T00:47:23.509Z] [2020-12-18T00:47:26.807Z] snapcraft 4.4.4 from Canonical* installed [2020-12-18T00:47:26.807Z] "snapcraft" switched to the "latest/stable" channel [2020-12-18T00:47:26.807Z] [2020-12-18T00:47:31.006Z] 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: [2020-12-18T00:47:31.006Z] - README.md [2020-12-18T00:47:31.006Z] [2020-12-18T00:47:31.006Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-18T00:47:37.622Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T00:47:37.622Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-18T00:47:37.622Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-18T00:47:37.622Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-18T00:47:38.583Z] Reading package lists... [2020-12-18T00:47:38.847Z] 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 [2020-12-18T00:47:45.433Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T00:47:45.433Z] Reading package lists... [2020-12-18T00:47:45.433Z] Building dependency tree... [2020-12-18T00:47:45.433Z] Reading state information... [2020-12-18T00:47:45.433Z] Suggested packages: [2020-12-18T00:47:45.433Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-18T00:47:45.433Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-18T00:47:45.433Z] Recommended packages: [2020-12-18T00:47:45.433Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-18T00:47:45.433Z] The following NEW packages will be installed: [2020-12-18T00:47:45.433Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-18T00:47:45.433Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-18T00:47:45.433Z] pkg-config zip [2020-12-18T00:47:45.433Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-18T00:47:45.433Z] Need to get 7655 kB of archives. [2020-12-18T00:47:45.433Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-18T00:47:45.433Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-18T00:47:45.433Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-18T00:47:45.433Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-18T00:47:45.695Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-18T00:47:45.695Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-18T00:47:45.695Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-18T00:47:45.695Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-18T00:47:45.695Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-18T00:47:45.695Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-18T00:47:45.955Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-18T00:47:45.955Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-18T00:47:45.955Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-18T00:47:46.217Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-18T00:47:46.217Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-18T00:47:46.217Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-18T00:47:46.477Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T00:47:46.477Z] Fetched 7655 kB in 1s (6308 kB/s) [2020-12-18T00:47:46.477Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-18T00:47:46.477Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-18T00:47:46.477Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-18T00:47:46.477Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-18T00:47:46.737Z] Selecting previously unselected package libpsl5:amd64. [2020-12-18T00:47:46.737Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-18T00:47:46.737Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-18T00:47:46.737Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-18T00:47:46.737Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-18T00:47:46.737Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-18T00:47:46.996Z] Selecting previously unselected package librtmp1:amd64. [2020-12-18T00:47:46.996Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-18T00:47:46.996Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-18T00:47:46.996Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-18T00:47:46.996Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-18T00:47:46.996Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-18T00:47:46.996Z] Selecting previously unselected package liberror-perl. [2020-12-18T00:47:47.257Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-18T00:47:47.257Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-18T00:47:47.257Z] Selecting previously unselected package git-man. [2020-12-18T00:47:47.257Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-18T00:47:47.257Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-18T00:47:47.257Z] Selecting previously unselected package git. [2020-12-18T00:47:47.257Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-18T00:47:47.257Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-18T00:47:48.196Z] Selecting previously unselected package libnorm1:amd64. [2020-12-18T00:47:48.196Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-18T00:47:48.196Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-18T00:47:48.196Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-18T00:47:48.196Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-18T00:47:48.196Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-18T00:47:48.196Z] Selecting previously unselected package libsodium23:amd64. [2020-12-18T00:47:48.196Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-18T00:47:48.196Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-18T00:47:48.457Z] Selecting previously unselected package libzmq5:amd64. [2020-12-18T00:47:48.457Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-18T00:47:48.457Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T00:47:48.457Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-18T00:47:48.457Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-18T00:47:48.457Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T00:47:48.457Z] Selecting previously unselected package pkg-config. [2020-12-18T00:47:48.457Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-18T00:47:48.457Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-18T00:47:48.719Z] Selecting previously unselected package zip. [2020-12-18T00:47:48.719Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-18T00:47:48.719Z] Unpacking zip (3.0-11build1) ... [2020-12-18T00:47:48.719Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-18T00:47:48.719Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-18T00:47:48.719Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-18T00:47:48.719Z] Setting up liberror-perl (0.17025-1) ... [2020-12-18T00:47:48.719Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-18T00:47:48.719Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-18T00:47:48.719Z] No schema files found: doing nothing. [2020-12-18T00:47:48.719Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-18T00:47:48.979Z] Setting up zip (3.0-11build1) ... [2020-12-18T00:47:48.979Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-18T00:47:48.979Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-18T00:47:48.980Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-18T00:47:48.980Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T00:47:48.980Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-18T00:47:48.980Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T00:47:48.980Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-18T00:47:49.239Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-18T00:47:52.817Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:47:52.817Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:47:52.817Z] ---> 8b66a38537a7 [2020-12-18T00:47:52.817Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T00:47:52.817Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:47:52.817Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:47:52.817Z] ---> 8b66a38537a7 [2020-12-18T00:47:52.817Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T00:47:52.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:47:52.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:47:52.817Z] ---> 8b66a38537a7 [2020-12-18T00:47:52.817Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T00:47:52.817Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:47:52.817Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:47:52.817Z] ---> 8b66a38537a7 [2020-12-18T00:47:52.817Z] Step 3/27 : WORKDIR /edgex-go [2020-12-18T00:47:52.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:47:52.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:47:52.817Z] ---> 8b66a38537a7 [2020-12-18T00:47:52.817Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T00:47:53.093Z] ---> Running in a6d8769b6afe [2020-12-18T00:47:53.093Z] ---> Running in 3eccd05c7c16 [2020-12-18T00:47:53.093Z] ---> Running in be76e200c4ce [2020-12-18T00:47:53.093Z] ---> Running in 3d3e6c50dc88 [2020-12-18T00:47:53.093Z] ---> Running in 04c425cd1702 [2020-12-18T00:47:53.693Z] Removing intermediate container 3d3e6c50dc88 [2020-12-18T00:47:53.693Z] ---> 7d08d45899c8 [2020-12-18T00:47:53.693Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:47:53.981Z] Removing intermediate container a6d8769b6afe [2020-12-18T00:47:53.981Z] ---> 4781b3bd2832 [2020-12-18T00:47:53.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:47:53.981Z] ---> Running in f880ebb1710c [2020-12-18T00:47:53.981Z] Removing intermediate container 3eccd05c7c16 [2020-12-18T00:47:53.981Z] ---> 739133d60d3a [2020-12-18T00:47:53.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:47:53.981Z] Removing intermediate container 04c425cd1702 [2020-12-18T00:47:53.981Z] ---> 9b43b8e1a82b [2020-12-18T00:47:53.981Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:47:54.256Z] Removing intermediate container be76e200c4ce [2020-12-18T00:47:54.256Z] ---> 00768a08f803 [2020-12-18T00:47:54.256Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:47:54.256Z] ---> Running in bf8ba52b726b [2020-12-18T00:47:54.530Z] ---> Running in 83c23149cd47 [2020-12-18T00:47:54.530Z] ---> Running in 90fc3610003e [2020-12-18T00:47:54.530Z] ---> Running in f2fa3bcf8f1b [2020-12-18T00:47:55.848Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T00:47:55.848Z] git set to automatically installed. [2020-12-18T00:47:55.848Z] git-man set to automatically installed. [2020-12-18T00:47:55.848Z] libcurl3-gnutls set to automatically installed. [2020-12-18T00:47:55.848Z] liberror-perl set to automatically installed. [2020-12-18T00:47:55.848Z] libglib2.0-0 set to automatically installed. [2020-12-18T00:47:55.848Z] libnghttp2-14 set to automatically installed. [2020-12-18T00:47:55.848Z] libnorm1 set to automatically installed. [2020-12-18T00:47:55.848Z] libpgm-5.2-0 set to automatically installed. [2020-12-18T00:47:55.848Z] libpsl5 set to automatically installed. [2020-12-18T00:47:55.848Z] librtmp1 set to automatically installed. [2020-12-18T00:47:55.848Z] libsodium23 set to automatically installed. [2020-12-18T00:47:55.848Z] libzmq3-dev set to automatically installed. [2020-12-18T00:47:55.848Z] libzmq5 set to automatically installed. [2020-12-18T00:47:55.848Z] pkg-config set to automatically installed. [2020-12-18T00:47:55.848Z] zip set to automatically installed. [2020-12-18T00:47:57.227Z] snapd is not logged in, snap install commands will use sudo [2020-12-18T00:47:57.956Z] Removing intermediate container f880ebb1710c [2020-12-18T00:47:57.956Z] ---> f1084f2d7fda [2020-12-18T00:47:57.956Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T00:47:57.956Z] ---> Running in 9669a371a81d [2020-12-18T00:47:57.956Z] Removing intermediate container bf8ba52b726b [2020-12-18T00:47:57.956Z] ---> 59cd528cab5a [2020-12-18T00:47:57.956Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T00:47:58.232Z] ---> Running in e54f3b7654d8 [2020-12-18T00:47:58.507Z] Removing intermediate container f2fa3bcf8f1b [2020-12-18T00:47:58.507Z] ---> 58a6e155a481 [2020-12-18T00:47:58.507Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-18T00:47:58.789Z] ---> Running in 3d8a2248b7eb [2020-12-18T00:47:58.789Z] Removing intermediate container 83c23149cd47 [2020-12-18T00:47:58.789Z] ---> 00b3885840b2 [2020-12-18T00:47:58.789Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-18T00:47:58.789Z] Removing intermediate container 90fc3610003e [2020-12-18T00:47:58.789Z] ---> fde67cf50795 [2020-12-18T00:47:58.789Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T00:47:59.065Z] ---> Running in 0bdf5e7103a5 [2020-12-18T00:47:59.065Z] ---> Running in 4327387ffeb5 [2020-12-18T00:47:59.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:47:59.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:00.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:00.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:00.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:00.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:01.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:01.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:01.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:01.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:48:01.986Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:48:01.986Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:48:01.986Z] OK: 12620 distinct packages available [2020-12-18T00:48:02.276Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:48:02.276Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:48:02.276Z] OK: 12620 distinct packages available [2020-12-18T00:48:02.553Z] OK: 217 MiB in 51 packages [2020-12-18T00:48:03.157Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:48:03.157Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:48:03.157Z] OK: 12620 distinct packages available [2020-12-18T00:48:03.157Z] OK: 217 MiB in 51 packages [2020-12-18T00:48:03.440Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:48:03.440Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:48:03.440Z] OK: 12620 distinct packages available [2020-12-18T00:48:03.727Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:48:03.727Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:48:03.727Z] OK: 12620 distinct packages available [2020-12-18T00:48:03.813Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T00:48:03.813Z] snap "core18" has no updates available [2020-12-18T00:48:04.015Z] OK: 217 MiB in 51 packages [2020-12-18T00:48:04.293Z] OK: 217 MiB in 51 packages [2020-12-18T00:48:04.390Z] Pulling config-common [2020-12-18T00:48:04.576Z] OK: 217 MiB in 51 packages [2020-12-18T00:48:04.855Z] Removing intermediate container 9669a371a81d [2020-12-18T00:48:04.855Z] ---> 89162ff74f78 [2020-12-18T00:48:04.855Z] Step 6/22 : COPY go.mod . [2020-12-18T00:48:05.135Z] Removing intermediate container e54f3b7654d8 [2020-12-18T00:48:05.135Z] ---> 951211812663 [2020-12-18T00:48:05.135Z] Step 6/21 : COPY go.mod . [2020-12-18T00:48:05.341Z] Pulling go-build-helper [2020-12-18T00:48:06.126Z] ---> c6300ec16324 [2020-12-18T00:48:06.126Z] Step 7/22 : RUN go mod download [2020-12-18T00:48:06.126Z] Removing intermediate container 4327387ffeb5 [2020-12-18T00:48:06.126Z] ---> b2f3c837113f [2020-12-18T00:48:06.126Z] Step 6/22 : COPY go.mod . [2020-12-18T00:48:06.127Z] ---> Running in e6ab2804df5b [2020-12-18T00:48:06.402Z] Removing intermediate container 3d8a2248b7eb [2020-12-18T00:48:06.402Z] ---> ca4dbcb8461d [2020-12-18T00:48:06.402Z] Step 6/27 : COPY go.mod . [2020-12-18T00:48:06.402Z] ---> 49af40b06968 [2020-12-18T00:48:06.402Z] Step 7/21 : RUN go mod download [2020-12-18T00:48:06.679Z] Removing intermediate container 0bdf5e7103a5 [2020-12-18T00:48:06.679Z] ---> 4bb13994c611 [2020-12-18T00:48:06.679Z] Step 6/24 : COPY go.mod . [2020-12-18T00:48:06.679Z] ---> Running in 3ffe467fafbf [2020-12-18T00:48:06.953Z] ---> 7871ffb3a455 [2020-12-18T00:48:06.953Z] Step 7/22 : RUN go mod download [2020-12-18T00:48:07.233Z] ---> Running in aceae5b950f8 [2020-12-18T00:48:07.507Z] ---> 52dc420c3291 [2020-12-18T00:48:07.507Z] Step 7/27 : RUN go mod download [2020-12-18T00:48:07.781Z] ---> Running in 148fc7ff57b4 [2020-12-18T00:48:08.054Z] ---> e6221f48adfc [2020-12-18T00:48:08.054Z] Step 7/24 : RUN go mod download [2020-12-18T00:48:08.054Z] ---> Running in f11c9a5d3c05 [2020-12-18T00:48:10.718Z] Removing intermediate container e6ab2804df5b [2020-12-18T00:48:10.718Z] ---> cb7f1c5270bc [2020-12-18T00:48:10.718Z] Step 8/22 : COPY . . [2020-12-18T00:48:11.321Z] Removing intermediate container aceae5b950f8 [2020-12-18T00:48:11.321Z] ---> 3616bf18d720 [2020-12-18T00:48:11.321Z] Step 8/22 : COPY . . [2020-12-18T00:48:11.321Z] Removing intermediate container 3ffe467fafbf [2020-12-18T00:48:11.321Z] ---> b96196abe290 [2020-12-18T00:48:11.321Z] Step 8/21 : COPY . . [2020-12-18T00:48:12.776Z] Removing intermediate container 148fc7ff57b4 [2020-12-18T00:48:12.776Z] ---> 40cf807b5b6d [2020-12-18T00:48:12.776Z] Step 8/27 : COPY . . [2020-12-18T00:48:13.050Z] Removing intermediate container f11c9a5d3c05 [2020-12-18T00:48:13.050Z] ---> e85c58d52d79 [2020-12-18T00:48:13.050Z] Step 8/24 : COPY . . [2020-12-18T00:48:27.371Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-18T00:48:27.371Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-18T00:48:27.371Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-18T00:48:27.371Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-18T00:48:27.371Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-18T00:48:27.371Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-18T00:48:27.371Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-18T00:48:27.371Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-18T00:48:27.371Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-18T00:48:27.371Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-18T00:48:27.371Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-18T00:48:27.371Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-18T00:48:27.371Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-18T00:48:27.371Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-18T00:48:27.371Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-18T00:48:27.371Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-18T00:48:27.371Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-18T00:48:27.371Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-18T00:48:27.371Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-18T00:48:27.371Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-18T00:48:27.371Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-18T00:48:27.371Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-18T00:48:27.371Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-18T00:48:27.371Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-18T00:48:27.371Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-18T00:48:27.371Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-18T00:48:27.371Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-18T00:48:27.371Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-18T00:48:27.371Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-18T00:48:27.371Z] Fetched 279 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-18T00:48:27.371Z] Fetched 122 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-18T00:48:27.371Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-18T00:48:27.371Z] Fetched 8848 B in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-18T00:48:27.371Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-18T00:48:27.371Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-18T00:48:27.371Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-18T00:48:27.371Z] Fetched 214 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-18T00:48:27.371Z] Fetched 155 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-18T00:48:27.371Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-18T00:48:27.371Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-18T00:48:27.371Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-18T00:48:27.372Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-18T00:48:27.372Z] Fetched 499 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-18T00:48:27.372Z] Fetched 111 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-18T00:48:27.372Z] Fetched 240 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-18T00:48:27.372Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-18T00:48:27.372Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-18T00:48:27.372Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-18T00:48:27.372Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-18T00:48:27.372Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-18T00:48:27.372Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-18T00:48:27.372Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-18T00:48:27.372Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-18T00:48:27.372Z] Fetched 8720 B in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-18T00:48:27.372Z] Fetched 137 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-18T00:48:27.372Z] Fetched 119 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-18T00:48:27.372Z] Fetched 109 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-18T00:48:27.372Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-18T00:48:27.372Z] Fetched 645 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-18T00:48:27.372Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-18T00:48:27.372Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-18T00:48:27.372Z] Fetched 368 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-18T00:48:27.372Z] Fetched 187 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-18T00:48:27.372Z] Fetched 175 kB in 0s (0 B/s) [2020-12-18T00:48:27.372Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-18T00:48:29.335Z] Fetched 206 kB in 0s (0 B/s) [2020-12-18T00:48:29.335Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-18T00:48:29.335Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-18T00:48:29.335Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-18T00:48:29.335Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-18T00:48:29.335Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-18T00:48:29.335Z] Fetched 159 kB in 0s (0 B/s) [2020-12-18T00:48:29.335Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-18T00:48:29.335Z] Fetched 107 kB in 0s (0 B/s) [2020-12-18T00:48:29.335Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-18T00:48:29.335Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-18T00:48:29.335Z] Pulling static-packages [2020-12-18T00:48:29.906Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-18T00:48:29.906Z] Skipping pull go-build-helper (already ran) [2020-12-18T00:48:29.906Z] Skipping pull static-packages (already ran) [2020-12-18T00:48:29.906Z] Building go-build-helper [2020-12-18T00:48:33.204Z] Building static-packages [2020-12-18T00:48:35.114Z] Staging go-build-helper [2020-12-18T00:48:35.257Z] ---> 072b8b3d5412 [2020-12-18T00:48:35.257Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-18T00:48:35.257Z] ---> a7c2e89c7660 [2020-12-18T00:48:35.257Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-18T00:48:35.257Z] ---> 3b38d80392ad [2020-12-18T00:48:35.257Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-18T00:48:35.257Z] ---> Running in 13bca98edc88 [2020-12-18T00:48:35.257Z] ---> 84bf56c6e5f5 [2020-12-18T00:48:35.257Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-18T00:48:35.257Z] ---> bfd61e604c19 [2020-12-18T00:48:35.257Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-18T00:48:35.257Z] ---> Running in 69c7e996e16d [2020-12-18T00:48:35.257Z] ---> Running in b4006eab2cc7 [2020-12-18T00:48:35.257Z] ---> Running in 36c6009d9596 [2020-12-18T00:48:35.257Z] ---> Running in fb0b870aa178 [2020-12-18T00:48:36.055Z] Staging static-packages [2020-12-18T00:48:36.694Z] 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 [2020-12-18T00:48:36.980Z] 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 [2020-12-18T00:48:36.997Z] Pulling go115 [2020-12-18T00:48:37.258Z] 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 [2020-12-18T00:48:37.535Z] 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 [2020-12-18T00:48:37.535Z] 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 [2020-12-18T00:48:37.939Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-18T00:48:37.939Z] Skipping pull go115 (already ran) [2020-12-18T00:48:37.939Z] Building go115 [2020-12-18T00:48:37.939Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T00:48:37.939Z] Dload Upload Total Spent Left Speed [2020-12-18T00:48:40.823Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 24.1M 0 0 27.9M 0 0:00:04 --:--:-- 0:00:04 27.9M 60 115M 60 69.5M 0 0 37.3M 0 0:00:03 0:00:01 0:00:02 37.3M 95 115M 95 110M 0 0 38.5M 0 0:00:02 0:00:02 --:--:-- 38.5M 100 115M 100 115M 0 0 38.9M 0 0:00:02 0:00:02 --:--:-- 38.9M [2020-12-18T00:48:41.396Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-18T00:48:45.597Z] Staging go115 [2020-12-18T00:48:52.180Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-18T00:48:52.180Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-18T00:48:52.180Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-18T00:48:52.180Z] Fetched 88.7 kB in 0s (0 B/s) [2020-12-18T00:48:52.180Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-18T00:48:52.180Z] Fetched 224 kB in 0s (0 B/s) [2020-12-18T00:48:52.180Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-18T00:48:52.180Z] Fetched 157 kB in 0s (0 B/s) [2020-12-18T00:48:52.180Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-18T00:48:52.180Z] Fetched 221 kB in 0s (0 B/s) [2020-12-18T00:48:52.180Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-18T00:48:52.180Z] Fetched 143 kB in 0s (0 B/s) [2020-12-18T00:48:52.180Z] Pulling edgex-go [2020-12-18T00:48:52.180Z] Pulling version [2020-12-18T00:48:53.124Z] Building config-common [2020-12-18T00:48:55.037Z] Skipping build go-build-helper (already ran) [2020-12-18T00:48:55.037Z] Skipping build static-packages (already ran) [2020-12-18T00:48:55.037Z] Skipping build go115 (already ran) [2020-12-18T00:48:55.299Z] Building edgex-go [2020-12-18T00:48:55.299Z] 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 [2020-12-18T00:48:56.683Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-18T00:48:56.683Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-18T00:48:56.683Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-18T00:48:56.683Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-18T00:48:56.683Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-18T00:48:56.683Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-18T00:48:56.683Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-18T00:48:56.683Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-18T00:48:56.683Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-18T00:48:56.683Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-18T00:48:56.683Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-18T00:48:56.683Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-18T00:48:56.683Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-18T00:48:56.683Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-18T00:48:56.683Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-18T00:48:56.683Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-18T00:48:56.683Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-18T00:48:56.683Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-18T00:48:56.683Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-18T00:48:56.683Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-18T00:48:56.943Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-18T00:48:56.943Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-18T00:48:56.943Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-18T00:48:56.943Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-18T00:48:56.943Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-18T00:48:56.943Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-18T00:48:56.943Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-18T00:48:56.943Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-18T00:48:56.943Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-18T00:48:57.203Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-18T00:48:57.203Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-18T00:49:03.784Z] 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 [2020-12-18T00:49:07.990Z] 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 [2020-12-18T00:49:08.957Z] 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 [2020-12-18T00:49:09.918Z] 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 [2020-12-18T00:49:10.195Z] 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 [2020-12-18T00:49:10.195Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-18T00:49:10.458Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-18T00:49:10.458Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-18T00:49:11.848Z] 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 [2020-12-18T00:49:11.849Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-18T00:49:11.849Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-18T00:49:12.793Z] 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 [2020-12-18T00:49:12.793Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-18T00:49:13.736Z] 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 [2020-12-18T00:49:13.736Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-18T00:49:15.122Z] 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 [2020-12-18T00:49:15.694Z] 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 [2020-12-18T00:49:16.637Z] 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 [2020-12-18T00:49:18.550Z] Building version [2020-12-18T00:49:20.461Z] Staging config-common [2020-12-18T00:49:21.404Z] Skipping stage go-build-helper (already ran) [2020-12-18T00:49:21.404Z] Skipping stage static-packages (already ran) [2020-12-18T00:49:21.404Z] Skipping stage go115 (already ran) [2020-12-18T00:49:21.404Z] Staging edgex-go [2020-12-18T00:49:22.346Z] Staging version [2020-12-18T00:49:23.292Z] Priming config-common [2020-12-18T00:49:24.230Z] Priming go-build-helper [2020-12-18T00:49:24.801Z] Priming static-packages [2020-12-18T00:49:27.364Z] Priming go115 [2020-12-18T00:49:27.961Z] Priming edgex-go [2020-12-18T00:49:29.356Z] Priming version [2020-12-18T00:49:30.301Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-18T00:49:59.367Z] 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 [2020-12-18T00:50:06.153Z] Removing intermediate container b4006eab2cc7 [2020-12-18T00:50:06.153Z] ---> dd0265dcedb1 [2020-12-18T00:50:06.153Z] [2020-12-18T00:50:06.153Z] Step 10/22 : FROM alpine:3.10 [2020-12-18T00:50:06.153Z] 3.10: Pulling from library/alpine [2020-12-18T00:50:08.142Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-18T00:50:08.142Z] Status: Downloaded newer image for alpine:3.10 [2020-12-18T00:50:08.142Z] ---> 536a684cf733 [2020-12-18T00:50:08.142Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T00:50:08.741Z] ---> Running in 0e6f252a9aa1 [2020-12-18T00:50:11.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:11.389Z] Removing intermediate container fb0b870aa178 [2020-12-18T00:50:11.389Z] ---> 5085b1e7cdf8 [2020-12-18T00:50:11.389Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-18T00:50:11.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:11.990Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-18T00:50:11.990Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-18T00:50:11.990Z] OK: 10171 distinct packages available [2020-12-18T00:50:12.268Z] Removing intermediate container 69c7e996e16d [2020-12-18T00:50:12.268Z] ---> 1739f22f79fb [2020-12-18T00:50:12.268Z] [2020-12-18T00:50:12.268Z] Step 10/21 : FROM alpine [2020-12-18T00:50:12.268Z] latest: Pulling from library/alpine [2020-12-18T00:50:12.268Z] ---> Running in cb458b9cc656 [2020-12-18T00:50:12.542Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-18T00:50:12.542Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-18T00:50:12.542Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-18T00:50:12.542Z] (4/5) Installing curl (7.66.0-r3) [2020-12-18T00:50:12.542Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-18T00:50:12.542Z] Executing busybox-1.30.1-r3.trigger [2020-12-18T00:50:12.824Z] Executing ca-certificates-20191127-r2.trigger [2020-12-18T00:50:12.824Z] Removing intermediate container 13bca98edc88 [2020-12-18T00:50:12.824Z] ---> 9f2c3ff97e8b [2020-12-18T00:50:12.824Z] [2020-12-18T00:50:12.824Z] Removing intermediate container 36c6009d9596 [2020-12-18T00:50:12.824Z] Step 10/22 : FROM scratch [2020-12-18T00:50:12.824Z] ---> [2020-12-18T00:50:12.824Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 3dc1dfc0605a [2020-12-18T00:50:12.824Z] [2020-12-18T00:50:12.824Z] Step 10/24 : FROM scratch [2020-12-18T00:50:12.824Z] ---> [2020-12-18T00:50:12.824Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-18T00:50:12.824Z] [2020-12-18T00:50:13.108Z] OK: 7 MiB in 19 packages [2020-12-18T00:50:13.382Z] ---> Running in 94d0e0a2070d [2020-12-18T00:50:13.382Z] ---> Running in 471cd06d7c95 [2020-12-18T00:50:13.998Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-18T00:50:13.998Z] Status: Downloaded newer image for alpine:latest [2020-12-18T00:50:13.998Z] ---> afeebe901d6b [2020-12-18T00:50:13.998Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-18T00:50:13.998Z] 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 [2020-12-18T00:50:14.290Z] ---> Running in 9110be64b225 [2020-12-18T00:50:14.290Z] Removing intermediate container 471cd06d7c95 [2020-12-18T00:50:14.290Z] ---> 27ae671c85e4 [2020-12-18T00:50:14.290Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-18T00:50:14.290Z] Removing intermediate container 94d0e0a2070d [2020-12-18T00:50:14.290Z] ---> 088f5fb76b02 [2020-12-18T00:50:14.290Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-18T00:50:14.565Z] ---> Running in 89f12eab68cc [2020-12-18T00:50:14.565Z] ---> Running in 60a8721dd433 [2020-12-18T00:50:15.554Z] Removing intermediate container 89f12eab68cc [2020-12-18T00:50:15.554Z] ---> 02c770d45123 [2020-12-18T00:50:15.554Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T00:50:15.554Z] Removing intermediate container 60a8721dd433 [2020-12-18T00:50:15.554Z] ---> ba0f1d2b89fc [2020-12-18T00:50:15.554Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-18T00:50:15.829Z] ---> Running in 19e87acb8053 [2020-12-18T00:50:15.829Z] Removing intermediate container 0e6f252a9aa1 [2020-12-18T00:50:15.829Z] ---> fa1b0b05687f [2020-12-18T00:50:15.829Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-18T00:50:15.829Z] ---> Running in 79201c959898 [2020-12-18T00:50:15.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:16.106Z] ---> Running in fdb8320f07e5 [2020-12-18T00:50:16.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:16.655Z] Removing intermediate container 19e87acb8053 [2020-12-18T00:50:16.655Z] ---> f0fcabe6bc52 [2020-12-18T00:50:16.655Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-18T00:50:16.655Z] Removing intermediate container 79201c959898 [2020-12-18T00:50:16.655Z] ---> 8ab756467ae1 [2020-12-18T00:50:16.655Z] Step 14/22 : WORKDIR / [2020-12-18T00:50:16.929Z] ---> Running in e1ae6eab0496 [2020-12-18T00:50:16.929Z] Removing intermediate container fdb8320f07e5 [2020-12-18T00:50:16.929Z] ---> 29823ad4115f [2020-12-18T00:50:16.929Z] Step 13/22 : WORKDIR / [2020-12-18T00:50:16.929Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:50:16.929Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:50:16.929Z] OK: 12615 distinct packages available [2020-12-18T00:50:17.202Z] ---> Running in e4fbced0ae6e [2020-12-18T00:50:17.806Z] Removing intermediate container e1ae6eab0496 [2020-12-18T00:50:17.806Z] ---> 247656fa5243 [2020-12-18T00:50:17.806Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-18T00:50:17.807Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-18T00:50:17.807Z] ---> 8bc733bcbe50 [2020-12-18T00:50:17.807Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-18T00:50:17.807Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T00:50:17.807Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-18T00:50:17.807Z] (4/4) Installing curl (7.69.1-r3) [2020-12-18T00:50:17.807Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:50:18.097Z] Executing ca-certificates-20191127-r4.trigger [2020-12-18T00:50:18.097Z] Removing intermediate container e4fbced0ae6e [2020-12-18T00:50:18.097Z] ---> 7e672313f891 [2020-12-18T00:50:18.097Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-18T00:50:18.097Z] OK: 7 MiB in 18 packages [2020-12-18T00:50:18.386Z] Removing intermediate container cb458b9cc656 [2020-12-18T00:50:18.386Z] ---> b6be03d3fc5a [2020-12-18T00:50:18.386Z] [2020-12-18T00:50:18.386Z] Step 11/27 : FROM docker:latest [2020-12-18T00:50:18.386Z] ---> 0c09fb3ff9b5 [2020-12-18T00:50:18.386Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-18T00:50:18.663Z] ---> Running in 7a9c1f10b0ec [2020-12-18T00:50:18.941Z] ---> 3627ce81e537 [2020-12-18T00:50:18.941Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-18T00:50:19.235Z] ---> 062dbf1c2b8d [2020-12-18T00:50:19.235Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-18T00:50:19.514Z] ---> eed3f4c91544 [2020-12-18T00:50:19.514Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-18T00:50:20.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:20.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:20.906Z] Removing intermediate container 9110be64b225 [2020-12-18T00:50:20.906Z] ---> f017b1798e32 [2020-12-18T00:50:20.906Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T00:50:21.209Z] ---> f44ce4b32e22 [2020-12-18T00:50:21.209Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-18T00:50:21.209Z] ---> 7048802c17f5 [2020-12-18T00:50:21.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-18T00:50:21.493Z] (1/2) Installing readline (8.0.4-r0) [2020-12-18T00:50:21.493Z] (2/2) Installing bash (5.0.17-r0) [2020-12-18T00:50:21.493Z] ---> Running in 3882af1d2ca0 [2020-12-18T00:50:21.493Z] Executing bash-5.0.17-r0.post-install [2020-12-18T00:50:21.493Z] ---> 1dde320c802c [2020-12-18T00:50:21.493Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-18T00:50:21.493Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:50:21.493Z] OK: 12 MiB in 22 packages [2020-12-18T00:50:22.556Z] Removing intermediate container 3882af1d2ca0 [2020-12-18T00:50:22.556Z] ---> 2cad572a35e2 [2020-12-18T00:50:22.556Z] Step 13/21 : WORKDIR /edgex [2020-12-18T00:50:22.556Z] ---> Running in 7d2cb6ed09ff [2020-12-18T00:50:22.832Z] ---> c53f0cabd2f2 [2020-12-18T00:50:22.832Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-18T00:50:23.110Z] ---> 4c949f01ef4f [2020-12-18T00:50:23.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-18T00:50:23.110Z] ---> Running in 47b1a6efa992 [2020-12-18T00:50:23.110Z] ---> 17b2ecac2c97 [2020-12-18T00:50:23.110Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-18T00:50:23.385Z] Removing intermediate container 7d2cb6ed09ff [2020-12-18T00:50:23.385Z] ---> 53c8661fffdd [2020-12-18T00:50:23.385Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-18T00:50:23.385Z] Removing intermediate container 7a9c1f10b0ec [2020-12-18T00:50:23.385Z] ---> 7b0afeb7391d [2020-12-18T00:50:23.385Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-18T00:50:23.676Z] ---> Running in d3856f483b4f [2020-12-18T00:50:23.676Z] Removing intermediate container 47b1a6efa992 [2020-12-18T00:50:23.676Z] ---> 8b839b5ef784 [2020-12-18T00:50:23.676Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:50:24.274Z] ---> Running in 7b71faa026d3 [2020-12-18T00:50:24.274Z] ---> aa8f83139820 [2020-12-18T00:50:24.274Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-18T00:50:24.549Z] ---> 25463cf66515 [2020-12-18T00:50:24.549Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-18T00:50:24.549Z] ---> Running in 21589a9b3da1 [2020-12-18T00:50:25.149Z] ---> 22c085291503 [2020-12-18T00:50:25.149Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-18T00:50:25.149Z] Removing intermediate container 7b71faa026d3 [2020-12-18T00:50:25.149Z] ---> 29767705aaf4 [2020-12-18T00:50:25.149Z] Step 20/22 : LABEL arch=arm64 [2020-12-18T00:50:25.426Z] ---> Running in 85be4ad06b9d [2020-12-18T00:50:26.030Z] ---> 4ec41253fc52 [2020-12-18T00:50:26.030Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-18T00:50:26.306Z] Removing intermediate container 85be4ad06b9d [2020-12-18T00:50:26.306Z] ---> fbf58a307da7 [2020-12-18T00:50:26.306Z] Step 21/22 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:50:26.580Z] ---> c6b25f271f55 [2020-12-18T00:50:26.580Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-18T00:50:26.580Z] ---> Running in 8260958d1e19 [2020-12-18T00:50:26.856Z] ---> Running in 7ee82a6d3be8 [2020-12-18T00:50:27.132Z] Removing intermediate container d3856f483b4f [2020-12-18T00:50:27.132Z] ---> b71da5622900 [2020-12-18T00:50:27.132Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-18T00:50:27.405Z] ---> Running in 94cd83a2ee8c [2020-12-18T00:50:27.405Z] Removing intermediate container 8260958d1e19 [2020-12-18T00:50:27.405Z] ---> 52c5700a604d [2020-12-18T00:50:27.405Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T00:50:27.406Z] Removing intermediate container 7ee82a6d3be8 [2020-12-18T00:50:27.406Z] ---> 1587fb40097e [2020-12-18T00:50:27.406Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:50:27.679Z] ---> Running in fc9bcc36019a [2020-12-18T00:50:27.679Z] ---> Running in 6627ca7717f2 [2020-12-18T00:50:27.679Z] ---> 001bb84ac864 [2020-12-18T00:50:27.679Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-18T00:50:27.957Z] ---> Running in b44c29394350 [2020-12-18T00:50:27.957Z] Removing intermediate container 94cd83a2ee8c [2020-12-18T00:50:27.957Z] Removing intermediate container 21589a9b3da1 [2020-12-18T00:50:27.957Z] ---> ba36b339564e [2020-12-18T00:50:27.957Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] ---> 85ff73ed5fc5 [2020-12-18T00:50:27.957Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-18T00:50:27.957Z] [2020-12-18T00:50:28.246Z] ---> Running in b818b0e68005 [2020-12-18T00:50:28.246Z] ---> Running in e74dfa3a2c7b [2020-12-18T00:50:28.520Z] Removing intermediate container 6627ca7717f2 [2020-12-18T00:50:28.520Z] ---> 8b162d3f9180 [2020-12-18T00:50:28.520Z] [2020-12-18T00:50:28.520Z] Removing intermediate container fc9bcc36019a [2020-12-18T00:50:28.520Z] ---> 1383044c76f7 [2020-12-18T00:50:28.520Z] Step 22/24 : LABEL arch=arm64 [2020-12-18T00:50:28.795Z] Removing intermediate container b44c29394350 [2020-12-18T00:50:28.795Z] ---> bbd6112d0848 [2020-12-18T00:50:28.795Z] Step 18/21 : CMD ["--init=true"] [2020-12-18T00:50:28.795Z] Successfully built 8b162d3f9180 [2020-12-18T00:50:28.795Z] ---> Running in 4b5133cf3393 [2020-12-18T00:50:28.795Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-18T00:50:28.795Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-12-18T00:50:29.072Z] ---> Running in 1108c2f34e13 [2020-12-18T00:50:29.072Z] Removing intermediate container b818b0e68005 [2020-12-18T00:50:29.072Z] ---> 078f26e864ba [2020-12-18T00:50:29.072Z] Step 20/22 : LABEL arch=arm64 [2020-12-18T00:50:29.072Z] Removing intermediate container e74dfa3a2c7b [2020-12-18T00:50:29.072Z] ---> 7528f7383427 [2020-12-18T00:50:29.072Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-18T00:50:29.349Z] ---> Running in a348127d02f4 [2020-12-18T00:50:29.349Z] ---> Running in 95cfc48c7ec7 [2020-12-18T00:50:29.625Z] Removing intermediate container 4b5133cf3393 [2020-12-18T00:50:29.625Z] ---> dab281051f9d [2020-12-18T00:50:29.625Z] Step 23/24 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:50:29.625Z] Removing intermediate container 1108c2f34e13 [2020-12-18T00:50:29.625Z] ---> 13e68a78e37c [2020-12-18T00:50:29.625Z] Step 19/21 : LABEL arch=arm64 [2020-12-18T00:50:29.625Z] ---> Running in 27a29859da4e [2020-12-18T00:50:29.901Z] ---> Running in 512b23fe00f0 [2020-12-18T00:50:30.172Z] Removing intermediate container a348127d02f4 [2020-12-18T00:50:30.172Z] Removing intermediate container 95cfc48c7ec7 [2020-12-18T00:50:30.172Z] ---> 28c1ce9d055b [2020-12-18T00:50:30.172Z] Step 21/22 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:50:30.172Z] ---> 3d6e0e22a663 [2020-12-18T00:50:30.172Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-18T00:50:30.765Z] Removing intermediate container 27a29859da4e [2020-12-18T00:50:30.765Z] ---> 332867c049ab [2020-12-18T00:50:30.765Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T00:50:31.743Z] ---> Running in 07debba51573 [2020-12-18T00:50:31.743Z] Removing intermediate container 512b23fe00f0 [2020-12-18T00:50:31.743Z] ---> 4e22f483e88f [2020-12-18T00:50:31.743Z] Step 20/21 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:50:32.017Z] ---> Running in 9a201e0ce611 [2020-12-18T00:50:32.291Z] ---> Running in 33e4d0129c1a [2020-12-18T00:50:32.291Z] Removing intermediate container 07debba51573 [2020-12-18T00:50:32.291Z] ---> e5e5dec3e70f [2020-12-18T00:50:32.291Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T00:50:32.563Z] ---> 7b657542f706 [2020-12-18T00:50:32.563Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-18T00:50:32.846Z] Removing intermediate container 9a201e0ce611 [2020-12-18T00:50:32.846Z] ---> 89af6ebe10f7 [2020-12-18T00:50:32.846Z] [2020-12-18T00:50:33.121Z] ---> Running in 282d3a8ddc59 [2020-12-18T00:50:33.121Z] Removing intermediate container 33e4d0129c1a [2020-12-18T00:50:33.121Z] ---> f79bac6125dc [2020-12-18T00:50:33.121Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T00:50:33.401Z] Successfully built 89af6ebe10f7 [2020-12-18T00:50:33.676Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-18T00:50:33.676Z] Building docker-security-secretstore-setup-go [2020-12-18T00:50:33.676Z]  Building docker-support-notifications-go ... done  ---> 2d875dc79718 [2020-12-18T00:50:33.676Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-18T00:50:33.676Z] ---> Running in 14e44239ceab [2020-12-18T00:50:34.274Z] Removing intermediate container 282d3a8ddc59 [2020-12-18T00:50:34.274Z] ---> e01a1554a845 [2020-12-18T00:50:34.274Z] [2020-12-18T00:50:34.274Z] Removing intermediate container 14e44239ceab [2020-12-18T00:50:34.274Z] ---> 66bed0cdee4b [2020-12-18T00:50:34.274Z] [2020-12-18T00:50:34.548Z] Successfully built e01a1554a845 [2020-12-18T00:50:34.548Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-18T00:50:34.548Z] Building docker-core-data-go [2020-12-18T00:50:34.821Z]  Building docker-security-bootstrap-redis-go ... done Successfully built 66bed0cdee4b [2020-12-18T00:50:35.096Z] ---> 78802b735c15 [2020-12-18T00:50:35.096Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-18T00:50:35.096Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-18T00:50:35.096Z] Building docker-support-scheduler-go [2020-12-18T00:50:35.096Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9a72c16b6e6c [2020-12-18T00:50:36.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:36.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:50:37.120Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-18T00:50:37.120Z] (2/33) Installing expat (2.2.9-r1) [2020-12-18T00:50:37.120Z] (3/33) Installing libffi (3.3-r2) [2020-12-18T00:50:37.120Z] (4/33) Installing gdbm (1.13-r1) [2020-12-18T00:50:37.120Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-18T00:50:37.120Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-18T00:50:37.120Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-18T00:50:39.093Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-18T00:50:39.093Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-18T00:50:39.093Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-18T00:50:39.093Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-18T00:50:39.093Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-18T00:50:39.093Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-18T00:50:39.093Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-18T00:50:39.093Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-18T00:50:39.093Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-18T00:50:39.093Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-18T00:50:39.368Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-18T00:50:39.368Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-18T00:50:39.368Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-18T00:50:39.368Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-18T00:50:39.368Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-18T00:50:39.368Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-18T00:50:39.368Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-18T00:50:39.368Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-18T00:50:39.368Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-18T00:50:39.641Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-18T00:50:39.641Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-18T00:50:39.641Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-18T00:50:39.641Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-18T00:50:39.641Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-18T00:50:39.641Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-18T00:50:39.641Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-18T00:50:39.914Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:50:39.915Z] OK: 71 MiB in 55 packages [2020-12-18T00:50:52.365Z] Removing intermediate container 9a72c16b6e6c [2020-12-18T00:50:52.365Z] ---> e15afbdd2cd4 [2020-12-18T00:50:52.365Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-18T00:50:52.365Z] ---> Running in 9a76ddd09712 [2020-12-18T00:50:57.763Z] Collecting docker-compose==1.23.2 [2020-12-18T00:50:57.763Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-18T00:50:57.763Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-18T00:50:57.763Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-18T00:50:57.763Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-18T00:51:00.391Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-18T00:51:00.391Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-18T00:51:02.388Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-18T00:51:02.388Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-18T00:51:02.388Z] Collecting docopt<0.7,>=0.6.1 [2020-12-18T00:51:02.667Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-18T00:51:05.296Z] Collecting PyYAML<4,>=3.10 [2020-12-18T00:51:05.296Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-18T00:51:07.940Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:51:07.940Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:51:07.940Z] ---> 8b66a38537a7 [2020-12-18T00:51:07.940Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T00:51:07.940Z] ---> Using cache [2020-12-18T00:51:07.940Z] ---> 00768a08f803 [2020-12-18T00:51:07.940Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:51:07.940Z] ---> Using cache [2020-12-18T00:51:07.940Z] ---> 58a6e155a481 [2020-12-18T00:51:07.940Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T00:51:09.995Z] Collecting jsonschema<3,>=2.5.1 [2020-12-18T00:51:09.995Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-18T00:51:11.494Z] Collecting docker<4.0,>=3.6.0 [2020-12-18T00:51:11.494Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-18T00:51:11.494Z] ---> Running in d7a0f01ebcb7 [2020-12-18T00:51:12.550Z] Collecting cached-property<2,>=1.2.0 [2020-12-18T00:51:12.550Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-18T00:51:12.845Z] Collecting texttable<0.10,>=0.9.0 [2020-12-18T00:51:12.845Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-18T00:51:13.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:14.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:15.231Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:51:15.231Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:51:15.231Z] OK: 12620 distinct packages available [2020-12-18T00:51:15.517Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-18T00:51:15.517Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-18T00:51:15.811Z] OK: 217 MiB in 51 packages [2020-12-18T00:51:16.099Z] 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) [2020-12-18T00:51:16.099Z] Collecting idna<2.8,>=2.5 [2020-12-18T00:51:16.405Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-18T00:51:16.405Z] 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) [2020-12-18T00:51:17.101Z] Collecting docker-pycreds>=0.4.0 [2020-12-18T00:51:17.101Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-18T00:51:17.732Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-18T00:51:17.732Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-18T00:51:17.732Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-18T00:51:17.732Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-18T00:51:18.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:51:18.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:51:18.755Z] ---> 8b66a38537a7 [2020-12-18T00:51:18.755Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T00:51:18.755Z] ---> Using cache [2020-12-18T00:51:18.755Z] ---> 00768a08f803 [2020-12-18T00:51:18.755Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:51:18.755Z] ---> Using cache [2020-12-18T00:51:18.755Z] ---> 58a6e155a481 [2020-12-18T00:51:18.755Z] Step 5/24 : RUN apk update && apk add make git [2020-12-18T00:51:18.755Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:51:18.755Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:51:18.755Z] ---> 8b66a38537a7 [2020-12-18T00:51:18.755Z] Step 3/23 : WORKDIR /edgex-go [2020-12-18T00:51:18.755Z] ---> Using cache [2020-12-18T00:51:18.755Z] ---> 00768a08f803 [2020-12-18T00:51:18.755Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:51:18.755Z] ---> Using cache [2020-12-18T00:51:18.755Z] ---> 58a6e155a481 [2020-12-18T00:51:18.755Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-18T00:51:18.755Z] ---> Running in 6aeaea1d2aff [2020-12-18T00:51:18.755Z] ---> Running in 9f8ab9a554d2 [2020-12-18T00:51:18.755Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docopt, PyYAML, jsonschema, docker-pycreds, docker, cached-property, texttable, docker-compose [2020-12-18T00:51:18.755Z] Running setup.py install for dockerpty: started [2020-12-18T00:51:19.039Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T00:51:19.039Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T00:51:19.039Z] ---> 8b66a38537a7 [2020-12-18T00:51:19.039Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T00:51:19.039Z] ---> Using cache [2020-12-18T00:51:19.039Z] ---> 00768a08f803 [2020-12-18T00:51:19.039Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:51:19.039Z] ---> Using cache [2020-12-18T00:51:19.039Z] ---> 58a6e155a481 [2020-12-18T00:51:19.039Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T00:51:19.039Z] ---> Running in e97ad4d2c1a4 [2020-12-18T00:51:19.331Z] Removing intermediate container d7a0f01ebcb7 [2020-12-18T00:51:19.331Z] ---> 1932fb091120 [2020-12-18T00:51:19.331Z] Step 6/22 : COPY go.mod . [2020-12-18T00:51:20.338Z] ---> 00d4a6b5a3c4 [2020-12-18T00:51:20.338Z] Step 7/22 : RUN go mod download [2020-12-18T00:51:20.611Z] ---> Running in cb0ce8f2e8ce [2020-12-18T00:51:20.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:21.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:21.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:21.436Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-18T00:51:21.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:22.005Z] Attempting uninstall: urllib3 [2020-12-18T00:51:22.005Z] Found existing installation: urllib3 1.25.9 [2020-12-18T00:51:22.005Z] Uninstalling urllib3-1.25.9: [2020-12-18T00:51:22.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:22.289Z] Successfully uninstalled urllib3-1.25.9 [2020-12-18T00:51:22.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:22.896Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:51:22.896Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:51:22.896Z] OK: 12620 distinct packages available [2020-12-18T00:51:22.896Z] Attempting uninstall: idna [2020-12-18T00:51:22.896Z] Found existing installation: idna 2.9 [2020-12-18T00:51:22.896Z] Uninstalling idna-2.9: [2020-12-18T00:51:22.896Z] Successfully uninstalled idna-2.9 [2020-12-18T00:51:23.175Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:51:23.175Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:51:23.175Z] OK: 12620 distinct packages available [2020-12-18T00:51:23.451Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T00:51:23.451Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T00:51:23.451Z] OK: 12620 distinct packages available [2020-12-18T00:51:23.730Z] Attempting uninstall: requests [2020-12-18T00:51:23.730Z] Found existing installation: requests 2.23.0 [2020-12-18T00:51:23.730Z] Uninstalling requests-2.23.0: [2020-12-18T00:51:23.730Z] OK: 217 MiB in 51 packages [2020-12-18T00:51:23.730Z] Successfully uninstalled requests-2.23.0 [2020-12-18T00:51:24.007Z] OK: 217 MiB in 51 packages [2020-12-18T00:51:24.281Z] Removing intermediate container cb0ce8f2e8ce [2020-12-18T00:51:24.281Z] ---> a9f525c931ed [2020-12-18T00:51:24.281Z] Step 8/22 : COPY . . [2020-12-18T00:51:24.281Z] Running setup.py install for docopt: started [2020-12-18T00:51:24.281Z] OK: 217 MiB in 51 packages [2020-12-18T00:51:25.764Z] Removing intermediate container 6aeaea1d2aff [2020-12-18T00:51:25.764Z] ---> 2660bda57d36 [2020-12-18T00:51:25.764Z] Step 6/23 : COPY go.mod . [2020-12-18T00:51:26.400Z] Removing intermediate container 9f8ab9a554d2 [2020-12-18T00:51:26.400Z] ---> e3012f9c9883 [2020-12-18T00:51:26.400Z] Step 6/24 : COPY go.mod . [2020-12-18T00:51:26.686Z] Removing intermediate container e97ad4d2c1a4 [2020-12-18T00:51:26.686Z] ---> 11093ec9455d [2020-12-18T00:51:26.686Z] Step 6/21 : COPY go.mod . [2020-12-18T00:51:26.686Z] Running setup.py install for docopt: finished with status 'done' [2020-12-18T00:51:26.686Z] Running setup.py install for PyYAML: started [2020-12-18T00:51:27.287Z] ---> c1d6924dbbef [2020-12-18T00:51:27.287Z] Step 7/23 : RUN go mod download [2020-12-18T00:51:27.885Z] ---> dffcfecf660f [2020-12-18T00:51:27.885Z] Step 7/24 : RUN go mod download [2020-12-18T00:51:27.885Z] ---> Running in e12cffda9b77 [2020-12-18T00:51:28.515Z] ---> 506bd610d738 [2020-12-18T00:51:28.515Z] Step 7/21 : RUN go mod download [2020-12-18T00:51:28.515Z] ---> Running in 5c8566fa2ad8 [2020-12-18T00:51:29.553Z] ---> Running in e08d1eec931a [2020-12-18T00:51:29.553Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-18T00:51:31.662Z] Running setup.py install for texttable: started [2020-12-18T00:51:34.311Z] Running setup.py install for texttable: finished with status 'done' [2020-12-18T00:51:34.603Z] Removing intermediate container e12cffda9b77 [2020-12-18T00:51:34.603Z] ---> 28ab7a58e7af [2020-12-18T00:51:34.603Z] Step 8/23 : COPY . . [2020-12-18T00:51:35.218Z] Removing intermediate container e08d1eec931a [2020-12-18T00:51:35.218Z] ---> db23019216a1 [2020-12-18T00:51:35.218Z] Step 8/21 : COPY . . [2020-12-18T00:51:35.496Z] 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 [2020-12-18T00:51:35.496Z] Removing intermediate container 5c8566fa2ad8 [2020-12-18T00:51:35.496Z] ---> fa25b4780f75 [2020-12-18T00:51:35.496Z] Step 8/24 : COPY . . [2020-12-18T00:51:43.848Z] ---> 030aef29f0ea [2020-12-18T00:51:43.848Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-18T00:51:43.848Z] Removing intermediate container 9a76ddd09712 [2020-12-18T00:51:43.848Z] ---> 990c8af39dd0 [2020-12-18T00:51:43.848Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-18T00:51:43.848Z] ---> Running in 88dfdb8f093b [2020-12-18T00:51:43.848Z] ---> Running in 1c0969302e05 [2020-12-18T00:51:45.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:45.852Z] 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 [2020-12-18T00:51:45.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:51:46.453Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T00:51:46.453Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-18T00:51:46.453Z] (3/3) Installing curl (7.69.1-r3) [2020-12-18T00:51:46.453Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:51:46.453Z] OK: 71 MiB in 58 packages [2020-12-18T00:51:50.814Z] Removing intermediate container 88dfdb8f093b [2020-12-18T00:51:50.814Z] ---> e1caaf3b34fa [2020-12-18T00:51:50.814Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-18T00:51:51.092Z] ---> Running in d2e381bf7aa8 [2020-12-18T00:51:53.108Z] Removing intermediate container d2e381bf7aa8 [2020-12-18T00:51:53.108Z] ---> 9e7edc6e055f [2020-12-18T00:51:53.108Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:51:53.108Z] ---> Running in 13e9d52e2fe4 [2020-12-18T00:51:54.553Z] Removing intermediate container 13e9d52e2fe4 [2020-12-18T00:51:54.553Z] ---> 099a587d6ed9 [2020-12-18T00:51:54.553Z] Step 25/27 : LABEL arch=arm64 [2020-12-18T00:51:54.553Z] ---> Running in fc334f6c1b52 [2020-12-18T00:51:56.543Z] Removing intermediate container fc334f6c1b52 [2020-12-18T00:51:56.543Z] ---> e6726d070c16 [2020-12-18T00:51:56.543Z] Step 26/27 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:51:56.543Z] ---> Running in e2d4f0149205 [2020-12-18T00:51:58.525Z] Removing intermediate container e2d4f0149205 [2020-12-18T00:51:58.525Z] ---> 70803c85895a [2020-12-18T00:51:58.525Z] Step 27/27 : LABEL version=0.0.0 [2020-12-18T00:51:58.804Z] ---> Running in cefe4e0192c8 [2020-12-18T00:52:00.258Z] Removing intermediate container cefe4e0192c8 [2020-12-18T00:52:00.258Z] ---> 23849f9610ca [2020-12-18T00:52:00.258Z] [2020-12-18T00:52:01.712Z] Successfully built 23849f9610ca [2020-12-18T00:52:01.712Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-18T00:52:04.352Z]  Building docker-sys-mgmt-agent-go ... done  ---> f5e83b561821 [2020-12-18T00:52:04.352Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-18T00:52:04.352Z] ---> 034ee37392c5 [2020-12-18T00:52:04.352Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-18T00:52:04.352Z] ---> Running in f1c15bb30a73 [2020-12-18T00:52:04.352Z] ---> Running in 5d9b793429d9 [2020-12-18T00:52:04.962Z] ---> 55b360fb8e53 [2020-12-18T00:52:04.962Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-18T00:52:04.962Z] ---> Running in 9b5316649098 [2020-12-18T00:52:06.956Z] 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 [2020-12-18T00:52:06.956Z] 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 [2020-12-18T00:52:06.956Z] 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 [2020-12-18T00:53:15.053Z] Removing intermediate container 1c0969302e05 [2020-12-18T00:53:15.053Z] ---> ca3be38df916 [2020-12-18T00:53:15.053Z] [2020-12-18T00:53:15.053Z] Step 10/22 : FROM scratch [2020-12-18T00:53:15.053Z] ---> [2020-12-18T00:53:15.053Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:53:15.053Z] ---> Using cache [2020-12-18T00:53:15.053Z] ---> 088f5fb76b02 [2020-12-18T00:53:15.053Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-18T00:53:15.053Z] ---> Running in 4bd31f9dd2e5 [2020-12-18T00:53:15.053Z] Removing intermediate container 4bd31f9dd2e5 [2020-12-18T00:53:15.053Z] ---> 0b33b37f5053 [2020-12-18T00:53:15.053Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T00:53:15.053Z] ---> Running in 5ce1f9f6f352 [2020-12-18T00:53:15.053Z] Removing intermediate container 5ce1f9f6f352 [2020-12-18T00:53:15.053Z] ---> 01df0864750d [2020-12-18T00:53:15.053Z] Step 14/22 : WORKDIR / [2020-12-18T00:53:15.053Z] ---> Running in 30c07969bd35 [2020-12-18T00:53:15.053Z] Removing intermediate container 30c07969bd35 [2020-12-18T00:53:15.053Z] ---> bb4d05069d16 [2020-12-18T00:53:15.053Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-18T00:53:15.053Z] ---> 5ac11436dd2e [2020-12-18T00:53:15.053Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-18T00:53:15.053Z] ---> 7c0d8005ae63 [2020-12-18T00:53:15.053Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-18T00:53:15.053Z] 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 [2020-12-18T00:53:15.053Z] ---> bae3014fc9e1 [2020-12-18T00:53:15.053Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-18T00:53:15.053Z] ---> Running in 6807deb7655e [2020-12-18T00:53:15.053Z] Removing intermediate container 6807deb7655e [2020-12-18T00:53:15.053Z] ---> 505fb9c70881 [2020-12-18T00:53:15.053Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:53:15.053Z] ---> Running in fbb9d13e3683 [2020-12-18T00:53:15.053Z] Removing intermediate container fbb9d13e3683 [2020-12-18T00:53:15.053Z] ---> 4da1091a1176 [2020-12-18T00:53:15.053Z] Step 20/22 : LABEL arch=arm64 [2020-12-18T00:53:15.053Z] ---> Running in 4d183f0c274e [2020-12-18T00:53:15.053Z] Removing intermediate container 4d183f0c274e [2020-12-18T00:53:15.053Z] ---> 62d66e90b54a [2020-12-18T00:53:15.053Z] Step 21/22 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:53:15.053Z] ---> Running in d1e51b70145a [2020-12-18T00:53:15.053Z] Removing intermediate container d1e51b70145a [2020-12-18T00:53:15.053Z] ---> 609db2b880e0 [2020-12-18T00:53:15.053Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T00:53:15.053Z] ---> Running in 6f8312566156 [2020-12-18T00:53:15.053Z] Removing intermediate container 6f8312566156 [2020-12-18T00:53:15.053Z] ---> f52496807a91 [2020-12-18T00:53:15.053Z] [2020-12-18T00:53:15.328Z] Successfully built f52496807a91 [2020-12-18T00:53:15.329Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-18T00:53:25.508Z]  Building docker-core-metadata-go ... done Removing intermediate container 9b5316649098 [2020-12-18T00:53:25.508Z] ---> 3c3e2e2b618f [2020-12-18T00:53:25.508Z] [2020-12-18T00:53:25.508Z] Step 10/24 : FROM alpine:3.10 [2020-12-18T00:53:25.508Z] ---> 536a684cf733 [2020-12-18T00:53:25.508Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T00:53:25.508Z] ---> Using cache [2020-12-18T00:53:25.508Z] ---> fa1b0b05687f [2020-12-18T00:53:25.508Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T00:53:25.508Z] Removing intermediate container 5d9b793429d9 [2020-12-18T00:53:25.508Z] ---> 738f6ee84420 [2020-12-18T00:53:25.508Z] [2020-12-18T00:53:25.508Z] Step 10/21 : FROM scratch [2020-12-18T00:53:25.508Z] ---> [2020-12-18T00:53:25.508Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:53:25.508Z] ---> Running in 88ba8bccfdd5 [2020-12-18T00:53:25.508Z] ---> Using cache [2020-12-18T00:53:25.508Z] ---> 088f5fb76b02 [2020-12-18T00:53:25.508Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-18T00:53:25.508Z] ---> Running in 13e6c1e18a62 [2020-12-18T00:53:25.508Z] Removing intermediate container 88ba8bccfdd5 [2020-12-18T00:53:25.508Z] ---> 633269b6264d [2020-12-18T00:53:25.508Z] Step 13/24 : WORKDIR / [2020-12-18T00:53:25.508Z] ---> Running in 5704c2beca91 [2020-12-18T00:53:25.508Z] Removing intermediate container 13e6c1e18a62 [2020-12-18T00:53:25.508Z] ---> 388f8565b461 [2020-12-18T00:53:25.508Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-18T00:53:25.508Z] ---> Running in 5c64271389c4 [2020-12-18T00:53:26.111Z] Removing intermediate container 5704c2beca91 [2020-12-18T00:53:26.111Z] ---> be01f8549e8c [2020-12-18T00:53:26.111Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-18T00:53:26.386Z] Removing intermediate container 5c64271389c4 [2020-12-18T00:53:26.386Z] ---> d9336f8458ea [2020-12-18T00:53:26.386Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-18T00:53:26.984Z] ---> ced26a2357cc [2020-12-18T00:53:26.984Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-18T00:53:27.259Z] ---> 9443f3353896 [2020-12-18T00:53:27.259Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-18T00:53:28.237Z] ---> 0363f84f8ae7 [2020-12-18T00:53:28.237Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-18T00:53:28.511Z] ---> bedc4887da46 [2020-12-18T00:53:28.512Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-18T00:53:28.801Z] ---> d27de801a5ec [2020-12-18T00:53:28.801Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-18T00:53:29.790Z] ---> 3ddae9a89965 [2020-12-18T00:53:29.790Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-18T00:53:30.074Z] ---> Running in f23188cd4015 [2020-12-18T00:53:30.074Z] ---> 30a7d58b38bb [2020-12-18T00:53:30.074Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-18T00:53:30.670Z] Removing intermediate container f23188cd4015 [2020-12-18T00:53:30.670Z] ---> a5739eb0b9de [2020-12-18T00:53:30.670Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:53:30.944Z] ---> Running in d5f0d40710a0 [2020-12-18T00:53:31.545Z] Removing intermediate container d5f0d40710a0 [2020-12-18T00:53:31.545Z] ---> 4e732a23ccc2 [2020-12-18T00:53:31.545Z] Step 19/21 : LABEL arch=arm64 [2020-12-18T00:53:31.545Z] ---> 8734c4382b7e [2020-12-18T00:53:31.545Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-18T00:53:31.825Z] ---> Running in f71372a16294 [2020-12-18T00:53:32.421Z] Removing intermediate container f71372a16294 [2020-12-18T00:53:32.421Z] ---> d14dd17260b6 [2020-12-18T00:53:32.421Z] Step 20/21 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:53:32.699Z] ---> 10c9c2bc8068 [2020-12-18T00:53:32.699Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-18T00:53:32.699Z] ---> Running in 5acc3a040c4b [2020-12-18T00:53:32.699Z] ---> Running in b2dc8a538195 [2020-12-18T00:53:33.294Z] Removing intermediate container 5acc3a040c4b [2020-12-18T00:53:33.294Z] ---> c2c7933fc485 [2020-12-18T00:53:33.294Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T00:53:33.571Z] ---> Running in acdb3e434627 [2020-12-18T00:53:34.170Z] Removing intermediate container acdb3e434627 [2020-12-18T00:53:34.170Z] ---> 350a64008b1c [2020-12-18T00:53:34.170Z] [2020-12-18T00:53:34.446Z] Successfully built 350a64008b1c [2020-12-18T00:53:34.446Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-18T00:53:35.426Z]  Building docker-support-scheduler-go ... done Removing intermediate container b2dc8a538195 [2020-12-18T00:53:35.426Z] ---> f375f7f05c8f [2020-12-18T00:53:35.426Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-18T00:53:35.426Z] ---> Running in 73c1156826b2 [2020-12-18T00:53:36.022Z] Removing intermediate container 73c1156826b2 [2020-12-18T00:53:36.022Z] ---> b2e50836b88d [2020-12-18T00:53:36.022Z] Step 22/24 : LABEL arch=arm64 [2020-12-18T00:53:36.293Z] ---> Running in 7fe520dbb3d6 [2020-12-18T00:53:36.897Z] Removing intermediate container 7fe520dbb3d6 [2020-12-18T00:53:36.897Z] ---> c6f414e62474 [2020-12-18T00:53:36.897Z] Step 23/24 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:53:36.897Z] ---> Running in 566baf3c7787 [2020-12-18T00:53:37.876Z] Removing intermediate container 566baf3c7787 [2020-12-18T00:53:37.876Z] ---> 1d26b242125b [2020-12-18T00:53:37.876Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T00:53:37.876Z] ---> Running in 5d8b92c040ce [2020-12-18T00:53:38.860Z] Removing intermediate container 5d8b92c040ce [2020-12-18T00:53:38.860Z] ---> ad5951d766ae [2020-12-18T00:53:38.860Z] [2020-12-18T00:53:39.131Z] Successfully built ad5951d766ae [2020-12-18T00:53:39.131Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-18T00:53:39.403Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f1c15bb30a73 [2020-12-18T00:53:39.403Z] ---> cfc07e292478 [2020-12-18T00:53:39.403Z] [2020-12-18T00:53:39.403Z] Step 10/23 : FROM alpine [2020-12-18T00:53:39.403Z] ---> afeebe901d6b [2020-12-18T00:53:39.403Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T00:53:39.403Z] ---> Running in 802056be0b68 [2020-12-18T00:53:40.054Z] Removing intermediate container 802056be0b68 [2020-12-18T00:53:40.054Z] ---> 0abe19b2cb5d [2020-12-18T00:53:40.054Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-18T00:53:40.054Z] ---> Running in 16fbffe0069b [2020-12-18T00:53:40.682Z] Removing intermediate container 16fbffe0069b [2020-12-18T00:53:40.682Z] ---> 7234c8233365 [2020-12-18T00:53:40.682Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-18T00:53:40.682Z] ---> Running in 6a42cfd67030 [2020-12-18T00:53:41.305Z] Removing intermediate container 6a42cfd67030 [2020-12-18T00:53:41.305Z] ---> e240adbf99e6 [2020-12-18T00:53:41.305Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T00:53:41.305Z] ---> Running in 37259dcc00cf [2020-12-18T00:53:43.934Z] Removing intermediate container 37259dcc00cf [2020-12-18T00:53:43.934Z] ---> facc3ecfc95c [2020-12-18T00:53:43.934Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-18T00:53:43.934Z] ---> Running in 4dd52d24db4e [2020-12-18T00:53:44.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T00:53:45.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T00:53:46.469Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-18T00:53:46.469Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-18T00:53:46.740Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-18T00:53:47.009Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-18T00:53:47.009Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-18T00:53:47.283Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T00:53:47.283Z] OK: 8 MiB in 19 packages [2020-12-18T00:53:48.712Z] Removing intermediate container 4dd52d24db4e [2020-12-18T00:53:48.712Z] ---> 712af2735e13 [2020-12-18T00:53:48.712Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-18T00:53:49.305Z] ---> efd9d122bdea [2020-12-18T00:53:49.305Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-18T00:53:50.740Z] ---> 27a4f8b7d0cc [2020-12-18T00:53:50.740Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-18T00:53:51.333Z] ---> 67977fef0cd6 [2020-12-18T00:53:51.333Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-18T00:53:51.605Z] ---> Running in c3f6b750e2a0 [2020-12-18T00:53:51.876Z] Removing intermediate container c3f6b750e2a0 [2020-12-18T00:53:51.877Z] ---> 859da33a6983 [2020-12-18T00:53:51.877Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T00:53:52.149Z] ---> Running in 61c053b1136a [2020-12-18T00:53:52.421Z] Removing intermediate container 61c053b1136a [2020-12-18T00:53:52.421Z] ---> 6f41b9234c29 [2020-12-18T00:53:52.421Z] Step 21/23 : LABEL arch=arm64 [2020-12-18T00:53:52.693Z] ---> Running in 93e706251a20 [2020-12-18T00:53:52.965Z] Removing intermediate container 93e706251a20 [2020-12-18T00:53:52.965Z] ---> e653bf47d40a [2020-12-18T00:53:52.965Z] Step 22/23 : LABEL git_sha=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [2020-12-18T00:53:53.237Z] ---> Running in 67e61a8c43b4 [2020-12-18T00:53:53.515Z] Removing intermediate container 67e61a8c43b4 [2020-12-18T00:53:53.515Z] ---> b8abfbf06f59 [2020-12-18T00:53:53.515Z] Step 23/23 : LABEL version=0.0.0 [2020-12-18T00:53:53.793Z] ---> Running in 96b5a68e7c82 [2020-12-18T00:53:54.386Z] Removing intermediate container 96b5a68e7c82 [2020-12-18T00:53:54.386Z] ---> eae1b394b503 [2020-12-18T00:53:54.386Z] [2020-12-18T00:53:54.658Z] Successfully built eae1b394b503 [2020-12-18T00:53:54.658Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-18T00:53:54.949Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-18T00:53:54.939Z] $ docker stop --time=1 ded5fe71ccc38cc35c043ba01e7e58eef0fc036e87d2637fe84bca1a47905d7a [2020-12-18T00:53:56.877Z] $ docker rm -f ded5fe71ccc38cc35c043ba01e7e58eef0fc036e87d2637fe84bca1a47905d7a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T00:53:57.641Z] + docker images [2020-12-18T00:53:57.641Z] + grep docker [2020-12-18T00:53:57.916Z] docker-core-data-go-arm64 latest eae1b394b503 4 seconds ago 20.9MB [2020-12-18T00:53:57.916Z] docker-security-secretstore-setup-go-arm64 latest ad5951d766ae 19 seconds ago 23.5MB [2020-12-18T00:53:57.916Z] docker-support-scheduler-go-arm64 latest 350a64008b1c 24 seconds ago 10MB [2020-12-18T00:53:57.916Z] docker-core-metadata-go-arm64 latest f52496807a91 43 seconds ago 12.2MB [2020-12-18T00:53:57.916Z] docker-sys-mgmt-agent-go-arm64 latest 23849f9610ca About a minute ago 300MB [2020-12-18T00:53:57.916Z] docker-security-proxy-setup-go-arm64 latest 66bed0cdee4b 3 minutes ago 23.4MB [2020-12-18T00:53:57.916Z] docker-security-bootstrap-redis-go-arm64 latest e01a1554a845 3 minutes ago 15.2MB [2020-12-18T00:53:57.916Z] docker-support-notifications-go-arm64 latest 89af6ebe10f7 3 minutes ago 11.4MB [2020-12-18T00:53:57.916Z] docker-core-command-go-arm64 latest 8b162d3f9180 3 minutes ago 9.98MB [2020-12-18T00:53:57.916Z] docker latest 0c09fb3ff9b5 2 days 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 [2020-12-18T00:53:59.817Z] provisioning config files... [2020-12-18T00:53:59.829Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config7721341470887030821tmp [Pipeline] { [Pipeline] sh [2020-12-18T00:54:00.219Z] + set +x [2020-12-18T00:54:00.219Z] + curl -s https://codecov.io/bash [2020-12-18T00:54:00.219Z] + bash -s -- [2020-12-18T00:54:00.794Z] [2020-12-18T00:54:00.794Z] _____ _ [2020-12-18T00:54:00.794Z] / ____| | | [2020-12-18T00:54:00.794Z] | | ___ __| | ___ ___ _____ __ [2020-12-18T00:54:00.794Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-18T00:54:00.794Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-18T00:54:00.794Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-18T00:54:00.794Z] Bash-20201217-3d3df35 [2020-12-18T00:54:00.794Z] [2020-12-18T00:54:00.794Z] [2020-12-18T00:54:00.794Z] git version 2.24.3 found [2020-12-18T00:54:00.794Z] 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 [2020-12-18T00:54:00.794Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-18T00:54:00.794Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-18T00:54:00.794Z] ==> Jenkins CI detected. [2020-12-18T00:54:00.794Z] project root: . [2020-12-18T00:54:00.794Z] --> token set from env [2020-12-18T00:54:00.794Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-18T00:54:00.794Z] ==> Running gcov in . (disable via -X gcov) [2020-12-18T00:54:00.794Z] ==> Python coveragepy not found [2020-12-18T00:54:00.794Z] ==> Searching for coverage reports in: [2020-12-18T00:54:00.794Z] + . [2020-12-18T00:54:00.794Z] -> Found 1 reports [2020-12-18T00:54:00.794Z] ==> Detecting git/mercurial file structure [2020-12-18T00:54:00.794Z] ==> Reading reports [2020-12-18T00:54:00.794Z] + ./coverage.out bytes=537096 [2020-12-18T00:54:00.794Z] ==> Appending adjustments [2020-12-18T00:54:00.794Z] https://docs.codecov.io/docs/fixing-reports [2020-12-18T00:54:03.351Z] + Found adjustments [2020-12-18T00:54:03.351Z] ==> Gzipping contents [2020-12-18T00:54:03.351Z] 80K /tmp/codecov.FOYvpf.gz [2020-12-18T00:54:03.351Z] ==> Uploading reports [2020-12-18T00:54:03.351Z] url: https://codecov.io [2020-12-18T00:54:03.351Z] query: branch=PR-2908&commit=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-18T00:54:03.351Z] -> Pinging Codecov [2020-12-18T00:54:03.351Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-2908&commit=ce1ff0f4a931baa3073c2d582fbf0f010f4d069f&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-18T00:54:03.923Z] -> Uploading to [2020-12-18T00:54:03.923Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-18/00271124DB129430A58F1EEE437C3FCB/ce1ff0f4a931baa3073c2d582fbf0f010f4d069f/4dbc75f9-c74e-4f1b-b2a3-22b3c7b460b8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T005403Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c3000fa2284d8fde1260d19783380f0f43df5c5ff7b096eeb88861e0e35442f2 [2020-12-18T00:54:03.923Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T00:54:03.923Z] Dload Upload Total Spent Left Speed [2020-12-18T00:54:04.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81785 0 0 100 81785 0 149k --:--:-- --:--:-- --:--:-- 149k [2020-12-18T00:54:04.447Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ce1ff0f4a931baa3073c2d582fbf0f010f4d069f [Pipeline] } [2020-12-18T00:54:04.457Z] 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 [2020-12-18T00:54:06.505Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:54:07.390Z] ---> package-listing.sh [2020-12-18T00:54:07.390Z] ++ facter osfamily [2020-12-18T00:54:07.390Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-18T00:54:07.390Z] + OS_FAMILY=redhat [2020-12-18T00:54:07.390Z] + workspace=/w/workspace/edgex-go/23 [2020-12-18T00:54:07.390Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-18T00:54:07.390Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-18T00:54:07.390Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-18T00:54:07.390Z] + PACKAGES=/tmp/packages_start.txt [2020-12-18T00:54:07.390Z] + '[' /w/workspace/edgex-go/23 ']' [2020-12-18T00:54:07.390Z] + PACKAGES=/tmp/packages_end.txt [2020-12-18T00:54:07.390Z] + case "${OS_FAMILY}" in [2020-12-18T00:54:07.390Z] + rpm -qa [2020-12-18T00:54:07.390Z] + sort [2020-12-18T00:54:12.688Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-18T00:54:12.688Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-18T00:54:12.688Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-18T00:54:12.688Z] + '[' /w/workspace/edgex-go/23 ']' [2020-12-18T00:54:12.688Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2020-12-18T00:54:12.689Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo [2020-12-18T00:54:12.703Z] 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-18T00:54:13.002Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:54:13.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T00:54:13.308Z] [2020-12-18T00:54:13.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-18T00:54:13.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T00:54:13.658Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-18T00:54:13.658Z] df20fa9351a1: Pulling fs layer [2020-12-18T00:54:13.658Z] 36b3adc4ff6f: Pulling fs layer [2020-12-18T00:54:13.658Z] 8ad3a11d3b57: Pulling fs layer [2020-12-18T00:54:13.658Z] 46f8f816bc3b: Pulling fs layer [2020-12-18T00:54:13.658Z] 93b61091891f: Pulling fs layer [2020-12-18T00:54:13.658Z] 93b9cdb0e59b: Pulling fs layer [2020-12-18T00:54:13.658Z] 5e14af77c1be: Pulling fs layer [2020-12-18T00:54:13.658Z] 01666e4c0597: Pulling fs layer [2020-12-18T00:54:13.658Z] aa168da1d23b: Pulling fs layer [2020-12-18T00:54:13.658Z] 46f8f816bc3b: Waiting [2020-12-18T00:54:13.658Z] 5e14af77c1be: Waiting [2020-12-18T00:54:13.658Z] 93b61091891f: Waiting [2020-12-18T00:54:13.658Z] 01666e4c0597: Waiting [2020-12-18T00:54:13.658Z] 93b9cdb0e59b: Waiting [2020-12-18T00:54:13.658Z] aa168da1d23b: Waiting [2020-12-18T00:54:13.658Z] 36b3adc4ff6f: Verifying Checksum [2020-12-18T00:54:13.658Z] 36b3adc4ff6f: Download complete [2020-12-18T00:54:13.920Z] 46f8f816bc3b: Verifying Checksum [2020-12-18T00:54:13.920Z] 46f8f816bc3b: Download complete [2020-12-18T00:54:13.920Z] df20fa9351a1: Verifying Checksum [2020-12-18T00:54:13.920Z] df20fa9351a1: Download complete [2020-12-18T00:54:13.920Z] 93b9cdb0e59b: Verifying Checksum [2020-12-18T00:54:13.920Z] 93b9cdb0e59b: Download complete [2020-12-18T00:54:13.920Z] 5e14af77c1be: Verifying Checksum [2020-12-18T00:54:13.920Z] 5e14af77c1be: Download complete [2020-12-18T00:54:13.920Z] 93b61091891f: Verifying Checksum [2020-12-18T00:54:13.920Z] 93b61091891f: Download complete [2020-12-18T00:54:13.920Z] 01666e4c0597: Verifying Checksum [2020-12-18T00:54:13.920Z] 01666e4c0597: Download complete [2020-12-18T00:54:14.183Z] df20fa9351a1: Pull complete [2020-12-18T00:54:14.446Z] 36b3adc4ff6f: Pull complete [2020-12-18T00:54:15.022Z] 8ad3a11d3b57: Verifying Checksum [2020-12-18T00:54:15.022Z] 8ad3a11d3b57: Download complete [2020-12-18T00:54:15.608Z] 8ad3a11d3b57: Pull complete [2020-12-18T00:54:15.872Z] 46f8f816bc3b: Pull complete [2020-12-18T00:54:16.134Z] 93b61091891f: Pull complete [2020-12-18T00:54:16.400Z] 93b9cdb0e59b: Pull complete [2020-12-18T00:54:16.400Z] 5e14af77c1be: Pull complete [2020-12-18T00:54:16.661Z] 01666e4c0597: Pull complete [2020-12-18T00:54:17.236Z] aa168da1d23b: Download complete [2020-12-18T00:54:29.504Z] aa168da1d23b: Pull complete [2020-12-18T00:54:29.504Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-18T00:54:29.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T00:54:29.504Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-18T00:54:29.902Z] prd-centos7-docker-4c-2g-16666 does not seem to be running inside a container [2020-12-18T00:54:29.965Z] $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-18T00:54:36.961Z] $ docker top d373f902b4520c93c1b34496d2b2c1c403c14437e05d8e2f5b43c817a1467cfc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T00:54:37.507Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-18T00:54:37.810Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-18T00:54:38.122Z] + ls /var/log/sa-host [2020-12-18T00:54:38.122Z] + sadf -c /var/log/sa-host/sa18 [2020-12-18T00:54:38.122Z] file_magic: OK [2020-12-18T00:54:38.122Z] HZ: Using current value: 100 [2020-12-18T00:54:38.122Z] file_header: OK [2020-12-18T00:54:38.122Z] 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 [2020-12-18T00:54:38.122Z] Statistics: [2020-12-18T00:54:38.122Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-18T00:54:38.122Z] File successfully converted to sysstat format version 12.2.1 [2020-12-18T00:54:38.122Z] + sadf -c /var/log/sa-host/sa23 [2020-12-18T00:54:38.122Z] file_magic: OK [2020-12-18T00:54:38.122Z] HZ: Using current value: 100 [2020-12-18T00:54:38.122Z] file_header: OK [2020-12-18T00:54:38.122Z] 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 [2020-12-18T00:54:38.122Z] Statistics: [2020-12-18T00:54:38.122Z] Hnuu...uuuununununu... [2020-12-18T00:54:38.122Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-18T00:54:38.435Z] provisioning config files... [2020-12-18T00:54:38.461Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config3639651577800123691tmp [Pipeline] { [Pipeline] echo [2020-12-18T00:54:38.528Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:54:38.839Z] ---> create-netrc.sh [Pipeline] } [2020-12-18T00:54:38.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-18T00:54:38.944Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:54:39.244Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-18T00:54:39.256Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:54:39.555Z] ---> sudo-logs.sh [2020-12-18T00:54:39.556Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-18T00:54:39.566Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:54:39.863Z] ---> job-cost.sh [2020-12-18T00:54:39.863Z] lf-activate-venv: SKIPPING [2020-12-18T00:54:39.863Z] INFO: No Stack... [2020-12-18T00:54:40.810Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-18T00:54:41.384Z] INFO: Archiving Costs [Pipeline] echo [2020-12-18T00:54:41.398Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T00:54:41.714Z] ---> logs-deploy.sh [2020-12-18T00:54:41.714Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/23 [2020-12-18T00:54:41.714Z] INFO: archiving workspace using pattern(s): [2020-12-18T00:54:43.222Z] Archives upload complete. [2020-12-18T00:54:43.483Z] INFO: archiving logs to Nexus [2020-12-18T00:54:44.434Z] ---> uname -a: [2020-12-18T00:54:44.434Z] Linux prd-centos7-docker-4c-2g-16666.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] ---> lscpu: [2020-12-18T00:54:44.434Z] Architecture: x86_64 [2020-12-18T00:54:44.434Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-18T00:54:44.434Z] Byte Order: Little Endian [2020-12-18T00:54:44.434Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-18T00:54:44.434Z] CPU(s): 4 [2020-12-18T00:54:44.434Z] On-line CPU(s) list: 0-3 [2020-12-18T00:54:44.434Z] Thread(s) per core: 1 [2020-12-18T00:54:44.434Z] Core(s) per socket: 1 [2020-12-18T00:54:44.434Z] Socket(s): 4 [2020-12-18T00:54:44.434Z] NUMA node(s): 1 [2020-12-18T00:54:44.434Z] Vendor ID: GenuineIntel [2020-12-18T00:54:44.434Z] CPU family: 6 [2020-12-18T00:54:44.434Z] Model: 44 [2020-12-18T00:54:44.434Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-18T00:54:44.434Z] Stepping: 1 [2020-12-18T00:54:44.434Z] CPU MHz: 2933.438 [2020-12-18T00:54:44.434Z] BogoMIPS: 5866.87 [2020-12-18T00:54:44.434Z] Virtualization: VT-x [2020-12-18T00:54:44.434Z] Hypervisor vendor: KVM [2020-12-18T00:54:44.434Z] Virtualization type: full [2020-12-18T00:54:44.434Z] L1d cache: 128 KiB [2020-12-18T00:54:44.434Z] L1i cache: 128 KiB [2020-12-18T00:54:44.434Z] L2 cache: 16 MiB [2020-12-18T00:54:44.434Z] L3 cache: 64 MiB [2020-12-18T00:54:44.434Z] NUMA node0 CPU(s): 0-3 [2020-12-18T00:54:44.434Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-18T00:54:44.434Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-18T00:54:44.434Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-18T00:54:44.434Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-18T00:54:44.434Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-18T00:54:44.434Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-18T00:54:44.434Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-18T00:54:44.434Z] Vulnerability Srbds: Not affected [2020-12-18T00:54:44.434Z] Vulnerability Tsx async abort: Not affected [2020-12-18T00:54:44.434Z] 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 [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] ---> nproc: [2020-12-18T00:54:44.434Z] 4 [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] ---> df -h: [2020-12-18T00:54:44.434Z] Filesystem Size Used Available Use% Mounted on [2020-12-18T00:54:44.434Z] overlay 50.0G 11.3G 38.7G 23% / [2020-12-18T00:54:44.434Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-18T00:54:44.434Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-18T00:54:44.434Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/23 [2020-12-18T00:54:44.434Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/23@tmp [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] ---> free -m: [2020-12-18T00:54:44.434Z] total used free shared buff/cache available [2020-12-18T00:54:44.434Z] Mem: 1837 696 270 0 870 1053 [2020-12-18T00:54:44.434Z] Swap: 1023 57 966 [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] ---> ip addr: [2020-12-18T00:54:44.434Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-18T00:54:44.434Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-18T00:54:44.434Z] inet 127.0.0.1/8 scope host lo [2020-12-18T00:54:44.434Z] valid_lft forever preferred_lft forever [2020-12-18T00:54:44.434Z] inet6 ::1/128 scope host [2020-12-18T00:54:44.434Z] valid_lft forever preferred_lft forever [2020-12-18T00:54:44.434Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-18T00:54:44.434Z] link/ether fa:16:3e:da:6e:66 brd ff:ff:ff:ff:ff:ff [2020-12-18T00:54:44.434Z] inet 10.30.122.200/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-18T00:54:44.434Z] valid_lft 84963sec preferred_lft 84963sec [2020-12-18T00:54:44.434Z] inet6 fe80::f816:3eff:feda:6e66/64 scope link [2020-12-18T00:54:44.434Z] valid_lft forever preferred_lft forever [2020-12-18T00:54:44.434Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-18T00:54:44.434Z] link/ether 02:42:5c:53:62:a1 brd ff:ff:ff:ff:ff:ff [2020-12-18T00:54:44.434Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-18T00:54:44.434Z] valid_lft forever preferred_lft forever [2020-12-18T00:54:44.434Z] inet6 fe80::42:5cff:fe53:62a1/64 scope link [2020-12-18T00:54:44.434Z] valid_lft forever preferred_lft forever [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] ---> sar -b -r -n DEV: [2020-12-18T00:54:44.434Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] 00:30:35 LINUX RESTART (4 CPU) [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-18T00:54:44.434Z] 00:32:02 65.97 20.29 45.68 0.00 2962.39 31599.05 0.00 [2020-12-18T00:54:44.434Z] 00:33:01 23.74 1.30 22.43 0.00 115.00 3637.44 0.00 [2020-12-18T00:54:44.434Z] 00:34:01 34.63 12.80 21.83 0.00 4656.88 4273.31 0.00 [2020-12-18T00:54:44.434Z] 00:35:01 96.39 66.76 29.64 0.00 5275.24 18850.27 0.00 [2020-12-18T00:54:44.434Z] 00:36:01 90.43 22.89 67.54 0.00 1098.14 24862.75 0.00 [2020-12-18T00:54:44.434Z] 00:37:01 280.54 118.66 161.87 0.00 6003.26 33146.40 0.00 [2020-12-18T00:54:44.434Z] 00:38:01 205.71 108.94 96.77 0.00 4513.85 9235.70 0.00 [2020-12-18T00:54:44.434Z] 00:39:02 241.54 80.45 161.09 0.00 23073.22 94405.24 0.00 [2020-12-18T00:54:44.434Z] 00:40:01 2533.75 2181.75 351.99 0.00 187017.11 194416.97 0.00 [2020-12-18T00:54:44.434Z] 00:41:02 760.00 486.39 273.61 0.00 48882.60 71156.53 0.00 [2020-12-18T00:54:44.434Z] 00:42:01 2181.29 1827.35 353.93 0.00 97400.71 121130.17 0.00 [2020-12-18T00:54:44.434Z] 00:43:01 131.64 17.06 114.57 0.00 3350.17 10889.86 0.00 [2020-12-18T00:54:44.434Z] 00:44:01 1.35 0.02 1.33 0.00 0.53 20.58 0.00 [2020-12-18T00:54:44.434Z] 00:45:01 1.52 1.25 0.27 0.00 94.59 3.51 0.00 [2020-12-18T00:54:44.434Z] 00:46:01 1.65 1.40 0.25 0.00 47.15 2.63 0.00 [2020-12-18T00:54:44.434Z] 00:47:01 0.78 0.03 0.75 0.00 1.07 13.65 0.00 [2020-12-18T00:54:44.434Z] 00:48:01 0.28 0.00 0.28 0.00 0.00 2.95 0.00 [2020-12-18T00:54:44.434Z] 00:49:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 [2020-12-18T00:54:44.434Z] 00:50:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2020-12-18T00:54:44.434Z] 00:51:01 0.23 0.02 0.22 0.00 0.53 1.82 0.00 [2020-12-18T00:54:44.434Z] 00:52:01 0.60 0.33 0.27 0.00 117.90 3.83 0.00 [2020-12-18T00:54:44.434Z] 00:53:01 0.25 0.02 0.23 0.00 0.53 3.01 0.00 [2020-12-18T00:54:44.434Z] 00:54:01 3.45 3.15 0.30 0.00 590.97 20.98 0.00 [2020-12-18T00:54:44.434Z] Average: 288.49 214.39 74.10 0.00 16708.06 26843.00 0.00 [2020-12-18T00:54:44.434Z] [2020-12-18T00:54:44.434Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-18T00:54:44.434Z] 00:32:02 69388 0 538892 28.64 2620 1270644 1060256 36.18 424756 1192196 10120 [2020-12-18T00:54:44.434Z] 00:33:01 91948 0 533172 28.34 2620 1253804 1038576 35.44 497440 1094696 11780 [2020-12-18T00:54:44.434Z] 00:34:01 65148 0 639500 33.99 2620 1174276 1275956 43.55 517888 1094648 34804 [2020-12-18T00:54:44.434Z] 00:35:01 113724 0 605188 32.16 2596 1160036 1264072 43.14 671836 884868 29652 [2020-12-18T00:54:44.434Z] 00:36:01 73616 0 686232 36.47 2216 1119480 1390056 47.44 560412 1004804 14252 [2020-12-18T00:54:44.434Z] 00:37:01 135976 0 768340 40.84 852 976376 1597652 54.53 656352 812644 46068 [2020-12-18T00:54:44.434Z] 00:38:01 362740 0 706284 37.54 456 812064 1176196 40.14 539760 690888 35944 [2020-12-18T00:54:44.434Z] 00:39:02 78568 0 838104 44.54 4 964868 2282492 77.90 758928 818096 72756 [2020-12-18T00:54:44.434Z] 00:40:01 105548 0 788332 41.90 0 987664 2127052 72.59 689156 864560 80036 [2020-12-18T00:54:44.435Z] 00:41:02 79116 0 683840 36.34 0 1118588 1347184 45.98 718504 835136 105156 [2020-12-18T00:54:44.435Z] 00:42:01 193732 0 860488 45.73 0 827324 2496372 85.20 648588 785672 988 [2020-12-18T00:54:44.435Z] 00:43:01 584868 0 617864 32.84 0 678812 1193316 40.73 408672 652440 24 [2020-12-18T00:54:44.435Z] 00:44:01 587412 0 615308 32.70 0 678824 1174812 40.09 407396 652068 8 [2020-12-18T00:54:44.435Z] 00:45:01 585988 0 613904 32.63 0 681652 1164520 39.74 406588 654796 8 [2020-12-18T00:54:44.435Z] 00:46:01 584996 0 614164 32.64 0 682384 1164544 39.74 406968 655316 16 [2020-12-18T00:54:44.435Z] 00:47:01 585488 0 613664 32.61 0 682392 1157384 39.50 406388 655308 8 [2020-12-18T00:54:44.435Z] 00:48:01 585800 0 613344 32.60 0 682400 1157324 39.50 406192 655308 8 [2020-12-18T00:54:44.435Z] 00:49:01 585784 0 613352 32.60 0 682408 1157324 39.50 406076 655308 8 [2020-12-18T00:54:44.435Z] 00:50:01 585900 0 613232 32.59 0 682412 1157324 39.50 406080 655308 8 [2020-12-18T00:54:44.435Z] 00:51:01 585924 0 613208 32.59 0 682412 1157324 39.50 405964 655308 16 [2020-12-18T00:54:44.435Z] 00:52:01 579072 0 616596 32.77 0 685876 1157432 39.50 412268 656032 8 [2020-12-18T00:54:44.435Z] 00:53:01 579448 0 616200 32.75 0 685896 1157324 39.50 411724 656040 16 [2020-12-18T00:54:44.435Z] 00:54:01 555360 0 622508 33.08 0 703676 1162168 39.66 421556 668336 632 [2020-12-18T00:54:44.435Z] Average: 363285 0 653553 34.73 608 864099 1348550 46.02 503891 780425 19231 [2020-12-18T00:54:44.435Z] [2020-12-18T00:54:44.435Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-18T00:54:44.435Z] 00:32:02 eth0 614.88 448.79 1690.06 68.74 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:33:01 eth0 457.53 371.39 1699.72 37.37 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:34:01 eth0 582.64 776.29 1974.21 89.74 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:34:01 veth54d4bb5 703.44 488.53 62.59 1638.45 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:34:01 docker0 703.44 488.40 52.97 1638.44 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:35:01 eth0 380.43 498.32 1441.33 47.58 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:35:01 docker0 435.89 303.28 31.33 1032.79 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:36:01 vethc04a9b6 68.13 81.76 4.55 347.46 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:36:01 eth0 380.26 327.13 2786.12 27.50 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:36:01 docker0 68.13 81.62 3.62 347.45 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:37:01 veth98912b5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:37:01 eth0 345.35 280.47 1778.27 90.61 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:37:01 docker0 122.84 125.49 9.83 481.51 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:38:01 veth98912b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:38:01 eth0 33.52 16.11 26.46 13.49 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:39:02 veth5ef9134 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:39:02 eth0 219.67 183.29 1697.79 77.22 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:40:01 veth5ef9134 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:40:01 eth0 67.53 46.08 166.94 58.50 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:40:01 docker0 17.56 28.62 0.95 147.55 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:41:02 veth4f9c488 2.56 8.27 0.18 43.96 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:41:02 veth5ef9134 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:41:02 veth3729d12 8.27 2.56 43.96 0.18 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:41:02 eth0 55.26 30.93 184.64 14.05 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:42:01 veth5ef9134 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:42:01 vethed685d3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:42:01 eth0 98.99 54.02 364.52 80.86 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:42:01 veth8102c99 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:43:01 eth0 41.62 28.03 96.10 34.10 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:43:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:43:01 docker0 1412.88 1124.81 103.01 4235.46 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:44:01 eth0 12.14 13.49 1.21 26.60 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:45:01 eth0 1.23 0.33 0.35 0.23 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:46:01 eth0 0.57 0.30 0.28 0.20 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:47:01 eth0 0.45 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:51:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:52:01 eth0 1.17 0.43 0.45 0.27 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:53:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:54:01 eth0 3.53 2.43 4.44 1.18 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] Average: eth0 143.28 133.83 605.04 29.03 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] Average: docker0 60.50 48.17 4.41 181.36 0.00 0.00 0.00 0.00 [2020-12-18T00:54:44.435Z] [2020-12-18T00:54:44.435Z] [2020-12-18T00:54:44.435Z] ---> sar -P ALL: [2020-12-18T00:54:44.435Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) [2020-12-18T00:54:44.435Z] [2020-12-18T00:54:44.435Z] 00:30:35 LINUX RESTART (4 CPU) [2020-12-18T00:54:44.435Z] [2020-12-18T00:54:44.435Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2020-12-18T00:54:44.435Z] 00:32:02 all 9.28 0.00 3.30 4.24 0.03 83.16 [2020-12-18T00:54:44.435Z] 00:32:02 0 9.46 0.00 4.34 1.73 0.03 84.44 [2020-12-18T00:54:44.435Z] 00:32:02 1 9.33 0.00 3.36 2.72 0.03 84.57 [2020-12-18T00:54:44.435Z] 00:32:02 2 9.94 0.00 3.29 7.67 0.03 79.07 [2020-12-18T00:54:44.435Z] 00:32:02 3 8.38 0.00 2.22 4.80 0.03 84.56 [2020-12-18T00:54:44.435Z] 00:33:01 all 2.95 0.00 1.17 0.61 0.02 95.26 [2020-12-18T00:54:44.435Z] 00:33:01 0 4.31 0.00 2.10 0.05 0.03 93.51 [2020-12-18T00:54:44.435Z] 00:33:01 1 2.36 0.00 0.78 0.15 0.00 96.70 [2020-12-18T00:54:44.435Z] 00:33:01 2 2.70 0.00 0.78 0.00 0.02 96.50 [2020-12-18T00:54:44.435Z] 00:33:01 3 2.43 0.00 1.04 2.23 0.02 94.29 [2020-12-18T00:54:44.435Z] 00:34:01 all 4.53 0.00 3.40 0.68 0.03 91.35 [2020-12-18T00:54:44.435Z] 00:34:01 0 4.40 0.00 3.68 0.46 0.03 91.43 [2020-12-18T00:54:44.435Z] 00:34:01 1 4.46 0.00 3.55 1.87 0.03 90.09 [2020-12-18T00:54:44.435Z] 00:34:01 2 5.00 0.00 3.12 0.25 0.03 91.60 [2020-12-18T00:54:44.435Z] 00:34:01 3 4.27 0.00 3.26 0.15 0.03 92.28 [2020-12-18T00:54:44.435Z] 00:35:01 all 7.19 0.00 3.47 0.63 0.02 88.68 [2020-12-18T00:54:44.435Z] 00:35:01 0 4.58 0.00 2.99 0.54 0.02 91.87 [2020-12-18T00:54:44.435Z] 00:35:01 1 5.80 0.00 3.10 0.34 0.03 90.73 [2020-12-18T00:54:44.435Z] 00:35:01 2 9.55 0.00 3.53 0.56 0.02 86.34 [2020-12-18T00:54:44.435Z] 00:35:01 3 8.82 0.00 4.26 1.09 0.02 85.80 [2020-12-18T00:54:44.435Z] 00:36:01 all 5.11 0.00 3.45 0.62 0.04 90.79 [2020-12-18T00:54:44.435Z] 00:36:01 0 5.35 0.00 3.72 0.31 0.03 90.60 [2020-12-18T00:54:44.435Z] 00:36:01 1 4.97 0.00 2.86 1.13 0.02 91.02 [2020-12-18T00:54:44.435Z] 00:36:01 2 4.72 0.00 3.57 0.52 0.05 91.14 [2020-12-18T00:54:44.435Z] 00:36:01 3 5.40 0.00 3.66 0.51 0.05 90.38 [2020-12-18T00:54:44.435Z] 00:37:01 all 25.56 0.00 10.33 6.56 0.07 57.48 [2020-12-18T00:54:44.435Z] 00:37:01 0 25.06 0.00 10.22 6.67 0.05 57.99 [2020-12-18T00:54:44.435Z] 00:37:01 1 25.81 0.00 10.02 6.61 0.07 57.49 [2020-12-18T00:54:44.435Z] 00:37:01 2 25.49 0.00 10.43 6.12 0.05 57.91 [2020-12-18T00:54:44.435Z] 00:37:01 3 25.88 0.00 10.66 6.84 0.10 56.52 [2020-12-18T00:54:44.435Z] 00:38:01 all 56.93 0.00 16.25 5.97 0.08 20.77 [2020-12-18T00:54:44.435Z] 00:38:01 0 57.57 0.00 15.19 2.87 0.07 24.30 [2020-12-18T00:54:44.435Z] 00:38:01 1 55.50 0.00 16.27 5.69 0.09 22.45 [2020-12-18T00:54:44.435Z] 00:38:01 2 59.06 0.00 16.05 8.20 0.10 16.60 [2020-12-18T00:54:44.435Z] 00:38:01 3 55.58 0.00 17.49 7.13 0.05 19.75 [2020-12-18T00:54:44.435Z] 00:39:02 all 23.50 0.00 14.15 7.81 0.06 54.49 [2020-12-18T00:54:44.435Z] 00:39:02 0 23.21 0.00 13.38 6.04 0.03 57.34 [2020-12-18T00:54:44.435Z] 00:39:02 1 23.69 0.00 14.95 9.69 0.05 51.62 [2020-12-18T00:54:44.435Z] 00:39:02 2 22.11 0.00 13.83 8.27 0.09 55.71 [2020-12-18T00:54:44.435Z] 00:39:02 3 25.00 0.00 14.43 7.24 0.07 53.25 [2020-12-18T00:54:44.435Z] 00:40:01 all 22.58 0.00 26.92 24.62 0.12 25.76 [2020-12-18T00:54:44.435Z] 00:40:01 0 21.85 0.00 26.10 25.41 0.16 26.48 [2020-12-18T00:54:44.435Z] 00:40:01 1 22.52 0.00 26.87 26.07 0.11 24.44 [2020-12-18T00:54:44.435Z] 00:40:01 2 22.90 0.00 26.81 22.20 0.09 27.99 [2020-12-18T00:54:44.435Z] 00:40:01 3 23.04 0.00 27.92 24.80 0.12 24.11 [2020-12-18T00:54:44.435Z] 00:41:02 all 50.19 0.00 18.66 17.26 0.09 13.81 [2020-12-18T00:54:44.435Z] 00:41:02 0 49.49 0.00 18.37 17.69 0.08 14.36 [2020-12-18T00:54:44.435Z] 00:41:02 1 50.19 0.00 19.37 17.52 0.07 12.86 [2020-12-18T00:54:44.435Z] 00:41:02 2 50.57 0.00 18.77 18.62 0.10 11.94 [2020-12-18T00:54:44.435Z] 00:41:02 3 50.52 0.00 18.13 15.20 0.10 16.05 [2020-12-18T00:54:44.435Z] 00:42:01 all 41.73 0.00 22.63 21.76 0.07 13.82 [2020-12-18T00:54:44.435Z] 00:42:01 0 40.72 0.00 23.65 18.25 0.05 17.33 [2020-12-18T00:54:44.435Z] 00:42:01 1 39.48 0.00 21.47 23.08 0.10 15.87 [2020-12-18T00:54:44.435Z] 00:42:01 2 43.05 0.00 22.66 21.80 0.07 12.42 [2020-12-18T00:54:44.435Z] 00:42:01 3 43.66 0.00 22.74 23.93 0.05 9.61 [2020-12-18T00:54:44.435Z] [2020-12-18T00:54:44.435Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2020-12-18T00:54:44.435Z] 00:43:01 all 12.43 0.00 5.22 7.36 0.02 74.97 [2020-12-18T00:54:44.435Z] 00:43:01 0 12.92 0.00 5.36 8.30 0.02 73.40 [2020-12-18T00:54:44.435Z] 00:43:01 1 12.15 0.00 4.87 4.70 0.02 78.27 [2020-12-18T00:54:44.435Z] 00:43:01 2 12.59 0.00 5.18 8.83 0.02 73.39 [2020-12-18T00:54:44.435Z] 00:43:01 3 12.05 0.00 5.49 7.63 0.03 74.80 [2020-12-18T00:54:44.435Z] 00:44:01 all 0.15 0.00 0.10 0.00 0.01 99.74 [2020-12-18T00:54:44.435Z] 00:44:01 0 0.12 0.00 0.17 0.00 0.02 99.70 [2020-12-18T00:54:44.435Z] 00:44:01 1 0.35 0.00 0.10 0.00 0.02 99.53 [2020-12-18T00:54:44.435Z] 00:44:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-18T00:54:44.435Z] 00:44:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2020-12-18T00:54:44.435Z] 00:45:01 all 0.09 0.00 0.03 0.00 0.00 99.87 [2020-12-18T00:54:44.435Z] 00:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T00:54:44.436Z] 00:45:01 1 0.23 0.00 0.05 0.00 0.00 99.72 [2020-12-18T00:54:44.436Z] 00:45:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2020-12-18T00:54:44.436Z] 00:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-18T00:54:44.436Z] 00:46:01 all 0.16 0.00 0.05 0.02 0.00 99.76 [2020-12-18T00:54:44.436Z] 00:46:01 0 0.05 0.00 0.07 0.07 0.00 99.82 [2020-12-18T00:54:44.436Z] 00:46:01 1 0.52 0.00 0.03 0.02 0.00 99.43 [2020-12-18T00:54:44.436Z] 00:46:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2020-12-18T00:54:44.436Z] 00:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T00:54:44.436Z] 00:47:01 all 0.13 0.00 0.05 0.00 0.01 99.80 [2020-12-18T00:54:44.436Z] 00:47:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-12-18T00:54:44.436Z] 00:47:01 1 0.40 0.00 0.08 0.00 0.02 99.50 [2020-12-18T00:54:44.436Z] 00:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-18T00:54:44.436Z] 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T00:54:44.436Z] 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-12-18T00:54:44.436Z] 00:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T00:54:44.436Z] 00:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-18T00:54:44.436Z] 00:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-18T00:54:44.436Z] 00:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-12-18T00:54:44.436Z] 00:49:01 all 0.16 0.00 0.02 0.00 0.00 99.83 [2020-12-18T00:54:44.436Z] 00:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-12-18T00:54:44.436Z] 00:49:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2020-12-18T00:54:44.436Z] 00:49:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-18T00:54:44.436Z] 00:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-12-18T00:54:44.436Z] 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-12-18T00:54:44.436Z] 00:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T00:54:44.436Z] 00:50:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2020-12-18T00:54:44.436Z] 00:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2020-12-18T00:54:44.436Z] 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T00:54:44.436Z] 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-12-18T00:54:44.436Z] 00:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-18T00:54:44.436Z] 00:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-12-18T00:54:44.436Z] 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-18T00:54:44.436Z] 00:51:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-18T00:54:44.436Z] 00:52:01 all 0.06 0.00 0.05 0.01 0.00 99.87 [2020-12-18T00:54:44.436Z] 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T00:54:44.436Z] 00:52:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2020-12-18T00:54:44.436Z] 00:52:01 2 0.00 0.00 0.07 0.03 0.00 99.90 [2020-12-18T00:54:44.436Z] 00:52:01 3 0.10 0.00 0.07 0.00 0.02 99.82 [2020-12-18T00:54:44.436Z] 00:53:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2020-12-18T00:54:44.436Z] 00:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-18T00:54:44.436Z] 00:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T00:54:44.436Z] 00:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2020-12-18T00:54:44.436Z] 00:53:01 3 0.17 0.00 0.07 0.00 0.00 99.77 [2020-12-18T00:54:44.436Z] [2020-12-18T00:54:44.436Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2020-12-18T00:54:44.436Z] 00:54:01 all 0.53 0.00 0.29 0.09 0.00 99.09 [2020-12-18T00:54:44.436Z] 00:54:01 0 0.27 0.00 0.28 0.08 0.00 99.37 [2020-12-18T00:54:44.436Z] 00:54:01 1 0.90 0.00 0.40 0.03 0.02 98.65 [2020-12-18T00:54:44.436Z] 00:54:01 2 0.27 0.00 0.20 0.03 0.00 99.50 [2020-12-18T00:54:44.436Z] 00:54:01 3 0.68 0.00 0.27 0.20 0.00 98.85 [2020-12-18T00:54:44.436Z] Average: all 11.28 0.00 5.52 4.17 0.03 78.99 [2020-12-18T00:54:44.436Z] Average: 0 11.14 0.00 5.55 3.77 0.03 79.51 [2020-12-18T00:54:44.436Z] Average: 1 11.14 0.00 5.46 4.23 0.03 79.15 [2020-12-18T00:54:44.436Z] Average: 2 11.48 0.00 5.48 4.39 0.03 78.62 [2020-12-18T00:54:44.436Z] Average: 3 11.37 0.00 5.61 4.31 0.03 78.68 [2020-12-18T00:54:44.436Z] [2020-12-18T00:54:44.436Z] [2020-12-18T00:54:44.436Z]