Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b24f7dfb09187849f099ea4c61709a1fa7358ae9+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (0049434482bcc5459f8cf3cb549796df4be60608) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26195 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b24f7dfb09187849f099ea4c61709a1fa7358ae9 > 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 Merge succeeded, producing b24f7dfb09187849f099ea4c61709a1fa7358ae9 Checking out Revision b24f7dfb09187849f099ea4c61709a1fa7358ae9 (PR-3113) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T02:48:57.359Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T02:48:57.719Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T02:48:57.835Z] ========================================================= [2021-02-12T02:48:57.835Z] EdgeX Global Pipelines Version Info [2021-02-12T02:48:57.835Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 45dee08a088b3bcf19667cd45fc15bc3ebb1cbe5 # timeout=10 [2021-02-12T02:48:59.790Z] ------------------- [2021-02-12T02:48:59.790Z] stable info: [2021-02-12T02:48:59.790Z] ------------------- [2021-02-12T02:48:59.790Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T02:48:59.790Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T02:48:59.790Z] Message: update stable to v1.0.179 [2021-02-12T02:49:00.364Z] ------------------- [2021-02-12T02:49:00.364Z] experimental info: [2021-02-12T02:49:00.364Z] ------------------- [2021-02-12T02:49:00.364Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T02:49:00.364Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T02:49:00.364Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T02:49:00.725Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T02:49:00.820Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T02:49:00.930Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T02:49:01.023Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T02:49:01.137Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T02:49:01.238Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T02:49:01.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T02:49:01.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T02:49:01.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T02:49:01.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T02:49:01.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T02:49:01.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T02:49:02.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T02:49:02.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T02:49:02.287Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T02:49:02.377Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T02:49:02.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T02:49:02.592Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T02:49:02.682Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T02:49:02.771Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T02:49:02.857Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T02:49:02.960Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T02:49:03.052Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T02:49:03.143Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-12T02:49:03.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-12T02:49:03.368Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-12T02:49:03.460Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b24f7dfb09187849f099ea4c61709a1fa7358ae9 [Pipeline] echo [2021-02-12T02:49:03.547Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b24f7df [Pipeline] echo [2021-02-12T02:49:03.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T02:49:03.854Z] provisioning config files... [2021-02-12T02:49:03.887Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config7146872678049147016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T02:49:04.244Z] ---> docker-login.sh [2021-02-12T02:49:04.245Z] nexus3.edgexfoundry.org:10001 [2021-02-12T02:49:04.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:49:04.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:49:04.769Z] Configure a credential helper to remove this warning. See [2021-02-12T02:49:04.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:49:04.769Z] [2021-02-12T02:49:04.769Z] Login Succeeded [2021-02-12T02:49:04.769Z] nexus3.edgexfoundry.org:10002 [2021-02-12T02:49:04.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:49:05.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:49:05.031Z] Configure a credential helper to remove this warning. See [2021-02-12T02:49:05.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:49:05.031Z] [2021-02-12T02:49:05.031Z] Login Succeeded [2021-02-12T02:49:05.031Z] nexus3.edgexfoundry.org:10003 [2021-02-12T02:49:05.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:49:05.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:49:05.031Z] Configure a credential helper to remove this warning. See [2021-02-12T02:49:05.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:49:05.031Z] [2021-02-12T02:49:05.031Z] Login Succeeded [2021-02-12T02:49:05.031Z] nexus3.edgexfoundry.org:10004 [2021-02-12T02:49:05.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:49:05.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:49:05.303Z] Configure a credential helper to remove this warning. See [2021-02-12T02:49:05.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:49:05.303Z] [2021-02-12T02:49:05.303Z] Login Succeeded [2021-02-12T02:49:05.303Z] docker.io [2021-02-12T02:49:05.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:49:05.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:49:05.566Z] Configure a credential helper to remove this warning. See [2021-02-12T02:49:05.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:49:05.566Z] [2021-02-12T02:49:05.566Z] Login Succeeded [2021-02-12T02:49:05.566Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T02:49:05.576Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T02:49:06.031Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T02:49:06.031Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T02:49:06.031Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T02:49:06.031Z] ++ cut -d/ -f2 [2021-02-12T02:49:06.031Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T02:49:06.102Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:49:07.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T02:49:07.595Z] [2021-02-12T02:49:07.595Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:49:07.943Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T02:49:07.943Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T02:49:07.943Z] 31603596830f: Pulling fs layer [2021-02-12T02:49:07.943Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T02:49:07.943Z] 6ca5941a6612: Pulling fs layer [2021-02-12T02:49:07.943Z] ecc8261a40a4: Pulling fs layer [2021-02-12T02:49:07.943Z] ecc8261a40a4: Waiting [2021-02-12T02:49:07.943Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T02:49:07.943Z] 2a8b12db71e7: Download complete [2021-02-12T02:49:07.943Z] 31603596830f: Verifying Checksum [2021-02-12T02:49:07.943Z] 31603596830f: Download complete [2021-02-12T02:49:08.205Z] ecc8261a40a4: Verifying Checksum [2021-02-12T02:49:08.205Z] ecc8261a40a4: Download complete [2021-02-12T02:49:08.205Z] 6ca5941a6612: Verifying Checksum [2021-02-12T02:49:08.205Z] 6ca5941a6612: Download complete [2021-02-12T02:49:08.468Z] 31603596830f: Pull complete [2021-02-12T02:49:08.731Z] 2a8b12db71e7: Pull complete [2021-02-12T02:49:09.681Z] 6ca5941a6612: Pull complete [2021-02-12T02:49:09.681Z] ecc8261a40a4: Pull complete [2021-02-12T02:49:09.681Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T02:49:09.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T02:49:09.681Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T02:49:09.792Z] prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container [2021-02-12T02:49:09.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T02:49:12.399Z] $ docker top 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T02:49:12.720Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T02:49:12.721Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T02:49:12.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T02:49:12.938Z] $ docker exec 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent [2021-02-12T02:49:13.105Z] SSH_AUTH_SOCK=/tmp/ssh-RL5U9v0cCOSw/agent.12 [2021-02-12T02:49:13.105Z] SSH_AGENT_PID=17 [2021-02-12T02:49:13.116Z] Running ssh-add (command line suppressed) [2021-02-12T02:49:13.237Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_6408142759838507980.key (/w/workspace/edgex-go/22@tmp/private_key_6408142759838507980.key) [2021-02-12T02:49:13.285Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T02:49:13.618Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T02:49:13.641Z] $ docker exec --env ******** --env ******** 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent -k [2021-02-12T02:49:13.755Z] unset SSH_AUTH_SOCK; [2021-02-12T02:49:13.756Z] unset SSH_AGENT_PID; [2021-02-12T02:49:13.756Z] echo Agent pid 17 killed; [2021-02-12T02:49:13.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T02:49:13.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T02:49:13.980Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T02:49:14.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T02:49:14.148Z] $ docker exec 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent [2021-02-12T02:49:14.328Z] SSH_AUTH_SOCK=/tmp/ssh-M4DzSC5nH1K5/agent.46 [2021-02-12T02:49:14.328Z] SSH_AGENT_PID=51 [2021-02-12T02:49:14.367Z] Running ssh-add (command line suppressed) [2021-02-12T02:49:14.489Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_7530090992456155369.key (/w/workspace/edgex-go/22@tmp/private_key_7530090992456155369.key) [2021-02-12T02:49:14.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T02:49:14.935Z] + git semver init [2021-02-12T02:49:14.935Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T02:49:14.935Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2021-02-12T02:49:14.935Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2021-02-12T02:49:14.935Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T02:49:14.935Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T02:49:14.935Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T02:49:14.935Z] # $SEMVER_BRANCH = PR-3113 [2021-02-12T02:49:14.935Z] # $SEMVER_TEMP = /tmp/semver-387305069 [2021-02-12T02:49:14.935Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T02:49:33.109Z] # '/tmp/semver-387305069' -> '/w/workspace/edgex-go/22/.semver' [2021-02-12T02:49:33.109Z] # -> Force: false [2021-02-12T02:49:33.109Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2021-02-12T02:49:33.122Z] $ docker exec --env ******** --env ******** 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 ssh-agent -k [2021-02-12T02:49:33.319Z] unset SSH_AUTH_SOCK; [2021-02-12T02:49:33.319Z] unset SSH_AGENT_PID; [2021-02-12T02:49:33.320Z] echo Agent pid 51 killed; [2021-02-12T02:49:33.381Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T02:49:33.943Z] + git semver [Pipeline] } [2021-02-12T02:49:33.960Z] $ docker stop --time=1 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 [2021-02-12T02:49:35.508Z] $ docker rm -f 9b92ba0646639f37be209b8e7e69b0aef35f0a939da39e58180d480ef71e5360 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T02:49:36.045Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T02:49:36.540Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T02:49:36.542Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T02:49:37.393Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T02:49:37.690Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T02:49:37.985Z] + sudo service docker restart [2021-02-12T02:49:37.985Z] + true [2021-02-12T02:49:37.985Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T02:49:38.572Z] ========================================================= [2021-02-12T02:49:38.572Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T02:49:38.572Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:49:38.922Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-12T02:49:43.165Z] Sending build context to Docker daemon 327.8MB [2021-02-12T02:49:43.165Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T02:49:43.165Z] Step 2/6 : FROM ${BASE} [2021-02-12T02:49:43.165Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T02:49:43.165Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T02:49:43.165Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T02:49:43.165Z] de9db76c5a1d: Pulling fs layer [2021-02-12T02:49:43.165Z] bca2f99d35d6: Pulling fs layer [2021-02-12T02:49:43.165Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T02:49:43.165Z] 7c6f9722023f: Pulling fs layer [2021-02-12T02:49:43.165Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T02:49:43.165Z] 93359f2a8cfa: Waiting [2021-02-12T02:49:43.165Z] 7c6f9722023f: Waiting [2021-02-12T02:49:43.165Z] a35cf1a2eb13: Waiting [2021-02-12T02:49:43.165Z] bca2f99d35d6: Waiting [2021-02-12T02:49:43.165Z] 0ef7d3d256c8: Download complete [2021-02-12T02:49:43.165Z] de9db76c5a1d: Verifying Checksum [2021-02-12T02:49:43.165Z] de9db76c5a1d: Download complete [2021-02-12T02:49:43.165Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T02:49:43.165Z] 93359f2a8cfa: Download complete [2021-02-12T02:49:43.165Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T02:49:43.165Z] 188c0c94c7c5: Download complete [2021-02-12T02:49:43.165Z] 7c6f9722023f: Verifying Checksum [2021-02-12T02:49:43.165Z] 7c6f9722023f: Download complete [2021-02-12T02:49:43.427Z] 188c0c94c7c5: Pull complete [2021-02-12T02:49:43.690Z] 0ef7d3d256c8: Pull complete [2021-02-12T02:49:43.690Z] de9db76c5a1d: Pull complete [2021-02-12T02:49:45.613Z] a35cf1a2eb13: Download complete [2021-02-12T02:49:45.613Z] bca2f99d35d6: Verifying Checksum [2021-02-12T02:49:45.613Z] bca2f99d35d6: Download complete [2021-02-12T02:49:51.906Z] Still waiting to schedule task [2021-02-12T02:49:51.906Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-12T02:49:52.262Z] bca2f99d35d6: Pull complete [2021-02-12T02:49:52.262Z] 93359f2a8cfa: Pull complete [2021-02-12T02:49:52.262Z] 7c6f9722023f: Pull complete [2021-02-12T02:49:56.490Z] a35cf1a2eb13: Pull complete [2021-02-12T02:49:56.490Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T02:49:56.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T02:49:56.490Z] ---> a62c8e92a672 [2021-02-12T02:49:56.490Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-12T02:49:56.490Z] ---> Running in 61274c906eef [2021-02-12T02:49:56.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:49:57.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:49:57.702Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T02:49:58.279Z] (2/12) Installing file (5.38-r0) [2021-02-12T02:49:58.543Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T02:49:58.543Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T02:50:02.773Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T02:50:02.773Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T02:50:02.773Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T02:50:02.773Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T02:50:02.773Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T02:50:02.773Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T02:50:03.037Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T02:50:03.300Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T02:50:03.564Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:50:03.564Z] OK: 233 MiB in 51 packages [2021-02-12T02:50:06.887Z] Removing intermediate container 61274c906eef [2021-02-12T02:50:06.887Z] ---> 277e19059666 [2021-02-12T02:50:06.887Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T02:50:06.887Z] ---> Running in f3c442b763d6 [2021-02-12T02:50:07.150Z] Removing intermediate container f3c442b763d6 [2021-02-12T02:50:07.150Z] ---> 134529d2bd8a [2021-02-12T02:50:07.150Z] Step 5/6 : COPY go.mod . [2021-02-12T02:50:07.417Z] ---> 4f5dbe128e91 [2021-02-12T02:50:07.418Z] Step 6/6 : RUN go mod download [2021-02-12T02:50:07.418Z] ---> Running in 5d4eaee3aa3f [2021-02-12T02:50:29.426Z] Removing intermediate container 5d4eaee3aa3f [2021-02-12T02:50:29.426Z] ---> 4aa62a6a289d [2021-02-12T02:50:29.426Z] Successfully built 4aa62a6a289d [2021-02-12T02:50:29.426Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:50:29.750Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T02:50:29.750Z] . [Pipeline] withDockerContainer [2021-02-12T02:50:29.850Z] prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container [2021-02-12T02:50:29.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-x86_64 cat [2021-02-12T02:50:30.627Z] $ docker top 3081e24e4d1ad4e2ea9677cad08e4706dc835dd482dbb84566c543f410d10c1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T02:50:31.146Z] + go version [2021-02-12T02:50:31.146Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T02:50:31.165Z] $ docker stop --time=1 3081e24e4d1ad4e2ea9677cad08e4706dc835dd482dbb84566c543f410d10c1c [2021-02-12T02:50:32.527Z] $ docker rm -f 3081e24e4d1ad4e2ea9677cad08e4706dc835dd482dbb84566c543f410d10c1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:50:33.345Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T02:50:33.345Z] . [Pipeline] withDockerContainer [2021-02-12T02:50:33.451Z] prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container [2021-02-12T02:50:33.507Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-x86_64 cat [2021-02-12T02:50:34.301Z] $ docker top 5662afe458d34cc326a14892e762428af35b10eb37826a1ddf0863ef171ef46c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T02:50:34.485Z] ========================================================= [2021-02-12T02:50:34.485Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T02:50:34.485Z] ========================================================= [Pipeline] sh [2021-02-12T02:50:34.786Z] + make test [2021-02-12T02:50:34.786Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T02:50:44.843Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T02:50:59.883Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T02:51:05.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T02:51:05.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T02:51:05.222Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T02:51:07.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T02:51:07.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T02:51:07.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T02:51:07.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T02:51:07.811Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T02:51:08.400Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T02:51:10.963Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T02:51:10.963Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T02:51:10.963Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T02:51:12.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.153s coverage: 45.9% of statements [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T02:51:12.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T02:51:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-02-12T02:51:15.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T02:51:15.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T02:51:15.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T02:51:15.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T02:51:15.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T02:51:16.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.3% of statements [2021-02-12T02:51:16.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T02:51:16.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:51:16.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T02:51:16.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T02:51:18.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T02:51:18.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T02:51:18.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T02:51:18.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-02-12T02:51:18.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T02:51:18.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements [2021-02-12T02:51:18.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T02:51:18.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-02-12T02:51:18.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T02:51:18.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T02:51:18.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T02:51:18.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T02:51:21.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.431s coverage: 92.8% of statements [2021-02-12T02:51:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T02:51:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:51:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T02:51:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T02:51:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T02:51:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T02:51:21.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-02-12T02:51:21.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-02-12T02:51:36.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-02-12T02:51:36.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-12T02:51:37.789Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26196 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-12T02:51:37.840Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-02-12T02:51:42.947Z] using credential edgex-jenkins-ssh [2021-02-12T02:51:43.039Z] Cloning the remote Git repository [2021-02-12T02:51:43.115Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T02:51:43.228Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-02-12T02:51:43.308Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T02:51:43.308Z] > git --version # timeout=10 [2021-02-12T02:51:43.329Z] > git --version # 'git version 2.17.1' [2021-02-12T02:51:43.331Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T02:51:43.417Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.079s coverage: 92.9% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.0% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.104s coverage: 89.4% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T02:51:46.299Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-12T02:51:46.299Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-12T02:51:46.562Z] GO111MODULE=on go vet ./... [2021-02-12T02:51:57.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T02:51:57.888Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T02:51:57.914Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T02:51:57.948Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T02:51:57.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T02:51:57.959Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T02:51:58.579Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:51:59.030Z] Merge succeeded, producing b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:51:59.030Z] Checking out Revision b24f7dfb09187849f099ea4c61709a1fa7358ae9 (PR-3113) [2021-02-12T02:51:58.608Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T02:51:58.631Z] > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 [2021-02-12T02:51:58.939Z] > git remote # timeout=10 [2021-02-12T02:51:58.958Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T02:51:58.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T02:51:58.987Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T02:51:59.016Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T02:51:59.045Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T02:51:59.061Z] > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 [2021-02-12T02:52:03.639Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T02:52:05.333Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T02:52:05.744Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T02:52:06.085Z] + true [2021-02-12T02:52:06.085Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T02:52:08.207Z] provisioning config files... [2021-02-12T02:52:08.256Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config6615870658633048534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T02:52:08.763Z] ---> docker-login.sh [2021-02-12T02:52:08.763Z] nexus3.edgexfoundry.org:10001 [2021-02-12T02:52:09.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:52:10.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:52:10.040Z] Configure a credential helper to remove this warning. See [2021-02-12T02:52:10.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:52:10.040Z] [2021-02-12T02:52:10.040Z] Login Succeeded [2021-02-12T02:52:10.040Z] nexus3.edgexfoundry.org:10002 [2021-02-12T02:52:10.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:52:10.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:52:10.644Z] Configure a credential helper to remove this warning. See [2021-02-12T02:52:10.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:52:10.644Z] [2021-02-12T02:52:10.644Z] Login Succeeded [2021-02-12T02:52:10.644Z] nexus3.edgexfoundry.org:10003 [2021-02-12T02:52:11.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:52:11.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:52:11.244Z] Configure a credential helper to remove this warning. See [2021-02-12T02:52:11.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:52:11.244Z] [2021-02-12T02:52:11.244Z] Login Succeeded [2021-02-12T02:52:11.244Z] nexus3.edgexfoundry.org:10004 [2021-02-12T02:52:11.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:52:11.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:52:11.795Z] Configure a credential helper to remove this warning. See [2021-02-12T02:52:11.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:52:11.795Z] [2021-02-12T02:52:11.795Z] Login Succeeded [2021-02-12T02:52:11.795Z] docker.io [2021-02-12T02:52:12.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T02:52:12.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T02:52:12.685Z] Configure a credential helper to remove this warning. See [2021-02-12T02:52:12.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T02:52:12.685Z] [2021-02-12T02:52:12.685Z] Login Succeeded [2021-02-12T02:52:12.685Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T02:52:12.701Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T02:52:13.148Z] ========================================================= [2021-02-12T02:52:13.148Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T02:52:13.148Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:52:13.270Z] gofmt -l . [2021-02-12T02:52:13.270Z] [ "`gofmt -l .`" = "" ] [2021-02-12T02:52:13.270Z] ./bin/test-go-mod-tidy.sh [2021-02-12T02:52:13.270Z] ./bin/test-attribution-txt.sh [2021-02-12T02:52:13.521Z] + 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 . [Pipeline] sh [2021-02-12T02:52:14.156Z] + ls -al . [2021-02-12T02:52:14.156Z] total 700 [2021-02-12T02:52:14.156Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 02:52 . [2021-02-12T02:52:14.156Z] drwxr-xr-x 4 root root 30 Feb 12 02:50 .. [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 02:48 .dockerignore [2021-02-12T02:52:14.156Z] drwxrwxr-x 8 1001 1001 179 Feb 12 02:48 .git [2021-02-12T02:52:14.156Z] drwxrwxr-x 3 1001 1001 125 Feb 12 02:48 .github [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 02:48 .gitignore [2021-02-12T02:52:14.156Z] drwx------ 3 1001 1001 60 Feb 12 02:49 .semver [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 02:48 .sonarcloud.properties [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 02:48 Attribution.txt [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 02:48 CONTRIBUTING.md [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 02:48 Dockerfile.build [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 02:48 Jenkinsfile [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 02:48 LICENSE [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 02:48 Makefile [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 02:48 README.md [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 02:48 SECURITY.md [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 02:49 VERSION [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 02:48 ZMQWindows.md [2021-02-12T02:52:14.156Z] drwxrwxr-x 2 1001 1001 117 Feb 12 02:48 bin [2021-02-12T02:52:14.156Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 02:48 cmd [2021-02-12T02:52:14.156Z] -rw-r--r-- 1 root root 595676 Feb 12 02:51 coverage.out [2021-02-12T02:52:14.156Z] -rw-r--r-- 1 root root 1054 Feb 12 02:52 go.mod [2021-02-12T02:52:14.156Z] -rw-r--r-- 1 root root 19290 Feb 12 02:52 go.sum [2021-02-12T02:52:14.156Z] drwxrwxr-x 8 1001 1001 127 Feb 12 02:48 internal [2021-02-12T02:52:14.156Z] drwxrwxr-x 4 1001 1001 26 Feb 12 02:48 openapi [2021-02-12T02:52:14.156Z] drwxrwxr-x 4 1001 1001 71 Feb 12 02:48 snap [2021-02-12T02:52:14.156Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 02:48 version.go [Pipeline] sh [2021-02-12T02:52:14.460Z] + '[' -e coverage.out ] [2021-02-12T02:52:14.461Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T02:52:14.701Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T02:52:14.995Z] + make build [2021-02-12T02:52:14.995Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T02:52:16.153Z] Sending build context to Docker daemon 166.3MB [2021-02-12T02:52:16.153Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T02:52:16.153Z] Step 2/6 : FROM ${BASE} [2021-02-12T02:52:16.153Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T02:52:16.153Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T02:52:16.153Z] a4357932f1b6: Pulling fs layer [2021-02-12T02:52:16.153Z] 18c013af1878: Pulling fs layer [2021-02-12T02:52:16.153Z] 00ac8860ef70: Pulling fs layer [2021-02-12T02:52:16.153Z] 63d7cb157983: Pulling fs layer [2021-02-12T02:52:16.153Z] b116817d02f9: Pulling fs layer [2021-02-12T02:52:16.153Z] 745a02a5169b: Pulling fs layer [2021-02-12T02:52:16.153Z] b116817d02f9: Waiting [2021-02-12T02:52:16.153Z] 00ac8860ef70: Waiting [2021-02-12T02:52:16.153Z] 745a02a5169b: Waiting [2021-02-12T02:52:16.153Z] 63d7cb157983: Waiting [2021-02-12T02:52:16.153Z] 18c013af1878: Verifying Checksum [2021-02-12T02:52:16.153Z] 18c013af1878: Download complete [2021-02-12T02:52:16.153Z] a4357932f1b6: Verifying Checksum [2021-02-12T02:52:16.153Z] a4357932f1b6: Download complete [2021-02-12T02:52:16.153Z] 63d7cb157983: Download complete [2021-02-12T02:52:16.153Z] b116817d02f9: Verifying Checksum [2021-02-12T02:52:16.153Z] b116817d02f9: Download complete [2021-02-12T02:52:16.153Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T02:52:16.153Z] 5f621e34cdf4: Download complete [2021-02-12T02:52:16.760Z] 5f621e34cdf4: Pull complete [2021-02-12T02:52:17.038Z] a4357932f1b6: Pull complete [2021-02-12T02:52:17.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T02:52:17.642Z] 18c013af1878: Pull complete [2021-02-12T02:52:18.238Z] 745a02a5169b: Verifying Checksum [2021-02-12T02:52:18.238Z] 745a02a5169b: Download complete [2021-02-12T02:52:19.666Z] 00ac8860ef70: Verifying Checksum [2021-02-12T02:52:19.666Z] 00ac8860ef70: Download complete [2021-02-12T02:52:25.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T02:52:27.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T02:52:28.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T02:52:29.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T02:52:29.808Z] 00ac8860ef70: Pull complete [2021-02-12T02:52:29.809Z] 63d7cb157983: Pull complete [2021-02-12T02:52:30.082Z] b116817d02f9: Pull complete [2021-02-12T02:52:30.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T02:52:31.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T02:52:32.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T02:52:33.468Z] 745a02a5169b: Pull complete [2021-02-12T02:52:33.468Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T02:52:33.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T02:52:33.468Z] ---> b7e6874047d6 [2021-02-12T02:52:33.468Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-12T02:52:33.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T02:52:35.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T02:52:36.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T02:52:36.856Z] ---> Running in b0827e62dc79 [2021-02-12T02:52:37.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-02-12T02:52:38.179Z] $ docker stop --time=1 5662afe458d34cc326a14892e762428af35b10eb37826a1ddf0863ef171ef46c [2021-02-12T02:52:38.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T02:52:39.111Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T02:52:39.384Z] (2/12) Installing file (5.38-r0) [2021-02-12T02:52:39.384Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T02:52:39.656Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T02:52:39.771Z] $ docker rm -f 5662afe458d34cc326a14892e762428af35b10eb37826a1ddf0863ef171ef46c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:52:43.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T02:52:43.530Z] [2021-02-12T02:52:43.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:52:43.881Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T02:52:43.881Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T02:52:43.881Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T02:52:43.881Z] ca9280d653b3: Pulling fs layer [2021-02-12T02:52:43.881Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T02:52:44.144Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-12T02:52:44.144Z] cbdbe7a5bc2a: Download complete [2021-02-12T02:52:44.408Z] cbdbe7a5bc2a: Pull complete [2021-02-12T02:52:44.408Z] ca9280d653b3: Verifying Checksum [2021-02-12T02:52:44.408Z] ca9280d653b3: Download complete [2021-02-12T02:52:45.809Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T02:52:45.809Z] 7e9c9ca2126c: Download complete [2021-02-12T02:52:45.809Z] ca9280d653b3: Pull complete [2021-02-12T02:52:47.940Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T02:52:47.940Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T02:52:47.940Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T02:52:47.940Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T02:52:47.940Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T02:52:47.940Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T02:52:47.940Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T02:52:47.940Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T02:52:47.940Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:52:47.940Z] OK: 217 MiB in 51 packages [2021-02-12T02:52:52.236Z] Removing intermediate container b0827e62dc79 [2021-02-12T02:52:52.236Z] ---> 8b54b8baff79 [2021-02-12T02:52:52.236Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T02:52:52.236Z] ---> Running in e26a06e3d6a1 [2021-02-12T02:52:52.236Z] Removing intermediate container e26a06e3d6a1 [2021-02-12T02:52:52.236Z] ---> b5a0830dcb91 [2021-02-12T02:52:52.236Z] Step 5/6 : COPY go.mod . [2021-02-12T02:52:52.431Z] 7e9c9ca2126c: Pull complete [2021-02-12T02:52:52.431Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T02:52:52.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T02:52:52.431Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T02:52:52.632Z] prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container [2021-02-12T02:52:52.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 [2021-02-12T02:52:53.218Z] ---> aa0787427285 [2021-02-12T02:52:53.218Z] Step 6/6 : RUN go mod download [2021-02-12T02:52:53.218Z] ---> Running in f9e5948c527f [2021-02-12T02:52:55.864Z] $ docker top 271ca2aa16e1e95f37f38dd0ade6d2bc15c3862bbc9ed804c78cc38194fc24e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T02:52:56.371Z] + docker-compose build --help [2021-02-12T02:52:56.371Z] + grep parallel [2021-02-12T02:52:57.316Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T02:52:57.330Z] $ docker stop --time=1 271ca2aa16e1e95f37f38dd0ade6d2bc15c3862bbc9ed804c78cc38194fc24e8 [2021-02-12T02:52:58.660Z] $ docker rm -f 271ca2aa16e1e95f37f38dd0ade6d2bc15c3862bbc9ed804c78cc38194fc24e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:52:59.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T02:52:59.270Z] . [Pipeline] withDockerContainer [2021-02-12T02:52:59.364Z] prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container [2021-02-12T02:52:59.409Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T02:52:59.989Z] $ docker top d9afae7daba4ffa1c05621aacac03ad588add42e713d976de8302c81c932a593 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T02:53:00.475Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T02:53:01.421Z] Building docker-core-command-go ... [2021-02-12T02:53:01.421Z] Building docker-core-data-go ... [2021-02-12T02:53:01.421Z] Building docker-core-metadata-go ... [2021-02-12T02:53:01.421Z] Building docker-security-bootstrapper-go ... [2021-02-12T02:53:01.421Z] Building docker-security-proxy-setup-go ... [2021-02-12T02:53:01.421Z] Building docker-security-secretstore-setup-go ... [2021-02-12T02:53:01.421Z] Building docker-support-notifications-go ... [2021-02-12T02:53:01.421Z] Building docker-support-scheduler-go ... [2021-02-12T02:53:01.421Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T02:53:01.421Z] Building docker-security-secretstore-setup-go [2021-02-12T02:53:01.421Z] Building docker-support-notifications-go [2021-02-12T02:53:01.421Z] Building docker-security-bootstrapper-go [2021-02-12T02:53:01.421Z] Building docker-core-metadata-go [2021-02-12T02:53:01.421Z] Building docker-core-command-go [2021-02-12T02:53:20.006Z] Removing intermediate container f9e5948c527f [2021-02-12T02:53:20.006Z] ---> 7d85d19677da [2021-02-12T02:53:20.006Z] Successfully built 7d85d19677da [2021-02-12T02:53:20.006Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:53:20.346Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T02:53:20.346Z] . [Pipeline] withDockerContainer [2021-02-12T02:53:20.626Z] prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container [2021-02-12T02:53:20.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-arm64 cat [2021-02-12T02:53:22.111Z] $ docker top d14dd86ed21d238286ab37d42ebc5a481cc1100d00355760d08431efb01ad8f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T02:53:23.088Z] + go version [2021-02-12T02:53:23.088Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T02:53:23.115Z] $ docker stop --time=1 d14dd86ed21d238286ab37d42ebc5a481cc1100d00355760d08431efb01ad8f6 [2021-02-12T02:53:24.936Z] $ docker rm -f d14dd86ed21d238286ab37d42ebc5a481cc1100d00355760d08431efb01ad8f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:53:25.973Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T02:53:25.973Z] . [Pipeline] withDockerContainer [2021-02-12T02:53:26.237Z] prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container [2021-02-12T02:53:26.320Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-arm64 cat [2021-02-12T02:53:27.766Z] $ docker top c35b60ec85741d4daf169e7294029a4567030776671b1d9f4a9eb87398a6693c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T02:53:28.154Z] ========================================================= [2021-02-12T02:53:28.154Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T02:53:28.154Z] ========================================================= [Pipeline] sh [2021-02-12T02:53:28.798Z] + make test [2021-02-12T02:53:28.798Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T02:53:33.794Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:53:33.794Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:53:33.794Z] ---> 4aa62a6a289d [2021-02-12T02:53:33.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go [2021-02-12T02:53:33.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:53:33.795Z] ---> 4aa62a6a289d [2021-02-12T02:53:33.795Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T02:53:33.795Z] [2021-02-12T02:53:33.795Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:53:33.795Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:53:33.795Z] ---> 4aa62a6a289d [2021-02-12T02:53:33.795Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T02:53:33.795Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:53:33.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:53:33.795Z] [2021-02-12T02:53:33.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 4aa62a6a289d [2021-02-12T02:53:33.795Z] [2021-02-12T02:53:33.795Z] ---> 4aa62a6a289d [2021-02-12T02:53:33.795Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T02:53:33.795Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T02:53:34.746Z] ---> Running in c6e81eb6a437 [2021-02-12T02:53:34.746Z] ---> Running in 54fe9112890c [2021-02-12T02:53:34.746Z] ---> Running in f4d127543a8f [2021-02-12T02:53:34.746Z] ---> Running in a4902c76d6b3 [2021-02-12T02:53:34.746Z] ---> Running in 54b3a66de914 [2021-02-12T02:53:35.008Z] Removing intermediate container a4902c76d6b3 [2021-02-12T02:53:35.008Z] ---> 9f2ffb872fe0 [2021-02-12T02:53:35.008Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:53:35.008Z] Removing intermediate container 54b3a66de914 [2021-02-12T02:53:35.008Z] ---> 8052d43be83a [2021-02-12T02:53:35.008Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:53:35.008Z] Removing intermediate container c6e81eb6a437 [2021-02-12T02:53:35.008Z] ---> a175fd51d699 [2021-02-12T02:53:35.008Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:53:35.008Z] Removing intermediate container 54fe9112890c [2021-02-12T02:53:35.008Z] ---> 04d7119197cf [2021-02-12T02:53:35.008Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:53:35.271Z] Removing intermediate container f4d127543a8f [2021-02-12T02:53:35.271Z] ---> 9d3052e30f65 [2021-02-12T02:53:35.271Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:53:35.271Z] ---> Running in a7271b6cc5e5 [2021-02-12T02:53:35.271Z] ---> Running in 538f248e232d [2021-02-12T02:53:35.271Z] ---> Running in fcf22453ac77 [2021-02-12T02:53:35.271Z] ---> Running in fa2ecaf672c4 [2021-02-12T02:53:35.272Z] ---> Running in f7e4632d340a [2021-02-12T02:53:37.202Z] Removing intermediate container 538f248e232d [2021-02-12T02:53:37.202Z] ---> 4e80cd48338c [2021-02-12T02:53:37.202Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T02:53:37.202Z] Removing intermediate container a7271b6cc5e5 [2021-02-12T02:53:37.202Z] ---> 784094661a32 [2021-02-12T02:53:37.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T02:53:37.202Z] ---> Running in 1111d3309209 [2021-02-12T02:53:37.202Z] ---> Running in 56017cb70ad5 [2021-02-12T02:53:37.202Z] Removing intermediate container fcf22453ac77 [2021-02-12T02:53:37.202Z] ---> 86773c0fd4ad [2021-02-12T02:53:37.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T02:53:37.465Z] ---> Running in 8b66641ce562 [2021-02-12T02:53:37.733Z] Removing intermediate container fa2ecaf672c4 [2021-02-12T02:53:37.733Z] ---> bcedff78452b [2021-02-12T02:53:37.733Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T02:53:38.002Z] ---> Running in e75cad191dc4 [2021-02-12T02:53:38.002Z] Removing intermediate container f7e4632d340a [2021-02-12T02:53:38.002Z] ---> 11ca5f7cef93 [2021-02-12T02:53:38.002Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T02:53:38.272Z] ---> Running in 9e6aaac53341 [2021-02-12T02:53:38.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:38.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:38.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:38.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:38.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:39.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:39.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:39.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:39.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:39.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:53:39.855Z] OK: 233 MiB in 51 packages [2021-02-12T02:53:39.855Z] OK: 233 MiB in 51 packages [2021-02-12T02:53:40.118Z] OK: 233 MiB in 51 packages [2021-02-12T02:53:40.384Z] OK: 233 MiB in 51 packages [2021-02-12T02:53:40.384Z] Removing intermediate container 1111d3309209 [2021-02-12T02:53:40.384Z] ---> f4d769470615 [2021-02-12T02:53:40.384Z] Step 6/22 : COPY go.mod . [2021-02-12T02:53:40.384Z] OK: 233 MiB in 51 packages [2021-02-12T02:53:40.646Z] Removing intermediate container 56017cb70ad5 [2021-02-12T02:53:40.646Z] ---> 0c7d11bf7b82 [2021-02-12T02:53:40.646Z] Step 6/23 : COPY go.mod . [2021-02-12T02:53:40.646Z] ---> 138b6611c672 [2021-02-12T02:53:40.646Z] Step 7/22 : RUN go mod download [2021-02-12T02:53:40.908Z] ---> Running in 914476a3f9e1 [2021-02-12T02:53:40.909Z] Removing intermediate container 8b66641ce562 [2021-02-12T02:53:40.909Z] ---> e9c2507c058a [2021-02-12T02:53:40.909Z] Step 6/23 : COPY go.mod . [2021-02-12T02:53:41.171Z] ---> 43e2bf4b6bdc [2021-02-12T02:53:41.171Z] Step 7/23 : RUN go mod download [2021-02-12T02:53:41.437Z] ---> Running in c6cbaefe6eb3 [2021-02-12T02:53:41.437Z] Removing intermediate container 9e6aaac53341 [2021-02-12T02:53:41.437Z] ---> 3568aa91052e [2021-02-12T02:53:41.437Z] Step 6/24 : COPY go.mod . [2021-02-12T02:53:41.704Z] ---> acd52f982b3f [2021-02-12T02:53:41.704Z] Step 7/23 : RUN go mod download [2021-02-12T02:53:41.704Z] Removing intermediate container e75cad191dc4 [2021-02-12T02:53:41.704Z] ---> de8ec476528c [2021-02-12T02:53:41.704Z] Step 6/30 : COPY go.mod . [2021-02-12T02:53:41.704Z] ---> Running in c78c2b370ece [2021-02-12T02:53:41.971Z] ---> c48fb0f995d7 [2021-02-12T02:53:41.971Z] Step 7/24 : RUN go mod download [2021-02-12T02:53:42.255Z] ---> Running in 2a565f7e1d3f [2021-02-12T02:53:42.255Z] ---> cadf32574133 [2021-02-12T02:53:42.255Z] Step 7/30 : RUN go mod download [2021-02-12T02:53:42.255Z] ---> Running in d62d5eee8863 [2021-02-12T02:53:44.203Z] Removing intermediate container c6cbaefe6eb3 [2021-02-12T02:53:44.203Z] ---> 3f3c882f3b0b [2021-02-12T02:53:44.203Z] Step 8/23 : COPY . . [2021-02-12T02:53:44.203Z] Removing intermediate container 914476a3f9e1 [2021-02-12T02:53:44.203Z] ---> f216658c1cd7 [2021-02-12T02:53:44.203Z] Step 8/22 : COPY . . [2021-02-12T02:53:44.203Z] Removing intermediate container c78c2b370ece [2021-02-12T02:53:44.203Z] ---> 41c104d69afa [2021-02-12T02:53:44.203Z] Step 8/23 : COPY . . [2021-02-12T02:53:50.992Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T02:53:54.314Z] Removing intermediate container 2a565f7e1d3f [2021-02-12T02:53:54.314Z] ---> e91813bf8130 [2021-02-12T02:53:54.314Z] Step 8/24 : COPY . . [2021-02-12T02:53:54.314Z] Removing intermediate container d62d5eee8863 [2021-02-12T02:53:54.314Z] ---> 734b54e954fc [2021-02-12T02:53:54.314Z] Step 8/30 : COPY . . [2021-02-12T02:54:26.591Z] ---> da1ba347fccc [2021-02-12T02:54:26.591Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T02:54:26.591Z] ---> 9cbd70ef7571 [2021-02-12T02:54:26.591Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T02:54:26.591Z] ---> db97efcfbcfa [2021-02-12T02:54:26.591Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T02:54:26.858Z] ---> Running in 3d582700662e [2021-02-12T02:54:26.858Z] ---> Running in aabefea1446d [2021-02-12T02:54:27.123Z] ---> Running in 2ac97c02199b [2021-02-12T02:54:27.124Z] ---> be6abf4f1791 [2021-02-12T02:54:27.124Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T02:54:27.705Z] ---> Running in 9fc2ff9abae6 [2021-02-12T02:54:29.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T02:54:29.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T02:54:29.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T02:54:29.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T02:54:30.083Z] ---> 880221056d17 [2021-02-12T02:54:30.083Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T02:54:30.083Z] ---> Running in b7d1cf783f67 [2021-02-12T02:54:30.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T02:54:38.023Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T02:54:41.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T02:54:49.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T02:54:49.759Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T02:54:53.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T02:54:53.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T02:54:53.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T02:54:53.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T02:54:54.645Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T02:54:56.106Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T02:54:57.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T02:55:02.873Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T02:55:02.873Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T02:55:02.873Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T02:55:05.638Z] Removing intermediate container b7d1cf783f67 [2021-02-12T02:55:05.638Z] ---> 3126816ac913 [2021-02-12T02:55:05.638Z] [2021-02-12T02:55:05.638Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T02:55:05.638Z] 3.12: Pulling from library/alpine [2021-02-12T02:55:05.638Z] Removing intermediate container 9fc2ff9abae6 [2021-02-12T02:55:05.638Z] ---> 44bc70900695 [2021-02-12T02:55:05.638Z] [2021-02-12T02:55:05.638Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T02:55:05.638Z] Removing intermediate container 3d582700662e [2021-02-12T02:55:05.638Z] ---> c163477ce746 [2021-02-12T02:55:05.638Z] [2021-02-12T02:55:05.638Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T02:55:05.638Z] 3.12: Pulling from library/alpine [2021-02-12T02:55:05.638Z] 3.12: Pulling from library/alpine [2021-02-12T02:55:05.972Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T02:55:05.972Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T02:55:05.972Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T02:55:05.972Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T02:55:05.972Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T02:55:05.973Z] Status: Image is up to date for alpine:3.12 [2021-02-12T02:55:05.973Z] ---> 389fef711851 [2021-02-12T02:55:05.973Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T02:55:05.973Z] ---> 389fef711851 [2021-02-12T02:55:05.973Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T02:55:05.973Z] ---> 389fef711851 [2021-02-12T02:55:05.973Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T02:55:08.092Z] Removing intermediate container aabefea1446d [2021-02-12T02:55:08.092Z] ---> 3cfa2ecdc714 [2021-02-12T02:55:08.092Z] [2021-02-12T02:55:08.092Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T02:55:08.092Z] ---> 389fef711851 [2021-02-12T02:55:08.092Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T02:55:08.675Z] ---> Running in 94d1270d2f81 [2021-02-12T02:55:08.675Z] ---> Running in b12d73431534 [2021-02-12T02:55:08.675Z] ---> Running in ce1494aeec81 [2021-02-12T02:55:08.938Z] ---> Running in 5b089d314807 [2021-02-12T02:55:09.201Z] Removing intermediate container ce1494aeec81 [2021-02-12T02:55:09.201Z] ---> e27d33c8fadf [2021-02-12T02:55:09.201Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T02:55:09.201Z] Removing intermediate container 2ac97c02199b [2021-02-12T02:55:09.201Z] ---> 2d35a5f9bafc [2021-02-12T02:55:09.201Z] [2021-02-12T02:55:09.201Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T02:55:09.201Z] ---> 389fef711851 [2021-02-12T02:55:09.201Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T02:55:09.475Z] ---> Running in 776fa07434bd [2021-02-12T02:55:09.475Z] ---> Running in ef82efcce2ad [2021-02-12T02:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T02:55:09.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T02:55:09.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements [2021-02-12T02:55:10.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.337Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T02:55:10.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.337Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T02:55:10.337Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T02:55:10.337Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T02:55:10.337Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T02:55:10.337Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:55:10.337Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T02:55:10.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.337Z] OK: 7 MiB in 19 packages [2021-02-12T02:55:10.337Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T02:55:10.337Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T02:55:10.337Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:55:10.337Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T02:55:10.337Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T02:55:10.337Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:55:10.337Z] OK: 6 MiB in 15 packages [2021-02-12T02:55:10.599Z] OK: 6 MiB in 16 packages [2021-02-12T02:55:10.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:10.862Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T02:55:10.862Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:55:10.862Z] OK: 6 MiB in 15 packages [2021-02-12T02:55:10.862Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T02:55:10.862Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T02:55:10.862Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:55:10.862Z] OK: 6 MiB in 16 packages [2021-02-12T02:55:12.791Z] Removing intermediate container 94d1270d2f81 [2021-02-12T02:55:12.791Z] ---> 907b4c933872 [2021-02-12T02:55:12.791Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T02:55:14.184Z] ---> Running in e29e89a2f41b [2021-02-12T02:55:14.184Z] Removing intermediate container b12d73431534 [2021-02-12T02:55:14.184Z] ---> e44768e14cc3 [2021-02-12T02:55:14.184Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T02:55:14.184Z] Removing intermediate container 5b089d314807 [2021-02-12T02:55:14.184Z] ---> b6d690fb9983 [2021-02-12T02:55:14.184Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T02:55:14.184Z] Removing intermediate container 776fa07434bd [2021-02-12T02:55:14.184Z] ---> c81e19a031c3 [2021-02-12T02:55:14.184Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T02:55:14.449Z] ---> Running in a2d25e544dc2 [2021-02-12T02:55:14.449Z] ---> Running in a8a9371e7393 [2021-02-12T02:55:14.449Z] ---> Running in 742a6bbd8118 [2021-02-12T02:55:14.449Z] Removing intermediate container ef82efcce2ad [2021-02-12T02:55:14.449Z] ---> a8829390906b [2021-02-12T02:55:14.449Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T02:55:14.449Z] Removing intermediate container e29e89a2f41b [2021-02-12T02:55:14.449Z] ---> cab1c5bca4db [2021-02-12T02:55:14.449Z] Step 13/24 : WORKDIR / [2021-02-12T02:55:14.712Z] ---> Running in 9755371c8f8e [2021-02-12T02:55:14.712Z] ---> Running in e427faf82b88 [2021-02-12T02:55:14.712Z] Removing intermediate container a2d25e544dc2 [2021-02-12T02:55:14.712Z] ---> 456bb0ba7f0a [2021-02-12T02:55:14.712Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T02:55:14.712Z] Removing intermediate container a8a9371e7393 [2021-02-12T02:55:14.712Z] ---> ccf8201fa932 [2021-02-12T02:55:14.712Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T02:55:14.977Z] Removing intermediate container 742a6bbd8118 [2021-02-12T02:55:14.977Z] ---> 26d9ff6b1af8 [2021-02-12T02:55:14.977Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T02:55:14.977Z] ---> Running in 6371f4a0c119 [2021-02-12T02:55:14.977Z] ---> Running in 723dd03b4d1a [2021-02-12T02:55:14.977Z] ---> Running in 694c56ed6786 [2021-02-12T02:55:14.977Z] Removing intermediate container 9755371c8f8e [2021-02-12T02:55:14.977Z] ---> 1945debccd59 [2021-02-12T02:55:14.977Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T02:55:15.241Z] Removing intermediate container e427faf82b88 [2021-02-12T02:55:15.241Z] ---> 5ae0c49dd34e [2021-02-12T02:55:15.241Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-12T02:55:15.241Z] ---> Running in 2cb803b634dc [2021-02-12T02:55:15.241Z] Removing intermediate container 6371f4a0c119 [2021-02-12T02:55:15.241Z] ---> b89411d7772b [2021-02-12T02:55:15.241Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T02:55:15.503Z] Removing intermediate container 723dd03b4d1a [2021-02-12T02:55:15.503Z] ---> 22066fe4ee8c [2021-02-12T02:55:15.503Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T02:55:15.503Z] Removing intermediate container 694c56ed6786 [2021-02-12T02:55:15.503Z] ---> c0178ba8fa47 [2021-02-12T02:55:15.503Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T02:55:15.503Z] ---> Running in dc3f340ba4af [2021-02-12T02:55:15.768Z] ---> Running in 041cf8a1ac3d [2021-02-12T02:55:15.768Z] ---> af167c4d445e [2021-02-12T02:55:15.768Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-12T02:55:15.768Z] Removing intermediate container 2cb803b634dc [2021-02-12T02:55:15.768Z] ---> 5e885e666df5 [2021-02-12T02:55:15.768Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T02:55:15.768Z] ---> Running in 8f6b7675092a [2021-02-12T02:55:16.040Z] ---> Running in 944b79a6b595 [2021-02-12T02:55:16.307Z] Removing intermediate container dc3f340ba4af [2021-02-12T02:55:16.307Z] ---> 834618d6fcf4 [2021-02-12T02:55:16.307Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T02:55:16.307Z] Removing intermediate container 041cf8a1ac3d [2021-02-12T02:55:16.307Z] ---> f180c6faa063 [2021-02-12T02:55:16.307Z] Step 15/23 : WORKDIR / [2021-02-12T02:55:16.307Z] ---> 0db7fbda7b9c [2021-02-12T02:55:16.307Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T02:55:16.307Z] Removing intermediate container 944b79a6b595 [2021-02-12T02:55:16.307Z] ---> fef0740caeae [2021-02-12T02:55:16.307Z] Step 15/23 : WORKDIR / [2021-02-12T02:55:16.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.1% of statements [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T02:55:16.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T02:55:16.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T02:55:16.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.216s coverage: 65.8% of statements [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T02:55:16.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T02:55:16.572Z] ---> Running in 3e3aea1ee684 [2021-02-12T02:55:16.572Z] ---> Running in c00d4d93f0f0 [2021-02-12T02:55:16.845Z] ---> a23ab6d285cb [2021-02-12T02:55:16.845Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T02:55:16.845Z] Removing intermediate container 3e3aea1ee684 [2021-02-12T02:55:16.845Z] ---> b01af85c5f1a [2021-02-12T02:55:16.845Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T02:55:16.845Z] ---> b43a34189ac1 [2021-02-12T02:55:16.845Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T02:55:16.845Z] Removing intermediate container c00d4d93f0f0 [2021-02-12T02:55:16.845Z] ---> 62ca4e1868d4 [2021-02-12T02:55:16.845Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T02:55:17.440Z] ---> 7a85a525a64a [2021-02-12T02:55:17.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T02:55:17.440Z] Removing intermediate container 8f6b7675092a [2021-02-12T02:55:17.440Z] ---> a1154e4c5bee [2021-02-12T02:55:17.440Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T02:55:17.710Z] ---> 167220554ccc [2021-02-12T02:55:17.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T02:55:17.710Z] ---> cbdd91c1de9a [2021-02-12T02:55:17.710Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T02:55:17.710Z] ---> Running in a5d44fd7045b [2021-02-12T02:55:17.710Z] ---> 9782d0660446 [2021-02-12T02:55:17.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T02:55:17.984Z] Removing intermediate container a5d44fd7045b [2021-02-12T02:55:17.985Z] ---> 5ff744f890a9 [2021-02-12T02:55:17.985Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T02:55:18.248Z] ---> 37797f106485 [2021-02-12T02:55:18.248Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T02:55:18.248Z] ---> 40a50f35a941 [2021-02-12T02:55:18.248Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T02:55:18.248Z] ---> 871b077087ce [2021-02-12T02:55:18.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T02:55:18.512Z] ---> e85a15d29c06 [2021-02-12T02:55:18.512Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T02:55:18.512Z] ---> Running in 1ab91d73f1c8 [2021-02-12T02:55:18.512Z] ---> 2a8b40a17c6b [2021-02-12T02:55:18.512Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T02:55:18.512Z] ---> Running in a9f0344b951b [2021-02-12T02:55:19.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.665s coverage: 82.3% of statements [2021-02-12T02:55:19.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T02:55:19.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:55:19.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T02:55:19.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T02:55:19.086Z] ---> 6159a4e636d6 [2021-02-12T02:55:19.086Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-12T02:55:19.086Z] ---> 8783c9ee286c [2021-02-12T02:55:19.086Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T02:55:19.086Z] Removing intermediate container 1ab91d73f1c8 [2021-02-12T02:55:19.086Z] ---> 7b8a7b362165 [2021-02-12T02:55:19.087Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T02:55:19.349Z] ---> 81691668d930 [2021-02-12T02:55:19.349Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T02:55:19.349Z] ---> Running in 12bee3f266af [2021-02-12T02:55:19.349Z] ---> Running in 4bf3ad4e9c42 [2021-02-12T02:55:19.349Z] ---> Running in a47876fd2da9 [2021-02-12T02:55:19.349Z] ---> Running in 096d7b19e7d7 [2021-02-12T02:55:19.927Z] Removing intermediate container 12bee3f266af [2021-02-12T02:55:19.927Z] ---> ba61614c278d [2021-02-12T02:55:19.927Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T02:55:19.927Z] Removing intermediate container a47876fd2da9 [2021-02-12T02:55:19.927Z] ---> 937f71b989e4 [2021-02-12T02:55:19.927Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T02:55:19.927Z] Removing intermediate container 096d7b19e7d7 [2021-02-12T02:55:19.927Z] ---> 0fec3685a810 [2021-02-12T02:55:19.927Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T02:55:20.189Z] ---> Running in 539fe1d4057e [2021-02-12T02:55:20.189Z] ---> Running in 0e3a3c1913e8 [2021-02-12T02:55:20.189Z] ---> Running in 83bf8fd6ca80 [2021-02-12T02:55:20.453Z] Removing intermediate container 539fe1d4057e [2021-02-12T02:55:20.453Z] ---> 4fc38add3826 [2021-02-12T02:55:20.453Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T02:55:20.453Z] Removing intermediate container 0e3a3c1913e8 [2021-02-12T02:55:20.453Z] ---> c6ba8199e726 [2021-02-12T02:55:20.453Z] Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:55:20.453Z] Removing intermediate container a9f0344b951b [2021-02-12T02:55:20.453Z] ---> 8c7e2fafca54 [2021-02-12T02:55:20.453Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T02:55:20.715Z] ---> Running in 3c2dc5e926ba [2021-02-12T02:55:20.715Z] Removing intermediate container 83bf8fd6ca80 [2021-02-12T02:55:20.715Z] ---> 36df7cb2b8b8 [2021-02-12T02:55:20.715Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T02:55:20.715Z] ---> Running in a729dbff6130 [2021-02-12T02:55:20.978Z] ---> Running in c89058f59a8d [2021-02-12T02:55:20.978Z] Removing intermediate container 3c2dc5e926ba [2021-02-12T02:55:20.978Z] ---> d5b7bada2969 [2021-02-12T02:55:20.978Z] Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:55:20.978Z] Removing intermediate container 4bf3ad4e9c42 [2021-02-12T02:55:20.978Z] ---> 440520764478 [2021-02-12T02:55:20.978Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T02:55:21.242Z] ---> 5ae18fb9d99e [2021-02-12T02:55:21.242Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T02:55:21.242Z] Removing intermediate container a729dbff6130 [2021-02-12T02:55:21.242Z] ---> f7b26aba8fef [2021-02-12T02:55:21.242Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T02:55:21.242Z] ---> Running in c6e05f1651ed [2021-02-12T02:55:21.242Z] ---> Running in 64419ba4d0f4 [2021-02-12T02:55:21.507Z] Removing intermediate container c89058f59a8d [2021-02-12T02:55:21.507Z] ---> b86aec1d16e2 [2021-02-12T02:55:21.507Z] Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:55:21.771Z] ---> Running in 49255fe69968 [2021-02-12T02:55:21.771Z] ---> Running in cb922823cdc9 [2021-02-12T02:55:22.034Z] Removing intermediate container 64419ba4d0f4 [2021-02-12T02:55:22.034Z] ---> 14fc1d6d3c71 [2021-02-12T02:55:22.034Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T02:55:22.034Z] Removing intermediate container c6e05f1651ed [2021-02-12T02:55:22.034Z] ---> 734040b5e436 [2021-02-12T02:55:22.034Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T02:55:22.034Z] ---> 6d3134e01b67 [2021-02-12T02:55:22.034Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T02:55:22.034Z] ---> Running in d249a6f41c34 [2021-02-12T02:55:22.301Z] Removing intermediate container 49255fe69968 [2021-02-12T02:55:22.301Z] ---> 5953803c1c57 [2021-02-12T02:55:22.301Z] [2021-02-12T02:55:22.301Z] Removing intermediate container cb922823cdc9 [2021-02-12T02:55:22.301Z] ---> 1b590ffe6bcc [2021-02-12T02:55:22.301Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T02:55:22.301Z] ---> Running in ac559858e998 [2021-02-12T02:55:22.301Z] ---> Running in 7ad5726da571 [2021-02-12T02:55:22.301Z] ---> 3e03c31ebf07 [2021-02-12T02:55:22.301Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T02:55:22.566Z] Removing intermediate container d249a6f41c34 [2021-02-12T02:55:22.566Z] ---> 57ff37128996 [2021-02-12T02:55:22.566Z] Step 23/24 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:55:22.566Z] Successfully built 5953803c1c57 [2021-02-12T02:55:22.566Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T02:55:22.566Z] Building docker-security-proxy-setup-go [2021-02-12T02:55:22.566Z]  Building docker-support-notifications-go ... done Removing intermediate container ac559858e998 [2021-02-12T02:55:22.566Z] ---> 19c7ffc80818 [2021-02-12T02:55:22.566Z] [2021-02-12T02:55:22.832Z] ---> Running in 5a60127b0422 [2021-02-12T02:55:22.832Z] Successfully built 19c7ffc80818 [2021-02-12T02:55:22.832Z] Removing intermediate container 7ad5726da571 [2021-02-12T02:55:22.832Z] ---> cdf08bf141bb [2021-02-12T02:55:22.832Z] [2021-02-12T02:55:22.832Z] ---> 178efe874c63 [2021-02-12T02:55:22.832Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T02:55:22.832Z] Successfully tagged docker-core-command-go:latest [2021-02-12T02:55:22.832Z] Building docker-sys-mgmt-agent-go [2021-02-12T02:55:23.098Z]  Building docker-core-command-go ... done Successfully built cdf08bf141bb [2021-02-12T02:55:23.098Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T02:55:23.098Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-02-12T02:55:23.098Z] Removing intermediate container 5a60127b0422 [2021-02-12T02:55:23.098Z] ---> 7105997b1d9d [2021-02-12T02:55:23.098Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T02:55:23.098Z] ---> Running in 0dcc7f95a222 [2021-02-12T02:55:23.098Z] ---> Running in 5b18a390bad3 [2021-02-12T02:55:23.366Z] Removing intermediate container 0dcc7f95a222 [2021-02-12T02:55:23.366Z] ---> 9dcf7b478181 [2021-02-12T02:55:23.366Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T02:55:23.366Z] Removing intermediate container 5b18a390bad3 [2021-02-12T02:55:23.366Z] ---> ba6363cb0ac5 [2021-02-12T02:55:23.366Z] [2021-02-12T02:55:23.629Z] Successfully built ba6363cb0ac5 [2021-02-12T02:55:23.629Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T02:55:23.629Z] Building docker-core-data-go [2021-02-12T02:55:23.891Z]  Building docker-security-secretstore-setup-go ... done  ---> ec396ee71328 [2021-02-12T02:55:23.891Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T02:55:24.154Z] ---> Running in ccad1c0bd6bf [2021-02-12T02:55:24.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T02:55:24.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.195s coverage: 100.0% of statements [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T02:55:24.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-12T02:55:24.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T02:55:24.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.304s coverage: 86.7% of statements [2021-02-12T02:55:24.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T02:55:28.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.394s coverage: 97.5% of statements [2021-02-12T02:55:28.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T02:55:28.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.188s coverage: 78.3% of statements [2021-02-12T02:55:28.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T02:55:28.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T02:55:28.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T02:55:28.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T02:55:29.469Z] Removing intermediate container ccad1c0bd6bf [2021-02-12T02:55:29.469Z] ---> 3349e71a9d74 [2021-02-12T02:55:29.469Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T02:55:30.050Z] ---> Running in 42fdd15b96e2 [2021-02-12T02:55:31.444Z] Removing intermediate container 42fdd15b96e2 [2021-02-12T02:55:31.444Z] ---> f62222fbe415 [2021-02-12T02:55:31.444Z] Step 27/30 : CMD ["gate"] [2021-02-12T02:55:32.841Z] ---> Running in cf680bed9e36 [2021-02-12T02:55:33.419Z] Removing intermediate container cf680bed9e36 [2021-02-12T02:55:33.419Z] ---> c44d6002109e [2021-02-12T02:55:33.419Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T02:55:33.419Z] ---> Running in 99865a88730e [2021-02-12T02:55:33.684Z] Removing intermediate container 99865a88730e [2021-02-12T02:55:33.684Z] ---> a4e03f7f18f8 [2021-02-12T02:55:33.684Z] Step 29/30 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:55:33.947Z] ---> Running in b01eb6643d2d [2021-02-12T02:55:34.213Z] Removing intermediate container b01eb6643d2d [2021-02-12T02:55:34.213Z] ---> aa14892d93a0 [2021-02-12T02:55:34.213Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T02:55:34.213Z] ---> Running in d002d43f6e4d [2021-02-12T02:55:34.475Z] Removing intermediate container d002d43f6e4d [2021-02-12T02:55:34.475Z] ---> daecad7f4810 [2021-02-12T02:55:34.475Z] [2021-02-12T02:55:34.475Z] Successfully built daecad7f4810 [2021-02-12T02:55:34.737Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 92.8% of statements [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T02:55:36.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 45.5% of statements [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2021-02-12T02:55:36.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements [2021-02-12T02:55:49.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-12T02:55:49.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-12T02:55:49.791Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:55:49.792Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:55:49.792Z] ---> 4aa62a6a289d [2021-02-12T02:55:49.792Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 9d3052e30f65 [2021-02-12T02:55:49.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 11ca5f7cef93 [2021-02-12T02:55:49.792Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 3568aa91052e [2021-02-12T02:55:49.792Z] Step 6/22 : COPY go.mod . [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> c48fb0f995d7 [2021-02-12T02:55:49.792Z] Step 7/22 : RUN go mod download [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> e91813bf8130 [2021-02-12T02:55:49.792Z] Step 8/22 : COPY . . [2021-02-12T02:55:49.792Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:55:49.792Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:55:49.792Z] ---> 4aa62a6a289d [2021-02-12T02:55:49.792Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 9d3052e30f65 [2021-02-12T02:55:49.792Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 11ca5f7cef93 [2021-02-12T02:55:49.792Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> be6abf4f1791 [2021-02-12T02:55:49.792Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T02:55:49.792Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:55:49.792Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:55:49.792Z] ---> 4aa62a6a289d [2021-02-12T02:55:49.792Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 9d3052e30f65 [2021-02-12T02:55:49.792Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 11ca5f7cef93 [2021-02-12T02:55:49.792Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> 3568aa91052e [2021-02-12T02:55:49.792Z] Step 6/21 : COPY go.mod . [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> c48fb0f995d7 [2021-02-12T02:55:49.792Z] Step 7/21 : RUN go mod download [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> e91813bf8130 [2021-02-12T02:55:49.792Z] Step 8/21 : COPY . . [2021-02-12T02:55:49.792Z] ---> Using cache [2021-02-12T02:55:49.792Z] ---> be6abf4f1791 [2021-02-12T02:55:49.792Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T02:55:50.055Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T02:55:50.055Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T02:55:50.055Z] ---> 4aa62a6a289d [2021-02-12T02:55:50.055Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T02:55:50.055Z] ---> Using cache [2021-02-12T02:55:50.055Z] ---> 9d3052e30f65 [2021-02-12T02:55:50.055Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:55:50.055Z] ---> Using cache [2021-02-12T02:55:50.055Z] ---> 11ca5f7cef93 [2021-02-12T02:55:50.055Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T02:55:50.631Z] ---> Running in 962db47c73c2 [2021-02-12T02:55:50.631Z] ---> Running in f007bc67f0a5 [2021-02-12T02:55:50.631Z] ---> Running in 38f060f8385c [2021-02-12T02:55:50.631Z] ---> Running in a548021980b6 [2021-02-12T02:55:52.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T02:55:52.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T02:55:52.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:52.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:52.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:52.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:55:53.592Z] OK: 233 MiB in 51 packages [2021-02-12T02:55:53.592Z] OK: 233 MiB in 51 packages [2021-02-12T02:55:55.018Z] Removing intermediate container 38f060f8385c [2021-02-12T02:55:55.018Z] ---> 0a584946f07e [2021-02-12T02:55:55.018Z] Step 6/26 : COPY go.mod . [2021-02-12T02:55:55.018Z] Removing intermediate container f007bc67f0a5 [2021-02-12T02:55:55.018Z] ---> 9483a14aa340 [2021-02-12T02:55:55.018Z] Step 6/23 : COPY go.mod . [2021-02-12T02:55:55.289Z] ---> b546b34ea743 [2021-02-12T02:55:55.289Z] Step 7/26 : RUN go mod download [2021-02-12T02:55:55.566Z] ---> Running in f91a63b83337 [2021-02-12T02:55:55.566Z] ---> 4e387bbb6c62 [2021-02-12T02:55:55.566Z] Step 7/23 : RUN go mod download [2021-02-12T02:55:56.159Z] ---> Running in 08090be7469e [2021-02-12T02:55:58.790Z] Removing intermediate container 08090be7469e [2021-02-12T02:55:58.790Z] ---> 9939d2fa18a6 [2021-02-12T02:55:58.790Z] Step 8/23 : COPY . . [2021-02-12T02:55:58.790Z] Removing intermediate container f91a63b83337 [2021-02-12T02:55:58.790Z] ---> d173dfe6f3c4 [2021-02-12T02:55:58.790Z] Step 8/26 : COPY . . [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.156s coverage: 91.4% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.485s coverage: 63.5% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-02-12T02:56:04.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.718s coverage: 68.9% of statements [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T02:56:04.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T02:56:04.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.0% of statements [2021-02-12T02:56:04.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T02:56:04.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T02:56:04.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.603s coverage: 84.0% of statements [2021-02-12T02:56:05.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-02-12T02:56:11.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T02:56:11.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T02:56:11.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T02:56:11.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.329s coverage: 89.4% of statements [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:56:11.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T02:56:17.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.033s coverage: 29.1% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.161s coverage: 100.0% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.067s coverage: 0.0% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T02:56:20.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-02-12T02:56:20.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-02-12T02:56:20.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-12T02:56:21.318Z] GO111MODULE=on go vet ./... [2021-02-12T02:56:23.865Z] ---> 8fc0c302eff3 [2021-02-12T02:56:23.865Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T02:56:24.444Z] ---> 9079a3141f7b [2021-02-12T02:56:24.444Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T02:56:25.025Z] ---> Running in ac9ed6a405c2 [2021-02-12T02:56:25.976Z] ---> Running in a0dbb02f2b21 [2021-02-12T02:56:25.976Z] Removing intermediate container 962db47c73c2 [2021-02-12T02:56:25.976Z] ---> 202e5896a892 [2021-02-12T02:56:25.976Z] [2021-02-12T02:56:25.976Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T02:56:25.976Z] ---> 389fef711851 [2021-02-12T02:56:25.976Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T02:56:25.976Z] Removing intermediate container a548021980b6 [2021-02-12T02:56:25.976Z] ---> 7cea90d0fe8d [2021-02-12T02:56:25.976Z] [2021-02-12T02:56:25.976Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T02:56:25.976Z] ---> 389fef711851 [2021-02-12T02:56:25.976Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T02:56:25.976Z] ---> Using cache [2021-02-12T02:56:25.976Z] ---> a8829390906b [2021-02-12T02:56:25.976Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T02:56:25.976Z] ---> Using cache [2021-02-12T02:56:25.976Z] ---> 1945debccd59 [2021-02-12T02:56:25.976Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T02:56:26.242Z] ---> Running in 4c3907ff1c3f [2021-02-12T02:56:26.242Z] ---> Running in c3a57f12306a [2021-02-12T02:56:26.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T02:56:26.517Z] Removing intermediate container c3a57f12306a [2021-02-12T02:56:26.517Z] ---> 84d58abc5cec [2021-02-12T02:56:26.517Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T02:56:26.517Z] ---> Running in c9c70af233dc [2021-02-12T02:56:26.786Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T02:56:26.786Z] Removing intermediate container c9c70af233dc [2021-02-12T02:56:26.786Z] ---> 0741acef70e6 [2021-02-12T02:56:26.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T02:56:27.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:27.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:27.074Z] ---> 0bb4b5f77d2c [2021-02-12T02:56:27.074Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T02:56:27.347Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T02:56:27.347Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T02:56:27.347Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T02:56:27.347Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T02:56:27.347Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:56:27.347Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T02:56:27.347Z] OK: 7 MiB in 18 packages [2021-02-12T02:56:29.307Z] ---> 342f81ca65f5 [2021-02-12T02:56:29.307Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T02:56:30.290Z] ---> ff9f144028f0 [2021-02-12T02:56:30.290Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T02:56:30.290Z] Removing intermediate container 4c3907ff1c3f [2021-02-12T02:56:30.290Z] ---> da300e14f855 [2021-02-12T02:56:30.290Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T02:56:30.563Z] ---> Running in 243d01e6dbc6 [2021-02-12T02:56:30.563Z] ---> Running in 81f2ade4f4fd [2021-02-12T02:56:30.829Z] Removing intermediate container 243d01e6dbc6 [2021-02-12T02:56:30.829Z] ---> a69d79e4573e [2021-02-12T02:56:30.829Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T02:56:31.116Z] ---> Running in 01792070cc1f [2021-02-12T02:56:31.116Z] Removing intermediate container 81f2ade4f4fd [2021-02-12T02:56:31.116Z] ---> bc40e1a8e862 [2021-02-12T02:56:31.116Z] Step 13/21 : WORKDIR /edgex [2021-02-12T02:56:31.116Z] ---> Running in fcedad8e7bee [2021-02-12T02:56:31.381Z] Removing intermediate container 01792070cc1f [2021-02-12T02:56:31.381Z] ---> 4737551dc7ef [2021-02-12T02:56:31.381Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T02:56:31.976Z] ---> Running in 0488d5a48861 [2021-02-12T02:56:31.976Z] Removing intermediate container fcedad8e7bee [2021-02-12T02:56:31.976Z] ---> cf8fd8c3ae6a [2021-02-12T02:56:31.976Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T02:56:32.250Z] Removing intermediate container 0488d5a48861 [2021-02-12T02:56:32.250Z] ---> 984abc7e0592 [2021-02-12T02:56:32.250Z] Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:56:32.535Z] ---> 9e03df929e20 [2021-02-12T02:56:32.535Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T02:56:32.535Z] ---> Running in 889169fd5be5 [2021-02-12T02:56:32.819Z] Removing intermediate container 889169fd5be5 [2021-02-12T02:56:32.819Z] ---> 648dbcd28d2a [2021-02-12T02:56:32.819Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T02:56:33.091Z] ---> Running in 8839139e1052 [2021-02-12T02:56:33.363Z] ---> 5ab55c81d49d [2021-02-12T02:56:33.363Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T02:56:33.363Z] Removing intermediate container 8839139e1052 [2021-02-12T02:56:33.363Z] ---> 48b746f49791 [2021-02-12T02:56:33.363Z] [2021-02-12T02:56:33.629Z] Successfully built 48b746f49791 [2021-02-12T02:56:34.156Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T02:56:34.156Z]  Building docker-support-scheduler-go ... done  ---> b63a820d8936 [2021-02-12T02:56:34.156Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T02:56:34.156Z] ---> Running in 2d9846cb250f [2021-02-12T02:56:34.542Z] Removing intermediate container 2d9846cb250f [2021-02-12T02:56:34.542Z] ---> bc64837f036a [2021-02-12T02:56:34.542Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T02:56:34.542Z] ---> Running in 29a97a6e1189 [2021-02-12T02:56:34.926Z] Removing intermediate container 29a97a6e1189 [2021-02-12T02:56:34.926Z] ---> f6c18690486a [2021-02-12T02:56:34.926Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T02:56:34.926Z] ---> Running in dd6ebd03396b [2021-02-12T02:56:35.306Z] Removing intermediate container dd6ebd03396b [2021-02-12T02:56:35.307Z] ---> bcb93c72aaf4 [2021-02-12T02:56:35.307Z] Step 20/21 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:56:35.307Z] ---> Running in 134b91dda7c4 [2021-02-12T02:56:35.582Z] Removing intermediate container 134b91dda7c4 [2021-02-12T02:56:35.582Z] ---> e83697bd1b9d [2021-02-12T02:56:35.582Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T02:56:35.582Z] ---> Running in 2b8292de4184 [2021-02-12T02:56:35.855Z] Removing intermediate container 2b8292de4184 [2021-02-12T02:56:35.855Z] ---> 5f0161ec156f [2021-02-12T02:56:35.855Z] [2021-02-12T02:56:36.127Z] Successfully built 5f0161ec156f [2021-02-12T02:56:36.127Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T02:56:46.238Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ac9ed6a405c2 [2021-02-12T02:56:46.238Z] ---> a13c70112918 [2021-02-12T02:56:46.238Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T02:56:46.238Z] ---> Running in 7507a69bcc19 [2021-02-12T02:56:46.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T02:56:48.164Z] Removing intermediate container a0dbb02f2b21 [2021-02-12T02:56:48.164Z] ---> 34fdf8a82668 [2021-02-12T02:56:48.164Z] [2021-02-12T02:56:48.164Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T02:56:48.164Z] ---> 389fef711851 [2021-02-12T02:56:48.164Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T02:56:48.164Z] Removing intermediate container 7507a69bcc19 [2021-02-12T02:56:48.164Z] ---> b955f671035d [2021-02-12T02:56:48.164Z] [2021-02-12T02:56:48.164Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T02:56:48.164Z] ---> Running in b0d7f870d708 [2021-02-12T02:56:48.164Z] 20.10.0: Pulling from library/docker [2021-02-12T02:56:48.164Z] Removing intermediate container b0d7f870d708 [2021-02-12T02:56:48.164Z] ---> dddd4bd62a46 [2021-02-12T02:56:48.164Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T02:56:48.430Z] ---> Running in 6d53c88d8481 [2021-02-12T02:56:48.697Z] Removing intermediate container 6d53c88d8481 [2021-02-12T02:56:48.697Z] ---> 81252df82640 [2021-02-12T02:56:48.697Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T02:56:49.274Z] ---> Running in 5785c3d4f2eb [2021-02-12T02:56:49.274Z] Removing intermediate container 5785c3d4f2eb [2021-02-12T02:56:49.274Z] ---> 21ea362208fd [2021-02-12T02:56:49.274Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T02:56:49.542Z] ---> Running in 83909ff9e5d0 [2021-02-12T02:56:50.945Z] Removing intermediate container 83909ff9e5d0 [2021-02-12T02:56:50.945Z] ---> c1cee733e94d [2021-02-12T02:56:50.945Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T02:56:50.945Z] ---> Running in eb59c2b4b939 [2021-02-12T02:56:51.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:52.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:52.473Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T02:56:52.473Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T02:56:52.473Z] ---> aefe523efa57 [2021-02-12T02:56:52.473Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T02:56:52.736Z] ---> Running in d62c490ff2c1 [2021-02-12T02:56:52.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:52.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:53.262Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T02:56:53.262Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T02:56:53.262Z] Executing bash-5.0.17-r0.post-install [2021-02-12T02:56:53.262Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:56:53.262Z] OK: 12 MiB in 22 packages [2021-02-12T02:56:53.524Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T02:56:53.524Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T02:56:53.524Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T02:56:53.787Z] Removing intermediate container d62c490ff2c1 [2021-02-12T02:56:53.787Z] ---> 4ec5274bfd33 [2021-02-12T02:56:53.787Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T02:56:53.787Z] ---> Running in e547980de359 [2021-02-12T02:56:53.787Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T02:56:54.050Z] Removing intermediate container e547980de359 [2021-02-12T02:56:54.050Z] ---> c6fcb5765b19 [2021-02-12T02:56:54.050Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T02:56:54.050Z] ---> Running in 6085cff6f043 [2021-02-12T02:56:54.313Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T02:56:54.313Z] Removing intermediate container 6085cff6f043 [2021-02-12T02:56:54.313Z] ---> 16d928400fbd [2021-02-12T02:56:54.313Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T02:56:54.313Z] ---> Running in 753bbd3d15f1 [2021-02-12T02:56:54.575Z] Removing intermediate container 753bbd3d15f1 [2021-02-12T02:56:54.575Z] ---> 31ef7c3b664f [2021-02-12T02:56:54.575Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T02:56:54.575Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T02:56:54.575Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:56:54.575Z] OK: 8 MiB in 20 packages [2021-02-12T02:56:55.152Z] ---> 337676a25f18 [2021-02-12T02:56:55.153Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T02:56:55.153Z] Removing intermediate container eb59c2b4b939 [2021-02-12T02:56:55.153Z] ---> d2e93eb0d0c5 [2021-02-12T02:56:55.153Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T02:56:55.153Z] ---> 846e8751e19e [2021-02-12T02:56:55.153Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T02:56:55.415Z] ---> 151b2ff1a1b5 [2021-02-12T02:56:55.415Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T02:56:55.681Z] ---> 3f004151bf79 [2021-02-12T02:56:55.681Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T02:56:55.681Z] ---> Running in a57db4372918 [2021-02-12T02:56:55.953Z] ---> 89d37f2a7687 [2021-02-12T02:56:55.953Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T02:56:56.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:56.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:56:56.216Z] ---> 005b711e4456 [2021-02-12T02:56:56.216Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T02:56:56.478Z] ---> Running in 037103f89ba7 [2021-02-12T02:56:56.478Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T02:56:56.478Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T02:56:56.478Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T02:56:56.478Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T02:56:56.478Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T02:56:56.478Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T02:56:56.478Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T02:56:57.424Z] Removing intermediate container 037103f89ba7 [2021-02-12T02:56:57.424Z] ---> 853712984540 [2021-02-12T02:56:57.424Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T02:57:00.735Z] ---> Running in 6174e3fc39b2 [2021-02-12T02:57:00.735Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T02:57:00.735Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T02:57:00.735Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T02:57:00.735Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T02:57:00.735Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T02:57:00.735Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T02:57:00.735Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T02:57:00.735Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T02:57:00.735Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T02:57:00.735Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T02:57:01.309Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T02:57:01.309Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T02:57:01.573Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T02:57:01.573Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T02:57:01.573Z] Removing intermediate container 6174e3fc39b2 [2021-02-12T02:57:01.573Z] ---> 6384f5624e38 [2021-02-12T02:57:01.573Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T02:57:01.838Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T02:57:01.838Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T02:57:01.838Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T02:57:01.838Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T02:57:01.838Z] ---> Running in b4d06402614b [2021-02-12T02:57:01.838Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T02:57:02.101Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T02:57:02.101Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T02:57:02.101Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T02:57:02.101Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T02:57:02.101Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T02:57:02.101Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T02:57:02.101Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T02:57:02.367Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:57:02.367Z] OK: 71 MiB in 55 packages [2021-02-12T02:57:02.944Z] Removing intermediate container b4d06402614b [2021-02-12T02:57:02.944Z] ---> d41d5e8b4e80 [2021-02-12T02:57:02.944Z] Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:57:03.207Z] ---> Running in 7f357499911d [2021-02-12T02:57:03.469Z] Removing intermediate container 7f357499911d [2021-02-12T02:57:03.469Z] ---> 8afa198545e1 [2021-02-12T02:57:03.469Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T02:57:06.036Z] ---> Running in 47750735945c [2021-02-12T02:57:07.432Z] Removing intermediate container 47750735945c [2021-02-12T02:57:07.432Z] ---> e344604a39fd [2021-02-12T02:57:07.432Z] [2021-02-12T02:57:07.432Z] Removing intermediate container a57db4372918 [2021-02-12T02:57:07.432Z] ---> bd13f03c0425 [2021-02-12T02:57:07.432Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T02:57:07.696Z] Successfully built e344604a39fd [2021-02-12T02:57:07.696Z] Successfully tagged docker-core-data-go:latest [2021-02-12T02:57:07.696Z]  Building docker-core-data-go ... done  ---> Running in de800296fcc6 [2021-02-12T02:57:09.097Z] Collecting docker-compose==1.23.2 [2021-02-12T02:57:09.097Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T02:57:09.359Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T02:57:09.359Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T02:57:09.359Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-12T02:57:09.359Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T02:57:09.359Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T02:57:09.942Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T02:57:09.942Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T02:57:10.205Z] Collecting PyYAML<4,>=3.10 [2021-02-12T02:57:10.205Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T02:57:11.151Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T02:57:11.151Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T02:57:11.413Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T02:57:11.413Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T02:57:11.677Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T02:57:11.677Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T02:57:11.677Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T02:57:11.677Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T02:57:11.939Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T02:57:11.939Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T02:57:12.201Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-12T02:57:12.462Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-12T02:57:12.463Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T02:57:12.463Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T02:57:12.463Z] Collecting idna<2.8,>=2.5 [2021-02-12T02:57:12.463Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T02:57:12.728Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T02:57:12.728Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T02:57:12.728Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T02:57:12.728Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T02:57:12.728Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T02:57:12.728Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T02:57:12.728Z] Installing collected packages: urllib3, idna, requests, docopt, websocket-client, PyYAML, texttable, cached-property, docker-pycreds, docker, jsonschema, dockerpty, docker-compose [2021-02-12T02:57:12.728Z] Attempting uninstall: urllib3 [2021-02-12T02:57:12.728Z] Found existing installation: urllib3 1.25.9 [2021-02-12T02:57:12.728Z] Uninstalling urllib3-1.25.9: [2021-02-12T02:57:12.994Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T02:57:12.994Z] Attempting uninstall: idna [2021-02-12T02:57:12.994Z] Found existing installation: idna 2.9 [2021-02-12T02:57:12.994Z] Uninstalling idna-2.9: [2021-02-12T02:57:12.994Z] Successfully uninstalled idna-2.9 [2021-02-12T02:57:14.386Z] Attempting uninstall: requests [2021-02-12T02:57:14.386Z] Found existing installation: requests 2.23.0 [2021-02-12T02:57:14.386Z] Uninstalling requests-2.23.0: [2021-02-12T02:57:14.386Z] Successfully uninstalled requests-2.23.0 [2021-02-12T02:57:14.386Z] Running setup.py install for docopt: started [2021-02-12T02:57:14.962Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T02:57:14.962Z] Running setup.py install for PyYAML: started [2021-02-12T02:57:15.537Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T02:57:15.537Z] Running setup.py install for texttable: started [2021-02-12T02:57:16.114Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T02:57:16.378Z] Running setup.py install for dockerpty: started [2021-02-12T02:57:16.952Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T02:57:17.215Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T02:57:19.779Z] Removing intermediate container de800296fcc6 [2021-02-12T02:57:19.779Z] ---> e674afe48707 [2021-02-12T02:57:19.779Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T02:57:20.044Z] ---> Running in f8021a2ad7ff [2021-02-12T02:57:20.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T02:57:20.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T02:57:20.623Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T02:57:20.623Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T02:57:20.623Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T02:57:20.623Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T02:57:20.623Z] OK: 72 MiB in 58 packages [2021-02-12T02:57:21.203Z] Removing intermediate container f8021a2ad7ff [2021-02-12T02:57:21.203Z] ---> e588bdd10811 [2021-02-12T02:57:21.203Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T02:57:21.468Z] ---> Running in 7fc141adf312 [2021-02-12T02:57:21.732Z] Removing intermediate container 7fc141adf312 [2021-02-12T02:57:21.732Z] ---> e35d5fec450e [2021-02-12T02:57:21.732Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T02:57:21.732Z] ---> Running in c04ee72fac23 [2021-02-12T02:57:21.732Z] Removing intermediate container c04ee72fac23 [2021-02-12T02:57:21.732Z] ---> 16528c6aae65 [2021-02-12T02:57:21.732Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T02:57:22.007Z] ---> Running in 9e10b30c0918 [2021-02-12T02:57:22.007Z] Removing intermediate container 9e10b30c0918 [2021-02-12T02:57:22.007Z] ---> 884cb60f0d6c [2021-02-12T02:57:22.007Z] Step 25/26 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:57:22.278Z] ---> Running in 68cae29d3593 [2021-02-12T02:57:22.278Z] Removing intermediate container 68cae29d3593 [2021-02-12T02:57:22.278Z] ---> 749109c71b8c [2021-02-12T02:57:22.278Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T02:57:22.278Z] ---> Running in ea06526a82f7 [2021-02-12T02:57:22.544Z] Removing intermediate container ea06526a82f7 [2021-02-12T02:57:22.544Z] ---> d074dfcb57b1 [2021-02-12T02:57:22.544Z] [2021-02-12T02:57:22.820Z] Successfully built d074dfcb57b1 [2021-02-12T02:57:22.820Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T02:57:23.107Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T02:57:23.115Z] $ docker stop --time=1 d9afae7daba4ffa1c05621aacac03ad588add42e713d976de8302c81c932a593 [2021-02-12T02:57:24.719Z] $ docker rm -f d9afae7daba4ffa1c05621aacac03ad588add42e713d976de8302c81c932a593 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T02:57:25.284Z] + docker images [2021-02-12T02:57:25.284Z] + grep docker [2021-02-12T02:57:25.548Z] docker-sys-mgmt-agent-go latest d074dfcb57b1 3 seconds ago 313MB [2021-02-12T02:57:25.548Z] docker-core-data-go latest e344604a39fd 18 seconds ago 22.3MB [2021-02-12T02:57:25.548Z] docker-security-proxy-setup-go latest 5f0161ec156f 50 seconds ago 24.4MB [2021-02-12T02:57:25.548Z] docker-support-scheduler-go latest 48b746f49791 52 seconds ago 17MB [2021-02-12T02:57:25.548Z] docker-security-bootstrapper-go latest daecad7f4810 About a minute ago 18MB [2021-02-12T02:57:25.548Z] docker-security-secretstore-setup-go latest ba6363cb0ac5 2 minutes ago 24.6MB [2021-02-12T02:57:25.548Z] docker-core-metadata-go latest cdf08bf141bb 2 minutes ago 18.8MB [2021-02-12T02:57:25.548Z] docker-core-command-go latest 19c7ffc80818 2 minutes ago 16.9MB [2021-02-12T02:57:25.548Z] docker-support-notifications-go latest 5953803c1c57 2 minutes ago 17.6MB [2021-02-12T02:57:25.548Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-12T02:57:41.334Z] Still waiting to schedule task [2021-02-12T02:57:41.334Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-12T02:57:43.164Z] gofmt -l . [2021-02-12T02:57:43.164Z] [ "`gofmt -l .`" = "" ] [2021-02-12T02:57:43.164Z] ./bin/test-go-mod-tidy.sh [2021-02-12T02:57:43.164Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T02:57:43.847Z] + ls -al . [2021-02-12T02:57:43.847Z] total 728 [2021-02-12T02:57:43.847Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 02:57 . [2021-02-12T02:57:43.847Z] drwxr-xr-x 4 root root 4096 Feb 12 02:53 .. [2021-02-12T02:57:43.847Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 02:51 .dockerignore [2021-02-12T02:57:43.847Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 02:52 .git [2021-02-12T02:57:43.847Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 02:51 .github [2021-02-12T02:57:43.847Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 02:51 .gitignore [2021-02-12T02:57:43.847Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 02:51 .sonarcloud.properties [2021-02-12T02:57:43.847Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 02:51 Attribution.txt [2021-02-12T02:57:43.847Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 02:51 CONTRIBUTING.md [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 02:51 Dockerfile.build [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 02:51 Jenkinsfile [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 02:51 LICENSE [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 02:51 Makefile [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 02:51 README.md [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 02:51 SECURITY.md [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 02:49 VERSION [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 02:51 ZMQWindows.md [2021-02-12T02:57:43.848Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 02:51 bin [2021-02-12T02:57:43.848Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 02:51 cmd [2021-02-12T02:57:43.848Z] -rw-r--r-- 1 root root 595676 Feb 12 02:56 coverage.out [2021-02-12T02:57:43.848Z] -rw-r--r-- 1 root root 1054 Feb 12 02:57 go.mod [2021-02-12T02:57:43.848Z] -rw-r--r-- 1 root root 19290 Feb 12 02:57 go.sum [2021-02-12T02:57:43.848Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 02:51 internal [2021-02-12T02:57:43.848Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 02:51 openapi [2021-02-12T02:57:43.848Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 02:51 snap [2021-02-12T02:57:43.848Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 02:51 version.go [Pipeline] sh [2021-02-12T02:57:44.530Z] + '[' -e coverage.out ] [2021-02-12T02:57:44.530Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T02:57:44.601Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T02:57:45.911Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T02:57:46.637Z] + make build [2021-02-12T02:57:46.637Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T02:57:56.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T02:58:19.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T02:58:23.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T02:58:28.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T02:58:29.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T02:58:34.299Z] Running on prd-ubuntu18.04-docker-8c-8g-26197 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-12T02:58:34.360Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-02-12T02:58:34.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T02:58:38.819Z] using credential edgex-jenkins-ssh [2021-02-12T02:58:38.872Z] Cloning the remote Git repository [2021-02-12T02:58:38.907Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T02:58:38.974Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-02-12T02:58:39.003Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T02:58:39.004Z] > git --version # timeout=10 [2021-02-12T02:58:39.015Z] > git --version # 'git version 2.17.1' [2021-02-12T02:58:39.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T02:58:39.075Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T02:58:39.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T02:58:42.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T02:58:47.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T02:58:47.361Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T02:58:47.364Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T02:58:47.859Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:58:48.015Z] Merge succeeded, producing b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T02:58:48.016Z] Checking out Revision b24f7dfb09187849f099ea4c61709a1fa7358ae9 (PR-3113) [2021-02-12T02:58:47.375Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T02:58:47.390Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T02:58:47.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T02:58:47.394Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T02:58:47.892Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T02:58:47.896Z] > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 [2021-02-12T02:58:48.015Z] > git remote # timeout=10 [2021-02-12T02:58:48.020Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T02:58:48.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T02:58:48.028Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T02:58:48.037Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T02:58:48.044Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T02:58:48.046Z] > git checkout -f b24f7dfb09187849f099ea4c61709a1fa7358ae9 # timeout=10 [2021-02-12T02:58:51.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T02:58:51.665Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T02:58:52.877Z] + echo snap-build.sh [2021-02-12T02:58:52.877Z] snap-build.sh [2021-02-12T02:58:52.877Z] + SNAP_BASE_DIR=. [2021-02-12T02:58:52.877Z] + '[' '!' -z /w/workspace/edgex-go/22 ']' [2021-02-12T02:58:52.877Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/22 [2021-02-12T02:58:52.877Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' [2021-02-12T02:58:52.877Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/22] [2021-02-12T02:58:52.877Z] + cd /w/workspace/edgex-go/22 [2021-02-12T02:58:52.877Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-12T02:58:52.877Z] Reading package lists... [2021-02-12T02:58:53.140Z] Building dependency tree... [2021-02-12T02:58:53.140Z] Reading state information... [2021-02-12T02:58:53.140Z] The following packages were automatically installed and are no longer required: [2021-02-12T02:58:53.140Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-12T02:58:53.140Z] uidmap xdelta3 [2021-02-12T02:58:53.140Z] Use 'sudo apt autoremove' to remove them. [2021-02-12T02:58:53.402Z] The following packages will be REMOVED: [2021-02-12T02:58:53.402Z] lxd* lxd-client* [2021-02-12T02:58:53.979Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-12T02:58:53.979Z] After this operation, 31.7 MB disk space will be freed. [2021-02-12T02:58:54.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T02:58:55.303Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-12T02:58:55.303Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T02:58:56.249Z] Removing lxd dnsmasq configuration [2021-02-12T02:58:56.249Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T02:58:56.511Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-12T02:58:57.458Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-12T02:58:57.720Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-12T02:58:57.720Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T02:58:59.114Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-12T02:58:59.378Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-12T02:59:00.772Z] + sudo snap remove --purge lxd [2021-02-12T02:59:01.035Z] snap "lxd" is not installed [2021-02-12T02:59:01.035Z] + sudo groupadd --force --system lxd [2021-02-12T02:59:01.035Z] ++ whoami [2021-02-12T02:59:01.035Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-12T02:59:01.300Z] + newgrp - lxd [2021-02-12T02:59:01.300Z] + sudo snap install lxd [Pipeline] } [2021-02-12T02:59:01.493Z] $ docker stop --time=1 c35b60ec85741d4daf169e7294029a4567030776671b1d9f4a9eb87398a6693c [2021-02-12T02:59:04.076Z] $ docker rm -f c35b60ec85741d4daf169e7294029a4567030776671b1d9f4a9eb87398a6693c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:59:06.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T02:59:06.503Z] [2021-02-12T02:59:06.503Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:59:06.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T02:59:07.159Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T02:59:07.159Z] 29e5d40040c1: Pulling fs layer [2021-02-12T02:59:07.159Z] 1ce36da41761: Pulling fs layer [2021-02-12T02:59:07.159Z] 25b303627fd3: Pulling fs layer [2021-02-12T02:59:07.159Z] 29e5d40040c1: Verifying Checksum [2021-02-12T02:59:07.159Z] 29e5d40040c1: Download complete [2021-02-12T02:59:08.150Z] 1ce36da41761: Verifying Checksum [2021-02-12T02:59:08.150Z] 1ce36da41761: Download complete [2021-02-12T02:59:08.150Z] 29e5d40040c1: Pull complete [2021-02-12T02:59:09.132Z] 1ce36da41761: Pull complete [2021-02-12T02:59:10.108Z] 25b303627fd3: Verifying Checksum [2021-02-12T02:59:10.108Z] 25b303627fd3: Download complete [2021-02-12T02:59:11.332Z] 2021-02-12T02:59:08Z INFO Waiting for automatic snapd restart... [2021-02-12T02:59:20.251Z] 25b303627fd3: Pull complete [2021-02-12T02:59:20.251Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T02:59:20.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T02:59:20.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T02:59:20.517Z] prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container [2021-02-12T02:59:20.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 [2021-02-12T02:59:23.817Z] $ docker top c2944d58bcc56d4112df67f081b730db210318e5b7bec613f9d202bb2fef7098 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T02:59:24.897Z] + + grepdocker-compose parallel build [2021-02-12T02:59:24.897Z] --help [2021-02-12T02:59:28.267Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T02:59:28.566Z] $ docker stop --time=1 c2944d58bcc56d4112df67f081b730db210318e5b7bec613f9d202bb2fef7098 [2021-02-12T02:59:29.517Z] lxd 4.11 from Canonical* installed [2021-02-12T02:59:29.517Z] + sudo lxd init --auto [2021-02-12T02:59:30.534Z] $ docker rm -f c2944d58bcc56d4112df67f081b730db210318e5b7bec613f9d202bb2fef7098 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T02:59:31.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T02:59:31.386Z] . [Pipeline] withDockerContainer [2021-02-12T02:59:31.658Z] prd-ubuntu18.04-docker-arm64-4c-16g-26196 does not seem to be running inside a container [2021-02-12T02:59:31.745Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-12T02:59:33.181Z] $ docker top c0f9ce543952fe48cf4ebaba468401cf1d815fb6d581e59f6b494dbec7485a91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T02:59:34.202Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T02:59:37.696Z] + sudo snap install --classic snapcraft [2021-02-12T02:59:38.491Z] Building docker-core-command-go ... [2021-02-12T02:59:38.491Z] Building docker-core-data-go ... [2021-02-12T02:59:38.491Z] Building docker-core-metadata-go ... [2021-02-12T02:59:38.491Z] Building docker-security-bootstrapper-go ... [2021-02-12T02:59:38.491Z] Building docker-security-proxy-setup-go ... [2021-02-12T02:59:38.491Z] Building docker-security-secretstore-setup-go ... [2021-02-12T02:59:38.491Z] Building docker-support-notifications-go ... [2021-02-12T02:59:38.491Z] Building docker-support-scheduler-go ... [2021-02-12T02:59:38.491Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T02:59:38.491Z] Building docker-security-proxy-setup-go [2021-02-12T02:59:38.491Z] Building docker-core-metadata-go [2021-02-12T02:59:38.491Z] Building docker-support-scheduler-go [2021-02-12T02:59:38.491Z] Building docker-security-bootstrapper-go [2021-02-12T02:59:38.491Z] Building docker-support-notifications-go [2021-02-12T02:59:44.300Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T02:59:44.300Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-12T02:59:44.300Z] + patch --verbose -p1 [2021-02-12T02:59:44.300Z] Hmm... Looks like a unified diff to me... [2021-02-12T02:59:44.300Z] The text leading up to this was: [2021-02-12T02:59:44.300Z] -------------------------- [2021-02-12T02:59:44.300Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-12T02:59:44.300Z] |From: Tony Espy [2021-02-12T02:59:44.300Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-12T02:59:44.300Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-12T02:59:44.300Z] | [2021-02-12T02:59:44.300Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-12T02:59:44.300Z] |optimize the snap CI check run for pull requests. When [2021-02-12T02:59:44.300Z] |applied, it essentially strips out everything (apps and [2021-02-12T02:59:44.300Z] |parts) from the snapcraft.yaml file except those required [2021-02-12T02:59:44.300Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-12T02:59:44.300Z] |catch changes to edgex-go that break the snap build. [2021-02-12T02:59:44.300Z] | [2021-02-12T02:59:44.300Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-12T02:59:44.300Z] |to update this patch file, otherwise it may fail to apply, [2021-02-12T02:59:44.300Z] |resulting in a failed snap build CI check in the associated [2021-02-12T02:59:44.300Z] |pull request. [2021-02-12T02:59:44.300Z] | [2021-02-12T02:59:44.300Z] |Note - in addition to applying this patch, the pipeline also [2021-02-12T02:59:44.300Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-12T02:59:44.300Z] |need to build the finally binary .snap file (and it won't [2021-02-12T02:59:44.300Z] |work with the patch applied). This further reduces the build [2021-02-12T02:59:44.300Z] |time. [2021-02-12T02:59:44.300Z] |--- [2021-02-12T02:59:44.301Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-12T02:59:44.301Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-12T02:59:44.301Z] | [2021-02-12T02:59:44.301Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-12T02:59:44.301Z] |index 1e537489..faf42425 100644 [2021-02-12T02:59:44.301Z] |--- a/snap/snapcraft.yaml [2021-02-12T02:59:44.301Z] |+++ b/snap/snapcraft.yaml [2021-02-12T02:59:44.301Z] -------------------------- [2021-02-12T02:59:44.301Z] patching file snap/snapcraft.yaml [2021-02-12T02:59:44.301Z] Using Plan A... [2021-02-12T02:59:44.301Z] Hunk #1 succeeded at 73. [2021-02-12T02:59:44.301Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-12T02:59:44.301Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-12T02:59:44.301Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-12T02:59:44.301Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-12T02:59:44.301Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-12T02:59:44.301Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-12T02:59:44.301Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-12T02:59:44.301Z] Hmm... Ignoring the trailing garbage. [2021-02-12T02:59:44.301Z] done [2021-02-12T02:59:44.301Z] + sudo snapcraft prime --use-lxd [2021-02-12T02:59:46.226Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-12T02:59:46.226Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-12T02:59:46.226Z] - README.md [2021-02-12T02:59:46.226Z] - snapcraft.yaml.orig [2021-02-12T02:59:46.226Z] [2021-02-12T02:59:46.226Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T02:59:46.808Z] Launching a container. [2021-02-12T02:59:59.064Z] Waiting for container to be ready [2021-02-12T02:59:59.064Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-12T02:59:59.064Z] [2021-02-12T03:00:03.296Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-12T03:00:03.296Z] Waiting for network to be ready... [2021-02-12T03:00:05.847Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T03:00:05.847Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T03:00:05.847Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T03:00:05.847Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T03:00:05.847Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T03:00:05.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T03:00:05.847Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T03:00:05.847Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T03:00:05.847Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T03:00:11.149Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T03:00:11.410Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T03:00:11.671Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T03:00:11.671Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T03:00:11.932Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T03:00:11.932Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T03:00:11.932Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T03:00:11.932Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T03:00:11.932Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T03:00:12.202Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T03:00:12.466Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T03:00:12.466Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T03:00:12.729Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T03:00:12.729Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T03:00:12.729Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T03:00:12.729Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T03:00:12.729Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T03:00:12.729Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T03:00:16.053Z] Fetched 23.9 MB in 12s (1946 kB/s) [2021-02-12T03:00:17.442Z] Reading package lists... [2021-02-12T03:00:17.704Z] Reading package lists... [2021-02-12T03:00:17.972Z] Building dependency tree... [2021-02-12T03:00:17.972Z] Reading state information... [2021-02-12T03:00:17.972Z] The following additional packages will be installed: [2021-02-12T03:00:17.972Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T03:00:17.972Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T03:00:17.972Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T03:00:17.972Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-12T03:00:17.972Z] Suggested packages: [2021-02-12T03:00:17.972Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-12T03:00:17.972Z] Recommended packages: [2021-02-12T03:00:17.972Z] gnupg libsasl2-modules [2021-02-12T03:00:18.235Z] The following NEW packages will be installed: [2021-02-12T03:00:18.235Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T03:00:18.235Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T03:00:18.235Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T03:00:18.236Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-12T03:00:18.236Z] The following packages will be upgraded: [2021-02-12T03:00:18.236Z] gpg gpg-agent gpgconf libudev1 [2021-02-12T03:00:18.236Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-12T03:00:18.236Z] Need to get 3532 kB of archives. [2021-02-12T03:00:18.236Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-12T03:00:18.236Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-12T03:00:18.236Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-12T03:00:18.236Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-12T03:00:18.236Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-12T03:00:18.236Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-12T03:00:18.236Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-12T03:00:18.236Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-12T03:00:18.236Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-12T03:00:18.498Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-12T03:00:18.760Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-12T03:00:19.022Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-12T03:00:19.022Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-12T03:00:19.022Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-12T03:00:19.022Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-12T03:00:19.022Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-12T03:00:19.284Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-12T03:00:19.284Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-12T03:00:19.284Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-12T03:00:19.284Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-12T03:00:19.284Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-12T03:00:19.284Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-12T03:00:19.284Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-12T03:00:19.545Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T03:00:19.545Z] Fetched 3532 kB in 1s (2993 kB/s) [2021-02-12T03:00:19.545Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T03:00:19.545Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-12T03:00:19.807Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T03:00:19.807Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-12T03:00:19.807Z] Selecting previously unselected package udev. [2021-02-12T03:00:19.807Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T03:00:19.807Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-12T03:00:20.072Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-12T03:00:20.334Z] Selecting previously unselected package libfuse2:amd64. [2021-02-12T03:00:20.334Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T03:00:20.334Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T03:00:20.334Z] Selecting previously unselected package fuse. [2021-02-12T03:00:20.334Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T03:00:20.334Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-12T03:00:20.596Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T03:00:20.596Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T03:00:20.596Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T03:00:20.859Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T03:00:20.859Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T03:00:20.859Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T03:00:21.121Z] Selecting previously unselected package libksba8:amd64. [2021-02-12T03:00:21.121Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-12T03:00:21.121Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-12T03:00:21.121Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-12T03:00:21.121Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.121Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.383Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-12T03:00:21.383Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.383Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.383Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-12T03:00:21.383Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.383Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.645Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-12T03:00:21.645Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.645Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.645Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-12T03:00:21.645Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.645Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.645Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-12T03:00:21.645Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.645Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.906Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-12T03:00:21.906Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.906Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:21.906Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-12T03:00:21.906Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:21.906Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:22.169Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-12T03:00:22.169Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T03:00:22.169Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:22.169Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-12T03:00:22.169Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T03:00:22.169Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T03:00:22.746Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-12T03:00:22.746Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T03:00:22.746Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T03:00:22.746Z] Selecting previously unselected package libldap-common. [2021-02-12T03:00:22.746Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-12T03:00:22.746Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T03:00:22.746Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-12T03:00:22.746Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-12T03:00:22.746Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T03:00:23.008Z] Selecting previously unselected package dirmngr. [2021-02-12T03:00:23.008Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T03:00:23.008Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T03:00:23.008Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T03:00:23.008Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-12T03:00:23.272Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T03:00:23.272Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T03:00:23.272Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T03:00:23.272Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-12T03:00:23.272Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:23.272Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-12T03:00:23.272Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T03:00:23.533Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-12T03:00:24.119Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-12T03:00:24.119Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.119Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-12T03:00:24.119Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-12T03:00:24.383Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-12T03:00:24.384Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.384Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.384Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.384Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.384Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.384Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.664Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T03:00:24.664Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T03:00:24.664Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T03:00:24.664Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T03:00:25.254Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-12T03:00:25.254Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-12T03:00:25.254Z] This means they are not meant to be enabled using systemctl. [2021-02-12T03:00:25.254Z] Possible reasons for having this kind of units are: [2021-02-12T03:00:25.254Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-12T03:00:25.254Z] .wants/ or .requires/ directory. [2021-02-12T03:00:25.254Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-12T03:00:25.254Z] a requirement dependency on it. [2021-02-12T03:00:25.254Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-12T03:00:25.254Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-12T03:00:25.254Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-12T03:00:25.254Z] instance name specified. [2021-02-12T03:00:25.830Z] Reading package lists... [2021-02-12T03:00:25.830Z] Building dependency tree... [2021-02-12T03:00:25.830Z] Reading state information... [2021-02-12T03:00:26.091Z] The following additional packages will be installed: [2021-02-12T03:00:26.091Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-12T03:00:26.091Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-12T03:00:26.091Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-12T03:00:26.091Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-12T03:00:26.091Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-12T03:00:26.091Z] Suggested packages: [2021-02-12T03:00:26.091Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-12T03:00:26.091Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-12T03:00:26.091Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-12T03:00:26.091Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-12T03:00:26.091Z] systemd-container policykit-1 [2021-02-12T03:00:26.091Z] Recommended packages: [2021-02-12T03:00:26.091Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-12T03:00:26.091Z] The following NEW packages will be installed: [2021-02-12T03:00:26.091Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-12T03:00:26.091Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-12T03:00:26.091Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-12T03:00:26.091Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-12T03:00:26.091Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-12T03:00:26.091Z] The following packages will be upgraded: [2021-02-12T03:00:26.091Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-12T03:00:26.352Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-12T03:00:26.352Z] Need to get 35.2 MB of archives. [2021-02-12T03:00:26.352Z] After this operation, 141 MB of additional disk space will be used. [2021-02-12T03:00:26.352Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-12T03:00:26.352Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-12T03:00:26.927Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-12T03:00:27.190Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-12T03:00:27.454Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-12T03:00:27.454Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-12T03:00:27.454Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-12T03:00:27.454Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-12T03:00:27.454Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-12T03:00:27.454Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-12T03:00:27.454Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-12T03:00:27.454Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-12T03:00:27.454Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-12T03:00:27.454Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-12T03:00:27.454Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-12T03:00:27.454Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-12T03:00:27.454Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-12T03:00:27.454Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-12T03:00:27.454Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-12T03:00:27.454Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-12T03:00:27.454Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-12T03:00:27.454Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-12T03:00:27.454Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-12T03:00:27.725Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-12T03:00:27.725Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-12T03:00:27.725Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-12T03:00:27.725Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-12T03:00:27.725Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-12T03:00:27.725Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-12T03:00:27.725Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-12T03:00:28.684Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T03:00:28.684Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2021-02-12T03:00:29.260Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T03:00:29.260Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-12T03:00:29.260Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T03:00:29.842Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-12T03:00:29.842Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T03:00:30.113Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-12T03:00:30.113Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T03:00:30.113Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T03:00:30.113Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T03:00:30.377Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-12T03:00:30.639Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T03:00:30.639Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T03:00:30.639Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T03:00:30.901Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-12T03:00:31.163Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-12T03:00:31.426Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-12T03:00:31.687Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-12T03:00:31.687Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T03:00:31.687Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T03:00:31.971Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-12T03:00:31.971Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T03:00:31.971Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:32.251Z] Selecting previously unselected package libexpat1:amd64. [2021-02-12T03:00:32.251Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-12T03:00:32.251Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T03:00:32.251Z] Selecting previously unselected package python3.6-minimal. [2021-02-12T03:00:32.251Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T03:00:32.251Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:32.866Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T03:00:32.866Z] Checking for services that may need to be restarted...done. [2021-02-12T03:00:32.866Z] Checking for services that may need to be restarted...done. [2021-02-12T03:00:32.866Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:32.866Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T03:00:33.131Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:33.744Z] Selecting previously unselected package python3-minimal. [2021-02-12T03:00:33.744Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-12T03:00:33.744Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-12T03:00:33.744Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-12T03:00:34.008Z] Selecting previously unselected package mime-support. [2021-02-12T03:00:34.009Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-12T03:00:34.009Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-12T03:00:34.009Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-12T03:00:34.009Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-12T03:00:34.009Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T03:00:34.009Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-12T03:00:34.009Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T03:00:34.272Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:34.533Z] Selecting previously unselected package python3.6. [2021-02-12T03:00:34.533Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T03:00:34.533Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:34.533Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-12T03:00:34.533Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-12T03:00:34.533Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T03:00:34.795Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-12T03:00:35.057Z] Selecting previously unselected package python3. [2021-02-12T03:00:35.057Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-12T03:00:35.057Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-12T03:00:35.057Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-12T03:00:35.057Z] Selecting previously unselected package multiarch-support. [2021-02-12T03:00:35.057Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T03:00:35.057Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T03:00:35.319Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T03:00:35.319Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-12T03:00:35.319Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-12T03:00:35.319Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-12T03:00:35.319Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T03:00:35.319Z] Selecting previously unselected package libbsd0:amd64. [2021-02-12T03:00:35.319Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-12T03:00:35.319Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T03:00:35.582Z] Selecting previously unselected package sudo. [2021-02-12T03:00:35.582Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-12T03:00:35.582Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T03:00:35.845Z] Selecting previously unselected package apparmor. [2021-02-12T03:00:35.845Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T03:00:35.845Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-12T03:00:36.107Z] Selecting previously unselected package libedit2:amd64. [2021-02-12T03:00:36.107Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-12T03:00:36.107Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T03:00:36.107Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-12T03:00:36.107Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T03:00:36.107Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:36.386Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-12T03:00:36.386Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T03:00:36.386Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:36.386Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-12T03:00:36.386Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-12T03:00:36.386Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T03:00:36.386Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-12T03:00:36.386Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T03:00:36.386Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:36.652Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-12T03:00:36.652Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T03:00:36.652Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:36.917Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-12T03:00:36.917Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-12T03:00:36.917Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T03:00:36.917Z] Selecting previously unselected package openssh-client. [2021-02-12T03:00:36.917Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-12T03:00:37.180Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T03:00:37.449Z] Selecting previously unselected package squashfs-tools. [2021-02-12T03:00:37.449Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-12T03:00:37.449Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T03:00:37.449Z] Selecting previously unselected package snapd. [2021-02-12T03:00:37.449Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-12T03:00:37.449Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-12T03:00:40.029Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T03:00:40.029Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T03:00:40.293Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-12T03:00:40.293Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T03:00:40.293Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T03:00:40.560Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:40.560Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T03:00:40.560Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-12T03:00:40.560Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-12T03:00:41.530Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T03:00:41.530Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T03:00:41.530Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T03:00:41.530Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:41.530Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:41.530Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T03:00:42.478Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T03:00:42.478Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:42.478Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T03:00:42.478Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-12T03:00:42.478Z] running python rtupdate hooks for python3.6... [2021-02-12T03:00:42.478Z] running python post-rtupdate hooks for python3.6... [2021-02-12T03:00:42.752Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-12T03:00:44.161Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-12T03:00:44.428Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T03:00:44.428Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T03:00:44.691Z] Setting up snapd (2.48.3+18.04) ... [2021-02-12T03:00:45.274Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-12T03:00:45.545Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-12T03:00:45.545Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-12T03:00:45.814Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-12T03:00:46.078Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T03:00:46.078Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T03:00:46.342Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-12T03:00:46.606Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-12T03:00:46.871Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-12T03:00:47.141Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-12T03:00:47.141Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-12T03:00:47.141Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T03:00:47.141Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T03:00:48.538Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T03:00:48.538Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T03:00:48.538Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T03:00:49.940Z] Reading package lists... [2021-02-12T03:00:50.202Z] Reading package lists... [2021-02-12T03:00:50.465Z] Building dependency tree... [2021-02-12T03:00:50.465Z] Reading state information... [2021-02-12T03:00:50.465Z] Calculating upgrade... [2021-02-12T03:00:50.728Z] The following packages will be upgraded: [2021-02-12T03:00:50.728Z] advancecomp base-files bash binutils binutils-common [2021-02-12T03:00:50.728Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-12T03:00:50.728Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-12T03:00:50.728Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-12T03:00:50.728Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-12T03:00:50.728Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-12T03:00:50.728Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-12T03:00:50.728Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-12T03:00:50.728Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-12T03:00:50.728Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-12T03:00:50.728Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-12T03:00:50.728Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-12T03:00:50.728Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-12T03:00:50.728Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-12T03:00:50.728Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-12T03:00:50.728Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T03:00:50.728Z] Need to get 63.8 MB of archives. [2021-02-12T03:00:50.728Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-12T03:00:50.728Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-12T03:00:50.995Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-12T03:00:50.995Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-12T03:00:50.995Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-12T03:00:50.995Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-12T03:00:50.995Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-12T03:00:50.995Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-12T03:00:50.995Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-12T03:00:50.995Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-12T03:00:50.995Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-12T03:00:50.995Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-12T03:00:50.995Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-12T03:00:50.995Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-12T03:00:50.995Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-12T03:00:50.995Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-12T03:00:50.995Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-12T03:00:50.995Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-12T03:00:50.995Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-12T03:00:50.995Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-12T03:00:50.995Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-12T03:00:51.263Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-12T03:00:51.263Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-12T03:00:51.263Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-12T03:00:51.263Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-12T03:00:51.263Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-12T03:00:51.263Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-12T03:00:51.263Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-12T03:00:51.263Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-12T03:00:51.263Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-12T03:00:51.263Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-12T03:00:51.263Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-12T03:00:51.263Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-12T03:00:51.263Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-12T03:00:51.263Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-12T03:00:51.263Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-12T03:00:51.263Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-12T03:00:51.263Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-12T03:00:51.263Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-12T03:00:51.263Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-12T03:00:51.263Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-12T03:00:51.263Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-12T03:00:51.263Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-12T03:00:51.263Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-12T03:00:51.263Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-12T03:00:51.263Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-12T03:00:51.263Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-12T03:00:51.263Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-12T03:00:51.263Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-12T03:00:51.264Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-12T03:00:51.264Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-12T03:00:51.264Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-12T03:00:51.264Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-12T03:00:51.264Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-12T03:00:51.264Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-12T03:00:51.264Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-12T03:00:51.264Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-12T03:00:51.532Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-12T03:00:51.796Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-12T03:00:51.796Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-12T03:00:51.796Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-12T03:00:51.796Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-12T03:00:51.796Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-12T03:00:52.060Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-12T03:00:52.060Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-12T03:00:52.060Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-12T03:00:52.060Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-12T03:00:52.061Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-12T03:00:52.061Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-12T03:00:52.061Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-12T03:00:52.061Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-12T03:00:52.061Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-12T03:00:52.061Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-12T03:00:52.061Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-12T03:00:52.061Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-12T03:00:52.061Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-12T03:00:52.061Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-12T03:00:52.061Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-12T03:00:52.061Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-12T03:00:52.061Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-12T03:00:52.061Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-12T03:00:52.061Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-12T03:00:52.061Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-12T03:00:52.061Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-12T03:00:52.061Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-12T03:00:52.325Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-12T03:00:52.325Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-12T03:00:52.325Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-12T03:00:52.325Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-12T03:00:52.325Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-12T03:00:52.325Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-12T03:00:52.325Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-12T03:00:52.325Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-12T03:00:52.325Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-12T03:00:52.325Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-12T03:00:52.325Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-12T03:00:52.325Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-12T03:00:52.325Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-12T03:00:52.599Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-12T03:00:52.599Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-12T03:00:52.865Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T03:00:52.865Z] Fetched 63.8 MB in 2s (35.7 MB/s) [2021-02-12T03:00:52.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:00:52.865Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T03:00:52.865Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T03:00:53.813Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T03:00:53.814Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T03:00:53.814Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-12T03:00:53.814Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-12T03:00:54.768Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:54.768Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:54.768Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:54.768Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.031Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.031Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.031Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.031Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.295Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.295Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.295Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.295Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.295Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.559Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.559Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:00:55.559Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T03:00:55.559Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.559Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.830Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:00:55.830Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T03:00:55.830Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:55.830Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:55.830Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:56.096Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:56.096Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T03:00:56.096Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T03:00:56.359Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:00:56.359Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T03:00:56.359Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T03:00:56.633Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T03:00:57.218Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T03:00:57.480Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T03:00:57.480Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-12T03:00:57.742Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-12T03:00:57.742Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-12T03:00:57.742Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-12T03:00:58.003Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-12T03:00:58.003Z] Installing new version of config file /etc/issue ... [2021-02-12T03:00:58.003Z] Installing new version of config file /etc/issue.net ... [2021-02-12T03:00:58.003Z] Installing new version of config file /etc/lsb-release ... [2021-02-12T03:00:58.003Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-12T03:00:58.266Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-12T03:00:58.266Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-12T03:00:58.266Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-12T03:00:58.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:00:58.528Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-12T03:00:58.528Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-12T03:00:58.528Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-12T03:00:58.796Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-12T03:00:58.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:00:58.796Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:00:58.796Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-12T03:00:59.059Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:00:59.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:00:59.059Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-12T03:00:59.059Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-12T03:00:59.322Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-12T03:00:59.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:00:59.322Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-12T03:00:59.322Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T03:00:59.586Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-12T03:00:59.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:00:59.846Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T03:00:59.846Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T03:01:00.109Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T03:01:00.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:00.109Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T03:01:00.109Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T03:01:00.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:01:00.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:01:00.281Z] ---> 7d85d19677da [2021-02-12T03:01:00.281Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T03:01:00.281Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:01:00.281Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:01:00.281Z] ---> 7d85d19677da [2021-02-12T03:01:00.281Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:01:00.281Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:01:00.281Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:01:00.281Z] ---> 7d85d19677da [2021-02-12T03:01:00.281Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T03:01:00.281Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:01:00.281Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:01:00.281Z] ---> 7d85d19677da [2021-02-12T03:01:00.281Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T03:01:00.281Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:01:00.281Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:01:00.281Z] ---> 7d85d19677da [2021-02-12T03:01:00.281Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T03:01:00.281Z] ---> Running in 3189aa01f41c [2021-02-12T03:01:00.281Z] ---> Running in bd53658d7a09 [2021-02-12T03:01:00.281Z] ---> Running in 2c61a2e08699 [2021-02-12T03:01:00.281Z] ---> Running in 251b674915d3 [2021-02-12T03:01:00.281Z] ---> Running in d42f85804153 [2021-02-12T03:01:00.281Z] Removing intermediate container 2c61a2e08699 [2021-02-12T03:01:00.281Z] ---> 7eb66885727e [2021-02-12T03:01:00.281Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:01:00.281Z] Removing intermediate container 251b674915d3 [2021-02-12T03:01:00.281Z] ---> d556ed2b77c6 [2021-02-12T03:01:00.281Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:01:00.281Z] Removing intermediate container 3189aa01f41c [2021-02-12T03:01:00.281Z] ---> 7a74f49bccdc [2021-02-12T03:01:00.281Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:01:00.281Z] Removing intermediate container d42f85804153 [2021-02-12T03:01:00.281Z] ---> dee8258cbdc2 [2021-02-12T03:01:00.281Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:01:00.281Z] Removing intermediate container bd53658d7a09 [2021-02-12T03:01:00.281Z] ---> a58a79e2ee67 [2021-02-12T03:01:00.281Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:01:00.281Z] ---> Running in 349b6e9a5b94 [2021-02-12T03:01:00.281Z] ---> Running in a9713166c6a4 [2021-02-12T03:01:00.281Z] ---> Running in 09f3e82c29ee [2021-02-12T03:01:00.281Z] ---> Running in 07a34c10e9fb [2021-02-12T03:01:00.281Z] ---> Running in 22f2bcd255ac [2021-02-12T03:01:00.281Z] Removing intermediate container 349b6e9a5b94 [2021-02-12T03:01:00.281Z] ---> cecf3fd51903 [2021-02-12T03:01:00.281Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T03:01:00.281Z] ---> Running in 134c0afe3f7f [2021-02-12T03:01:00.281Z] Removing intermediate container 09f3e82c29ee [2021-02-12T03:01:00.281Z] ---> 10abcdd9fe15 [2021-02-12T03:01:00.281Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T03:01:00.281Z] Removing intermediate container a9713166c6a4 [2021-02-12T03:01:00.281Z] ---> e710a70ac700 [2021-02-12T03:01:00.281Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T03:01:00.281Z] ---> Running in a18a256505be [2021-02-12T03:01:00.281Z] ---> Running in e37b1eeaeb0f [2021-02-12T03:01:00.281Z] Removing intermediate container 22f2bcd255ac [2021-02-12T03:01:00.281Z] ---> 710a072dc05b [2021-02-12T03:01:00.281Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T03:01:00.281Z] Removing intermediate container 07a34c10e9fb [2021-02-12T03:01:00.281Z] ---> 2a6005f05198 [2021-02-12T03:01:00.281Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T03:01:00.281Z] ---> Running in cc1a21e22253 [2021-02-12T03:01:00.281Z] ---> Running in 8ef837cac1cb [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] OK: 217 MiB in 51 packages [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:01:00.373Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-12T03:01:00.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:00.373Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-12T03:01:00.634Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-12T03:01:00.634Z] Setting up grep (3.1-2build1) ... [2021-02-12T03:01:00.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:00.895Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T03:01:00.895Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T03:01:00.895Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-12T03:01:00.896Z] OK: 217 MiB in 51 packages [2021-02-12T03:01:01.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:01.158Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T03:01:01.158Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T03:01:01.185Z] OK: 217 MiB in 51 packages [2021-02-12T03:01:01.426Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-12T03:01:01.427Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:01.427Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T03:01:01.427Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T03:01:01.466Z] OK: 217 MiB in 51 packages [2021-02-12T03:01:01.466Z] Removing intermediate container 134c0afe3f7f [2021-02-12T03:01:01.466Z] ---> 8b063cd0eb42 [2021-02-12T03:01:01.466Z] Step 6/22 : COPY go.mod . [2021-02-12T03:01:02.090Z] OK: 217 MiB in 51 packages [2021-02-12T03:01:02.373Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T03:01:02.373Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T03:01:02.373Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T03:01:02.373Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T03:01:02.694Z] Removing intermediate container a18a256505be [2021-02-12T03:01:02.694Z] ---> d29eb0488cf9 [2021-02-12T03:01:02.694Z] Step 6/30 : COPY go.mod . [2021-02-12T03:01:02.694Z] ---> 25e1e385cf62 [2021-02-12T03:01:02.694Z] Step 7/22 : RUN go mod download [2021-02-12T03:01:02.948Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-12T03:01:02.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:02.948Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-12T03:01:02.948Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T03:01:03.016Z] ---> Running in e9fa4fec8618 [2021-02-12T03:01:03.017Z] Removing intermediate container e37b1eeaeb0f [2021-02-12T03:01:03.017Z] ---> cb5b9dd6bc63 [2021-02-12T03:01:03.017Z] Step 6/22 : COPY go.mod . [2021-02-12T03:01:03.297Z] Removing intermediate container 8ef837cac1cb [2021-02-12T03:01:03.297Z] ---> a0540522a29c [2021-02-12T03:01:03.297Z] Step 6/23 : COPY go.mod . [2021-02-12T03:01:03.903Z] Removing intermediate container cc1a21e22253 [2021-02-12T03:01:03.903Z] ---> 9e662664b090 [2021-02-12T03:01:03.903Z] Step 6/21 : COPY go.mod . [2021-02-12T03:01:03.903Z] ---> 54c05bef8ad6 [2021-02-12T03:01:03.903Z] Step 7/30 : RUN go mod download [2021-02-12T03:01:04.178Z] ---> Running in 1c2ab95742a9 [2021-02-12T03:01:04.341Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T03:01:04.342Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T03:01:04.342Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T03:01:04.342Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T03:01:04.467Z] ---> 48ae32a2654d [2021-02-12T03:01:04.467Z] Step 7/22 : RUN go mod download [2021-02-12T03:01:04.467Z] ---> 8bc5aeda18ee [2021-02-12T03:01:04.467Z] Step 7/23 : RUN go mod download [2021-02-12T03:01:04.604Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T03:01:04.749Z] ---> Running in 5660d3233704 [2021-02-12T03:01:04.749Z] ---> Running in f4d1e9ac7092 [2021-02-12T03:01:05.025Z] ---> 0d61c886b6b2 [2021-02-12T03:01:05.025Z] Step 7/21 : RUN go mod download [2021-02-12T03:01:05.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:05.178Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-12T03:01:05.178Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-12T03:01:05.302Z] ---> Running in 73337df203bc [2021-02-12T03:01:05.438Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-12T03:01:05.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:05.439Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:05.439Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:05.701Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:05.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:05.701Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:05.701Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:05.962Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:05.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:05.962Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:05.962Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:06.224Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:06.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:06.224Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:06.224Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:06.485Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:06.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:06.485Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T03:01:06.485Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T03:01:06.755Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T03:01:06.755Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T03:01:06.755Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T03:01:07.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:07.017Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T03:01:07.017Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T03:01:07.017Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T03:01:07.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:07.279Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:07.279Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:07.279Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:07.308Z] Removing intermediate container e9fa4fec8618 [2021-02-12T03:01:07.308Z] ---> 4831aec2d3cc [2021-02-12T03:01:07.308Z] Step 8/22 : COPY . . [2021-02-12T03:01:07.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:07.544Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:07.544Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:07.544Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:07.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:07.806Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:07.806Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:08.379Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:08.643Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-12T03:01:08.771Z] Removing intermediate container 1c2ab95742a9 [2021-02-12T03:01:08.771Z] ---> d2507a974dc3 [2021-02-12T03:01:08.771Z] Step 8/30 : COPY . . [2021-02-12T03:01:09.217Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-12T03:01:09.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:09.217Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T03:01:09.217Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T03:01:09.479Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T03:01:09.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T03:01:09.479Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-12T03:01:09.740Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T03:01:09.740Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-12T03:01:09.774Z] Removing intermediate container 5660d3233704 [2021-02-12T03:01:09.774Z] ---> 601b158a8691 [2021-02-12T03:01:09.774Z] Step 8/22 : COPY . . [2021-02-12T03:01:10.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:10.001Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-12T03:01:10.001Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-12T03:01:10.001Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-12T03:01:10.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:10.265Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-12T03:01:10.378Z] Removing intermediate container f4d1e9ac7092 [2021-02-12T03:01:10.378Z] ---> 78b34c0a8382 [2021-02-12T03:01:10.378Z] Step 8/23 : COPY . . [2021-02-12T03:01:10.528Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T03:01:10.528Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-12T03:01:10.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:10.790Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-12T03:01:10.790Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T03:01:10.790Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-12T03:01:10.989Z] Removing intermediate container 73337df203bc [2021-02-12T03:01:10.989Z] ---> 3a597755dfe7 [2021-02-12T03:01:10.989Z] Step 8/21 : COPY . . [2021-02-12T03:01:11.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:11.055Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T03:01:11.055Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T03:01:11.055Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T03:01:11.315Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:11.315Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T03:01:11.315Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T03:01:11.575Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T03:01:11.575Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:11.575Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T03:01:11.836Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T03:01:11.836Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T03:01:12.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:12.097Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T03:01:12.097Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T03:01:12.097Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-12T03:01:12.097Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T03:01:12.362Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T03:01:12.362Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T03:01:12.362Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T03:01:12.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:12.624Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-12T03:01:12.624Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-12T03:01:12.624Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-12T03:01:12.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:12.886Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-12T03:01:12.886Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T03:01:12.886Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T03:01:13.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:13.147Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T03:01:13.409Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T03:01:13.409Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T03:01:13.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:13.409Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-12T03:01:13.409Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-12T03:01:13.670Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-12T03:01:13.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:13.670Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T03:01:13.931Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T03:01:14.196Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-12T03:01:14.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:14.196Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T03:01:14.196Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T03:01:14.459Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-12T03:01:14.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:14.459Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-12T03:01:14.459Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-12T03:01:14.728Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-12T03:01:14.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:14.728Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-12T03:01:14.728Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-12T03:01:14.995Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-12T03:01:14.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:14.995Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-12T03:01:14.995Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-12T03:01:15.272Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-12T03:01:15.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:15.532Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-12T03:01:15.532Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-12T03:01:15.793Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-12T03:01:15.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:15.793Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T03:01:16.055Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-12T03:01:16.055Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-12T03:01:16.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T03:01:16.323Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-12T03:01:16.323Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-12T03:01:16.323Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-12T03:01:16.584Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-12T03:01:16.584Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T03:01:16.584Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T03:01:16.584Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T03:01:16.584Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T03:01:16.847Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T03:01:16.847Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T03:01:17.111Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-12T03:01:17.111Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-12T03:01:17.372Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T03:01:17.372Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-12T03:01:17.633Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T03:01:17.633Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-12T03:01:17.633Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-12T03:01:17.633Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-12T03:01:17.893Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-12T03:01:17.893Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-12T03:01:18.156Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-12T03:01:18.156Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-12T03:01:18.435Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-12T03:01:18.435Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-12T03:01:18.435Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-12T03:01:18.435Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-12T03:01:18.697Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-12T03:01:18.697Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-12T03:01:19.647Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-12T03:01:19.647Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-12T03:01:19.647Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-12T03:01:19.922Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-12T03:01:19.922Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T03:01:19.922Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T03:01:20.509Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T03:01:20.805Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T03:01:21.068Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T03:01:21.068Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T03:01:21.068Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T03:01:21.068Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T03:01:21.330Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:21.330Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:21.591Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:21.591Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:21.591Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:21.851Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:21.851Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:21.851Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:23.242Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:23.242Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:24.188Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:24.188Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:25.145Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:25.145Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:25.407Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:25.407Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:26.349Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T03:01:26.349Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T03:01:26.618Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T03:01:26.618Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T03:01:26.618Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T03:01:26.618Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T03:01:26.888Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T03:01:27.152Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T03:01:27.152Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-12T03:01:27.152Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-12T03:01:27.413Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T03:01:27.413Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T03:01:27.413Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T03:01:27.413Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T03:01:27.674Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-12T03:01:27.674Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-12T03:01:27.674Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:27.935Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T03:01:27.935Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:27.935Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:27.935Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:27.935Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-12T03:01:27.935Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-12T03:01:27.935Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-12T03:01:28.201Z] [2021-02-12T03:01:28.202Z] Current default time zone: 'Etc/UTC' [2021-02-12T03:01:28.202Z] Local time is now: Fri Feb 12 03:01:28 UTC 2021. [2021-02-12T03:01:28.202Z] Universal Time is now: Fri Feb 12 03:01:28 UTC 2021. [2021-02-12T03:01:28.202Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-12T03:01:28.202Z] [2021-02-12T03:01:28.202Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-12T03:01:28.202Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:28.202Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-12T03:01:28.466Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-12T03:01:28.466Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-12T03:01:28.466Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-12T03:01:28.466Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-12T03:01:28.466Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-12T03:01:28.466Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-12T03:01:28.466Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T03:01:28.466Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:28.729Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-12T03:01:28.991Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:28.991Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T03:01:28.991Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:28.991Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-12T03:01:28.991Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-12T03:01:28.991Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-12T03:01:29.252Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T03:01:29.252Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-12T03:01:29.252Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-12T03:01:29.252Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-12T03:01:29.252Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-12T03:01:31.178Z] Updating certificates in /etc/ssl/certs... [2021-02-12T03:01:31.755Z] 23 added, 27 removed; done. [2021-02-12T03:01:31.755Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T03:01:31.755Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T03:01:31.755Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-12T03:01:31.755Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-12T03:01:31.755Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-12T03:01:32.019Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.020Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T03:01:32.020Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.020Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.020Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.020Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.330Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.330Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-12T03:01:32.330Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-12T03:01:32.330Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-12T03:01:32.330Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-12T03:01:32.595Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-12T03:01:32.595Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.595Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T03:01:32.595Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-12T03:01:32.595Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-12T03:01:32.891Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-12T03:01:32.891Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T03:01:32.891Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T03:01:32.891Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-12T03:01:32.891Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-12T03:01:33.173Z] Updating certificates in /etc/ssl/certs... [2021-02-12T03:01:33.466Z] 0 added, 0 removed; done. [2021-02-12T03:01:33.466Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-12T03:01:33.741Z] done. [2021-02-12T03:01:34.037Z] Reading package lists... [2021-02-12T03:01:34.330Z] Building dependency tree... [2021-02-12T03:01:34.330Z] Reading state information... [2021-02-12T03:01:34.968Z] The following NEW packages will be installed: [2021-02-12T03:01:34.968Z] apt-transport-https [2021-02-12T03:01:34.968Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T03:01:34.968Z] Need to get 1696 B of archives. [2021-02-12T03:01:34.968Z] After this operation, 153 kB of additional disk space will be used. [2021-02-12T03:01:34.968Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-12T03:01:34.968Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T03:01:35.230Z] Fetched 1696 B in 0s (27.9 kB/s) [2021-02-12T03:01:35.230Z] Selecting previously unselected package apt-transport-https. [2021-02-12T03:01:35.230Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-12T03:01:35.230Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-12T03:01:35.230Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T03:01:35.230Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T03:01:35.491Z] Waiting for network to be ready... [2021-02-12T03:01:37.840Z] ---> 4bbb5af4a20f [2021-02-12T03:01:37.840Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T03:01:37.840Z] ---> 49b2ffe4ffc2 [2021-02-12T03:01:37.840Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T03:01:37.840Z] ---> 3230fc438e04 [2021-02-12T03:01:37.840Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T03:01:37.840Z] ---> 2f3e24b2f298 [2021-02-12T03:01:37.840Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T03:01:37.840Z] ---> 24e8d891bc58 [2021-02-12T03:01:37.840Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T03:01:37.840Z] ---> Running in 2fd0f2ad39e7 [2021-02-12T03:01:37.840Z] ---> Running in fedf29c2f83f [2021-02-12T03:01:37.840Z] ---> Running in 0fa42730b5a0 [2021-02-12T03:01:37.840Z] ---> Running in 622babec86bc [2021-02-12T03:01:37.840Z] ---> Running in c155c44a8a0d [2021-02-12T03:01:37.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T03:01:37.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T03:01:37.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T03:01:37.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T03:01:37.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T03:01:42.092Z] 2021-02-12T03:01:39Z INFO Waiting for automatic snapd restart... [2021-02-12T03:01:42.092Z] snapd 2.48.2.1 from Canonical* installed [2021-02-12T03:01:42.092Z] "snapd" switched to the "latest/stable" channel [2021-02-12T03:01:42.092Z] [2021-02-12T03:01:46.333Z] core18 20210128 from Canonical* installed [2021-02-12T03:01:46.333Z] "core18" switched to the "latest/stable" channel [2021-02-12T03:01:46.333Z] [2021-02-12T03:01:51.661Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T03:01:51.661Z] "snapcraft" switched to the "latest/stable" channel [2021-02-12T03:01:51.661Z] [2021-02-12T03:01:54.994Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-12T03:01:54.994Z] - README.md [2021-02-12T03:01:54.994Z] - snapcraft.yaml.orig [2021-02-12T03:01:54.994Z] [2021-02-12T03:01:54.994Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T03:02:01.600Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T03:02:01.600Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T03:02:01.600Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T03:02:01.600Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T03:02:02.990Z] Reading package lists... [2021-02-12T03:02:03.254Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-12T03:02:09.858Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T03:02:09.858Z] Reading package lists... [2021-02-12T03:02:09.858Z] Building dependency tree... [2021-02-12T03:02:09.858Z] Reading state information... [2021-02-12T03:02:09.858Z] Suggested packages: [2021-02-12T03:02:09.858Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-12T03:02:09.858Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-12T03:02:09.858Z] Recommended packages: [2021-02-12T03:02:09.858Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-12T03:02:09.858Z] The following NEW packages will be installed: [2021-02-12T03:02:09.858Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-12T03:02:09.858Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-12T03:02:09.858Z] pkg-config zip [2021-02-12T03:02:09.858Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T03:02:09.858Z] Need to get 7655 kB of archives. [2021-02-12T03:02:09.858Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-12T03:02:09.858Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-12T03:02:10.120Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-12T03:02:10.120Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-12T03:02:10.120Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-12T03:02:10.120Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-12T03:02:10.120Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-12T03:02:10.120Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-12T03:02:10.120Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-12T03:02:10.383Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-12T03:02:10.383Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-12T03:02:10.383Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-12T03:02:10.383Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-12T03:02:10.645Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-12T03:02:10.645Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-12T03:02:10.645Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-12T03:02:10.645Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T03:02:10.645Z] Fetched 7655 kB in 1s (10.8 MB/s) [2021-02-12T03:02:10.910Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-12T03:02:10.910Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-12T03:02:10.910Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-12T03:02:10.910Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T03:02:11.175Z] Selecting previously unselected package libpsl5:amd64. [2021-02-12T03:02:11.175Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-12T03:02:11.175Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T03:02:11.439Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-12T03:02:11.439Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-12T03:02:11.439Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T03:02:11.439Z] Selecting previously unselected package librtmp1:amd64. [2021-02-12T03:02:11.439Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-12T03:02:11.439Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T03:02:11.439Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-12T03:02:11.439Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-12T03:02:11.439Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T03:02:11.700Z] Selecting previously unselected package liberror-perl. [2021-02-12T03:02:11.700Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-12T03:02:11.700Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-12T03:02:11.700Z] Selecting previously unselected package git-man. [2021-02-12T03:02:11.700Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-12T03:02:11.700Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T03:02:12.272Z] Selecting previously unselected package git. [2021-02-12T03:02:12.272Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-12T03:02:12.272Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T03:02:13.224Z] Selecting previously unselected package libnorm1:amd64. [2021-02-12T03:02:13.224Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-12T03:02:13.224Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T03:02:13.224Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-12T03:02:13.224Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-12T03:02:13.224Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T03:02:13.486Z] Selecting previously unselected package libsodium23:amd64. [2021-02-12T03:02:13.486Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-12T03:02:13.486Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-12T03:02:13.486Z] Selecting previously unselected package libzmq5:amd64. [2021-02-12T03:02:13.486Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T03:02:13.486Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T03:02:13.747Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-12T03:02:13.747Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T03:02:13.747Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T03:02:13.747Z] Selecting previously unselected package pkg-config. [2021-02-12T03:02:13.747Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-12T03:02:13.747Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T03:02:14.010Z] Selecting previously unselected package zip. [2021-02-12T03:02:14.010Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-12T03:02:14.010Z] Unpacking zip (3.0-11build1) ... [2021-02-12T03:02:14.010Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T03:02:14.010Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T03:02:14.010Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T03:02:14.010Z] Setting up liberror-perl (0.17025-1) ... [2021-02-12T03:02:14.010Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T03:02:14.010Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T03:02:14.010Z] No schema files found: doing nothing. [2021-02-12T03:02:14.274Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T03:02:14.274Z] Setting up zip (3.0-11build1) ... [2021-02-12T03:02:14.274Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T03:02:14.274Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-12T03:02:14.274Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T03:02:14.274Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T03:02:14.274Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T03:02:14.538Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T03:02:14.538Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T03:02:14.538Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T03:02:21.146Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T03:02:21.408Z] git set to automatically installed. [2021-02-12T03:02:21.408Z] git-man set to automatically installed. [2021-02-12T03:02:21.408Z] libcurl3-gnutls set to automatically installed. [2021-02-12T03:02:21.408Z] liberror-perl set to automatically installed. [2021-02-12T03:02:21.408Z] libglib2.0-0 set to automatically installed. [2021-02-12T03:02:21.408Z] libnghttp2-14 set to automatically installed. [2021-02-12T03:02:21.408Z] libnorm1 set to automatically installed. [2021-02-12T03:02:21.408Z] libpgm-5.2-0 set to automatically installed. [2021-02-12T03:02:21.408Z] libpsl5 set to automatically installed. [2021-02-12T03:02:21.408Z] librtmp1 set to automatically installed. [2021-02-12T03:02:21.408Z] libsodium23 set to automatically installed. [2021-02-12T03:02:21.408Z] libzmq3-dev set to automatically installed. [2021-02-12T03:02:21.408Z] libzmq5 set to automatically installed. [2021-02-12T03:02:21.408Z] pkg-config set to automatically installed. [2021-02-12T03:02:21.408Z] zip set to automatically installed. [2021-02-12T03:02:22.793Z] snapd is not logged in, snap install commands will use sudo [2021-02-12T03:02:29.391Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T03:02:29.652Z] snap "core18" has no updates available [2021-02-12T03:02:30.233Z] Pulling config-common [2021-02-12T03:02:30.233Z] + snapcraftctl pull [2021-02-12T03:02:31.623Z] Pulling go-build-helper [2021-02-12T03:02:31.623Z] + snapcraftctl pull [2021-02-12T03:02:58.203Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T03:02:58.203Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T03:02:58.203Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T03:02:58.203Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T03:02:58.203Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T03:02:58.203Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T03:02:58.203Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T03:02:58.203Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T03:02:58.203Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T03:02:58.203Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T03:02:58.203Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T03:02:58.203Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T03:02:58.203Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T03:02:58.203Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T03:02:58.203Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T03:02:58.203Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T03:02:58.203Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T03:02:58.203Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T03:02:58.203Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T03:02:58.203Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T03:02:58.203Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T03:02:58.203Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T03:02:58.203Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T03:02:58.203Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T03:02:58.203Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T03:02:58.203Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T03:02:58.203Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T03:02:58.203Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-12T03:02:58.203Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-12T03:02:58.203Z] Fetched 279 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-12T03:02:58.203Z] Fetched 122 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-12T03:02:58.203Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-12T03:02:58.203Z] Fetched 8848 B in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-12T03:02:58.203Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-12T03:02:58.203Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-12T03:02:58.203Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-12T03:02:58.203Z] Fetched 214 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-12T03:02:58.203Z] Fetched 155 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-12T03:02:58.203Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-12T03:02:58.203Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-12T03:02:58.203Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-12T03:02:58.203Z] Fetched 499 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-12T03:02:58.203Z] Fetched 111 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-12T03:02:58.203Z] Fetched 240 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-12T03:02:58.203Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-12T03:02:58.203Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-12T03:02:58.203Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-12T03:02:58.203Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-12T03:02:58.203Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-12T03:02:58.203Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-12T03:02:58.203Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-12T03:02:58.203Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-12T03:02:58.203Z] Fetched 8720 B in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-12T03:02:58.203Z] Fetched 137 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-12T03:02:58.203Z] Fetched 119 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-12T03:02:58.203Z] Fetched 109 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-12T03:02:58.203Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-12T03:02:58.203Z] Fetched 645 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-12T03:02:58.203Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-12T03:02:58.203Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-12T03:02:58.203Z] Fetched 368 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-12T03:02:58.203Z] Fetched 187 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-12T03:02:58.203Z] Fetched 175 kB in 0s (0 B/s) [2021-02-12T03:02:58.203Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-12T03:02:59.145Z] Fetched 206 kB in 0s (0 B/s) [2021-02-12T03:02:59.145Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-12T03:02:59.146Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-12T03:02:59.146Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-12T03:02:59.146Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-12T03:02:59.146Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-12T03:02:59.146Z] Fetched 159 kB in 0s (0 B/s) [2021-02-12T03:02:59.146Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-12T03:02:59.146Z] Fetched 107 kB in 0s (0 B/s) [2021-02-12T03:02:59.146Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-12T03:02:59.146Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-12T03:02:59.146Z] Pulling static-packages [2021-02-12T03:02:59.146Z] + snapcraftctl pull [2021-02-12T03:02:59.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T03:03:00.089Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-12T03:03:00.089Z] Skipping pull go-build-helper (already ran) [2021-02-12T03:03:00.089Z] Skipping pull static-packages (already ran) [2021-02-12T03:03:00.089Z] Building go-build-helper [2021-02-12T03:03:00.089Z] + snapcraftctl build [2021-02-12T03:03:04.304Z] Building static-packages [2021-02-12T03:03:04.304Z] + snapcraftctl build [2021-02-12T03:03:07.609Z] Staging go-build-helper [2021-02-12T03:03:07.609Z] + snapcraftctl stage [2021-02-12T03:03:07.996Z] Removing intermediate container 2fd0f2ad39e7 [2021-02-12T03:03:07.996Z] ---> 84b33a230ad5 [2021-02-12T03:03:07.996Z] [2021-02-12T03:03:07.996Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T03:03:08.275Z] 3.12: Pulling from library/alpine [2021-02-12T03:03:08.551Z] Staging static-packages [2021-02-12T03:03:08.551Z] + snapcraftctl stage [2021-02-12T03:03:09.945Z] Pulling go115 [2021-02-12T03:03:09.945Z] + snapcraftctl pull [2021-02-12T03:03:10.269Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T03:03:10.547Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T03:03:10.547Z] ---> afeebe901d6b [2021-02-12T03:03:10.547Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T03:03:10.825Z] ---> Running in 8867efbf8d2f [2021-02-12T03:03:11.337Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-12T03:03:11.337Z] Skipping pull go115 (already ran) [2021-02-12T03:03:11.337Z] Building go115 [2021-02-12T03:03:11.337Z] + dpkg --print-architecture [2021-02-12T03:03:11.337Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-12T03:03:11.337Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-12T03:03:11.337Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-12T03:03:11.337Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T03:03:11.337Z] Dload Upload Total Spent Left Speed [2021-02-12T03:03:12.275Z] Removing intermediate container 8867efbf8d2f [2021-02-12T03:03:12.275Z] ---> 85fc9f651c4c [2021-02-12T03:03:12.275Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T03:03:12.554Z] ---> Running in ad45cfcfcd0d [2021-02-12T03:03:14.352Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 115M 29 33.9M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 66 115M 66 76.6M 0 0 36.4M 0 0:00:03 0:00:02 0:00:01 36.4M 97 115M 97 112M 0 0 36.5M 0 0:00:03 0:00:03 --:--:-- 36.5M 100 115M 100 115M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.4M [2021-02-12T03:03:14.352Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-12T03:03:14.352Z] + sha256sum -c sha256 [2021-02-12T03:03:14.352Z] + grep OK [2021-02-12T03:03:14.556Z] Removing intermediate container c155c44a8a0d [2021-02-12T03:03:14.556Z] ---> 97f16f30b8b5 [2021-02-12T03:03:14.556Z] [2021-02-12T03:03:14.556Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T03:03:14.556Z] ---> afeebe901d6b [2021-02-12T03:03:14.556Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T03:03:14.556Z] ---> Running in 5a019213ca3d [2021-02-12T03:03:14.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:15.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:15.297Z] + mkdir -p /root/stage/go1.15 [2021-02-12T03:03:15.297Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-12T03:03:15.297Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-12T03:03:16.116Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T03:03:16.116Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T03:03:16.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:03:16.116Z] OK: 5 MiB in 16 packages [2021-02-12T03:03:16.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:16.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:17.302Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T03:03:17.302Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:03:17.302Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T03:03:17.302Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T03:03:17.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:03:17.584Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:03:17.861Z] OK: 7 MiB in 18 packages [2021-02-12T03:03:18.136Z] Removing intermediate container ad45cfcfcd0d [2021-02-12T03:03:18.136Z] ---> 1e6a7e11d5ab [2021-02-12T03:03:18.136Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T03:03:18.411Z] ---> Running in 5c61862dc68a [2021-02-12T03:03:19.405Z] Removing intermediate container 5c61862dc68a [2021-02-12T03:03:19.405Z] ---> d36d65a95059 [2021-02-12T03:03:19.405Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T03:03:19.682Z] ---> Running in d8d5c14253d3 [2021-02-12T03:03:20.288Z] Removing intermediate container 5a019213ca3d [2021-02-12T03:03:20.288Z] ---> 102882ff6986 [2021-02-12T03:03:20.565Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T03:03:20.832Z] Staging go115 [2021-02-12T03:03:20.833Z] + snapcraftctl stage [2021-02-12T03:03:20.842Z] ---> Running in 5df8bb6a0d53 [2021-02-12T03:03:20.842Z] Removing intermediate container d8d5c14253d3 [2021-02-12T03:03:20.842Z] ---> 4e23d8b50e47 [2021-02-12T03:03:20.842Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T03:03:21.121Z] ---> Running in 25d6e40a9b0a [2021-02-12T03:03:21.731Z] Removing intermediate container 5df8bb6a0d53 [2021-02-12T03:03:21.731Z] ---> 70be98557690 [2021-02-12T03:03:21.731Z] Step 13/21 : WORKDIR /edgex [2021-02-12T03:03:22.009Z] ---> Running in 17243c707f5a [2021-02-12T03:03:23.004Z] Removing intermediate container 17243c707f5a [2021-02-12T03:03:23.004Z] ---> dae1e846f686 [2021-02-12T03:03:23.004Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T03:03:24.456Z] ---> a608e36750fe [2021-02-12T03:03:24.456Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T03:03:25.062Z] Removing intermediate container 25d6e40a9b0a [2021-02-12T03:03:25.062Z] ---> fac81d87589d [2021-02-12T03:03:25.062Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T03:03:25.345Z] ---> Running in b1115946c63d [2021-02-12T03:03:26.797Z] Removing intermediate container b1115946c63d [2021-02-12T03:03:26.797Z] ---> a2fdad6b9396 [2021-02-12T03:03:26.797Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T03:03:27.401Z] ---> 2ee18f8d17d6 [2021-02-12T03:03:27.401Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T03:03:27.640Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T03:03:27.641Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T03:03:27.641Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T03:03:27.641Z] Fetched 0 B in 0s (0 B/s) [2021-02-12T03:03:27.641Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-12T03:03:27.641Z] Fetched 224 kB in 0s (0 B/s) [2021-02-12T03:03:27.641Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-12T03:03:27.641Z] Fetched 157 kB in 0s (0 B/s) [2021-02-12T03:03:27.641Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-12T03:03:27.641Z] Fetched 221 kB in 0s (0 B/s) [2021-02-12T03:03:27.641Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-12T03:03:27.641Z] Fetched 143 kB in 0s (0 B/s) [2021-02-12T03:03:27.641Z] Pulling edgex-go [2021-02-12T03:03:27.641Z] + snapcraftctl pull [2021-02-12T03:03:28.397Z] Removing intermediate container 0fa42730b5a0 [2021-02-12T03:03:28.397Z] ---> 160ae10a193d [2021-02-12T03:03:28.397Z] [2021-02-12T03:03:28.397Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T03:03:28.397Z] ---> afeebe901d6b [2021-02-12T03:03:28.397Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:03:28.397Z] ---> a2742e66d955 [2021-02-12T03:03:28.397Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T03:03:28.669Z] Removing intermediate container fedf29c2f83f [2021-02-12T03:03:28.670Z] ---> 6f9cddbed8e9 [2021-02-12T03:03:28.670Z] [2021-02-12T03:03:28.670Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T03:03:28.670Z] ---> afeebe901d6b [2021-02-12T03:03:28.670Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T03:03:28.941Z] ---> Running in b67082502299 [2021-02-12T03:03:28.941Z] ---> Running in b9e857ac3c9f [2021-02-12T03:03:29.132Z] Pulling version [2021-02-12T03:03:29.132Z] + cd /root/project [2021-02-12T03:03:29.132Z] + [ -f VERSION ] [2021-02-12T03:03:29.132Z] + PROJECT_VERSION=local-dev [2021-02-12T03:03:29.133Z] + git rev-parse --short HEAD [2021-02-12T03:03:29.133Z] + GIT_REVISION=b24f7dfb [2021-02-12T03:03:29.133Z] + snapcraftctl set-version local-dev [2021-02-12T03:03:29.224Z] ---> Running in af095b8185c3 [2021-02-12T03:03:29.224Z] ---> 5e6a280496af [2021-02-12T03:03:29.224Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T03:03:29.892Z] ---> Running in 67f8fe57ebc8 [2021-02-12T03:03:30.540Z] Building config-common [2021-02-12T03:03:30.540Z] + snapcraftctl build [2021-02-12T03:03:30.775Z] Removing intermediate container 67f8fe57ebc8 [2021-02-12T03:03:30.775Z] ---> 683b273689b3 [2021-02-12T03:03:30.775Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T03:03:30.775Z] ---> Running in 3120b56bf7f6 [2021-02-12T03:03:31.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:31.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:32.249Z] Removing intermediate container 3120b56bf7f6 [2021-02-12T03:03:32.249Z] ---> 6584e39a1a37 [2021-02-12T03:03:32.249Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T03:03:32.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:32.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:03:32.525Z] ---> Running in a9629da807a2 [2021-02-12T03:03:32.806Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T03:03:32.806Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:03:32.806Z] OK: 5 MiB in 15 packages [2021-02-12T03:03:32.806Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T03:03:33.103Z] Skipping build go-build-helper (already ran) [2021-02-12T03:03:33.103Z] Skipping build static-packages (already ran) [2021-02-12T03:03:33.103Z] Skipping build go115 (already ran) [2021-02-12T03:03:33.107Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T03:03:33.107Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:03:33.107Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:03:33.366Z] Building edgex-go [2021-02-12T03:03:33.386Z] OK: 6 MiB in 16 packages [2021-02-12T03:03:33.951Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-12T03:03:33.951Z] + cd /root/parts/edgex-go/src [2021-02-12T03:03:33.951Z] + make build [2021-02-12T03:03:33.951Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T03:03:34.405Z] Removing intermediate container b9e857ac3c9f [2021-02-12T03:03:34.405Z] ---> 513dbc73e22d [2021-02-12T03:03:34.405Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:03:34.405Z] Removing intermediate container a9629da807a2 [2021-02-12T03:03:34.405Z] ---> 88ac81d39b27 [2021-02-12T03:03:34.405Z] Step 20/21 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:03:35.000Z] ---> Running in dfb6336f6ea3 [2021-02-12T03:03:35.000Z] Removing intermediate container b67082502299 [2021-02-12T03:03:35.000Z] ---> 8d3c7b57f2af [2021-02-12T03:03:35.000Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:03:35.355Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-12T03:03:35.355Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-12T03:03:35.355Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-12T03:03:35.355Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-12T03:03:35.355Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-12T03:03:35.355Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-12T03:03:35.355Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-12T03:03:35.355Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-12T03:03:35.355Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-12T03:03:35.596Z] ---> Running in 5341f122e1db [2021-02-12T03:03:35.620Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-12T03:03:35.620Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-12T03:03:35.620Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-12T03:03:35.620Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-12T03:03:35.620Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-12T03:03:35.620Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-12T03:03:35.620Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-12T03:03:35.620Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-12T03:03:35.620Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-12T03:03:35.620Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-12T03:03:35.620Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-12T03:03:35.620Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-12T03:03:35.620Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-12T03:03:35.620Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-12T03:03:35.620Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-12T03:03:35.620Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-12T03:03:35.872Z] ---> 7ef7648af4b3 [2021-02-12T03:03:35.872Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T03:03:35.872Z] Removing intermediate container dfb6336f6ea3 [2021-02-12T03:03:35.872Z] ---> 3d9a6692fc79 [2021-02-12T03:03:35.872Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T03:03:35.872Z] Removing intermediate container af095b8185c3 [2021-02-12T03:03:35.872Z] ---> 247a49688489 [2021-02-12T03:03:35.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:03:35.909Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-12T03:03:36.146Z] Removing intermediate container 622babec86bc [2021-02-12T03:03:36.146Z] ---> 15cd292397df [2021-02-12T03:03:36.146Z] [2021-02-12T03:03:36.146Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:03:36.146Z] ---> afeebe901d6b [2021-02-12T03:03:36.146Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:03:36.146Z] ---> Using cache [2021-02-12T03:03:36.146Z] ---> 8d3c7b57f2af [2021-02-12T03:03:36.146Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:03:36.175Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-12T03:03:36.175Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-12T03:03:36.424Z] ---> Running in fa24e7531449 [2021-02-12T03:03:36.424Z] ---> Running in 0ca2df095558 [2021-02-12T03:03:36.424Z] ---> Running in 3e793621ebba [2021-02-12T03:03:36.439Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-12T03:03:36.439Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-12T03:03:36.439Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-12T03:03:36.439Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-12T03:03:36.439Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-12T03:03:36.711Z] Removing intermediate container 5341f122e1db [2021-02-12T03:03:36.711Z] ---> b0a3702b8128 [2021-02-12T03:03:36.711Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T03:03:36.711Z] ---> Running in c2066c716a5e [2021-02-12T03:03:36.725Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-12T03:03:36.725Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-12T03:03:36.986Z] Removing intermediate container fa24e7531449 [2021-02-12T03:03:36.986Z] ---> a7bd25c1df17 [2021-02-12T03:03:36.986Z] [2021-02-12T03:03:37.034Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-12T03:03:37.034Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-12T03:03:37.287Z] Removing intermediate container 0ca2df095558 [2021-02-12T03:03:37.287Z] ---> e66d47080aeb [2021-02-12T03:03:37.287Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T03:03:37.287Z] Removing intermediate container 3e793621ebba [2021-02-12T03:03:37.287Z] ---> 963380013387 [2021-02-12T03:03:37.287Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T03:03:37.287Z] ---> 65dab198058a [2021-02-12T03:03:37.287Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T03:03:37.299Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-12T03:03:37.299Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-12T03:03:37.568Z] Successfully built a7bd25c1df17 [2021-02-12T03:03:37.568Z] Removing intermediate container c2066c716a5e [2021-02-12T03:03:37.568Z] ---> 544c98c9a2b0 [2021-02-12T03:03:37.568Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T03:03:37.568Z] ---> Running in b3784ee540cb [2021-02-12T03:03:37.568Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T03:03:37.568Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9d061319a17d [2021-02-12T03:03:37.568Z] Building docker-sys-mgmt-agent-go [2021-02-12T03:03:37.859Z] ---> Running in 3ec0202df727 [2021-02-12T03:03:38.457Z] Removing intermediate container b3784ee540cb [2021-02-12T03:03:38.457Z] ---> 5d342a796a24 [2021-02-12T03:03:38.457Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T03:03:38.457Z] Removing intermediate container 9d061319a17d [2021-02-12T03:03:38.457Z] ---> 8c4560357628 [2021-02-12T03:03:38.457Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T03:03:38.733Z] ---> 4dc53f58767d [2021-02-12T03:03:38.733Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T03:03:38.733Z] ---> Running in c70afaf80eff [2021-02-12T03:03:38.733Z] Removing intermediate container 3ec0202df727 [2021-02-12T03:03:38.733Z] ---> f751dddc8d0f [2021-02-12T03:03:38.733Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:03:38.733Z] ---> Running in d000efedf6fe [2021-02-12T03:03:40.170Z] Removing intermediate container c70afaf80eff [2021-02-12T03:03:40.170Z] ---> 40d13b25bef1 [2021-02-12T03:03:40.170Z] Step 15/23 : WORKDIR / [2021-02-12T03:03:40.464Z] Removing intermediate container d000efedf6fe [2021-02-12T03:03:40.464Z] ---> 7f5ea54c956e [2021-02-12T03:03:40.464Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:03:40.464Z] ---> Running in 6e802f419873 [2021-02-12T03:03:40.749Z] ---> 5eb28bf95c91 [2021-02-12T03:03:40.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T03:03:40.749Z] ---> aa7f1f6d976b [2021-02-12T03:03:40.749Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T03:03:41.731Z] ---> Running in 04bfe552c994 [2021-02-12T03:03:41.731Z] ---> 4f61595bf101 [2021-02-12T03:03:41.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T03:03:42.008Z] Removing intermediate container 6e802f419873 [2021-02-12T03:03:42.008Z] ---> 938a803e1a86 [2021-02-12T03:03:42.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:03:42.608Z] ---> f282d0bdefe6 [2021-02-12T03:03:42.608Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T03:03:42.608Z] Removing intermediate container 04bfe552c994 [2021-02-12T03:03:42.608Z] ---> f589643a1efd [2021-02-12T03:03:42.608Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T03:03:43.600Z] ---> 2a99e31b7fcc [2021-02-12T03:03:43.600Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T03:03:43.889Z] ---> 0ab9a2b29436 [2021-02-12T03:03:43.889Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T03:03:43.889Z] ---> c26da5a0eb1c [2021-02-12T03:03:43.889Z] ---> ea34f152757a [2021-02-12T03:03:43.889Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T03:03:43.889Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T03:03:44.490Z] ---> Running in add45fca657b [2021-02-12T03:03:44.490Z] ---> Running in b016e4145709 [2021-02-12T03:03:45.479Z] ---> 06c833aad280 [2021-02-12T03:03:45.479Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T03:03:45.479Z] ---> 186552ce1a79 [2021-02-12T03:03:45.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T03:03:45.479Z] Removing intermediate container add45fca657b [2021-02-12T03:03:45.479Z] ---> 8a815bc06878 [2021-02-12T03:03:45.479Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:03:45.479Z] ---> Running in 8d796902d31d [2021-02-12T03:03:45.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T03:03:45.558Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-12T03:03:45.752Z] ---> Running in 18e0636a53d9 [2021-02-12T03:03:46.358Z] Removing intermediate container 8d796902d31d [2021-02-12T03:03:46.358Z] ---> 53d804e295ef [2021-02-12T03:03:46.358Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:03:46.956Z] ---> Running in c350a422788f [2021-02-12T03:03:46.956Z] Removing intermediate container 18e0636a53d9 [2021-02-12T03:03:46.956Z] ---> a3600343efeb [2021-02-12T03:03:46.956Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T03:03:46.956Z] ---> 64fc905cb78d [2021-02-12T03:03:46.956Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T03:03:47.235Z] ---> Running in 8c25553191ba [2021-02-12T03:03:47.510Z] ---> Running in 08654da96b3f [2021-02-12T03:03:47.510Z] Removing intermediate container c350a422788f [2021-02-12T03:03:47.510Z] ---> 683358ecd168 [2021-02-12T03:03:47.510Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T03:03:47.786Z] Removing intermediate container b016e4145709 [2021-02-12T03:03:47.786Z] ---> 5a1576d73e97 [2021-02-12T03:03:47.786Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T03:03:47.786Z] ---> Running in c8490517ef07 [2021-02-12T03:03:48.061Z] Removing intermediate container 8c25553191ba [2021-02-12T03:03:48.061Z] ---> f4c494a3703e [2021-02-12T03:03:48.061Z] Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:03:48.340Z] Removing intermediate container 08654da96b3f [2021-02-12T03:03:48.340Z] ---> ae3e73f471da [2021-02-12T03:03:48.340Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:03:48.613Z] ---> Running in c90b156263b2 [2021-02-12T03:03:48.613Z] ---> Running in 82eac41bc170 [2021-02-12T03:03:48.889Z] ---> Running in e5504a6a65e8 [2021-02-12T03:03:48.890Z] Removing intermediate container c8490517ef07 [2021-02-12T03:03:48.890Z] ---> 99b75ef5c836 [2021-02-12T03:03:48.890Z] Step 21/22 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:03:49.168Z] ---> Running in 6c633a837a17 [2021-02-12T03:03:49.449Z] Removing intermediate container 82eac41bc170 [2021-02-12T03:03:49.449Z] ---> 00517f01e2c2 [2021-02-12T03:03:49.449Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T03:03:49.449Z] Removing intermediate container c90b156263b2 [2021-02-12T03:03:49.449Z] ---> f1900bb3016b [2021-02-12T03:03:49.449Z] Step 27/30 : CMD ["gate"] [2021-02-12T03:03:49.449Z] Removing intermediate container e5504a6a65e8 [2021-02-12T03:03:49.449Z] ---> 1e844b5872d9 [2021-02-12T03:03:49.449Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T03:03:49.729Z] ---> Running in a83ed8dfc6b6 [2021-02-12T03:03:50.005Z] ---> Running in 9a819efc95cd [2021-02-12T03:03:50.005Z] ---> Running in b6a91c8b9001 [2021-02-12T03:03:50.287Z] Removing intermediate container 6c633a837a17 [2021-02-12T03:03:50.287Z] ---> 8fe783e6c093 [2021-02-12T03:03:50.287Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T03:03:50.287Z] Removing intermediate container a83ed8dfc6b6 [2021-02-12T03:03:50.287Z] ---> bc12254bad7f [2021-02-12T03:03:50.287Z] [2021-02-12T03:03:50.570Z] ---> Running in 1db1c84922e9 [2021-02-12T03:03:51.165Z] Successfully built bc12254bad7f [2021-02-12T03:03:51.165Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T03:03:51.165Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-12T03:03:51.165Z] Removing intermediate container 9a819efc95cd [2021-02-12T03:03:51.165Z] ---> 279ceec1629b [2021-02-12T03:03:51.165Z] Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:03:51.165Z] Removing intermediate container b6a91c8b9001 [2021-02-12T03:03:51.165Z] ---> 47b8d6e3ab7f [2021-02-12T03:03:51.165Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T03:03:51.438Z] Removing intermediate container 1db1c84922e9 [2021-02-12T03:03:51.439Z] ---> ecd53d40e7b6 [2021-02-12T03:03:51.439Z] [2021-02-12T03:03:51.439Z] ---> Running in d46915090fe7 [2021-02-12T03:03:52.037Z] ---> Running in bd12b3437a86 [2021-02-12T03:03:52.037Z] Successfully built ecd53d40e7b6 [2021-02-12T03:03:52.037Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T03:03:52.037Z] Building docker-core-data-go [2021-02-12T03:03:52.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T03:03:52.320Z]  Building docker-support-notifications-go ... done Removing intermediate container d46915090fe7 [2021-02-12T03:03:52.320Z] ---> dcf6e8faeb72 [2021-02-12T03:03:52.320Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:03:52.320Z] ---> Running in 3974ff1aaf01 [2021-02-12T03:03:52.594Z] Removing intermediate container bd12b3437a86 [2021-02-12T03:03:52.594Z] ---> 3845f1955fb8 [2021-02-12T03:03:52.594Z] Step 29/30 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:03:52.873Z] ---> Running in e997ae8dca0b [2021-02-12T03:03:52.873Z] Removing intermediate container 3974ff1aaf01 [2021-02-12T03:03:52.873Z] ---> c3a38d18f952 [2021-02-12T03:03:52.874Z] [2021-02-12T03:03:53.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T03:03:53.474Z] Successfully built c3a38d18f952 [2021-02-12T03:03:53.474Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T03:03:53.474Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-12T03:03:53.744Z] Removing intermediate container e997ae8dca0b [2021-02-12T03:03:53.744Z] ---> 76451cf0340d [2021-02-12T03:03:53.744Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T03:03:54.015Z] ---> Running in acfe7e06034e [2021-02-12T03:03:54.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T03:03:54.612Z] Removing intermediate container acfe7e06034e [2021-02-12T03:03:54.612Z] ---> e706c0f6b881 [2021-02-12T03:03:54.612Z] [2021-02-12T03:03:54.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T03:03:54.822Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-12T03:03:54.885Z] Successfully built e706c0f6b881 [2021-02-12T03:03:55.085Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-12T03:03:55.085Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-12T03:03:55.085Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-12T03:03:55.154Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T03:03:57.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T03:03:57.012Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-12T03:03:57.012Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-12T03:03:58.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T03:03:59.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T03:03:59.372Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-12T03:04:01.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T03:04:01.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T03:04:01.867Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-12T03:04:03.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T03:04:03.256Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-12T03:04:05.178Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-12T03:04:05.178Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-12T03:04:05.178Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-12T03:04:05.178Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-12T03:04:05.178Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-12T03:04:05.285Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:04:05.285Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:04:05.285Z] ---> 7d85d19677da [2021-02-12T03:04:05.285Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T03:04:05.285Z] ---> Using cache [2021-02-12T03:04:05.285Z] ---> dee8258cbdc2 [2021-02-12T03:04:05.285Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:04:05.285Z] ---> Using cache [2021-02-12T03:04:05.285Z] ---> 2a6005f05198 [2021-02-12T03:04:05.285Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T03:04:05.441Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-12T03:04:05.441Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-12T03:04:05.441Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-12T03:04:05.441Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-12T03:04:05.441Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-12T03:04:05.441Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-12T03:04:05.441Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-12T03:04:05.441Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-12T03:04:07.279Z] ---> Running in 0eec9552800d [2021-02-12T03:04:07.368Z] Building version [2021-02-12T03:04:07.368Z] + snapcraftctl build [2021-02-12T03:04:08.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:04:09.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:04:10.291Z] OK: 217 MiB in 51 packages [2021-02-12T03:04:10.677Z] Staging config-common [2021-02-12T03:04:10.678Z] + snapcraftctl stage [2021-02-12T03:04:11.619Z] Skipping stage go-build-helper (already ran) [2021-02-12T03:04:11.619Z] Skipping stage static-packages (already ran) [2021-02-12T03:04:11.619Z] Skipping stage go115 (already ran) [2021-02-12T03:04:11.619Z] Staging edgex-go [2021-02-12T03:04:11.619Z] + snapcraftctl stage [2021-02-12T03:04:12.264Z] Removing intermediate container 0eec9552800d [2021-02-12T03:04:12.264Z] ---> d5b7c31b0d19 [2021-02-12T03:04:12.264Z] Step 6/26 : COPY go.mod . [2021-02-12T03:04:12.559Z] Staging version [2021-02-12T03:04:12.559Z] + snapcraftctl stage [2021-02-12T03:04:13.505Z] Priming config-common [2021-02-12T03:04:13.505Z] + snapcraftctl prime [2021-02-12T03:04:14.258Z] ---> f1f6c7223854 [2021-02-12T03:04:14.258Z] Step 7/26 : RUN go mod download [2021-02-12T03:04:14.258Z] ---> Running in 5ce2f564d43e [2021-02-12T03:04:14.897Z] Priming go-build-helper [2021-02-12T03:04:14.898Z] + snapcraftctl prime [2021-02-12T03:04:16.301Z] Priming static-packages [2021-02-12T03:04:16.301Z] + snapcraftctl prime [2021-02-12T03:04:18.595Z] Removing intermediate container 5ce2f564d43e [2021-02-12T03:04:18.595Z] ---> 318ae8a23f5c [2021-02-12T03:04:18.595Z] Step 8/26 : COPY . . [2021-02-12T03:04:18.879Z] Priming go115 [2021-02-12T03:04:18.880Z] + snapcraftctl prime [2021-02-12T03:04:19.821Z] Priming edgex-go [2021-02-12T03:04:19.821Z] + snapcraftctl prime [2021-02-12T03:04:21.749Z] Priming version [2021-02-12T03:04:21.750Z] + snapcraftctl prime [2021-02-12T03:04:23.143Z] 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] } [2021-02-12T03:04:31.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:04:31.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:04:31.007Z] ---> 7d85d19677da [2021-02-12T03:04:31.007Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> dee8258cbdc2 [2021-02-12T03:04:31.007Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> 2a6005f05198 [2021-02-12T03:04:31.007Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> 9e662664b090 [2021-02-12T03:04:31.007Z] Step 6/23 : COPY go.mod . [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> 0d61c886b6b2 [2021-02-12T03:04:31.007Z] Step 7/23 : RUN go mod download [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> 3a597755dfe7 [2021-02-12T03:04:31.007Z] Step 8/23 : COPY . . [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> 24e8d891bc58 [2021-02-12T03:04:31.007Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T03:04:31.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:04:31.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:04:31.007Z] ---> 7d85d19677da [2021-02-12T03:04:31.007Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> dee8258cbdc2 [2021-02-12T03:04:31.007Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:04:31.007Z] ---> Using cache [2021-02-12T03:04:31.007Z] ---> 2a6005f05198 [2021-02-12T03:04:31.007Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T03:04:31.278Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T03:04:31.278Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T03:04:31.278Z] ---> 7d85d19677da [2021-02-12T03:04:31.278Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T03:04:31.278Z] ---> Using cache [2021-02-12T03:04:31.278Z] ---> dee8258cbdc2 [2021-02-12T03:04:31.278Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:04:31.278Z] ---> Using cache [2021-02-12T03:04:31.278Z] ---> 2a6005f05198 [2021-02-12T03:04:31.278Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T03:04:31.278Z] ---> Using cache [2021-02-12T03:04:31.278Z] ---> 9e662664b090 [2021-02-12T03:04:31.278Z] Step 6/24 : COPY go.mod . [2021-02-12T03:04:31.278Z] ---> Using cache [2021-02-12T03:04:31.278Z] ---> 0d61c886b6b2 [2021-02-12T03:04:31.278Z] Step 7/24 : RUN go mod download [2021-02-12T03:04:31.278Z] ---> Using cache [2021-02-12T03:04:31.278Z] ---> 3a597755dfe7 [2021-02-12T03:04:31.278Z] Step 8/24 : COPY . . [2021-02-12T03:04:31.278Z] ---> Using cache [2021-02-12T03:04:31.278Z] ---> 24e8d891bc58 [2021-02-12T03:04:31.278Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T03:04:36.696Z] ---> Running in 07aac8cb6e31 [2021-02-12T03:04:36.696Z] ---> Running in 72e419a91434 [2021-02-12T03:04:36.696Z] ---> Running in c90ff0ef11ac [2021-02-12T03:04:36.696Z] ---> e146241efea1 [2021-02-12T03:04:36.696Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T03:04:36.969Z] ---> Running in 8ff1f6448baa [2021-02-12T03:04:38.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T03:04:38.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T03:04:38.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T03:04:38.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:04:39.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:04:40.538Z] OK: 217 MiB in 51 packages [2021-02-12T03:04:42.533Z] Removing intermediate container 72e419a91434 [2021-02-12T03:04:42.533Z] ---> 65a32b4ba48a [2021-02-12T03:04:42.533Z] Step 6/23 : COPY go.mod . [2021-02-12T03:04:43.995Z] ---> 333cc3841933 [2021-02-12T03:04:43.995Z] Step 7/23 : RUN go mod download [2021-02-12T03:04:43.995Z] ---> Running in 7e4edd30f8bf [2021-02-12T03:04:48.318Z] Removing intermediate container 7e4edd30f8bf [2021-02-12T03:04:48.318Z] ---> 58168c32adad [2021-02-12T03:04:48.318Z] Step 8/23 : COPY . . [2021-02-12T03:05:06.666Z] ---> 90e11681c56b [2021-02-12T03:05:06.666Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T03:05:06.666Z] ---> Running in e4a565b4ec6f [2021-02-12T03:05:08.112Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T03:05:40.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T03:05:55.627Z] Removing intermediate container 07aac8cb6e31 [2021-02-12T03:05:55.627Z] ---> ec9778e520a9 [2021-02-12T03:05:55.627Z] [2021-02-12T03:05:55.627Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T03:05:55.627Z] ---> afeebe901d6b [2021-02-12T03:05:55.627Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T03:05:55.627Z] ---> Running in 6316dc42b46b [2021-02-12T03:05:56.229Z] Removing intermediate container 8ff1f6448baa [2021-02-12T03:05:56.229Z] ---> b4768beea3d4 [2021-02-12T03:05:56.229Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T03:05:56.505Z] ---> Running in 49a794bbb0e1 [2021-02-12T03:05:57.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:05:57.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:05:57.997Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T03:05:57.997Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:05:57.997Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T03:05:57.997Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T03:05:57.997Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T03:05:57.997Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:05:57.997Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T03:05:58.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T03:05:58.273Z] OK: 7 MiB in 19 packages [2021-02-12T03:06:00.935Z] Removing intermediate container 6316dc42b46b [2021-02-12T03:06:00.935Z] ---> b1349731b08a [2021-02-12T03:06:00.935Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T03:06:01.211Z] ---> Running in 33d8548277ca [2021-02-12T03:06:02.680Z] Removing intermediate container 33d8548277ca [2021-02-12T03:06:02.680Z] ---> b83a88ed8954 [2021-02-12T03:06:02.680Z] Step 13/24 : WORKDIR / [2021-02-12T03:06:03.284Z] ---> Running in 782811783a35 [2021-02-12T03:06:04.274Z] Removing intermediate container 49a794bbb0e1 [2021-02-12T03:06:04.274Z] ---> 5663e0c0e532 [2021-02-12T03:06:04.274Z] [2021-02-12T03:06:04.274Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T03:06:04.274Z] 20.10.0: Pulling from library/docker [2021-02-12T03:06:04.551Z] Removing intermediate container 782811783a35 [2021-02-12T03:06:04.551Z] ---> ed8b56f2a83e [2021-02-12T03:06:04.551Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-12T03:06:04.832Z] Removing intermediate container c90ff0ef11ac [2021-02-12T03:06:04.832Z] ---> 2eaea6e15ef2 [2021-02-12T03:06:04.832Z] [2021-02-12T03:06:04.832Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:06:04.832Z] ---> afeebe901d6b [2021-02-12T03:06:04.832Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T03:06:04.832Z] ---> Using cache [2021-02-12T03:06:04.832Z] ---> 8d3c7b57f2af [2021-02-12T03:06:04.832Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T03:06:04.832Z] ---> Using cache [2021-02-12T03:06:04.832Z] ---> 963380013387 [2021-02-12T03:06:04.832Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T03:06:05.117Z] ---> Running in ae194bb795da [2021-02-12T03:06:06.115Z] ---> 2f285c24d3fe [2021-02-12T03:06:06.115Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-12T03:06:06.390Z] Removing intermediate container ae194bb795da [2021-02-12T03:06:06.390Z] ---> 77ebfdcd2675 [2021-02-12T03:06:06.390Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T03:06:06.666Z] ---> Running in 0cf0ed4113d0 [2021-02-12T03:06:07.673Z] Removing intermediate container 0cf0ed4113d0 [2021-02-12T03:06:07.673Z] ---> 6256575cdc09 [2021-02-12T03:06:07.673Z] Step 15/23 : WORKDIR / [2021-02-12T03:06:07.970Z] ---> 2767ea1910fb [2021-02-12T03:06:07.970Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T03:06:07.970Z] ---> Running in 36c2a0792ff4 [2021-02-12T03:06:09.425Z] Removing intermediate container 36c2a0792ff4 [2021-02-12T03:06:09.425Z] ---> 7c989736c173 [2021-02-12T03:06:09.425Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:06:10.045Z] ---> 9b0650599d76 [2021-02-12T03:06:10.045Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T03:06:12.042Z] ---> 5ceb23ce3fed [2021-02-12T03:06:12.042Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T03:06:12.637Z] ---> 2a3216189b77 [2021-02-12T03:06:12.637Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T03:06:16.030Z] ---> 0a79cda97f97 [2021-02-12T03:06:16.030Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T03:06:16.030Z] ---> 813c381e75c9 [2021-02-12T03:06:16.030Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T03:06:17.008Z] ---> c2d4f33a3f43 [2021-02-12T03:06:17.008Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-12T03:06:17.281Z] ---> 01c12f7bcccb [2021-02-12T03:06:17.281Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T03:06:17.556Z] ---> Running in f49ebadb278b [2021-02-12T03:06:17.828Z] ---> Running in 1a04fd9ed34b [2021-02-12T03:06:18.807Z] Removing intermediate container 1a04fd9ed34b [2021-02-12T03:06:18.807Z] ---> 2db32205b03f [2021-02-12T03:06:18.807Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:06:19.407Z] ---> Running in ed89c8149fc8 [2021-02-12T03:06:20.850Z] Removing intermediate container ed89c8149fc8 [2021-02-12T03:06:20.850Z] ---> 224a51e7c9a7 [2021-02-12T03:06:20.850Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T03:06:21.122Z] ---> Running in 22dda3fa6474 [2021-02-12T03:06:21.395Z] Removing intermediate container f49ebadb278b [2021-02-12T03:06:21.395Z] ---> e71e169ae9bc [2021-02-12T03:06:21.395Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T03:06:21.669Z] ---> Running in 4ffd331b7598 [2021-02-12T03:06:21.942Z] Removing intermediate container 22dda3fa6474 [2021-02-12T03:06:21.942Z] ---> 585aae11b0ff [2021-02-12T03:06:21.942Z] Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:06:22.534Z] ---> Running in 74a4b6699477 [2021-02-12T03:06:22.809Z] Removing intermediate container 4ffd331b7598 [2021-02-12T03:06:22.809Z] ---> 9e49730a39a2 [2021-02-12T03:06:22.809Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T03:06:22.809Z] ---> Running in 10ed63ca3efd [2021-02-12T03:06:23.081Z] Removing intermediate container 74a4b6699477 [2021-02-12T03:06:23.081Z] ---> 02d7bc4c44ab [2021-02-12T03:06:23.081Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:06:23.354Z] ---> Running in faa69ceeac47 [2021-02-12T03:06:23.354Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T03:06:23.626Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T03:06:23.626Z] ---> eeaf43b92773 [2021-02-12T03:06:23.626Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T03:06:23.626Z] Removing intermediate container 10ed63ca3efd [2021-02-12T03:06:23.626Z] ---> 9e5fce631d4e [2021-02-12T03:06:23.626Z] Step 23/24 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:06:23.900Z] ---> Running in 942fa3b2f0d8 [2021-02-12T03:06:23.900Z] ---> Running in fd0415bd25cd [2021-02-12T03:06:23.900Z] Removing intermediate container faa69ceeac47 [2021-02-12T03:06:23.900Z] ---> c07ee692baa7 [2021-02-12T03:06:23.900Z] [2021-02-12T03:06:24.507Z] Removing intermediate container 942fa3b2f0d8 [2021-02-12T03:06:24.507Z] ---> b7eef7197893 [2021-02-12T03:06:24.507Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T03:06:24.507Z] Successfully built c07ee692baa7 [2021-02-12T03:06:24.507Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T03:06:24.782Z]  Building docker-core-command-go ... done  ---> Running in e9e9695de232 [2021-02-12T03:06:25.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:06:25.327Z] Removing intermediate container e9e9695de232 [2021-02-12T03:06:25.327Z] ---> 2ec104f1d62c [2021-02-12T03:06:25.327Z] [2021-02-12T03:06:25.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:06:25.598Z] Successfully built 2ec104f1d62c [2021-02-12T03:06:25.598Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T03:06:25.869Z]  Building docker-security-secretstore-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2021-02-12T03:06:25.869Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T03:06:25.869Z] Executing bash-5.0.17-r0.post-install [2021-02-12T03:06:26.142Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:06:26.142Z] OK: 12 MiB in 22 packages [2021-02-12T03:06:27.581Z] Removing intermediate container fd0415bd25cd [2021-02-12T03:06:27.581Z] ---> e44a856dc11f [2021-02-12T03:06:27.581Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T03:06:27.854Z] ---> Running in d124f9cbffa1 [2021-02-12T03:06:28.451Z] Removing intermediate container d124f9cbffa1 [2021-02-12T03:06:28.451Z] ---> 9d7612511845 [2021-02-12T03:06:28.451Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T03:06:29.046Z] ---> Running in a3bf48fcac70 [2021-02-12T03:06:29.318Z] Removing intermediate container e4a565b4ec6f [2021-02-12T03:06:29.318Z] ---> 36ee08669098 [2021-02-12T03:06:29.318Z] [2021-02-12T03:06:29.318Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T03:06:29.318Z] ---> afeebe901d6b [2021-02-12T03:06:29.318Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T03:06:29.591Z] ---> Running in 746d934c3d95 [2021-02-12T03:06:29.591Z] Removing intermediate container a3bf48fcac70 [2021-02-12T03:06:29.591Z] ---> 2eec400e7c14 [2021-02-12T03:06:29.591Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T03:06:29.864Z] ---> Running in f2e2fd7693ae [2021-02-12T03:06:30.145Z] Removing intermediate container 746d934c3d95 [2021-02-12T03:06:30.145Z] ---> 1e3033113685 [2021-02-12T03:06:30.145Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T03:06:30.145Z] ---> Running in b7837bc0a88c [2021-02-12T03:06:30.145Z] Removing intermediate container f2e2fd7693ae [2021-02-12T03:06:30.145Z] ---> 40e52a065e72 [2021-02-12T03:06:30.145Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T03:06:30.741Z] Removing intermediate container b7837bc0a88c [2021-02-12T03:06:30.741Z] ---> c7901601251e [2021-02-12T03:06:30.741Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T03:06:31.013Z] ---> Running in d64d5c522961 [2021-02-12T03:06:31.291Z] ---> 92295d007ba0 [2021-02-12T03:06:31.291Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T03:06:31.566Z] Removing intermediate container d64d5c522961 [2021-02-12T03:06:31.566Z] ---> 94b0ebb84967 [2021-02-12T03:06:31.566Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T03:06:31.566Z] ---> Running in 69a2181743d4 [2021-02-12T03:06:32.557Z] ---> ff8e5d53e259 [2021-02-12T03:06:32.558Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T03:06:33.537Z] ---> fb483b903873 [2021-02-12T03:06:33.537Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T03:06:33.537Z] ---> Running in 7a11d054a04d [2021-02-12T03:06:34.518Z] Removing intermediate container 69a2181743d4 [2021-02-12T03:06:34.518Z] ---> 788195f9133b [2021-02-12T03:06:34.518Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T03:06:34.518Z] ---> Running in 1742a4993ec9 [2021-02-12T03:06:34.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:06:35.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:06:35.660Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T03:06:35.660Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T03:06:35.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:06:35.660Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T03:06:35.660Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T03:06:35.660Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T03:06:35.660Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T03:06:35.660Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T03:06:36.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:06:37.230Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T03:06:37.230Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T03:06:37.500Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T03:06:37.500Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T03:06:37.500Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T03:06:37.500Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T03:06:37.500Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T03:06:37.500Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T03:06:37.500Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T03:06:37.500Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T03:06:37.500Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T03:06:37.500Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T03:06:37.500Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T03:06:37.500Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T03:06:37.770Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T03:06:37.770Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T03:06:37.770Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T03:06:37.770Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T03:06:37.770Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T03:06:37.770Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T03:06:37.770Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T03:06:37.770Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T03:06:37.770Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T03:06:37.770Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T03:06:37.770Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T03:06:37.770Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T03:06:37.770Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T03:06:37.770Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T03:06:37.770Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T03:06:37.770Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T03:06:37.770Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T03:06:38.041Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T03:06:38.041Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:06:38.041Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:06:38.041Z] OK: 8 MiB in 20 packages [2021-02-12T03:06:38.041Z] OK: 71 MiB in 55 packages [2021-02-12T03:06:40.013Z] Removing intermediate container 1742a4993ec9 [2021-02-12T03:06:40.013Z] ---> 4c0a39e13c05 [2021-02-12T03:06:40.013Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T03:06:40.993Z] ---> 67b0c79d0cd7 [2021-02-12T03:06:40.993Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T03:06:42.971Z] ---> f567edd93d3e [2021-02-12T03:06:42.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T03:06:43.953Z] ---> ebb687e19588 [2021-02-12T03:06:43.953Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T03:06:43.953Z] ---> Running in 6bc364b8a3bf [2021-02-12T03:06:44.557Z] Removing intermediate container 7a11d054a04d [2021-02-12T03:06:44.557Z] ---> 9a7c161bcff7 [2021-02-12T03:06:44.557Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T03:06:44.557Z] ---> Running in 059985635fee [2021-02-12T03:06:44.557Z] Removing intermediate container 6bc364b8a3bf [2021-02-12T03:06:44.557Z] ---> 624b1ac8ae4c [2021-02-12T03:06:44.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:06:44.832Z] ---> Running in 39c507da9d6d [2021-02-12T03:06:45.441Z] Removing intermediate container 39c507da9d6d [2021-02-12T03:06:45.441Z] ---> 15d4103764a9 [2021-02-12T03:06:45.441Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T03:06:45.715Z] ---> Running in 900a3eefe8e1 [2021-02-12T03:06:45.997Z] Removing intermediate container 900a3eefe8e1 [2021-02-12T03:06:45.997Z] ---> 6b565984bd0f [2021-02-12T03:06:45.997Z] Step 22/23 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:06:46.270Z] ---> Running in 99a44ef5b1af [2021-02-12T03:06:46.867Z] Removing intermediate container 99a44ef5b1af [2021-02-12T03:06:46.867Z] ---> a5478a2bfeb3 [2021-02-12T03:06:46.867Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T03:06:46.867Z] ---> Running in 49c36bfdf3e1 [2021-02-12T03:06:47.459Z] Removing intermediate container 49c36bfdf3e1 [2021-02-12T03:06:47.459Z] ---> 6781ba9972a5 [2021-02-12T03:06:47.459Z] [2021-02-12T03:06:47.733Z] Successfully built 6781ba9972a5 [2021-02-12T03:06:47.733Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T03:06:49.693Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-12T03:06:49.693Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T03:06:50.283Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T03:06:50.283Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T03:06:50.876Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T03:06:50.876Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T03:06:52.835Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T03:06:52.835Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T03:06:53.106Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T03:06:53.106Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T03:06:55.067Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T03:06:55.067Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T03:06:57.052Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T03:06:57.052Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T03:06:58.068Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T03:06:58.068Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T03:06:59.072Z] Collecting PyYAML<4,>=3.10 [2021-02-12T03:06:59.072Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T03:07:01.724Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-12T03:07:02.329Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T03:07:02.608Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T03:07:03.213Z] Collecting idna<2.8,>=2.5 [2021-02-12T03:07:03.213Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T03:07:03.213Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-12T03:07:03.213Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-12T03:07:03.809Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T03:07:03.809Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T03:07:04.082Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T03:07:04.082Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T03:07:04.355Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T03:07:04.355Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T03:07:04.355Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T03:07:04.355Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T03:07:04.948Z] Installing collected packages: jsonschema, texttable, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, docker, docker-compose [2021-02-12T03:07:05.219Z] Running setup.py install for texttable: started [2021-02-12T03:07:07.185Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T03:07:07.185Z] Running setup.py install for dockerpty: started [2021-02-12T03:07:09.149Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T03:07:09.150Z] Running setup.py install for docopt: started [2021-02-12T03:07:11.128Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T03:07:11.128Z] Attempting uninstall: idna [2021-02-12T03:07:11.128Z] Found existing installation: idna 2.9 [2021-02-12T03:07:11.128Z] Uninstalling idna-2.9: [2021-02-12T03:07:11.128Z] Successfully uninstalled idna-2.9 [2021-02-12T03:07:11.719Z] Attempting uninstall: urllib3 [2021-02-12T03:07:11.719Z] Found existing installation: urllib3 1.25.9 [2021-02-12T03:07:11.719Z] Uninstalling urllib3-1.25.9: [2021-02-12T03:07:11.719Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T03:07:12.309Z] Attempting uninstall: requests [2021-02-12T03:07:12.309Z] Found existing installation: requests 2.23.0 [2021-02-12T03:07:12.309Z] Uninstalling requests-2.23.0: [2021-02-12T03:07:12.581Z] Successfully uninstalled requests-2.23.0 [2021-02-12T03:07:12.855Z] Running setup.py install for PyYAML: started [2021-02-12T03:07:14.817Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T03:07:16.778Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T03:07:20.159Z] Removing intermediate container 059985635fee [2021-02-12T03:07:20.159Z] ---> f7e016ebbc66 [2021-02-12T03:07:20.159Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T03:07:20.159Z] ---> Running in 7bb1e2942a92 [2021-02-12T03:07:21.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T03:07:21.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T03:07:21.993Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T03:07:21.994Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T03:07:21.994Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T03:07:21.994Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T03:07:21.994Z] OK: 71 MiB in 58 packages [2021-02-12T03:07:23.422Z] Removing intermediate container 7bb1e2942a92 [2021-02-12T03:07:23.422Z] ---> 842db33641e5 [2021-02-12T03:07:23.422Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T03:07:23.422Z] ---> Running in c022c42d4464 [2021-02-12T03:07:24.014Z] Removing intermediate container c022c42d4464 [2021-02-12T03:07:24.015Z] ---> bd2891552bd4 [2021-02-12T03:07:24.015Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T03:07:24.015Z] ---> Running in 5c03bd0db528 [2021-02-12T03:07:24.607Z] Removing intermediate container 5c03bd0db528 [2021-02-12T03:07:24.607Z] ---> 9367c390d4d2 [2021-02-12T03:07:24.607Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T03:07:24.607Z] ---> Running in 7985bc9a95e0 [2021-02-12T03:07:25.200Z] Removing intermediate container 7985bc9a95e0 [2021-02-12T03:07:25.200Z] ---> 516a4008aa89 [2021-02-12T03:07:25.200Z] Step 25/26 : LABEL git_sha=b24f7dfb09187849f099ea4c61709a1fa7358ae9 [2021-02-12T03:07:25.200Z] ---> Running in 6817d77b816b [2021-02-12T03:07:25.472Z] Removing intermediate container 6817d77b816b [2021-02-12T03:07:25.472Z] ---> 577b64be86a9 [2021-02-12T03:07:25.472Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T03:07:25.752Z] ---> Running in 414fa3f370c8 [2021-02-12T03:07:26.342Z] Removing intermediate container 414fa3f370c8 [2021-02-12T03:07:26.342Z] ---> 9262ecc109bd [2021-02-12T03:07:26.342Z] [2021-02-12T03:07:26.613Z] Successfully built 9262ecc109bd [2021-02-12T03:07:26.613Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T03:07:27.218Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T03:07:27.228Z] $ docker stop --time=1 c0f9ce543952fe48cf4ebaba468401cf1d815fb6d581e59f6b494dbec7485a91 [2021-02-12T03:07:29.152Z] $ docker rm -f c0f9ce543952fe48cf4ebaba468401cf1d815fb6d581e59f6b494dbec7485a91 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T03:07:29.827Z] + grep docker [2021-02-12T03:07:29.827Z] + docker images [2021-02-12T03:07:30.100Z] docker-sys-mgmt-agent-go-arm64 latest 9262ecc109bd 4 seconds ago 300MB [2021-02-12T03:07:30.100Z] docker-core-data-go-arm64 latest 6781ba9972a5 42 seconds ago 21MB [2021-02-12T03:07:30.100Z] docker-security-secretstore-setup-go-arm64 latest 2ec104f1d62c About a minute ago 23.4MB [2021-02-12T03:07:30.100Z] docker-core-command-go-arm64 latest c07ee692baa7 About a minute ago 16MB [2021-02-12T03:07:30.100Z] docker-security-bootstrapper-go-arm64 latest e706c0f6b881 3 minutes ago 17MB [2021-02-12T03:07:30.100Z] docker-core-metadata-go-arm64 latest c3a38d18f952 3 minutes ago 17.8MB [2021-02-12T03:07:30.100Z] docker-support-notifications-go-arm64 latest ecd53d40e7b6 3 minutes ago 16.7MB [2021-02-12T03:07:30.100Z] docker-support-scheduler-go-arm64 latest bc12254bad7f 3 minutes ago 16.1MB [2021-02-12T03:07:30.100Z] docker-security-proxy-setup-go-arm64 latest a7bd25c1df17 3 minutes ago 23.2MB [2021-02-12T03:07:30.100Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-12T03:07:32.425Z] provisioning config files... [2021-02-12T03:07:32.446Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config6080828903743897999tmp [Pipeline] { [Pipeline] sh [2021-02-12T03:07:32.867Z] + set +x [2021-02-12T03:07:32.867Z] + curl -s https://codecov.io/bash [2021-02-12T03:07:32.867Z] + bash -s -- [2021-02-12T03:07:33.440Z] [2021-02-12T03:07:33.440Z] _____ _ [2021-02-12T03:07:33.440Z] / ____| | | [2021-02-12T03:07:33.440Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T03:07:33.440Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T03:07:33.440Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T03:07:33.440Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T03:07:33.440Z] Bash-20210129-7c25fce [2021-02-12T03:07:33.440Z] [2021-02-12T03:07:33.440Z] [2021-02-12T03:07:33.440Z] ==> git version 2.24.3 found [2021-02-12T03:07:33.440Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-12T03:07:33.440Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T03:07:33.440Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T03:07:33.440Z] ==> Jenkins CI detected. [2021-02-12T03:07:33.440Z] project root: . [2021-02-12T03:07:33.440Z] --> token set from env [2021-02-12T03:07:33.440Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T03:07:33.440Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T03:07:33.440Z] ==> Python coveragepy not found [2021-02-12T03:07:33.440Z] ==> Searching for coverage reports in: [2021-02-12T03:07:33.440Z] + . [2021-02-12T03:07:33.440Z] -> Found 1 reports [2021-02-12T03:07:33.440Z] ==> Detecting git/mercurial file structure [2021-02-12T03:07:33.440Z] ==> Reading reports [2021-02-12T03:07:33.440Z] + ./coverage.out bytes=595676 [2021-02-12T03:07:33.702Z] ==> Appending adjustments [2021-02-12T03:07:33.702Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T03:07:37.013Z] + Found adjustments [2021-02-12T03:07:37.013Z] ==> Gzipping contents [2021-02-12T03:07:37.013Z] 88K /tmp/codecov.O42l4T.gz [2021-02-12T03:07:37.013Z] ==> Uploading reports [2021-02-12T03:07:37.013Z] url: https://codecov.io [2021-02-12T03:07:37.013Z] query: branch=PR-3113&commit=b24f7dfb09187849f099ea4c61709a1fa7358ae9&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-12T03:07:37.013Z] -> Pinging Codecov [2021-02-12T03:07:37.013Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=b24f7dfb09187849f099ea4c61709a1fa7358ae9&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-12T03:07:37.275Z] -> Uploading to [2021-02-12T03:07:37.275Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/b24f7dfb09187849f099ea4c61709a1fa7358ae9/1b17ae5f-6b7f-47cd-a343-9afd4fec0c09.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T030737Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35c06e55cc42dd2df989044b95eec05001753fdbae46a337ad304747f77a94ff [2021-02-12T03:07:37.275Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T03:07:37.275Z] Dload Upload Total Spent Left Speed [2021-02-12T03:07:37.848Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89336 0 0 100 89336 0 179k --:--:-- --:--:-- --:--:-- 179k [2021-02-12T03:07:37.848Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b24f7dfb09187849f099ea4c61709a1fa7358ae9 [Pipeline] } [2021-02-12T03:07:37.858Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:07:39.998Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:07:40.884Z] ---> package-listing.sh [2021-02-12T03:07:40.885Z] ++ facter osfamily [2021-02-12T03:07:40.885Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T03:07:40.885Z] + OS_FAMILY=redhat [2021-02-12T03:07:40.885Z] + workspace=/w/workspace/edgex-go/22 [2021-02-12T03:07:40.885Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T03:07:40.885Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T03:07:40.885Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T03:07:40.885Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T03:07:40.885Z] + '[' /w/workspace/edgex-go/22 ']' [2021-02-12T03:07:40.885Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T03:07:40.885Z] + case "${OS_FAMILY}" in [2021-02-12T03:07:40.885Z] + rpm -qa [2021-02-12T03:07:40.885Z] + sort [2021-02-12T03:07:46.191Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T03:07:46.191Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T03:07:46.191Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T03:07:46.191Z] + '[' /w/workspace/edgex-go/22 ']' [2021-02-12T03:07:46.191Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2021-02-12T03:07:46.191Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo [2021-02-12T03:07:46.205Z] 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T03:07:46.498Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:07:46.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:07:46.810Z] [2021-02-12T03:07:46.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T03:07:47.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:07:47.158Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T03:07:47.158Z] df20fa9351a1: Pulling fs layer [2021-02-12T03:07:47.158Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T03:07:47.158Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T03:07:47.158Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T03:07:47.158Z] 93b61091891f: Pulling fs layer [2021-02-12T03:07:47.158Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T03:07:47.158Z] 5e14af77c1be: Pulling fs layer [2021-02-12T03:07:47.158Z] 01666e4c0597: Pulling fs layer [2021-02-12T03:07:47.158Z] aa168da1d23b: Pulling fs layer [2021-02-12T03:07:47.158Z] 46f8f816bc3b: Waiting [2021-02-12T03:07:47.158Z] 93b61091891f: Waiting [2021-02-12T03:07:47.158Z] 93b9cdb0e59b: Waiting [2021-02-12T03:07:47.158Z] 5e14af77c1be: Waiting [2021-02-12T03:07:47.158Z] 01666e4c0597: Waiting [2021-02-12T03:07:47.158Z] aa168da1d23b: Waiting [2021-02-12T03:07:47.158Z] 36b3adc4ff6f: Download complete [2021-02-12T03:07:47.158Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T03:07:47.158Z] 46f8f816bc3b: Download complete [2021-02-12T03:07:47.158Z] df20fa9351a1: Verifying Checksum [2021-02-12T03:07:47.158Z] df20fa9351a1: Download complete [2021-02-12T03:07:47.422Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T03:07:47.422Z] 93b9cdb0e59b: Download complete [2021-02-12T03:07:47.422Z] 5e14af77c1be: Verifying Checksum [2021-02-12T03:07:47.422Z] 5e14af77c1be: Download complete [2021-02-12T03:07:47.422Z] 01666e4c0597: Verifying Checksum [2021-02-12T03:07:47.422Z] 01666e4c0597: Download complete [2021-02-12T03:07:47.422Z] 93b61091891f: Verifying Checksum [2021-02-12T03:07:47.422Z] 93b61091891f: Download complete [2021-02-12T03:07:47.686Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T03:07:47.686Z] 8ad3a11d3b57: Download complete [2021-02-12T03:07:47.686Z] df20fa9351a1: Pull complete [2021-02-12T03:07:47.952Z] 36b3adc4ff6f: Pull complete [2021-02-12T03:07:48.529Z] 8ad3a11d3b57: Pull complete [2021-02-12T03:07:48.794Z] 46f8f816bc3b: Pull complete [2021-02-12T03:07:49.739Z] aa168da1d23b: Verifying Checksum [2021-02-12T03:07:49.739Z] aa168da1d23b: Download complete [2021-02-12T03:07:50.686Z] 93b61091891f: Pull complete [2021-02-12T03:07:51.677Z] 93b9cdb0e59b: Pull complete [2021-02-12T03:07:51.677Z] 5e14af77c1be: Pull complete [2021-02-12T03:07:51.677Z] 01666e4c0597: Pull complete [2021-02-12T03:07:59.847Z] aa168da1d23b: Pull complete [2021-02-12T03:07:59.847Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T03:07:59.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T03:07:59.847Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T03:08:00.036Z] prd-centos7-docker-4c-2g-26195 does not seem to be running inside a container [2021-02-12T03:08:00.083Z] $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-lftools-log-publisher:alpine cat [2021-02-12T03:08:08.837Z] $ docker top fc9700aef3106e142b7958b825f821165362e871a3455304770ff1a8d9e2921c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T03:08:09.448Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T03:08:09.748Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T03:08:10.050Z] + ls /var/log/sa-host [2021-02-12T03:08:10.050Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T03:08:10.050Z] file_magic: OK [2021-02-12T03:08:10.050Z] HZ: Using current value: 100 [2021-02-12T03:08:10.050Z] file_header: OK [2021-02-12T03:08:10.050Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T03:08:10.050Z] Statistics: [2021-02-12T03:08:10.050Z] 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... [2021-02-12T03:08:10.050Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T03:08:10.050Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T03:08:10.050Z] file_magic: OK [2021-02-12T03:08:10.050Z] HZ: Using current value: 100 [2021-02-12T03:08:10.050Z] file_header: OK [2021-02-12T03:08:10.050Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T03:08:10.050Z] Statistics: [2021-02-12T03:08:10.050Z] Hnuu...uuuununununu... [2021-02-12T03:08:10.050Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T03:08:10.683Z] provisioning config files... [2021-02-12T03:08:10.700Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config7557597447633558602tmp [Pipeline] { [Pipeline] echo [2021-02-12T03:08:10.814Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:08:11.142Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T03:08:11.152Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T03:08:11.235Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:08:11.529Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T03:08:11.540Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:08:11.843Z] ---> sudo-logs.sh [2021-02-12T03:08:11.843Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T03:08:11.855Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:08:12.151Z] ---> job-cost.sh [2021-02-12T03:08:12.151Z] lf-activate-venv: SKIPPING [2021-02-12T03:08:12.151Z] INFO: No Stack... [2021-02-12T03:08:12.724Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T03:08:13.299Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T03:08:13.312Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T03:08:13.654Z] ---> logs-deploy.sh [2021-02-12T03:08:13.654Z] lf-activate-venv: SKIPPING [2021-02-12T03:08:13.654Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/22 [2021-02-12T03:08:13.654Z] INFO: archiving workspace using pattern(s): [2021-02-12T03:08:15.584Z] Archives upload complete. [2021-02-12T03:08:15.584Z] INFO: archiving logs to Nexus