Pull request #3162 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 708f8d63efe7062e5341fd95bcd0cd78e38a44e5+8d65b999035e49fddad3f4b9ff0ea0f872535afc (d5a4933316f39d95dd2234cf321a159c512c06ed) 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-26122 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 > 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/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 Merge succeeded, producing 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 Checking out Revision 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 (PR-3162) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-11T21:16:52.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-11T21:16:53.014Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk d06d16f5ce4e87c62c402ff10f33d860c0e23ab6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-11T21:16:53.134Z] ========================================================= [2021-02-11T21:16:53.134Z] EdgeX Global Pipelines Version Info [2021-02-11T21:16:53.134Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:16:54.621Z] ------------------- [2021-02-11T21:16:54.621Z] stable info: [2021-02-11T21:16:54.621Z] ------------------- [2021-02-11T21:16:54.621Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T21:16:54.621Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T21:16:54.622Z] Message: update stable to v1.0.179 [2021-02-11T21:16:55.573Z] ------------------- [2021-02-11T21:16:55.573Z] experimental info: [2021-02-11T21:16:55.573Z] ------------------- [2021-02-11T21:16:55.573Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T21:16:55.573Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T21:16:55.573Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T21:16:55.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-11T21:16:55.973Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-11T21:16:56.140Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-11T21:16:56.240Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-11T21:16:56.331Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-11T21:16:56.422Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-11T21:16:56.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-11T21:16:56.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-11T21:16:56.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-11T21:16:56.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-11T21:16:56.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-11T21:16:57.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-11T21:16:57.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-11T21:16:57.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-11T21:16:57.297Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T21:16:57.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T21:16:57.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-11T21:16:57.595Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-11T21:16:57.685Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-11T21:16:57.799Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-11T21:16:57.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-11T21:16:57.981Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-11T21:16:58.085Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-11T21:16:58.196Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3162 [Pipeline] echo [2021-02-11T21:16:58.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3162 [Pipeline] echo [2021-02-11T21:16:58.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3162 [Pipeline] echo [2021-02-11T21:16:58.490Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [Pipeline] echo [2021-02-11T21:16:58.587Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 708f8d6 [Pipeline] echo [2021-02-11T21:16:58.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T21:16:58.867Z] provisioning config files... [2021-02-11T21:16:58.905Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6652798558917470698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:16:59.307Z] ---> docker-login.sh [2021-02-11T21:16:59.307Z] nexus3.edgexfoundry.org:10001 [2021-02-11T21:16:59.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:16:59.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:16:59.835Z] Configure a credential helper to remove this warning. See [2021-02-11T21:16:59.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:16:59.835Z] [2021-02-11T21:16:59.835Z] Login Succeeded [2021-02-11T21:16:59.835Z] nexus3.edgexfoundry.org:10002 [2021-02-11T21:16:59.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:17:00.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:17:00.101Z] Configure a credential helper to remove this warning. See [2021-02-11T21:17:00.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:17:00.101Z] [2021-02-11T21:17:00.101Z] Login Succeeded [2021-02-11T21:17:00.101Z] nexus3.edgexfoundry.org:10003 [2021-02-11T21:17:00.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:17:00.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:17:00.101Z] Configure a credential helper to remove this warning. See [2021-02-11T21:17:00.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:17:00.101Z] [2021-02-11T21:17:00.101Z] Login Succeeded [2021-02-11T21:17:00.101Z] nexus3.edgexfoundry.org:10004 [2021-02-11T21:17:00.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:17:00.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:17:00.364Z] Configure a credential helper to remove this warning. See [2021-02-11T21:17:00.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:17:00.365Z] [2021-02-11T21:17:00.365Z] Login Succeeded [2021-02-11T21:17:00.365Z] docker.io [2021-02-11T21:17:00.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:17:00.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:17:00.890Z] Configure a credential helper to remove this warning. See [2021-02-11T21:17:00.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:17:00.890Z] [2021-02-11T21:17:00.890Z] Login Succeeded [2021-02-11T21:17:00.890Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T21:17:00.901Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T21:17:01.376Z] ++ 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-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/core-command/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/core-data/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-11T21:17:01.376Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T21:17:01.376Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-11T21:17:01.376Z] ++ cut -d/ -f2 [2021-02-11T21:17:01.376Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-11T21:17:01.455Z] 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-11T21:17:03.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T21:17:03.134Z] [2021-02-11T21:17:03.134Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:17:03.506Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T21:17:03.506Z] latest: Pulling from edgex-devops/git-semver [2021-02-11T21:17:03.506Z] 31603596830f: Pulling fs layer [2021-02-11T21:17:03.506Z] 2a8b12db71e7: Pulling fs layer [2021-02-11T21:17:03.506Z] 6ca5941a6612: Pulling fs layer [2021-02-11T21:17:03.506Z] ecc8261a40a4: Pulling fs layer [2021-02-11T21:17:03.506Z] ecc8261a40a4: Waiting [2021-02-11T21:17:03.506Z] 2a8b12db71e7: Verifying Checksum [2021-02-11T21:17:03.506Z] 2a8b12db71e7: Download complete [2021-02-11T21:17:03.768Z] 31603596830f: Verifying Checksum [2021-02-11T21:17:03.768Z] 31603596830f: Download complete [2021-02-11T21:17:03.768Z] 6ca5941a6612: Verifying Checksum [2021-02-11T21:17:03.768Z] 6ca5941a6612: Download complete [2021-02-11T21:17:03.768Z] ecc8261a40a4: Verifying Checksum [2021-02-11T21:17:03.768Z] ecc8261a40a4: Download complete [2021-02-11T21:17:04.030Z] 31603596830f: Pull complete [2021-02-11T21:17:04.293Z] 2a8b12db71e7: Pull complete [2021-02-11T21:17:05.239Z] 6ca5941a6612: Pull complete [2021-02-11T21:17:05.239Z] ecc8261a40a4: Pull complete [2021-02-11T21:17:05.239Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-11T21:17:05.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T21:17:05.239Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-11T21:17:05.355Z] prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container [2021-02-11T21:17:05.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-11T21:17:07.886Z] $ docker top bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-11T21:17:08.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T21:17:08.249Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T21:17:08.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T21:17:08.493Z] $ docker exec bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent [2021-02-11T21:17:08.662Z] SSH_AUTH_SOCK=/tmp/ssh-YxfMOoKGAjYQ/agent.11 [2021-02-11T21:17:08.662Z] SSH_AGENT_PID=17 [2021-02-11T21:17:08.672Z] Running ssh-add (command line suppressed) [2021-02-11T21:17:08.809Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5217784184907483468.key (/w/workspace/edgex-go/3@tmp/private_key_5217784184907483468.key) [2021-02-11T21:17:08.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T21:17:09.189Z] + git tag --points-at HEAD [Pipeline] } [2021-02-11T21:17:09.217Z] $ docker exec --env ******** --env ******** bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent -k [2021-02-11T21:17:09.338Z] unset SSH_AUTH_SOCK; [2021-02-11T21:17:09.338Z] unset SSH_AGENT_PID; [2021-02-11T21:17:09.338Z] echo Agent pid 17 killed; [2021-02-11T21:17:09.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-11T21:17:09.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T21:17:09.513Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T21:17:09.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T21:17:09.687Z] $ docker exec bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent [2021-02-11T21:17:09.849Z] SSH_AUTH_SOCK=/tmp/ssh-FLvjfz0hYExT/agent.47 [2021-02-11T21:17:09.849Z] SSH_AGENT_PID=52 [2021-02-11T21:17:09.856Z] Running ssh-add (command line suppressed) [2021-02-11T21:17:09.990Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6149433326008115757.key (/w/workspace/edgex-go/3@tmp/private_key_6149433326008115757.key) [2021-02-11T21:17:10.036Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T21:17:10.384Z] + git semver init [2021-02-11T21:17:10.384Z] # -> Open(): unable to determine branch for HEAD [2021-02-11T21:17:10.384Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-11T21:17:10.384Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-11T21:17:10.384Z] # $SEMVER_REMOTE_NAME = origin [2021-02-11T21:17:10.384Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-11T21:17:10.384Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-11T21:17:10.384Z] # $SEMVER_BRANCH = PR-3162 [2021-02-11T21:17:10.384Z] # $SEMVER_TEMP = /tmp/semver-396289668 [2021-02-11T21:17:10.385Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-11T21:17:28.609Z] # '/tmp/semver-396289668' -> '/w/workspace/edgex-go/3/.semver' [2021-02-11T21:17:28.609Z] # -> Force: false [2021-02-11T21:17:28.609Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-11T21:17:28.630Z] $ docker exec --env ******** --env ******** bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 ssh-agent -k [2021-02-11T21:17:28.861Z] unset SSH_AUTH_SOCK; [2021-02-11T21:17:28.862Z] unset SSH_AGENT_PID; [2021-02-11T21:17:28.862Z] echo Agent pid 52 killed; [2021-02-11T21:17:28.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T21:17:29.398Z] + git semver [Pipeline] } [2021-02-11T21:17:29.423Z] $ docker stop --time=1 bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 [2021-02-11T21:17:31.170Z] $ docker rm -f bf20491efb405cf2242a7269a02649a42b8fa044d5bf63edb9cfa725f3046742 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T21:17:31.704Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-11T21:17:32.248Z] Stashed 1 file(s) [Pipeline] echo [2021-02-11T21:17:32.250Z] [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-11T21:17:33.157Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-11T21:17:33.455Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T21:17:33.756Z] + sudo service docker restart [2021-02-11T21:17:33.757Z] + true [2021-02-11T21:17:33.757Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-11T21:17:34.350Z] ========================================================= [2021-02-11T21:17:34.350Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-11T21:17:34.350Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:17:34.700Z] + 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-11T21:17:38.943Z] Sending build context to Docker daemon 327.8MB [2021-02-11T21:17:38.943Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T21:17:38.943Z] Step 2/6 : FROM ${BASE} [2021-02-11T21:17:38.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-11T21:17:38.943Z] 188c0c94c7c5: Pulling fs layer [2021-02-11T21:17:38.943Z] 0ef7d3d256c8: Pulling fs layer [2021-02-11T21:17:38.943Z] de9db76c5a1d: Pulling fs layer [2021-02-11T21:17:38.943Z] bca2f99d35d6: Pulling fs layer [2021-02-11T21:17:38.943Z] 93359f2a8cfa: Pulling fs layer [2021-02-11T21:17:38.943Z] 7c6f9722023f: Pulling fs layer [2021-02-11T21:17:38.943Z] a35cf1a2eb13: Pulling fs layer [2021-02-11T21:17:38.943Z] bca2f99d35d6: Waiting [2021-02-11T21:17:38.943Z] 7c6f9722023f: Waiting [2021-02-11T21:17:38.943Z] a35cf1a2eb13: Waiting [2021-02-11T21:17:38.943Z] 93359f2a8cfa: Waiting [2021-02-11T21:17:38.943Z] de9db76c5a1d: Verifying Checksum [2021-02-11T21:17:38.943Z] de9db76c5a1d: Download complete [2021-02-11T21:17:38.943Z] 0ef7d3d256c8: Download complete [2021-02-11T21:17:38.943Z] 93359f2a8cfa: Verifying Checksum [2021-02-11T21:17:38.943Z] 93359f2a8cfa: Download complete [2021-02-11T21:17:38.943Z] 188c0c94c7c5: Verifying Checksum [2021-02-11T21:17:38.943Z] 188c0c94c7c5: Download complete [2021-02-11T21:17:38.943Z] 7c6f9722023f: Verifying Checksum [2021-02-11T21:17:38.943Z] 7c6f9722023f: Download complete [2021-02-11T21:17:38.943Z] 188c0c94c7c5: Pull complete [2021-02-11T21:17:39.205Z] 0ef7d3d256c8: Pull complete [2021-02-11T21:17:39.205Z] de9db76c5a1d: Pull complete [2021-02-11T21:17:40.607Z] a35cf1a2eb13: Verifying Checksum [2021-02-11T21:17:40.607Z] a35cf1a2eb13: Download complete [2021-02-11T21:17:41.182Z] bca2f99d35d6: Verifying Checksum [2021-02-11T21:17:41.182Z] bca2f99d35d6: Download complete [2021-02-11T21:17:46.498Z] bca2f99d35d6: Pull complete [2021-02-11T21:17:46.498Z] 93359f2a8cfa: Pull complete [2021-02-11T21:17:46.498Z] 7c6f9722023f: Pull complete [2021-02-11T21:17:47.653Z] Still waiting to schedule task [2021-02-11T21:17:47.653Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-11T21:17:51.820Z] a35cf1a2eb13: Pull complete [2021-02-11T21:17:51.820Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-11T21:17:51.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-11T21:17:51.820Z] ---> a62c8e92a672 [2021-02-11T21:17:51.820Z] 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-11T21:17:51.820Z] ---> Running in 272873bc771e [2021-02-11T21:17:52.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:17:53.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:17:53.611Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T21:17:53.872Z] (2/12) Installing file (5.38-r0) [2021-02-11T21:17:54.134Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T21:17:54.134Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T21:17:59.434Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T21:17:59.434Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T21:17:59.434Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T21:17:59.434Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T21:17:59.434Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T21:17:59.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T21:17:59.697Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T21:17:59.697Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T21:17:59.961Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:17:59.961Z] OK: 233 MiB in 51 packages [2021-02-11T21:18:04.196Z] Removing intermediate container 272873bc771e [2021-02-11T21:18:04.196Z] ---> 2dcb79257351 [2021-02-11T21:18:04.196Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T21:18:04.196Z] ---> Running in d5cd3f113750 [2021-02-11T21:18:04.459Z] Removing intermediate container d5cd3f113750 [2021-02-11T21:18:04.459Z] ---> 8ec199530f3b [2021-02-11T21:18:04.459Z] Step 5/6 : COPY go.mod . [2021-02-11T21:18:04.459Z] ---> 5547dd0d79b0 [2021-02-11T21:18:04.459Z] Step 6/6 : RUN go mod download [2021-02-11T21:18:04.723Z] ---> Running in 816ee0eb99ca [2021-02-11T21:18:26.738Z] Removing intermediate container 816ee0eb99ca [2021-02-11T21:18:26.738Z] ---> 8d21dbd16686 [2021-02-11T21:18:26.738Z] Successfully built 8d21dbd16686 [2021-02-11T21:18:26.738Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:18:27.056Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T21:18:27.056Z] . [Pipeline] withDockerContainer [2021-02-11T21:18:27.161Z] prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container [2021-02-11T21:18:27.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T21:18:28.156Z] $ docker top 3f6c9d8574909279bc1fd227a394ba9c8dbc09845a8602abfdda70a8fcea41b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T21:18:28.649Z] + go version [2021-02-11T21:18:28.649Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-11T21:18:28.667Z] $ docker stop --time=1 3f6c9d8574909279bc1fd227a394ba9c8dbc09845a8602abfdda70a8fcea41b3 [2021-02-11T21:18:30.040Z] $ docker rm -f 3f6c9d8574909279bc1fd227a394ba9c8dbc09845a8602abfdda70a8fcea41b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:18:30.997Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T21:18:30.997Z] . [Pipeline] withDockerContainer [2021-02-11T21:18:31.098Z] prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container [2021-02-11T21:18:31.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T21:18:32.911Z] $ docker top ea90ef53284c7c08facd6a025df1e2ed6acf5905ec895d96ca1885b56b7036e4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T21:18:33.174Z] ========================================================= [2021-02-11T21:18:33.174Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T21:18:33.174Z] ========================================================= [Pipeline] sh [2021-02-11T21:18:33.485Z] + make test [2021-02-11T21:18:33.485Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T21:18:43.562Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T21:18:58.605Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T21:19:05.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T21:19:05.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T21:19:05.306Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T21:19:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T21:19:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T21:19:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T21:19:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T21:19:07.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T21:19:08.289Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T21:19:10.889Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T21:19:10.889Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T21:19:10.889Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T21:19:12.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 45.9% of statements [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T21:19:12.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T21:19:12.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-02-11T21:19:16.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T21:19:16.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T21:19:16.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T21:19:16.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T21:19:16.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T21:19:16.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.455s coverage: 82.3% of statements [2021-02-11T21:19:16.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T21:19:16.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:19:16.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T21:19:16.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T21:19:18.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.447s coverage: 28.6% of statements [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T21:19:18.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T21:19:18.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T21:19:18.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-02-11T21:19:18.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T21:19:19.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-02-11T21:19:19.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T21:19:19.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-02-11T21:19:19.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T21:19:19.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T21:19:19.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T21:19:19.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T21:19:22.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-02-11T21:19:22.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-02-11T21:19:34.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-02-11T21:19:34.659Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-11T21:19:36.306Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26123 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] ws [2021-02-11T21:19:36.425Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-11T21:19:41.443Z] using credential edgex-jenkins-ssh [2021-02-11T21:19:41.523Z] Cloning the remote Git repository [2021-02-11T21:19:41.572Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T21:19:41.669Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-11T21:19:41.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T21:19:41.741Z] > git --version # timeout=10 [2021-02-11T21:19:41.763Z] > git --version # 'git version 2.17.1' [2021-02-11T21:19:41.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T21:19:41.840Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 89.4% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T21:19:45.006Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T21:19:45.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T21:19:45.007Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-11T21:19:45.007Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-11T21:19:45.270Z] GO111MODULE=on go vet ./... [2021-02-11T21:19:56.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T21:19:56.776Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T21:19:56.797Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T21:19:56.824Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T21:19:56.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T21:19:56.835Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T21:19:57.585Z] Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:19:57.993Z] Merge succeeded, producing 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:19:57.994Z] Checking out Revision 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 (PR-3162) [2021-02-11T21:19:57.606Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T21:19:57.620Z] > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 [2021-02-11T21:19:57.916Z] > git remote # timeout=10 [2021-02-11T21:19:57.931Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T21:19:57.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T21:19:57.964Z] > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T21:19:57.984Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T21:19:58.002Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T21:19:58.012Z] > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 [2021-02-11T21:20:02.527Z] Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T21:20:04.255Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-11T21:20:04.658Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T21:20:05.005Z] + true [2021-02-11T21:20:05.005Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T21:20:07.717Z] provisioning config files... [2021-02-11T21:20:07.776Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config477590274827230769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:20:08.189Z] ---> docker-login.sh [2021-02-11T21:20:08.190Z] nexus3.edgexfoundry.org:10001 [2021-02-11T21:20:08.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:20:09.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:20:09.391Z] Configure a credential helper to remove this warning. See [2021-02-11T21:20:09.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:20:09.391Z] [2021-02-11T21:20:09.391Z] Login Succeeded [2021-02-11T21:20:09.391Z] nexus3.edgexfoundry.org:10002 [2021-02-11T21:20:09.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:20:09.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:20:09.940Z] Configure a credential helper to remove this warning. See [2021-02-11T21:20:09.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:20:09.940Z] [2021-02-11T21:20:09.940Z] Login Succeeded [2021-02-11T21:20:09.940Z] nexus3.edgexfoundry.org:10003 [2021-02-11T21:20:10.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:20:10.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:20:10.223Z] Configure a credential helper to remove this warning. See [2021-02-11T21:20:10.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:20:10.223Z] [2021-02-11T21:20:10.223Z] Login Succeeded [2021-02-11T21:20:10.499Z] nexus3.edgexfoundry.org:10004 [2021-02-11T21:20:10.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:20:10.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:20:10.775Z] Configure a credential helper to remove this warning. See [2021-02-11T21:20:10.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:20:10.775Z] [2021-02-11T21:20:10.775Z] Login Succeeded [2021-02-11T21:20:10.775Z] docker.io [2021-02-11T21:20:11.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T21:20:11.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T21:20:11.648Z] Configure a credential helper to remove this warning. See [2021-02-11T21:20:11.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T21:20:11.648Z] [2021-02-11T21:20:11.648Z] Login Succeeded [2021-02-11T21:20:11.648Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T21:20:11.666Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-11T21:20:12.005Z] gofmt -l . [Pipeline] echo [2021-02-11T21:20:12.144Z] ========================================================= [2021-02-11T21:20:12.144Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-11T21:20:12.144Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:20:12.535Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-11T21:20:12.581Z] [ "`gofmt -l .`" = "" ] [2021-02-11T21:20:13.163Z] ./bin/test-go-mod-tidy.sh [2021-02-11T21:20:13.740Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T21:20:14.322Z] + ls -al . [2021-02-11T21:20:14.322Z] total 700 [2021-02-11T21:20:14.322Z] drwxrwxr-x 10 1001 1001 4096 Feb 11 21:20 . [2021-02-11T21:20:14.322Z] drwxr-xr-x 4 root root 28 Feb 11 21:18 .. [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 21:16 .dockerignore [2021-02-11T21:20:14.322Z] drwxrwxr-x 8 1001 1001 179 Feb 11 21:16 .git [2021-02-11T21:20:14.322Z] drwxrwxr-x 3 1001 1001 125 Feb 11 21:16 .github [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 21:16 .gitignore [2021-02-11T21:20:14.322Z] drwx------ 3 1001 1001 60 Feb 11 21:17 .semver [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 21:16 .sonarcloud.properties [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 21:16 Attribution.txt [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 21:16 CONTRIBUTING.md [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 21:16 Dockerfile.build [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 21:16 Jenkinsfile [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 21:16 LICENSE [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 21:16 Makefile [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 21:16 README.md [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 21:16 SECURITY.md [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 21:17 VERSION [2021-02-11T21:20:14.322Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 21:16 ZMQWindows.md [2021-02-11T21:20:14.322Z] drwxrwxr-x 2 1001 1001 117 Feb 11 21:16 bin [2021-02-11T21:20:14.322Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 21:16 cmd [2021-02-11T21:20:14.322Z] -rw-r--r-- 1 root root 595676 Feb 11 21:19 coverage.out [2021-02-11T21:20:14.322Z] -rw-r--r-- 1 root root 1054 Feb 11 21:20 go.mod [2021-02-11T21:20:14.322Z] -rw-r--r-- 1 root root 19290 Feb 11 21:20 go.sum [2021-02-11T21:20:14.322Z] drwxrwxr-x 8 1001 1001 127 Feb 11 21:16 internal [2021-02-11T21:20:14.322Z] drwxrwxr-x 4 1001 1001 26 Feb 11 21:16 openapi [2021-02-11T21:20:14.322Z] drwxrwxr-x 4 1001 1001 71 Feb 11 21:16 snap [2021-02-11T21:20:14.323Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 21:16 version.go [Pipeline] sh [2021-02-11T21:20:14.625Z] + '[' -e coverage.out ] [2021-02-11T21:20:14.625Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T21:20:14.896Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T21:20:15.182Z] Sending build context to Docker daemon 166.3MB [2021-02-11T21:20:15.182Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T21:20:15.182Z] Step 2/6 : FROM ${BASE} [2021-02-11T21:20:15.182Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-11T21:20:15.182Z] 5f621e34cdf4: Pulling fs layer [2021-02-11T21:20:15.182Z] a4357932f1b6: Pulling fs layer [2021-02-11T21:20:15.182Z] 18c013af1878: Pulling fs layer [2021-02-11T21:20:15.182Z] 00ac8860ef70: Pulling fs layer [2021-02-11T21:20:15.182Z] 63d7cb157983: Pulling fs layer [2021-02-11T21:20:15.182Z] b116817d02f9: Pulling fs layer [2021-02-11T21:20:15.182Z] 745a02a5169b: Pulling fs layer [2021-02-11T21:20:15.182Z] 00ac8860ef70: Waiting [2021-02-11T21:20:15.182Z] 63d7cb157983: Waiting [2021-02-11T21:20:15.182Z] b116817d02f9: Waiting [2021-02-11T21:20:15.182Z] 745a02a5169b: Waiting [2021-02-11T21:20:15.182Z] 18c013af1878: Download complete [2021-02-11T21:20:15.182Z] a4357932f1b6: Verifying Checksum [2021-02-11T21:20:15.182Z] a4357932f1b6: Download complete [2021-02-11T21:20:15.182Z] 63d7cb157983: Download complete [2021-02-11T21:20:15.191Z] + make build [2021-02-11T21:20:15.191Z] 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-11T21:20:15.460Z] b116817d02f9: Verifying Checksum [2021-02-11T21:20:15.460Z] b116817d02f9: Download complete [2021-02-11T21:20:15.460Z] 5f621e34cdf4: Download complete [2021-02-11T21:20:16.063Z] 5f621e34cdf4: Pull complete [2021-02-11T21:20:16.661Z] a4357932f1b6: Pull complete [2021-02-11T21:20:16.937Z] 18c013af1878: Pull complete [2021-02-11T21:20:17.541Z] 745a02a5169b: Verifying Checksum [2021-02-11T21:20:17.541Z] 745a02a5169b: Download complete [2021-02-11T21:20:18.507Z] 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-11T21:20:18.977Z] 00ac8860ef70: Verifying Checksum [2021-02-11T21:20:18.977Z] 00ac8860ef70: Download complete [2021-02-11T21:20:26.759Z] 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-11T21:20:28.155Z] 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-11T21:20:29.152Z] 00ac8860ef70: Pull complete [2021-02-11T21:20:29.153Z] 63d7cb157983: Pull complete [2021-02-11T21:20:29.428Z] b116817d02f9: Pull complete [2021-02-11T21:20:30.106Z] 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-11T21:20:30.107Z] 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-11T21:20:32.050Z] 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-11T21:20:33.456Z] 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-11T21:20:33.761Z] 745a02a5169b: Pull complete [2021-02-11T21:20:33.761Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-11T21:20:33.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-11T21:20:33.761Z] ---> b7e6874047d6 [2021-02-11T21:20:33.761Z] 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-11T21:20:34.412Z] 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-11T21:20:35.825Z] 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-11T21:20:36.414Z] ---> Running in 2a5176442652 [2021-02-11T21:20:36.776Z] 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-11T21:20:37.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:20:38.193Z] 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-11T21:20:38.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:20:39.056Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T21:20:39.329Z] (2/12) Installing file (5.38-r0) [2021-02-11T21:20:39.329Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T21:20:39.600Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-02-11T21:20:40.144Z] $ docker stop --time=1 ea90ef53284c7c08facd6a025df1e2ed6acf5905ec895d96ca1885b56b7036e4 [2021-02-11T21:20:41.824Z] $ docker rm -f ea90ef53284c7c08facd6a025df1e2ed6acf5905ec895d96ca1885b56b7036e4 [2021-02-11T21:20:42.218Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T21:20:42.218Z] (6/12) Installing patch (2.7.6-r6) [Pipeline] // withDockerContainer [Pipeline] } [2021-02-11T21:20:42.490Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T21:20:42.490Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T21:20:42.490Z] (9/12) Installing pkgconf (1.7.2-r0) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-11T21:20:42.761Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T21:20:42.761Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T21:20:42.761Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T21:20:43.034Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:20:43.034Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:20:45.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T21:20:45.884Z] [2021-02-11T21:20:45.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:20:46.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T21:20:46.233Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-11T21:20:46.233Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-11T21:20:46.233Z] ca9280d653b3: Pulling fs layer [2021-02-11T21:20:46.233Z] 7e9c9ca2126c: Pulling fs layer [2021-02-11T21:20:46.499Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-11T21:20:46.499Z] cbdbe7a5bc2a: Download complete [2021-02-11T21:20:46.764Z] ca9280d653b3: Download complete [2021-02-11T21:20:46.764Z] cbdbe7a5bc2a: Pull complete [2021-02-11T21:20:47.397Z] Removing intermediate container 2a5176442652 [2021-02-11T21:20:47.397Z] ---> d5fad2f0176a [2021-02-11T21:20:47.397Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T21:20:47.397Z] ---> Running in eeef20a3417d [2021-02-11T21:20:47.668Z] Removing intermediate container eeef20a3417d [2021-02-11T21:20:47.668Z] ---> 04dc7cd0e095 [2021-02-11T21:20:47.668Z] Step 5/6 : COPY go.mod . [2021-02-11T21:20:47.719Z] ca9280d653b3: Pull complete [2021-02-11T21:20:47.981Z] 7e9c9ca2126c: Download complete [2021-02-11T21:20:48.264Z] ---> 62a8d26c057c [2021-02-11T21:20:48.264Z] Step 6/6 : RUN go mod download [2021-02-11T21:20:48.264Z] ---> Running in 398b6f133b08 [2021-02-11T21:20:54.608Z] 7e9c9ca2126c: Pull complete [2021-02-11T21:20:54.608Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-11T21:20:54.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T21:20:54.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-11T21:20:54.748Z] prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container [2021-02-11T21:20:54.800Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-11T21:20:57.644Z] $ docker top f5339b4a7faa0bcd1edf0f29631125f8fa4ada41386c9515faa0e2e684b80293 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T21:20:58.180Z] + docker-compose build --help [2021-02-11T21:20:58.180Z] + grep parallel [2021-02-11T21:20:59.127Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T21:20:59.147Z] $ docker stop --time=1 f5339b4a7faa0bcd1edf0f29631125f8fa4ada41386c9515faa0e2e684b80293 [2021-02-11T21:21:00.527Z] $ docker rm -f f5339b4a7faa0bcd1edf0f29631125f8fa4ada41386c9515faa0e2e684b80293 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:21:01.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T21:21:01.204Z] . [Pipeline] withDockerContainer [2021-02-11T21:21:01.313Z] prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container [2021-02-11T21:21:01.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-11T21:21:02.393Z] $ docker top b5178ad0a2952e7bbbe256aff3a081834b14bedfbd9072e963160e35995a0b9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T21:21:02.871Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T21:21:03.818Z] Building docker-core-command-go ... [2021-02-11T21:21:03.818Z] Building docker-core-data-go ... [2021-02-11T21:21:03.818Z] Building docker-core-metadata-go ... [2021-02-11T21:21:03.818Z] Building docker-security-bootstrapper-go ... [2021-02-11T21:21:03.818Z] Building docker-security-proxy-setup-go ... [2021-02-11T21:21:03.818Z] Building docker-security-secretstore-setup-go ... [2021-02-11T21:21:03.818Z] Building docker-support-notifications-go ... [2021-02-11T21:21:03.818Z] Building docker-support-scheduler-go ... [2021-02-11T21:21:03.818Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T21:21:03.818Z] Building docker-core-data-go [2021-02-11T21:21:03.818Z] Building docker-support-scheduler-go [2021-02-11T21:21:03.818Z] Building docker-security-bootstrapper-go [2021-02-11T21:21:03.818Z] Building docker-support-notifications-go [2021-02-11T21:21:03.818Z] Building docker-core-metadata-go [2021-02-11T21:21:15.226Z] Removing intermediate container 398b6f133b08 [2021-02-11T21:21:15.226Z] ---> 26ddfa791392 [2021-02-11T21:21:15.226Z] Successfully built 26ddfa791392 [2021-02-11T21:21:15.226Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:21:15.572Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T21:21:15.572Z] . [Pipeline] withDockerContainer [2021-02-11T21:21:15.842Z] prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container [2021-02-11T21:21:15.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T21:21:17.473Z] $ docker top 015fd961cf8c4c3c05e86ad76b2fdee67624439581e962a8e3ea110eef821f4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T21:21:18.484Z] + go version [2021-02-11T21:21:18.484Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-11T21:21:18.511Z] $ docker stop --time=1 015fd961cf8c4c3c05e86ad76b2fdee67624439581e962a8e3ea110eef821f4a [2021-02-11T21:21:20.514Z] $ docker rm -f 015fd961cf8c4c3c05e86ad76b2fdee67624439581e962a8e3ea110eef821f4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:21:21.517Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T21:21:21.518Z] . [Pipeline] withDockerContainer [2021-02-11T21:21:21.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container [2021-02-11T21:21:21.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T21:21:23.333Z] $ docker top 361c4aecd622a193e3f9075339dd93ecc3d60e7d118539156c5a890b7a99f8dc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T21:21:23.756Z] ========================================================= [2021-02-11T21:21:23.756Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T21:21:23.756Z] ========================================================= [Pipeline] sh [2021-02-11T21:21:24.402Z] + make test [2021-02-11T21:21:24.402Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T21:21:36.141Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:21:36.141Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:21:36.141Z] ---> 8d21dbd16686 [2021-02-11T21:21:36.141Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T21:21:36.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:21:36.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:21:36.141Z] ---> 8d21dbd16686 [2021-02-11T21:21:36.141Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T21:21:36.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:21:36.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:21:36.141Z] ---> 8d21dbd16686 [2021-02-11T21:21:36.141Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T21:21:36.141Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:21:36.141Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:21:36.141Z] ---> 8d21dbd16686 [2021-02-11T21:21:36.141Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T21:21:36.721Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:21:36.721Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:21:36.721Z] ---> 8d21dbd16686 [2021-02-11T21:21:36.721Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T21:21:37.303Z] ---> Running in 599a806f2407 [2021-02-11T21:21:37.303Z] ---> Running in 431f3c5ed453 [2021-02-11T21:21:37.303Z] ---> Running in 5f519a5928c9 [2021-02-11T21:21:37.303Z] ---> Running in 49ebb326529c [2021-02-11T21:21:37.303Z] ---> Running in d41ef615b0c6 [2021-02-11T21:21:37.892Z] Removing intermediate container 599a806f2407 [2021-02-11T21:21:37.892Z] ---> 8f574e2c166b [2021-02-11T21:21:37.892Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:21:37.892Z] Removing intermediate container 5f519a5928c9 [2021-02-11T21:21:37.892Z] ---> 7902a7bfbb49 [2021-02-11T21:21:37.892Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:21:37.892Z] Removing intermediate container 49ebb326529c [2021-02-11T21:21:37.892Z] ---> 3fda5450e6d0 [2021-02-11T21:21:37.892Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:21:37.892Z] Removing intermediate container 431f3c5ed453 [2021-02-11T21:21:37.892Z] ---> ddea5ce9785a [2021-02-11T21:21:37.892Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:21:37.892Z] Removing intermediate container d41ef615b0c6 [2021-02-11T21:21:37.892Z] ---> 8309356f0864 [2021-02-11T21:21:37.892Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:21:37.892Z] ---> Running in 5796bbe4f7c6 [2021-02-11T21:21:37.892Z] ---> Running in b78eaf22ca3e [2021-02-11T21:21:37.892Z] ---> Running in 23abdb9b58da [2021-02-11T21:21:37.892Z] ---> Running in 7c8d719dfdc8 [2021-02-11T21:21:38.174Z] ---> Running in 00d009aa0246 [2021-02-11T21:21:40.129Z] Removing intermediate container 5796bbe4f7c6 [2021-02-11T21:21:40.129Z] ---> cb4c8dbd0a13 [2021-02-11T21:21:40.129Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T21:21:40.398Z] ---> Running in 4a986d8d94a8 [2021-02-11T21:21:40.398Z] Removing intermediate container 23abdb9b58da [2021-02-11T21:21:40.398Z] ---> fc0b3ff7c382 [2021-02-11T21:21:40.398Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T21:21:40.398Z] Removing intermediate container b78eaf22ca3e [2021-02-11T21:21:40.398Z] ---> b2cf62a67be1 [2021-02-11T21:21:40.673Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T21:21:40.673Z] ---> Running in ef8dadb8bcb4 [2021-02-11T21:21:40.673Z] Removing intermediate container 00d009aa0246 [2021-02-11T21:21:40.673Z] ---> 4ef0db8d82c4 [2021-02-11T21:21:40.673Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T21:21:40.673Z] Removing intermediate container 7c8d719dfdc8 [2021-02-11T21:21:40.673Z] ---> 7e2d0f83e8c5 [2021-02-11T21:21:40.673Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T21:21:40.947Z] ---> Running in ff60db6f9370 [2021-02-11T21:21:40.947Z] ---> Running in 23a79b52e7f6 [2021-02-11T21:21:40.947Z] ---> Running in 673c3dd91a41 [2021-02-11T21:21:41.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:41.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:41.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:42.866Z] OK: 233 MiB in 51 packages [2021-02-11T21:21:42.866Z] OK: 233 MiB in 51 packages [2021-02-11T21:21:42.866Z] OK: 233 MiB in 51 packages [2021-02-11T21:21:43.129Z] OK: 233 MiB in 51 packages [2021-02-11T21:21:43.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:21:43.392Z] Removing intermediate container ef8dadb8bcb4 [2021-02-11T21:21:43.392Z] ---> f39e44432c25 [2021-02-11T21:21:43.392Z] Step 6/23 : COPY go.mod . [2021-02-11T21:21:43.663Z] Removing intermediate container 4a986d8d94a8 [2021-02-11T21:21:43.663Z] ---> 2335e18779c6 [2021-02-11T21:21:43.663Z] Step 6/22 : COPY go.mod . [2021-02-11T21:21:43.929Z] ---> cd8bd8b2ca3a [2021-02-11T21:21:43.929Z] Step 7/23 : RUN go mod download [2021-02-11T21:21:43.929Z] Removing intermediate container ff60db6f9370 [2021-02-11T21:21:43.929Z] ---> c027702da291 [2021-02-11T21:21:43.929Z] Step 6/23 : COPY go.mod . [2021-02-11T21:21:43.929Z] ---> Running in 3fbc58b44c28 [2021-02-11T21:21:43.929Z] Removing intermediate container 673c3dd91a41 [2021-02-11T21:21:43.929Z] ---> 21a8a35014bd [2021-02-11T21:21:43.929Z] Step 6/30 : COPY go.mod . [2021-02-11T21:21:44.195Z] ---> 946bd78c5c47 [2021-02-11T21:21:44.196Z] Step 7/22 : RUN go mod download [2021-02-11T21:21:44.196Z] ---> Running in f06a0a384284 [2021-02-11T21:21:44.458Z] ---> 71187ca21637 [2021-02-11T21:21:44.458Z] Step 7/23 : RUN go mod download [2021-02-11T21:21:44.458Z] ---> 25e49b92e82b [2021-02-11T21:21:44.458Z] Step 7/30 : RUN go mod download [2021-02-11T21:21:44.724Z] ---> Running in b03db0f26b0a [2021-02-11T21:21:44.724Z] ---> Running in afaae93564c9 [2021-02-11T21:21:45.323Z] OK: 233 MiB in 51 packages [2021-02-11T21:21:45.912Z] Removing intermediate container 23a79b52e7f6 [2021-02-11T21:21:45.912Z] ---> 2875d10ef1e2 [2021-02-11T21:21:45.912Z] Step 6/22 : COPY go.mod . [2021-02-11T21:21:46.487Z] Removing intermediate container f06a0a384284 [2021-02-11T21:21:46.487Z] ---> 7741f145d5d8 [2021-02-11T21:21:46.487Z] Step 8/22 : COPY . . [2021-02-11T21:21:46.487Z] ---> d1aaead6fd63 [2021-02-11T21:21:46.487Z] Step 7/22 : RUN go mod download [2021-02-11T21:21:46.487Z] Removing intermediate container 3fbc58b44c28 [2021-02-11T21:21:46.487Z] ---> ddf2b38ce1b5 [2021-02-11T21:21:46.487Z] Step 8/23 : COPY . . [2021-02-11T21:21:46.577Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T21:21:46.749Z] ---> Running in d2ccd77acc3e [2021-02-11T21:21:47.716Z] Removing intermediate container b03db0f26b0a [2021-02-11T21:21:47.716Z] ---> 20057d76bfd1 [2021-02-11T21:21:47.716Z] Step 8/23 : COPY . . [2021-02-11T21:21:48.300Z] Removing intermediate container afaae93564c9 [2021-02-11T21:21:48.300Z] ---> 15c74e91a43c [2021-02-11T21:21:48.300Z] Step 8/30 : COPY . . [2021-02-11T21:22:01.011Z] Removing intermediate container d2ccd77acc3e [2021-02-11T21:22:01.011Z] ---> d425b03fc20d [2021-02-11T21:22:01.011Z] Step 8/22 : COPY . . [2021-02-11T21:22:27.929Z] ---> 6a779762dbf1 [2021-02-11T21:22:27.929Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T21:22:28.196Z] ---> 97fe3e569091 [2021-02-11T21:22:28.196Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T21:22:28.196Z] ---> ef8ea3ce90cf [2021-02-11T21:22:28.196Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T21:22:28.465Z] ---> ac18336843d9 [2021-02-11T21:22:28.465Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T21:22:28.731Z] ---> Running in 83cc88bfe3cb [2021-02-11T21:22:28.731Z] ---> Running in f2581686f88c [2021-02-11T21:22:28.731Z] ---> Running in 30d58a9007c6 [2021-02-11T21:22:28.731Z] ---> Running in 088f4cd0f789 [2021-02-11T21:22:30.663Z] 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-11T21:22:30.663Z] 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-11T21:22:30.663Z] 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-11T21:22:30.663Z] 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-11T21:22:31.652Z] ---> 556fbd3379d2 [2021-02-11T21:22:31.652Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T21:22:31.652Z] ---> Running in 968992ba5b83 [2021-02-11T21:22:32.671Z] 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-11T21:22:33.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T21:22:37.077Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T21:22:45.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T21:22:45.381Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T21:22:48.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T21:22:48.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T21:22:48.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T21:22:48.059Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T21:22:50.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T21:22:51.690Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T21:22:58.434Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T21:22:58.434Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T21:22:58.434Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T21:23:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T21:23:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T21:23:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.261s coverage: 100.0% of statements [2021-02-11T21:23:11.620Z] Removing intermediate container 088f4cd0f789 [2021-02-11T21:23:11.620Z] ---> 76e66459cb87 [2021-02-11T21:23:11.620Z] [2021-02-11T21:23:11.620Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T21:23:11.620Z] 3.12: Pulling from library/alpine [2021-02-11T21:23:11.620Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T21:23:11.620Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T21:23:11.620Z] ---> 389fef711851 [2021-02-11T21:23:11.620Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T21:23:11.620Z] ---> Running in 97e6cb2645bf [2021-02-11T21:23:11.620Z] Removing intermediate container 97e6cb2645bf [2021-02-11T21:23:11.620Z] ---> 7db482c7a350 [2021-02-11T21:23:11.620Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T21:23:11.884Z] ---> Running in ceee551d5534 [2021-02-11T21:23:11.884Z] Removing intermediate container 968992ba5b83 [2021-02-11T21:23:11.884Z] ---> 45ca548f6bf0 [2021-02-11T21:23:11.884Z] [2021-02-11T21:23:11.884Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T21:23:11.884Z] ---> 389fef711851 [2021-02-11T21:23:11.884Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T21:23:11.884Z] Removing intermediate container 83cc88bfe3cb [2021-02-11T21:23:11.884Z] ---> d8f3d8326f53 [2021-02-11T21:23:11.884Z] [2021-02-11T21:23:11.884Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T21:23:11.884Z] ---> 389fef711851 [2021-02-11T21:23:11.884Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T21:23:11.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T21:23:11.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T21:23:11.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T21:23:11.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T21:23:12.148Z] ---> Running in 76639f02d42a [2021-02-11T21:23:12.148Z] ---> Running in fc80456ca6ed [2021-02-11T21:23:12.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 65.8% of statements [2021-02-11T21:23:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T21:23:12.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T21:23:13.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:13.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:13.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:13.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:13.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:13.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:13.408Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T21:23:13.408Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T21:23:13.408Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:23:13.408Z] OK: 6 MiB in 16 packages [2021-02-11T21:23:13.680Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T21:23:13.680Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T21:23:13.680Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:23:13.680Z] OK: 6 MiB in 15 packages [2021-02-11T21:23:13.680Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T21:23:13.680Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:23:13.680Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T21:23:13.680Z] OK: 6 MiB in 16 packages [2021-02-11T21:23:14.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.658s coverage: 82.3% of statements [2021-02-11T21:23:14.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T21:23:14.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:23:14.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T21:23:14.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T21:23:17.000Z] Removing intermediate container 30d58a9007c6 [2021-02-11T21:23:17.000Z] ---> 2b3c7a2f54cc [2021-02-11T21:23:17.000Z] [2021-02-11T21:23:17.000Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T21:23:17.000Z] ---> 389fef711851 [2021-02-11T21:23:17.000Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T21:23:17.000Z] Removing intermediate container f2581686f88c [2021-02-11T21:23:17.000Z] ---> c0b2d600dde1 [2021-02-11T21:23:17.000Z] [2021-02-11T21:23:17.000Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T21:23:17.000Z] ---> 389fef711851 [2021-02-11T21:23:17.000Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T21:23:17.950Z] ---> Running in c67e180a10eb [2021-02-11T21:23:17.950Z] ---> Running in 8d7beade1642 [2021-02-11T21:23:18.215Z] Removing intermediate container ceee551d5534 [2021-02-11T21:23:18.215Z] ---> 600f6041bf29 [2021-02-11T21:23:18.215Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T21:23:18.215Z] Removing intermediate container fc80456ca6ed [2021-02-11T21:23:18.215Z] ---> ceffd78280f1 [2021-02-11T21:23:18.215Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:23:18.215Z] Removing intermediate container 76639f02d42a [2021-02-11T21:23:18.215Z] ---> 936adc067dba [2021-02-11T21:23:18.215Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:23:18.479Z] ---> Running in 1f52fcf7c577 [2021-02-11T21:23:18.479Z] ---> Running in 5ca1a7ba3bc2 [2021-02-11T21:23:18.479Z] ---> Running in 7be0ee9ab8b5 [2021-02-11T21:23:18.479Z] Removing intermediate container 8d7beade1642 [2021-02-11T21:23:18.479Z] ---> 7a2739a812a8 [2021-02-11T21:23:18.479Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T21:23:18.741Z] ---> Running in 22e5da18fe6f [2021-02-11T21:23:18.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:18.742Z] Removing intermediate container 1f52fcf7c577 [2021-02-11T21:23:18.742Z] ---> 693f693ea52e [2021-02-11T21:23:18.742Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T21:23:18.742Z] Removing intermediate container 5ca1a7ba3bc2 [2021-02-11T21:23:18.742Z] ---> f1a05aaf5258 [2021-02-11T21:23:18.742Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T21:23:18.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:18.742Z] Removing intermediate container 7be0ee9ab8b5 [2021-02-11T21:23:18.742Z] ---> 44c13fff44ee [2021-02-11T21:23:18.742Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T21:23:19.015Z] ---> Running in cd2822481acc [2021-02-11T21:23:19.015Z] ---> Running in 9f19eb28a311 [2021-02-11T21:23:19.015Z] ---> Running in 4c8975923fb5 [2021-02-11T21:23:19.015Z] Removing intermediate container 22e5da18fe6f [2021-02-11T21:23:19.015Z] ---> f31aeb9ac4f9 [2021-02-11T21:23:19.015Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T21:23:19.283Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T21:23:19.283Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:23:19.283Z] OK: 6 MiB in 15 packages [2021-02-11T21:23:19.283Z] ---> Running in 495ba4aef68d [2021-02-11T21:23:19.283Z] Removing intermediate container cd2822481acc [2021-02-11T21:23:19.283Z] ---> 1a38026755d0 [2021-02-11T21:23:19.283Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T21:23:19.283Z] Removing intermediate container 9f19eb28a311 [2021-02-11T21:23:19.283Z] ---> c30cfdbf45fb [2021-02-11T21:23:19.283Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T21:23:19.555Z] Removing intermediate container 4c8975923fb5 [2021-02-11T21:23:19.555Z] ---> 8a4bb3853d0e [2021-02-11T21:23:19.555Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T21:23:19.555Z] ---> Running in 5684d4644452 [2021-02-11T21:23:19.555Z] ---> Running in f3ebd94b26c9 [2021-02-11T21:23:19.555Z] Removing intermediate container 495ba4aef68d [2021-02-11T21:23:19.555Z] ---> 72a37e9673fa [2021-02-11T21:23:19.555Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:23:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.049s coverage: 28.6% of statements [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T21:23:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T21:23:19.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-02-11T21:23:19.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T21:23:19.821Z] ---> Running in e7f24aadfc42 [2021-02-11T21:23:19.822Z] ---> Running in c171debf3b9e [2021-02-11T21:23:20.098Z] Removing intermediate container f3ebd94b26c9 [2021-02-11T21:23:20.098Z] ---> 95da142fa601 [2021-02-11T21:23:20.098Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:23:20.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.388s coverage: 86.7% of statements [2021-02-11T21:23:20.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T21:23:21.064Z] Removing intermediate container e7f24aadfc42 [2021-02-11T21:23:21.064Z] ---> 570e81b241a2 [2021-02-11T21:23:21.064Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:23:21.064Z] Removing intermediate container c67e180a10eb [2021-02-11T21:23:21.064Z] ---> 8a7bbbd71cd7 [2021-02-11T21:23:21.064Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:23:21.064Z] ---> Running in 86b96ba5eb4a [2021-02-11T21:23:21.064Z] ---> 3f5c30a76bf2 [2021-02-11T21:23:21.064Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T21:23:21.330Z] ---> c9798a931989 [2021-02-11T21:23:21.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T21:23:21.330Z] Removing intermediate container 86b96ba5eb4a [2021-02-11T21:23:21.330Z] ---> 6ed65974edd6 [2021-02-11T21:23:21.330Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T21:23:21.595Z] ---> Running in 528c09577691 [2021-02-11T21:23:21.858Z] Removing intermediate container 528c09577691 [2021-02-11T21:23:21.859Z] ---> 9317074985ca [2021-02-11T21:23:21.859Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T21:23:22.139Z] ---> 7a96ca309dba [2021-02-11T21:23:22.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T21:23:22.139Z] ---> Running in dfc385c687c3 [2021-02-11T21:23:22.139Z] Removing intermediate container 5684d4644452 [2021-02-11T21:23:22.139Z] ---> 14a7cfc4c8b7 [2021-02-11T21:23:22.139Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T21:23:22.139Z] Removing intermediate container c171debf3b9e [2021-02-11T21:23:22.139Z] ---> 600efdf01575 [2021-02-11T21:23:22.139Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T21:23:22.139Z] ---> c28768e5157d [2021-02-11T21:23:22.139Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T21:23:22.139Z] ---> Running in 779a63cfebe6 [2021-02-11T21:23:22.139Z] ---> Running in 3d215ef84bc2 [2021-02-11T21:23:22.401Z] Removing intermediate container dfc385c687c3 [2021-02-11T21:23:22.401Z] ---> 43ab530e9068 [2021-02-11T21:23:22.401Z] Step 15/23 : WORKDIR / [2021-02-11T21:23:22.667Z] ---> e2ae15a060da [2021-02-11T21:23:22.667Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T21:23:22.667Z] ---> Running in 983c58772f29 [2021-02-11T21:23:22.667Z] ---> f29a56dfbbb6 [2021-02-11T21:23:22.667Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T21:23:22.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.352s coverage: 97.5% of statements [2021-02-11T21:23:22.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T21:23:22.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-02-11T21:23:22.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T21:23:22.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T21:23:22.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T21:23:22.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T21:23:22.932Z] Removing intermediate container 3d215ef84bc2 [2021-02-11T21:23:22.933Z] ---> 453b47573d37 [2021-02-11T21:23:22.933Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T21:23:22.933Z] ---> Running in 83066b7e4622 [2021-02-11T21:23:22.933Z] ---> Running in e3bb23893e86 [2021-02-11T21:23:23.196Z] Removing intermediate container 983c58772f29 [2021-02-11T21:23:23.196Z] ---> 82db0daf9c5a [2021-02-11T21:23:23.196Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:23:23.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:23.196Z] Removing intermediate container 83066b7e4622 [2021-02-11T21:23:23.196Z] ---> 1dcbe55f21de [2021-02-11T21:23:23.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:23:23.196Z] Removing intermediate container e3bb23893e86 [2021-02-11T21:23:23.196Z] ---> 34c4295a4924 [2021-02-11T21:23:23.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:23:23.774Z] ---> f43385948e80 [2021-02-11T21:23:23.774Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T21:23:23.774Z] ---> Running in d6723bf65548 [2021-02-11T21:23:23.774Z] ---> Running in 6193c3d42790 [2021-02-11T21:23:23.774Z] ---> Running in 003c1b99e88a [2021-02-11T21:23:23.774Z] ---> 17e65df3be09 [2021-02-11T21:23:23.774Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T21:23:24.039Z] Removing intermediate container d6723bf65548 [2021-02-11T21:23:24.039Z] ---> 5bc299445193 [2021-02-11T21:23:24.039Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T21:23:24.312Z] ---> Running in 400fa1b1172d [2021-02-11T21:23:24.312Z] Removing intermediate container 6193c3d42790 [2021-02-11T21:23:24.312Z] ---> 75c5dec26170 [2021-02-11T21:23:24.312Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T21:23:24.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:24.312Z] ---> Running in 3cd77d60a775 [2021-02-11T21:23:24.578Z] ---> 27f52c23ef65 [2021-02-11T21:23:24.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T21:23:24.578Z] Removing intermediate container 400fa1b1172d [2021-02-11T21:23:24.578Z] ---> e127d187c1f7 [2021-02-11T21:23:24.578Z] Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:23:24.578Z] ---> Running in ab1bbd26e742 [2021-02-11T21:23:24.842Z] Removing intermediate container 3cd77d60a775 [2021-02-11T21:23:24.842Z] ---> 13911dad6514 [2021-02-11T21:23:24.842Z] Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:23:24.842Z] ---> Running in 50a3be2ee19c [2021-02-11T21:23:24.842Z] ---> dc3fd0909e41 [2021-02-11T21:23:24.842Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T21:23:25.113Z] Removing intermediate container ab1bbd26e742 [2021-02-11T21:23:25.113Z] ---> 85735988f139 [2021-02-11T21:23:25.113Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T21:23:25.113Z] ---> Running in 9bbf0e98e01d [2021-02-11T21:23:25.113Z] ---> Running in 52b63c907481 [2021-02-11T21:23:25.377Z] Removing intermediate container 50a3be2ee19c [2021-02-11T21:23:25.377Z] ---> fc595d2253eb [2021-02-11T21:23:25.377Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T21:23:25.641Z] ---> Running in cdf106a5d21d [2021-02-11T21:23:25.641Z] Removing intermediate container 9bbf0e98e01d [2021-02-11T21:23:25.641Z] ---> 3f2149dce468 [2021-02-11T21:23:25.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:23:25.641Z] Removing intermediate container 52b63c907481 [2021-02-11T21:23:25.641Z] ---> ef175b1b08d6 [2021-02-11T21:23:25.641Z] [2021-02-11T21:23:25.904Z] Removing intermediate container 003c1b99e88a [2021-02-11T21:23:25.904Z] ---> 4bc194fe1200 [2021-02-11T21:23:25.904Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:23:25.904Z] Successfully built ef175b1b08d6 [2021-02-11T21:23:25.904Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-11T21:23:25.904Z] Building docker-security-proxy-setup-go [2021-02-11T21:23:25.904Z]  Building docker-support-scheduler-go ... done  ---> Running in bf75e2fd8b1b [2021-02-11T21:23:25.904Z] Removing intermediate container cdf106a5d21d [2021-02-11T21:23:25.904Z] ---> 51a5742266c9 [2021-02-11T21:23:25.904Z] [2021-02-11T21:23:26.169Z] Successfully built 51a5742266c9 [2021-02-11T21:23:26.169Z] ---> f58ec17e04de [2021-02-11T21:23:26.169Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T21:23:26.169Z] Successfully tagged docker-support-notifications-go:latest [2021-02-11T21:23:26.169Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-11T21:23:26.169Z] Removing intermediate container bf75e2fd8b1b [2021-02-11T21:23:26.169Z] ---> 460e924e2fdf [2021-02-11T21:23:26.169Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T21:23:26.169Z] ---> Running in e9030383da79 [2021-02-11T21:23:26.436Z] Removing intermediate container e9030383da79 [2021-02-11T21:23:26.436Z] ---> dd7835dedc6d [2021-02-11T21:23:26.436Z] Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:23:26.698Z] ---> Running in 256d55269b37 [2021-02-11T21:23:26.698Z] ---> 7a098187c8dc [2021-02-11T21:23:26.698Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T21:23:26.965Z] Removing intermediate container 256d55269b37 [2021-02-11T21:23:26.965Z] ---> e76962f9ba80 [2021-02-11T21:23:26.965Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T21:23:27.543Z] ---> Running in 983131dc3391 [2021-02-11T21:23:28.118Z] ---> 160f42fec13f [2021-02-11T21:23:28.118Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T21:23:29.078Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T21:23:29.349Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T21:23:29.349Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T21:23:29.933Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T21:23:30.195Z] Removing intermediate container 983131dc3391 [2021-02-11T21:23:30.195Z] ---> 288475107651 [2021-02-11T21:23:30.195Z] [2021-02-11T21:23:30.195Z] ---> e7af324d08b9 [2021-02-11T21:23:30.195Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T21:23:30.459Z] Successfully built 288475107651 [2021-02-11T21:23:30.459Z] Successfully tagged docker-core-metadata-go:latest [2021-02-11T21:23:30.459Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-11T21:23:30.722Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.282s coverage: 92.8% of statements [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T21:23:31.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.109s coverage: 79.5% of statements [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-02-11T21:23:31.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-02-11T21:23:31.676Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T21:23:32.258Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:23:32.258Z] OK: 8 MiB in 20 packages [2021-02-11T21:23:32.844Z] ---> Running in b1608fd462de [2021-02-11T21:23:33.426Z] Removing intermediate container b1608fd462de [2021-02-11T21:23:33.426Z] ---> 8d11684271ff [2021-02-11T21:23:33.426Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T21:23:34.005Z] Removing intermediate container 779a63cfebe6 [2021-02-11T21:23:34.005Z] ---> 07a41deb70d4 [2021-02-11T21:23:34.005Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:23:37.352Z] ---> da4c2f4d45c8 [2021-02-11T21:23:37.352Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T21:23:41.602Z] ---> 5b1ef74149f5 [2021-02-11T21:23:41.602Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T21:23:43.023Z] ---> Running in 8ebbec2f53e8 [2021-02-11T21:23:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-02-11T21:23:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-11T21:23:44.445Z] ---> 5185ff969f21 [2021-02-11T21:23:44.445Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T21:23:44.717Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:23:44.717Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:23:44.717Z] ---> 8d21dbd16686 [2021-02-11T21:23:44.717Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T21:23:44.983Z] ---> Using cache [2021-02-11T21:23:44.983Z] ---> 8309356f0864 [2021-02-11T21:23:44.983Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:23:44.983Z] ---> Using cache [2021-02-11T21:23:44.983Z] ---> 4ef0db8d82c4 [2021-02-11T21:23:44.983Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T21:23:45.950Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:23:45.950Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:23:45.950Z] ---> 8d21dbd16686 [2021-02-11T21:23:45.950Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T21:23:45.950Z] ---> Using cache [2021-02-11T21:23:45.950Z] ---> 8309356f0864 [2021-02-11T21:23:45.950Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:23:45.950Z] ---> Using cache [2021-02-11T21:23:45.950Z] ---> 4ef0db8d82c4 [2021-02-11T21:23:45.950Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T21:23:46.910Z] ---> 3fd1cc797a6f [2021-02-11T21:23:46.910Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T21:23:46.910Z] ---> Running in dab34b72c9f6 [2021-02-11T21:23:47.179Z] ---> Running in 7275cbdddb05 [2021-02-11T21:23:47.179Z] ---> Running in e362cee8d5aa [2021-02-11T21:23:48.598Z] Removing intermediate container e362cee8d5aa [2021-02-11T21:23:48.598Z] ---> 24f8c6a6a8a0 [2021-02-11T21:23:48.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:23:48.598Z] Removing intermediate container 8ebbec2f53e8 [2021-02-11T21:23:48.598Z] ---> 155a6a3714f4 [2021-02-11T21:23:48.598Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T21:23:48.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:48.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:49.821Z] ---> Running in 6654268f1eb6 [2021-02-11T21:23:49.821Z] ---> Running in 54e0341e0969 [2021-02-11T21:23:49.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:50.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:51.069Z] Removing intermediate container 6654268f1eb6 [2021-02-11T21:23:51.069Z] ---> 63fadf4f0d7c [2021-02-11T21:23:51.069Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T21:23:51.069Z] Removing intermediate container 54e0341e0969 [2021-02-11T21:23:51.069Z] ---> d71323f888f6 [2021-02-11T21:23:51.069Z] Step 27/30 : CMD ["gate"] [2021-02-11T21:23:51.069Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:23:51.069Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:23:51.069Z] ---> 8d21dbd16686 [2021-02-11T21:23:51.069Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T21:23:51.069Z] ---> Using cache [2021-02-11T21:23:51.069Z] ---> 8309356f0864 [2021-02-11T21:23:51.069Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:23:51.069Z] ---> Using cache [2021-02-11T21:23:51.069Z] ---> 4ef0db8d82c4 [2021-02-11T21:23:51.069Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T21:23:51.069Z] OK: 233 MiB in 51 packages [2021-02-11T21:23:51.331Z] OK: 233 MiB in 51 packages [2021-02-11T21:23:51.922Z] ---> Running in 4b99f1ecc074 [2021-02-11T21:23:51.922Z] ---> Running in 1f5211cc26f8 [2021-02-11T21:23:51.922Z] ---> Running in de639df381ea [2021-02-11T21:23:52.506Z] Removing intermediate container 4b99f1ecc074 [2021-02-11T21:23:52.506Z] ---> 0772b268766f [2021-02-11T21:23:52.506Z] Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:23:52.506Z] Removing intermediate container 7275cbdddb05 [2021-02-11T21:23:52.506Z] ---> 2abbe271f25e [2021-02-11T21:23:52.506Z] Step 6/24 : COPY go.mod . [2021-02-11T21:23:52.774Z] Removing intermediate container de639df381ea [2021-02-11T21:23:52.774Z] ---> 6c71640925c0 [2021-02-11T21:23:52.774Z] Step 28/30 : LABEL arch=x86_64 [2021-02-11T21:23:52.774Z] ---> Running in e0c244d6c66c [2021-02-11T21:23:52.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:53.038Z] ---> Running in 4af690fee24f [2021-02-11T21:23:53.039Z] Removing intermediate container dab34b72c9f6 [2021-02-11T21:23:53.039Z] ---> c22e19fbd442 [2021-02-11T21:23:53.039Z] Step 6/21 : COPY go.mod . [2021-02-11T21:23:53.039Z] ---> ab7f4dc4145c [2021-02-11T21:23:53.039Z] Step 7/24 : RUN go mod download [2021-02-11T21:23:53.039Z] Removing intermediate container e0c244d6c66c [2021-02-11T21:23:53.039Z] ---> dac7f703cfd9 [2021-02-11T21:23:53.039Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T21:23:53.301Z] ---> Running in 3bd359e2eecd [2021-02-11T21:23:53.301Z] ---> Running in e252b4b23d42 [2021-02-11T21:23:53.563Z] ---> 3c5b1fb5c8c9 [2021-02-11T21:23:53.563Z] Step 7/21 : RUN go mod download [2021-02-11T21:23:53.563Z] Removing intermediate container 4af690fee24f [2021-02-11T21:23:53.563Z] ---> 27c56036a292 [2021-02-11T21:23:53.563Z] Step 29/30 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:23:53.829Z] ---> Running in 1769b1a78361 [2021-02-11T21:23:53.829Z] ---> Running in 610dbb88fe22 [2021-02-11T21:23:53.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:23:53.829Z] Removing intermediate container e252b4b23d42 [2021-02-11T21:23:53.829Z] ---> aac7d285ad74 [2021-02-11T21:23:53.829Z] [2021-02-11T21:23:54.107Z] Successfully built aac7d285ad74 [2021-02-11T21:23:54.107Z] Removing intermediate container 610dbb88fe22 [2021-02-11T21:23:54.107Z] ---> cfa35b02cecd [2021-02-11T21:23:54.108Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T21:23:54.108Z] Successfully tagged docker-core-data-go:latest [2021-02-11T21:23:54.108Z] Building docker-core-command-go [2021-02-11T21:23:54.376Z]  Building docker-core-data-go ... done  ---> Running in 0ce8eb06457f [2021-02-11T21:23:54.647Z] Removing intermediate container 0ce8eb06457f [2021-02-11T21:23:54.647Z] ---> 2e9fff02e31a [2021-02-11T21:23:54.647Z] [2021-02-11T21:23:54.917Z] OK: 233 MiB in 51 packages [2021-02-11T21:23:54.917Z] Successfully built 2e9fff02e31a [2021-02-11T21:23:54.917Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-11T21:23:55.895Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 1f5211cc26f8 [2021-02-11T21:23:55.895Z] ---> 533d42ad4776 [2021-02-11T21:23:55.895Z] Step 6/26 : COPY go.mod . [2021-02-11T21:23:55.895Z] Removing intermediate container 3bd359e2eecd [2021-02-11T21:23:55.895Z] ---> ceaf434dd26f [2021-02-11T21:23:55.895Z] Step 8/24 : COPY . . [2021-02-11T21:23:55.895Z] Removing intermediate container 1769b1a78361 [2021-02-11T21:23:55.895Z] ---> 02f5deef7bcb [2021-02-11T21:23:55.895Z] Step 8/21 : COPY . . [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 63.5% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-02-11T21:23:58.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 68.9% of statements [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T21:23:58.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T21:23:59.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements [2021-02-11T21:23:59.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T21:23:59.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T21:23:59.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements [2021-02-11T21:24:00.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.129s coverage: 100.0% of statements [2021-02-11T21:24:01.221Z] ---> 07bc2742e75e [2021-02-11T21:24:01.221Z] Step 7/26 : RUN go mod download [2021-02-11T21:24:02.622Z] ---> Running in dd15223fcd73 [2021-02-11T21:24:07.477Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.0% of statements [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T21:24:07.477Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T21:24:07.477Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T21:24:07.477Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.316s coverage: 89.4% of statements [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:24:07.477Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T21:24:12.911Z] Removing intermediate container dd15223fcd73 [2021-02-11T21:24:12.911Z] ---> a733d2aeda5b [2021-02-11T21:24:12.911Z] Step 8/26 : COPY . . [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.912s coverage: 29.1% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.144s coverage: 100.0% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T21:24:15.792Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-02-11T21:24:15.792Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-02-11T21:24:16.084Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-11T21:24:17.056Z] GO111MODULE=on go vet ./... [2021-02-11T21:24:20.082Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:24:20.082Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:24:20.082Z] ---> 8d21dbd16686 [2021-02-11T21:24:20.082Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T21:24:20.082Z] ---> Using cache [2021-02-11T21:24:20.082Z] ---> 8309356f0864 [2021-02-11T21:24:20.082Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:24:20.082Z] ---> Using cache [2021-02-11T21:24:20.082Z] ---> 4ef0db8d82c4 [2021-02-11T21:24:20.082Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T21:24:20.082Z] ---> Using cache [2021-02-11T21:24:20.082Z] ---> c22e19fbd442 [2021-02-11T21:24:20.082Z] Step 6/23 : COPY go.mod . [2021-02-11T21:24:20.082Z] ---> Using cache [2021-02-11T21:24:20.082Z] ---> 3c5b1fb5c8c9 [2021-02-11T21:24:20.082Z] Step 7/23 : RUN go mod download [2021-02-11T21:24:20.082Z] ---> Using cache [2021-02-11T21:24:20.082Z] ---> 02f5deef7bcb [2021-02-11T21:24:20.082Z] Step 8/23 : COPY . . [2021-02-11T21:24:30.339Z] ---> e1c568f4d4a6 [2021-02-11T21:24:30.339Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T21:24:30.339Z] ---> 7b323fb56304 [2021-02-11T21:24:30.339Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T21:24:32.556Z] ---> Running in 97ce6f2dc24d [2021-02-11T21:24:32.556Z] ---> Running in 50a917de3f49 [2021-02-11T21:24:35.139Z] 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-11T21:24:35.139Z] 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-11T21:24:40.520Z] ---> 5bc0316b3be8 [2021-02-11T21:24:40.520Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T21:24:41.132Z] ---> Running in 673e4f42a6f4 [2021-02-11T21:24:42.570Z] 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-11T21:24:45.164Z] ---> 688822ddfaa6 [2021-02-11T21:24:45.164Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T21:24:45.433Z] ---> Running in d27ddaa965fd [2021-02-11T21:24:46.864Z] 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-11T21:24:56.988Z] 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-11T21:24:56.988Z] 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-11T21:25:03.684Z] Removing intermediate container 97ce6f2dc24d [2021-02-11T21:25:03.684Z] ---> c09d7e88ff70 [2021-02-11T21:25:03.684Z] [2021-02-11T21:25:03.684Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T21:25:03.684Z] ---> 389fef711851 [2021-02-11T21:25:03.684Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T21:25:03.964Z] Removing intermediate container 50a917de3f49 [2021-02-11T21:25:03.964Z] ---> b44c8e8e4ff4 [2021-02-11T21:25:03.964Z] [2021-02-11T21:25:03.964Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T21:25:03.964Z] ---> 389fef711851 [2021-02-11T21:25:03.964Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T21:25:05.955Z] ---> Running in f5bd16142517 [2021-02-11T21:25:05.955Z] ---> Running in f1eb0db95372 [2021-02-11T21:25:07.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:07.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:07.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:07.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:07.671Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T21:25:07.671Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T21:25:07.671Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T21:25:07.671Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T21:25:07.671Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T21:25:07.671Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T21:25:07.671Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T21:25:07.671Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T21:25:07.671Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T21:25:07.671Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:25:07.671Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:25:08.635Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T21:25:08.635Z] OK: 7 MiB in 19 packages [2021-02-11T21:25:08.905Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T21:25:08.905Z] OK: 7 MiB in 18 packages [2021-02-11T21:25:09.173Z] Removing intermediate container 673e4f42a6f4 [2021-02-11T21:25:09.173Z] ---> 6bfa15686236 [2021-02-11T21:25:09.173Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T21:25:09.441Z] ---> Running in fb127fe14bbc [2021-02-11T21:25:10.023Z] Removing intermediate container f5bd16142517 [2021-02-11T21:25:10.023Z] ---> aac43ad0185d [2021-02-11T21:25:10.023Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T21:25:10.609Z] Removing intermediate container f1eb0db95372 [2021-02-11T21:25:10.609Z] ---> bbb42ccf3568 [2021-02-11T21:25:10.609Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T21:25:10.609Z] ---> Running in e57706e4174d [2021-02-11T21:25:10.877Z] 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-11T21:25:10.877Z] ---> Running in e784e74ffd6d [2021-02-11T21:25:10.877Z] Removing intermediate container e57706e4174d [2021-02-11T21:25:10.877Z] ---> ed4c70a7a8fd [2021-02-11T21:25:10.877Z] Step 13/24 : WORKDIR / [2021-02-11T21:25:11.151Z] Removing intermediate container e784e74ffd6d [2021-02-11T21:25:11.151Z] ---> 4b6cdfd7647b [2021-02-11T21:25:11.151Z] Step 13/21 : WORKDIR /edgex [2021-02-11T21:25:11.151Z] ---> Running in 73a83f5754c8 [2021-02-11T21:25:11.151Z] ---> Running in 1d19037b46f9 [2021-02-11T21:25:11.416Z] Removing intermediate container 73a83f5754c8 [2021-02-11T21:25:11.416Z] ---> 1d99905f22d1 [2021-02-11T21:25:11.416Z] 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-11T21:25:11.682Z] Removing intermediate container 1d19037b46f9 [2021-02-11T21:25:11.682Z] ---> 471801356ccf [2021-02-11T21:25:11.682Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T21:25:13.087Z] ---> 3cbacf2b322f [2021-02-11T21:25:13.087Z] 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-11T21:25:13.349Z] ---> baa51b51bb7b [2021-02-11T21:25:13.349Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T21:25:13.610Z] Removing intermediate container d27ddaa965fd [2021-02-11T21:25:13.610Z] ---> 9959534263f2 [2021-02-11T21:25:13.610Z] [2021-02-11T21:25:13.610Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T21:25:13.610Z] ---> 389fef711851 [2021-02-11T21:25:13.610Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T21:25:13.610Z] ---> Using cache [2021-02-11T21:25:13.610Z] ---> 8a7bbbd71cd7 [2021-02-11T21:25:13.610Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:25:13.610Z] ---> Using cache [2021-02-11T21:25:13.610Z] ---> 6ed65974edd6 [2021-02-11T21:25:13.610Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T21:25:14.198Z] ---> Running in ae32496889fb [2021-02-11T21:25:14.198Z] ---> 125fab033d76 [2021-02-11T21:25:14.198Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T21:25:14.198Z] ---> d5fc7e84035e [2021-02-11T21:25:14.198Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T21:25:14.198Z] Removing intermediate container fb127fe14bbc [2021-02-11T21:25:14.198Z] ---> ee85f3d4bd81 [2021-02-11T21:25:14.198Z] [2021-02-11T21:25:14.198Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T21:25:14.465Z] 20.10.0: Pulling from library/docker [2021-02-11T21:25:14.465Z] Removing intermediate container ae32496889fb [2021-02-11T21:25:14.465Z] ---> 2eaa8bde1edc [2021-02-11T21:25:14.465Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T21:25:14.728Z] ---> Running in f42f13848895 [2021-02-11T21:25:14.728Z] ---> c6289245a325 [2021-02-11T21:25:14.728Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T21:25:14.992Z] ---> 1018d4d884f4 [2021-02-11T21:25:14.992Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T21:25:15.259Z] ---> Running in 05ac2f07a88b [2021-02-11T21:25:15.259Z] Removing intermediate container f42f13848895 [2021-02-11T21:25:15.259Z] ---> 796bb2c8c3ec [2021-02-11T21:25:15.259Z] Step 15/23 : WORKDIR / [2021-02-11T21:25:15.259Z] ---> 84cbb0df87ea [2021-02-11T21:25:15.259Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T21:25:15.529Z] ---> Running in 9cbab8aa8e95 [2021-02-11T21:25:16.478Z] Removing intermediate container 05ac2f07a88b [2021-02-11T21:25:16.478Z] ---> 636e1af04f10 [2021-02-11T21:25:16.478Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T21:25:16.478Z] ---> 5cd001d1d48b [2021-02-11T21:25:16.478Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T21:25:16.757Z] Removing intermediate container 9cbab8aa8e95 [2021-02-11T21:25:16.757Z] ---> c320ffa7d190 [2021-02-11T21:25:16.757Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:25:16.757Z] ---> Running in 7e51876d2e20 [2021-02-11T21:25:17.037Z] ---> 4b23ced01d62 [2021-02-11T21:25:17.037Z] 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-11T21:25:17.037Z] ---> Running in 64000d1e48a2 [2021-02-11T21:25:17.037Z] ---> 887e19d0e555 [2021-02-11T21:25:17.037Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T21:25:17.303Z] Removing intermediate container 7e51876d2e20 [2021-02-11T21:25:17.303Z] ---> b3b67440ec59 [2021-02-11T21:25:17.303Z] Step 19/21 : LABEL arch=x86_64 [2021-02-11T21:25:17.575Z] ---> Running in 2daae66eda58 [2021-02-11T21:25:19.508Z] ---> e4884ef9d706 [2021-02-11T21:25:19.508Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T21:25:19.508Z] Removing intermediate container 2daae66eda58 [2021-02-11T21:25:19.508Z] ---> 830a11b6b3d7 [2021-02-11T21:25:19.508Z] Step 20/21 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:25:19.508Z] ---> Running in a44cb0ed33c7 [2021-02-11T21:25:20.086Z] ---> e7fe4dbba1f7 [2021-02-11T21:25:20.086Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T21:25:20.349Z] ---> Running in 9c4058923e6b [2021-02-11T21:25:20.349Z] Removing intermediate container a44cb0ed33c7 [2021-02-11T21:25:20.349Z] ---> fa36bbfd74d5 [2021-02-11T21:25:20.349Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T21:25:20.349Z] Removing intermediate container 64000d1e48a2 [2021-02-11T21:25:20.349Z] ---> d0aea6c38b22 [2021-02-11T21:25:20.349Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T21:25:20.349Z] ---> Running in 3242e46c8b0a [2021-02-11T21:25:20.612Z] ---> Running in f8b0079f0553 [2021-02-11T21:25:20.612Z] Removing intermediate container 9c4058923e6b [2021-02-11T21:25:20.612Z] ---> 186c37004084 [2021-02-11T21:25:20.612Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:25:20.612Z] Removing intermediate container 3242e46c8b0a [2021-02-11T21:25:20.612Z] ---> 1b74ce42fccb [2021-02-11T21:25:20.612Z] [2021-02-11T21:25:20.875Z] ---> Running in d7f855a1fb08 [2021-02-11T21:25:20.875Z] Removing intermediate container f8b0079f0553 [2021-02-11T21:25:20.875Z] ---> 3319e1a71d33 [2021-02-11T21:25:20.875Z] Step 22/24 : LABEL arch=x86_64 [2021-02-11T21:25:20.875Z] Successfully built 1b74ce42fccb [2021-02-11T21:25:21.146Z] ---> Running in 4b646773eda0 [2021-02-11T21:25:21.146Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-11T21:25:21.146Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T21:25:21.146Z] Removing intermediate container d7f855a1fb08 [2021-02-11T21:25:21.146Z] ---> 522ef02c8644 [2021-02-11T21:25:21.146Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T21:25:21.146Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T21:25:21.146Z] ---> aefe523efa57 [2021-02-11T21:25:21.146Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T21:25:21.146Z] ---> Running in e85323286d90 [2021-02-11T21:25:21.146Z] ---> Running in 8e5da90713f3 [2021-02-11T21:25:21.411Z] Removing intermediate container 4b646773eda0 [2021-02-11T21:25:21.411Z] ---> 75ae49120f39 [2021-02-11T21:25:21.411Z] Step 23/24 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:25:21.411Z] ---> Running in 5692a30978fa [2021-02-11T21:25:21.680Z] Removing intermediate container 8e5da90713f3 [2021-02-11T21:25:21.680Z] ---> 96ea70a0fe0c [2021-02-11T21:25:21.680Z] Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:25:21.680Z] ---> Running in 31f5522d440f [2021-02-11T21:25:21.680Z] Removing intermediate container 5692a30978fa [2021-02-11T21:25:21.680Z] ---> c5992a6cac38 [2021-02-11T21:25:21.680Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T21:25:21.942Z] ---> Running in 810460c35a79 [2021-02-11T21:25:21.942Z] Removing intermediate container 31f5522d440f [2021-02-11T21:25:21.942Z] ---> a16dd157dd06 [2021-02-11T21:25:21.942Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T21:25:21.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:21.942Z] ---> Running in b96ac93928f0 [2021-02-11T21:25:21.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:22.206Z] Removing intermediate container 810460c35a79 [2021-02-11T21:25:22.206Z] ---> 9db4bbd64e2e [2021-02-11T21:25:22.206Z] [2021-02-11T21:25:22.206Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T21:25:22.206Z] Removing intermediate container b96ac93928f0 [2021-02-11T21:25:22.206Z] ---> f4b07ce13aac [2021-02-11T21:25:22.206Z] [2021-02-11T21:25:22.206Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T21:25:22.206Z] Executing bash-5.0.17-r0.post-install [2021-02-11T21:25:22.206Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:25:22.206Z] OK: 12 MiB in 22 packages [2021-02-11T21:25:22.206Z] Successfully built 9db4bbd64e2e [2021-02-11T21:25:22.473Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-11T21:25:22.473Z]  Building docker-security-secretstore-setup-go ... done Successfully built f4b07ce13aac [2021-02-11T21:25:22.473Z] Successfully tagged docker-core-command-go:latest [2021-02-11T21:25:22.737Z]  Building docker-core-command-go ... done Removing intermediate container e85323286d90 [2021-02-11T21:25:22.737Z] ---> 29128042c2cf [2021-02-11T21:25:22.737Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T21:25:23.008Z] ---> Running in f7f0e1b481e2 [2021-02-11T21:25:23.008Z] Removing intermediate container f7f0e1b481e2 [2021-02-11T21:25:23.008Z] ---> e7f6883f2809 [2021-02-11T21:25:23.008Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T21:25:23.008Z] ---> Running in 3c8e2ce08d52 [2021-02-11T21:25:23.270Z] Removing intermediate container 3c8e2ce08d52 [2021-02-11T21:25:23.271Z] ---> dd19ade51292 [2021-02-11T21:25:23.271Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T21:25:23.271Z] ---> Running in 1c11677b9ab1 [2021-02-11T21:25:23.534Z] Removing intermediate container 1c11677b9ab1 [2021-02-11T21:25:23.534Z] ---> d448b3a23e03 [2021-02-11T21:25:23.534Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T21:25:24.110Z] ---> b3d62dcf2f03 [2021-02-11T21:25:24.110Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T21:25:24.373Z] ---> 8932588be5f3 [2021-02-11T21:25:24.373Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T21:25:24.636Z] ---> b8501fabd9a0 [2021-02-11T21:25:24.636Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T21:25:24.898Z] ---> Running in 9ca9b2aa07c9 [2021-02-11T21:25:25.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:25.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:25.475Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T21:25:25.475Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T21:25:25.475Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T21:25:25.475Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T21:25:25.475Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T21:25:25.475Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T21:25:25.475Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T21:25:26.865Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T21:25:26.865Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T21:25:26.865Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T21:25:26.865Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T21:25:26.865Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T21:25:26.865Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T21:25:26.865Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T21:25:26.865Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T21:25:26.865Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T21:25:26.865Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T21:25:26.865Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T21:25:26.865Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T21:25:26.865Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T21:25:26.865Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T21:25:26.865Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T21:25:26.865Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T21:25:27.129Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T21:25:27.129Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T21:25:27.129Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T21:25:27.129Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T21:25:27.129Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T21:25:27.129Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T21:25:27.129Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T21:25:27.129Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T21:25:27.129Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T21:25:27.129Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T21:25:27.129Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:25:27.129Z] OK: 71 MiB in 55 packages [2021-02-11T21:25:37.152Z] Removing intermediate container 9ca9b2aa07c9 [2021-02-11T21:25:37.152Z] ---> a614d2a895ac [2021-02-11T21:25:37.152Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T21:25:37.152Z] ---> Running in 5d041230861d [2021-02-11T21:25:38.100Z] Collecting docker-compose==1.23.2 [2021-02-11T21:25:38.101Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T21:25:38.362Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T21:25:38.363Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T21:25:38.624Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T21:25:38.625Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T21:25:38.625Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T21:25:38.625Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T21:25:38.834Z] gofmt -l . [2021-02-11T21:25:38.834Z] [ "`gofmt -l .`" = "" ] [2021-02-11T21:25:38.834Z] ./bin/test-go-mod-tidy.sh [2021-02-11T21:25:38.834Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T21:25:39.199Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T21:25:39.200Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T21:25:39.495Z] + ls -al . [2021-02-11T21:25:39.495Z] total 728 [2021-02-11T21:25:39.495Z] drwxrwxr-x 9 1001 1001 4096 Feb 11 21:25 . [2021-02-11T21:25:39.495Z] drwxr-xr-x 4 root root 4096 Feb 11 21:21 .. [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 21:19 .dockerignore [2021-02-11T21:25:39.495Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 21:20 .git [2021-02-11T21:25:39.495Z] drwxrwxr-x 3 1001 1001 4096 Feb 11 21:19 .github [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 21:19 .gitignore [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 21:19 .sonarcloud.properties [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 21:19 Attribution.txt [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 21:19 CONTRIBUTING.md [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 21:19 Dockerfile.build [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 21:19 Jenkinsfile [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 21:19 LICENSE [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 21:19 Makefile [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 21:19 README.md [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 21:19 SECURITY.md [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 21:17 VERSION [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 21:19 ZMQWindows.md [2021-02-11T21:25:39.495Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 21:19 bin [2021-02-11T21:25:39.495Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 21:19 cmd [2021-02-11T21:25:39.495Z] -rw-r--r-- 1 root root 595676 Feb 11 21:24 coverage.out [2021-02-11T21:25:39.495Z] -rw-r--r-- 1 root root 1054 Feb 11 21:25 go.mod [2021-02-11T21:25:39.495Z] -rw-r--r-- 1 root root 19290 Feb 11 21:25 go.sum [2021-02-11T21:25:39.495Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 21:19 internal [2021-02-11T21:25:39.495Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 21:19 openapi [2021-02-11T21:25:39.495Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 21:19 snap [2021-02-11T21:25:39.495Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 21:19 version.go [Pipeline] sh [2021-02-11T21:25:39.774Z] Collecting PyYAML<4,>=3.10 [2021-02-11T21:25:39.774Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T21:25:40.148Z] + '[' -e coverage.out ] [2021-02-11T21:25:40.148Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T21:25:40.170Z] Warning: overwriting stash ‘coverage-report’ [2021-02-11T21:25:40.722Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T21:25:40.722Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T21:25:40.722Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T21:25:40.722Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T21:25:41.299Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T21:25:41.299Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T21:25:41.354Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T21:25:41.561Z] 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-11T21:25:41.561Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T21:25:41.561Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T21:25:41.561Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T21:25:41.561Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T21:25:41.823Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T21:25:41.823Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T21:25:41.823Z] 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-11T21:25:41.823Z] 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-11T21:25:41.823Z] Collecting idna<2.8,>=2.5 [2021-02-11T21:25:41.823Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T21:25:41.823Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T21:25:41.823Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T21:25:41.823Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T21:25:41.823Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T21:25:42.007Z] + make build [2021-02-11T21:25:42.007Z] 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-11T21:25:42.084Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, docopt, PyYAML, jsonschema, dockerpty, cached-property, docker-compose [2021-02-11T21:25:42.084Z] Attempting uninstall: urllib3 [2021-02-11T21:25:42.084Z] Found existing installation: urllib3 1.25.9 [2021-02-11T21:25:42.084Z] Uninstalling urllib3-1.25.9: [2021-02-11T21:25:42.084Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T21:25:42.348Z] Attempting uninstall: idna [2021-02-11T21:25:42.348Z] Found existing installation: idna 2.9 [2021-02-11T21:25:42.348Z] Uninstalling idna-2.9: [2021-02-11T21:25:42.348Z] Successfully uninstalled idna-2.9 [2021-02-11T21:25:42.610Z] Attempting uninstall: requests [2021-02-11T21:25:42.610Z] Found existing installation: requests 2.23.0 [2021-02-11T21:25:42.610Z] Uninstalling requests-2.23.0: [2021-02-11T21:25:42.610Z] Successfully uninstalled requests-2.23.0 [2021-02-11T21:25:43.185Z] Running setup.py install for texttable: started [2021-02-11T21:25:43.447Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T21:25:43.447Z] Running setup.py install for docopt: started [2021-02-11T21:25:44.021Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T21:25:44.021Z] Running setup.py install for PyYAML: started [2021-02-11T21:25:44.642Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T21:25:44.642Z] Running setup.py install for dockerpty: started [2021-02-11T21:25:45.287Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T21:25:45.558Z] 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-11T21:25:48.890Z] Removing intermediate container 5d041230861d [2021-02-11T21:25:48.890Z] ---> b0e049a79db4 [2021-02-11T21:25:48.890Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T21:25:48.890Z] ---> Running in 0bafd46b123a [2021-02-11T21:25:49.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:49.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T21:25:49.727Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T21:25:49.727Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T21:25:49.727Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T21:25:49.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:25:49.727Z] OK: 72 MiB in 58 packages [2021-02-11T21:25:50.301Z] Removing intermediate container 0bafd46b123a [2021-02-11T21:25:50.301Z] ---> 9de8abd9e12e [2021-02-11T21:25:50.301Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T21:25:50.301Z] ---> Running in 46da538356cb [2021-02-11T21:25:50.566Z] Removing intermediate container 46da538356cb [2021-02-11T21:25:50.566Z] ---> 843c720bd509 [2021-02-11T21:25:50.566Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:25:50.566Z] ---> Running in b526411ba9ea [2021-02-11T21:25:50.830Z] Removing intermediate container b526411ba9ea [2021-02-11T21:25:50.830Z] ---> 6c27d2e07ce1 [2021-02-11T21:25:50.830Z] Step 24/26 : LABEL arch=x86_64 [2021-02-11T21:25:50.830Z] ---> Running in e7cf3a65b78f [2021-02-11T21:25:51.092Z] Removing intermediate container e7cf3a65b78f [2021-02-11T21:25:51.092Z] ---> f2634759940b [2021-02-11T21:25:51.092Z] Step 25/26 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:25:51.092Z] ---> Running in 292115bc54e8 [2021-02-11T21:25:51.354Z] Removing intermediate container 292115bc54e8 [2021-02-11T21:25:51.354Z] ---> 4eb77b60fd62 [2021-02-11T21:25:51.354Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T21:25:51.354Z] ---> Running in 43b5ccaff2b8 [2021-02-11T21:25:51.354Z] Removing intermediate container 43b5ccaff2b8 [2021-02-11T21:25:51.354Z] ---> 046c84cd8501 [2021-02-11T21:25:51.354Z] [2021-02-11T21:25:51.616Z] Successfully built 046c84cd8501 [2021-02-11T21:25:51.616Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-11T21:25:51.888Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-11T21:25:51.910Z] $ docker stop --time=1 b5178ad0a2952e7bbbe256aff3a081834b14bedfbd9072e963160e35995a0b9f [2021-02-11T21:25:52.143Z] 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-11T21:25:53.599Z] $ docker rm -f b5178ad0a2952e7bbbe256aff3a081834b14bedfbd9072e963160e35995a0b9f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T21:25:54.166Z] + docker images [2021-02-11T21:25:54.166Z] + grep docker [2021-02-11T21:25:54.741Z] docker-sys-mgmt-agent-go latest 046c84cd8501 3 seconds ago 313MB [2021-02-11T21:25:54.741Z] docker-security-secretstore-setup-go latest 9db4bbd64e2e 33 seconds ago 24.6MB [2021-02-11T21:25:54.741Z] docker-core-command-go latest f4b07ce13aac 33 seconds ago 16.9MB [2021-02-11T21:25:54.741Z] docker-security-proxy-setup-go latest 1b74ce42fccb 34 seconds ago 24.4MB [2021-02-11T21:25:54.741Z] docker-security-bootstrapper-go latest 2e9fff02e31a 2 minutes ago 18MB [2021-02-11T21:25:54.741Z] docker-core-data-go latest aac7d285ad74 2 minutes ago 22.3MB [2021-02-11T21:25:54.741Z] docker-core-metadata-go latest 288475107651 2 minutes ago 18.8MB [2021-02-11T21:25:54.741Z] docker-support-notifications-go latest 51a5742266c9 2 minutes ago 17.6MB [2021-02-11T21:25:54.741Z] docker-support-scheduler-go latest ef175b1b08d6 2 minutes ago 17MB [2021-02-11T21:25:54.741Z] 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-11T21:26:10.508Z] Still waiting to schedule task [2021-02-11T21:26:10.508Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-11T21:26:14.301Z] 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-11T21:26:17.679Z] 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-11T21:26:23.094Z] 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-11T21:26:23.699Z] 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-11T21:26:29.091Z] 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-11T21:26:33.379Z] 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-11T21:26:36.761Z] 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-11T21:26:41.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-11T21:26:44.452Z] 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-11T21:26:48.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-11T21:26:54.164Z] $ docker stop --time=1 361c4aecd622a193e3f9075339dd93ecc3d60e7d118539156c5a890b7a99f8dc [2021-02-11T21:26:56.804Z] $ docker rm -f 361c4aecd622a193e3f9075339dd93ecc3d60e7d118539156c5a890b7a99f8dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:26:58.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T21:26:58.746Z] [2021-02-11T21:26:58.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-02-11T21:26:59.081Z] Running on prd-ubuntu18.04-docker-8c-8g-26124 in /w/workspace/edgexfoundry_edgex-go_PR-3162 [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-11T21:26:59.205Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-11T21:26:59.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T21:26:59.411Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-11T21:26:59.411Z] 29e5d40040c1: Pulling fs layer [2021-02-11T21:26:59.411Z] 1ce36da41761: Pulling fs layer [2021-02-11T21:26:59.411Z] 25b303627fd3: Pulling fs layer [2021-02-11T21:26:59.681Z] 29e5d40040c1: Verifying Checksum [2021-02-11T21:26:59.681Z] 29e5d40040c1: Download complete [2021-02-11T21:27:00.283Z] 1ce36da41761: Verifying Checksum [2021-02-11T21:27:00.283Z] 1ce36da41761: Download complete [2021-02-11T21:27:00.283Z] 29e5d40040c1: Pull complete [2021-02-11T21:27:01.643Z] using credential edgex-jenkins-ssh [2021-02-11T21:27:01.720Z] Cloning the remote Git repository [2021-02-11T21:27:01.741Z] 1ce36da41761: Pull complete [2021-02-11T21:27:01.742Z] 25b303627fd3: Verifying Checksum [2021-02-11T21:27:01.742Z] 25b303627fd3: Download complete [2021-02-11T21:27:01.745Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T21:27:01.815Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-11T21:27:01.842Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T21:27:01.843Z] > git --version # timeout=10 [2021-02-11T21:27:01.850Z] > git --version # 'git version 2.17.1' [2021-02-11T21:27:01.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T21:27:01.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T21:27:08.732Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T21:27:08.737Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T21:27:08.747Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T21:27:08.759Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T21:27:08.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T21:27:08.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3162/head:refs/remotes/origin/PR-3162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T21:27:09.404Z] Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:27:09.552Z] Merge succeeded, producing 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:27:09.553Z] Checking out Revision 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 (PR-3162) [2021-02-11T21:27:09.416Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T21:27:09.420Z] > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 [2021-02-11T21:27:09.533Z] > git remote # timeout=10 [2021-02-11T21:27:09.538Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T21:27:09.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T21:27:09.544Z] > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T21:27:09.552Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T21:27:09.559Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T21:27:09.562Z] > git checkout -f 708f8d63efe7062e5341fd95bcd0cd78e38a44e5 # timeout=10 [2021-02-11T21:27:11.912Z] 25b303627fd3: Pull complete [2021-02-11T21:27:11.912Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-11T21:27:11.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T21:27:11.913Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-11T21:27:12.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container [2021-02-11T21:27:12.240Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T21:27:13.232Z] Commit message: "feat(security): Make separate redis ACL conf file and uses hashed password in config" [2021-02-11T21:27:15.396Z] $ docker top e93cc3dd55337becf09548d66e4fe39c44ca8202331c11a9e425890743a5f70f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:27:16.393Z] + docker-compose build --help [2021-02-11T21:27:16.393Z] + grep parallel [2021-02-11T21:27:16.660Z] + echo snap-build.sh [2021-02-11T21:27:16.660Z] snap-build.sh [2021-02-11T21:27:16.660Z] + SNAP_BASE_DIR=. [2021-02-11T21:27:16.660Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-11T21:27:16.660Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-11T21:27:16.660Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-11T21:27:16.660Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-11T21:27:16.660Z] + cd /w/workspace/edgex-go/3 [2021-02-11T21:27:16.660Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-11T21:27:16.660Z] Reading package lists... [2021-02-11T21:27:16.922Z] Building dependency tree... [2021-02-11T21:27:16.922Z] Reading state information... [2021-02-11T21:27:16.922Z] The following packages were automatically installed and are no longer required: [2021-02-11T21:27:16.922Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-11T21:27:16.922Z] uidmap xdelta3 [2021-02-11T21:27:16.922Z] Use 'sudo apt autoremove' to remove them. [2021-02-11T21:27:16.922Z] The following packages will be REMOVED: [2021-02-11T21:27:16.922Z] lxd* lxd-client* [2021-02-11T21:27:17.501Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-11T21:27:17.501Z] After this operation, 31.7 MB disk space will be freed. [2021-02-11T21:27:18.573Z] (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-11T21:27:18.573Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T21:27:19.539Z] Removing lxd dnsmasq configuration [2021-02-11T21:27:19.539Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T21:27:19.539Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-11T21:27:19.779Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T21:27:20.074Z] $ docker stop --time=1 e93cc3dd55337becf09548d66e4fe39c44ca8202331c11a9e425890743a5f70f [2021-02-11T21:27:20.925Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-11T21:27:20.925Z] (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-11T21:27:20.925Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T21:27:21.959Z] $ docker rm -f e93cc3dd55337becf09548d66e4fe39c44ca8202331c11a9e425890743a5f70f [Pipeline] // withDockerContainer [2021-02-11T21:27:22.310Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-11T21:27:22.310Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:27:22.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T21:27:22.795Z] . [Pipeline] withDockerContainer [2021-02-11T21:27:23.025Z] prd-ubuntu18.04-docker-arm64-4c-16g-26123 does not seem to be running inside a container [2021-02-11T21:27:23.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T21:27:23.695Z] + sudo snap remove --purge lxd [2021-02-11T21:27:23.957Z] snap "lxd" is not installed [2021-02-11T21:27:23.957Z] + sudo groupadd --force --system lxd [2021-02-11T21:27:23.957Z] ++ whoami [2021-02-11T21:27:23.957Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-11T21:27:23.957Z] + newgrp - lxd [2021-02-11T21:27:23.957Z] + sudo snap install lxd [2021-02-11T21:27:24.546Z] $ docker top c859aef1fe14d4eb0a57bf953a7098914b9edbdb7eff7632e626a1d8d63ec461 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T21:27:25.557Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T21:27:28.923Z] Building docker-core-command-go ... [2021-02-11T21:27:28.923Z] Building docker-core-data-go ... [2021-02-11T21:27:28.923Z] Building docker-core-metadata-go ... [2021-02-11T21:27:28.923Z] Building docker-security-bootstrapper-go ... [2021-02-11T21:27:28.923Z] Building docker-security-proxy-setup-go ... [2021-02-11T21:27:28.923Z] Building docker-security-secretstore-setup-go ... [2021-02-11T21:27:28.923Z] Building docker-support-notifications-go ... [2021-02-11T21:27:28.923Z] Building docker-support-scheduler-go ... [2021-02-11T21:27:28.923Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T21:27:28.923Z] Building docker-core-data-go [2021-02-11T21:27:28.923Z] Building docker-support-scheduler-go [2021-02-11T21:27:28.923Z] Building docker-security-bootstrapper-go [2021-02-11T21:27:28.923Z] Building docker-support-notifications-go [2021-02-11T21:27:28.923Z] Building docker-core-metadata-go [2021-02-11T21:27:32.141Z] 2021-02-11T21:27:29Z INFO Waiting for automatic snapd restart... [2021-02-11T21:27:47.057Z] lxd 4.11 from Canonical* installed [2021-02-11T21:27:47.057Z] + sudo lxd init --auto [2021-02-11T21:27:55.211Z] + sudo snap install --classic snapcraft [2021-02-11T21:28:03.350Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T21:28:03.350Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-11T21:28:03.350Z] + patch --verbose -p1 [2021-02-11T21:28:03.350Z] Hmm... Looks like a unified diff to me... [2021-02-11T21:28:03.350Z] The text leading up to this was: [2021-02-11T21:28:03.350Z] -------------------------- [2021-02-11T21:28:03.350Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-11T21:28:03.350Z] |From: Tony Espy [2021-02-11T21:28:03.350Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-11T21:28:03.350Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-11T21:28:03.350Z] | [2021-02-11T21:28:03.350Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-11T21:28:03.350Z] |optimize the snap CI check run for pull requests. When [2021-02-11T21:28:03.350Z] |applied, it essentially strips out everything (apps and [2021-02-11T21:28:03.350Z] |parts) from the snapcraft.yaml file except those required [2021-02-11T21:28:03.350Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-11T21:28:03.350Z] |catch changes to edgex-go that break the snap build. [2021-02-11T21:28:03.350Z] | [2021-02-11T21:28:03.350Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-11T21:28:03.350Z] |to update this patch file, otherwise it may fail to apply, [2021-02-11T21:28:03.350Z] |resulting in a failed snap build CI check in the associated [2021-02-11T21:28:03.350Z] |pull request. [2021-02-11T21:28:03.350Z] | [2021-02-11T21:28:03.350Z] |Note - in addition to applying this patch, the pipeline also [2021-02-11T21:28:03.350Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-11T21:28:03.350Z] |need to build the finally binary .snap file (and it won't [2021-02-11T21:28:03.350Z] |work with the patch applied). This further reduces the build [2021-02-11T21:28:03.350Z] |time. [2021-02-11T21:28:03.350Z] |--- [2021-02-11T21:28:03.350Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-11T21:28:03.350Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-11T21:28:03.350Z] | [2021-02-11T21:28:03.350Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-11T21:28:03.350Z] |index 1e537489..faf42425 100644 [2021-02-11T21:28:03.350Z] |--- a/snap/snapcraft.yaml [2021-02-11T21:28:03.350Z] |+++ b/snap/snapcraft.yaml [2021-02-11T21:28:03.350Z] -------------------------- [2021-02-11T21:28:03.350Z] patching file snap/snapcraft.yaml [2021-02-11T21:28:03.350Z] Using Plan A... [2021-02-11T21:28:03.350Z] Hunk #1 succeeded at 73. [2021-02-11T21:28:03.350Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-11T21:28:03.350Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-11T21:28:03.350Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-11T21:28:03.350Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-11T21:28:03.350Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-11T21:28:03.350Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-11T21:28:03.350Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-11T21:28:03.350Z] Hmm... Ignoring the trailing garbage. [2021-02-11T21:28:03.350Z] done [2021-02-11T21:28:03.350Z] + sudo snapcraft prime --use-lxd [2021-02-11T21:28:03.619Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-11T21:28:03.619Z] 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-11T21:28:03.619Z] - README.md [2021-02-11T21:28:03.619Z] - snapcraft.yaml.orig [2021-02-11T21:28:03.619Z] [2021-02-11T21:28:03.619Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T21:28:04.561Z] Launching a container. [2021-02-11T21:28:16.800Z] Waiting for container to be ready [2021-02-11T21:28:16.800Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-11T21:28:16.800Z] [2021-02-11T21:28:19.349Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-11T21:28:19.922Z] Waiting for network to be ready... [2021-02-11T21:28:20.493Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T21:28:20.493Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T21:28:20.754Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-11T21:28:20.754Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T21:28:21.016Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T21:28:21.278Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T21:28:21.278Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T21:28:21.278Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T21:28:21.278Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T21:28:21.278Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T21:28:21.278Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T21:28:21.278Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T21:28:21.278Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T21:28:21.278Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T21:28:21.278Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T21:28:21.278Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T21:28:21.278Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T21:28:21.278Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T21:28:21.540Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T21:28:21.802Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-11T21:28:21.802Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T21:28:21.802Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T21:28:21.802Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T21:28:21.802Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T21:28:21.802Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T21:28:21.802Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T21:28:21.802Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T21:28:26.015Z] Fetched 23.9 MB in 5s (4409 kB/s) [2021-02-11T21:28:26.955Z] Reading package lists... [2021-02-11T21:28:26.955Z] Reading package lists... [2021-02-11T21:28:27.216Z] Building dependency tree... [2021-02-11T21:28:27.216Z] Reading state information... [2021-02-11T21:28:27.475Z] The following additional packages will be installed: [2021-02-11T21:28:27.475Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T21:28:27.475Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T21:28:27.475Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T21:28:27.475Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-11T21:28:27.475Z] Suggested packages: [2021-02-11T21:28:27.475Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-11T21:28:27.475Z] Recommended packages: [2021-02-11T21:28:27.475Z] gnupg libsasl2-modules [2021-02-11T21:28:27.475Z] The following NEW packages will be installed: [2021-02-11T21:28:27.475Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T21:28:27.475Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T21:28:27.475Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T21:28:27.475Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-11T21:28:27.475Z] The following packages will be upgraded: [2021-02-11T21:28:27.475Z] gpg gpg-agent gpgconf libudev1 [2021-02-11T21:28:27.475Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-11T21:28:27.475Z] Need to get 3532 kB of archives. [2021-02-11T21:28:27.475Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-11T21:28:27.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-11T21:28:27.736Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-11T21:28:27.736Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-11T21:28:27.736Z] 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-11T21:28:27.736Z] 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-11T21:28:27.736Z] 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-11T21:28:27.736Z] 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-11T21:28:27.736Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-11T21:28:27.736Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-11T21:28:27.996Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-11T21:28:28.568Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-11T21:28:28.568Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-11T21:28:28.568Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-11T21:28:28.568Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-11T21:28:28.568Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-11T21:28:28.568Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-11T21:28:28.568Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-11T21:28:28.568Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-11T21:28:28.568Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-11T21:28:28.568Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-11T21:28:28.568Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-11T21:28:28.568Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-11T21:28:28.829Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T21:28:28.829Z] Fetched 3532 kB in 1s (3241 kB/s) [2021-02-11T21:28:28.829Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T21:28:28.829Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-11T21:28:28.829Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T21:28:28.829Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-11T21:28:29.098Z] Selecting previously unselected package udev. [2021-02-11T21:28:29.098Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T21:28:29.098Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-11T21:28:29.098Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-11T21:28:29.360Z] Selecting previously unselected package libfuse2:amd64. [2021-02-11T21:28:29.360Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T21:28:29.360Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T21:28:29.360Z] Selecting previously unselected package fuse. [2021-02-11T21:28:29.360Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T21:28:29.360Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-11T21:28:29.622Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T21:28:29.622Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T21:28:29.622Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T21:28:29.622Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T21:28:29.884Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T21:28:29.884Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T21:28:29.884Z] Selecting previously unselected package libksba8:amd64. [2021-02-11T21:28:29.884Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-11T21:28:29.884Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-11T21:28:30.146Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-11T21:28:30.146Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.146Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.146Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-11T21:28:30.146Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.146Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.407Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-11T21:28:30.407Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.407Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.407Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-11T21:28:30.408Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.408Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.408Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-11T21:28:30.408Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.408Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.669Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-11T21:28:30.669Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.669Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.669Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-11T21:28:30.669Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.669Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.930Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-11T21:28:30.930Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.930Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.930Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-11T21:28:30.930Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T21:28:30.930Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:30.930Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-11T21:28:30.930Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T21:28:30.930Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T21:28:31.191Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-11T21:28:31.191Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T21:28:31.191Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T21:28:31.191Z] Selecting previously unselected package libldap-common. [2021-02-11T21:28:31.191Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-11T21:28:31.191Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T21:28:31.453Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-11T21:28:31.453Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-11T21:28:31.453Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T21:28:31.453Z] Selecting previously unselected package dirmngr. [2021-02-11T21:28:31.453Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T21:28:31.453Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T21:28:31.714Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T21:28:31.714Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-11T21:28:31.714Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T21:28:31.714Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T21:28:31.714Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T21:28:31.714Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-11T21:28:31.714Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:31.714Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-11T21:28:31.714Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T21:28:31.974Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-11T21:28:32.235Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-11T21:28:32.495Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.496Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-11T21:28:32.496Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-11T21:28:32.496Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-11T21:28:32.496Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T21:28:32.757Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T21:28:32.757Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T21:28:32.757Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T21:28:33.329Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-11T21:28:33.329Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-11T21:28:33.329Z] This means they are not meant to be enabled using systemctl. [2021-02-11T21:28:33.329Z] Possible reasons for having this kind of units are: [2021-02-11T21:28:33.329Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-11T21:28:33.329Z] .wants/ or .requires/ directory. [2021-02-11T21:28:33.329Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-11T21:28:33.329Z] a requirement dependency on it. [2021-02-11T21:28:33.329Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-11T21:28:33.329Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-11T21:28:33.329Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-11T21:28:33.329Z] instance name specified. [2021-02-11T21:28:33.590Z] Reading package lists... [2021-02-11T21:28:33.590Z] Building dependency tree... [2021-02-11T21:28:33.590Z] Reading state information... [2021-02-11T21:28:33.851Z] The following additional packages will be installed: [2021-02-11T21:28:33.851Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-11T21:28:33.851Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-11T21:28:33.851Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-11T21:28:33.851Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-11T21:28:33.851Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-11T21:28:33.851Z] Suggested packages: [2021-02-11T21:28:33.851Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-11T21:28:33.851Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-11T21:28:33.851Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-11T21:28:33.851Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-11T21:28:33.851Z] systemd-container policykit-1 [2021-02-11T21:28:33.851Z] Recommended packages: [2021-02-11T21:28:33.851Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-11T21:28:33.851Z] The following NEW packages will be installed: [2021-02-11T21:28:33.851Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-11T21:28:33.851Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-11T21:28:33.851Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-11T21:28:33.851Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-11T21:28:33.851Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-11T21:28:33.851Z] The following packages will be upgraded: [2021-02-11T21:28:33.851Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-11T21:28:34.112Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-11T21:28:34.112Z] Need to get 35.2 MB of archives. [2021-02-11T21:28:34.112Z] After this operation, 141 MB of additional disk space will be used. [2021-02-11T21:28:34.112Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-11T21:28:34.112Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-11T21:28:34.683Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-11T21:28:34.945Z] 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-11T21:28:34.945Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-11T21:28:34.945Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-11T21:28:34.945Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-11T21:28:34.945Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-11T21:28:34.945Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-11T21:28:34.945Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-11T21:28:34.945Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-11T21:28:34.945Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-11T21:28:34.945Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-11T21:28:34.945Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-11T21:28:34.945Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-11T21:28:34.945Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-11T21:28:34.945Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-11T21:28:34.945Z] 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-11T21:28:34.945Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-11T21:28:34.945Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-11T21:28:34.945Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-11T21:28:34.945Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-11T21:28:34.945Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-11T21:28:35.207Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-11T21:28:35.207Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-11T21:28:35.207Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-11T21:28:35.207Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-11T21:28:35.207Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-11T21:28:35.207Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-11T21:28:35.207Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-11T21:28:36.593Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T21:28:36.593Z] Fetched 35.2 MB in 3s (13.8 MB/s) [2021-02-11T21:28:36.854Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T21:28:36.854Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-11T21:28:36.854Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T21:28:37.800Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-11T21:28:37.800Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T21:28:37.800Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-11T21:28:37.800Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T21:28:37.800Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T21:28:38.061Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T21:28:38.322Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-11T21:28:38.322Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T21:28:38.322Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T21:28:38.322Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T21:28:38.583Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-11T21:28:38.584Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-11T21:28:39.155Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-11T21:28:39.155Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-11T21:28:39.155Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T21:28:39.417Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T21:28:39.679Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-11T21:28:39.679Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T21:28:39.679Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:39.679Z] Selecting previously unselected package libexpat1:amd64. [2021-02-11T21:28:39.679Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-11T21:28:39.679Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T21:28:39.940Z] Selecting previously unselected package python3.6-minimal. [2021-02-11T21:28:39.940Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T21:28:39.940Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:40.201Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T21:28:40.201Z] Checking for services that may need to be restarted...done. [2021-02-11T21:28:40.201Z] Checking for services that may need to be restarted...done. [2021-02-11T21:28:40.462Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:40.462Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T21:28:40.462Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:41.033Z] Selecting previously unselected package python3-minimal. [2021-02-11T21:28:41.033Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-11T21:28:41.033Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-11T21:28:41.033Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-11T21:28:41.033Z] Selecting previously unselected package mime-support. [2021-02-11T21:28:41.033Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-11T21:28:41.033Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-11T21:28:41.294Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-11T21:28:41.294Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-11T21:28:41.294Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T21:28:41.294Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-11T21:28:41.294Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T21:28:41.294Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:41.556Z] Selecting previously unselected package python3.6. [2021-02-11T21:28:41.556Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T21:28:41.556Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:41.556Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-11T21:28:41.556Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-11T21:28:41.556Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T21:28:41.816Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-11T21:28:42.077Z] Selecting previously unselected package python3. [2021-02-11T21:28:42.077Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-11T21:28:42.077Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-11T21:28:42.077Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-11T21:28:42.077Z] Selecting previously unselected package multiarch-support. [2021-02-11T21:28:42.077Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T21:28:42.077Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T21:28:42.077Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T21:28:42.342Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-11T21:28:42.342Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-11T21:28:42.342Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-11T21:28:42.342Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T21:28:42.342Z] Selecting previously unselected package libbsd0:amd64. [2021-02-11T21:28:42.342Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-11T21:28:42.342Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T21:28:42.342Z] Selecting previously unselected package sudo. [2021-02-11T21:28:42.342Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-11T21:28:42.342Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T21:28:42.604Z] Selecting previously unselected package apparmor. [2021-02-11T21:28:42.604Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T21:28:42.604Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-11T21:28:42.865Z] Selecting previously unselected package libedit2:amd64. [2021-02-11T21:28:42.865Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-11T21:28:43.128Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T21:28:43.390Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-11T21:28:43.390Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T21:28:43.390Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:43.390Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-11T21:28:43.390Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T21:28:43.651Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:43.651Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-11T21:28:43.651Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-11T21:28:43.651Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T21:28:43.651Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-11T21:28:43.651Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T21:28:43.651Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:43.913Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-11T21:28:43.913Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T21:28:43.913Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:43.913Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-11T21:28:43.913Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-11T21:28:43.913Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T21:28:44.175Z] Selecting previously unselected package openssh-client. [2021-02-11T21:28:44.175Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-11T21:28:44.175Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T21:28:44.437Z] Selecting previously unselected package squashfs-tools. [2021-02-11T21:28:44.437Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-11T21:28:44.437Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T21:28:44.437Z] Selecting previously unselected package snapd. [2021-02-11T21:28:44.437Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-11T21:28:44.437Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-11T21:28:46.987Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T21:28:46.987Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T21:28:46.988Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-11T21:28:46.988Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T21:28:46.988Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T21:28:46.988Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:46.988Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T21:28:46.988Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-11T21:28:46.988Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-11T21:28:47.930Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T21:28:48.192Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T21:28:48.192Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T21:28:48.192Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:48.192Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:48.192Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T21:28:49.136Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T21:28:49.136Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:49.136Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T21:28:49.397Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-11T21:28:49.397Z] running python rtupdate hooks for python3.6... [2021-02-11T21:28:49.397Z] running python post-rtupdate hooks for python3.6... [2021-02-11T21:28:49.397Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-11T21:28:50.723Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:28:50.723Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:28:50.723Z] ---> 26ddfa791392 [2021-02-11T21:28:50.723Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T21:28:50.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:28:50.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:28:50.723Z] ---> 26ddfa791392 [2021-02-11T21:28:50.723Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T21:28:50.723Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:28:50.723Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:28:50.723Z] ---> 26ddfa791392 [2021-02-11T21:28:50.723Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T21:28:50.723Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:28:50.723Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:28:50.723Z] ---> 26ddfa791392 [2021-02-11T21:28:50.723Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T21:28:50.723Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:28:50.723Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:28:50.723Z] ---> 26ddfa791392 [2021-02-11T21:28:50.723Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T21:28:50.723Z] ---> Running in ae20403d8add [2021-02-11T21:28:50.723Z] ---> Running in 42090063aa0e [2021-02-11T21:28:50.723Z] ---> Running in 6ec116385f79 [2021-02-11T21:28:50.723Z] ---> Running in 03b4bd3c7d58 [2021-02-11T21:28:50.723Z] ---> Running in fc422bea12d6 [2021-02-11T21:28:50.723Z] Removing intermediate container 42090063aa0e [2021-02-11T21:28:50.723Z] ---> c237d35515c6 [2021-02-11T21:28:50.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:28:50.723Z] Removing intermediate container 03b4bd3c7d58 [2021-02-11T21:28:50.723Z] ---> 0b40166f9aaa [2021-02-11T21:28:50.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:28:50.723Z] Removing intermediate container 6ec116385f79 [2021-02-11T21:28:50.723Z] ---> cc50f9dc6798 [2021-02-11T21:28:50.723Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:28:50.723Z] Removing intermediate container fc422bea12d6 [2021-02-11T21:28:50.723Z] ---> d66722fa6d8e [2021-02-11T21:28:50.723Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:28:50.723Z] Removing intermediate container ae20403d8add [2021-02-11T21:28:50.723Z] ---> 731302d97868 [2021-02-11T21:28:50.723Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:28:50.723Z] ---> Running in 7e731492e757 [2021-02-11T21:28:50.723Z] ---> Running in ce4a0a2d616f [2021-02-11T21:28:50.723Z] ---> Running in b0afa08c93fd [2021-02-11T21:28:50.723Z] ---> Running in d838d3ca5df8 [2021-02-11T21:28:50.723Z] ---> Running in 2bb0e4b5c3ab [2021-02-11T21:28:50.723Z] Removing intermediate container 7e731492e757 [2021-02-11T21:28:50.723Z] ---> 73dc8934d142 [2021-02-11T21:28:50.723Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T21:28:50.723Z] ---> Running in 0e58097fd4da [2021-02-11T21:28:50.723Z] Removing intermediate container ce4a0a2d616f [2021-02-11T21:28:50.723Z] ---> 6e9c17b3ce04 [2021-02-11T21:28:50.723Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T21:28:50.723Z] ---> Running in c15ff9541738 [2021-02-11T21:28:50.723Z] Removing intermediate container b0afa08c93fd [2021-02-11T21:28:50.723Z] ---> 726310631ca6 [2021-02-11T21:28:50.723Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T21:28:50.723Z] Removing intermediate container 2bb0e4b5c3ab [2021-02-11T21:28:50.723Z] ---> 483de5043a13 [2021-02-11T21:28:50.723Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T21:28:50.723Z] Removing intermediate container d838d3ca5df8 [2021-02-11T21:28:50.723Z] ---> 6f8f70427322 [2021-02-11T21:28:50.723Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T21:28:50.723Z] ---> Running in a12168785fab [2021-02-11T21:28:50.723Z] ---> Running in 54a4373979b7 [2021-02-11T21:28:50.723Z] ---> Running in c4a0f6c8ecd2 [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] OK: 217 MiB in 51 packages [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:50.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:28:51.317Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-11T21:28:51.317Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T21:28:51.317Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T21:28:51.324Z] OK: 217 MiB in 51 packages [2021-02-11T21:28:51.579Z] Setting up snapd (2.48.3+18.04) ... [2021-02-11T21:28:51.599Z] OK: 217 MiB in 51 packages [2021-02-11T21:28:51.841Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-11T21:28:51.882Z] OK: 217 MiB in 51 packages [2021-02-11T21:28:52.103Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-11T21:28:52.154Z] OK: 217 MiB in 51 packages [2021-02-11T21:28:52.154Z] Removing intermediate container 0e58097fd4da [2021-02-11T21:28:52.154Z] ---> 9765f53da9a0 [2021-02-11T21:28:52.154Z] Step 6/22 : COPY go.mod . [2021-02-11T21:28:52.377Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-11T21:28:52.639Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-11T21:28:52.639Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T21:28:52.639Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T21:28:52.902Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-11T21:28:53.140Z] Removing intermediate container c15ff9541738 [2021-02-11T21:28:53.140Z] ---> ce7ae43295e5 [2021-02-11T21:28:53.140Z] Step 6/22 : COPY go.mod . [2021-02-11T21:28:53.140Z] ---> 869425bb97f7 [2021-02-11T21:28:53.140Z] Step 7/22 : RUN go mod download [2021-02-11T21:28:53.163Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-11T21:28:53.416Z] Removing intermediate container 54a4373979b7 [2021-02-11T21:28:53.416Z] ---> 829c39e10564 [2021-02-11T21:28:53.416Z] Step 6/23 : COPY go.mod . [2021-02-11T21:28:53.424Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-11T21:28:53.424Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-11T21:28:53.687Z] /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-11T21:28:53.687Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T21:28:53.687Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T21:28:53.691Z] ---> Running in 0f840cdfffd1 [2021-02-11T21:28:53.691Z] Removing intermediate container a12168785fab [2021-02-11T21:28:53.691Z] ---> 6523fd79e346 [2021-02-11T21:28:53.691Z] Step 6/30 : COPY go.mod . [2021-02-11T21:28:53.966Z] Removing intermediate container c4a0f6c8ecd2 [2021-02-11T21:28:53.966Z] ---> 01076bb4640c [2021-02-11T21:28:53.966Z] Step 6/23 : COPY go.mod . [2021-02-11T21:28:53.966Z] ---> 9d90d9300e9a [2021-02-11T21:28:53.966Z] Step 7/22 : RUN go mod download [2021-02-11T21:28:54.241Z] ---> Running in 4873cf129a6d [2021-02-11T21:28:54.536Z] ---> 2cc3765a659c [2021-02-11T21:28:54.536Z] Step 7/23 : RUN go mod download [2021-02-11T21:28:54.633Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T21:28:54.894Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T21:28:54.894Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T21:28:55.133Z] ---> Running in b3e676ad1a2f [2021-02-11T21:28:55.133Z] ---> e82b8d4a56b7 [2021-02-11T21:28:55.133Z] Step 7/30 : RUN go mod download [2021-02-11T21:28:55.408Z] ---> Running in d924e327c31a [2021-02-11T21:28:55.408Z] ---> 81daff6fac2a [2021-02-11T21:28:55.408Z] Step 7/23 : RUN go mod download [2021-02-11T21:28:55.688Z] ---> Running in 9bae7f64776d [2021-02-11T21:28:56.281Z] Reading package lists... [2021-02-11T21:28:56.281Z] Reading package lists... [2021-02-11T21:28:56.542Z] Building dependency tree... [2021-02-11T21:28:56.542Z] Reading state information... [2021-02-11T21:28:56.803Z] Calculating upgrade... [2021-02-11T21:28:56.803Z] The following packages will be upgraded: [2021-02-11T21:28:56.803Z] advancecomp base-files bash binutils binutils-common [2021-02-11T21:28:56.803Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-11T21:28:56.803Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-11T21:28:56.803Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-11T21:28:56.803Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-11T21:28:56.803Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-11T21:28:56.803Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-11T21:28:56.803Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-11T21:28:56.803Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-11T21:28:56.803Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-11T21:28:56.803Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-11T21:28:56.803Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-11T21:28:56.803Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-11T21:28:56.803Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-11T21:28:56.803Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-11T21:28:57.063Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T21:28:57.063Z] Need to get 63.8 MB of archives. [2021-02-11T21:28:57.063Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-11T21:28:57.063Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-11T21:28:57.063Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-11T21:28:57.633Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-11T21:28:57.633Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-11T21:28:57.633Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-11T21:28:57.633Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-11T21:28:57.633Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-11T21:28:57.633Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-11T21:28:57.633Z] 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-11T21:28:57.633Z] 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-11T21:28:57.633Z] 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-11T21:28:57.684Z] Removing intermediate container 0f840cdfffd1 [2021-02-11T21:28:57.684Z] ---> 0348542089ed [2021-02-11T21:28:57.684Z] Step 8/22 : COPY . . [2021-02-11T21:28:57.894Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-11T21:28:57.894Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-11T21:28:57.894Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-11T21:28:57.894Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-11T21:28:57.894Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-11T21:28:57.894Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-11T21:28:57.894Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-11T21:28:57.894Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-11T21:28:57.894Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-11T21:28:57.894Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-11T21:28:57.894Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-11T21:28:57.894Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-11T21:28:57.894Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-11T21:28:57.894Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-11T21:28:58.155Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-11T21:28:58.155Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-11T21:28:58.155Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-11T21:28:58.156Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-11T21:28:58.156Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-11T21:28:58.156Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-11T21:28:58.156Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-11T21:28:58.156Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-11T21:28:58.156Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-11T21:28:58.156Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-11T21:28:58.156Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-11T21:28:58.156Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-11T21:28:58.156Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-11T21:28:58.156Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-11T21:28:58.156Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-11T21:28:58.156Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-11T21:28:58.156Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-11T21:28:58.156Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-11T21:28:58.156Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-11T21:28:58.156Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-11T21:28:58.156Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-11T21:28:58.156Z] Get:47 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-11T21:28:58.156Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-11T21:28:58.156Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-11T21:28:58.156Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-11T21:28:58.156Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-11T21:28:58.156Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-11T21:28:58.418Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-11T21:28:58.418Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-11T21:28:58.418Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-11T21:28:58.418Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-11T21:28:58.418Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-11T21:28:58.418Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-11T21:28:58.418Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-11T21:28:58.418Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-11T21:28:58.418Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-11T21:28:58.418Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-11T21:28:58.418Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-11T21:28:58.418Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-11T21:28:58.418Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-11T21:28:58.418Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-11T21:28:58.418Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-11T21:28:58.418Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-11T21:28:58.418Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-11T21:28:58.418Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-11T21:28:58.418Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-11T21:28:58.418Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-11T21:28:58.418Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-11T21:28:58.418Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-11T21:28:58.418Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-11T21:28:58.685Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-11T21:28:58.685Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-11T21:28:58.685Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-11T21:28:58.685Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-11T21:28:58.685Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-11T21:28:58.685Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-11T21:28:58.685Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-11T21:28:58.685Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-11T21:28:58.685Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-11T21:28:58.685Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-11T21:28:58.685Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-11T21:28:58.685Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-11T21:28:58.685Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-11T21:28:58.685Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-11T21:28:58.949Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-11T21:28:59.138Z] Removing intermediate container 4873cf129a6d [2021-02-11T21:28:59.138Z] ---> 593c6704c620 [2021-02-11T21:28:59.138Z] Step 8/22 : COPY . . [2021-02-11T21:28:59.521Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-11T21:28:59.782Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-11T21:28:59.783Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-11T21:29:00.044Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-11T21:29:00.304Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-11T21:29:00.304Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-11T21:29:00.304Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-11T21:29:00.304Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-11T21:29:00.304Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-11T21:29:00.566Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T21:29:00.566Z] Fetched 63.8 MB in 3s (18.9 MB/s) [2021-02-11T21:29:00.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:00.566Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T21:29:00.566Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T21:29:00.683Z] Removing intermediate container b3e676ad1a2f [2021-02-11T21:29:00.683Z] ---> ddd38d2d045d [2021-02-11T21:29:00.683Z] Step 8/23 : COPY . . [2021-02-11T21:29:01.282Z] Removing intermediate container d924e327c31a [2021-02-11T21:29:01.282Z] ---> f09deb12d41b [2021-02-11T21:29:01.282Z] Step 8/30 : COPY . . [2021-02-11T21:29:01.509Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T21:29:01.509Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T21:29:01.509Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-11T21:29:01.509Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-11T21:29:01.555Z] Removing intermediate container 9bae7f64776d [2021-02-11T21:29:01.555Z] ---> b5272fcc7c6b [2021-02-11T21:29:01.555Z] Step 8/23 : COPY . . [2021-02-11T21:29:02.454Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.454Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:02.454Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.454Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:02.454Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.454Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:02.714Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.714Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:02.714Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.975Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:02.975Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.975Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:02.975Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:02.975Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:03.235Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:03.235Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T21:29:03.235Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:03.235Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-11T21:29:03.499Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:03.499Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T21:29:03.499Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:03.499Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:03.499Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:03.499Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:03.760Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:03.760Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T21:29:03.760Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:04.022Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T21:29:04.022Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T21:29:04.282Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T21:29:04.854Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T21:29:04.854Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T21:29:04.854Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-11T21:29:04.854Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-11T21:29:04.854Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-11T21:29:05.116Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-11T21:29:05.116Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-11T21:29:05.116Z] Installing new version of config file /etc/issue ... [2021-02-11T21:29:05.116Z] Installing new version of config file /etc/issue.net ... [2021-02-11T21:29:05.116Z] Installing new version of config file /etc/lsb-release ... [2021-02-11T21:29:05.378Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-11T21:29:05.640Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-11T21:29:05.640Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-11T21:29:05.640Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-11T21:29:05.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:05.640Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-11T21:29:05.640Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-11T21:29:05.908Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-11T21:29:05.908Z] 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-11T21:29:05.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:05.908Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:05.908Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:06.170Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:06.170Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:06.170Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-11T21:29:06.170Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-11T21:29:06.433Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-11T21:29:06.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:06.433Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-11T21:29:06.433Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T21:29:06.700Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-11T21:29:06.967Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:06.967Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T21:29:06.967Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T21:29:06.967Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T21:29:07.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:07.230Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T21:29:07.230Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T21:29:07.230Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-11T21:29:07.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:07.490Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-11T21:29:07.490Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-11T21:29:07.490Z] Setting up grep (3.1-2build1) ... [2021-02-11T21:29:07.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:07.490Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T21:29:07.754Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T21:29:08.015Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-11T21:29:08.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:08.015Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T21:29:08.015Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T21:29:08.276Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-11T21:29:08.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:08.276Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T21:29:08.276Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T21:29:08.846Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T21:29:08.847Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T21:29:09.107Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T21:29:09.107Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T21:29:09.683Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-11T21:29:09.683Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:09.683Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-11T21:29:09.683Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T21:29:10.629Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T21:29:10.896Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T21:29:10.896Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T21:29:10.896Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T21:29:10.896Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T21:29:11.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:11.157Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-11T21:29:11.157Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-11T21:29:11.157Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-11T21:29:11.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:11.420Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:11.420Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:11.682Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:11.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:11.682Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:11.682Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:11.942Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:11.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:11.942Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:11.942Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:12.203Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:12.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:12.203Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:12.203Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:12.464Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:12.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:12.464Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T21:29:12.464Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T21:29:12.730Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T21:29:12.730Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T21:29:12.730Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T21:29:12.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:12.992Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T21:29:12.992Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T21:29:12.992Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T21:29:12.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:12.992Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:13.255Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:13.255Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:13.255Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:13.255Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:13.516Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:13.516Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:13.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:13.800Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:13.800Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:14.061Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:14.323Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-11T21:29:14.895Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-11T21:29:14.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:14.895Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T21:29:14.895Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T21:29:15.162Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T21:29:15.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T21:29:15.424Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-11T21:29:15.424Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T21:29:15.424Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-11T21:29:15.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:15.685Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-11T21:29:15.685Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-11T21:29:15.685Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-11T21:29:15.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:15.955Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-11T21:29:16.218Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T21:29:16.219Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-11T21:29:16.219Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:16.219Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-11T21:29:16.481Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T21:29:16.481Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-11T21:29:16.481Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:16.481Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T21:29:16.746Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T21:29:16.746Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T21:29:16.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:16.746Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T21:29:17.008Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T21:29:17.008Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T21:29:17.008Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:17.008Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T21:29:17.274Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T21:29:17.537Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T21:29:17.537Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:17.537Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T21:29:17.537Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T21:29:17.801Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-11T21:29:17.801Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T21:29:17.801Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T21:29:18.064Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T21:29:18.064Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T21:29:18.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:18.064Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-11T21:29:18.064Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-11T21:29:18.367Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-11T21:29:18.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:18.367Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-11T21:29:18.367Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T21:29:18.629Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T21:29:18.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:18.891Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T21:29:18.891Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T21:29:18.891Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T21:29:18.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:18.891Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-11T21:29:18.891Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-11T21:29:19.156Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-11T21:29:19.156Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:19.156Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T21:29:19.156Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T21:29:19.501Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-11T21:29:20.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:20.144Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T21:29:20.144Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T21:29:20.144Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-11T21:29:20.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:20.144Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-11T21:29:20.144Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-11T21:29:20.433Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-11T21:29:20.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:20.433Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-11T21:29:20.433Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-11T21:29:20.724Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-11T21:29:20.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:20.724Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-11T21:29:20.724Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-11T21:29:20.994Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-11T21:29:20.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:20.994Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-11T21:29:20.994Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-11T21:29:21.280Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-11T21:29:21.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:21.280Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T21:29:21.280Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-11T21:29:21.280Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-11T21:29:21.570Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T21:29:21.570Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-11T21:29:21.570Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-11T21:29:21.570Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-11T21:29:21.570Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-11T21:29:21.570Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T21:29:21.855Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T21:29:21.855Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T21:29:21.855Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T21:29:22.126Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T21:29:22.126Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T21:29:22.388Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-11T21:29:22.388Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-11T21:29:22.649Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T21:29:22.649Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-11T21:29:22.649Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T21:29:22.649Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-11T21:29:22.912Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-11T21:29:22.912Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-11T21:29:22.912Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-11T21:29:22.912Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-11T21:29:23.173Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-11T21:29:23.173Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-11T21:29:23.173Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-11T21:29:23.173Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-11T21:29:23.173Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-11T21:29:23.434Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-11T21:29:23.434Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-11T21:29:23.434Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-11T21:29:24.387Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-11T21:29:24.387Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-11T21:29:24.387Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-11T21:29:24.387Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-11T21:29:24.648Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T21:29:24.648Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T21:29:25.590Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T21:29:25.590Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T21:29:25.590Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T21:29:25.590Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T21:29:25.590Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T21:29:25.590Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T21:29:25.850Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:25.850Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:25.850Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:25.850Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:26.110Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:26.110Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:26.110Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:26.377Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:27.320Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:27.320Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:28.263Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:28.263Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:28.375Z] ---> 3fab72a387d6 [2021-02-11T21:29:28.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T21:29:28.375Z] ---> 5ade38d84740 [2021-02-11T21:29:28.375Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T21:29:28.375Z] ---> e38e9525be9c [2021-02-11T21:29:28.375Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T21:29:28.375Z] ---> 858b013c9af3 [2021-02-11T21:29:28.375Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T21:29:28.375Z] ---> Running in 7bacd0ba28b6 [2021-02-11T21:29:28.375Z] ---> Running in 2e40a4a539bf [2021-02-11T21:29:28.375Z] ---> Running in d839fd05fdd1 [2021-02-11T21:29:28.375Z] ---> Running in bf43bf85b48e [2021-02-11T21:29:28.375Z] ---> 089f32a3b32e [2021-02-11T21:29:28.375Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T21:29:28.375Z] ---> Running in 4af8512eb236 [2021-02-11T21:29:28.375Z] 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-11T21:29:28.375Z] 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-11T21:29:28.375Z] 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-11T21:29:28.375Z] 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-11T21:29:28.375Z] 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-11T21:29:29.208Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:29.208Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:29.471Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:29.471Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:30.419Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T21:29:30.419Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T21:29:30.679Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T21:29:30.679Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T21:29:30.679Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T21:29:30.679Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T21:29:30.941Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T21:29:30.941Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T21:29:31.202Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-11T21:29:31.202Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-11T21:29:31.202Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T21:29:31.202Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T21:29:31.463Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T21:29:31.463Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T21:29:31.463Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-11T21:29:31.463Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-11T21:29:31.725Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:31.725Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T21:29:31.725Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:31.725Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:31.725Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:31.725Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-11T21:29:32.002Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-11T21:29:32.002Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-11T21:29:32.002Z] [2021-02-11T21:29:32.002Z] Current default time zone: 'Etc/UTC' [2021-02-11T21:29:32.002Z] Local time is now: Thu Feb 11 21:29:31 UTC 2021. [2021-02-11T21:29:32.002Z] Universal Time is now: Thu Feb 11 21:29:31 UTC 2021. [2021-02-11T21:29:32.002Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-11T21:29:32.002Z] [2021-02-11T21:29:32.002Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-11T21:29:32.002Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:32.264Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-11T21:29:32.264Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-11T21:29:32.264Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-11T21:29:32.264Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-11T21:29:32.264Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-11T21:29:32.264Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-11T21:29:32.264Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-11T21:29:32.525Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T21:29:32.525Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:32.525Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-11T21:29:32.785Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:32.785Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T21:29:32.785Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:32.785Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-11T21:29:32.785Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-11T21:29:32.785Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-11T21:29:32.785Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T21:29:32.785Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-11T21:29:32.785Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-11T21:29:33.047Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-11T21:29:33.047Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-11T21:29:34.441Z] Updating certificates in /etc/ssl/certs... [2021-02-11T21:29:35.387Z] 23 added, 27 removed; done. [2021-02-11T21:29:35.387Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T21:29:35.387Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T21:29:35.387Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-11T21:29:35.387Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-11T21:29:35.387Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-11T21:29:35.387Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.387Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T21:29:35.387Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.387Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.655Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.655Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.655Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.655Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-11T21:29:35.655Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-11T21:29:35.655Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-11T21:29:35.655Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-11T21:29:35.655Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-11T21:29:35.917Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.917Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T21:29:35.917Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-11T21:29:35.917Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-11T21:29:35.917Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-11T21:29:35.917Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T21:29:35.917Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T21:29:36.177Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-11T21:29:36.177Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-11T21:29:36.177Z] Updating certificates in /etc/ssl/certs... [2021-02-11T21:29:36.750Z] 0 added, 0 removed; done. [2021-02-11T21:29:36.750Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-11T21:29:36.750Z] done. [2021-02-11T21:29:37.012Z] Reading package lists... [2021-02-11T21:29:37.274Z] Building dependency tree... [2021-02-11T21:29:37.274Z] Reading state information... [2021-02-11T21:29:37.541Z] The following NEW packages will be installed: [2021-02-11T21:29:37.541Z] apt-transport-https [2021-02-11T21:29:37.541Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T21:29:37.541Z] Need to get 1696 B of archives. [2021-02-11T21:29:37.541Z] After this operation, 153 kB of additional disk space will be used. [2021-02-11T21:29:37.541Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-11T21:29:37.804Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T21:29:37.804Z] Fetched 1696 B in 0s (21.5 kB/s) [2021-02-11T21:29:37.804Z] Selecting previously unselected package apt-transport-https. [2021-02-11T21:29:37.804Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-11T21:29:37.804Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-11T21:29:37.804Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T21:29:37.804Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T21:29:38.382Z] Waiting for network to be ready... [2021-02-11T21:29:43.693Z] 2021-02-11T21:29:41Z INFO Waiting for automatic snapd restart... [2021-02-11T21:29:43.693Z] snapd 2.48.2.1 from Canonical* installed [2021-02-11T21:29:43.955Z] "snapd" switched to the "latest/stable" channel [2021-02-11T21:29:43.955Z] [2021-02-11T21:29:48.169Z] core18 20210128 from Canonical* installed [2021-02-11T21:29:48.169Z] "core18" switched to the "latest/stable" channel [2021-02-11T21:29:48.169Z] [2021-02-11T21:29:52.376Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T21:29:52.376Z] "snapcraft" switched to the "latest/stable" channel [2021-02-11T21:29:52.376Z] [2021-02-11T21:29:55.681Z] 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-11T21:29:55.681Z] - README.md [2021-02-11T21:29:55.681Z] - snapcraft.yaml.orig [2021-02-11T21:29:55.681Z] [2021-02-11T21:29:55.681Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T21:30:02.278Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T21:30:02.541Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T21:30:02.541Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T21:30:02.804Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T21:30:04.193Z] Reading package lists... [2021-02-11T21:30:04.453Z] 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-11T21:30:11.044Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T21:30:11.045Z] Reading package lists... [2021-02-11T21:30:11.045Z] Building dependency tree... [2021-02-11T21:30:11.045Z] Reading state information... [2021-02-11T21:30:11.045Z] Suggested packages: [2021-02-11T21:30:11.045Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-11T21:30:11.045Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-11T21:30:11.045Z] Recommended packages: [2021-02-11T21:30:11.045Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-11T21:30:11.045Z] The following NEW packages will be installed: [2021-02-11T21:30:11.045Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-11T21:30:11.045Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-11T21:30:11.045Z] pkg-config zip [2021-02-11T21:30:11.045Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T21:30:11.045Z] Need to get 7655 kB of archives. [2021-02-11T21:30:11.045Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-11T21:30:11.045Z] 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-11T21:30:11.045Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-11T21:30:11.045Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-11T21:30:11.045Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-11T21:30:11.045Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-11T21:30:11.045Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-11T21:30:11.045Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-11T21:30:11.305Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-11T21:30:11.305Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-11T21:30:11.305Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-11T21:30:11.305Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-11T21:30:11.566Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-11T21:30:11.566Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-11T21:30:11.566Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-11T21:30:11.566Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-11T21:30:11.827Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T21:30:11.827Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-11T21:30:11.827Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-11T21:30:11.827Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-11T21:30:11.827Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-11T21:30:11.827Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T21:30:12.089Z] Selecting previously unselected package libpsl5:amd64. [2021-02-11T21:30:12.089Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-11T21:30:12.089Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T21:30:12.350Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-11T21:30:12.350Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-11T21:30:12.350Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T21:30:12.350Z] Selecting previously unselected package librtmp1:amd64. [2021-02-11T21:30:12.350Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-11T21:30:12.350Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T21:30:12.611Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-11T21:30:12.611Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-11T21:30:12.611Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T21:30:12.611Z] Selecting previously unselected package liberror-perl. [2021-02-11T21:30:12.611Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-11T21:30:12.611Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-11T21:30:12.611Z] Selecting previously unselected package git-man. [2021-02-11T21:30:12.611Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-11T21:30:12.611Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T21:30:12.873Z] Selecting previously unselected package git. [2021-02-11T21:30:12.874Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-11T21:30:12.874Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T21:30:13.816Z] Selecting previously unselected package libnorm1:amd64. [2021-02-11T21:30:13.816Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-11T21:30:13.816Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T21:30:13.816Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-11T21:30:13.816Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-11T21:30:14.079Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T21:30:14.079Z] Selecting previously unselected package libsodium23:amd64. [2021-02-11T21:30:14.079Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-11T21:30:14.079Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-11T21:30:14.079Z] Selecting previously unselected package libzmq5:amd64. [2021-02-11T21:30:14.079Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T21:30:14.079Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T21:30:14.079Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-11T21:30:14.079Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T21:30:14.079Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T21:30:14.340Z] Selecting previously unselected package pkg-config. [2021-02-11T21:30:14.340Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-11T21:30:14.340Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T21:30:14.340Z] Selecting previously unselected package zip. [2021-02-11T21:30:14.340Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-11T21:30:14.340Z] Unpacking zip (3.0-11build1) ... [2021-02-11T21:30:14.600Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T21:30:14.600Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T21:30:14.600Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T21:30:14.600Z] Setting up liberror-perl (0.17025-1) ... [2021-02-11T21:30:14.600Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T21:30:14.600Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T21:30:14.600Z] No schema files found: doing nothing. [2021-02-11T21:30:14.600Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T21:30:14.600Z] Setting up zip (3.0-11build1) ... [2021-02-11T21:30:14.600Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T21:30:14.600Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-11T21:30:14.863Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T21:30:14.863Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T21:30:14.863Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T21:30:14.863Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T21:30:14.863Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T21:30:14.863Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T21:30:21.450Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T21:30:21.450Z] git set to automatically installed. [2021-02-11T21:30:21.450Z] git-man set to automatically installed. [2021-02-11T21:30:21.450Z] libcurl3-gnutls set to automatically installed. [2021-02-11T21:30:21.450Z] liberror-perl set to automatically installed. [2021-02-11T21:30:21.450Z] libglib2.0-0 set to automatically installed. [2021-02-11T21:30:21.450Z] libnghttp2-14 set to automatically installed. [2021-02-11T21:30:21.450Z] libnorm1 set to automatically installed. [2021-02-11T21:30:21.450Z] libpgm-5.2-0 set to automatically installed. [2021-02-11T21:30:21.450Z] libpsl5 set to automatically installed. [2021-02-11T21:30:21.450Z] librtmp1 set to automatically installed. [2021-02-11T21:30:21.450Z] libsodium23 set to automatically installed. [2021-02-11T21:30:21.450Z] libzmq3-dev set to automatically installed. [2021-02-11T21:30:21.450Z] libzmq5 set to automatically installed. [2021-02-11T21:30:21.450Z] pkg-config set to automatically installed. [2021-02-11T21:30:21.450Z] zip set to automatically installed. [2021-02-11T21:30:24.004Z] snapd is not logged in, snap install commands will use sudo [2021-02-11T21:30:29.477Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T21:30:30.419Z] snap "core18" has no updates available [2021-02-11T21:30:31.362Z] Pulling config-common [2021-02-11T21:30:31.362Z] + snapcraftctl pull [2021-02-11T21:30:32.302Z] Pulling go-build-helper [2021-02-11T21:30:32.302Z] + snapcraftctl pull [2021-02-11T21:30:58.888Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T21:30:58.888Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T21:30:58.888Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-11T21:30:58.888Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T21:30:58.888Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T21:30:58.888Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T21:30:58.888Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T21:30:58.888Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T21:30:58.888Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T21:30:58.888Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T21:30:58.888Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T21:30:58.888Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T21:30:58.888Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T21:30:58.888Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T21:30:58.888Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T21:30:58.888Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T21:30:58.888Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T21:30:58.888Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T21:30:58.888Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T21:30:58.888Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-11T21:30:58.888Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T21:30:58.888Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T21:30:58.888Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T21:30:58.888Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T21:30:58.888Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T21:30:58.888Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T21:30:58.888Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T21:30:58.888Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-11T21:30:58.888Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-11T21:30:58.888Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-11T21:30:58.888Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-11T21:30:58.888Z] Fetched 279 kB in 0s (0 B/s) [2021-02-11T21:30:58.888Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-11T21:30:58.888Z] Fetched 122 kB in 0s (0 B/s) [2021-02-11T21:30:58.888Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-11T21:30:58.888Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-11T21:30:58.888Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-11T21:30:58.889Z] Fetched 8848 B in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-11T21:30:58.889Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-11T21:30:58.889Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-11T21:30:58.889Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-11T21:30:58.889Z] Fetched 214 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-11T21:30:58.889Z] Fetched 155 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-11T21:30:58.889Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-11T21:30:58.889Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-11T21:30:58.889Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-11T21:30:58.889Z] Fetched 499 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-11T21:30:58.889Z] Fetched 111 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-11T21:30:58.889Z] Fetched 240 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-11T21:30:58.889Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-11T21:30:58.889Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-11T21:30:58.889Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-11T21:30:58.889Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-11T21:30:58.889Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-11T21:30:58.889Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-11T21:30:58.889Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-11T21:30:58.889Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-11T21:30:58.889Z] Fetched 8720 B in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-11T21:30:58.889Z] Fetched 137 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-11T21:30:58.889Z] Fetched 119 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-11T21:30:58.889Z] Fetched 109 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-11T21:30:58.889Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-11T21:30:58.889Z] Fetched 645 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-11T21:30:58.889Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-11T21:30:58.889Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-11T21:30:58.889Z] Fetched 368 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-11T21:30:58.889Z] Fetched 187 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-11T21:30:58.889Z] Fetched 175 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-11T21:30:58.889Z] Fetched 206 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-11T21:30:58.889Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-11T21:30:58.889Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-11T21:30:58.889Z] Fetched 159 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-11T21:30:58.889Z] Fetched 107 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-11T21:30:58.889Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-11T21:30:58.889Z] Pulling static-packages [2021-02-11T21:30:58.889Z] + snapcraftctl pull [2021-02-11T21:30:59.829Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-11T21:30:59.829Z] Skipping pull go-build-helper (already ran) [2021-02-11T21:30:59.829Z] Skipping pull static-packages (already ran) [2021-02-11T21:30:59.829Z] Building go-build-helper [2021-02-11T21:30:59.829Z] + snapcraftctl build [2021-02-11T21:31:04.038Z] Building static-packages [2021-02-11T21:31:04.038Z] + snapcraftctl build [2021-02-11T21:31:05.225Z] Removing intermediate container d839fd05fdd1 [2021-02-11T21:31:05.225Z] ---> 9483bab80b3b [2021-02-11T21:31:05.225Z] [2021-02-11T21:31:05.225Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T21:31:05.225Z] 3.12: Pulling from library/alpine [2021-02-11T21:31:05.225Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T21:31:05.225Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T21:31:05.225Z] ---> afeebe901d6b [2021-02-11T21:31:05.225Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T21:31:05.225Z] ---> Running in e87aa8f138dc [2021-02-11T21:31:05.225Z] Removing intermediate container e87aa8f138dc [2021-02-11T21:31:05.225Z] ---> 5be9264a9826 [2021-02-11T21:31:05.225Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T21:31:05.225Z] ---> Running in cfa07a76d716 [2021-02-11T21:31:05.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:05.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:05.225Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T21:31:05.225Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T21:31:05.225Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:31:05.225Z] OK: 5 MiB in 16 packages [2021-02-11T21:31:05.953Z] Staging go-build-helper [2021-02-11T21:31:05.953Z] + snapcraftctl stage [2021-02-11T21:31:06.673Z] Removing intermediate container cfa07a76d716 [2021-02-11T21:31:06.673Z] ---> 821edbc3330e [2021-02-11T21:31:06.673Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T21:31:06.673Z] ---> Running in 0cfcf43deb94 [2021-02-11T21:31:07.285Z] Removing intermediate container 0cfcf43deb94 [2021-02-11T21:31:07.285Z] ---> 435be1d613b1 [2021-02-11T21:31:07.285Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T21:31:07.335Z] Staging static-packages [2021-02-11T21:31:07.335Z] + snapcraftctl stage [2021-02-11T21:31:07.562Z] ---> Running in 1296fba49124 [2021-02-11T21:31:08.166Z] Removing intermediate container 1296fba49124 [2021-02-11T21:31:08.166Z] ---> e2fe7bb3b30a [2021-02-11T21:31:08.166Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T21:31:08.278Z] Pulling go115 [2021-02-11T21:31:08.278Z] + snapcraftctl pull [2021-02-11T21:31:08.445Z] ---> Running in b4d200c1093a [2021-02-11T21:31:09.225Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-11T21:31:09.225Z] Skipping pull go115 (already ran) [2021-02-11T21:31:09.225Z] Building go115 [2021-02-11T21:31:09.225Z] + dpkg --print-architecture [2021-02-11T21:31:09.225Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-11T21:31:09.225Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-11T21:31:09.225Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-11T21:31:09.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T21:31:09.226Z] Dload Upload Total Spent Left Speed [2021-02-11T21:31:12.202Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 34.2M 0 0:00:03 --:--:-- 0:00:03 34.2M 64 115M 64 74.7M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.1M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M [2021-02-11T21:31:12.202Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-11T21:31:12.202Z] + sha256sum -c sha256 [2021-02-11T21:31:12.202Z] + grep OK [2021-02-11T21:31:12.778Z] + mkdir -p /root/stage/go1.15 [2021-02-11T21:31:12.778Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-11T21:31:12.778Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-11T21:31:12.840Z] Removing intermediate container b4d200c1093a [2021-02-11T21:31:12.840Z] ---> c8155e0fff35 [2021-02-11T21:31:12.840Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T21:31:12.840Z] ---> Running in 4cf99a37fdd5 [2021-02-11T21:31:13.124Z] Removing intermediate container 4cf99a37fdd5 [2021-02-11T21:31:13.124Z] ---> 1aa73f4921ea [2021-02-11T21:31:13.124Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T21:31:15.125Z] ---> 2423e2c18114 [2021-02-11T21:31:15.125Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T21:31:15.400Z] ---> Running in 8b5d094e2ce0 [2021-02-11T21:31:18.061Z] Staging go115 [2021-02-11T21:31:18.061Z] + snapcraftctl stage [2021-02-11T21:31:22.181Z] Removing intermediate container 8b5d094e2ce0 [2021-02-11T21:31:22.182Z] ---> 6942374097ad [2021-02-11T21:31:22.182Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:31:22.182Z] Removing intermediate container 7bacd0ba28b6 [2021-02-11T21:31:22.182Z] ---> 0fed2429f967 [2021-02-11T21:31:22.182Z] [2021-02-11T21:31:22.182Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T21:31:22.182Z] ---> afeebe901d6b [2021-02-11T21:31:22.182Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T21:31:22.182Z] Removing intermediate container 2e40a4a539bf [2021-02-11T21:31:22.182Z] ---> 5b54d9da20cd [2021-02-11T21:31:22.182Z] [2021-02-11T21:31:22.182Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T21:31:22.182Z] ---> afeebe901d6b [2021-02-11T21:31:22.182Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T21:31:22.182Z] ---> Running in ce356a33a915 [2021-02-11T21:31:22.182Z] ---> Running in 0d7ad3e252cf [2021-02-11T21:31:22.457Z] ---> d11acd1c1f0b [2021-02-11T21:31:22.457Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T21:31:23.349Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T21:31:23.349Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T21:31:23.349Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T21:31:23.349Z] Fetched 0 B in 0s (0 B/s) [2021-02-11T21:31:23.349Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-11T21:31:23.349Z] Fetched 224 kB in 0s (0 B/s) [2021-02-11T21:31:23.349Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-11T21:31:23.349Z] Fetched 157 kB in 0s (0 B/s) [2021-02-11T21:31:23.349Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-11T21:31:23.349Z] Fetched 221 kB in 0s (0 B/s) [2021-02-11T21:31:23.349Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-11T21:31:23.349Z] Fetched 143 kB in 0s (0 B/s) [2021-02-11T21:31:23.349Z] Pulling edgex-go [2021-02-11T21:31:23.349Z] + snapcraftctl pull [2021-02-11T21:31:23.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:23.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:24.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:24.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:24.745Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T21:31:24.745Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:31:24.745Z] OK: 5 MiB in 15 packages [2021-02-11T21:31:25.024Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T21:31:25.024Z] ---> b199971449af [2021-02-11T21:31:25.024Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T21:31:25.024Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T21:31:25.024Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:31:25.024Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T21:31:25.282Z] Pulling version [2021-02-11T21:31:25.282Z] + cd /root/project [2021-02-11T21:31:25.282Z] + [ -f VERSION ] [2021-02-11T21:31:25.282Z] + PROJECT_VERSION=local-dev [2021-02-11T21:31:25.282Z] + git rev-parse --short HEAD [2021-02-11T21:31:25.282Z] + GIT_REVISION=708f8d63 [2021-02-11T21:31:25.282Z] + snapcraftctl set-version local-dev [2021-02-11T21:31:25.312Z] OK: 6 MiB in 16 packages [2021-02-11T21:31:26.224Z] Building config-common [2021-02-11T21:31:26.225Z] + snapcraftctl build [2021-02-11T21:31:26.766Z] ---> f44bf97cf736 [2021-02-11T21:31:26.766Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T21:31:27.037Z] Removing intermediate container ce356a33a915 [2021-02-11T21:31:27.037Z] ---> 66056f5057ea [2021-02-11T21:31:27.037Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:31:27.318Z] ---> Running in 21d1c5d8842f [2021-02-11T21:31:28.772Z] Skipping build go-build-helper (already ran) [2021-02-11T21:31:28.772Z] Skipping build static-packages (already ran) [2021-02-11T21:31:28.772Z] Skipping build go115 (already ran) [2021-02-11T21:31:28.776Z] Removing intermediate container 0d7ad3e252cf [2021-02-11T21:31:28.776Z] ---> bc09607e3324 [2021-02-11T21:31:28.776Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:31:29.033Z] Building edgex-go [2021-02-11T21:31:29.377Z] ---> 84bb4e4f3acc [2021-02-11T21:31:29.377Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T21:31:29.603Z] + 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-11T21:31:29.603Z] + cd /root/parts/edgex-go/src [2021-02-11T21:31:29.603Z] + make build [2021-02-11T21:31:29.603Z] 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-11T21:31:29.651Z] ---> Running in 5b3074b585ec [2021-02-11T21:31:29.651Z] Removing intermediate container 21d1c5d8842f [2021-02-11T21:31:29.651Z] ---> 14219243ab87 [2021-02-11T21:31:29.651Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T21:31:29.925Z] ---> Running in a3921e17fded [2021-02-11T21:31:30.214Z] ---> Running in 263b063fb5c1 [2021-02-11T21:31:30.214Z] Removing intermediate container bf43bf85b48e [2021-02-11T21:31:30.214Z] ---> 068939937614 [2021-02-11T21:31:30.214Z] [2021-02-11T21:31:30.214Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T21:31:30.214Z] ---> afeebe901d6b [2021-02-11T21:31:30.214Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T21:31:30.214Z] ---> Using cache [2021-02-11T21:31:30.214Z] ---> 66056f5057ea [2021-02-11T21:31:30.215Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:31:30.215Z] ---> Using cache [2021-02-11T21:31:30.215Z] ---> 14219243ab87 [2021-02-11T21:31:30.215Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T21:31:30.488Z] Removing intermediate container 5b3074b585ec [2021-02-11T21:31:30.488Z] ---> 2f08f6f65c7f [2021-02-11T21:31:30.488Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T21:31:30.488Z] ---> Running in 7e02670c612b [2021-02-11T21:31:30.764Z] ---> Running in c95fa1434d4a [2021-02-11T21:31:30.764Z] Removing intermediate container a3921e17fded [2021-02-11T21:31:30.764Z] ---> 998fb82f1aab [2021-02-11T21:31:30.764Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T21:31:30.764Z] Removing intermediate container 263b063fb5c1 [2021-02-11T21:31:30.764Z] ---> 64a729f1a84a [2021-02-11T21:31:30.764Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T21:31:31.049Z] ---> Running in 4d312437499f [2021-02-11T21:31:31.049Z] Removing intermediate container 7e02670c612b [2021-02-11T21:31:31.049Z] ---> 0dc1925b5f7c [2021-02-11T21:31:31.049Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T21:31:31.324Z] Removing intermediate container c95fa1434d4a [2021-02-11T21:31:31.324Z] ---> e7b1e9d47f07 [2021-02-11T21:31:31.324Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T21:31:31.597Z] ---> Running in 5a04b9721bee [2021-02-11T21:31:31.876Z] ---> Running in 191a29cc6b03 [2021-02-11T21:31:31.876Z] Removing intermediate container 4d312437499f [2021-02-11T21:31:31.876Z] ---> ae9b5ddfc158 [2021-02-11T21:31:31.876Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:31:32.149Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-11T21:31:32.149Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-11T21:31:32.149Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-11T21:31:32.149Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-11T21:31:32.149Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-11T21:31:32.149Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-11T21:31:32.149Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-11T21:31:32.149Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-11T21:31:32.149Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-11T21:31:32.149Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-11T21:31:32.149Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-11T21:31:32.149Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-11T21:31:32.149Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-11T21:31:32.149Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-11T21:31:32.149Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-11T21:31:32.149Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-11T21:31:32.149Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-11T21:31:32.149Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-11T21:31:32.149Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-11T21:31:32.149Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-11T21:31:32.149Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-11T21:31:32.149Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-11T21:31:32.151Z] ---> b4dd0136bf3b [2021-02-11T21:31:32.151Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T21:31:32.151Z] Removing intermediate container 5a04b9721bee [2021-02-11T21:31:32.151Z] ---> 84841bb8c8e5 [2021-02-11T21:31:32.151Z] Step 15/23 : WORKDIR / [2021-02-11T21:31:32.409Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-11T21:31:32.409Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-11T21:31:32.409Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-11T21:31:32.409Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-11T21:31:32.748Z] ---> Running in 93e35a0a6b5f [2021-02-11T21:31:32.748Z] ---> Running in fea7dd067160 [2021-02-11T21:31:32.748Z] Removing intermediate container 191a29cc6b03 [2021-02-11T21:31:32.748Z] ---> 40d4357f9d9b [2021-02-11T21:31:32.749Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:31:33.351Z] ---> 7201c99a7930 [2021-02-11T21:31:33.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T21:31:33.629Z] Removing intermediate container 93e35a0a6b5f [2021-02-11T21:31:33.629Z] ---> b40ebb4080d5 [2021-02-11T21:31:33.629Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:31:34.632Z] ---> 0d910ad4ce27 [2021-02-11T21:31:34.632Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T21:31:35.231Z] ---> e40cfa4a76ce [2021-02-11T21:31:35.231Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T21:31:35.527Z] ---> 893260462e27 [2021-02-11T21:31:35.527Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T21:31:36.969Z] Removing intermediate container 4af8512eb236 [2021-02-11T21:31:36.969Z] ---> 824e71b8a5a6 [2021-02-11T21:31:36.969Z] [2021-02-11T21:31:36.969Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T21:31:36.969Z] ---> afeebe901d6b [2021-02-11T21:31:36.969Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T21:31:36.969Z] ---> d04a97a79b92 [2021-02-11T21:31:36.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T21:31:37.239Z] Removing intermediate container fea7dd067160 [2021-02-11T21:31:37.239Z] ---> 76e6264a4d50 [2021-02-11T21:31:37.239Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T21:31:37.239Z] ---> 6d8f95f4087e [2021-02-11T21:31:37.239Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T21:31:37.239Z] ---> e43b9f1ca1bc [2021-02-11T21:31:37.239Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T21:31:37.239Z] ---> Running in 91cf7e00eb86 [2021-02-11T21:31:37.513Z] ---> Running in 58760c711433 [2021-02-11T21:31:37.794Z] ---> Running in 9d798f061917 [2021-02-11T21:31:37.794Z] Removing intermediate container 91cf7e00eb86 [2021-02-11T21:31:37.794Z] ---> f052954c26c2 [2021-02-11T21:31:37.794Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T21:31:37.794Z] ---> f1488af416fc [2021-02-11T21:31:37.794Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T21:31:38.070Z] ---> Running in 21d78a1d2cd2 [2021-02-11T21:31:38.070Z] ---> Running in a3c316a2dc07 [2021-02-11T21:31:38.070Z] Removing intermediate container 58760c711433 [2021-02-11T21:31:38.070Z] ---> 8b98bb97c8dc [2021-02-11T21:31:38.070Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:31:38.344Z] ---> 247b4241b607 [2021-02-11T21:31:38.344Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T21:31:38.344Z] Removing intermediate container 9d798f061917 [2021-02-11T21:31:38.344Z] ---> 62bb84303521 [2021-02-11T21:31:38.344Z] Step 27/30 : CMD ["gate"] [2021-02-11T21:31:38.625Z] ---> Running in db89fe4bd2d2 [2021-02-11T21:31:38.625Z] ---> Running in 9766d3fcb168 [2021-02-11T21:31:39.231Z] ---> Running in 0f1f815ab059 [2021-02-11T21:31:39.231Z] Removing intermediate container a3c316a2dc07 [2021-02-11T21:31:39.231Z] ---> e10359db08de [2021-02-11T21:31:39.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:31:39.231Z] Removing intermediate container 21d78a1d2cd2 [2021-02-11T21:31:39.231Z] ---> d090e856ff50 [2021-02-11T21:31:39.231Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T21:31:39.231Z] Removing intermediate container db89fe4bd2d2 [2021-02-11T21:31:39.231Z] ---> feac59081e24 [2021-02-11T21:31:39.231Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T21:31:39.231Z] ---> Running in 00f302a94a70 [2021-02-11T21:31:39.231Z] ---> Running in b6ccf47c5af6 [2021-02-11T21:31:39.510Z] Removing intermediate container 9766d3fcb168 [2021-02-11T21:31:39.510Z] ---> 27b8a08b7ba0 [2021-02-11T21:31:39.510Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:31:39.510Z] ---> Running in bc6c8207ef4d [2021-02-11T21:31:39.786Z] Removing intermediate container 0f1f815ab059 [2021-02-11T21:31:39.786Z] ---> 64aa1b686ee1 [2021-02-11T21:31:39.786Z] Step 28/30 : LABEL arch=arm64 [2021-02-11T21:31:39.786Z] ---> Running in 014af7d80e06 [2021-02-11T21:31:40.061Z] Removing intermediate container 00f302a94a70 [2021-02-11T21:31:40.061Z] ---> e0168d4fbe02 [2021-02-11T21:31:40.061Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:31:40.061Z] ---> Running in ed74674b2da8 [2021-02-11T21:31:40.341Z] Removing intermediate container b6ccf47c5af6 [2021-02-11T21:31:40.341Z] ---> bc47f1d83c5c [2021-02-11T21:31:40.341Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T21:31:40.341Z] Removing intermediate container bc6c8207ef4d [2021-02-11T21:31:40.341Z] ---> eb211529d337 [2021-02-11T21:31:40.341Z] Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:31:40.341Z] ---> Running in 3f6e9828c3c7 [2021-02-11T21:31:40.341Z] Removing intermediate container 014af7d80e06 [2021-02-11T21:31:40.341Z] ---> 4a390f055fdd [2021-02-11T21:31:40.341Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T21:31:40.579Z] 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-11T21:31:40.579Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-11T21:31:40.627Z] ---> Running in 9519ff1cd999 [2021-02-11T21:31:40.628Z] ---> Running in 045563a92234 [2021-02-11T21:31:40.628Z] ---> Running in ae74f29ef9b8 [2021-02-11T21:31:40.905Z] Removing intermediate container ed74674b2da8 [2021-02-11T21:31:40.905Z] ---> 06e42aa546d2 [2021-02-11T21:31:40.905Z] Step 29/30 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:31:41.189Z] ---> Running in 1dd9347313ac [2021-02-11T21:31:41.468Z] Removing intermediate container 9519ff1cd999 [2021-02-11T21:31:41.468Z] ---> da5634cff47e [2021-02-11T21:31:41.468Z] Removing intermediate container 045563a92234 [2021-02-11T21:31:41.468Z] ---> b545628111d8 [2021-02-11T21:31:41.468Z] Step 21/22 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5Step 22/22 : LABEL version=0.0.0 [2021-02-11T21:31:41.468Z] [2021-02-11T21:31:41.744Z] Removing intermediate container ae74f29ef9b8 [2021-02-11T21:31:41.744Z] ---> 05f4c1ced89f [2021-02-11T21:31:41.744Z] Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:31:41.744Z] ---> Running in 936260dfa792 [2021-02-11T21:31:41.744Z] ---> Running in 833b0057bfd6 [2021-02-11T21:31:42.026Z] ---> Running in b4ea35464636 [2021-02-11T21:31:42.026Z] Removing intermediate container 1dd9347313ac [2021-02-11T21:31:42.026Z] ---> b953c1c0ba48 [2021-02-11T21:31:42.026Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T21:31:42.651Z] ---> Running in 28629df266b5 [2021-02-11T21:31:42.651Z] Removing intermediate container 936260dfa792 [2021-02-11T21:31:42.651Z] ---> 552520e48e31 [2021-02-11T21:31:42.651Z] [2021-02-11T21:31:42.651Z] Removing intermediate container 833b0057bfd6 [2021-02-11T21:31:42.651Z] ---> c0537a224381 [2021-02-11T21:31:42.651Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T21:31:42.651Z] Removing intermediate container b4ea35464636 [2021-02-11T21:31:42.651Z] ---> 2ed0f9cdce80 [2021-02-11T21:31:42.651Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T21:31:42.933Z] ---> Running in b1afea5a0ee3 [2021-02-11T21:31:43.210Z] ---> Running in 5652b4fe69f8 [2021-02-11T21:31:43.210Z] Successfully built 552520e48e31 [2021-02-11T21:31:43.210Z] Removing intermediate container 28629df266b5 [2021-02-11T21:31:43.210Z] ---> 8b289a9f5e17 [2021-02-11T21:31:43.210Z] [2021-02-11T21:31:43.210Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-11T21:31:43.210Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-11T21:31:43.850Z] Removing intermediate container 3f6e9828c3c7 [2021-02-11T21:31:43.850Z] ---> ceb335012899 [2021-02-11T21:31:43.850Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T21:31:43.850Z] Removing intermediate container b1afea5a0ee3 [2021-02-11T21:31:43.850Z] ---> 69b1324f7585 [2021-02-11T21:31:43.850Z] [2021-02-11T21:31:43.850Z] Successfully built 8b289a9f5e17 [2021-02-11T21:31:43.850Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-11T21:31:43.850Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-02-11T21:31:44.304Z] Removing intermediate container 5652b4fe69f8 [2021-02-11T21:31:44.304Z] ---> 4c1d2fc2a867 [2021-02-11T21:31:44.304Z] [2021-02-11T21:31:44.304Z] ---> Running in 6d99209feb63 [2021-02-11T21:31:44.304Z] Successfully built 69b1324f7585 [2021-02-11T21:31:44.304Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-11T21:31:44.304Z] Building docker-sys-mgmt-agent-go [2021-02-11T21:31:44.806Z] 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-11T21:31:44.919Z]  Building docker-support-notifications-go ... done Successfully built 4c1d2fc2a867 [2021-02-11T21:31:44.919Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-11T21:31:44.919Z] Building docker-core-command-go [2021-02-11T21:31:45.531Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:46.199Z] 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-11T21:31:46.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:31:47.570Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T21:31:47.570Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T21:31:47.570Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T21:31:47.570Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T21:31:47.611Z] 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-11T21:31:47.611Z] 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-11T21:31:47.611Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-11T21:31:47.900Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-11T21:31:47.900Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-11T21:31:47.900Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-11T21:31:48.197Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T21:31:48.197Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T21:31:48.197Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:31:48.197Z] OK: 8 MiB in 20 packages [2021-02-11T21:31:49.902Z] 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-11T21:31:49.902Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-11T21:31:49.902Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-11T21:31:50.856Z] Removing intermediate container 6d99209feb63 [2021-02-11T21:31:50.856Z] ---> b000546bb26a [2021-02-11T21:31:50.856Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:31:50.860Z] 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-11T21:31:51.809Z] 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-11T21:31:51.809Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-11T21:31:52.830Z] ---> 4569ccf29814 [2021-02-11T21:31:52.830Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T21:31:53.207Z] 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-11T21:31:53.783Z] 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-11T21:31:53.783Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-11T21:31:54.815Z] ---> 08960d0a6872 [2021-02-11T21:31:54.815Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T21:31:55.177Z] 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-11T21:31:55.178Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-11T21:31:55.786Z] ---> cfc798de4f21 [2021-02-11T21:31:55.787Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T21:31:55.787Z] ---> Running in b2534093ff13 [2021-02-11T21:31:56.389Z] Removing intermediate container b2534093ff13 [2021-02-11T21:31:56.389Z] ---> 26415e892bc6 [2021-02-11T21:31:56.389Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:31:56.389Z] ---> Running in b009f9ca2116 [2021-02-11T21:31:56.572Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-11T21:31:56.572Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-11T21:31:56.572Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-11T21:31:56.572Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-11T21:31:56.572Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-11T21:31:56.572Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-11T21:31:56.572Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-11T21:31:56.572Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-11T21:31:56.572Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-11T21:31:56.572Z] + 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-11T21:31:56.572Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-11T21:31:56.572Z] + 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-11T21:31:56.572Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-11T21:31:56.572Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-11T21:31:56.572Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-11T21:31:56.572Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-11T21:31:56.834Z] + 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-11T21:31:56.998Z] Removing intermediate container b009f9ca2116 [2021-02-11T21:31:56.998Z] ---> 78feb3ffd215 [2021-02-11T21:31:56.998Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T21:31:56.998Z] ---> Running in 9c789b740acd [2021-02-11T21:31:57.600Z] Removing intermediate container 9c789b740acd [2021-02-11T21:31:57.600Z] ---> 0bc84c41d5d3 [2021-02-11T21:31:57.600Z] Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:31:58.191Z] ---> Running in 0366199c90c0 [2021-02-11T21:31:58.230Z] Building version [2021-02-11T21:31:58.230Z] + snapcraftctl build [2021-02-11T21:31:58.785Z] Removing intermediate container 0366199c90c0 [2021-02-11T21:31:58.785Z] ---> 7d6a903ff476 [2021-02-11T21:31:58.785Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T21:31:59.060Z] ---> Running in 18a2deed1356 [2021-02-11T21:32:00.040Z] Removing intermediate container 18a2deed1356 [2021-02-11T21:32:00.040Z] ---> fbbcdd72a5ef [2021-02-11T21:32:00.040Z] [2021-02-11T21:32:00.314Z] Successfully built fbbcdd72a5ef [2021-02-11T21:32:00.314Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-11T21:32:00.791Z] Staging config-common [2021-02-11T21:32:00.791Z] + snapcraftctl stage [2021-02-11T21:32:01.767Z] Skipping stage go-build-helper (already ran) [2021-02-11T21:32:01.767Z] Skipping stage static-packages (already ran) [2021-02-11T21:32:01.767Z] Skipping stage go115 (already ran) [2021-02-11T21:32:01.767Z] Staging edgex-go [2021-02-11T21:32:01.767Z] + snapcraftctl stage [2021-02-11T21:32:02.727Z] Staging version [2021-02-11T21:32:02.727Z] + snapcraftctl stage [2021-02-11T21:32:03.698Z] Priming config-common [2021-02-11T21:32:03.698Z] + snapcraftctl prime [2021-02-11T21:32:05.106Z] Priming go-build-helper [2021-02-11T21:32:05.106Z] + snapcraftctl prime [2021-02-11T21:32:06.058Z] Priming static-packages [2021-02-11T21:32:06.058Z] + snapcraftctl prime [2021-02-11T21:32:08.617Z] Priming go115 [2021-02-11T21:32:08.617Z] + snapcraftctl prime [2021-02-11T21:32:09.563Z] Priming edgex-go [2021-02-11T21:32:09.563Z] + snapcraftctl prime [2021-02-11T21:32:10.676Z] Priming version [2021-02-11T21:32:10.676Z] + snapcraftctl prime [2021-02-11T21:32:12.216Z] 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-11T21:32:39.360Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:32:39.360Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:32:39.360Z] ---> 26ddfa791392 [2021-02-11T21:32:39.360Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T21:32:39.360Z] ---> Using cache [2021-02-11T21:32:39.360Z] ---> 731302d97868 [2021-02-11T21:32:39.360Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:32:39.360Z] ---> Using cache [2021-02-11T21:32:39.360Z] ---> 483de5043a13 [2021-02-11T21:32:39.360Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T21:32:39.360Z] ---> Using cache [2021-02-11T21:32:39.360Z] ---> 6523fd79e346 [2021-02-11T21:32:39.360Z] Step 6/21 : COPY go.mod . [2021-02-11T21:32:39.360Z] ---> Using cache [2021-02-11T21:32:39.360Z] ---> e82b8d4a56b7 [2021-02-11T21:32:39.360Z] Step 7/21 : RUN go mod download [2021-02-11T21:32:39.360Z] ---> Using cache [2021-02-11T21:32:39.360Z] ---> f09deb12d41b [2021-02-11T21:32:39.360Z] Step 8/21 : COPY . . [2021-02-11T21:32:39.360Z] ---> Using cache [2021-02-11T21:32:39.360Z] ---> e38e9525be9c [2021-02-11T21:32:39.360Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T21:32:39.958Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:32:39.958Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:32:39.958Z] ---> 26ddfa791392 [2021-02-11T21:32:39.958Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T21:32:39.958Z] ---> Using cache [2021-02-11T21:32:39.958Z] ---> 731302d97868 [2021-02-11T21:32:39.958Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:32:39.958Z] ---> Using cache [2021-02-11T21:32:39.958Z] ---> 483de5043a13 [2021-02-11T21:32:39.958Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T21:32:40.236Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:32:40.236Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:32:40.236Z] ---> 26ddfa791392 [2021-02-11T21:32:40.236Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T21:32:40.236Z] ---> Using cache [2021-02-11T21:32:40.236Z] ---> 731302d97868 [2021-02-11T21:32:40.236Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:32:40.236Z] ---> Using cache [2021-02-11T21:32:40.236Z] ---> 483de5043a13 [2021-02-11T21:32:40.236Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T21:32:40.236Z] ---> Using cache [2021-02-11T21:32:40.236Z] ---> 6523fd79e346 [2021-02-11T21:32:40.236Z] Step 6/24 : COPY go.mod . [2021-02-11T21:32:40.236Z] ---> Using cache [2021-02-11T21:32:40.236Z] ---> e82b8d4a56b7 [2021-02-11T21:32:40.236Z] Step 7/24 : RUN go mod download [2021-02-11T21:32:40.236Z] ---> Using cache [2021-02-11T21:32:40.236Z] ---> f09deb12d41b [2021-02-11T21:32:40.236Z] Step 8/24 : COPY . . [2021-02-11T21:32:40.525Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T21:32:40.525Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T21:32:40.525Z] ---> 26ddfa791392 [2021-02-11T21:32:40.525Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T21:32:40.525Z] ---> Using cache [2021-02-11T21:32:40.525Z] ---> 731302d97868 [2021-02-11T21:32:40.525Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T21:32:40.525Z] ---> Using cache [2021-02-11T21:32:40.525Z] ---> 483de5043a13 [2021-02-11T21:32:40.525Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T21:32:40.525Z] ---> Using cache [2021-02-11T21:32:40.525Z] ---> 6523fd79e346 [2021-02-11T21:32:40.525Z] Step 6/23 : COPY go.mod . [2021-02-11T21:32:40.525Z] ---> Using cache [2021-02-11T21:32:40.525Z] ---> e82b8d4a56b7 [2021-02-11T21:32:40.525Z] Step 7/23 : RUN go mod download [2021-02-11T21:32:40.525Z] ---> Using cache [2021-02-11T21:32:40.525Z] ---> f09deb12d41b [2021-02-11T21:32:40.525Z] Step 8/23 : COPY . . [2021-02-11T21:32:40.525Z] ---> Using cache [2021-02-11T21:32:40.525Z] ---> e38e9525be9c [2021-02-11T21:32:40.525Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T21:32:40.797Z] ---> Using cache [2021-02-11T21:32:40.797Z] ---> e38e9525be9c [2021-02-11T21:32:40.797Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T21:32:43.412Z] ---> Running in 013e66c10771 [2021-02-11T21:32:43.412Z] ---> Running in 2adae2a3d40f [2021-02-11T21:32:43.412Z] ---> Running in 7d0fb4f5ae96 [2021-02-11T21:32:43.412Z] ---> Running in 701b7bfda591 [2021-02-11T21:32:45.418Z] 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-11T21:32:45.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:32:45.695Z] 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-11T21:32:45.695Z] 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-11T21:32:46.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:32:46.950Z] OK: 217 MiB in 51 packages [2021-02-11T21:32:48.993Z] Removing intermediate container 7d0fb4f5ae96 [2021-02-11T21:32:48.993Z] ---> fc66c33734f7 [2021-02-11T21:32:48.993Z] Step 6/26 : COPY go.mod . [2021-02-11T21:32:50.003Z] ---> fac6c9c85294 [2021-02-11T21:32:50.004Z] Step 7/26 : RUN go mod download [2021-02-11T21:32:50.281Z] ---> Running in f8def3b9eee3 [2021-02-11T21:32:54.636Z] Removing intermediate container f8def3b9eee3 [2021-02-11T21:32:54.636Z] ---> 12a95dbce043 [2021-02-11T21:32:54.636Z] Step 8/26 : COPY . . [2021-02-11T21:33:13.090Z] ---> e9d7b570647b [2021-02-11T21:33:13.090Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T21:33:13.090Z] ---> Running in b9b7b3348599 [2021-02-11T21:33:14.536Z] 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-11T21:33:46.924Z] 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-11T21:33:47.200Z] 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-11T21:33:59.630Z] Removing intermediate container 013e66c10771 [2021-02-11T21:33:59.630Z] ---> 813dba83a7b3 [2021-02-11T21:33:59.630Z] [2021-02-11T21:33:59.630Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T21:33:59.630Z] ---> afeebe901d6b [2021-02-11T21:33:59.630Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T21:33:59.630Z] ---> Running in 6b78f101b8fb [2021-02-11T21:34:00.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:00.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:01.899Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T21:34:01.899Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T21:34:01.899Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T21:34:01.899Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T21:34:01.899Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T21:34:01.899Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:34:01.899Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T21:34:02.184Z] OK: 7 MiB in 19 packages [2021-02-11T21:34:02.787Z] Removing intermediate container 701b7bfda591 [2021-02-11T21:34:02.787Z] ---> 036dbe1a0bb3 [2021-02-11T21:34:02.787Z] [2021-02-11T21:34:02.787Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T21:34:02.787Z] ---> afeebe901d6b [2021-02-11T21:34:02.787Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T21:34:03.065Z] ---> Running in 8f08daf9d5a2 [2021-02-11T21:34:05.711Z] Removing intermediate container 6b78f101b8fb [2021-02-11T21:34:05.711Z] ---> 794e8e6faf01 [2021-02-11T21:34:05.711Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T21:34:05.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:05.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:05.993Z] ---> Running in e11bdb35feb9 [2021-02-11T21:34:06.601Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T21:34:06.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T21:34:06.601Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T21:34:06.601Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T21:34:06.601Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:34:06.601Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T21:34:07.199Z] OK: 7 MiB in 18 packages [2021-02-11T21:34:07.199Z] Removing intermediate container e11bdb35feb9 [2021-02-11T21:34:07.199Z] ---> 412a69d13050 [2021-02-11T21:34:07.199Z] Step 13/24 : WORKDIR / [2021-02-11T21:34:07.472Z] ---> Running in 0b5b5cf8c8ff [2021-02-11T21:34:08.454Z] Removing intermediate container 2adae2a3d40f [2021-02-11T21:34:08.455Z] ---> 3fe3c0b125b3 [2021-02-11T21:34:08.455Z] [2021-02-11T21:34:08.455Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T21:34:08.455Z] ---> afeebe901d6b [2021-02-11T21:34:08.455Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T21:34:08.455Z] ---> Using cache [2021-02-11T21:34:08.455Z] ---> 66056f5057ea [2021-02-11T21:34:08.455Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T21:34:08.455Z] ---> Using cache [2021-02-11T21:34:08.455Z] ---> 14219243ab87 [2021-02-11T21:34:08.455Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T21:34:08.794Z] Removing intermediate container 0b5b5cf8c8ff [2021-02-11T21:34:08.794Z] ---> 88a473d6cb98 [2021-02-11T21:34:08.794Z] 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-11T21:34:08.794Z] ---> Running in 47fc558db580 [2021-02-11T21:34:09.464Z] Removing intermediate container 8f08daf9d5a2 [2021-02-11T21:34:09.464Z] ---> 8d969b28b015 [2021-02-11T21:34:09.464Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T21:34:09.803Z] Removing intermediate container 47fc558db580 [2021-02-11T21:34:09.803Z] ---> 8edecbf9e73f [2021-02-11T21:34:09.803Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T21:34:09.803Z] ---> Running in 077dda9559e7 [2021-02-11T21:34:09.803Z] ---> Running in dc4a6dc206e2 [2021-02-11T21:34:10.153Z] ---> c6b2ded6bf21 [2021-02-11T21:34:10.153Z] 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-11T21:34:10.475Z] Removing intermediate container 077dda9559e7 [2021-02-11T21:34:10.475Z] ---> ce1d29ee5750 [2021-02-11T21:34:10.475Z] Step 13/21 : WORKDIR /edgex [2021-02-11T21:34:10.475Z] Removing intermediate container dc4a6dc206e2 [2021-02-11T21:34:10.475Z] ---> 797ef7062b31 [2021-02-11T21:34:10.475Z] Step 15/23 : WORKDIR / [2021-02-11T21:34:10.759Z] ---> Running in cf70d6e0dc1b [2021-02-11T21:34:10.759Z] ---> Running in cd2b7c9546cf [2021-02-11T21:34:11.376Z] Removing intermediate container cf70d6e0dc1b [2021-02-11T21:34:11.376Z] ---> 0c24a0b89a14 [2021-02-11T21:34:11.376Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T21:34:11.376Z] ---> 9e1f3695d933 [2021-02-11T21:34:11.376Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T21:34:11.647Z] Removing intermediate container cd2b7c9546cf [2021-02-11T21:34:11.647Z] ---> 67057182a6c9 [2021-02-11T21:34:11.647Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T21:34:12.650Z] ---> b05f1e08be81 [2021-02-11T21:34:12.650Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T21:34:12.650Z] ---> 7b84e646a37c [2021-02-11T21:34:12.650Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T21:34:12.650Z] ---> 79e3673da0d1 [2021-02-11T21:34:12.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T21:34:14.630Z] ---> 2ea94892f4f4 [2021-02-11T21:34:14.630Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T21:34:14.630Z] ---> d5fc5f13934e [2021-02-11T21:34:14.630Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T21:34:14.630Z] ---> f6dbdf5b3291 [2021-02-11T21:34:14.630Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T21:34:16.072Z] ---> ecdb92e99442 [2021-02-11T21:34:16.072Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T21:34:16.346Z] ---> Running in 38e11ac9955d [2021-02-11T21:34:16.346Z] ---> f36e81501b64 [2021-02-11T21:34:16.346Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T21:34:16.346Z] ---> 5751664862c0 [2021-02-11T21:34:16.346Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T21:34:16.621Z] ---> Running in 4c7535b9c87e [2021-02-11T21:34:16.621Z] Removing intermediate container b9b7b3348599 [2021-02-11T21:34:16.621Z] ---> 243141c15fe1 [2021-02-11T21:34:16.621Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T21:34:16.895Z] ---> Running in f31b3d9bc482 [2021-02-11T21:34:16.895Z] Removing intermediate container 38e11ac9955d [2021-02-11T21:34:16.895Z] ---> 4bfd790718c0 [2021-02-11T21:34:16.895Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:34:17.173Z] Removing intermediate container 4c7535b9c87e [2021-02-11T21:34:17.173Z] ---> ee41f7f9b1e4 [2021-02-11T21:34:17.173Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T21:34:17.173Z] ---> Running in 3eb67c9c7002 [2021-02-11T21:34:17.458Z] ---> 7f9d2c3087f2 [2021-02-11T21:34:17.458Z] 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-11T21:34:17.458Z] ---> Running in 6484ff527875 [2021-02-11T21:34:17.458Z] ---> Running in b8b0aa32bf2c [2021-02-11T21:34:17.733Z] Removing intermediate container 3eb67c9c7002 [2021-02-11T21:34:17.733Z] ---> 5fe2fddf222d [2021-02-11T21:34:17.733Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T21:34:18.022Z] ---> Running in 260afe07e82c [2021-02-11T21:34:18.022Z] Removing intermediate container 6484ff527875 [2021-02-11T21:34:18.022Z] ---> 40ab52ee3620 [2021-02-11T21:34:18.022Z] Step 19/21 : LABEL arch=arm64 [2021-02-11T21:34:18.303Z] 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-11T21:34:18.303Z] ---> Running in b8a8dcdc4514 [2021-02-11T21:34:18.904Z] Removing intermediate container 260afe07e82c [2021-02-11T21:34:18.904Z] ---> ef759d177b06 [2021-02-11T21:34:18.904Z] Step 22/23 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:34:18.904Z] Removing intermediate container b8a8dcdc4514 [2021-02-11T21:34:18.904Z] ---> 04776c5d96d5 [2021-02-11T21:34:18.904Z] Step 20/21 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:34:19.180Z] ---> Running in 88c496813704 [2021-02-11T21:34:19.180Z] ---> Running in 07f76a240f1e [2021-02-11T21:34:19.777Z] Removing intermediate container 88c496813704 [2021-02-11T21:34:19.777Z] ---> 9426df96c12a [2021-02-11T21:34:19.777Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T21:34:20.050Z] ---> Running in 5ad9e32bca96 [2021-02-11T21:34:20.050Z] Removing intermediate container 07f76a240f1e [2021-02-11T21:34:20.050Z] ---> 457a7965862d [2021-02-11T21:34:20.050Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T21:34:20.321Z] ---> Running in c608181ae8e7 [2021-02-11T21:34:20.597Z] Removing intermediate container 5ad9e32bca96 [2021-02-11T21:34:20.597Z] ---> 1a45c55b9670 [2021-02-11T21:34:20.597Z] [2021-02-11T21:34:20.597Z] Removing intermediate container b8b0aa32bf2c [2021-02-11T21:34:20.597Z] ---> e2c7bcf5e998 [2021-02-11T21:34:20.597Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T21:34:20.873Z] Removing intermediate container c608181ae8e7 [2021-02-11T21:34:20.873Z] ---> 24bf77a6095e [2021-02-11T21:34:20.873Z] [2021-02-11T21:34:21.146Z] ---> Running in 0c58a994e48e [2021-02-11T21:34:21.146Z] Successfully built 1a45c55b9670 [2021-02-11T21:34:21.418Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-11T21:34:21.418Z]  Building docker-core-command-go ... done Successfully built 24bf77a6095e [2021-02-11T21:34:21.418Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-11T21:34:21.691Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0c58a994e48e [2021-02-11T21:34:21.691Z] ---> 5128ef38a9ab [2021-02-11T21:34:21.691Z] Step 22/24 : LABEL arch=arm64 [2021-02-11T21:34:21.691Z] ---> Running in d21755a49bf2 [2021-02-11T21:34:21.963Z] Removing intermediate container f31b3d9bc482 [2021-02-11T21:34:21.963Z] ---> 6611f638a7de [2021-02-11T21:34:21.963Z] [2021-02-11T21:34:21.963Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T21:34:21.963Z] 20.10.0: Pulling from library/docker [2021-02-11T21:34:22.238Z] Removing intermediate container d21755a49bf2 [2021-02-11T21:34:22.238Z] ---> 8b9de044a4f9 [2021-02-11T21:34:22.238Z] Step 23/24 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:34:22.515Z] ---> Running in 86aa22852315 [2021-02-11T21:34:23.498Z] Removing intermediate container 86aa22852315 [2021-02-11T21:34:23.498Z] ---> 46674765fb31 [2021-02-11T21:34:23.498Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T21:34:23.775Z] ---> Running in 8c68adc46e94 [2021-02-11T21:34:24.372Z] Removing intermediate container 8c68adc46e94 [2021-02-11T21:34:24.372Z] ---> e999bafa248a [2021-02-11T21:34:24.372Z] [2021-02-11T21:34:24.971Z] Successfully built e999bafa248a [2021-02-11T21:34:24.971Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-11T21:34:29.282Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T21:34:29.282Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T21:34:29.282Z] ---> eeaf43b92773 [2021-02-11T21:34:29.282Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T21:34:30.720Z] ---> Running in 2c6dc7724fb1 [2021-02-11T21:34:32.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:32.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:32.414Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T21:34:32.414Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T21:34:32.685Z] Executing bash-5.0.17-r0.post-install [2021-02-11T21:34:32.685Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:34:32.685Z] OK: 12 MiB in 22 packages [2021-02-11T21:34:33.667Z] Removing intermediate container 2c6dc7724fb1 [2021-02-11T21:34:33.667Z] ---> af38d450fc05 [2021-02-11T21:34:33.667Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T21:34:33.939Z] ---> Running in 05a8c2ab9752 [2021-02-11T21:34:34.534Z] Removing intermediate container 05a8c2ab9752 [2021-02-11T21:34:34.534Z] ---> 0c1fcbe62a43 [2021-02-11T21:34:34.534Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T21:34:34.534Z] ---> Running in 7df9e3eabefc [2021-02-11T21:34:35.127Z] Removing intermediate container 7df9e3eabefc [2021-02-11T21:34:35.127Z] ---> 48a2ea3c7d7f [2021-02-11T21:34:35.127Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T21:34:35.127Z] ---> Running in c33a2c41ed1a [2021-02-11T21:34:35.719Z] Removing intermediate container c33a2c41ed1a [2021-02-11T21:34:35.719Z] ---> e4071d45f81a [2021-02-11T21:34:35.719Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T21:34:36.696Z] ---> 1f413c16b237 [2021-02-11T21:34:36.696Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T21:34:37.672Z] ---> ede87d1a4abf [2021-02-11T21:34:37.672Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T21:34:38.267Z] ---> 73f74ee6b9bc [2021-02-11T21:34:38.267Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T21:34:38.540Z] ---> Running in 48b2bbc7fe47 [2021-02-11T21:34:39.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:39.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:34:40.383Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T21:34:40.383Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T21:34:40.383Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T21:34:40.383Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T21:34:40.383Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T21:34:40.383Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T21:34:40.383Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T21:34:42.984Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T21:34:42.984Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T21:34:42.984Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T21:34:42.984Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T21:34:42.985Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T21:34:42.985Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T21:34:42.985Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T21:34:42.985Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T21:34:42.985Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T21:34:42.985Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T21:34:42.985Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T21:34:43.255Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T21:34:43.255Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T21:34:43.255Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T21:34:43.255Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T21:34:43.255Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T21:34:43.255Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T21:34:43.255Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T21:34:43.255Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T21:34:43.255Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T21:34:43.255Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T21:34:43.255Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T21:34:43.255Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T21:34:43.255Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T21:34:43.255Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T21:34:43.255Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T21:34:43.525Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:34:43.525Z] OK: 71 MiB in 55 packages [2021-02-11T21:34:50.219Z] Removing intermediate container 48b2bbc7fe47 [2021-02-11T21:34:50.219Z] ---> 022bbb14d0f2 [2021-02-11T21:34:50.219Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T21:34:50.219Z] ---> Running in ed73fefe6950 [2021-02-11T21:34:54.503Z] Collecting docker-compose==1.23.2 [2021-02-11T21:34:54.503Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T21:34:54.772Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T21:34:54.772Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T21:34:55.362Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T21:34:55.362Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T21:34:56.784Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T21:34:56.784Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T21:34:57.374Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T21:34:57.374Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T21:34:59.333Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T21:34:59.333Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T21:35:00.749Z] 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-11T21:35:01.336Z] Collecting PyYAML<4,>=3.10 [2021-02-11T21:35:01.336Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T21:35:04.707Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T21:35:04.707Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T21:35:04.976Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T21:35:04.976Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T21:35:05.246Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T21:35:05.246Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T21:35:07.212Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T21:35:07.212Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T21:35:07.212Z] 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-11T21:35:07.212Z] 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-11T21:35:07.798Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T21:35:07.798Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T21:35:08.067Z] Collecting idna<2.8,>=2.5 [2021-02-11T21:35:08.067Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T21:35:08.067Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T21:35:08.067Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T21:35:08.067Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T21:35:08.067Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T21:35:09.033Z] Installing collected packages: cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, PyYAML, jsonschema, texttable, docker-compose [2021-02-11T21:35:09.033Z] Attempting uninstall: urllib3 [2021-02-11T21:35:09.033Z] Found existing installation: urllib3 1.25.9 [2021-02-11T21:35:09.033Z] Uninstalling urllib3-1.25.9: [2021-02-11T21:35:09.303Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T21:35:09.895Z] Attempting uninstall: idna [2021-02-11T21:35:09.895Z] Found existing installation: idna 2.9 [2021-02-11T21:35:09.895Z] Uninstalling idna-2.9: [2021-02-11T21:35:09.895Z] Successfully uninstalled idna-2.9 [2021-02-11T21:35:10.485Z] Attempting uninstall: requests [2021-02-11T21:35:10.485Z] Found existing installation: requests 2.23.0 [2021-02-11T21:35:10.485Z] Uninstalling requests-2.23.0: [2021-02-11T21:35:10.755Z] Successfully uninstalled requests-2.23.0 [2021-02-11T21:35:11.722Z] Running setup.py install for dockerpty: started [2021-02-11T21:35:13.680Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T21:35:13.680Z] Running setup.py install for docopt: started [2021-02-11T21:35:15.679Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T21:35:15.679Z] Running setup.py install for PyYAML: started [2021-02-11T21:35:17.683Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T21:35:17.953Z] Running setup.py install for texttable: started [2021-02-11T21:35:19.918Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T21:35:20.510Z] 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-11T21:35:24.803Z] Removing intermediate container ed73fefe6950 [2021-02-11T21:35:24.804Z] ---> b402a3061b53 [2021-02-11T21:35:24.804Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T21:35:24.804Z] ---> Running in 6026088a0b21 [2021-02-11T21:35:25.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T21:35:25.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T21:35:26.258Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T21:35:26.258Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T21:35:26.258Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T21:35:26.258Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T21:35:26.258Z] OK: 71 MiB in 58 packages [2021-02-11T21:35:27.724Z] Removing intermediate container 6026088a0b21 [2021-02-11T21:35:27.724Z] ---> 8ec37ffcb14c [2021-02-11T21:35:27.724Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T21:35:27.724Z] ---> Running in 7d40eedfa5e5 [2021-02-11T21:35:28.337Z] Removing intermediate container 7d40eedfa5e5 [2021-02-11T21:35:28.337Z] ---> 1b0df6fe84b2 [2021-02-11T21:35:28.337Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T21:35:28.337Z] ---> Running in 54b52c53fcd9 [2021-02-11T21:35:28.950Z] Removing intermediate container 54b52c53fcd9 [2021-02-11T21:35:28.950Z] ---> a8eaf86e4e96 [2021-02-11T21:35:28.950Z] Step 24/26 : LABEL arch=arm64 [2021-02-11T21:35:28.950Z] ---> Running in fdf512ae59ca [2021-02-11T21:35:29.546Z] Removing intermediate container fdf512ae59ca [2021-02-11T21:35:29.546Z] ---> 55ab234428aa [2021-02-11T21:35:29.546Z] Step 25/26 : LABEL git_sha=708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [2021-02-11T21:35:29.546Z] ---> Running in ddc8acfc484e [2021-02-11T21:35:30.149Z] Removing intermediate container ddc8acfc484e [2021-02-11T21:35:30.149Z] ---> 36a42e6bb771 [2021-02-11T21:35:30.149Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T21:35:30.149Z] ---> Running in 417c1882730b [2021-02-11T21:35:30.768Z] Removing intermediate container 417c1882730b [2021-02-11T21:35:30.768Z] ---> 8c788456c479 [2021-02-11T21:35:30.768Z] [2021-02-11T21:35:31.042Z] Successfully built 8c788456c479 [2021-02-11T21:35:31.042Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-11T21:35:31.334Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-11T21:35:31.348Z] $ docker stop --time=1 c859aef1fe14d4eb0a57bf953a7098914b9edbdb7eff7632e626a1d8d63ec461 [2021-02-11T21:35:33.347Z] $ docker rm -f c859aef1fe14d4eb0a57bf953a7098914b9edbdb7eff7632e626a1d8d63ec461 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T21:35:34.147Z] + + docker imagesgrep [2021-02-11T21:35:34.148Z] docker [2021-02-11T21:35:34.418Z] docker-sys-mgmt-agent-go-arm64 latest 8c788456c479 4 seconds ago 300MB [2021-02-11T21:35:34.418Z] docker-security-secretstore-setup-go-arm64 latest e999bafa248a About a minute ago 23.4MB [2021-02-11T21:35:34.418Z] docker-core-command-go-arm64 latest 1a45c55b9670 About a minute ago 16MB [2021-02-11T21:35:34.418Z] docker-security-proxy-setup-go-arm64 latest 24bf77a6095e About a minute ago 23.2MB [2021-02-11T21:35:34.418Z] docker-core-data-go-arm64 latest fbbcdd72a5ef 3 minutes ago 21MB [2021-02-11T21:35:34.418Z] docker-core-metadata-go-arm64 latest 4c1d2fc2a867 3 minutes ago 17.8MB [2021-02-11T21:35:34.418Z] docker-support-notifications-go-arm64 latest 69b1324f7585 3 minutes ago 16.7MB [2021-02-11T21:35:34.418Z] docker-security-bootstrapper-go-arm64 latest 8b289a9f5e17 3 minutes ago 17MB [2021-02-11T21:35:34.418Z] docker-support-scheduler-go-arm64 latest 552520e48e31 3 minutes ago 16.1MB [2021-02-11T21:35:34.418Z] 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-11T21:35:36.814Z] provisioning config files... [2021-02-11T21:35:36.837Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3959111016560782347tmp [Pipeline] { [Pipeline] sh [2021-02-11T21:35:37.239Z] + set +x [2021-02-11T21:35:37.239Z] + bash -s -- [2021-02-11T21:35:37.239Z] + curl -s https://codecov.io/bash [2021-02-11T21:35:37.817Z] [2021-02-11T21:35:37.817Z] _____ _ [2021-02-11T21:35:37.817Z] / ____| | | [2021-02-11T21:35:37.817Z] | | ___ __| | ___ ___ _____ __ [2021-02-11T21:35:37.817Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-11T21:35:37.817Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-11T21:35:37.817Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-11T21:35:37.817Z] Bash-20210129-7c25fce [2021-02-11T21:35:37.817Z] [2021-02-11T21:35:37.817Z] [2021-02-11T21:35:37.817Z] ==> git version 2.24.3 found [2021-02-11T21:35:37.817Z] ==> 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-11T21:35:37.817Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-11T21:35:37.817Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-11T21:35:37.817Z] ==> Jenkins CI detected. [2021-02-11T21:35:37.817Z] project root: . [2021-02-11T21:35:37.817Z] --> token set from env [2021-02-11T21:35:37.817Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-11T21:35:38.083Z] ==> Running gcov in . (disable via -X gcov) [2021-02-11T21:35:38.083Z] ==> Python coveragepy not found [2021-02-11T21:35:38.083Z] ==> Searching for coverage reports in: [2021-02-11T21:35:38.083Z] + . [2021-02-11T21:35:38.083Z] -> Found 1 reports [2021-02-11T21:35:38.083Z] ==> Detecting git/mercurial file structure [2021-02-11T21:35:38.083Z] ==> Reading reports [2021-02-11T21:35:38.083Z] + ./coverage.out bytes=595676 [2021-02-11T21:35:38.083Z] ==> Appending adjustments [2021-02-11T21:35:38.083Z] https://docs.codecov.io/docs/fixing-reports [2021-02-11T21:35:41.409Z] + Found adjustments [2021-02-11T21:35:41.409Z] ==> Gzipping contents [2021-02-11T21:35:41.673Z] 88K /tmp/codecov.TeRbeq.gz [2021-02-11T21:35:41.673Z] ==> Uploading reports [2021-02-11T21:35:41.673Z] url: https://codecov.io [2021-02-11T21:35:41.673Z] query: branch=PR-3162&commit=708f8d63efe7062e5341fd95bcd0cd78e38a44e5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3162%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3162&job=&cmd_args= [2021-02-11T21:35:41.673Z] -> Pinging Codecov [2021-02-11T21:35:41.673Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3162&commit=708f8d63efe7062e5341fd95bcd0cd78e38a44e5&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3162%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3162&job=&cmd_args= [2021-02-11T21:35:41.945Z] -> Uploading to [2021-02-11T21:35:41.945Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/708f8d63efe7062e5341fd95bcd0cd78e38a44e5/75087235-538e-4a3e-b8e7-e4377d76f872.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T213541Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=45aba2f0ad212f2f16ce4bf54f25352634a27b57c90b5de7d46ac47c0e13ddcb [2021-02-11T21:35:41.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T21:35:41.945Z] Dload Upload Total Spent Left Speed [2021-02-11T21:35:42.521Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89405 0 0 100 89405 0 178k --:--:-- --:--:-- --:--:-- 178k [2021-02-11T21:35:42.521Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/708f8d63efe7062e5341fd95bcd0cd78e38a44e5 [Pipeline] } [2021-02-11T21:35:42.532Z] 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-11T21:35:44.979Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:35:45.865Z] ---> package-listing.sh [2021-02-11T21:35:45.865Z] ++ facter osfamily [2021-02-11T21:35:45.865Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-11T21:35:45.865Z] + OS_FAMILY=redhat [2021-02-11T21:35:45.865Z] + workspace=/w/workspace/edgex-go/3 [2021-02-11T21:35:45.865Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-11T21:35:45.865Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-11T21:35:45.865Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-11T21:35:45.865Z] + PACKAGES=/tmp/packages_start.txt [2021-02-11T21:35:45.865Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-11T21:35:45.865Z] + PACKAGES=/tmp/packages_end.txt [2021-02-11T21:35:45.865Z] + case "${OS_FAMILY}" in [2021-02-11T21:35:45.865Z] + rpm -qa [2021-02-11T21:35:45.865Z] + sort [2021-02-11T21:35:51.226Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-11T21:35:51.226Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-11T21:35:51.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-11T21:35:51.226Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-11T21:35:51.226Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-11T21:35:51.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-11T21:35:51.243Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-11T21:35:51.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:35:51.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T21:35:51.945Z] [2021-02-11T21:35:51.945Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-11T21:35:52.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T21:35:52.334Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-11T21:35:52.334Z] df20fa9351a1: Pulling fs layer [2021-02-11T21:35:52.334Z] 36b3adc4ff6f: Pulling fs layer [2021-02-11T21:35:52.334Z] 8ad3a11d3b57: Pulling fs layer [2021-02-11T21:35:52.334Z] 46f8f816bc3b: Pulling fs layer [2021-02-11T21:35:52.334Z] 93b61091891f: Pulling fs layer [2021-02-11T21:35:52.334Z] 93b9cdb0e59b: Pulling fs layer [2021-02-11T21:35:52.334Z] 5e14af77c1be: Pulling fs layer [2021-02-11T21:35:52.334Z] 01666e4c0597: Pulling fs layer [2021-02-11T21:35:52.334Z] aa168da1d23b: Pulling fs layer [2021-02-11T21:35:52.334Z] 93b9cdb0e59b: Waiting [2021-02-11T21:35:52.334Z] aa168da1d23b: Waiting [2021-02-11T21:35:52.334Z] 01666e4c0597: Waiting [2021-02-11T21:35:52.334Z] 5e14af77c1be: Waiting [2021-02-11T21:35:52.334Z] 93b61091891f: Waiting [2021-02-11T21:35:52.334Z] 46f8f816bc3b: Waiting [2021-02-11T21:35:52.334Z] 36b3adc4ff6f: Download complete [2021-02-11T21:35:52.334Z] 46f8f816bc3b: Download complete [2021-02-11T21:35:52.605Z] df20fa9351a1: Download complete [2021-02-11T21:35:52.605Z] 93b9cdb0e59b: Verifying Checksum [2021-02-11T21:35:52.605Z] 93b9cdb0e59b: Download complete [2021-02-11T21:35:52.605Z] 5e14af77c1be: Verifying Checksum [2021-02-11T21:35:52.605Z] 5e14af77c1be: Download complete [2021-02-11T21:35:52.605Z] 93b61091891f: Verifying Checksum [2021-02-11T21:35:52.605Z] 93b61091891f: Download complete [2021-02-11T21:35:52.605Z] 01666e4c0597: Verifying Checksum [2021-02-11T21:35:52.605Z] 01666e4c0597: Download complete [2021-02-11T21:35:52.879Z] 8ad3a11d3b57: Verifying Checksum [2021-02-11T21:35:52.879Z] 8ad3a11d3b57: Download complete [2021-02-11T21:35:52.879Z] df20fa9351a1: Pull complete [2021-02-11T21:35:53.150Z] 36b3adc4ff6f: Pull complete [2021-02-11T21:35:54.126Z] 8ad3a11d3b57: Pull complete [2021-02-11T21:35:54.126Z] 46f8f816bc3b: Pull complete [2021-02-11T21:35:55.579Z] aa168da1d23b: Verifying Checksum [2021-02-11T21:35:55.579Z] aa168da1d23b: Download complete [2021-02-11T21:35:57.520Z] 93b61091891f: Pull complete [2021-02-11T21:35:58.110Z] 93b9cdb0e59b: Pull complete [2021-02-11T21:35:58.372Z] 5e14af77c1be: Pull complete [2021-02-11T21:35:58.641Z] 01666e4c0597: Pull complete [2021-02-11T21:36:06.954Z] aa168da1d23b: Pull complete [2021-02-11T21:36:06.954Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-11T21:36:06.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T21:36:06.954Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-11T21:36:07.437Z] prd-centos7-docker-4c-2g-26122 does not seem to be running inside a container [2021-02-11T21:36:07.510Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-11T21:36:11.814Z] $ docker top 2a184f9f92e6f400eb4f283a2a3339b79771857803365fb066c2966dcb20c1f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T21:36:12.406Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-11T21:36:12.735Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-11T21:36:13.042Z] + ls /var/log/sa-host [2021-02-11T21:36:13.043Z] + sadf -c /var/log/sa-host/sa11 [2021-02-11T21:36:13.043Z] file_magic: OK [2021-02-11T21:36:13.043Z] HZ: Using current value: 100 [2021-02-11T21:36:13.043Z] file_header: OK [2021-02-11T21:36:13.043Z] 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-11T21:36:13.043Z] Statistics: [2021-02-11T21:36:13.043Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-11T21:36:13.043Z] File successfully converted to sysstat format version 12.2.1 [2021-02-11T21:36:13.043Z] + sadf -c /var/log/sa-host/sa23 [2021-02-11T21:36:13.043Z] file_magic: OK [2021-02-11T21:36:13.043Z] HZ: Using current value: 100 [2021-02-11T21:36:13.043Z] file_header: OK [2021-02-11T21:36:13.043Z] 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-11T21:36:13.043Z] Statistics: [2021-02-11T21:36:13.043Z] Hnuu...uuuununununu... [2021-02-11T21:36:13.043Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-11T21:36:13.737Z] provisioning config files... [2021-02-11T21:36:13.768Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2729822750453426439tmp [Pipeline] { [Pipeline] echo [2021-02-11T21:36:13.854Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:36:14.189Z] ---> create-netrc.sh [Pipeline] } [2021-02-11T21:36:14.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-11T21:36:14.307Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:36:14.628Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-11T21:36:14.687Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:36:15.067Z] ---> sudo-logs.sh [2021-02-11T21:36:15.067Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-11T21:36:15.083Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:36:15.406Z] ---> job-cost.sh [2021-02-11T21:36:15.406Z] lf-activate-venv: SKIPPING [2021-02-11T21:36:15.406Z] INFO: No Stack... [2021-02-11T21:36:16.370Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-11T21:36:16.979Z] INFO: Archiving Costs [Pipeline] echo [2021-02-11T21:36:17.010Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T21:36:17.391Z] ---> logs-deploy.sh [2021-02-11T21:36:17.391Z] lf-activate-venv: SKIPPING [2021-02-11T21:36:17.391Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3162/3 [2021-02-11T21:36:17.391Z] INFO: archiving workspace using pattern(s): [2021-02-11T21:36:19.357Z] Archives upload complete. [2021-02-11T21:36:19.357Z] INFO: archiving logs to Nexus [2021-02-11T21:36:20.313Z] ---> uname -a: [2021-02-11T21:36:20.314Z] Linux prd-centos7-docker-4c-2g-26122.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] ---> lscpu: [2021-02-11T21:36:20.314Z] Architecture: x86_64 [2021-02-11T21:36:20.314Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-11T21:36:20.314Z] Byte Order: Little Endian [2021-02-11T21:36:20.314Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-11T21:36:20.314Z] CPU(s): 4 [2021-02-11T21:36:20.314Z] On-line CPU(s) list: 0-3 [2021-02-11T21:36:20.314Z] Thread(s) per core: 1 [2021-02-11T21:36:20.314Z] Core(s) per socket: 1 [2021-02-11T21:36:20.314Z] Socket(s): 4 [2021-02-11T21:36:20.314Z] NUMA node(s): 1 [2021-02-11T21:36:20.314Z] Vendor ID: GenuineIntel [2021-02-11T21:36:20.314Z] CPU family: 6 [2021-02-11T21:36:20.314Z] Model: 44 [2021-02-11T21:36:20.314Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-11T21:36:20.314Z] Stepping: 1 [2021-02-11T21:36:20.314Z] CPU MHz: 2933.436 [2021-02-11T21:36:20.314Z] BogoMIPS: 5866.87 [2021-02-11T21:36:20.314Z] Virtualization: VT-x [2021-02-11T21:36:20.314Z] Hypervisor vendor: KVM [2021-02-11T21:36:20.314Z] Virtualization type: full [2021-02-11T21:36:20.314Z] L1d cache: 128 KiB [2021-02-11T21:36:20.314Z] L1i cache: 128 KiB [2021-02-11T21:36:20.314Z] L2 cache: 16 MiB [2021-02-11T21:36:20.314Z] L3 cache: 64 MiB [2021-02-11T21:36:20.314Z] NUMA node0 CPU(s): 0-3 [2021-02-11T21:36:20.314Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-11T21:36:20.314Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-11T21:36:20.314Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-11T21:36:20.314Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-11T21:36:20.314Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-11T21:36:20.314Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-11T21:36:20.314Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-11T21:36:20.314Z] Vulnerability Srbds: Not affected [2021-02-11T21:36:20.314Z] Vulnerability Tsx async abort: Not affected [2021-02-11T21:36:20.314Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] ---> nproc: [2021-02-11T21:36:20.314Z] 4 [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] ---> df -h: [2021-02-11T21:36:20.314Z] Filesystem Size Used Available Use% Mounted on [2021-02-11T21:36:20.314Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-11T21:36:20.314Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-11T21:36:20.314Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-11T21:36:20.314Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3 [2021-02-11T21:36:20.314Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3@tmp [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] ---> free -m: [2021-02-11T21:36:20.314Z] total used free shared buff/cache available [2021-02-11T21:36:20.314Z] Mem: 1837 720 275 0 841 1033 [2021-02-11T21:36:20.314Z] Swap: 1023 56 967 [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] ---> ip addr: [2021-02-11T21:36:20.314Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-11T21:36:20.314Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-11T21:36:20.314Z] inet 127.0.0.1/8 scope host lo [2021-02-11T21:36:20.314Z] valid_lft forever preferred_lft forever [2021-02-11T21:36:20.314Z] inet6 ::1/128 scope host [2021-02-11T21:36:20.314Z] valid_lft forever preferred_lft forever [2021-02-11T21:36:20.314Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-11T21:36:20.314Z] link/ether fa:16:3e:58:a8:97 brd ff:ff:ff:ff:ff:ff [2021-02-11T21:36:20.314Z] inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-11T21:36:20.314Z] valid_lft 85192sec preferred_lft 85192sec [2021-02-11T21:36:20.314Z] inet6 fe80::f816:3eff:fe58:a897/64 scope link [2021-02-11T21:36:20.314Z] valid_lft forever preferred_lft forever [2021-02-11T21:36:20.314Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-11T21:36:20.314Z] link/ether 02:42:c8:d0:01:75 brd ff:ff:ff:ff:ff:ff [2021-02-11T21:36:20.314Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-11T21:36:20.314Z] valid_lft forever preferred_lft forever [2021-02-11T21:36:20.314Z] inet6 fe80::42:c8ff:fed0:175/64 scope link [2021-02-11T21:36:20.314Z] valid_lft forever preferred_lft forever [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] ---> sar -b -r -n DEV: [2021-02-11T21:36:20.314Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] 21:16:01 LINUX RESTART (4 CPU) [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] 21:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-11T21:36:20.314Z] 21:18:01 202.40 77.78 124.62 0.00 7115.50 48806.10 0.00 [2021-02-11T21:36:20.314Z] 21:19:01 247.17 90.80 156.37 0.00 3273.72 19577.80 0.00 [2021-02-11T21:36:20.314Z] 21:20:01 142.12 61.67 80.45 0.00 2150.59 10711.38 0.00 [2021-02-11T21:36:20.314Z] 21:21:01 139.25 38.99 100.27 0.00 2894.91 24528.12 0.00 [2021-02-11T21:36:20.314Z] 21:22:03 2079.82 1750.94 328.88 0.00 152135.15 207027.23 0.00 [2021-02-11T21:36:20.314Z] 21:23:01 1289.99 1053.78 236.20 0.00 92924.61 98894.13 0.00 [2021-02-11T21:36:20.314Z] 21:24:03 1557.64 1187.00 370.64 0.00 99370.56 143364.41 0.00 [2021-02-11T21:36:20.314Z] 21:25:01 2016.71 1723.93 292.78 0.00 118157.83 128612.15 0.00 [2021-02-11T21:36:20.314Z] 21:26:01 226.93 28.12 198.80 0.00 3928.91 29144.18 0.00 [2021-02-11T21:36:20.314Z] 21:27:01 7.08 0.53 6.54 0.00 19.58 217.50 0.00 [2021-02-11T21:36:20.314Z] 21:28:02 0.35 0.05 0.30 0.00 0.40 3.76 0.00 [2021-02-11T21:36:20.314Z] 21:29:01 0.22 0.02 0.20 0.00 0.14 2.90 0.00 [2021-02-11T21:36:20.314Z] 21:30:01 0.33 0.15 0.18 0.00 1.33 2.05 0.00 [2021-02-11T21:36:20.314Z] 21:31:01 0.45 0.18 0.27 0.00 8.13 3.80 0.00 [2021-02-11T21:36:20.314Z] 21:32:01 2.08 1.30 0.78 0.00 40.76 15.07 0.00 [2021-02-11T21:36:20.314Z] 21:33:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 [2021-02-11T21:36:20.314Z] 21:34:01 0.28 0.02 0.27 0.00 0.53 2.75 0.00 [2021-02-11T21:36:20.314Z] 21:35:01 0.27 0.02 0.25 0.00 0.53 3.80 0.00 [2021-02-11T21:36:20.314Z] 21:36:01 108.56 72.87 35.68 0.00 6793.70 6765.35 0.00 [2021-02-11T21:36:20.314Z] Average: 422.61 320.54 102.07 0.00 25775.30 37945.29 0.00 [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] 21:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-11T21:36:20.314Z] 21:18:01 99104 0 677248 35.99 2372 1102820 1333268 45.50 531692 1004528 8 [2021-02-11T21:36:20.314Z] 21:19:01 73604 0 950368 50.51 908 856664 1785656 60.94 766892 759840 29900 [2021-02-11T21:36:20.314Z] 21:20:01 305664 0 747188 39.71 640 828052 1323788 45.18 567784 718708 48724 [2021-02-11T21:36:20.314Z] 21:21:01 164984 0 763224 40.56 476 952860 1759856 60.06 601624 825772 0 [2021-02-11T21:36:20.314Z] 21:22:03 66304 0 849188 45.13 0 966052 2355060 80.37 741496 847896 3932 [2021-02-11T21:36:20.314Z] 21:23:01 304692 0 1004892 53.41 0 571960 3581584 122.23 610228 693856 53444 [2021-02-11T21:36:20.314Z] 21:24:03 76060 0 725132 38.54 0 1080352 1760104 60.07 649844 938176 82236 [2021-02-11T21:36:20.314Z] 21:25:01 113308 0 870140 46.25 0 898096 2574364 87.86 785928 731228 80076 [2021-02-11T21:36:20.314Z] 21:26:01 111320 0 652796 34.69 0 1117428 1213928 41.43 549368 962492 20 [2021-02-11T21:36:20.314Z] 21:27:01 115976 0 647616 34.42 0 1117952 1191240 40.66 547464 962680 16 [2021-02-11T21:36:20.314Z] 21:28:02 116112 0 647476 34.41 0 1117956 1191276 40.66 547548 962696 12 [2021-02-11T21:36:20.314Z] 21:29:01 117196 0 646380 34.35 0 1117968 1181988 40.34 546756 962444 8 [2021-02-11T21:36:20.314Z] 21:30:01 117584 0 645984 34.33 0 1117976 1181988 40.34 546920 962460 8 [2021-02-11T21:36:20.314Z] 21:31:01 116508 0 646868 34.38 0 1118168 1182500 40.36 547048 962652 8 [2021-02-11T21:36:20.314Z] 21:32:01 115272 0 647612 34.42 0 1118660 1182124 40.34 547256 963160 8 [2021-02-11T21:36:20.314Z] 21:33:01 115996 0 646876 34.38 0 1118672 1182052 40.34 547024 963160 8 [2021-02-11T21:36:20.314Z] 21:34:01 115980 0 646888 34.38 0 1118676 1182052 40.34 546900 963176 8 [2021-02-11T21:36:20.314Z] 21:35:01 115240 0 647636 34.42 0 1118668 1182100 40.34 547144 963176 8 [2021-02-11T21:36:20.314Z] 21:36:01 79732 0 729832 38.79 0 1071980 1609460 54.93 702456 824156 147140 [2021-02-11T21:36:20.314Z] Average: 128455 0 725965 38.58 231 1026893 1576547 53.80 601651 893277 23451 [2021-02-11T21:36:20.314Z] [2021-02-11T21:36:20.314Z] 21:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-11T21:36:20.314Z] 21:18:01 eth0 1212.08 1187.82 6204.85 138.69 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:18:01 docker0 892.91 862.09 72.54 3042.60 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:19:01 eth0 151.40 111.92 504.30 20.17 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:19:01 veth6402618 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:19:01 docker0 94.40 120.97 7.36 476.92 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:20:01 eth0 30.61 16.42 25.37 19.02 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:20:01 veth6402618 1.93 1.93 0.15 0.16 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:20:01 docker0 1.93 1.93 0.13 0.16 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:21:01 veth3a2a631 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:21:01 eth0 203.51 160.70 1703.56 26.78 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:21:01 vethb01adc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:22:03 eth0 83.58 67.74 167.28 63.25 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:22:03 vethb01adc2 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:22:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:22:03 docker0 1000.24 1001.77 80.33 3584.08 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:23:01 veth727c617 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:23:01 vethb0a1f54 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:23:01 eth0 18.32 12.86 10.48 22.23 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:23:01 vethb01adc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:24:03 vethbecfac1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:24:03 veth882c123 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:24:03 eth0 97.91 50.63 327.74 20.20 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:24:03 vethb01adc2 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:25:01 veth9ed6b07 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:25:01 vethe2e7236 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:25:01 eth0 48.20 37.06 24.27 77.43 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:25:01 vethb01adc2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:26:01 eth0 257.50 181.91 1732.82 89.25 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:26:01 docker0 1087.45 1160.23 85.96 4404.77 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:27:01 eth0 1.00 0.48 0.58 0.10 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:28:02 eth0 0.55 0.37 0.28 0.20 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:29:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:32:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:34:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:35:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:36:01 eth0 203.91 174.63 2166.15 21.27 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] Average: eth0 121.92 105.71 679.29 26.25 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] Average: docker0 57.30 61.13 4.53 232.09 0.00 0.00 0.00 0.00 [2021-02-11T21:36:20.315Z] [2021-02-11T21:36:20.315Z] [2021-02-11T21:36:20.315Z] ---> sar -P ALL: [2021-02-11T21:36:20.315Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/11/21 _x86_64_ (4 CPU) [2021-02-11T21:36:20.315Z] [2021-02-11T21:36:20.315Z] 21:16:01 LINUX RESTART (4 CPU) [2021-02-11T21:36:20.315Z] [2021-02-11T21:36:20.315Z] 21:17:01 CPU %user %nice %system %iowait %steal %idle [2021-02-11T21:36:20.315Z] 21:18:01 all 16.15 0.00 8.92 2.27 0.12 72.54 [2021-02-11T21:36:20.315Z] 21:18:01 0 16.93 0.00 10.62 2.69 0.10 69.66 [2021-02-11T21:36:20.315Z] 21:18:01 1 14.58 0.00 8.13 2.04 0.10 75.15 [2021-02-11T21:36:20.315Z] 21:18:01 2 16.83 0.00 8.32 1.48 0.15 73.22 [2021-02-11T21:36:20.315Z] 21:18:01 3 16.26 0.00 8.61 2.89 0.12 72.12 [2021-02-11T21:36:20.315Z] 21:19:01 all 31.96 0.00 10.91 6.19 0.15 50.79 [2021-02-11T21:36:20.315Z] 21:19:01 0 31.38 0.00 10.60 7.48 0.21 50.33 [2021-02-11T21:36:20.315Z] 21:19:01 1 32.66 0.00 10.51 7.41 0.14 49.28 [2021-02-11T21:36:20.315Z] 21:19:01 2 32.30 0.00 11.04 4.47 0.12 52.07 [2021-02-11T21:36:20.315Z] 21:19:01 3 31.50 0.00 11.47 5.38 0.14 51.50 [2021-02-11T21:36:20.315Z] 21:20:01 all 49.63 0.00 13.29 4.26 0.17 32.66 [2021-02-11T21:36:20.315Z] 21:20:01 0 49.05 0.00 13.19 3.00 0.12 34.65 [2021-02-11T21:36:20.315Z] 21:20:01 1 50.03 0.00 13.05 2.95 0.17 33.80 [2021-02-11T21:36:20.315Z] 21:20:01 2 49.45 0.00 13.37 6.69 0.21 30.27 [2021-02-11T21:36:20.315Z] 21:20:01 3 49.98 0.00 13.56 4.41 0.16 31.89 [2021-02-11T21:36:20.315Z] 21:21:01 all 31.13 0.00 11.84 3.18 0.17 53.68 [2021-02-11T21:36:20.315Z] 21:21:01 0 30.31 0.00 11.51 2.54 0.16 55.48 [2021-02-11T21:36:20.315Z] 21:21:01 1 31.56 0.00 11.84 8.10 0.17 48.33 [2021-02-11T21:36:20.315Z] 21:21:01 2 29.96 0.00 11.66 0.50 0.16 57.72 [2021-02-11T21:36:20.315Z] 21:21:01 3 32.69 0.00 12.34 1.60 0.19 53.19 [2021-02-11T21:36:20.315Z] 21:22:03 all 20.33 0.00 30.13 19.34 0.31 29.89 [2021-02-11T21:36:20.315Z] 21:22:03 0 18.45 0.00 29.53 19.09 0.33 32.60 [2021-02-11T21:36:20.315Z] 21:22:03 1 20.07 0.00 29.71 19.26 0.26 30.70 [2021-02-11T21:36:20.315Z] 21:22:03 2 21.15 0.00 30.49 18.56 0.38 29.41 [2021-02-11T21:36:20.315Z] 21:22:03 3 21.66 0.00 30.81 20.44 0.28 26.81 [2021-02-11T21:36:20.315Z] 21:23:01 all 55.44 0.00 20.91 12.95 0.22 10.48 [2021-02-11T21:36:20.315Z] 21:23:01 0 56.02 0.00 19.41 15.08 0.24 9.26 [2021-02-11T21:36:20.315Z] 21:23:01 1 55.82 0.00 20.67 12.66 0.18 10.67 [2021-02-11T21:36:20.315Z] 21:23:01 2 54.59 0.00 21.65 11.46 0.25 12.05 [2021-02-11T21:36:20.315Z] 21:23:01 3 55.32 0.00 21.93 12.62 0.20 9.93 [2021-02-11T21:36:20.315Z] 21:24:03 all 22.53 0.00 22.96 26.03 0.26 28.22 [2021-02-11T21:36:20.315Z] 21:24:03 0 22.00 0.00 21.51 24.22 0.29 31.98 [2021-02-11T21:36:20.315Z] 21:24:03 1 23.35 0.00 23.26 25.99 0.22 27.18 [2021-02-11T21:36:20.315Z] 21:24:03 2 22.55 0.00 23.73 25.52 0.33 27.87 [2021-02-11T21:36:20.315Z] 21:24:03 3 22.22 0.00 23.37 28.41 0.21 25.79 [2021-02-11T21:36:20.315Z] 21:25:01 all 44.70 0.00 23.25 17.51 0.20 14.34 [2021-02-11T21:36:20.315Z] 21:25:01 0 43.58 0.00 22.76 19.15 0.26 14.25 [2021-02-11T21:36:20.315Z] 21:25:01 1 46.00 0.00 21.92 17.70 0.18 14.20 [2021-02-11T21:36:20.315Z] 21:25:01 2 44.26 0.00 24.05 14.95 0.18 16.55 [2021-02-11T21:36:20.315Z] 21:25:01 3 44.94 0.00 24.29 18.24 0.18 12.35 [2021-02-11T21:36:20.315Z] 21:26:01 all 13.80 0.00 9.59 12.46 0.19 63.97 [2021-02-11T21:36:20.315Z] 21:26:01 0 11.60 0.00 9.56 10.71 0.22 67.90 [2021-02-11T21:36:20.315Z] 21:26:01 1 15.46 0.00 9.73 17.78 0.15 56.88 [2021-02-11T21:36:20.315Z] 21:26:01 2 12.17 0.00 9.04 11.83 0.21 66.76 [2021-02-11T21:36:20.315Z] 21:26:01 3 15.98 0.00 10.02 9.52 0.17 64.31 [2021-02-11T21:36:20.315Z] 21:27:01 all 0.15 0.00 0.06 0.03 0.00 99.76 [2021-02-11T21:36:20.315Z] 21:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T21:36:20.315Z] 21:27:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-11T21:36:20.315Z] 21:27:01 2 0.50 0.00 0.08 0.10 0.00 99.32 [2021-02-11T21:36:20.315Z] 21:27:01 3 0.03 0.00 0.07 0.02 0.00 99.88 [2021-02-11T21:36:20.315Z] 21:28:02 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-11T21:36:20.315Z] 21:28:02 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T21:36:20.315Z] 21:28:02 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-02-11T21:36:20.316Z] 21:28:02 2 0.55 0.00 0.07 0.00 0.02 99.37 [2021-02-11T21:36:20.316Z] 21:28:02 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-11T21:36:20.316Z] [2021-02-11T21:36:20.316Z] 21:28:02 CPU %user %nice %system %iowait %steal %idle [2021-02-11T21:36:20.316Z] 21:29:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-11T21:36:20.316Z] 21:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-11T21:36:20.316Z] 21:29:01 1 0.10 0.00 0.03 0.00 0.00 99.86 [2021-02-11T21:36:20.316Z] 21:29:01 2 0.44 0.00 0.05 0.00 0.00 99.51 [2021-02-11T21:36:20.316Z] 21:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-11T21:36:20.316Z] 21:30:01 all 0.20 0.00 0.07 0.01 0.00 99.71 [2021-02-11T21:36:20.316Z] 21:30:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-02-11T21:36:20.316Z] 21:30:01 1 0.52 0.00 0.03 0.02 0.00 99.43 [2021-02-11T21:36:20.316Z] 21:30:01 2 0.10 0.00 0.05 0.02 0.00 99.83 [2021-02-11T21:36:20.316Z] 21:30:01 3 0.18 0.00 0.15 0.02 0.00 99.65 [2021-02-11T21:36:20.316Z] 21:31:01 all 0.20 0.00 0.03 0.00 0.01 99.76 [2021-02-11T21:36:20.316Z] 21:31:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-11T21:36:20.316Z] 21:31:01 1 0.52 0.00 0.02 0.00 0.02 99.45 [2021-02-11T21:36:20.316Z] 21:31:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-11T21:36:20.316Z] 21:31:01 3 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-11T21:36:20.316Z] 21:32:01 all 0.17 0.00 0.05 0.02 0.00 99.77 [2021-02-11T21:36:20.316Z] 21:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-11T21:36:20.316Z] 21:32:01 1 0.02 0.00 0.08 0.07 0.00 99.83 [2021-02-11T21:36:20.316Z] 21:32:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2021-02-11T21:36:20.316Z] 21:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-11T21:36:20.316Z] 21:33:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2021-02-11T21:36:20.316Z] 21:33:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-11T21:36:20.316Z] 21:33:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-02-11T21:36:20.316Z] 21:33:01 2 0.33 0.00 0.05 0.00 0.00 99.62 [2021-02-11T21:36:20.316Z] 21:33:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T21:36:20.316Z] 21:34:01 all 0.04 0.00 0.03 0.00 0.00 99.92 [2021-02-11T21:36:20.316Z] 21:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-11T21:36:20.316Z] 21:34:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-11T21:36:20.316Z] 21:34:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-11T21:36:20.316Z] 21:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-11T21:36:20.316Z] 21:35:01 all 0.07 0.00 0.04 0.00 0.00 99.89 [2021-02-11T21:36:20.316Z] 21:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-11T21:36:20.316Z] 21:35:01 1 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-11T21:36:20.316Z] 21:35:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-11T21:36:20.316Z] 21:35:01 3 0.02 0.00 0.05 0.00 0.02 99.92 [2021-02-11T21:36:20.316Z] 21:36:01 all 4.74 0.00 3.31 3.35 0.06 88.55 [2021-02-11T21:36:20.316Z] 21:36:01 0 3.91 0.00 3.29 2.68 0.07 90.05 [2021-02-11T21:36:20.316Z] 21:36:01 1 5.52 0.00 3.22 3.94 0.08 87.23 [2021-02-11T21:36:20.316Z] 21:36:01 2 3.87 0.00 3.08 2.82 0.03 90.20 [2021-02-11T21:36:20.316Z] 21:36:01 3 5.66 0.00 3.64 3.96 0.05 86.70 [2021-02-11T21:36:20.316Z] Average: all 14.90 0.00 7.97 5.52 0.10 71.51 [2021-02-11T21:36:20.316Z] Average: 0 14.48 0.00 7.82 5.47 0.10 72.12 [2021-02-11T21:36:20.316Z] Average: 1 15.18 0.00 7.82 6.06 0.09 70.86 [2021-02-11T21:36:20.316Z] Average: 2 14.81 0.00 8.04 5.06 0.10 71.98 [2021-02-11T21:36:20.316Z] Average: 3 15.14 0.00 8.20 5.49 0.09 71.08 [2021-02-11T21:36:20.316Z] [2021-02-11T21:36:20.316Z] [2021-02-11T21:36:20.316Z]