Pull request #2930 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 0f334072fc1b34e624dc20b353904d004c4fda5b+34dce4612a631976cf4327d6db635ffc5909a851 (6f678b4a3a5eac8149b9165635045840a537d421) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15124 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [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 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 0f334072fc1b34e624dc20b353904d004c4fda5b Merge succeeded, producing 0f334072fc1b34e624dc20b353904d004c4fda5b Checking out Revision 0f334072fc1b34e624dc20b353904d004c4fda5b (PR-2930) > 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/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 Commit message: "docs(security): Update the secrets-config README" > git rev-list --no-walk aab1748c5da10e2115d4bf3fab6e2bce6cac0e1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T19:19:19.187Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T19:19:19.482Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T19:19:19.598Z] ========================================================= [2020-12-08T19:19:19.598Z] EdgeX Global Pipelines Version Info [2020-12-08T19:19:19.598Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:19:22.096Z] ------------------- [2020-12-08T19:19:22.096Z] stable info: [2020-12-08T19:19:22.096Z] ------------------- [2020-12-08T19:19:22.097Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T19:19:22.097Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-08T19:19:22.097Z] Message: update stable to v1.0.172 [2020-12-08T19:19:23.088Z] ------------------- [2020-12-08T19:19:23.088Z] experimental info: [2020-12-08T19:19:23.088Z] ------------------- [2020-12-08T19:19:23.088Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T19:19:23.088Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-08T19:19:23.088Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T19:19:23.444Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-08T19:19:23.575Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-08T19:19:23.685Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T19:19:23.824Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T19:19:23.950Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T19:19:24.084Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T19:19:24.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T19:19:24.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-08T19:19:24.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-08T19:19:24.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-08T19:19:24.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T19:19:24.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T19:19:24.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T19:19:25.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T19:19:25.153Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T19:19:25.261Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T19:19:25.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-08T19:19:25.489Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T19:19:25.585Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-08T19:19:25.680Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-08T19:19:25.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-08T19:19:25.911Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T19:19:26.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2930 [Pipeline] echo [2020-12-08T19:19:26.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2930 [Pipeline] echo [2020-12-08T19:19:26.248Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2930 [Pipeline] echo [2020-12-08T19:19:26.345Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f334072fc1b34e624dc20b353904d004c4fda5b [Pipeline] echo [2020-12-08T19:19:26.460Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f33407 [Pipeline] echo [2020-12-08T19:19:26.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T19:19:26.770Z] provisioning config files... [2020-12-08T19:19:26.811Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2678153171192344963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:19:27.430Z] ---> docker-login.sh [2020-12-08T19:19:27.430Z] nexus3.edgexfoundry.org:10001 [2020-12-08T19:19:28.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:19:28.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:19:28.701Z] Configure a credential helper to remove this warning. See [2020-12-08T19:19:28.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:19:28.701Z] [2020-12-08T19:19:28.701Z] Login Succeeded [2020-12-08T19:19:28.701Z] nexus3.edgexfoundry.org:10002 [2020-12-08T19:19:28.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:19:29.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:19:29.003Z] Configure a credential helper to remove this warning. See [2020-12-08T19:19:29.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:19:29.003Z] [2020-12-08T19:19:29.003Z] Login Succeeded [2020-12-08T19:19:29.003Z] nexus3.edgexfoundry.org:10003 [2020-12-08T19:19:29.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:19:29.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:19:29.295Z] Configure a credential helper to remove this warning. See [2020-12-08T19:19:29.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:19:29.295Z] [2020-12-08T19:19:29.295Z] Login Succeeded [2020-12-08T19:19:29.295Z] nexus3.edgexfoundry.org:10004 [2020-12-08T19:19:29.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:19:29.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:19:29.571Z] Configure a credential helper to remove this warning. See [2020-12-08T19:19:29.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:19:29.571Z] [2020-12-08T19:19:29.571Z] Login Succeeded [2020-12-08T19:19:29.571Z] docker.io [2020-12-08T19:19:29.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:19:30.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:19:30.461Z] Configure a credential helper to remove this warning. See [2020-12-08T19:19:30.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:19:30.461Z] [2020-12-08T19:19:30.461Z] Login Succeeded [2020-12-08T19:19:30.461Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T19:19:30.486Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T19:19:31.099Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/core-command/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/core-data/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-08T19:19:31.099Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-08T19:19:31.099Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-08T19:19:31.099Z] ++ cut -d/ -f2 [2020-12-08T19:19:31.099Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-08T19:19:31.099Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-08T19:19:31.197Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:19:32.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T19:19:32.747Z] [2020-12-08T19:19:32.747Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:19:33.165Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T19:19:33.165Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T19:19:33.165Z] 31603596830f: Pulling fs layer [2020-12-08T19:19:33.165Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T19:19:33.165Z] 6ca5941a6612: Pulling fs layer [2020-12-08T19:19:33.165Z] ecc8261a40a4: Pulling fs layer [2020-12-08T19:19:33.165Z] ecc8261a40a4: Waiting [2020-12-08T19:19:33.165Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T19:19:33.165Z] 2a8b12db71e7: Download complete [2020-12-08T19:19:33.444Z] 31603596830f: Verifying Checksum [2020-12-08T19:19:33.444Z] 31603596830f: Download complete [2020-12-08T19:19:33.733Z] ecc8261a40a4: Verifying Checksum [2020-12-08T19:19:33.733Z] ecc8261a40a4: Download complete [2020-12-08T19:19:34.124Z] 6ca5941a6612: Verifying Checksum [2020-12-08T19:19:34.124Z] 6ca5941a6612: Download complete [2020-12-08T19:19:34.124Z] 31603596830f: Pull complete [2020-12-08T19:19:34.418Z] 2a8b12db71e7: Pull complete [2020-12-08T19:19:35.883Z] 6ca5941a6612: Pull complete [2020-12-08T19:19:36.530Z] ecc8261a40a4: Pull complete [2020-12-08T19:19:36.530Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T19:19:36.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T19:19:36.530Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T19:19:36.751Z] prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container [2020-12-08T19:19:36.832Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T19:19:39.921Z] $ docker top 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T19:19:40.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T19:19:40.343Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T19:19:40.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T19:19:40.804Z] $ docker exec 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent [2020-12-08T19:19:41.044Z] SSH_AUTH_SOCK=/tmp/ssh-mHLQh7Nnt63g/agent.11 [2020-12-08T19:19:41.044Z] SSH_AGENT_PID=17 [2020-12-08T19:19:41.064Z] Running ssh-add (command line suppressed) [2020-12-08T19:19:41.330Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4855525371650440853.key (/w/workspace/edgex-go/3@tmp/private_key_4855525371650440853.key) [2020-12-08T19:19:41.508Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T19:19:42.223Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T19:19:42.278Z] $ docker exec --env ******** --env ******** 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent -k [2020-12-08T19:19:42.518Z] unset SSH_AUTH_SOCK; [2020-12-08T19:19:42.519Z] unset SSH_AGENT_PID; [2020-12-08T19:19:42.520Z] echo Agent pid 17 killed; [2020-12-08T19:19:42.595Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T19:19:42.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T19:19:42.752Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T19:19:43.030Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T19:19:43.037Z] $ docker exec 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent [2020-12-08T19:19:43.287Z] SSH_AUTH_SOCK=/tmp/ssh-xN4IRg1X3MMt/agent.45 [2020-12-08T19:19:43.287Z] SSH_AGENT_PID=51 [2020-12-08T19:19:43.296Z] Running ssh-add (command line suppressed) [2020-12-08T19:19:43.472Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7820132501680408068.key (/w/workspace/edgex-go/3@tmp/private_key_7820132501680408068.key) [2020-12-08T19:19:43.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T19:19:43.934Z] + git semver init [2020-12-08T19:19:43.934Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T19:19:43.934Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-08T19:19:43.934Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-08T19:19:43.934Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T19:19:43.934Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T19:19:43.934Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T19:19:43.934Z] # $SEMVER_BRANCH = PR-2930 [2020-12-08T19:19:43.934Z] # $SEMVER_TEMP = /tmp/semver-930417002 [2020-12-08T19:19:43.934Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-08T19:20:17.070Z] # '/tmp/semver-930417002' -> '/w/workspace/edgex-go/3/.semver' [2020-12-08T19:20:17.070Z] # -> Force: false [2020-12-08T19:20:17.070Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-08T19:20:17.100Z] $ docker exec --env ******** --env ******** 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d ssh-agent -k [2020-12-08T19:20:17.707Z] unset SSH_AUTH_SOCK; [2020-12-08T19:20:17.729Z] unset SSH_AGENT_PID; [2020-12-08T19:20:17.730Z] echo Agent pid 51 killed; [2020-12-08T19:20:18.022Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T19:20:18.606Z] + git semver [Pipeline] } [2020-12-08T19:20:18.903Z] $ docker stop --time=1 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d [2020-12-08T19:20:20.624Z] $ docker rm -f 18fea224c381a26d4cf88815c490a503b9731cbfbffa7cb29124ca2d09928e5d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T19:20:21.402Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T19:20:22.160Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T19:20:22.163Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T19:20:23.180Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T19:20:23.543Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T19:20:23.901Z] + sudo service docker restart [2020-12-08T19:20:23.902Z] + true [2020-12-08T19:20:23.902Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-08T19:20:25.393Z] ========================================================= [2020-12-08T19:20:25.393Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T19:20:25.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:20:25.871Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-08T19:20:34.386Z] Sending build context to Docker daemon 326.5MB [2020-12-08T19:20:34.386Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T19:20:34.386Z] Step 2/7 : FROM ${BASE} [2020-12-08T19:20:34.386Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T19:20:34.386Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T19:20:34.386Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T19:20:34.386Z] de9db76c5a1d: Pulling fs layer [2020-12-08T19:20:34.386Z] bca2f99d35d6: Pulling fs layer [2020-12-08T19:20:34.386Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T19:20:34.386Z] 7c6f9722023f: Pulling fs layer [2020-12-08T19:20:34.386Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T19:20:34.386Z] 93359f2a8cfa: Waiting [2020-12-08T19:20:34.386Z] 7c6f9722023f: Waiting [2020-12-08T19:20:34.386Z] a35cf1a2eb13: Waiting [2020-12-08T19:20:34.386Z] bca2f99d35d6: Waiting [2020-12-08T19:20:34.386Z] de9db76c5a1d: Download complete [2020-12-08T19:20:34.386Z] 0ef7d3d256c8: Verifying Checksum [2020-12-08T19:20:34.386Z] 0ef7d3d256c8: Download complete [2020-12-08T19:20:34.386Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T19:20:34.386Z] 93359f2a8cfa: Download complete [2020-12-08T19:20:34.386Z] 7c6f9722023f: Verifying Checksum [2020-12-08T19:20:34.386Z] 7c6f9722023f: Download complete [2020-12-08T19:20:34.386Z] 188c0c94c7c5: Download complete [2020-12-08T19:20:34.386Z] 188c0c94c7c5: Pull complete [2020-12-08T19:20:34.386Z] 0ef7d3d256c8: Pull complete [2020-12-08T19:20:34.386Z] de9db76c5a1d: Pull complete [2020-12-08T19:20:37.622Z] Still waiting to schedule task [2020-12-08T19:20:37.622Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-08T19:20:40.205Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T19:20:40.205Z] a35cf1a2eb13: Download complete [2020-12-08T19:20:40.871Z] bca2f99d35d6: Verifying Checksum [2020-12-08T19:20:40.871Z] bca2f99d35d6: Download complete [2020-12-08T19:20:53.424Z] bca2f99d35d6: Pull complete [2020-12-08T19:20:53.729Z] 93359f2a8cfa: Pull complete [2020-12-08T19:20:53.729Z] 7c6f9722023f: Pull complete [2020-12-08T19:21:00.598Z] a35cf1a2eb13: Pull complete [2020-12-08T19:21:00.598Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T19:21:00.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T19:21:00.598Z] ---> a62c8e92a672 [2020-12-08T19:21:00.598Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-08T19:21:00.867Z] ---> Running in 7935d15f9fa1 [2020-12-08T19:21:02.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:21:02.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:21:03.516Z] (1/12) Installing libmagic (5.38-r0) [2020-12-08T19:21:04.103Z] (2/12) Installing file (5.38-r0) [2020-12-08T19:21:04.103Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-08T19:21:04.371Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-08T19:21:08.699Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-08T19:21:08.699Z] (6/12) Installing patch (2.7.6-r6) [2020-12-08T19:21:08.699Z] (7/12) Installing build-base (0.5-r2) [2020-12-08T19:21:08.699Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-08T19:21:08.699Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-08T19:21:08.699Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-08T19:21:08.972Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-08T19:21:08.972Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-08T19:21:08.972Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:21:09.263Z] OK: 233 MiB in 51 packages [2020-12-08T19:21:13.608Z] Removing intermediate container 7935d15f9fa1 [2020-12-08T19:21:13.608Z] ---> 39db0350f503 [2020-12-08T19:21:13.608Z] Step 4/7 : WORKDIR /edgex-go [2020-12-08T19:21:13.895Z] ---> Running in ad49c0ee19ea [2020-12-08T19:21:14.163Z] Removing intermediate container ad49c0ee19ea [2020-12-08T19:21:14.163Z] ---> 58b4152be2bc [2020-12-08T19:21:14.163Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-08T19:21:14.767Z] latest: Pulling from library/docker [2020-12-08T19:21:15.107Z] 188c0c94c7c5: Already exists [2020-12-08T19:21:15.107Z] 0c7c675703d6: Pulling fs layer [2020-12-08T19:21:15.107Z] cc8c12a437cb: Pulling fs layer [2020-12-08T19:21:15.107Z] f092543453df: Pulling fs layer [2020-12-08T19:21:15.107Z] 65b6bc45957d: Pulling fs layer [2020-12-08T19:21:15.107Z] 4de832df471b: Pulling fs layer [2020-12-08T19:21:15.107Z] 79aa7fa92271: Pulling fs layer [2020-12-08T19:21:15.107Z] 65b6bc45957d: Waiting [2020-12-08T19:21:15.107Z] 4de832df471b: Waiting [2020-12-08T19:21:15.107Z] 79aa7fa92271: Waiting [2020-12-08T19:21:15.437Z] cc8c12a437cb: Download complete [2020-12-08T19:21:15.743Z] 0c7c675703d6: Download complete [2020-12-08T19:21:15.743Z] 65b6bc45957d: Verifying Checksum [2020-12-08T19:21:15.743Z] 65b6bc45957d: Download complete [2020-12-08T19:21:16.025Z] 4de832df471b: Verifying Checksum [2020-12-08T19:21:16.025Z] 4de832df471b: Download complete [2020-12-08T19:21:16.025Z] 79aa7fa92271: Verifying Checksum [2020-12-08T19:21:16.025Z] 79aa7fa92271: Download complete [2020-12-08T19:21:16.314Z] 0c7c675703d6: Pull complete [2020-12-08T19:21:16.940Z] cc8c12a437cb: Pull complete [2020-12-08T19:21:17.225Z] f092543453df: Verifying Checksum [2020-12-08T19:21:17.226Z] f092543453df: Download complete [2020-12-08T19:21:25.898Z] f092543453df: Pull complete [2020-12-08T19:21:25.898Z] 65b6bc45957d: Pull complete [2020-12-08T19:21:25.898Z] 4de832df471b: Pull complete [2020-12-08T19:21:25.898Z] 79aa7fa92271: Pull complete [2020-12-08T19:21:25.898Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-08T19:21:25.898Z] Status: Downloaded newer image for docker:latest [2020-12-08T19:21:29.321Z] ---> fb2df31e1b30 [2020-12-08T19:21:29.321Z] Step 6/7 : COPY go.mod . [2020-12-08T19:21:29.321Z] ---> 120c9361b64a [2020-12-08T19:21:29.321Z] Step 7/7 : RUN go mod download [2020-12-08T19:21:29.595Z] ---> Running in 3b9e9b958669 [2020-12-08T19:21:56.428Z] Removing intermediate container 3b9e9b958669 [2020-12-08T19:21:56.428Z] ---> 8b831bfd25e4 [2020-12-08T19:21:56.428Z] Successfully built 8b831bfd25e4 [2020-12-08T19:21:56.428Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:21:56.782Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T19:21:57.051Z] . [Pipeline] withDockerContainer [2020-12-08T19:21:57.264Z] prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container [2020-12-08T19:21:57.369Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-08T19:21:59.951Z] $ docker top d24dda85f22197831ba01ff035ef9ae84de2ebc6d4a1176525899a00d0c01b88 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T19:22:00.663Z] + go version [2020-12-08T19:22:00.663Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T19:22:00.683Z] $ docker stop --time=1 d24dda85f22197831ba01ff035ef9ae84de2ebc6d4a1176525899a00d0c01b88 [2020-12-08T19:22:02.324Z] $ docker rm -f d24dda85f22197831ba01ff035ef9ae84de2ebc6d4a1176525899a00d0c01b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:22:03.622Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T19:22:03.622Z] . [Pipeline] withDockerContainer [2020-12-08T19:22:04.105Z] prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container [2020-12-08T19:22:04.414Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-08T19:22:05.613Z] $ docker top 574df0b99a9c72f5949275eb8b8a685dc89312695efaca8061caa1452bccd2ba -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-08T19:22:05.890Z] ========================================================= [2020-12-08T19:22:05.890Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-08T19:22:05.890Z] ========================================================= [Pipeline] sh [2020-12-08T19:22:06.221Z] + make test [2020-12-08T19:22:06.221Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-08T19:22:24.911Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-08T19:22:28.002Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15125 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws [2020-12-08T19:22:28.062Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-08T19:22:33.152Z] using credential edgex-jenkins-ssh [2020-12-08T19:22:33.230Z] Cloning the remote Git repository [2020-12-08T19:22:33.299Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-08T19:22:33.416Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-08T19:22:33.521Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-08T19:22:33.521Z] > git --version # timeout=10 [2020-12-08T19:22:33.545Z] > git --version # 'git version 2.17.1' [2020-12-08T19:22:33.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T19:22:33.590Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T19:22:49.736Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-08T19:22:49.752Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T19:22:49.790Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-08T19:22:49.831Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-08T19:22:49.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T19:22:49.844Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T19:22:50.566Z] Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:22:51.102Z] Merge succeeded, producing 0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:22:51.102Z] Checking out Revision 0f334072fc1b34e624dc20b353904d004c4fda5b (PR-2930) [2020-12-08T19:22:50.592Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T19:22:50.615Z] > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 [2020-12-08T19:22:51.006Z] > git remote # timeout=10 [2020-12-08T19:22:51.029Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T19:22:51.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T19:22:51.058Z] > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [2020-12-08T19:22:51.081Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T19:22:51.114Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T19:22:51.126Z] > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 [2020-12-08T19:22:52.438Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-08T19:22:55.570Z] Commit message: "docs(security): Update the secrets-config README" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T19:22:57.250Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T19:22:57.675Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T19:22:58.026Z] + sudo service docker restart [2020-12-08T19:22:58.027Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T19:23:00.108Z] provisioning config files... [2020-12-08T19:23:00.159Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4508237555112820184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:23:00.724Z] ---> docker-login.sh [2020-12-08T19:23:00.725Z] nexus3.edgexfoundry.org:10001 [2020-12-08T19:23:01.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:23:01.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:23:01.995Z] Configure a credential helper to remove this warning. See [2020-12-08T19:23:01.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:23:01.995Z] [2020-12-08T19:23:01.995Z] Login Succeeded [2020-12-08T19:23:01.995Z] nexus3.edgexfoundry.org:10002 [2020-12-08T19:23:02.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:23:02.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:23:02.547Z] Configure a credential helper to remove this warning. See [2020-12-08T19:23:02.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:23:02.547Z] [2020-12-08T19:23:02.547Z] Login Succeeded [2020-12-08T19:23:02.547Z] nexus3.edgexfoundry.org:10003 [2020-12-08T19:23:02.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:23:03.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:23:03.103Z] Configure a credential helper to remove this warning. See [2020-12-08T19:23:03.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:23:03.103Z] [2020-12-08T19:23:03.103Z] Login Succeeded [2020-12-08T19:23:03.103Z] nexus3.edgexfoundry.org:10004 [2020-12-08T19:23:03.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:23:03.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:23:03.653Z] Configure a credential helper to remove this warning. See [2020-12-08T19:23:03.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:23:03.653Z] [2020-12-08T19:23:03.653Z] Login Succeeded [2020-12-08T19:23:03.653Z] docker.io [2020-12-08T19:23:03.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T19:23:04.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T19:23:04.526Z] Configure a credential helper to remove this warning. See [2020-12-08T19:23:04.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T19:23:04.526Z] [2020-12-08T19:23:04.526Z] Login Succeeded [2020-12-08T19:23:04.526Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T19:23:04.544Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T19:23:05.047Z] ========================================================= [2020-12-08T19:23:05.047Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T19:23:05.047Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:23:05.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-08T19:23:05.430Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-08T19:23:05.514Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-08T19:23:06.171Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-08T19:23:06.472Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-08T19:23:06.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-08T19:23:06.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-08T19:23:08.081Z] Sending build context to Docker daemon 165.7MB [2020-12-08T19:23:08.081Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-08T19:23:08.081Z] Step 2/7 : FROM ${BASE} [2020-12-08T19:23:08.081Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T19:23:08.081Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T19:23:08.081Z] a4357932f1b6: Pulling fs layer [2020-12-08T19:23:08.081Z] 18c013af1878: Pulling fs layer [2020-12-08T19:23:08.081Z] 00ac8860ef70: Pulling fs layer [2020-12-08T19:23:08.081Z] 63d7cb157983: Pulling fs layer [2020-12-08T19:23:08.081Z] b116817d02f9: Pulling fs layer [2020-12-08T19:23:08.081Z] 745a02a5169b: Pulling fs layer [2020-12-08T19:23:08.081Z] 00ac8860ef70: Waiting [2020-12-08T19:23:08.081Z] 63d7cb157983: Waiting [2020-12-08T19:23:08.081Z] b116817d02f9: Waiting [2020-12-08T19:23:08.081Z] 745a02a5169b: Waiting [2020-12-08T19:23:08.081Z] 18c013af1878: Verifying Checksum [2020-12-08T19:23:08.081Z] 18c013af1878: Download complete [2020-12-08T19:23:08.081Z] a4357932f1b6: Verifying Checksum [2020-12-08T19:23:08.081Z] a4357932f1b6: Download complete [2020-12-08T19:23:08.081Z] 63d7cb157983: Verifying Checksum [2020-12-08T19:23:08.081Z] 63d7cb157983: Download complete [2020-12-08T19:23:08.081Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T19:23:08.081Z] 5f621e34cdf4: Download complete [2020-12-08T19:23:08.081Z] b116817d02f9: Verifying Checksum [2020-12-08T19:23:08.081Z] b116817d02f9: Download complete [2020-12-08T19:23:08.688Z] 5f621e34cdf4: Pull complete [2020-12-08T19:23:09.302Z] a4357932f1b6: Pull complete [2020-12-08T19:23:09.576Z] 18c013af1878: Pull complete [2020-12-08T19:23:11.561Z] 745a02a5169b: Verifying Checksum [2020-12-08T19:23:11.561Z] 745a02a5169b: Download complete [2020-12-08T19:23:12.543Z] 00ac8860ef70: Verifying Checksum [2020-12-08T19:23:12.543Z] 00ac8860ef70: Download complete [2020-12-08T19:23:12.623Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.053s [2020-12-08T19:23:12.623Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-08T19:23:12.623Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-08T19:23:13.246Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-08T19:23:13.538Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-08T19:23:13.538Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-08T19:23:13.538Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-08T19:23:20.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.275s coverage: 46.6% of statements [2020-12-08T19:23:20.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-08T19:23:20.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-08T19:23:20.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-08T19:23:20.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-08T19:23:20.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-08T19:23:22.724Z] 00ac8860ef70: Pull complete [2020-12-08T19:23:22.724Z] 63d7cb157983: Pull complete [2020-12-08T19:23:23.000Z] b116817d02f9: Pull complete [2020-12-08T19:23:24.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.462s coverage: 27.1% of statements [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-08T19:23:24.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-08T19:23:24.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-08T19:23:24.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.455s coverage: 68.5% of statements [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-08T19:23:24.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-08T19:23:24.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.620s coverage: 82.3% of statements [2020-12-08T19:23:24.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-08T19:23:24.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-08T19:23:24.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-08T19:23:24.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-08T19:23:26.399Z] 745a02a5169b: Pull complete [2020-12-08T19:23:26.399Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T19:23:26.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T19:23:26.399Z] ---> b7e6874047d6 [2020-12-08T19:23:26.399Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-08T19:23:29.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.836s coverage: 28.6% of statements [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-08T19:23:29.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-08T19:23:29.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-08T19:23:29.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.267s coverage: 86.7% of statements [2020-12-08T19:23:29.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-08T19:23:30.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements [2020-12-08T19:23:30.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-08T19:23:30.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2020-12-08T19:23:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-08T19:23:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-08T19:23:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-08T19:23:30.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-08T19:23:30.743Z] ---> Running in dd8dd044eb27 [2020-12-08T19:23:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:23:32.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:23:32.907Z] (1/12) Installing libmagic (5.38-r0) [2020-12-08T19:23:33.180Z] (2/12) Installing file (5.38-r0) [2020-12-08T19:23:33.180Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-08T19:23:33.450Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-08T19:23:34.247Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 93.8% of statements [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-08T19:23:34.247Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-08T19:23:34.248Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-08T19:23:34.248Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-08T19:23:34.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.081s coverage: 100.0% of statements [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-08T19:23:34.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.107s coverage: 75.5% of statements [2020-12-08T19:23:34.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-08T19:23:34.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.105s coverage: 80.8% of statements [2020-12-08T19:23:34.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements [2020-12-08T19:23:34.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.2% of statements [2020-12-08T19:23:35.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 89.2% of statements [2020-12-08T19:23:35.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-08T19:23:36.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.332s coverage: 63.5% of statements [2020-12-08T19:23:36.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-08T19:23:36.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-08T19:23:36.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-12-08T19:23:36.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2020-12-08T19:23:37.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2020-12-08T19:23:37.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2020-12-08T19:23:37.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements [2020-12-08T19:23:40.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.735s coverage: 55.9% of statements [2020-12-08T19:23:40.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-08T19:23:40.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-08T19:23:40.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-08T19:23:40.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-08T19:23:40.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-08T19:23:40.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-08T19:23:45.816Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-08T19:23:45.816Z] (6/12) Installing patch (2.7.6-r6) [2020-12-08T19:23:45.816Z] (7/12) Installing build-base (0.5-r2) [2020-12-08T19:23:45.816Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-08T19:23:45.816Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-08T19:23:45.816Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-08T19:23:45.816Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-08T19:23:45.816Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-08T19:23:45.816Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:23:45.816Z] OK: 217 MiB in 51 packages [2020-12-08T19:23:49.204Z] Removing intermediate container dd8dd044eb27 [2020-12-08T19:23:49.204Z] ---> 9b14b96ad6da [2020-12-08T19:23:49.204Z] Step 4/7 : WORKDIR /edgex-go [2020-12-08T19:23:49.483Z] ---> Running in c37a9ea61c08 [2020-12-08T19:23:49.756Z] Removing intermediate container c37a9ea61c08 [2020-12-08T19:23:49.756Z] ---> cd7c32ac8fa3 [2020-12-08T19:23:49.756Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-08T19:23:50.737Z] latest: Pulling from library/docker [2020-12-08T19:23:50.737Z] 5f621e34cdf4: Already exists [2020-12-08T19:23:50.737Z] 85db56a05063: Pulling fs layer [2020-12-08T19:23:50.737Z] ccb67d6aeaaa: Pulling fs layer [2020-12-08T19:23:50.737Z] de930078acea: Pulling fs layer [2020-12-08T19:23:50.737Z] d5a9d88a4785: Pulling fs layer [2020-12-08T19:23:50.737Z] e7f15c1544d5: Pulling fs layer [2020-12-08T19:23:50.737Z] 877c515997d3: Pulling fs layer [2020-12-08T19:23:50.737Z] d5a9d88a4785: Waiting [2020-12-08T19:23:50.737Z] e7f15c1544d5: Waiting [2020-12-08T19:23:50.737Z] 877c515997d3: Waiting [2020-12-08T19:23:50.737Z] ccb67d6aeaaa: Verifying Checksum [2020-12-08T19:23:50.737Z] ccb67d6aeaaa: Download complete [2020-12-08T19:23:50.737Z] 85db56a05063: Verifying Checksum [2020-12-08T19:23:50.737Z] 85db56a05063: Download complete [2020-12-08T19:23:51.015Z] d5a9d88a4785: Verifying Checksum [2020-12-08T19:23:51.015Z] d5a9d88a4785: Download complete [2020-12-08T19:23:51.015Z] e7f15c1544d5: Verifying Checksum [2020-12-08T19:23:51.015Z] e7f15c1544d5: Download complete [2020-12-08T19:23:51.015Z] 877c515997d3: Download complete [2020-12-08T19:23:51.607Z] 85db56a05063: Pull complete [2020-12-08T19:23:51.933Z] ccb67d6aeaaa: Pull complete [2020-12-08T19:23:52.208Z] de930078acea: Verifying Checksum [2020-12-08T19:23:52.209Z] de930078acea: Download complete [2020-12-08T19:23:55.632Z] de930078acea: Pull complete [2020-12-08T19:23:55.906Z] d5a9d88a4785: Pull complete [2020-12-08T19:23:56.185Z] e7f15c1544d5: Pull complete [2020-12-08T19:23:56.457Z] 877c515997d3: Pull complete [2020-12-08T19:23:56.457Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-08T19:23:56.457Z] Status: Downloaded newer image for docker:latest [2020-12-08T19:23:59.872Z] ---> 30a2a2e0ea37 [2020-12-08T19:23:59.872Z] Step 6/7 : COPY go.mod . [2020-12-08T19:24:00.465Z] ---> e4f9261d6cdd [2020-12-08T19:24:00.465Z] Step 7/7 : RUN go mod download [2020-12-08T19:24:00.739Z] ---> Running in 0285b5680722 [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 23.958s coverage: 86.3% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.566s coverage: 72.2% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.683s coverage: 72.1% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.100s coverage: 82.4% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.129s coverage: 48.4% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.063s coverage: 96.8% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 37.2% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.729s coverage: 84.0% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.307s coverage: 47.1% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.477s coverage: 29.1% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.085s coverage: 0.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-08T19:24:08.098Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.158s coverage: 32.1% of statements [2020-12-08T19:24:08.098Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.106s coverage: 100.0% of statements [2020-12-08T19:24:08.098Z] GO111MODULE=on go vet ./... [2020-12-08T19:24:27.518Z] Removing intermediate container 0285b5680722 [2020-12-08T19:24:27.518Z] ---> 7791dcf9aa4b [2020-12-08T19:24:27.518Z] Successfully built 7791dcf9aa4b [2020-12-08T19:24:27.518Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:24:27.856Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T19:24:27.856Z] . [Pipeline] withDockerContainer [2020-12-08T19:24:28.084Z] prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container [2020-12-08T19:24:28.177Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-08T19:24:29.680Z] $ docker top b3846f9885446bcd6069c068ceb1a6c1818e0ed5928790f8fbbb4acf1af22c5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T19:24:30.714Z] + go version [2020-12-08T19:24:30.714Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T19:24:30.742Z] $ docker stop --time=1 b3846f9885446bcd6069c068ceb1a6c1818e0ed5928790f8fbbb4acf1af22c5f [2020-12-08T19:24:32.670Z] $ docker rm -f b3846f9885446bcd6069c068ceb1a6c1818e0ed5928790f8fbbb4acf1af22c5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:24:33.719Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T19:24:33.719Z] . [Pipeline] withDockerContainer [2020-12-08T19:24:33.980Z] prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container [2020-12-08T19:24:34.067Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-08T19:24:35.534Z] $ docker top d2f244d5dccdcf614084ce1c6a06cec992b2a75147264b050df054ebcbc7ad33 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-08T19:24:35.924Z] ========================================================= [2020-12-08T19:24:35.924Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-08T19:24:35.924Z] ========================================================= [Pipeline] sh [2020-12-08T19:24:36.575Z] + make test [2020-12-08T19:24:36.575Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-08T19:24:55.801Z] gofmt -l . [2020-12-08T19:24:55.801Z] [ "`gofmt -l .`" = "" ] [2020-12-08T19:24:55.801Z] ./bin/test-go-mod-tidy.sh [2020-12-08T19:24:55.801Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-08T19:24:57.469Z] + ls -al . [2020-12-08T19:24:57.469Z] total 664 [2020-12-08T19:24:57.469Z] drwxrwxr-x 10 1001 1001 4096 Dec 8 19:24 . [2020-12-08T19:24:57.469Z] drwxr-xr-x 4 root root 28 Dec 8 19:22 .. [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 11 Dec 8 19:19 .dockerignore [2020-12-08T19:24:57.469Z] drwxrwxr-x 8 1001 1001 179 Dec 8 19:19 .git [2020-12-08T19:24:57.469Z] drwxrwxr-x 3 1001 1001 125 Dec 8 19:19 .github [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 943 Dec 8 19:19 .gitignore [2020-12-08T19:24:57.469Z] drwx------ 3 1001 1001 47 Dec 8 19:20 .semver [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 166 Dec 8 19:19 .sonarcloud.properties [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 3804 Dec 8 19:19 CONTRIBUTING.md [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 1035 Dec 8 19:19 Dockerfile.build [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 863 Dec 8 19:19 Jenkinsfile [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 10775 Dec 8 19:19 LICENSE [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 6318 Dec 8 19:19 Makefile [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 6447 Dec 8 19:19 README.md [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 7286 Dec 8 19:19 SECURITY.md [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 5 Dec 8 19:20 VERSION [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 4131 Dec 8 19:19 ZMQWindows.md [2020-12-08T19:24:57.469Z] drwxrwxr-x 2 1001 1001 117 Dec 8 19:19 bin [2020-12-08T19:24:57.469Z] drwxrwxr-x 15 1001 1001 4096 Dec 8 19:19 cmd [2020-12-08T19:24:57.469Z] -rw-r--r-- 1 root root 569035 Dec 8 19:24 coverage.out [2020-12-08T19:24:57.469Z] -rw-r--r-- 1 root root 1041 Dec 8 19:24 go.mod [2020-12-08T19:24:57.469Z] -rw-r--r-- 1 root root 18856 Dec 8 19:24 go.sum [2020-12-08T19:24:57.469Z] drwxrwxr-x 8 1001 1001 127 Dec 8 19:19 internal [2020-12-08T19:24:57.469Z] drwxrwxr-x 4 1001 1001 26 Dec 8 19:19 openapi [2020-12-08T19:24:57.469Z] drwxrwxr-x 4 1001 1001 71 Dec 8 19:19 snap [2020-12-08T19:24:57.469Z] -rw-rw-r-- 1 1001 1001 168 Dec 8 19:19 version.go [Pipeline] sh [2020-12-08T19:24:57.816Z] + '[' -e coverage.out ] [2020-12-08T19:24:57.816Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-08T19:24:58.102Z] Stashed 1 file(s) [Pipeline] sh [2020-12-08T19:24:58.746Z] + make build [2020-12-08T19:24:58.746Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T19:24:58.782Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-08T19:25:04.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 [2020-12-08T19:25:24.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T19:25:25.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T19:25:30.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T19:25:31.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T19:25:34.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T19:25:37.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T19:25:40.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T19:25:43.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T19:25:46.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-08T19:25:46.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T19:25:49.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T19:25:51.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-08T19:25:52.765Z] $ docker stop --time=1 574df0b99a9c72f5949275eb8b8a685dc89312695efaca8061caa1452bccd2ba [2020-12-08T19:25:55.194Z] $ docker rm -f 574df0b99a9c72f5949275eb8b8a685dc89312695efaca8061caa1452bccd2ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-08T19:25:56.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:25:58.930Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-08T19:25:58.930Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-08T19:25:58.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-08T19:25:58.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-08T19:25:58.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-08T19:25:59.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T19:25:59.187Z] [2020-12-08T19:25:59.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:25:59.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T19:25:59.576Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-08T19:25:59.576Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-08T19:25:59.576Z] ca9280d653b3: Pulling fs layer [2020-12-08T19:25:59.576Z] 7e9c9ca2126c: Pulling fs layer [2020-12-08T19:26:00.544Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-08T19:26:00.544Z] cbdbe7a5bc2a: Download complete [2020-12-08T19:26:01.157Z] cbdbe7a5bc2a: Pull complete [2020-12-08T19:26:01.448Z] ca9280d653b3: Verifying Checksum [2020-12-08T19:26:01.448Z] ca9280d653b3: Download complete [2020-12-08T19:26:04.209Z] ca9280d653b3: Pull complete [2020-12-08T19:26:04.209Z] 7e9c9ca2126c: Verifying Checksum [2020-12-08T19:26:04.209Z] 7e9c9ca2126c: Download complete [2020-12-08T19:26:05.674Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.069s [2020-12-08T19:26:05.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-08T19:26:05.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-08T19:26:06.664Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-08T19:26:06.665Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-08T19:26:06.665Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-08T19:26:06.665Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-08T19:26:14.494Z] 7e9c9ca2126c: Pull complete [2020-12-08T19:26:14.494Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-08T19:26:14.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T19:26:14.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-08T19:26:14.849Z] prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container [2020-12-08T19:26:14.928Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-08T19:26:14.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.268s coverage: 46.6% of statements [2020-12-08T19:26:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-08T19:26:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-08T19:26:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-08T19:26:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-08T19:26:14.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-08T19:26:16.857Z] $ docker top f2bebb051c886efec5a4dfad7f1248992bf47cf1dfb68df86d5f6cb5a641a1c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T19:26:17.578Z] + docker-compose build --help [2020-12-08T19:26:17.578Z] + grep parallel [2020-12-08T19:26:19.002Z] --parallel Build images in parallel. [Pipeline] } [2020-12-08T19:26:19.346Z] $ docker stop --time=1 f2bebb051c886efec5a4dfad7f1248992bf47cf1dfb68df86d5f6cb5a641a1c1 [2020-12-08T19:26:20.995Z] $ docker rm -f f2bebb051c886efec5a4dfad7f1248992bf47cf1dfb68df86d5f6cb5a641a1c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:26:21.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-08T19:26:21.728Z] . [Pipeline] withDockerContainer [2020-12-08T19:26:21.961Z] prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container [2020-12-08T19:26:22.045Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-08T19:26:23.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.647s coverage: 27.1% of statements [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-08T19:26:23.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-08T19:26:23.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-08T19:26:23.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.530s coverage: 68.5% of statements [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-08T19:26:23.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.643s coverage: 82.3% of statements [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-08T19:26:23.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-08T19:26:23.654Z] $ docker top 421d99bc067e472ec6f87749613a6da218ba021c439e42300b09f5c0164bca8e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T19:26:24.390Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-08T19:26:26.370Z] Building docker-core-command-go ... [2020-12-08T19:26:26.371Z] Building docker-core-data-go ... [2020-12-08T19:26:26.371Z] Building docker-core-metadata-go ... [2020-12-08T19:26:26.371Z] Building docker-security-bootstrap-redis-go ... [2020-12-08T19:26:26.371Z] Building docker-security-proxy-setup-go ... [2020-12-08T19:26:26.371Z] Building docker-security-secrets-setup-go ... [2020-12-08T19:26:26.371Z] Building docker-security-secretstore-setup-go ... [2020-12-08T19:26:26.371Z] Building docker-support-notifications-go ... [2020-12-08T19:26:26.371Z] Building docker-support-scheduler-go ... [2020-12-08T19:26:26.371Z] Building docker-sys-mgmt-agent-go ... [2020-12-08T19:26:26.371Z] Building docker-support-scheduler-go [2020-12-08T19:26:26.371Z] Building docker-security-secrets-setup-go [2020-12-08T19:26:26.371Z] Building docker-security-bootstrap-redis-go [2020-12-08T19:26:26.371Z] Building docker-core-metadata-go [2020-12-08T19:26:26.371Z] Building docker-sys-mgmt-agent-go [2020-12-08T19:26:30.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.172s coverage: 28.6% of statements [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-08T19:26:30.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-08T19:26:30.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2020-12-08T19:26:30.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-08T19:26:30.296Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements [2020-12-08T19:26:30.296Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-08T19:26:31.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements [2020-12-08T19:26:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-08T19:26:31.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements [2020-12-08T19:26:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-08T19:26:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-08T19:26:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-08T19:26:31.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-08T19:26:39.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.167s coverage: 93.8% of statements [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-08T19:26:39.576Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-08T19:26:39.576Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-08T19:26:39.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.076s coverage: 100.0% of statements [2020-12-08T19:26:39.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-08T19:26:39.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2020-12-08T19:26:39.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-08T19:26:39.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2020-12-08T19:26:39.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.233s coverage: 87.2% of statements [2020-12-08T19:26:39.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements [2020-12-08T19:26:40.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.198s coverage: 89.2% of statements [2020-12-08T19:26:40.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-08T19:26:43.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.579s coverage: 63.5% of statements [2020-12-08T19:26:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-08T19:26:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-08T19:26:43.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2020-12-08T19:26:43.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements [2020-12-08T19:26:43.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2020-12-08T19:26:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2020-12-08T19:26:45.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.086s coverage: 100.0% of statements [2020-12-08T19:26:49.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 55.9% of statements [2020-12-08T19:26:49.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-08T19:26:49.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-08T19:26:49.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-08T19:26:49.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-08T19:26:49.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-08T19:26:49.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 25.266s coverage: 86.3% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.164s coverage: 72.2% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.564s coverage: 72.1% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.088s coverage: 82.4% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.091s coverage: 48.4% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.053s coverage: 28.8% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.115s coverage: 96.8% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.410s coverage: 37.2% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.521s coverage: 84.0% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.048s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.920s coverage: 29.1% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-08T19:27:16.229Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-08T19:27:16.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-08T19:27:17.208Z] GO111MODULE=on go vet ./... [2020-12-08T19:27:23.395Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:27:23.395Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-08T19:27:23.395Z] ---> 8b831bfd25e4 [2020-12-08T19:27:23.395Z] Step 3/29 : WORKDIR /edgex-go [2020-12-08T19:27:23.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:27:23.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:27:23.395Z] ---> 8b831bfd25e4 [2020-12-08T19:27:23.395Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T19:27:23.395Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:27:23.395Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:27:23.395Z] ---> 8b831bfd25e4 [2020-12-08T19:27:23.395Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T19:27:23.395Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:27:23.395Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:27:23.395Z] ---> 8b831bfd25e4 [2020-12-08T19:27:23.395Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T19:27:23.395Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:27:23.395Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:27:23.395Z] ---> 8b831bfd25e4 [2020-12-08T19:27:23.395Z] Step 3/27 : WORKDIR /edgex-go [2020-12-08T19:27:23.395Z] ---> Running in b4bf61c97e25 [2020-12-08T19:27:23.395Z] ---> Running in caf1c3fdcddf [2020-12-08T19:27:23.395Z] ---> Running in 37b3ad2db86f [2020-12-08T19:27:23.395Z] ---> Running in bd6a4d6485fd [2020-12-08T19:27:23.395Z] ---> Running in d5cd62e74a8a [2020-12-08T19:27:23.395Z] Removing intermediate container 37b3ad2db86f [2020-12-08T19:27:23.395Z] ---> bfceb46ae461 [2020-12-08T19:27:23.395Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:27:23.395Z] Removing intermediate container b4bf61c97e25 [2020-12-08T19:27:23.395Z] ---> 05e5ffd92247 [2020-12-08T19:27:23.395Z] Step 4/29 : RUN apk update && apk add make gitRemoving intermediate container d5cd62e74a8a [2020-12-08T19:27:23.395Z] ---> 6604a0885171 [2020-12-08T19:27:23.395Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:27:23.395Z] [2020-12-08T19:27:23.395Z] Removing intermediate container caf1c3fdcddf [2020-12-08T19:27:23.395Z] ---> 617ec32bfa42 [2020-12-08T19:27:23.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:27:23.395Z] Removing intermediate container bd6a4d6485fd [2020-12-08T19:27:23.395Z] ---> b03137053feb [2020-12-08T19:27:23.395Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:27:23.395Z] ---> Running in d1f221d4156a [2020-12-08T19:27:23.395Z] ---> Running in 98811ad9ebd6 [2020-12-08T19:27:23.395Z] ---> Running in 376bd774de01 [2020-12-08T19:27:23.395Z] ---> Running in b737d77ab099 [2020-12-08T19:27:23.395Z] ---> Running in a700324eb4b9 [2020-12-08T19:27:24.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:25.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:25.441Z] Removing intermediate container 98811ad9ebd6 [2020-12-08T19:27:25.441Z] ---> 6d097cbe36c3 [2020-12-08T19:27:25.441Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-08T19:27:25.441Z] Removing intermediate container b737d77ab099 [2020-12-08T19:27:25.441Z] ---> 36ea7f74d5e6 [2020-12-08T19:27:25.441Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T19:27:25.714Z] ---> Running in b082bf61fc98 [2020-12-08T19:27:25.714Z] ---> Running in de952a4796bd [2020-12-08T19:27:25.714Z] Removing intermediate container a700324eb4b9 [2020-12-08T19:27:25.714Z] Removing intermediate container d1f221d4156a [2020-12-08T19:27:25.714Z] ---> 28b4ebdafdd0 [2020-12-08T19:27:25.714Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T19:27:25.714Z] ---> 9b8e93b22148 [2020-12-08T19:27:25.714Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T19:27:26.017Z] ---> Running in 837922a83fc5 [2020-12-08T19:27:26.017Z] ---> Running in b6d92c2d0fbc [2020-12-08T19:27:26.291Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:27:26.291Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:27:26.291Z] OK: 12745 distinct packages available [2020-12-08T19:27:26.937Z] OK: 233 MiB in 51 packages [2020-12-08T19:27:27.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:27.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:27.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:27.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:28.102Z] Removing intermediate container 376bd774de01 [2020-12-08T19:27:28.102Z] ---> cedafe8a3a1f [2020-12-08T19:27:28.102Z] Step 5/29 : COPY go.mod . [2020-12-08T19:27:28.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:28.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:28.381Z] ---> f19ed7e653d4 [2020-12-08T19:27:28.381Z] Step 6/29 : RUN go mod download [2020-12-08T19:27:28.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:28.381Z] ---> Running in bfb41c28027a [2020-12-08T19:27:28.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:27:28.990Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:27:28.990Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:27:28.990Z] OK: 12745 distinct packages available [2020-12-08T19:27:29.265Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:27:29.265Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:27:29.265Z] OK: 12745 distinct packages available [2020-12-08T19:27:29.265Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:27:29.265Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:27:29.265Z] OK: 12745 distinct packages available [2020-12-08T19:27:29.558Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:27:29.558Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:27:29.558Z] OK: 12745 distinct packages available [2020-12-08T19:27:29.836Z] OK: 233 MiB in 51 packages [2020-12-08T19:27:29.836Z] OK: 233 MiB in 51 packages [2020-12-08T19:27:29.836Z] OK: 233 MiB in 51 packages [2020-12-08T19:27:29.836Z] OK: 233 MiB in 51 packages [2020-12-08T19:27:31.299Z] Removing intermediate container b6d92c2d0fbc [2020-12-08T19:27:31.299Z] ---> fab1e700ff6e [2020-12-08T19:27:31.299Z] Step 6/22 : COPY go.mod . [2020-12-08T19:27:31.299Z] Removing intermediate container 837922a83fc5 [2020-12-08T19:27:31.299Z] ---> 8f90d42f4cee [2020-12-08T19:27:31.299Z] Step 6/21 : COPY go.mod . [2020-12-08T19:27:31.299Z] Removing intermediate container b082bf61fc98 [2020-12-08T19:27:31.299Z] ---> 36294ad9503f [2020-12-08T19:27:31.299Z] Step 6/27 : COPY go.mod . [2020-12-08T19:27:31.299Z] Removing intermediate container de952a4796bd [2020-12-08T19:27:31.299Z] ---> d0bffe06d3ae [2020-12-08T19:27:31.299Z] Step 6/22 : COPY go.mod . [2020-12-08T19:27:31.589Z] ---> f874a9ddf4e0 [2020-12-08T19:27:31.589Z] Step 7/22 : RUN go mod download [2020-12-08T19:27:32.091Z] ---> 7aba63a62a08 [2020-12-08T19:27:32.091Z] Step 7/21 : RUN go mod download [2020-12-08T19:27:32.091Z] ---> Running in 758cd21b1c2c [2020-12-08T19:27:32.091Z] ---> ffe94bb18345 [2020-12-08T19:27:32.091Z] Step 7/27 : RUN go mod download [2020-12-08T19:27:32.091Z] ---> Running in e89cb35208d1 [2020-12-08T19:27:32.091Z] ---> fbc66c6e1fb8 [2020-12-08T19:27:32.091Z] Step 7/22 : RUN go mod download [2020-12-08T19:27:32.091Z] ---> Running in cc4c7b49d2b7 [2020-12-08T19:27:32.091Z] ---> Running in db1b6fdf147d [2020-12-08T19:27:32.482Z] Removing intermediate container bfb41c28027a [2020-12-08T19:27:32.482Z] ---> 0c865f2bd5c9 [2020-12-08T19:27:32.482Z] Step 7/29 : COPY . . [2020-12-08T19:27:36.343Z] Removing intermediate container 758cd21b1c2c [2020-12-08T19:27:36.343Z] ---> 6ee13b75f1f4 [2020-12-08T19:27:36.343Z] Step 8/22 : COPY . . [2020-12-08T19:27:38.429Z] Removing intermediate container e89cb35208d1 [2020-12-08T19:27:38.429Z] ---> 5a4cd357d5a1 [2020-12-08T19:27:38.429Z] Step 8/21 : COPY . . [2020-12-08T19:27:38.429Z] Removing intermediate container cc4c7b49d2b7 [2020-12-08T19:27:38.429Z] ---> e96bb4674bee [2020-12-08T19:27:38.429Z] Step 8/27 : COPY . . [2020-12-08T19:27:39.949Z] Removing intermediate container db1b6fdf147d [2020-12-08T19:27:39.949Z] ---> 6049a57c51ab [2020-12-08T19:27:39.949Z] Step 8/22 : COPY . . [2020-12-08T19:28:25.258Z] gofmt -l . [2020-12-08T19:28:26.687Z] [ "`gofmt -l .`" = "" ] [2020-12-08T19:28:29.301Z] ./bin/test-go-mod-tidy.sh [2020-12-08T19:28:29.899Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-08T19:28:34.912Z] + ls -al . [2020-12-08T19:28:34.912Z] total 692 [2020-12-08T19:28:34.912Z] drwxrwxr-x 9 1001 1001 4096 Dec 8 19:28 . [2020-12-08T19:28:34.912Z] drwxr-xr-x 4 root root 4096 Dec 8 19:24 .. [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 11 Dec 8 19:22 .dockerignore [2020-12-08T19:28:34.912Z] drwxrwxr-x 8 1001 1001 4096 Dec 8 19:22 .git [2020-12-08T19:28:34.912Z] drwxrwxr-x 3 1001 1001 4096 Dec 8 19:22 .github [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 943 Dec 8 19:22 .gitignore [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 166 Dec 8 19:22 .sonarcloud.properties [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 3804 Dec 8 19:22 CONTRIBUTING.md [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 1035 Dec 8 19:22 Dockerfile.build [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 863 Dec 8 19:22 Jenkinsfile [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 10775 Dec 8 19:22 LICENSE [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 6318 Dec 8 19:22 Makefile [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 6447 Dec 8 19:22 README.md [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 7286 Dec 8 19:22 SECURITY.md [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 5 Dec 8 19:20 VERSION [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 4131 Dec 8 19:22 ZMQWindows.md [2020-12-08T19:28:34.912Z] drwxrwxr-x 2 1001 1001 4096 Dec 8 19:22 bin [2020-12-08T19:28:34.912Z] drwxrwxr-x 15 1001 1001 4096 Dec 8 19:22 cmd [2020-12-08T19:28:34.912Z] -rw-r--r-- 1 root root 569035 Dec 8 19:27 coverage.out [2020-12-08T19:28:34.912Z] -rw-r--r-- 1 root root 1041 Dec 8 19:28 go.mod [2020-12-08T19:28:34.912Z] -rw-r--r-- 1 root root 18856 Dec 8 19:28 go.sum [2020-12-08T19:28:34.912Z] drwxrwxr-x 8 1001 1001 4096 Dec 8 19:22 internal [2020-12-08T19:28:34.912Z] drwxrwxr-x 4 1001 1001 4096 Dec 8 19:22 openapi [2020-12-08T19:28:34.912Z] drwxrwxr-x 4 1001 1001 4096 Dec 8 19:22 snap [2020-12-08T19:28:34.912Z] -rw-rw-r-- 1 1001 1001 168 Dec 8 19:22 version.go [Pipeline] sh [2020-12-08T19:28:35.596Z] + '[' -e coverage.out ] [2020-12-08T19:28:35.597Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-08T19:28:35.679Z] Warning: overwriting stash ‘coverage-report’ [2020-12-08T19:28:36.890Z] Stashed 1 file(s) [Pipeline] sh [2020-12-08T19:28:37.536Z] + make build [2020-12-08T19:28:37.536Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T19:28:37.672Z] ---> 141857bc52be [2020-12-08T19:28:37.672Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-08T19:28:37.672Z] ---> Running in ad50919b880c [2020-12-08T19:28:37.672Z] ---> 7a1360b51370 [2020-12-08T19:28:37.672Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-08T19:28:37.672Z] ---> 64c10cd5caa3 [2020-12-08T19:28:37.672Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-08T19:28:37.672Z] ---> Running in 41e2b69edee0 [2020-12-08T19:28:37.672Z] ---> Running in 186fa2350d59 [2020-12-08T19:28:37.672Z] ---> 533850c943db [2020-12-08T19:28:37.672Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-08T19:28:37.672Z] ---> 4ba63ff946bc [2020-12-08T19:28:37.672Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-08T19:28:37.672Z] ---> Running in 5d50c3cab22b [2020-12-08T19:28:37.672Z] ---> Running in 7a030a7c72af [2020-12-08T19:28:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T19:28:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T19:28:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T19:28:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T19:28:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T19:28:47.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T19:29:14.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T19:29:16.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T19:29:21.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T19:29:22.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T19:29:25.114Z] Removing intermediate container ad50919b880c [2020-12-08T19:29:25.114Z] ---> 0d5ef883a223 [2020-12-08T19:29:25.114Z] [2020-12-08T19:29:25.114Z] Step 9/29 : FROM alpine:latest [2020-12-08T19:29:25.114Z] latest: Pulling from library/alpine [2020-12-08T19:29:25.114Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T19:29:25.114Z] Status: Downloaded newer image for alpine:latest [2020-12-08T19:29:25.114Z] ---> d6e46aa2470d [2020-12-08T19:29:25.114Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-08T19:29:25.114Z] ---> Running in d708f84e2803 [2020-12-08T19:29:25.114Z] Removing intermediate container 7a030a7c72af [2020-12-08T19:29:25.114Z] ---> 096829ea9e91 [2020-12-08T19:29:25.114Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-08T19:29:25.114Z] Removing intermediate container 5d50c3cab22b [2020-12-08T19:29:25.114Z] ---> 091f986c75c3 [2020-12-08T19:29:25.114Z] [2020-12-08T19:29:25.114Z] Step 10/22 : FROM alpine:3.10 [2020-12-08T19:29:25.382Z] 3.10: Pulling from library/alpine [2020-12-08T19:29:25.665Z] Removing intermediate container d708f84e2803 [2020-12-08T19:29:25.665Z] ---> b0ab0b76f7f7 [2020-12-08T19:29:25.665Z] Step 11/29 : USER root [2020-12-08T19:29:25.665Z] ---> Running in fbe287ed839c [2020-12-08T19:29:25.951Z] ---> Running in 8c02a435f43c [2020-12-08T19:29:25.951Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-08T19:29:25.951Z] Status: Downloaded newer image for alpine:3.10 [2020-12-08T19:29:25.951Z] ---> be4e4bea2c2e [2020-12-08T19:29:25.951Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T19:29:26.226Z] ---> Running in 6f1ac406ef74 [2020-12-08T19:29:26.506Z] Removing intermediate container 8c02a435f43c [2020-12-08T19:29:26.506Z] ---> 7f4d96a7156c [2020-12-08T19:29:26.506Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-08T19:29:26.782Z] ---> Running in 308129442e7c [2020-12-08T19:29:27.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 [2020-12-08T19:29:27.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:28.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:28.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T19:29:28.299Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-08T19:29:28.299Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-08T19:29:28.299Z] OK: 10348 distinct packages available [2020-12-08T19:29:28.607Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-08T19:29:28.607Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-08T19:29:28.607Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-08T19:29:28.607Z] (4/5) Installing curl (7.66.0-r1) [2020-12-08T19:29:28.607Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-08T19:29:28.607Z] Executing busybox-1.30.1-r3.trigger [2020-12-08T19:29:29.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:29.238Z] Executing ca-certificates-20191127-r2.trigger [2020-12-08T19:29:29.238Z] OK: 7 MiB in 19 packages [2020-12-08T19:29:29.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:29.873Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:29:29.873Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:29:29.873Z] OK: 12746 distinct packages available [2020-12-08T19:29:29.873Z] Removing intermediate container 41e2b69edee0 [2020-12-08T19:29:29.873Z] ---> 7d7c1d904911 [2020-12-08T19:29:29.873Z] [2020-12-08T19:29:29.873Z] Step 10/21 : FROM scratch [2020-12-08T19:29:29.873Z] ---> [2020-12-08T19:29:29.873Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:29:30.164Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-08T19:29:30.164Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-08T19:29:30.164Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:29:30.164Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T19:29:30.448Z] OK: 6 MiB in 16 packages [2020-12-08T19:29:32.449Z] ---> Running in fe5a085bed44 [2020-12-08T19:29:32.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T19:29:33.912Z] Removing intermediate container fe5a085bed44 [2020-12-08T19:29:33.912Z] ---> e62da0987a3f [2020-12-08T19:29:33.912Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-08T19:29:33.912Z] Removing intermediate container 6f1ac406ef74 [2020-12-08T19:29:33.912Z] ---> 15cd9861cd92 [2020-12-08T19:29:33.912Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-08T19:29:33.912Z] ---> Running in 9131d0d1f160 [2020-12-08T19:29:34.197Z] Removing intermediate container fbe287ed839c [2020-12-08T19:29:34.197Z] ---> 04ad7a67ea95 [2020-12-08T19:29:34.197Z] [2020-12-08T19:29:34.197Z] Step 11/27 : FROM docker:latest [2020-12-08T19:29:34.197Z] ---> b0757c55a1fd [2020-12-08T19:29:34.197Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-08T19:29:34.197Z] ---> Running in 27226d5540cd [2020-12-08T19:29:34.197Z] Removing intermediate container 186fa2350d59 [2020-12-08T19:29:34.197Z] ---> d7e7c7be794a [2020-12-08T19:29:34.197Z] [2020-12-08T19:29:34.197Z] Step 10/22 : FROM scratch [2020-12-08T19:29:34.197Z] ---> [2020-12-08T19:29:34.197Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:29:34.197Z] ---> Using cache [2020-12-08T19:29:34.197Z] ---> e62da0987a3f [2020-12-08T19:29:34.197Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-08T19:29:34.489Z] Removing intermediate container 308129442e7c [2020-12-08T19:29:34.489Z] ---> 01cb97d11703 [2020-12-08T19:29:34.489Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-08T19:29:34.489Z] ---> Running in 5ded9fbb71ee [2020-12-08T19:29:34.489Z] ---> Running in 6c3a2c291131 [2020-12-08T19:29:34.489Z] Removing intermediate container 9131d0d1f160 [2020-12-08T19:29:34.489Z] ---> 1c076ae56074 [2020-12-08T19:29:34.489Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-08T19:29:34.489Z] ---> Running in 9d8c278d9e65 [2020-12-08T19:29:34.770Z] ---> Running in 7cb8451836ec [2020-12-08T19:29:34.771Z] Removing intermediate container 27226d5540cd [2020-12-08T19:29:34.771Z] ---> cc105d254d09 [2020-12-08T19:29:34.771Z] Step 13/22 : WORKDIR / [2020-12-08T19:29:35.054Z] Removing intermediate container 6c3a2c291131 [2020-12-08T19:29:35.055Z] ---> 45eb7e1c3540 [2020-12-08T19:29:35.055Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T19:29:35.055Z] ---> Running in b492c4ea19e6 [2020-12-08T19:29:35.055Z] ---> Running in 1977db2269a4 [2020-12-08T19:29:35.055Z] Removing intermediate container 9d8c278d9e65 [2020-12-08T19:29:35.055Z] ---> c9f7d0bc47f7 [2020-12-08T19:29:35.055Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-08T19:29:35.349Z] Removing intermediate container 7cb8451836ec [2020-12-08T19:29:35.349Z] ---> cf4d46bc9cbc [2020-12-08T19:29:35.349Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-08T19:29:35.349Z] ---> Running in 174fe7963a32 [2020-12-08T19:29:35.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:35.665Z] Removing intermediate container b492c4ea19e6 [2020-12-08T19:29:35.665Z] ---> e9d2c679591f [2020-12-08T19:29:35.665Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-08T19:29:35.665Z] Removing intermediate container 1977db2269a4 [2020-12-08T19:29:35.665Z] ---> 399389fc471d [2020-12-08T19:29:35.665Z] Step 14/22 : WORKDIR / [2020-12-08T19:29:35.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:35.665Z] ---> Running in 92b2094edac0 [2020-12-08T19:29:35.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T19:29:36.020Z] ---> 5a121dc2c55e [2020-12-08T19:29:36.020Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-08T19:29:36.020Z] (1/2) Installing readline (8.0.4-r0) [2020-12-08T19:29:36.020Z] (2/2) Installing bash (5.0.17-r0) [2020-12-08T19:29:36.020Z] Removing intermediate container 174fe7963a32 [2020-12-08T19:29:36.020Z] ---> 4a660fe628f0 [2020-12-08T19:29:36.020Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-08T19:29:36.020Z] Executing bash-5.0.17-r0.post-install [2020-12-08T19:29:36.020Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:29:36.020Z] OK: 12 MiB in 22 packages [2020-12-08T19:29:36.020Z] ---> Running in 798928b3f258 [2020-12-08T19:29:36.350Z] Removing intermediate container 92b2094edac0 [2020-12-08T19:29:36.350Z] ---> 69c808798ff8 [2020-12-08T19:29:36.350Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-08T19:29:36.350Z] ---> 91988178bb3d [2020-12-08T19:29:36.350Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-08T19:29:37.419Z] ---> dafa89c4c6d6 [2020-12-08T19:29:37.419Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-08T19:29:37.419Z] ---> e6d7bd94f930 [2020-12-08T19:29:37.419Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-08T19:29:38.048Z] ---> c48ac0bbaacc [2020-12-08T19:29:38.048Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-08T19:29:38.048Z] Removing intermediate container 5ded9fbb71ee [2020-12-08T19:29:38.048Z] ---> d825ab004be1 [2020-12-08T19:29:38.048Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-08T19:29:38.333Z] ---> 92cf438a9736 [2020-12-08T19:29:38.333Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-08T19:29:38.333Z] ---> Running in 097196568e26 [2020-12-08T19:29:38.606Z] ---> Running in 3301b87e260c [2020-12-08T19:29:38.606Z] ---> 49441d0c1dd0 [2020-12-08T19:29:38.606Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-08T19:29:38.939Z] ---> 68a1ed277265 [2020-12-08T19:29:38.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-08T19:29:39.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T19:29:39.555Z] ---> 329d232c72f2 [2020-12-08T19:29:39.555Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-08T19:29:39.839Z] ---> bf3bb8c255da [2020-12-08T19:29:39.840Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-08T19:29:39.840Z] Removing intermediate container 3301b87e260c [2020-12-08T19:29:39.840Z] ---> 6701b44480d6 [2020-12-08T19:29:39.840Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:29:39.840Z] ---> Running in 50f57b30acf0 [2020-12-08T19:29:39.840Z] ---> Running in 81f8d63d4026 [2020-12-08T19:29:39.840Z] ---> Running in 9f351d48fe14 [2020-12-08T19:29:40.159Z] Removing intermediate container 798928b3f258 [2020-12-08T19:29:40.159Z] ---> d8e9a8666b82 [2020-12-08T19:29:40.159Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-08T19:29:40.559Z] Removing intermediate container 9f351d48fe14 [2020-12-08T19:29:40.559Z] ---> 89c0cc11a41f [2020-12-08T19:29:40.559Z] Step 19/21 : LABEL arch=x86_64 [2020-12-08T19:29:40.559Z] Removing intermediate container 50f57b30acf0 [2020-12-08T19:29:40.559Z] ---> 2100c9aba0ea [2020-12-08T19:29:40.559Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:29:40.905Z] ---> Running in 94ac65f63292 [2020-12-08T19:29:40.905Z] ---> Running in 5815f568291f [2020-12-08T19:29:41.555Z] ---> 1aa0ad62a576 [2020-12-08T19:29:41.555Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-08T19:29:41.555Z] Removing intermediate container 94ac65f63292 [2020-12-08T19:29:41.555Z] ---> 4ee351601bee [2020-12-08T19:29:41.555Z] Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:29:41.555Z] Removing intermediate container 5815f568291f [2020-12-08T19:29:41.555Z] ---> a45a56b227e5 [2020-12-08T19:29:41.555Z] Step 20/22 : LABEL arch=x86_64 [2020-12-08T19:29:41.924Z] Removing intermediate container 097196568e26 [2020-12-08T19:29:41.924Z] ---> 8f5efc05dbbc [2020-12-08T19:29:41.924Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-08T19:29:41.924Z] ---> Running in 5a04b020771e [2020-12-08T19:29:41.924Z] ---> Running in 92d752aedb1c [2020-12-08T19:29:42.210Z] ---> Running in 5e447b2b2a21 [2020-12-08T19:29:42.514Z] ---> f8c04c68b6d8 [2020-12-08T19:29:42.514Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-08T19:29:42.514Z] Removing intermediate container 5a04b020771e [2020-12-08T19:29:42.514Z] ---> f76a6f2c6f26 [2020-12-08T19:29:42.514Z] Step 21/21 : LABEL version=0.0.0 [2020-12-08T19:29:42.514Z] Removing intermediate container 81f8d63d4026 [2020-12-08T19:29:42.514Z] ---> d76293069688 [2020-12-08T19:29:42.514Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-08T19:29:42.514Z] Removing intermediate container 92d752aedb1c [2020-12-08T19:29:42.514Z] ---> 4ba61197fac8 [2020-12-08T19:29:42.514Z] Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:29:42.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T19:29:42.793Z] Removing intermediate container 5e447b2b2a21 [2020-12-08T19:29:42.793Z] ---> 92781299b0f2 [2020-12-08T19:29:42.793Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-08T19:29:43.099Z] ---> Running in d35555d2fcc1 [2020-12-08T19:29:43.099Z] ---> Running in 1d45939f9dda [2020-12-08T19:29:43.099Z] ---> Running in d7c2c609e4ca [2020-12-08T19:29:43.099Z] ---> Running in b8f26d9ce1fa [2020-12-08T19:29:43.461Z] ---> 9d6096ae52f6 [2020-12-08T19:29:43.461Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-08T19:29:43.461Z] Removing intermediate container d35555d2fcc1 [2020-12-08T19:29:43.461Z] ---> f4a95fa5f990 [2020-12-08T19:29:43.461Z] Step 20/22 : LABEL arch=x86_64 [2020-12-08T19:29:43.461Z] Removing intermediate container 1d45939f9dda [2020-12-08T19:29:43.461Z] ---> d7fa6f0c3f5b [2020-12-08T19:29:43.461Z] [2020-12-08T19:29:43.741Z] ---> Running in f190f2a8bda2 [2020-12-08T19:29:44.043Z] Removing intermediate container b8f26d9ce1fa [2020-12-08T19:29:44.043Z] ---> fc2685db99d0 [2020-12-08T19:29:44.043Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-08T19:29:44.043Z] Removing intermediate container d7c2c609e4ca [2020-12-08T19:29:44.043Z] ---> e1f256d8a306 [2020-12-08T19:29:44.043Z] Step 22/22 : LABEL version=0.0.0 [2020-12-08T19:29:44.043Z] ---> Running in 9c9bebc11ec3 [2020-12-08T19:29:44.043Z] ---> Running in ccf979cccef7 [2020-12-08T19:29:44.043Z] ---> 9cbcf579e052 [2020-12-08T19:29:44.043Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-08T19:29:44.327Z] Removing intermediate container f190f2a8bda2 [2020-12-08T19:29:44.327Z] ---> c9a1399e49e1 [2020-12-08T19:29:44.327Z] Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:29:44.632Z] ---> Running in e4b8fbe0fd55 [2020-12-08T19:29:44.632Z] Successfully built d7fa6f0c3f5b [2020-12-08T19:29:44.632Z] Removing intermediate container 9c9bebc11ec3 [2020-12-08T19:29:44.632Z] ---> 8d1298342d91 [2020-12-08T19:29:44.632Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-08T19:29:44.632Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-08T19:29:44.632Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-12-08T19:29:44.933Z] Removing intermediate container ccf979cccef7 [2020-12-08T19:29:44.933Z] ---> 22e439b1ead6 [2020-12-08T19:29:44.933Z] [2020-12-08T19:29:44.933Z] ---> fb70e06186d4 [2020-12-08T19:29:44.933Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-08T19:29:45.237Z] Successfully built 22e439b1ead6 [2020-12-08T19:29:45.237Z] ---> Running in cf89dd7ba4a1 [2020-12-08T19:29:45.237Z] Successfully tagged docker-core-metadata-go:latest [2020-12-08T19:29:45.237Z] Building docker-core-data-go [2020-12-08T19:29:45.237Z] Removing intermediate container e4b8fbe0fd55 [2020-12-08T19:29:45.237Z] ---> 0ca68cf8a2b1 [2020-12-08T19:29:45.237Z] Step 22/22 : LABEL version=0.0.0 [2020-12-08T19:29:45.562Z]  Building docker-core-metadata-go ... done  ---> Running in 73e2a994b39e [2020-12-08T19:29:45.848Z] ---> d25beb6d56c0 [2020-12-08T19:29:45.848Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-08T19:29:46.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T19:29:46.137Z] Removing intermediate container 73e2a994b39e [2020-12-08T19:29:46.138Z] ---> 8a0e57075e9d [2020-12-08T19:29:46.138Z] [2020-12-08T19:29:46.810Z] Successfully built 8a0e57075e9d [2020-12-08T19:29:47.109Z] ---> 962a52b23819 [2020-12-08T19:29:47.109Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-08T19:29:47.109Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-08T19:29:47.109Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-08T19:29:48.106Z] ---> 6d7acfcb5256 [2020-12-08T19:29:48.107Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-08T19:29:50.082Z] ---> Running in 0da21b92b5b1 [2020-12-08T19:29:50.082Z] Removing intermediate container cf89dd7ba4a1 [2020-12-08T19:29:50.082Z] ---> 85247ba5f723 [2020-12-08T19:29:50.082Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T19:29:50.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-08T19:29:51.624Z] ---> 77ca4610ea6a [2020-12-08T19:29:51.624Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T19:29:52.832Z] ---> Running in d5cfba7ab61a [2020-12-08T19:29:53.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:29:53.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [2020-12-08T19:29:53.828Z] $ docker stop --time=1 d2f244d5dccdcf614084ce1c6a06cec992b2a75147264b050df054ebcbc7ad33 [2020-12-08T19:29:53.901Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-08T19:29:53.901Z] (2/33) Installing expat (2.2.9-r1) [2020-12-08T19:29:53.901Z] (3/33) Installing libffi (3.3-r2) [2020-12-08T19:29:53.901Z] (4/33) Installing gdbm (1.13-r1) [2020-12-08T19:29:53.901Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-08T19:29:53.901Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-08T19:29:54.196Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-08T19:29:56.321Z] $ docker rm -f d2f244d5dccdcf614084ce1c6a06cec992b2a75147264b050df054ebcbc7ad33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:29:58.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T19:29:58.399Z] [2020-12-08T19:29:58.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:29:58.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T19:29:58.801Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-08T19:29:58.801Z] 29e5d40040c1: Pulling fs layer [2020-12-08T19:29:58.801Z] 1ce36da41761: Pulling fs layer [2020-12-08T19:29:58.801Z] 25b303627fd3: Pulling fs layer [2020-12-08T19:29:59.679Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-08T19:29:59.679Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-08T19:29:59.679Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-08T19:29:59.679Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-08T19:29:59.679Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-08T19:29:59.779Z] 29e5d40040c1: Verifying Checksum [2020-12-08T19:29:59.779Z] 29e5d40040c1: Download complete [2020-12-08T19:29:59.951Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-08T19:29:59.951Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-08T19:30:00.059Z] 1ce36da41761: Verifying Checksum [2020-12-08T19:30:00.059Z] 1ce36da41761: Download complete [2020-12-08T19:30:00.218Z] Removing intermediate container d5cfba7ab61a [2020-12-08T19:30:00.218Z] ---> a295afebbc65 [2020-12-08T19:30:00.218Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-08T19:30:00.218Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-08T19:30:00.332Z] 29e5d40040c1: Pull complete [2020-12-08T19:30:00.485Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-08T19:30:01.073Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-08T19:30:01.354Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-08T19:30:01.354Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-08T19:30:01.354Z] ---> Running in 96e92fce1adc [2020-12-08T19:30:01.354Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-08T19:30:01.354Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-08T19:30:01.710Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-08T19:30:01.710Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-08T19:30:01.763Z] 1ce36da41761: Pull complete [2020-12-08T19:30:01.763Z] 25b303627fd3: Verifying Checksum [2020-12-08T19:30:01.763Z] 25b303627fd3: Download complete [2020-12-08T19:30:02.035Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-08T19:30:02.036Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-08T19:30:02.328Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-08T19:30:03.017Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-08T19:30:03.017Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-08T19:30:03.017Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-08T19:30:03.017Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-08T19:30:03.312Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-08T19:30:03.312Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-08T19:30:03.312Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-08T19:30:03.972Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:30:03.972Z] OK: 71 MiB in 55 packages [2020-12-08T19:30:09.852Z] Removing intermediate container 96e92fce1adc [2020-12-08T19:30:09.852Z] ---> 8e4dfb0b25f5 [2020-12-08T19:30:09.852Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T19:30:09.852Z] ---> Running in 193ddfe6681d [2020-12-08T19:30:10.911Z] Removing intermediate container 193ddfe6681d [2020-12-08T19:30:10.911Z] ---> 366bea23b379 [2020-12-08T19:30:10.911Z] Step 26/29 : CMD [ "generate" ] [2020-12-08T19:30:11.545Z] ---> Running in dcaa73e032cf [2020-12-08T19:30:11.922Z] 25b303627fd3: Pull complete [2020-12-08T19:30:11.922Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-08T19:30:11.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T19:30:11.922Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-08T19:30:12.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container [2020-12-08T19:30:12.265Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-08T19:30:12.551Z] Removing intermediate container dcaa73e032cf [2020-12-08T19:30:12.551Z] ---> 1bdfa08b4dd7 [2020-12-08T19:30:12.551Z] Step 27/29 : LABEL arch=x86_64 [2020-12-08T19:30:13.180Z] ---> Running in 5fc4afb02a8a [2020-12-08T19:30:14.634Z] Removing intermediate container 5fc4afb02a8a [2020-12-08T19:30:14.634Z] ---> b0b9f2def1af [2020-12-08T19:30:14.634Z] Step 28/29 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:30:14.634Z] ---> Running in 74c02432caa5 [2020-12-08T19:30:15.264Z] $ docker top 8505ba83d6c37dbc2ff33cac02edc3310261d77701b7a63cb0fd46be3887f7f4 -eo pid,comm [2020-12-08T19:30:15.352Z] Removing intermediate container 74c02432caa5 [2020-12-08T19:30:15.352Z] ---> a064351d42b8 [2020-12-08T19:30:15.352Z] Step 29/29 : LABEL version=0.0.0 [Pipeline] { [Pipeline] sh [2020-12-08T19:30:15.955Z] ---> Running in ae477126c865 [2020-12-08T19:30:16.323Z] + grep parallel [2020-12-08T19:30:16.323Z] + docker-compose build --help [2020-12-08T19:30:17.044Z] Removing intermediate container ae477126c865 [2020-12-08T19:30:17.045Z] ---> aa56e5c6b494 [2020-12-08T19:30:17.045Z] [2020-12-08T19:30:19.214Z] Successfully built aa56e5c6b494 [2020-12-08T19:30:19.214Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-08T19:30:19.214Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-12-08T19:30:19.695Z] --parallel Build images in parallel. [Pipeline] } [2020-12-08T19:30:19.992Z] $ docker stop --time=1 8505ba83d6c37dbc2ff33cac02edc3310261d77701b7a63cb0fd46be3887f7f4 [2020-12-08T19:30:21.962Z] $ docker rm -f 8505ba83d6c37dbc2ff33cac02edc3310261d77701b7a63cb0fd46be3887f7f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:30:22.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-08T19:30:22.876Z] . [Pipeline] withDockerContainer [2020-12-08T19:30:23.133Z] prd-ubuntu18.04-docker-arm64-4c-16g-15125 does not seem to be running inside a container [2020-12-08T19:30:23.209Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-08T19:30:24.640Z] $ docker top 33e937dbfcf361260cae9b3f38676b1af4b901557141b20afe8ff65ba5a00c95 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T19:30:25.665Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-08T19:30:27.747Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:30:27.747Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:30:27.747Z] ---> 8b831bfd25e4 [2020-12-08T19:30:27.747Z] Step 3/23 : WORKDIR /edgex-go [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> b03137053feb [2020-12-08T19:30:27.747Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> 9b8e93b22148 [2020-12-08T19:30:27.747Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-08T19:30:27.747Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:30:27.747Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:30:27.747Z] ---> 8b831bfd25e4 [2020-12-08T19:30:27.747Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> b03137053feb [2020-12-08T19:30:27.747Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> 9b8e93b22148 [2020-12-08T19:30:27.747Z] Step 5/24 : RUN apk update && apk add make git [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> fab1e700ff6e [2020-12-08T19:30:27.747Z] Step 6/24 : COPY go.mod . [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> f874a9ddf4e0 [2020-12-08T19:30:27.747Z] Step 7/24 : RUN go mod download [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> 6ee13b75f1f4 [2020-12-08T19:30:27.747Z] Step 8/24 : COPY . . [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> 64c10cd5caa3 [2020-12-08T19:30:27.747Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-08T19:30:27.747Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:30:27.747Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:30:27.747Z] ---> 8b831bfd25e4 [2020-12-08T19:30:27.747Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> b03137053feb [2020-12-08T19:30:27.747Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> 9b8e93b22148 [2020-12-08T19:30:27.747Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> fab1e700ff6e [2020-12-08T19:30:27.747Z] Step 6/21 : COPY go.mod . [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> f874a9ddf4e0 [2020-12-08T19:30:27.747Z] Step 7/21 : RUN go mod download [2020-12-08T19:30:27.747Z] ---> Using cache [2020-12-08T19:30:27.747Z] ---> 6ee13b75f1f4 [2020-12-08T19:30:27.747Z] Step 8/21 : COPY . . [2020-12-08T19:30:28.024Z] ---> Using cache [2020-12-08T19:30:28.024Z] ---> 64c10cd5caa3 [2020-12-08T19:30:28.024Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-08T19:30:29.406Z] ---> Running in 3721d3b5b677 [2020-12-08T19:30:29.406Z] ---> Running in 5d8bd66941a7 [2020-12-08T19:30:29.829Z] ---> Running in 14d338845bca [2020-12-08T19:30:29.947Z] Building docker-core-command-go ... [2020-12-08T19:30:29.947Z] Building docker-core-data-go ... [2020-12-08T19:30:29.947Z] Building docker-core-metadata-go ... [2020-12-08T19:30:29.947Z] Building docker-security-bootstrap-redis-go ... [2020-12-08T19:30:29.947Z] Building docker-security-proxy-setup-go ... [2020-12-08T19:30:29.947Z] Building docker-security-secrets-setup-go ... [2020-12-08T19:30:29.947Z] Building docker-security-secretstore-setup-go ... [2020-12-08T19:30:29.947Z] Building docker-support-notifications-go ... [2020-12-08T19:30:29.947Z] Building docker-support-scheduler-go ... [2020-12-08T19:30:29.947Z] Building docker-sys-mgmt-agent-go ... [2020-12-08T19:30:29.947Z] Building docker-core-command-go [2020-12-08T19:30:29.947Z] Building docker-support-scheduler-go [2020-12-08T19:30:29.947Z] Building docker-security-secrets-setup-go [2020-12-08T19:30:29.948Z] Building docker-core-metadata-go [2020-12-08T19:30:29.948Z] Building docker-core-data-go [2020-12-08T19:30:33.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T19:30:33.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T19:30:33.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:30:33.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:30:34.945Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:30:34.945Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:30:34.945Z] OK: 12745 distinct packages available [2020-12-08T19:30:35.297Z] OK: 233 MiB in 51 packages [2020-12-08T19:30:40.888Z] Removing intermediate container 14d338845bca [2020-12-08T19:30:40.888Z] ---> 6adfee18fb26 [2020-12-08T19:30:40.888Z] Step 6/23 : COPY go.mod . [2020-12-08T19:30:41.545Z] ---> 124cde899a24 [2020-12-08T19:30:41.545Z] Step 7/23 : RUN go mod download [2020-12-08T19:30:42.633Z] ---> Running in 9bef484f3964 [2020-12-08T19:30:47.249Z] Removing intermediate container 0da21b92b5b1 [2020-12-08T19:30:47.249Z] ---> 7cad792c3a6c [2020-12-08T19:30:47.249Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-08T19:30:50.029Z] ---> Running in 934407b2017e [2020-12-08T19:30:53.813Z] Removing intermediate container 9bef484f3964 [2020-12-08T19:30:53.813Z] ---> 3fc4d178b63b [2020-12-08T19:30:53.813Z] Step 8/23 : COPY . . [2020-12-08T19:31:00.961Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:31:00.961Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:31:00.961Z] ---> 8b831bfd25e4 [2020-12-08T19:31:00.961Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T19:31:00.961Z] ---> Using cache [2020-12-08T19:31:00.961Z] ---> b03137053feb [2020-12-08T19:31:00.961Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:31:00.961Z] ---> Using cache [2020-12-08T19:31:00.961Z] ---> 9b8e93b22148 [2020-12-08T19:31:00.961Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-08T19:31:02.000Z] ---> Running in 1df32d58476a [2020-12-08T19:31:04.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:31:04.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-08T19:31:04.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T19:31:05.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:31:06.224Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:06.224Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:06.224Z] OK: 12745 distinct packages available [2020-12-08T19:31:06.508Z] Collecting docker-compose==1.23.2 [2020-12-08T19:31:06.801Z] OK: 233 MiB in 51 packages [2020-12-08T19:31:06.801Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-08T19:31:07.100Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-08T19:31:07.100Z] Collecting PyYAML<4,>=3.10 [2020-12-08T19:31:07.100Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-08T19:31:11.540Z] Removing intermediate container 1df32d58476a [2020-12-08T19:31:11.540Z] ---> 85ca764eb6ef [2020-12-08T19:31:11.540Z] Step 6/24 : COPY go.mod . [2020-12-08T19:31:12.188Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-08T19:31:12.188Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-08T19:31:12.577Z] ---> 9e47191a16be [2020-12-08T19:31:12.577Z] Step 7/24 : RUN go mod download [2020-12-08T19:31:13.629Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-08T19:31:13.629Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-08T19:31:13.629Z] ---> Running in 69a51f3eaa94 [2020-12-08T19:31:13.927Z] Collecting jsonschema<3,>=2.5.1 [2020-12-08T19:31:13.927Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-08T19:31:14.225Z] Collecting docopt<0.7,>=0.6.1 [2020-12-08T19:31:14.225Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-08T19:31:15.300Z] Collecting texttable<0.10,>=0.9.0 [2020-12-08T19:31:15.300Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-08T19:31:17.416Z] Collecting docker<4.0,>=3.6.0 [2020-12-08T19:31:17.416Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-08T19:31:18.926Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-08T19:31:18.926Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-08T19:31:19.592Z] Collecting cached-property<2,>=1.2.0 [2020-12-08T19:31:19.592Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-08T19:31:19.592Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-08T19:31:20.220Z] Collecting idna<2.8,>=2.5 [2020-12-08T19:31:20.220Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-08T19:31:20.220Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-08T19:31:20.220Z] Removing intermediate container 5d8bd66941a7 [2020-12-08T19:31:20.220Z] ---> 976db5432ad3 [2020-12-08T19:31:20.220Z] [2020-12-08T19:31:20.220Z] Step 10/24 : FROM alpine:3.10 [2020-12-08T19:31:20.220Z] ---> be4e4bea2c2e [2020-12-08T19:31:20.220Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T19:31:20.220Z] ---> Using cache [2020-12-08T19:31:20.220Z] ---> 15cd9861cd92 [2020-12-08T19:31:20.220Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T19:31:20.501Z] Removing intermediate container 69a51f3eaa94 [2020-12-08T19:31:20.501Z] ---> 81fbb37709d8 [2020-12-08T19:31:20.501Z] Step 8/24 : COPY . . [2020-12-08T19:31:20.812Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-08T19:31:20.812Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-08T19:31:21.121Z] ---> Running in bddff199967c [2020-12-08T19:31:21.121Z] Collecting docker-pycreds>=0.4.0 [2020-12-08T19:31:21.121Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-08T19:31:22.139Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-08T19:31:22.139Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-08T19:31:22.139Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-08T19:31:22.139Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-08T19:31:22.139Z] Removing intermediate container 3721d3b5b677 [2020-12-08T19:31:22.139Z] ---> ec1b917df032 [2020-12-08T19:31:22.139Z] [2020-12-08T19:31:22.139Z] Step 10/21 : FROM alpine [2020-12-08T19:31:22.139Z] ---> d6e46aa2470d [2020-12-08T19:31:22.139Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-08T19:31:22.419Z] Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, jsonschema, docopt, texttable, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2020-12-08T19:31:23.040Z] Running setup.py install for PyYAML: started [2020-12-08T19:31:24.567Z] Removing intermediate container bddff199967c [2020-12-08T19:31:24.567Z] ---> 0dbb78b4bb65 [2020-12-08T19:31:24.567Z] Step 13/24 : WORKDIR / [2020-12-08T19:31:24.567Z] ---> Running in b360bb1f1320 [2020-12-08T19:31:25.528Z] ---> Running in a405a9793670 [2020-12-08T19:31:25.826Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-08T19:31:25.826Z] Running setup.py install for dockerpty: started [2020-12-08T19:31:27.313Z] Removing intermediate container a405a9793670 [2020-12-08T19:31:27.313Z] ---> 319b7da4406a [2020-12-08T19:31:27.313Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-08T19:31:27.313Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-08T19:31:27.313Z] Attempting uninstall: idna [2020-12-08T19:31:27.313Z] Found existing installation: idna 2.9 [2020-12-08T19:31:27.313Z] Uninstalling idna-2.9: [2020-12-08T19:31:27.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:31:27.888Z] Successfully uninstalled idna-2.9 [2020-12-08T19:31:27.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:31:28.165Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:28.165Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:28.165Z] OK: 12746 distinct packages available [2020-12-08T19:31:28.763Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-08T19:31:29.054Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T19:31:29.054Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-08T19:31:29.054Z] (4/4) Installing curl (7.69.1-r1) [2020-12-08T19:31:29.054Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:31:29.333Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T19:31:29.333Z] Attempting uninstall: urllib3 [2020-12-08T19:31:29.333Z] Found existing installation: urllib3 1.25.9 [2020-12-08T19:31:29.333Z] Uninstalling urllib3-1.25.9: [2020-12-08T19:31:29.333Z] OK: 7 MiB in 18 packages [2020-12-08T19:31:30.888Z] ---> d99c70af8c68 [2020-12-08T19:31:30.888Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-08T19:31:31.555Z] Successfully uninstalled urllib3-1.25.9 [2020-12-08T19:31:33.731Z] Attempting uninstall: requests [2020-12-08T19:31:33.731Z] Found existing installation: requests 2.23.0 [2020-12-08T19:31:33.731Z] Uninstalling requests-2.23.0: [2020-12-08T19:31:34.014Z] Successfully uninstalled requests-2.23.0 [2020-12-08T19:31:34.623Z] ---> 0ae5cf2fe554 [2020-12-08T19:31:34.623Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-08T19:31:35.629Z] ---> f74185f4ff7b [2020-12-08T19:31:35.629Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-08T19:31:35.629Z] Running setup.py install for docopt: started [2020-12-08T19:31:35.906Z] Removing intermediate container b360bb1f1320 [2020-12-08T19:31:35.906Z] ---> 99ab30d4e91f [2020-12-08T19:31:35.906Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T19:31:36.214Z] ---> a26874402e5a [2020-12-08T19:31:36.214Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-08T19:31:36.214Z] ---> Running in 5bcc0102b737 [2020-12-08T19:31:36.595Z] ---> Running in 51bdea63e661 [2020-12-08T19:31:37.697Z] Running setup.py install for docopt: finished with status 'done' [2020-12-08T19:31:38.340Z] Running setup.py install for texttable: started [2020-12-08T19:31:39.035Z] Removing intermediate container 51bdea63e661 [2020-12-08T19:31:39.035Z] ---> 52fbfea48ad4 [2020-12-08T19:31:39.035Z] Step 13/21 : WORKDIR /edgex [2020-12-08T19:31:39.343Z] ---> Running in 4c354035b9f0 [2020-12-08T19:31:39.343Z] ---> c76b0b670f75 [2020-12-08T19:31:39.343Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-08T19:31:39.654Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T19:31:39.654Z] Running setup.py install for texttable: finished with status 'done' [2020-12-08T19:31:41.157Z] Removing intermediate container 4c354035b9f0 [2020-12-08T19:31:41.157Z] ---> 61b315f7d8d8 [2020-12-08T19:31:41.157Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-08T19:31:41.760Z] ---> 1c4578f5c1df [2020-12-08T19:31:41.760Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T19:31:42.080Z] ---> 9e2e7dbb31f6 [2020-12-08T19:31:42.080Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-08T19:31:44.949Z] ---> 85f1f7e6f97f [2020-12-08T19:31:44.949Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T19:31:45.998Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-08T19:31:46.308Z] ---> Running in c09e3fdad761 [2020-12-08T19:31:46.640Z] ---> 3bb008530e79 [2020-12-08T19:31:46.640Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-08T19:31:49.639Z] ---> b8bf3cddd0b8 [2020-12-08T19:31:49.639Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-08T19:31:49.941Z] ---> Running in a43529ffaf44 [2020-12-08T19:31:51.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:31:51.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:31:51.795Z] ---> 7791dcf9aa4b [2020-12-08T19:31:51.795Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T19:31:51.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:31:51.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:31:51.795Z] ---> 7791dcf9aa4b [2020-12-08T19:31:51.795Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T19:31:51.795Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:31:51.795Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:31:51.795Z] ---> 7791dcf9aa4b [2020-12-08T19:31:51.795Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T19:31:51.795Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:31:51.795Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-08T19:31:51.795Z] ---> 7791dcf9aa4b [2020-12-08T19:31:51.795Z] Step 3/29 : WORKDIR /edgex-go [2020-12-08T19:31:51.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:31:51.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:31:51.796Z] ---> 7791dcf9aa4b [2020-12-08T19:31:51.796Z] Step 3/23 : WORKDIR /edgex-go [2020-12-08T19:31:51.796Z] ---> Running in 76e7a1565aff [2020-12-08T19:31:51.796Z] ---> Running in 2e1ccf737ad1 [2020-12-08T19:31:51.796Z] ---> Running in a81452691564 [2020-12-08T19:31:51.796Z] ---> Running in 0083f8d6cf64 [2020-12-08T19:31:51.796Z] ---> Running in 0675e99175ac [2020-12-08T19:31:51.796Z] Removing intermediate container 0083f8d6cf64 [2020-12-08T19:31:51.796Z] ---> 9d4ad914636c [2020-12-08T19:31:51.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:31:51.796Z] Removing intermediate container a81452691564 [2020-12-08T19:31:51.796Z] ---> 649033d9c643 [2020-12-08T19:31:51.796Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:31:51.796Z] Removing intermediate container 76e7a1565aff [2020-12-08T19:31:51.796Z] ---> bcf601702a3e [2020-12-08T19:31:51.796Z] Step 4/29 : RUN apk update && apk add make git [2020-12-08T19:31:51.796Z] Removing intermediate container 2e1ccf737ad1 [2020-12-08T19:31:51.796Z] ---> 3a017afa8365 [2020-12-08T19:31:51.796Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 0675e99175ac [2020-12-08T19:31:51.796Z] ---> 1cd025c84402 [2020-12-08T19:31:51.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:31:51.796Z] [2020-12-08T19:31:51.796Z] ---> Running in e9a5c8834cb6 [2020-12-08T19:31:51.796Z] ---> Running in 74c8ac13298d [2020-12-08T19:31:51.796Z] ---> Running in bdef23956714 [2020-12-08T19:31:51.796Z] ---> Running in b4ef531bd308 [2020-12-08T19:31:51.796Z] ---> Running in 3c1d488e1a40 [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] Removing intermediate container 74c8ac13298d [2020-12-08T19:31:51.796Z] ---> 5a893e082747 [2020-12-08T19:31:51.796Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T19:31:51.796Z] Removing intermediate container bdef23956714 [2020-12-08T19:31:51.796Z] ---> 185b3ffce70c [2020-12-08T19:31:51.796Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T19:31:51.796Z] ---> Running in 4d16c65bce26 [2020-12-08T19:31:51.796Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:51.796Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:51.796Z] OK: 12616 distinct packages available [2020-12-08T19:31:51.796Z] Removing intermediate container b4ef531bd308 [2020-12-08T19:31:51.796Z] ---> 8370ba765a2e [2020-12-08T19:31:51.796Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T19:31:51.796Z] ---> Running in 684912dfb333 [2020-12-08T19:31:51.796Z] ---> Running in aa8f476f4315 [2020-12-08T19:31:51.796Z] Removing intermediate container 3c1d488e1a40 [2020-12-08T19:31:51.796Z] ---> 3150218dcdd4 [2020-12-08T19:31:51.796Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-08T19:31:51.796Z] ---> Running in 8adcd9be9ab2 [2020-12-08T19:31:51.796Z] OK: 217 MiB in 51 packages [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] Removing intermediate container e9a5c8834cb6 [2020-12-08T19:31:51.796Z] ---> 1c851082cec7 [2020-12-08T19:31:51.796Z] Step 5/29 : COPY go.mod . [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] ---> 8279a6d4ccec [2020-12-08T19:31:51.796Z] Step 6/29 : RUN go mod download [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:31:51.796Z] ---> Running in 62d9f1ff46cc [2020-12-08T19:31:52.030Z] Removing intermediate container a43529ffaf44 [2020-12-08T19:31:52.030Z] ---> 03a8d7f85d52 [2020-12-08T19:31:52.030Z] Step 18/21 : CMD ["--init=true"] [2020-12-08T19:31:52.796Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:52.796Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:52.796Z] OK: 12616 distinct packages available [2020-12-08T19:31:52.796Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:52.796Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:52.796Z] OK: 12616 distinct packages available [2020-12-08T19:31:52.796Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:52.796Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:52.796Z] OK: 12616 distinct packages available [2020-12-08T19:31:53.071Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:31:53.071Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:31:53.071Z] OK: 12616 distinct packages available [2020-12-08T19:31:53.110Z] ---> Running in 9675e455b074 [2020-12-08T19:31:53.110Z] Removing intermediate container c09e3fdad761 [2020-12-08T19:31:53.110Z] ---> b555c5ae40bd [2020-12-08T19:31:53.110Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T19:31:53.669Z] OK: 217 MiB in 51 packages [2020-12-08T19:31:53.669Z] OK: 217 MiB in 51 packages [2020-12-08T19:31:53.669Z] OK: 217 MiB in 51 packages [2020-12-08T19:31:53.946Z] OK: 217 MiB in 51 packages [2020-12-08T19:31:55.930Z] Removing intermediate container 684912dfb333 [2020-12-08T19:31:55.930Z] ---> 0c6633da172f [2020-12-08T19:31:55.930Z] Step 6/22 : COPY go.mod . [2020-12-08T19:31:55.930Z] Removing intermediate container 62d9f1ff46cc [2020-12-08T19:31:55.930Z] ---> ab6b82b9591c [2020-12-08T19:31:55.930Z] Step 7/29 : COPY . . [2020-12-08T19:31:55.930Z] Removing intermediate container 8adcd9be9ab2 [2020-12-08T19:31:55.930Z] ---> 4713f3d1ff2a [2020-12-08T19:31:55.930Z] Step 6/23 : COPY go.mod . [2020-12-08T19:31:55.930Z] Removing intermediate container 4d16c65bce26 [2020-12-08T19:31:55.930Z] ---> f803c60cd9f9 [2020-12-08T19:31:55.930Z] Step 6/22 : COPY go.mod . [2020-12-08T19:31:55.930Z] Removing intermediate container aa8f476f4315 [2020-12-08T19:31:55.930Z] ---> 9385e74fa612 [2020-12-08T19:31:55.930Z] Step 6/21 : COPY go.mod . [2020-12-08T19:31:55.939Z] ---> Running in 24039534aecd [2020-12-08T19:31:56.242Z] Removing intermediate container 9675e455b074 [2020-12-08T19:31:56.242Z] ---> 05ec4e7f2f02 [2020-12-08T19:31:56.242Z] Step 19/21 : LABEL arch=x86_64 [2020-12-08T19:31:56.536Z] ---> d3502e936a1b [2020-12-08T19:31:56.536Z] Step 7/22 : RUN go mod download [2020-12-08T19:31:56.834Z] ---> Running in daee9fa97615 [2020-12-08T19:31:56.931Z] ---> Running in cc5e4770be9e [2020-12-08T19:31:56.931Z] Removing intermediate container 24039534aecd [2020-12-08T19:31:56.931Z] ---> 6c59229c6f36 [2020-12-08T19:31:56.931Z] Step 22/24 : LABEL arch=x86_64 [2020-12-08T19:31:57.203Z] Removing intermediate container 934407b2017e [2020-12-08T19:31:57.203Z] ---> c5bacf774d5a [2020-12-08T19:31:57.203Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-08T19:31:57.438Z] ---> cc3dfb45f53c [2020-12-08T19:31:57.438Z] Step 7/23 : RUN go mod download [2020-12-08T19:31:57.509Z] ---> Running in fa9ed317bcce [2020-12-08T19:31:57.715Z] ---> 0736b7af1349 [2020-12-08T19:31:57.715Z] Step 7/22 : RUN go mod download [2020-12-08T19:31:57.715Z] ---> 815cb780615d [2020-12-08T19:31:57.837Z] ---> Running in f39cb9e103d3 [2020-12-08T19:31:57.837Z] Removing intermediate container cc5e4770be9e [2020-12-08T19:31:57.837Z] ---> d92793dba123 [2020-12-08T19:31:57.837Z] Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:31:57.991Z] Step 7/21 : RUN go mod download [2020-12-08T19:31:57.991Z] ---> Running in f94e28cfd8ba [2020-12-08T19:31:58.269Z] ---> Running in 986eb71d9fd7 [2020-12-08T19:31:58.269Z] ---> Running in b6b1589aa14d [2020-12-08T19:31:58.473Z] ---> Running in 04442d4e7ab4 [2020-12-08T19:31:58.473Z] Removing intermediate container fa9ed317bcce [2020-12-08T19:31:58.473Z] ---> 8a213cc931bb [2020-12-08T19:31:58.473Z] Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:31:58.789Z] ---> Running in ff5ce32ebb99 [2020-12-08T19:32:00.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:32:00.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:32:00.644Z] Removing intermediate container 04442d4e7ab4 [2020-12-08T19:32:00.644Z] ---> 8a3e765dcb1b [2020-12-08T19:32:00.644Z] Step 21/21 : LABEL version=0.0.0 [2020-12-08T19:32:00.644Z] Removing intermediate container ff5ce32ebb99 [2020-12-08T19:32:00.644Z] ---> f340559bb75e [2020-12-08T19:32:00.644Z] Step 24/24 : LABEL version=0.0.0 [2020-12-08T19:32:00.950Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T19:32:00.950Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-08T19:32:00.950Z] (3/3) Installing curl (7.69.1-r1) [2020-12-08T19:32:00.950Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:32:00.950Z] OK: 72 MiB in 58 packages [2020-12-08T19:32:01.229Z] ---> Running in 71bdbb19378e [2020-12-08T19:32:01.230Z] ---> Running in 13c0801d3ad2 [2020-12-08T19:32:02.585Z] Removing intermediate container daee9fa97615 [2020-12-08T19:32:02.585Z] ---> e841155063b4 [2020-12-08T19:32:02.585Z] Step 8/22 : COPY . . [2020-12-08T19:32:02.585Z] Removing intermediate container f94e28cfd8ba [2020-12-08T19:32:02.585Z] ---> 46a9f715d025 [2020-12-08T19:32:02.585Z] Step 8/23 : COPY . . [2020-12-08T19:32:02.741Z] ---> 59f7cc90a4e6 [2020-12-08T19:32:02.741Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-08T19:32:02.741Z] Removing intermediate container 13c0801d3ad2 [2020-12-08T19:32:02.741Z] ---> a62202fe93e0 [2020-12-08T19:32:02.741Z] [2020-12-08T19:32:03.040Z] Removing intermediate container 71bdbb19378e [2020-12-08T19:32:03.040Z] ---> 067c562f9c00 [2020-12-08T19:32:03.040Z] [2020-12-08T19:32:03.359Z] ---> Running in 8d18de159c88 [2020-12-08T19:32:03.609Z] Removing intermediate container b6b1589aa14d [2020-12-08T19:32:03.609Z] ---> ecb065d27054 [2020-12-08T19:32:03.609Z] Step 8/21 : COPY . . [2020-12-08T19:32:03.885Z] Removing intermediate container 986eb71d9fd7 [2020-12-08T19:32:03.885Z] ---> 63800b5aed4f [2020-12-08T19:32:03.885Z] Step 8/22 : COPY . . [2020-12-08T19:32:03.996Z] Removing intermediate container f39cb9e103d3 [2020-12-08T19:32:03.996Z] ---> 5f1f61846f5a [2020-12-08T19:32:03.996Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-08T19:32:03.996Z] Successfully built a62202fe93e0 [2020-12-08T19:32:04.301Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-08T19:32:04.301Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-12-08T19:32:04.301Z] Successfully built 067c562f9c00 [2020-12-08T19:32:04.301Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-08T19:32:04.301Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a33d4cdfc6fe [2020-12-08T19:32:05.034Z] Removing intermediate container a33d4cdfc6fe [2020-12-08T19:32:05.034Z] ---> 2a95763e5fe2 [2020-12-08T19:32:05.034Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:32:05.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T19:32:05.376Z] ---> Running in 2241042f13cb [2020-12-08T19:32:06.069Z] Removing intermediate container 2241042f13cb [2020-12-08T19:32:06.069Z] ---> 7c96f30adceb [2020-12-08T19:32:06.069Z] Step 25/27 : LABEL arch=x86_64 [2020-12-08T19:32:06.069Z] ---> Running in afc2b3c15b05 [2020-12-08T19:32:07.120Z] Removing intermediate container afc2b3c15b05 [2020-12-08T19:32:07.120Z] ---> 785c04ad6067 [2020-12-08T19:32:07.120Z] Step 26/27 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:32:07.773Z] ---> Running in 97564af09c8e [2020-12-08T19:32:08.446Z] Removing intermediate container 97564af09c8e [2020-12-08T19:32:08.446Z] ---> 57ac24e57000 [2020-12-08T19:32:08.446Z] Step 27/27 : LABEL version=0.0.0 [2020-12-08T19:32:08.716Z] ---> Running in 188b650ad004 [2020-12-08T19:32:09.400Z] Removing intermediate container 188b650ad004 [2020-12-08T19:32:09.400Z] ---> 80c3baee080b [2020-12-08T19:32:09.400Z] [2020-12-08T19:32:11.391Z] Successfully built 80c3baee080b [2020-12-08T19:32:12.878Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-08T19:32:26.105Z] ---> bebaa28007a2 [2020-12-08T19:32:26.105Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-08T19:32:26.105Z] ---> Running in 9c0a9dd61a4a [2020-12-08T19:32:26.105Z] ---> b2138bd5ab87 [2020-12-08T19:32:26.105Z] Step 9/23 : RUN make cmd/core-data/core-data ---> d9698eedf135 [2020-12-08T19:32:26.105Z] [2020-12-08T19:32:26.105Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-08T19:32:26.105Z] ---> Running in bd362fedb308 [2020-12-08T19:32:26.105Z] ---> Running in 5dc30ba0ea66 [2020-12-08T19:32:26.105Z] ---> 1f11c20a33d0 [2020-12-08T19:32:26.105Z] ---> 61f10ef15be8 [2020-12-08T19:32:26.105Z] Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/core-command/core-command [2020-12-08T19:32:26.105Z] [2020-12-08T19:32:26.105Z] ---> Running in 053d227b33d6 [2020-12-08T19:32:26.105Z] ---> Running in c0b8c4e22adc [2020-12-08T19:32:26.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T19:32:27.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T19:32:27.609Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T19:32:28.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T19:32:28.505Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T19:32:40.137Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5bcc0102b737 [2020-12-08T19:32:40.137Z] ---> eec0c4edece1 [2020-12-08T19:32:40.137Z] [2020-12-08T19:32:40.137Z] Step 10/23 : FROM alpine [2020-12-08T19:32:40.137Z] ---> d6e46aa2470d [2020-12-08T19:32:40.137Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:32:40.137Z] ---> Running in aa38061d18f2 [2020-12-08T19:32:40.137Z] Removing intermediate container aa38061d18f2 [2020-12-08T19:32:40.137Z] ---> eea17ac2b590 [2020-12-08T19:32:40.137Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-08T19:32:40.137Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:32:40.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:32:40.137Z] ---> 8b831bfd25e4 [2020-12-08T19:32:40.137Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T19:32:40.137Z] ---> Using cache [2020-12-08T19:32:40.137Z] ---> b03137053feb [2020-12-08T19:32:40.137Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:32:40.137Z] ---> Using cache [2020-12-08T19:32:40.137Z] ---> 9b8e93b22148 [2020-12-08T19:32:40.137Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T19:32:40.137Z] ---> Using cache [2020-12-08T19:32:40.137Z] ---> fab1e700ff6e [2020-12-08T19:32:40.137Z] Step 6/22 : COPY go.mod . [2020-12-08T19:32:40.137Z] ---> Using cache [2020-12-08T19:32:40.137Z] ---> f874a9ddf4e0 [2020-12-08T19:32:40.137Z] Step 7/22 : RUN go mod download [2020-12-08T19:32:40.137Z] ---> Using cache [2020-12-08T19:32:40.137Z] ---> 6ee13b75f1f4 [2020-12-08T19:32:40.137Z] Step 8/22 : COPY . . [2020-12-08T19:32:40.137Z] ---> Using cache [2020-12-08T19:32:40.137Z] ---> 64c10cd5caa3 [2020-12-08T19:32:40.137Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-08T19:32:40.137Z] ---> Running in 88572c3c9b37 [2020-12-08T19:32:40.137Z] ---> Running in 0cf4ccbaec32 [2020-12-08T19:32:40.137Z] Removing intermediate container 0cf4ccbaec32 [2020-12-08T19:32:40.137Z] ---> 06b6b5134f54 [2020-12-08T19:32:40.137Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-08T19:32:40.137Z] ---> Running in 141f7eaa9714 [2020-12-08T19:32:40.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T19:32:40.741Z] Removing intermediate container 141f7eaa9714 [2020-12-08T19:32:40.741Z] ---> c7d18a28343d [2020-12-08T19:32:40.741Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:32:41.352Z] ---> Running in 1cddd7ff0e20 [2020-12-08T19:32:41.989Z] Removing intermediate container 8d18de159c88 [2020-12-08T19:32:41.989Z] ---> da5e6538da4e [2020-12-08T19:32:41.989Z] [2020-12-08T19:32:41.989Z] Step 10/24 : FROM scratch [2020-12-08T19:32:41.989Z] ---> [2020-12-08T19:32:41.989Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-08T19:32:44.111Z] Removing intermediate container 1cddd7ff0e20 [2020-12-08T19:32:44.111Z] ---> d4d166cf67d8 [2020-12-08T19:32:44.111Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-08T19:32:44.401Z] ---> Running in 1a283a73dcfe [2020-12-08T19:32:44.401Z] ---> Running in 95aa9a89bf72 [2020-12-08T19:32:45.078Z] Removing intermediate container 1a283a73dcfe [2020-12-08T19:32:45.078Z] ---> 2f66350cb977 [2020-12-08T19:32:45.078Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-08T19:32:45.411Z] ---> Running in b71179169107 [2020-12-08T19:32:45.699Z] Removing intermediate container b71179169107 [2020-12-08T19:32:45.699Z] ---> b39e9c7e5538 [2020-12-08T19:32:45.699Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-08T19:32:45.988Z] ---> Running in 770b5b2c7d30 [2020-12-08T19:32:46.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T19:32:46.304Z] Removing intermediate container 770b5b2c7d30 [2020-12-08T19:32:46.304Z] ---> 1704e526092e [2020-12-08T19:32:46.304Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-08T19:32:46.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T19:32:46.919Z] ---> caf4929cd329 [2020-12-08T19:32:46.919Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-08T19:32:47.514Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-08T19:32:47.514Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-08T19:32:47.822Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-08T19:32:47.822Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-08T19:32:48.146Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-08T19:32:48.146Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:32:48.146Z] OK: 8 MiB in 19 packages [2020-12-08T19:32:48.821Z] ---> f4b56db0714f [2020-12-08T19:32:48.821Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-08T19:32:50.397Z] Removing intermediate container 95aa9a89bf72 [2020-12-08T19:32:50.397Z] ---> b4ed6438f7f9 [2020-12-08T19:32:50.397Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-08T19:32:51.101Z] ---> fbb73276b886 [2020-12-08T19:32:51.101Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-08T19:32:52.272Z] ---> ec15e7fd03df [2020-12-08T19:32:52.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-08T19:32:52.272Z] ---> a696a8451043 [2020-12-08T19:32:52.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-08T19:32:54.612Z] ---> ba6384700b4b [2020-12-08T19:32:54.612Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-08T19:32:54.927Z] ---> 0c4dc8703786 [2020-12-08T19:32:54.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-08T19:32:55.634Z] ---> ed73ad7528cb [2020-12-08T19:32:55.634Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-08T19:32:56.685Z] ---> Running in 25f0a02444e3 [2020-12-08T19:32:56.685Z] ---> 6186ce080650 [2020-12-08T19:32:56.685Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-08T19:32:56.998Z] ---> Running in 97055594fcbb [2020-12-08T19:32:56.998Z] Removing intermediate container 25f0a02444e3 [2020-12-08T19:32:56.998Z] ---> a50c1bc99001 [2020-12-08T19:32:56.998Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:32:56.998Z] ---> Running in 77ffdf4a7b7e [2020-12-08T19:32:57.683Z] Removing intermediate container 97055594fcbb [2020-12-08T19:32:57.683Z] ---> fbb653cfc308 [2020-12-08T19:32:57.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:32:57.979Z] Removing intermediate container 77ffdf4a7b7e [2020-12-08T19:32:57.979Z] ---> d24223f231e3 [2020-12-08T19:32:57.979Z] Step 22/24 : LABEL arch=x86_64 [2020-12-08T19:32:58.281Z] ---> Running in 9220798bccdc [2020-12-08T19:32:58.281Z] ---> Running in 6564002a4646 [2020-12-08T19:32:58.585Z] Removing intermediate container 9220798bccdc [2020-12-08T19:32:58.585Z] ---> 84cc006cec42 [2020-12-08T19:32:58.585Z] Step 21/23 : LABEL arch=x86_64 [2020-12-08T19:32:58.907Z] Removing intermediate container 6564002a4646 [2020-12-08T19:32:58.907Z] ---> 087c99fd4bb5 [2020-12-08T19:32:58.907Z] Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:32:58.907Z] ---> Running in 43db664a4053 [2020-12-08T19:32:59.212Z] ---> Running in fbd94f709b2f [2020-12-08T19:32:59.487Z] Removing intermediate container fbd94f709b2f [2020-12-08T19:32:59.487Z] ---> 28f984ec03b4 [2020-12-08T19:32:59.487Z] Step 24/24 : LABEL version=0.0.0 [2020-12-08T19:32:59.487Z] Removing intermediate container 43db664a4053 [2020-12-08T19:32:59.487Z] ---> 8e4a26ecfd3b [2020-12-08T19:32:59.487Z] Step 22/23 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:32:59.759Z] ---> Running in 2dd30c8e202e [2020-12-08T19:32:59.759Z] ---> Running in 310e0bb11010 [2020-12-08T19:33:00.042Z] Removing intermediate container 2dd30c8e202e [2020-12-08T19:33:00.042Z] ---> bac17cd77a8f [2020-12-08T19:33:00.042Z] Step 23/23 : LABEL version=0.0.0 [2020-12-08T19:33:00.042Z] Removing intermediate container 310e0bb11010 [2020-12-08T19:33:00.042Z] ---> f760156abd10 [2020-12-08T19:33:00.042Z] [2020-12-08T19:33:00.371Z] ---> Running in 027a9cf35f19 [2020-12-08T19:33:00.672Z] Successfully built f760156abd10 [2020-12-08T19:33:00.672Z] Successfully tagged docker-support-notifications-go:latest [2020-12-08T19:33:00.672Z]  Building docker-support-notifications-go ... done Removing intermediate container 027a9cf35f19 [2020-12-08T19:33:00.672Z] ---> c0281063fcda [2020-12-08T19:33:00.672Z] [2020-12-08T19:33:00.951Z] Successfully built c0281063fcda [2020-12-08T19:33:01.229Z] Successfully tagged docker-core-data-go:latest [2020-12-08T19:33:05.592Z]  Building docker-core-data-go ... done Removing intermediate container 88572c3c9b37 [2020-12-08T19:33:05.592Z] ---> 7d051c2c9af4 [2020-12-08T19:33:05.592Z] [2020-12-08T19:33:05.592Z] Step 10/22 : FROM scratch [2020-12-08T19:33:05.592Z] ---> [2020-12-08T19:33:05.592Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:33:05.592Z] ---> Using cache [2020-12-08T19:33:05.592Z] ---> e62da0987a3f [2020-12-08T19:33:05.592Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-08T19:33:05.592Z] ---> Running in 6d494c8887db [2020-12-08T19:33:05.592Z] Removing intermediate container 6d494c8887db [2020-12-08T19:33:05.592Z] ---> ddb178918ecf [2020-12-08T19:33:05.592Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T19:33:05.592Z] ---> Running in 8cbca57cbb32 [2020-12-08T19:33:05.872Z] Removing intermediate container 8cbca57cbb32 [2020-12-08T19:33:05.872Z] ---> aa511ca64501 [2020-12-08T19:33:05.872Z] Step 14/22 : WORKDIR / [2020-12-08T19:33:05.872Z] ---> Running in 232d07fc34fe [2020-12-08T19:33:06.462Z] Removing intermediate container 232d07fc34fe [2020-12-08T19:33:06.462Z] ---> cd693214bb4f [2020-12-08T19:33:06.462Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-08T19:33:06.745Z] ---> 35a7d2164cbd [2020-12-08T19:33:06.745Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-08T19:33:07.744Z] ---> b7426f3a9d51 [2020-12-08T19:33:07.744Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-08T19:33:08.011Z] ---> 59b652090291 [2020-12-08T19:33:08.011Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-08T19:33:08.011Z] ---> Running in fb40220ac527 [2020-12-08T19:33:08.283Z] Removing intermediate container fb40220ac527 [2020-12-08T19:33:08.283Z] ---> d12355c553c8 [2020-12-08T19:33:08.283Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:33:08.283Z] ---> Running in 000e27a9f8b1 [2020-12-08T19:33:08.549Z] Removing intermediate container 000e27a9f8b1 [2020-12-08T19:33:08.549Z] ---> 98044aa27995 [2020-12-08T19:33:08.549Z] Step 20/22 : LABEL arch=x86_64 [2020-12-08T19:33:08.549Z] ---> Running in 53e5d98627b1 [2020-12-08T19:33:08.825Z] Removing intermediate container 53e5d98627b1 [2020-12-08T19:33:08.825Z] ---> 89311a47a5cf [2020-12-08T19:33:08.825Z] Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:33:08.825Z] ---> Running in e296d7aa770d [2020-12-08T19:33:09.104Z] Removing intermediate container e296d7aa770d [2020-12-08T19:33:09.105Z] ---> a1b54d8331c6 [2020-12-08T19:33:09.105Z] Step 22/22 : LABEL version=0.0.0 [2020-12-08T19:33:09.105Z] ---> Running in 7d31afe06675 [2020-12-08T19:33:09.389Z] Removing intermediate container 7d31afe06675 [2020-12-08T19:33:09.389Z] ---> c769cf7d8efa [2020-12-08T19:33:09.389Z] [2020-12-08T19:33:09.660Z] Successfully built c769cf7d8efa [2020-12-08T19:33:09.660Z] Successfully tagged docker-core-command-go:latest [2020-12-08T19:33:10.303Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-12-08T19:33:10.375Z] $ docker stop --time=1 421d99bc067e472ec6f87749613a6da218ba021c439e42300b09f5c0164bca8e [2020-12-08T19:33:12.783Z] $ docker rm -f 421d99bc067e472ec6f87749613a6da218ba021c439e42300b09f5c0164bca8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T19:33:13.781Z] + grep docker [2020-12-08T19:33:13.781Z] + docker images [2020-12-08T19:33:14.051Z] docker-core-command-go latest c769cf7d8efa 4 seconds ago 12.2MB [2020-12-08T19:33:14.051Z] docker-core-data-go latest c0281063fcda 13 seconds ago 23.7MB [2020-12-08T19:33:14.051Z] docker-support-notifications-go latest f760156abd10 14 seconds ago 13.6MB [2020-12-08T19:33:14.051Z] docker-sys-mgmt-agent-go latest 80c3baee080b About a minute ago 293MB [2020-12-08T19:33:14.051Z] docker-security-secretstore-setup-go latest a62202fe93e0 About a minute ago 24.7MB [2020-12-08T19:33:14.051Z] docker-security-proxy-setup-go latest 067c562f9c00 About a minute ago 24.6MB [2020-12-08T19:33:14.051Z] docker-security-secrets-setup-go latest aa56e5c6b494 2 minutes ago 23.9MB [2020-12-08T19:33:14.051Z] docker-security-bootstrap-redis-go latest 8a0e57075e9d 3 minutes ago 15.8MB [2020-12-08T19:33:14.051Z] docker-core-metadata-go latest 22e439b1ead6 3 minutes ago 14.5MB [2020-12-08T19:33:14.051Z] docker-support-scheduler-go latest d7fa6f0c3f5b 3 minutes ago 12.3MB [2020-12-08T19:33:14.051Z] docker latest b0757c55a1fd 6 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-08T19:33:30.263Z] Still waiting to schedule task [2020-12-08T19:33:30.263Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-08T19:33:50.321Z] Removing intermediate container 9c0a9dd61a4a [2020-12-08T19:33:50.321Z] ---> 34a89b41ee24 [2020-12-08T19:33:50.321Z] [2020-12-08T19:33:50.321Z] Step 9/29 : FROM alpine:latest [2020-12-08T19:33:50.321Z] latest: Pulling from library/alpine [2020-12-08T19:33:50.321Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T19:33:50.321Z] Status: Downloaded newer image for alpine:latest [2020-12-08T19:33:50.321Z] ---> 2e77e061c27f [2020-12-08T19:33:50.321Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-08T19:33:50.321Z] ---> Running in d2ec8d5fe001 [2020-12-08T19:33:50.321Z] Removing intermediate container d2ec8d5fe001 [2020-12-08T19:33:50.321Z] ---> 1fe3f79ef4c2 [2020-12-08T19:33:50.321Z] Step 11/29 : USER root [2020-12-08T19:33:50.321Z] ---> Running in ae217ebd0cd4 [2020-12-08T19:33:50.321Z] Removing intermediate container ae217ebd0cd4 [2020-12-08T19:33:50.321Z] ---> 52f11d1b2385 [2020-12-08T19:33:50.321Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-08T19:33:50.321Z] ---> Running in 0d6af322c5ef [2020-12-08T19:33:50.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:33:50.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:33:50.595Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:33:50.595Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:33:50.595Z] OK: 12617 distinct packages available [2020-12-08T19:33:51.581Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-08T19:33:51.858Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-08T19:33:51.858Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:33:51.858Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T19:33:52.460Z] OK: 6 MiB in 16 packages [2020-12-08T19:33:55.109Z] Removing intermediate container 0d6af322c5ef [2020-12-08T19:33:55.109Z] ---> 9f5ce75cdd64 [2020-12-08T19:33:55.109Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-08T19:33:55.109Z] ---> Running in f0170e52a5ae [2020-12-08T19:33:56.109Z] Removing intermediate container f0170e52a5ae [2020-12-08T19:33:56.110Z] ---> 7c748f4a0232 [2020-12-08T19:33:56.110Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-08T19:33:56.110Z] ---> Running in b0d3ceceb499 [2020-12-08T19:33:56.714Z] Removing intermediate container b0d3ceceb499 [2020-12-08T19:33:56.714Z] ---> 481569a4744d [2020-12-08T19:33:56.714Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-08T19:33:56.995Z] ---> Running in f397844441a8 [2020-12-08T19:34:00.411Z] Removing intermediate container f397844441a8 [2020-12-08T19:34:00.411Z] ---> 2c3b53d85593 [2020-12-08T19:34:00.411Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-08T19:34:02.422Z] ---> 4cadbe47f252 [2020-12-08T19:34:02.422Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-08T19:34:03.037Z] ---> ada0af7c411b [2020-12-08T19:34:03.037Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-08T19:34:04.513Z] ---> 638f5055d634 [2020-12-08T19:34:04.513Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-08T19:34:05.504Z] ---> 93d611d4c536 [2020-12-08T19:34:05.504Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-08T19:34:06.963Z] ---> 7e20f46280bc [2020-12-08T19:34:06.963Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-08T19:34:06.963Z] ---> Running in 7e1b9754effa [2020-12-08T19:34:11.320Z] Removing intermediate container 7e1b9754effa [2020-12-08T19:34:11.320Z] ---> 133b6f750516 [2020-12-08T19:34:11.320Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T19:34:11.934Z] ---> 45c565355570 [2020-12-08T19:34:11.934Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T19:34:12.547Z] ---> Running in 3bf8c41a027d [2020-12-08T19:34:15.972Z] Removing intermediate container 3bf8c41a027d [2020-12-08T19:34:15.973Z] ---> 65801c5b329b [2020-12-08T19:34:15.973Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-08T19:34:15.973Z] ---> Running in f1d2088da351 [2020-12-08T19:34:19.827Z] Running on prd-ubuntu18.04-docker-8c-8g-15126 in /w/workspace/edgexfoundry_edgex-go_PR-2930 [Pipeline] { [Pipeline] ws [2020-12-08T19:34:19.892Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-08T19:34:20.361Z] Removing intermediate container f1d2088da351 [2020-12-08T19:34:20.361Z] ---> b9ba149c9ce5 [2020-12-08T19:34:20.361Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T19:34:20.663Z] ---> Running in 5b761226908d [2020-12-08T19:34:21.297Z] Removing intermediate container 5b761226908d [2020-12-08T19:34:21.297Z] ---> b637c7b8b69a [2020-12-08T19:34:21.297Z] Step 26/29 : CMD [ "generate" ] [2020-12-08T19:34:21.576Z] ---> Running in ac4835a323f8 [2020-12-08T19:34:22.186Z] using credential edgex-jenkins-ssh [2020-12-08T19:34:22.244Z] Cloning the remote Git repository [2020-12-08T19:34:22.269Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-08T19:34:22.346Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-08T19:34:22.370Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-08T19:34:22.370Z] > git --version # timeout=10 [2020-12-08T19:34:22.376Z] > git --version # 'git version 2.17.1' [2020-12-08T19:34:22.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T19:34:22.722Z] Removing intermediate container ac4835a323f8 [2020-12-08T19:34:22.722Z] ---> 2c334729bc07 [2020-12-08T19:34:22.722Z] Step 27/29 : LABEL arch=arm64 [2020-12-08T19:34:23.377Z] ---> Running in 7c0d73a315b0 [2020-12-08T19:34:22.400Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T19:34:24.861Z] Removing intermediate container 7c0d73a315b0 [2020-12-08T19:34:24.861Z] ---> 8e529c90ef65 [2020-12-08T19:34:24.861Z] Step 28/29 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:34:25.135Z] ---> Running in 76830cf8ecc5 [2020-12-08T19:34:26.613Z] Removing intermediate container 76830cf8ecc5 [2020-12-08T19:34:26.614Z] ---> 5d84de1ddb42 [2020-12-08T19:34:26.614Z] Step 29/29 : LABEL version=0.0.0 [2020-12-08T19:34:26.894Z] Removing intermediate container 053d227b33d6 [2020-12-08T19:34:26.894Z] ---> 8c824610bc6e [2020-12-08T19:34:26.894Z] [2020-12-08T19:34:26.894Z] Step 10/21 : FROM scratch [2020-12-08T19:34:26.894Z] ---> [2020-12-08T19:34:26.894Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:34:27.174Z] ---> Running in 92baad819141 [2020-12-08T19:34:27.452Z] ---> Running in 4caae3d62af4 [2020-12-08T19:34:28.448Z] Removing intermediate container 92baad819141 [2020-12-08T19:34:28.448Z] ---> 14472b3b7389 [2020-12-08T19:34:28.448Z] [2020-12-08T19:34:28.727Z] Removing intermediate container 4caae3d62af4 [2020-12-08T19:34:28.727Z] ---> 48d31a60376e [2020-12-08T19:34:28.727Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-08T19:34:29.012Z] ---> Running in e74bc50e87c4 [2020-12-08T19:34:29.290Z] Removing intermediate container c0b8c4e22adc [2020-12-08T19:34:29.290Z] ---> d2de618248ba [2020-12-08T19:34:29.290Z] [2020-12-08T19:34:29.290Z] Step 10/22 : FROM scratch [2020-12-08T19:34:29.290Z] ---> [2020-12-08T19:34:29.290Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:34:29.576Z] ---> Using cache [2020-12-08T19:34:29.576Z] ---> 48d31a60376e [2020-12-08T19:34:29.576Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-08T19:34:29.576Z] Successfully built 14472b3b7389 [2020-12-08T19:34:29.576Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-08T19:34:29.576Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-12-08T19:34:29.864Z] ---> Running in 6b9770cefab2 [2020-12-08T19:34:29.864Z] Removing intermediate container e74bc50e87c4 [2020-12-08T19:34:29.864Z] ---> 00525b00b09a [2020-12-08T19:34:29.864Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-08T19:34:30.141Z] ---> Running in 7f3741f0a9dd [2020-12-08T19:34:30.438Z] Removing intermediate container 6b9770cefab2 [2020-12-08T19:34:30.438Z] ---> bcc7175dbbd5 [2020-12-08T19:34:30.438Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T19:34:30.721Z] ---> Running in 7ef55c5f073e [2020-12-08T19:34:31.001Z] Removing intermediate container 7f3741f0a9dd [2020-12-08T19:34:31.001Z] ---> f7d76afdfd2d [2020-12-08T19:34:31.001Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-08T19:34:31.613Z] Removing intermediate container 7ef55c5f073e [2020-12-08T19:34:31.613Z] ---> 6e63ac0a56ce [2020-12-08T19:34:31.903Z] Step 14/22 : WORKDIR / [2020-12-08T19:34:31.903Z] ---> Running in 8b6580c78211 [2020-12-08T19:34:32.502Z] ---> 78c6d140515c [2020-12-08T19:34:32.502Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-08T19:34:33.100Z] Removing intermediate container 8b6580c78211 [2020-12-08T19:34:33.100Z] ---> 5acebece4a81 [2020-12-08T19:34:33.100Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-08T19:34:35.102Z] ---> cf3156cddb6a [2020-12-08T19:34:35.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-08T19:34:35.102Z] ---> 6388945c8e58 [2020-12-08T19:34:35.102Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-08T19:34:37.111Z] ---> 5530cdb44086 [2020-12-08T19:34:37.111Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-08T19:34:37.388Z] ---> f101be0df912 [2020-12-08T19:34:37.388Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-08T19:34:37.388Z] ---> Running in 55c838f47f22 [2020-12-08T19:34:38.385Z] Removing intermediate container 55c838f47f22 [2020-12-08T19:34:38.385Z] ---> 138fa94a89ec [2020-12-08T19:34:38.385Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:34:38.665Z] ---> d15123e41ec7 [2020-12-08T19:34:38.665Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-08T19:34:38.940Z] ---> Running in 47eeb8c8ed8b [2020-12-08T19:34:39.214Z] ---> Running in 8a8c6e5c3d86 [2020-12-08T19:34:39.820Z] Removing intermediate container 47eeb8c8ed8b [2020-12-08T19:34:39.820Z] ---> e46e3d66b321 [2020-12-08T19:34:39.820Z] Step 19/21 : LABEL arch=arm64 [2020-12-08T19:34:40.096Z] Removing intermediate container 8a8c6e5c3d86 [2020-12-08T19:34:40.096Z] ---> b88cd82d2318 [2020-12-08T19:34:40.096Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:34:40.369Z] ---> Running in 9cee83e4b1b5 [2020-12-08T19:34:40.662Z] ---> Running in 57e864b9759b [2020-12-08T19:34:41.263Z] Removing intermediate container 9cee83e4b1b5 [2020-12-08T19:34:41.263Z] ---> 600c5bbe9a21 [2020-12-08T19:34:41.263Z] Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:34:41.863Z] Removing intermediate container 57e864b9759b [2020-12-08T19:34:41.863Z] ---> f5b6535cf424 [2020-12-08T19:34:41.863Z] Step 20/22 : LABEL arch=arm64 [2020-12-08T19:34:42.141Z] ---> Running in 1c8e0e778a32 [2020-12-08T19:34:42.746Z] ---> Running in 22e0b9fbfb42 [2020-12-08T19:34:43.360Z] Removing intermediate container 1c8e0e778a32 [2020-12-08T19:34:43.360Z] ---> 37f1d4775c1d [2020-12-08T19:34:43.360Z] Step 21/21 : LABEL version=0.0.0 [2020-12-08T19:34:43.959Z] Removing intermediate container 22e0b9fbfb42 [2020-12-08T19:34:43.959Z] ---> d42b934bd52b [2020-12-08T19:34:43.959Z] Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:34:43.959Z] ---> Running in da7e2d2c2078 [2020-12-08T19:34:44.236Z] ---> Running in c175f4c35134 [2020-12-08T19:34:45.680Z] Removing intermediate container da7e2d2c2078 [2020-12-08T19:34:45.680Z] ---> 0e52e8dbb2af [2020-12-08T19:34:45.680Z] [2020-12-08T19:34:45.960Z] Successfully built 0e52e8dbb2af [2020-12-08T19:34:45.960Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-08T19:34:45.960Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-12-08T19:34:45.960Z] Removing intermediate container c175f4c35134 [2020-12-08T19:34:45.960Z] ---> fa7dbaef1126 [2020-12-08T19:34:45.960Z] Step 22/22 : LABEL version=0.0.0 [2020-12-08T19:34:46.241Z] Removing intermediate container bd362fedb308 [2020-12-08T19:34:46.241Z] ---> 72c939812611 [2020-12-08T19:34:46.241Z] [2020-12-08T19:34:46.241Z] Step 10/22 : FROM scratch [2020-12-08T19:34:46.241Z] ---> [2020-12-08T19:34:46.241Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:34:46.521Z] ---> Using cache [2020-12-08T19:34:46.521Z] ---> 48d31a60376e [2020-12-08T19:34:46.521Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-08T19:34:46.521Z] ---> Running in f7e1d501a489 [2020-12-08T19:34:46.797Z] ---> Running in 640ceb0237a2 [2020-12-08T19:34:47.399Z] Removing intermediate container f7e1d501a489 [2020-12-08T19:34:47.399Z] ---> 676b96dc05dc [2020-12-08T19:34:47.399Z] [2020-12-08T19:34:47.681Z] Removing intermediate container 640ceb0237a2 [2020-12-08T19:34:47.681Z] ---> c90ee51b3b92 [2020-12-08T19:34:47.681Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-08T19:34:47.681Z] ---> Running in 7ba9afc8c83b [2020-12-08T19:34:47.959Z] Successfully built 676b96dc05dc [2020-12-08T19:34:47.960Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-08T19:34:47.960Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-08T19:34:48.559Z] Removing intermediate container 7ba9afc8c83b [2020-12-08T19:34:48.559Z] ---> e17c0775b043 [2020-12-08T19:34:48.559Z] Step 14/22 : WORKDIR / [2020-12-08T19:34:48.834Z] ---> Running in 3a6ef4674041 [2020-12-08T19:34:49.143Z] Merging remotes/origin/master commit 34dce4612a631976cf4327d6db635ffc5909a851 into PR head commit 0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:34:49.337Z] Merge succeeded, producing 0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:34:49.339Z] Checking out Revision 0f334072fc1b34e624dc20b353904d004c4fda5b (PR-2930) [2020-12-08T19:34:49.822Z] Removing intermediate container 3a6ef4674041 [2020-12-08T19:34:49.822Z] ---> 2ca968f5ec91 [2020-12-08T19:34:49.822Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-08T19:34:48.522Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-08T19:34:48.537Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T19:34:48.547Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-08T19:34:48.559Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-08T19:34:48.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T19:34:48.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2930/head:refs/remotes/origin/PR-2930 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T19:34:49.157Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T19:34:49.166Z] > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 [2020-12-08T19:34:49.303Z] > git remote # timeout=10 [2020-12-08T19:34:49.314Z] > git config --get remote.origin.url # timeout=10 [2020-12-08T19:34:49.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T19:34:49.327Z] > git merge 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [2020-12-08T19:34:49.336Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-08T19:34:49.346Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T19:34:49.350Z] > git checkout -f 0f334072fc1b34e624dc20b353904d004c4fda5b # timeout=10 [2020-12-08T19:34:51.812Z] ---> f31cca99bf8b [2020-12-08T19:34:51.812Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-08T19:34:53.094Z] Commit message: "docs(security): Update the secrets-config README" [2020-12-08T19:34:53.275Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:34:53.275Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:34:53.275Z] ---> 7791dcf9aa4b [2020-12-08T19:34:53.275Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T19:34:53.275Z] ---> Using cache [2020-12-08T19:34:53.275Z] ---> 1cd025c84402 [2020-12-08T19:34:53.275Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:34:53.275Z] ---> Using cache [2020-12-08T19:34:53.275Z] ---> 3150218dcdd4 [2020-12-08T19:34:53.275Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:34:54.453Z] + echo snap-build.sh [2020-12-08T19:34:54.453Z] snap-build.sh [2020-12-08T19:34:54.453Z] + SNAP_BASE_DIR=. [2020-12-08T19:34:54.453Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-12-08T19:34:54.453Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-12-08T19:34:54.453Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-12-08T19:34:54.453Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-12-08T19:34:54.453Z] + cd /w/workspace/edgex-go/3 [2020-12-08T19:34:54.453Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-08T19:34:54.453Z] Reading package lists... [2020-12-08T19:34:54.715Z] Building dependency tree... [2020-12-08T19:34:54.715Z] Reading state information... [2020-12-08T19:34:54.715Z] The following packages were automatically installed and are no longer required: [2020-12-08T19:34:54.715Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-08T19:34:54.715Z] uidmap xdelta3 [2020-12-08T19:34:54.715Z] Use 'sudo apt autoremove' to remove them. [2020-12-08T19:34:54.715Z] The following packages will be REMOVED: [2020-12-08T19:34:54.715Z] lxd* lxd-client* [2020-12-08T19:34:55.269Z] ---> Running in a305d726dcbf [2020-12-08T19:34:55.288Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-08T19:34:55.288Z] After this operation, 31.7 MB disk space will be freed. [2020-12-08T19:34:55.552Z] Removing intermediate container 5dc30ba0ea66 [2020-12-08T19:34:55.552Z] ---> 9b03e15dea88 [2020-12-08T19:34:55.552Z] [2020-12-08T19:34:55.552Z] Step 10/23 : FROM alpine [2020-12-08T19:34:55.552Z] ---> 2e77e061c27f [2020-12-08T19:34:55.552Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-08T19:34:55.826Z] ---> 72b2a1c98775 [2020-12-08T19:34:55.826Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-08T19:34:56.335Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-08T19:34:56.335Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-08T19:34:56.807Z] ---> Running in 9392924d86cf [2020-12-08T19:34:57.279Z] Removing lxd dnsmasq configuration [2020-12-08T19:34:57.280Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-08T19:34:57.407Z] ---> 52b16163a8d6 [2020-12-08T19:34:57.407Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-08T19:34:57.686Z] Removing intermediate container 9392924d86cf [2020-12-08T19:34:57.686Z] ---> 982ee428a6a0 [2020-12-08T19:34:57.686Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-08T19:34:57.854Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-08T19:34:57.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:34:57.963Z] ---> Running in 9b6904973642 [2020-12-08T19:34:57.963Z] ---> Running in eb5637446a6f [2020-12-08T19:34:58.427Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-08T19:34:58.559Z] Removing intermediate container 9b6904973642 [2020-12-08T19:34:58.559Z] ---> a874b0d14f5b [2020-12-08T19:34:58.559Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:34:58.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:34:58.688Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-08T19:34:58.688Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-08T19:34:58.833Z] Removing intermediate container eb5637446a6f [2020-12-08T19:34:58.833Z] ---> 95f46f9b8529 [2020-12-08T19:34:58.833Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-08T19:34:58.833Z] ---> Running in 801de279fc94 [2020-12-08T19:34:59.106Z] ---> Running in 9994f65db056 [2020-12-08T19:34:59.380Z] Removing intermediate container 801de279fc94 [2020-12-08T19:34:59.380Z] ---> 63120c8afa2c [2020-12-08T19:34:59.380Z] Step 20/22 : LABEL arch=arm64 [2020-12-08T19:34:59.653Z] Removing intermediate container 9994f65db056 [2020-12-08T19:34:59.653Z] ---> 021d5809c59b [2020-12-08T19:34:59.653Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 0acda77f6d58 [2020-12-08T19:34:59.653Z] [2020-12-08T19:34:59.653Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:34:59.653Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:34:59.653Z] OK: 12616 distinct packages available [2020-12-08T19:34:59.945Z] ---> Running in 5f0ba5acc9c6 [2020-12-08T19:35:00.076Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-08T19:35:00.338Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-08T19:35:00.550Z] Removing intermediate container 0acda77f6d58 [2020-12-08T19:35:00.550Z] ---> 42de3a58b0a8 [2020-12-08T19:35:00.550Z] Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:35:00.550Z] OK: 217 MiB in 51 packages [2020-12-08T19:35:00.550Z] ---> Running in 6aec5ea158eb [2020-12-08T19:35:01.540Z] Removing intermediate container 6aec5ea158eb [2020-12-08T19:35:01.540Z] ---> 7d9b5ed86079 [2020-12-08T19:35:01.540Z] Step 22/22 : LABEL version=0.0.0 [2020-12-08T19:35:01.773Z] + sudo snap remove --purge lxd [2020-12-08T19:35:01.773Z] snap "lxd" is not installed [2020-12-08T19:35:01.773Z] + sudo groupadd --force --system lxd [2020-12-08T19:35:01.773Z] ++ whoami [2020-12-08T19:35:01.773Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-08T19:35:01.820Z] ---> Running in b76fa52be855 [2020-12-08T19:35:02.035Z] + newgrp - lxd [2020-12-08T19:35:02.035Z] + sudo snap install lxd [2020-12-08T19:35:03.268Z] Removing intermediate container b76fa52be855 [2020-12-08T19:35:03.268Z] ---> a46b2d284ba7 [2020-12-08T19:35:03.268Z] [2020-12-08T19:35:03.268Z] Removing intermediate container a305d726dcbf [2020-12-08T19:35:03.268Z] ---> 775fb7b94dde [2020-12-08T19:35:03.268Z] Step 6/24 : COPY go.mod . [2020-12-08T19:35:03.544Z] Removing intermediate container 5f0ba5acc9c6 [2020-12-08T19:35:03.544Z] ---> 39c40e81da13 [2020-12-08T19:35:03.544Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-08T19:35:03.832Z] Successfully built a46b2d284ba7 [2020-12-08T19:35:04.104Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-08T19:35:04.104Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-12-08T19:35:04.385Z] ---> Running in 5f60f738d48d [2020-12-08T19:35:04.661Z] ---> 61222e06187e [2020-12-08T19:35:04.661Z] Step 7/24 : RUN go mod download [2020-12-08T19:35:04.937Z] ---> Running in 0a9c0e4f8399 [2020-12-08T19:35:05.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:35:06.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:35:07.878Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-08T19:35:07.878Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-08T19:35:07.878Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-08T19:35:08.151Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-08T19:35:08.151Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-08T19:35:08.426Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:35:08.426Z] OK: 8 MiB in 19 packages [2020-12-08T19:35:09.417Z] Removing intermediate container 0a9c0e4f8399 [2020-12-08T19:35:09.417Z] ---> 18dc4f1d6868 [2020-12-08T19:35:09.417Z] Step 8/24 : COPY . . [2020-12-08T19:35:11.440Z] Removing intermediate container 5f60f738d48d [2020-12-08T19:35:11.440Z] ---> 4c6c84f53433 [2020-12-08T19:35:11.440Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-08T19:35:12.041Z] 2020-12-08T19:35:09Z INFO Waiting for automatic snapd restart... [2020-12-08T19:35:14.070Z] ---> afeb9c995f23 [2020-12-08T19:35:14.070Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-08T19:35:18.379Z] ---> 0e9783d7ae15 [2020-12-08T19:35:18.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-08T19:35:20.371Z] ---> e78fc5f1cd28 [2020-12-08T19:35:20.371Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-08T19:35:20.650Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:35:20.650Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:35:20.650Z] ---> 7791dcf9aa4b [2020-12-08T19:35:20.650Z] Step 3/27 : WORKDIR /edgex-go [2020-12-08T19:35:20.650Z] ---> Using cache [2020-12-08T19:35:20.650Z] ---> 1cd025c84402 [2020-12-08T19:35:20.650Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:35:20.650Z] ---> Using cache [2020-12-08T19:35:20.650Z] ---> 3150218dcdd4 [2020-12-08T19:35:20.650Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-08T19:35:20.650Z] ---> Running in 403a7c39c9eb [2020-12-08T19:35:20.925Z] ---> Running in 760df855b862 [2020-12-08T19:35:21.562Z] Removing intermediate container 403a7c39c9eb [2020-12-08T19:35:21.562Z] ---> dac67460c95c [2020-12-08T19:35:21.562Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:35:22.235Z] ---> Running in 215cb15100b4 [2020-12-08T19:35:23.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:35:23.393Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:35:23.393Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:35:23.393Z] ---> 7791dcf9aa4b [2020-12-08T19:35:23.393Z] Step 3/22 : WORKDIR /edgex-go [2020-12-08T19:35:23.393Z] ---> Using cache [2020-12-08T19:35:23.393Z] ---> 1cd025c84402 [2020-12-08T19:35:23.393Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:35:23.393Z] ---> Using cache [2020-12-08T19:35:23.393Z] ---> 3150218dcdd4 [2020-12-08T19:35:23.393Z] Step 5/22 : RUN apk update && apk add make git [2020-12-08T19:35:23.675Z] Removing intermediate container 215cb15100b4 [2020-12-08T19:35:23.675Z] ---> 3dc724c25ceb [2020-12-08T19:35:23.675Z] Step 21/23 : LABEL arch=arm64 [2020-12-08T19:35:23.977Z] ---> Running in f2e40e91b150 [2020-12-08T19:35:23.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:35:24.579Z] ---> Running in e3615cc7c3f2 [2020-12-08T19:35:24.858Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:35:24.858Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:35:24.858Z] OK: 12616 distinct packages available [2020-12-08T19:35:25.871Z] OK: 217 MiB in 51 packages [2020-12-08T19:35:26.149Z] Removing intermediate container e3615cc7c3f2 [2020-12-08T19:35:26.149Z] ---> ed912ffbffb9 [2020-12-08T19:35:26.149Z] Step 22/23 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:35:26.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:35:27.033Z] ---> Running in 6b5b6d685f00 [2020-12-08T19:35:27.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:35:27.917Z] Removing intermediate container 6b5b6d685f00 [2020-12-08T19:35:27.918Z] ---> d20947939d48 [2020-12-08T19:35:27.918Z] Step 23/23 : LABEL version=0.0.0 [2020-12-08T19:35:28.198Z] v3.12.1-79-g28248c561e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:35:28.198Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:35:28.198Z] OK: 12616 distinct packages available [2020-12-08T19:35:28.809Z] ---> Running in 4beb60a7b29b [2020-12-08T19:35:28.809Z] Removing intermediate container 760df855b862 [2020-12-08T19:35:28.809Z] ---> 6b96b7a150dd [2020-12-08T19:35:28.809Z] Step 6/27 : COPY go.mod . [2020-12-08T19:35:29.093Z] OK: 217 MiB in 51 packages [2020-12-08T19:35:30.084Z] Removing intermediate container 4beb60a7b29b [2020-12-08T19:35:30.084Z] ---> 155749df31d4 [2020-12-08T19:35:30.084Z] [2020-12-08T19:35:30.084Z] ---> 92e87a6f2cd4 [2020-12-08T19:35:30.084Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-08T19:35:30.171Z] lxd 4.8 from Canonical* installed [2020-12-08T19:35:30.171Z] + sudo lxd init --auto [2020-12-08T19:35:30.358Z] ---> 394facd4ff4e [2020-12-08T19:35:30.358Z] Step 7/27 : RUN go mod download [2020-12-08T19:35:30.358Z] Successfully built 155749df31d4 [2020-12-08T19:35:30.641Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-08T19:35:30.641Z] Building docker-security-secretstore-setup-go [2020-12-08T19:35:30.641Z]  Building docker-core-data-go ... done  ---> Running in b7be731a8cb0 [2020-12-08T19:35:30.922Z] ---> Running in 5ba76a26958b [2020-12-08T19:35:31.527Z] Removing intermediate container f2e40e91b150 [2020-12-08T19:35:31.527Z] ---> acd86510dca1 [2020-12-08T19:35:31.527Z] Step 6/22 : COPY go.mod . [2020-12-08T19:35:32.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T19:35:32.526Z] ---> 7c50f8e98939 [2020-12-08T19:35:32.526Z] Step 7/22 : RUN go mod download [2020-12-08T19:35:33.136Z] ---> Running in c3bac29c08c2 [2020-12-08T19:35:35.819Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:35:35.819Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:35:35.819Z] ---> 7791dcf9aa4b [2020-12-08T19:35:35.819Z] Step 3/21 : WORKDIR /edgex-go [2020-12-08T19:35:35.819Z] ---> Using cache [2020-12-08T19:35:35.819Z] ---> 1cd025c84402 [2020-12-08T19:35:35.819Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:35:35.819Z] ---> Using cache [2020-12-08T19:35:35.819Z] ---> 3150218dcdd4 [2020-12-08T19:35:35.819Z] Step 5/21 : RUN apk update && apk add make git [2020-12-08T19:35:35.819Z] ---> Using cache [2020-12-08T19:35:35.819Z] ---> acd86510dca1 [2020-12-08T19:35:35.819Z] Step 6/21 : COPY go.mod . [2020-12-08T19:35:35.819Z] ---> Using cache [2020-12-08T19:35:35.819Z] ---> 7c50f8e98939 [2020-12-08T19:35:35.819Z] Step 7/21 : RUN go mod download [2020-12-08T19:35:36.422Z] ---> Running in 7e467218943e [2020-12-08T19:35:36.422Z] Removing intermediate container 5ba76a26958b [2020-12-08T19:35:36.422Z] ---> 4e72cd9837f6 [2020-12-08T19:35:36.422Z] Step 8/27 : COPY . . [2020-12-08T19:35:36.760Z] + sudo snap install --classic snapcraft [2020-12-08T19:35:39.841Z] Removing intermediate container c3bac29c08c2 [2020-12-08T19:35:39.841Z] ---> 3401e51a5786 [2020-12-08T19:35:39.841Z] Step 8/22 : COPY . . [2020-12-08T19:35:42.501Z] Removing intermediate container 7e467218943e [2020-12-08T19:35:42.501Z] ---> a23b79f8433e [2020-12-08T19:35:42.501Z] Step 8/21 : COPY . . [2020-12-08T19:35:43.364Z] snapcraft 4.4.4 from Canonical* installed [2020-12-08T19:35:43.364Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-08T19:35:43.364Z] + patch --verbose -p1 [2020-12-08T19:35:43.364Z] Hmm... Looks like a unified diff to me... [2020-12-08T19:35:43.364Z] The text leading up to this was: [2020-12-08T19:35:43.364Z] -------------------------- [2020-12-08T19:35:43.364Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-08T19:35:43.364Z] |From: Tony Espy [2020-12-08T19:35:43.364Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-08T19:35:43.364Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-08T19:35:43.364Z] | [2020-12-08T19:35:43.364Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-08T19:35:43.364Z] |optimize the snap CI check run for pull requests. When [2020-12-08T19:35:43.364Z] |applied, it essentially strips out everything (apps and [2020-12-08T19:35:43.364Z] |parts) from the snapcraft.yaml file except those required [2020-12-08T19:35:43.364Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-08T19:35:43.364Z] |catch changes to edgex-go that break the snap build. [2020-12-08T19:35:43.364Z] | [2020-12-08T19:35:43.364Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-08T19:35:43.364Z] |to update this patch file, otherwise it may fail to apply, [2020-12-08T19:35:43.364Z] |resulting in a failed snap build CI check in the associated [2020-12-08T19:35:43.364Z] |pull request. [2020-12-08T19:35:43.364Z] | [2020-12-08T19:35:43.364Z] |Note - in addition to applying this patch, the pipeline also [2020-12-08T19:35:43.364Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-08T19:35:43.364Z] |need to build the finally binary .snap file (and it won't [2020-12-08T19:35:43.364Z] |work with the patch applied). This further reduces the build [2020-12-08T19:35:43.364Z] |time. [2020-12-08T19:35:43.364Z] |--- [2020-12-08T19:35:43.364Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-08T19:35:43.364Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-08T19:35:43.364Z] | [2020-12-08T19:35:43.364Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-08T19:35:43.364Z] |index b265277c..d7e1de37 100644 [2020-12-08T19:35:43.364Z] |--- a/snap/snapcraft.yaml [2020-12-08T19:35:43.364Z] |+++ b/snap/snapcraft.yaml [2020-12-08T19:35:43.364Z] -------------------------- [2020-12-08T19:35:43.364Z] patching file snap/snapcraft.yaml [2020-12-08T19:35:43.364Z] Using Plan A... [2020-12-08T19:35:43.364Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-08T19:35:43.364Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-08T19:35:43.364Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-08T19:35:43.364Z] Hmm... Ignoring the trailing garbage. [2020-12-08T19:35:43.364Z] done [2020-12-08T19:35:43.364Z] + sudo snapcraft prime --use-lxd [2020-12-08T19:35:43.937Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-08T19:35:43.937Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-08T19:35:43.937Z] - README.md [2020-12-08T19:35:43.937Z] - snapcraft.yaml.orig [2020-12-08T19:35:43.937Z] [2020-12-08T19:35:43.937Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-08T19:35:44.881Z] Launching a container. [2020-12-08T19:35:59.799Z] Waiting for container to be ready [2020-12-08T19:35:59.799Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-08T19:35:59.800Z] [2020-12-08T19:36:00.897Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-08T19:36:00.897Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-08T19:36:00.897Z] ---> 7791dcf9aa4b [2020-12-08T19:36:00.897Z] Step 3/24 : WORKDIR /edgex-go [2020-12-08T19:36:00.897Z] ---> Using cache [2020-12-08T19:36:00.897Z] ---> 1cd025c84402 [2020-12-08T19:36:00.897Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T19:36:00.897Z] ---> Using cache [2020-12-08T19:36:00.897Z] ---> 3150218dcdd4 [2020-12-08T19:36:00.897Z] Step 5/24 : RUN apk update && apk add make git [2020-12-08T19:36:00.897Z] ---> Using cache [2020-12-08T19:36:00.897Z] ---> acd86510dca1 [2020-12-08T19:36:00.897Z] Step 6/24 : COPY go.mod . [2020-12-08T19:36:00.897Z] ---> Using cache [2020-12-08T19:36:00.897Z] ---> 7c50f8e98939 [2020-12-08T19:36:00.897Z] Step 7/24 : RUN go mod download [2020-12-08T19:36:00.897Z] ---> Using cache [2020-12-08T19:36:00.897Z] ---> a23b79f8433e [2020-12-08T19:36:00.897Z] Step 8/24 : COPY . . [2020-12-08T19:36:01.715Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-08T19:36:01.715Z] Waiting for network to be ready... [2020-12-08T19:36:03.099Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-08T19:36:03.099Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-08T19:36:03.360Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-08T19:36:03.621Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-08T19:36:03.621Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-08T19:36:03.621Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-08T19:36:03.621Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-08T19:36:03.621Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-08T19:36:03.621Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] [2020-12-08T19:36:03.882Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-08T19:36:03.882Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-08T19:36:04.146Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-08T19:36:04.146Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-08T19:36:04.146Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-08T19:36:04.407Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-08T19:36:04.407Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-08T19:36:04.407Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-08T19:36:04.407Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-08T19:36:04.673Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-08T19:36:04.934Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-08T19:36:05.195Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-08T19:36:05.195Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-08T19:36:05.195Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-08T19:36:05.195Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-08T19:36:05.195Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-08T19:36:05.195Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] [2020-12-08T19:36:05.195Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-08T19:36:08.494Z] Fetched 23.5 MB in 6s (3929 kB/s) [2020-12-08T19:36:09.438Z] Reading package lists... [2020-12-08T19:36:09.438Z] Reading package lists... [2020-12-08T19:36:09.698Z] Building dependency tree... [2020-12-08T19:36:09.698Z] Reading state information... [2020-12-08T19:36:09.698Z] The following additional packages will be installed: [2020-12-08T19:36:09.698Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-08T19:36:09.698Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-08T19:36:09.698Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-08T19:36:09.699Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-08T19:36:09.699Z] Suggested packages: [2020-12-08T19:36:09.699Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-08T19:36:09.699Z] Recommended packages: [2020-12-08T19:36:09.699Z] gnupg libsasl2-modules [2020-12-08T19:36:09.699Z] The following NEW packages will be installed: [2020-12-08T19:36:09.699Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-08T19:36:09.699Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-08T19:36:09.699Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-08T19:36:09.699Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-08T19:36:09.699Z] The following packages will be upgraded: [2020-12-08T19:36:09.699Z] gpg gpg-agent gpgconf libudev1 [2020-12-08T19:36:09.960Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-08T19:36:09.960Z] Need to get 3531 kB of archives. [2020-12-08T19:36:09.960Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-08T19:36:09.960Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-08T19:36:09.960Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-08T19:36:09.960Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-08T19:36:09.960Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-08T19:36:09.960Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-08T19:36:09.960Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-08T19:36:09.960Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-08T19:36:09.960Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-08T19:36:09.960Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-08T19:36:10.220Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-08T19:36:10.797Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-08T19:36:10.797Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-08T19:36:10.797Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-08T19:36:10.797Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-08T19:36:10.797Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-08T19:36:10.797Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-08T19:36:10.797Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-08T19:36:10.797Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-08T19:36:10.797Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-08T19:36:10.797Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-08T19:36:10.797Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-08T19:36:10.797Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-08T19:36:11.059Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-08T19:36:11.059Z] Fetched 3531 kB in 1s (3538 kB/s) [2020-12-08T19:36:11.059Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-08T19:36:11.059Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-08T19:36:11.059Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-08T19:36:11.059Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-08T19:36:11.319Z] Selecting previously unselected package udev. [2020-12-08T19:36:11.319Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-08T19:36:11.319Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-08T19:36:11.319Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-08T19:36:11.579Z] Selecting previously unselected package libfuse2:amd64. [2020-12-08T19:36:11.580Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-08T19:36:11.580Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-08T19:36:11.840Z] Selecting previously unselected package fuse. [2020-12-08T19:36:11.840Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-08T19:36:11.840Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-08T19:36:11.840Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:11.840Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-08T19:36:12.101Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:12.101Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-08T19:36:12.101Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:12.101Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-08T19:36:12.361Z] Selecting previously unselected package libksba8:amd64. [2020-12-08T19:36:12.361Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-08T19:36:12.361Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-08T19:36:12.361Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-08T19:36:12.361Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.361Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:12.361Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-08T19:36:12.361Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.361Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:12.622Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-08T19:36:12.622Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.622Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:12.622Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-08T19:36:12.622Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.622Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:12.883Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-08T19:36:12.883Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.883Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:12.883Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-08T19:36:12.883Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.883Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:12.883Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-08T19:36:12.883Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:12.883Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:13.143Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-08T19:36:13.143Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:13.143Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:13.143Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-08T19:36:13.143Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-08T19:36:13.143Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:13.143Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-08T19:36:13.143Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-08T19:36:13.143Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-08T19:36:13.404Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-08T19:36:13.404Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-08T19:36:13.404Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-08T19:36:13.404Z] Selecting previously unselected package libldap-common. [2020-12-08T19:36:13.404Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-08T19:36:13.404Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-08T19:36:13.404Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-08T19:36:13.404Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-08T19:36:13.404Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-08T19:36:13.666Z] Selecting previously unselected package dirmngr. [2020-12-08T19:36:13.666Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:13.666Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-08T19:36:13.666Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-08T19:36:13.928Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-08T19:36:13.928Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-08T19:36:13.928Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-08T19:36:13.928Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-08T19:36:13.928Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-08T19:36:13.928Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:13.928Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-08T19:36:14.189Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-08T19:36:14.189Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-08T19:36:14.450Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-08T19:36:14.711Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.711Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-08T19:36:14.711Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-08T19:36:14.711Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-08T19:36:14.711Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-08T19:36:14.972Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-08T19:36:14.972Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-08T19:36:15.234Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-08T19:36:15.496Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-08T19:36:15.496Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-08T19:36:15.496Z] This means they are not meant to be enabled using systemctl. [2020-12-08T19:36:15.496Z] Possible reasons for having this kind of units are: [2020-12-08T19:36:15.496Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-08T19:36:15.496Z] .wants/ or .requires/ directory. [2020-12-08T19:36:15.496Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-08T19:36:15.496Z] a requirement dependency on it. [2020-12-08T19:36:15.496Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-08T19:36:15.496Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-08T19:36:15.496Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-08T19:36:15.496Z] instance name specified. [2020-12-08T19:36:16.067Z] Reading package lists... [2020-12-08T19:36:16.067Z] Building dependency tree... [2020-12-08T19:36:16.067Z] Reading state information... [2020-12-08T19:36:16.328Z] The following additional packages will be installed: [2020-12-08T19:36:16.328Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-08T19:36:16.328Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-08T19:36:16.328Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-08T19:36:16.328Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-08T19:36:16.328Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-08T19:36:16.328Z] Suggested packages: [2020-12-08T19:36:16.328Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-08T19:36:16.328Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-08T19:36:16.328Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-08T19:36:16.328Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-08T19:36:16.328Z] systemd-container policykit-1 [2020-12-08T19:36:16.328Z] Recommended packages: [2020-12-08T19:36:16.328Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-08T19:36:16.328Z] The following NEW packages will be installed: [2020-12-08T19:36:16.328Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-08T19:36:16.328Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-08T19:36:16.328Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-08T19:36:16.328Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-08T19:36:16.328Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-08T19:36:16.328Z] The following packages will be upgraded: [2020-12-08T19:36:16.328Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-08T19:36:16.590Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-08T19:36:16.590Z] Need to get 35.2 MB of archives. [2020-12-08T19:36:16.590Z] After this operation, 141 MB of additional disk space will be used. [2020-12-08T19:36:16.590Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-08T19:36:16.590Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] [2020-12-08T19:36:17.163Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] [2020-12-08T19:36:17.163Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-08T19:36:17.424Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-08T19:36:17.424Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-08T19:36:17.424Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-08T19:36:17.424Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-08T19:36:17.424Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-08T19:36:17.424Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-08T19:36:17.424Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-08T19:36:17.424Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-08T19:36:17.424Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-08T19:36:17.424Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-08T19:36:17.424Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-08T19:36:17.424Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-08T19:36:17.424Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-08T19:36:17.424Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-08T19:36:17.424Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-08T19:36:17.424Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-08T19:36:17.424Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-08T19:36:17.424Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-08T19:36:17.424Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-08T19:36:17.424Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-08T19:36:17.424Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-08T19:36:17.424Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-08T19:36:17.424Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-08T19:36:17.424Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-08T19:36:17.424Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-08T19:36:17.424Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-08T19:36:18.809Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-08T19:36:18.809Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2020-12-08T19:36:19.071Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-08T19:36:19.071Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-08T19:36:19.071Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-08T19:36:19.291Z] ---> 31d9be3e3be1 [2020-12-08T19:36:19.291Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-08T19:36:19.291Z] ---> Running in e0751488f6f2 [2020-12-08T19:36:19.291Z] ---> 42a822024c00 [2020-12-08T19:36:19.291Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-08T19:36:19.291Z] ---> Running in 2a684168d541 [2020-12-08T19:36:19.643Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-08T19:36:19.903Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-08T19:36:19.903Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-08T19:36:19.903Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-08T19:36:19.903Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... [2020-12-08T19:36:19.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T19:36:20.164Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-08T19:36:20.164Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... [2020-12-08T19:36:20.424Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-08T19:36:20.424Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... [2020-12-08T19:36:20.424Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-08T19:36:20.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T19:36:20.684Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-08T19:36:20.684Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-08T19:36:21.255Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-08T19:36:21.504Z] ---> f29c514d69d7 [2020-12-08T19:36:21.504Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-08T19:36:21.515Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-08T19:36:21.515Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-08T19:36:21.515Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-08T19:36:21.775Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-08T19:36:21.775Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-08T19:36:21.775Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:21.775Z] Selecting previously unselected package libexpat1:amd64. [2020-12-08T19:36:21.775Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-08T19:36:21.775Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-08T19:36:21.780Z] ---> Running in ab0f4c218eb0 [2020-12-08T19:36:22.037Z] Selecting previously unselected package python3.6-minimal. [2020-12-08T19:36:22.038Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-08T19:36:22.038Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:22.298Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-08T19:36:22.559Z] Checking for services that may need to be restarted...done. [2020-12-08T19:36:22.559Z] Checking for services that may need to be restarted...done. [2020-12-08T19:36:22.559Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:22.559Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-08T19:36:22.559Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:23.131Z] Selecting previously unselected package python3-minimal. [2020-12-08T19:36:23.131Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-08T19:36:23.131Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-08T19:36:23.131Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-08T19:36:23.391Z] Selecting previously unselected package mime-support. [2020-12-08T19:36:23.391Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-08T19:36:23.391Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-08T19:36:23.391Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-08T19:36:23.391Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-08T19:36:23.391Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-08T19:36:23.653Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-08T19:36:23.653Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-08T19:36:23.653Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:23.914Z] Selecting previously unselected package python3.6. [2020-12-08T19:36:23.914Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-08T19:36:23.914Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:23.914Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-08T19:36:23.914Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-08T19:36:23.914Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-08T19:36:24.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T19:36:24.861Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-08T19:36:25.124Z] Selecting previously unselected package python3. [2020-12-08T19:36:25.124Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-08T19:36:25.124Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-08T19:36:25.124Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-08T19:36:25.407Z] Selecting previously unselected package multiarch-support. [2020-12-08T19:36:25.407Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-08T19:36:25.407Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-08T19:36:25.407Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-08T19:36:25.407Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-08T19:36:25.407Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-08T19:36:25.407Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-08T19:36:25.407Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-08T19:36:25.667Z] Selecting previously unselected package libbsd0:amd64. [2020-12-08T19:36:25.667Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-08T19:36:25.667Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-08T19:36:25.667Z] Selecting previously unselected package sudo. [2020-12-08T19:36:25.667Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-08T19:36:25.667Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-08T19:36:25.667Z] Selecting previously unselected package apparmor. [2020-12-08T19:36:25.667Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-08T19:36:25.928Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-08T19:36:25.928Z] Selecting previously unselected package libedit2:amd64. [2020-12-08T19:36:25.928Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-08T19:36:25.928Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-08T19:36:25.928Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-08T19:36:25.928Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-08T19:36:25.928Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:26.190Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-08T19:36:26.190Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-08T19:36:26.190Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:26.190Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-08T19:36:26.190Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-08T19:36:26.190Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-08T19:36:26.190Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-08T19:36:26.190Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-08T19:36:26.190Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:26.450Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-08T19:36:26.450Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-08T19:36:26.450Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:26.450Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-08T19:36:26.450Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-08T19:36:26.450Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-08T19:36:26.722Z] Selecting previously unselected package openssh-client. [2020-12-08T19:36:26.722Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-08T19:36:26.722Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-08T19:36:26.982Z] Selecting previously unselected package squashfs-tools. [2020-12-08T19:36:26.982Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-08T19:36:26.982Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-08T19:36:26.982Z] Selecting previously unselected package snapd. [2020-12-08T19:36:26.982Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-08T19:36:26.982Z] Unpacking snapd (2.48+18.04) ... [2020-12-08T19:36:27.115Z] Removing intermediate container b7be731a8cb0 [2020-12-08T19:36:27.115Z] ---> 6b6a781aab5b [2020-12-08T19:36:27.115Z] [2020-12-08T19:36:27.115Z] Step 10/24 : FROM scratch [2020-12-08T19:36:27.115Z] ---> [2020-12-08T19:36:27.115Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-08T19:36:27.400Z] ---> Running in 0443396eeff6 [2020-12-08T19:36:28.414Z] Removing intermediate container 0443396eeff6 [2020-12-08T19:36:28.414Z] ---> 3201bc29c2d6 [2020-12-08T19:36:28.414Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-08T19:36:28.696Z] ---> Running in dcdc6b491462 [2020-12-08T19:36:29.528Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-08T19:36:29.528Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-08T19:36:29.528Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-08T19:36:29.528Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-08T19:36:29.528Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-08T19:36:29.703Z] Removing intermediate container dcdc6b491462 [2020-12-08T19:36:29.703Z] ---> de1eb30934fb [2020-12-08T19:36:29.703Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-08T19:36:29.788Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:29.788Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-08T19:36:29.788Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-08T19:36:29.788Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-08T19:36:29.987Z] ---> Running in e6d3d2a27bf5 [2020-12-08T19:36:30.730Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-08T19:36:30.730Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-08T19:36:30.730Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-08T19:36:30.730Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:30.730Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:30.730Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-08T19:36:30.995Z] Removing intermediate container e6d3d2a27bf5 [2020-12-08T19:36:30.996Z] ---> 7ae1292b73e3 [2020-12-08T19:36:30.996Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-08T19:36:31.670Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-08T19:36:31.670Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:31.670Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-08T19:36:31.670Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-08T19:36:31.670Z] running python rtupdate hooks for python3.6... [2020-12-08T19:36:31.670Z] running python post-rtupdate hooks for python3.6... [2020-12-08T19:36:31.670Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-08T19:36:32.449Z] ---> a9329699a289 [2020-12-08T19:36:32.449Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-08T19:36:32.741Z] ---> 589705e8f832 [2020-12-08T19:36:32.741Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-08T19:36:32.741Z] ---> Running in 786d850e644e [2020-12-08T19:36:34.215Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-08T19:36:34.215Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-08T19:36:34.477Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-08T19:36:34.477Z] Setting up snapd (2.48+18.04) ... [2020-12-08T19:36:34.763Z] ---> 82df27aa3231 [2020-12-08T19:36:34.763Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-08T19:36:35.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T19:36:35.047Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-08T19:36:35.309Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-08T19:36:35.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-08T19:36:35.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-08T19:36:35.831Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-08T19:36:35.831Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-08T19:36:36.090Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-08T19:36:36.351Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-08T19:36:36.488Z] ---> cfe15f575b11 [2020-12-08T19:36:36.488Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-08T19:36:36.612Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-08T19:36:36.873Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-08T19:36:36.873Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-08T19:36:36.873Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-08T19:36:36.873Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-08T19:36:37.478Z] ---> 4e6b9bd49f66 [2020-12-08T19:36:37.478Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-08T19:36:38.258Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-08T19:36:38.258Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-08T19:36:38.258Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-08T19:36:39.485Z] ---> 9e06a4fec576 [2020-12-08T19:36:39.485Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-08T19:36:39.642Z] Reading package lists... [2020-12-08T19:36:39.642Z] Reading package lists... [2020-12-08T19:36:39.903Z] Building dependency tree... [2020-12-08T19:36:39.903Z] Reading state information... [2020-12-08T19:36:39.903Z] Calculating upgrade... [2020-12-08T19:36:40.164Z] The following packages will be upgraded: [2020-12-08T19:36:40.164Z] advancecomp base-files bash binutils binutils-common [2020-12-08T19:36:40.164Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-08T19:36:40.164Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-08T19:36:40.164Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-08T19:36:40.164Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-08T19:36:40.164Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-08T19:36:40.164Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-08T19:36:40.164Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-08T19:36:40.164Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-08T19:36:40.164Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-08T19:36:40.164Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-08T19:36:40.164Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-08T19:36:40.164Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-08T19:36:40.164Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-08T19:36:40.164Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-08T19:36:40.164Z] Need to get 63.5 MB of archives. [2020-12-08T19:36:40.164Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-08T19:36:40.164Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-08T19:36:40.164Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-08T19:36:40.164Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-08T19:36:40.164Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-08T19:36:40.164Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-08T19:36:40.164Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-08T19:36:40.164Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-08T19:36:40.164Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-08T19:36:40.164Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-08T19:36:40.164Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-08T19:36:40.164Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-08T19:36:40.164Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-08T19:36:40.425Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-08T19:36:40.425Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-08T19:36:40.425Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-08T19:36:40.425Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-08T19:36:40.425Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-08T19:36:40.425Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-08T19:36:40.425Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-08T19:36:40.425Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-08T19:36:40.425Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-08T19:36:40.425Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-08T19:36:40.425Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-08T19:36:40.425Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-08T19:36:40.425Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-08T19:36:40.425Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-08T19:36:40.478Z] ---> 2ef459f2abc9 [2020-12-08T19:36:40.478Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-08T19:36:40.478Z] ---> Running in ad6a14078f49 [2020-12-08T19:36:40.686Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-08T19:36:40.686Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-08T19:36:40.686Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-08T19:36:40.686Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-08T19:36:40.686Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-08T19:36:40.686Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-08T19:36:40.686Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-08T19:36:40.686Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-08T19:36:40.686Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-08T19:36:40.686Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-08T19:36:40.686Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-08T19:36:40.686Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-08T19:36:40.686Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-08T19:36:40.686Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-08T19:36:40.686Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-08T19:36:40.686Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-08T19:36:40.686Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-08T19:36:40.686Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-08T19:36:40.686Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-08T19:36:40.686Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-08T19:36:40.686Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-08T19:36:40.686Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-08T19:36:40.686Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-08T19:36:40.686Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-08T19:36:40.686Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-08T19:36:40.686Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-08T19:36:40.686Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-08T19:36:40.686Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-08T19:36:40.949Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-08T19:36:41.080Z] Removing intermediate container ad6a14078f49 [2020-12-08T19:36:41.080Z] ---> 73cfad2d2c01 [2020-12-08T19:36:41.080Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:36:41.211Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-08T19:36:41.211Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-08T19:36:41.211Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-08T19:36:41.211Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-08T19:36:41.211Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-08T19:36:41.211Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-08T19:36:41.211Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-08T19:36:41.211Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-08T19:36:41.212Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-08T19:36:41.212Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-08T19:36:41.357Z] ---> Running in 13a4ca89356b [2020-12-08T19:36:41.472Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-08T19:36:41.472Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-08T19:36:41.472Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-08T19:36:41.472Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-08T19:36:41.472Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-08T19:36:41.472Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-08T19:36:41.472Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-08T19:36:41.472Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-08T19:36:41.472Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-08T19:36:41.472Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-08T19:36:41.472Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-08T19:36:41.472Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-08T19:36:41.472Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-08T19:36:41.735Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-08T19:36:41.735Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-08T19:36:41.735Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-08T19:36:41.735Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-08T19:36:41.735Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-08T19:36:41.735Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-08T19:36:41.735Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-08T19:36:41.735Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-08T19:36:41.735Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-08T19:36:41.735Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-08T19:36:41.735Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-08T19:36:41.962Z] Removing intermediate container 13a4ca89356b [2020-12-08T19:36:41.962Z] ---> 3e329509c31d [2020-12-08T19:36:41.963Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T19:36:41.996Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-08T19:36:41.996Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-08T19:36:41.996Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-08T19:36:41.996Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-08T19:36:41.996Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-08T19:36:41.996Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-08T19:36:41.996Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-08T19:36:41.996Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-08T19:36:41.996Z] Fetched 63.5 MB in 2s (34.6 MB/s) [2020-12-08T19:36:42.241Z] ---> Running in c40ee7d93eab [2020-12-08T19:36:42.256Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:42.256Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-08T19:36:42.256Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-08T19:36:42.832Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-08T19:36:42.832Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-08T19:36:42.845Z] Removing intermediate container c40ee7d93eab [2020-12-08T19:36:42.846Z] ---> 912a2aa87d56 [2020-12-08T19:36:42.846Z] Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:36:43.093Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-08T19:36:43.093Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-08T19:36:43.123Z] ---> Running in c93ec7d06254 [2020-12-08T19:36:43.664Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:43.665Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:43.730Z] Removing intermediate container c93ec7d06254 [2020-12-08T19:36:43.731Z] ---> c21337f390c8 [2020-12-08T19:36:43.731Z] Step 24/24 : LABEL version=0.0.0 [2020-12-08T19:36:43.731Z] ---> Running in 27261081d7d4 [2020-12-08T19:36:43.930Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:43.930Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:43.930Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:44.191Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:44.191Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:44.191Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:44.453Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:44.453Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:44.453Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:44.453Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:44.714Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:44.714Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:44.714Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:36:44.725Z] Removing intermediate container 27261081d7d4 [2020-12-08T19:36:44.725Z] ---> ca7ffc573654 [2020-12-08T19:36:44.725Z] [2020-12-08T19:36:44.977Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-08T19:36:44.977Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:44.977Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-08T19:36:44.977Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:36:45.010Z] Successfully built ca7ffc573654 [2020-12-08T19:36:45.010Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-08T19:36:45.240Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-08T19:36:45.240Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:45.240Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:45.240Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:45.240Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:45.501Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-08T19:36:45.501Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-08T19:36:45.501Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:36:45.761Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-08T19:36:45.761Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-08T19:36:46.021Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-08T19:36:46.281Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-08T19:36:46.851Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-08T19:36:46.851Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-08T19:36:46.851Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-08T19:36:46.851Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-08T19:36:46.851Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-08T19:36:47.111Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-08T19:36:47.111Z] Installing new version of config file /etc/issue ... [2020-12-08T19:36:47.111Z] Installing new version of config file /etc/issue.net ... [2020-12-08T19:36:47.111Z] Installing new version of config file /etc/lsb-release ... [2020-12-08T19:36:47.111Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-08T19:36:47.370Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-08T19:36:47.370Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-08T19:36:47.370Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-08T19:36:47.631Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:47.631Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-08T19:36:47.631Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-08T19:36:47.631Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-08T19:36:47.891Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-08T19:36:47.891Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:47.891Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:47.891Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:48.151Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:48.151Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:48.151Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-08T19:36:48.151Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-08T19:36:48.412Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-08T19:36:48.412Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:48.412Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-08T19:36:48.412Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-08T19:36:48.672Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-08T19:36:48.934Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:48.934Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:48.934Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-08T19:36:48.934Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-08T19:36:49.195Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:49.195Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:49.195Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-08T19:36:49.456Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-08T19:36:49.456Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:49.456Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-08T19:36:49.456Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-08T19:36:49.726Z] Setting up grep (3.1-2build1) ... [2020-12-08T19:36:49.726Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:49.726Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-08T19:36:49.726Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-08T19:36:49.988Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-08T19:36:49.988Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:49.988Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-08T19:36:50.248Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-08T19:36:50.248Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-08T19:36:50.248Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:50.248Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-08T19:36:50.510Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-08T19:36:51.082Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-08T19:36:51.082Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-08T19:36:51.082Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-08T19:36:51.082Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-08T19:36:51.654Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-08T19:36:51.654Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:51.654Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-08T19:36:51.654Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-08T19:36:53.039Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-08T19:36:53.039Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-08T19:36:53.039Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-08T19:36:53.039Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-08T19:36:53.039Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-08T19:36:53.039Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:53.039Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-08T19:36:53.302Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-08T19:36:53.302Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-08T19:36:53.302Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:53.302Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:53.563Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:53.563Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:53.563Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:53.563Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:53.563Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:53.824Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:53.824Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:53.824Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:53.824Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:53.824Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:54.084Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:54.084Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:54.084Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:54.084Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:54.348Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:54.348Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-08T19:36:54.348Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-08T19:36:54.348Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-08T19:36:54.348Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-08T19:36:54.608Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-08T19:36:54.868Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:54.868Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-08T19:36:54.868Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-08T19:36:55.128Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-08T19:36:55.389Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:55.389Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:55.389Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:55.389Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:55.649Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:55.649Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:55.649Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:55.649Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:55.910Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:55.910Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:55.910Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:56.480Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:36:56.741Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-08T19:36:57.003Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-08T19:36:57.003Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:57.003Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-08T19:36:57.003Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-08T19:36:57.264Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-08T19:36:57.527Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-08T19:36:57.527Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-08T19:36:57.527Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-08T19:36:57.527Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-08T19:36:57.788Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:36:57.788Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-08T19:36:57.788Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-08T19:36:58.049Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-08T19:36:58.311Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:36:58.311Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-08T19:36:58.311Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-08T19:36:58.589Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-08T19:36:58.589Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:36:58.589Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-08T19:36:58.589Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-08T19:36:58.850Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-08T19:36:58.850Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:36:58.850Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-08T19:36:59.114Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-08T19:36:59.114Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-08T19:36:59.398Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:36:59.398Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-08T19:36:59.398Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-08T19:36:59.669Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-08T19:36:59.669Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-08T19:36:59.669Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-08T19:36:59.931Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-08T19:36:59.931Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-08T19:36:59.931Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:36:59.931Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-08T19:37:00.202Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-08T19:37:00.202Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-08T19:37:00.472Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:00.472Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-08T19:37:00.472Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-08T19:37:00.472Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-08T19:37:00.740Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:00.740Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-08T19:37:01.350Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-08T19:37:01.350Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-08T19:37:01.644Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:01.644Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-08T19:37:01.644Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-08T19:37:01.644Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-08T19:37:01.929Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:01.929Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-08T19:37:01.929Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-08T19:37:02.194Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-08T19:37:02.194Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:02.194Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-08T19:37:02.456Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-08T19:37:02.456Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-08T19:37:02.456Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:02.456Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-08T19:37:02.717Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-08T19:37:02.717Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-08T19:37:02.977Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:02.977Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-08T19:37:02.977Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-08T19:37:02.977Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-08T19:37:03.238Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:03.238Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-08T19:37:03.238Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-08T19:37:03.238Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-08T19:37:03.499Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:03.499Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-08T19:37:03.499Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-08T19:37:03.499Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-08T19:37:03.760Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-08T19:37:03.760Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-08T19:37:03.760Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-08T19:37:03.760Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-08T19:37:04.021Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-08T19:37:04.021Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-08T19:37:04.021Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-08T19:37:04.021Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-08T19:37:04.021Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-08T19:37:04.282Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-08T19:37:04.282Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-08T19:37:04.544Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-08T19:37:04.544Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-08T19:37:04.804Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-08T19:37:04.804Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-08T19:37:04.804Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-08T19:37:04.804Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-08T19:37:05.065Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-08T19:37:05.065Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-08T19:37:05.065Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-08T19:37:05.065Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-08T19:37:05.325Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-08T19:37:05.325Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-08T19:37:05.325Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-08T19:37:05.325Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-08T19:37:05.586Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-08T19:37:05.586Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-08T19:37:05.586Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-08T19:37:05.586Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-08T19:37:06.528Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-08T19:37:06.528Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-08T19:37:06.528Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-08T19:37:06.787Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-08T19:37:06.787Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-08T19:37:06.787Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-08T19:37:07.048Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-08T19:37:07.048Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-08T19:37:07.309Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-08T19:37:07.309Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-08T19:37:07.309Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-08T19:37:07.309Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-08T19:37:07.569Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:07.569Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:07.569Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:07.569Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:07.830Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:07.830Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:07.830Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:07.830Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:08.771Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:08.771Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:09.713Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:09.713Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:10.655Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:10.655Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:10.916Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:10.916Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:11.858Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-08T19:37:11.858Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-08T19:37:12.120Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-08T19:37:12.120Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-08T19:37:12.120Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-08T19:37:12.120Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-08T19:37:12.380Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-08T19:37:12.380Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-08T19:37:12.641Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-08T19:37:12.641Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-08T19:37:12.641Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-08T19:37:12.641Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-08T19:37:12.903Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-08T19:37:12.903Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-08T19:37:12.903Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-08T19:37:12.903Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-08T19:37:12.903Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:13.163Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-08T19:37:13.163Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:13.163Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:13.163Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:13.163Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-08T19:37:13.163Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-08T19:37:13.163Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-08T19:37:13.423Z] [2020-12-08T19:37:13.423Z] Current default time zone: 'Etc/UTC' [2020-12-08T19:37:13.423Z] Local time is now: Tue Dec 8 19:37:13 UTC 2020. [2020-12-08T19:37:13.423Z] Universal Time is now: Tue Dec 8 19:37:13 UTC 2020. [2020-12-08T19:37:13.423Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-08T19:37:13.423Z] [2020-12-08T19:37:13.423Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-08T19:37:13.423Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:13.423Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-08T19:37:13.684Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-08T19:37:13.684Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-08T19:37:13.684Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-08T19:37:13.684Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-08T19:37:13.684Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-08T19:37:13.684Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-08T19:37:13.684Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-08T19:37:13.684Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:13.684Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-08T19:37:13.945Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:14.205Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-08T19:37:14.205Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:14.205Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-08T19:37:14.205Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-08T19:37:14.205Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-08T19:37:14.205Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-08T19:37:14.205Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-08T19:37:14.205Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-08T19:37:14.205Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-08T19:37:14.467Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-08T19:37:16.379Z] Updating certificates in /etc/ssl/certs... [2020-12-08T19:37:16.951Z] 22 added, 17 removed; done. [2020-12-08T19:37:16.951Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-08T19:37:16.951Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-08T19:37:16.951Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-08T19:37:16.951Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-08T19:37:17.212Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-08T19:37:17.212Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.212Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-08T19:37:17.212Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.212Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.212Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.472Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.472Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.472Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-08T19:37:17.472Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-08T19:37:17.472Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-08T19:37:17.472Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-08T19:37:17.472Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-08T19:37:17.732Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.732Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-08T19:37:17.732Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-08T19:37:17.732Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-08T19:37:17.732Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-08T19:37:17.991Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-08T19:37:17.991Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-08T19:37:17.991Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-08T19:37:17.991Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-08T19:37:17.991Z] Updating certificates in /etc/ssl/certs... [2020-12-08T19:37:18.561Z] 0 added, 0 removed; done. [2020-12-08T19:37:18.561Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-08T19:37:18.561Z] done. [2020-12-08T19:37:19.132Z] Reading package lists... [2020-12-08T19:37:19.392Z] Building dependency tree... [2020-12-08T19:37:19.392Z] Reading state information... [2020-12-08T19:37:19.652Z] The following NEW packages will be installed: [2020-12-08T19:37:19.652Z] apt-transport-https [2020-12-08T19:37:19.912Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-08T19:37:19.912Z] Need to get 1692 B of archives. [2020-12-08T19:37:19.912Z] After this operation, 153 kB of additional disk space will be used. [2020-12-08T19:37:19.912Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-08T19:37:19.912Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-08T19:37:19.912Z] Fetched 1692 B in 0s (8460 B/s) [2020-12-08T19:37:20.173Z] Selecting previously unselected package apt-transport-https. [2020-12-08T19:37:20.173Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-08T19:37:20.173Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-08T19:37:20.173Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-08T19:37:20.173Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-08T19:37:20.434Z] Waiting for network to be ready... [2020-12-08T19:37:32.375Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-08T19:37:32.662Z] 2020-12-08T19:37:28Z INFO Waiting for automatic snapd restart... [2020-12-08T19:37:32.662Z] snapd 2.48.1 from Canonical* installed [2020-12-08T19:37:33.604Z] "snapd" switched to the "latest/stable" channel [2020-12-08T19:37:33.604Z] [2020-12-08T19:37:35.022Z] Removing intermediate container 2a684168d541 [2020-12-08T19:37:35.022Z] ---> e8223b42b5ac [2020-12-08T19:37:35.022Z] [2020-12-08T19:37:35.022Z] Step 10/22 : FROM alpine:3.10 [2020-12-08T19:37:35.022Z] 3.10: Pulling from library/alpine [2020-12-08T19:37:35.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T19:37:36.608Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-08T19:37:36.608Z] Status: Downloaded newer image for alpine:3.10 [2020-12-08T19:37:36.608Z] ---> 536a684cf733 [2020-12-08T19:37:36.608Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T19:37:37.238Z] ---> Running in ea2fb4155df3 [2020-12-08T19:37:37.238Z] Removing intermediate container e0751488f6f2 [2020-12-08T19:37:37.238Z] ---> 9c895a684bf4 [2020-12-08T19:37:37.238Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-08T19:37:37.518Z] ---> Running in 4438fce2de42 [2020-12-08T19:37:38.893Z] core18 20200929 from Canonical* installed [2020-12-08T19:37:38.893Z] "core18" switched to the "latest/stable" channel [2020-12-08T19:37:38.893Z] [2020-12-08T19:37:38.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:39.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T19:37:39.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:39.844Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-08T19:37:39.844Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-08T19:37:39.844Z] OK: 10169 distinct packages available [2020-12-08T19:37:40.450Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-08T19:37:40.725Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-08T19:37:40.725Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-08T19:37:40.725Z] (4/5) Installing curl (7.66.0-r1) [2020-12-08T19:37:40.725Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-08T19:37:40.725Z] Executing busybox-1.30.1-r3.trigger [2020-12-08T19:37:40.725Z] Executing ca-certificates-20191127-r2.trigger [2020-12-08T19:37:40.999Z] OK: 7 MiB in 19 packages [2020-12-08T19:37:42.457Z] Removing intermediate container ab0f4c218eb0 [2020-12-08T19:37:42.457Z] ---> 7ecd578ece6f [2020-12-08T19:37:42.457Z] [2020-12-08T19:37:42.457Z] Step 10/21 : FROM alpine [2020-12-08T19:37:42.457Z] ---> 2e77e061c27f [2020-12-08T19:37:42.457Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-08T19:37:43.056Z] ---> Running in b739465d4292 [2020-12-08T19:37:43.333Z] Removing intermediate container ea2fb4155df3 [2020-12-08T19:37:43.333Z] ---> b708e0e28ae0 [2020-12-08T19:37:43.333Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-08T19:37:43.614Z] ---> Running in ff50a3f1b766 [2020-12-08T19:37:43.614Z] Removing intermediate container 4438fce2de42 [2020-12-08T19:37:43.614Z] ---> 76abf2019f21 [2020-12-08T19:37:43.614Z] [2020-12-08T19:37:43.614Z] Step 11/27 : FROM docker:latest [2020-12-08T19:37:43.614Z] ---> 84e3a507c27b [2020-12-08T19:37:43.614Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-08T19:37:43.886Z] ---> Running in 1d4c4102b4d4 [2020-12-08T19:37:44.166Z] Removing intermediate container ff50a3f1b766 [2020-12-08T19:37:44.166Z] ---> 898472cc517a [2020-12-08T19:37:44.166Z] Step 13/22 : WORKDIR / [2020-12-08T19:37:44.176Z] snapcraft 4.4.4 from Canonical* installed [2020-12-08T19:37:44.176Z] "snapcraft" switched to the "latest/stable" channel [2020-12-08T19:37:44.176Z] [2020-12-08T19:37:44.438Z] ---> Running in 093fb05bf2a8 [2020-12-08T19:37:45.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:45.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:45.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:45.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:45.592Z] Removing intermediate container 093fb05bf2a8 [2020-12-08T19:37:45.592Z] ---> 2156aaf3bd2f [2020-12-08T19:37:45.592Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-08T19:37:45.866Z] v3.12.1-79-g28248c561e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-08T19:37:45.866Z] v3.12.1-78-g8ca0a357ed [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-08T19:37:45.866Z] OK: 12617 distinct packages available [2020-12-08T19:37:46.144Z] (1/2) Installing readline (8.0.4-r0) [2020-12-08T19:37:46.144Z] (2/2) Installing bash (5.0.17-r0) [2020-12-08T19:37:46.144Z] Executing bash-5.0.17-r0.post-install [2020-12-08T19:37:46.144Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:37:46.144Z] OK: 12 MiB in 22 packages [2020-12-08T19:37:46.430Z] Removing intermediate container 786d850e644e [2020-12-08T19:37:46.430Z] ---> 64de7b39d564 [2020-12-08T19:37:46.430Z] [2020-12-08T19:37:46.430Z] Step 10/24 : FROM alpine:3.10 [2020-12-08T19:37:46.430Z] ---> 536a684cf733 [2020-12-08T19:37:46.430Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-08T19:37:46.430Z] ---> Using cache [2020-12-08T19:37:46.430Z] ---> b708e0e28ae0 [2020-12-08T19:37:46.430Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T19:37:46.430Z] ---> Running in 848fa1ccb7c0 [2020-12-08T19:37:46.703Z] ---> fe8a6777958d [2020-12-08T19:37:46.703Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-08T19:37:46.977Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-08T19:37:46.977Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T19:37:46.977Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-08T19:37:46.977Z] (4/4) Installing curl (7.69.1-r1) [2020-12-08T19:37:46.977Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:37:46.977Z] Executing ca-certificates-20191127-r4.trigger [2020-12-08T19:37:46.977Z] Removing intermediate container 848fa1ccb7c0 [2020-12-08T19:37:47.253Z] ---> a4be68e9fe88 [2020-12-08T19:37:47.253Z] Step 13/24 : WORKDIR / [2020-12-08T19:37:47.253Z] OK: 7 MiB in 18 packages [2020-12-08T19:37:47.528Z] ---> Running in 2f0d3a150820 [2020-12-08T19:37:47.528Z] Removing intermediate container 1d4c4102b4d4 [2020-12-08T19:37:47.528Z] ---> 6c952ce77786 [2020-12-08T19:37:47.528Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-08T19:37:47.802Z] ---> Running in 8a6658cc71c6 [2020-12-08T19:37:48.078Z] ---> baed2f5125e7 [2020-12-08T19:37:48.078Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-08T19:37:48.078Z] Removing intermediate container 2f0d3a150820 [2020-12-08T19:37:48.078Z] ---> aa2551411d45 [2020-12-08T19:37:48.078Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-08T19:37:48.379Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-08T19:37:48.379Z] - README.md [2020-12-08T19:37:48.379Z] - snapcraft.yaml.orig [2020-12-08T19:37:48.379Z] [2020-12-08T19:37:48.379Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-08T19:37:49.076Z] ---> 515b0460f3d1 [2020-12-08T19:37:49.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-08T19:37:49.349Z] ---> 9f20ea41c82c [2020-12-08T19:37:49.349Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-08T19:37:49.625Z] Removing intermediate container b739465d4292 [2020-12-08T19:37:49.625Z] ---> 8281b6047f73 [2020-12-08T19:37:49.625Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-08T19:37:49.899Z] ---> Running in 5025970d4d7d [2020-12-08T19:37:50.171Z] ---> 56d3b1f1928d [2020-12-08T19:37:50.171Z] Step 18/22 : RUN chmod +x entrypoint.sh ---> b74a95d5281e [2020-12-08T19:37:50.171Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-08T19:37:50.171Z] [2020-12-08T19:37:50.446Z] ---> Running in 0d4efb2a4c0c [2020-12-08T19:37:50.446Z] Removing intermediate container 5025970d4d7d [2020-12-08T19:37:50.446Z] ---> 32256fe1ae04 [2020-12-08T19:37:50.446Z] Step 13/21 : WORKDIR /edgex [2020-12-08T19:37:50.717Z] ---> Running in e57dc64f92ba [2020-12-08T19:37:50.991Z] ---> 9568b0ed2104 [2020-12-08T19:37:50.991Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-08T19:37:50.991Z] Removing intermediate container 8a6658cc71c6 [2020-12-08T19:37:50.991Z] ---> 33207d5d45ba [2020-12-08T19:37:50.991Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-08T19:37:51.262Z] ---> Running in 1adbba4ec4d5 [2020-12-08T19:37:51.262Z] Removing intermediate container e57dc64f92ba [2020-12-08T19:37:51.262Z] ---> ea50a1a75f39 [2020-12-08T19:37:51.262Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-08T19:37:51.862Z] Removing intermediate container 1adbba4ec4d5 [2020-12-08T19:37:51.862Z] ---> 69f0a004097f [2020-12-08T19:37:51.862Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-08T19:37:52.137Z] ---> Running in 4ea0fa0b85bd [2020-12-08T19:37:52.413Z] ---> 7edd99f0344a [2020-12-08T19:37:52.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-08T19:37:52.413Z] ---> 9d05f37d43d4 [2020-12-08T19:37:52.413Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-08T19:37:52.693Z] Removing intermediate container 4ea0fa0b85bd [2020-12-08T19:37:52.693Z] ---> 03fa4c9c92cc [2020-12-08T19:37:52.693Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-08T19:37:53.292Z] ---> Running in 73c659c44553 [2020-12-08T19:37:53.292Z] Removing intermediate container 0d4efb2a4c0c [2020-12-08T19:37:53.292Z] ---> 1a8f338933e5 [2020-12-08T19:37:53.292Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-08T19:37:53.569Z] ---> Running in ac20dc1927d9 [2020-12-08T19:37:53.857Z] Removing intermediate container 73c659c44553 [2020-12-08T19:37:53.857Z] ---> 027972ae0d5b [2020-12-08T19:37:53.857Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-08T19:37:53.857Z] ---> c10563045c63 [2020-12-08T19:37:53.857Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-08T19:37:53.857Z] ---> 593c7d074874 [2020-12-08T19:37:53.857Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-08T19:37:54.134Z] Removing intermediate container ac20dc1927d9 [2020-12-08T19:37:54.134Z] ---> 570af26eae8d [2020-12-08T19:37:54.134Z] Step 20/22 : LABEL arch=arm64 [2020-12-08T19:37:54.410Z] ---> Running in 57ea300d23f3 [2020-12-08T19:37:54.959Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-08T19:37:54.959Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-08T19:37:54.959Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-08T19:37:54.959Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-08T19:37:55.011Z] ---> f5316a4f9539 [2020-12-08T19:37:55.011Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-08T19:37:55.290Z] Removing intermediate container 57ea300d23f3 [2020-12-08T19:37:55.290Z] ---> cfd0c5bff801 [2020-12-08T19:37:55.290Z] Step 21/22 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:37:55.290Z] ---> Running in bebd2bd221fb [2020-12-08T19:37:55.290Z] ---> Running in eae34dc949bc [2020-12-08T19:37:55.566Z] ---> ed57de688ad0 [2020-12-08T19:37:55.566Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-08T19:37:55.566Z] ---> 27831d590d84 [2020-12-08T19:37:55.566Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-08T19:37:55.842Z] ---> Running in 71d1516660af [2020-12-08T19:37:55.899Z] Reading package lists... [2020-12-08T19:37:56.117Z] Removing intermediate container bebd2bd221fb [2020-12-08T19:37:56.118Z] ---> ac844efc4f98 [2020-12-08T19:37:56.118Z] Step 22/22 : LABEL version=0.0.0 [2020-12-08T19:37:56.160Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-08T19:37:56.391Z] ---> Running in 117fa520019d [2020-12-08T19:37:56.391Z] Removing intermediate container 71d1516660af [2020-12-08T19:37:56.391Z] ---> d743953da07d [2020-12-08T19:37:56.391Z] Step 18/21 : CMD ["--init=true"] [2020-12-08T19:37:56.666Z] ---> cd2b4fd19657 [2020-12-08T19:37:56.666Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-08T19:37:56.666Z] ---> Running in ee8617ae7864 [2020-12-08T19:37:56.943Z] Removing intermediate container 117fa520019d [2020-12-08T19:37:56.943Z] ---> cde1b89939fb [2020-12-08T19:37:56.943Z] [2020-12-08T19:37:57.220Z] Removing intermediate container ee8617ae7864 [2020-12-08T19:37:57.220Z] ---> b62d1e8952ee [2020-12-08T19:37:57.220Z] Step 19/21 : LABEL arch=arm64 [2020-12-08T19:37:57.495Z] Successfully built cde1b89939fb [2020-12-08T19:37:57.495Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-08T19:37:57.495Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in eb04bc30e655 [2020-12-08T19:37:57.769Z] ---> 5eef7e77eaab [2020-12-08T19:37:57.769Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-08T19:37:58.042Z] ---> Running in 09bd3d7f8bd6 [2020-12-08T19:37:58.042Z] Removing intermediate container eb04bc30e655 [2020-12-08T19:37:58.042Z] ---> bc89e5e59e64 [2020-12-08T19:37:58.042Z] Step 20/21 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:37:58.320Z] ---> Running in ead81601aa45 [2020-12-08T19:37:58.320Z] Removing intermediate container eae34dc949bc [2020-12-08T19:37:58.320Z] ---> 7d3a87106f87 [2020-12-08T19:37:58.320Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-08T19:37:58.600Z] ---> Running in 104f765b782c [2020-12-08T19:37:58.877Z] Removing intermediate container ead81601aa45 [2020-12-08T19:37:58.877Z] ---> 4cd63383b8de [2020-12-08T19:37:58.877Z] Step 21/21 : LABEL version=0.0.0 [2020-12-08T19:37:59.151Z] ---> Running in 9884480d22c1 [2020-12-08T19:37:59.151Z] Removing intermediate container 104f765b782c [2020-12-08T19:37:59.151Z] ---> 34cf077d05df [2020-12-08T19:37:59.151Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T19:37:59.423Z] ---> Running in c2421f88093b [2020-12-08T19:37:59.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:37:59.694Z] Removing intermediate container 9884480d22c1 [2020-12-08T19:37:59.694Z] ---> 4899219d4878 [2020-12-08T19:37:59.694Z] [2020-12-08T19:37:59.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:38:00.291Z] Removing intermediate container c2421f88093b [2020-12-08T19:38:00.291Z] ---> 5cb9167e8257 [2020-12-08T19:38:00.291Z] Step 23/24 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:38:00.291Z] Successfully built 4899219d4878 [2020-12-08T19:38:00.291Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-08T19:38:00.291Z]  Building docker-security-proxy-setup-go ... done  ---> Running in f721efc3e83a [2020-12-08T19:38:00.291Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-08T19:38:00.291Z] (2/33) Installing expat (2.2.9-r1) [2020-12-08T19:38:00.567Z] (3/33) Installing libffi (3.3-r2) [2020-12-08T19:38:00.567Z] (4/33) Installing gdbm (1.13-r1) [2020-12-08T19:38:00.567Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-08T19:38:00.567Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-08T19:38:00.567Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-08T19:38:00.839Z] Removing intermediate container f721efc3e83a [2020-12-08T19:38:00.839Z] ---> ed122f37ac37 [2020-12-08T19:38:00.839Z] Step 24/24 : LABEL version=0.0.0 [2020-12-08T19:38:01.111Z] ---> Running in f462ae7986e0 [2020-12-08T19:38:01.705Z] Removing intermediate container f462ae7986e0 [2020-12-08T19:38:01.705Z] ---> 557fdb77074e [2020-12-08T19:38:01.705Z] [2020-12-08T19:38:02.299Z] Successfully built 557fdb77074e [2020-12-08T19:38:02.299Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-08T19:38:02.299Z]  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-08T19:38:02.299Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-08T19:38:02.299Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-08T19:38:02.299Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-08T19:38:02.299Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-08T19:38:02.299Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-08T19:38:02.569Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-08T19:38:02.569Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-08T19:38:02.570Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-08T19:38:02.570Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-08T19:38:02.570Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-08T19:38:02.570Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-08T19:38:02.570Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-08T19:38:02.742Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-08T19:38:02.742Z] Reading package lists... [2020-12-08T19:38:02.742Z] Building dependency tree... [2020-12-08T19:38:02.742Z] Reading state information... [2020-12-08T19:38:02.742Z] Suggested packages: [2020-12-08T19:38:02.742Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-08T19:38:02.742Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-08T19:38:02.742Z] Recommended packages: [2020-12-08T19:38:02.742Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-08T19:38:02.742Z] The following NEW packages will be installed: [2020-12-08T19:38:02.742Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-08T19:38:02.742Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-08T19:38:02.742Z] pkg-config zip [2020-12-08T19:38:02.742Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-08T19:38:02.742Z] Need to get 7656 kB of archives. [2020-12-08T19:38:02.742Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-08T19:38:02.742Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-08T19:38:02.742Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-08T19:38:02.841Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-08T19:38:02.841Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-08T19:38:02.841Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-08T19:38:02.841Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-08T19:38:02.841Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-08T19:38:02.841Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-08T19:38:02.841Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-08T19:38:02.841Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-08T19:38:02.841Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-08T19:38:02.841Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-08T19:38:02.841Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-08T19:38:02.841Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-08T19:38:03.002Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-08T19:38:03.111Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-08T19:38:03.111Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:38:03.262Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-08T19:38:03.262Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-08T19:38:03.262Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-08T19:38:03.262Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-08T19:38:03.383Z] OK: 71 MiB in 55 packages [2020-12-08T19:38:03.522Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-08T19:38:03.522Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-08T19:38:03.522Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-08T19:38:03.522Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-08T19:38:03.522Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-08T19:38:03.522Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-08T19:38:03.522Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-08T19:38:03.522Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-08T19:38:03.785Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-08T19:38:03.785Z] Fetched 7656 kB in 1s (7055 kB/s) [2020-12-08T19:38:03.785Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-08T19:38:04.046Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-08T19:38:04.046Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-08T19:38:04.046Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-08T19:38:04.306Z] Selecting previously unselected package libpsl5:amd64. [2020-12-08T19:38:04.306Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-08T19:38:04.306Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-08T19:38:04.306Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-08T19:38:04.306Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-08T19:38:04.306Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-08T19:38:04.306Z] Selecting previously unselected package librtmp1:amd64. [2020-12-08T19:38:04.306Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-08T19:38:04.306Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-08T19:38:04.566Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-08T19:38:04.566Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-08T19:38:04.566Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-08T19:38:04.566Z] Selecting previously unselected package liberror-perl. [2020-12-08T19:38:04.566Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-08T19:38:04.566Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-08T19:38:04.566Z] Selecting previously unselected package git-man. [2020-12-08T19:38:04.566Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-08T19:38:04.826Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-08T19:38:04.826Z] Selecting previously unselected package git. [2020-12-08T19:38:04.826Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-08T19:38:04.826Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-08T19:38:05.768Z] Selecting previously unselected package libnorm1:amd64. [2020-12-08T19:38:05.768Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-08T19:38:05.768Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-08T19:38:05.768Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-08T19:38:05.768Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-08T19:38:06.027Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-08T19:38:06.027Z] Selecting previously unselected package libsodium23:amd64. [2020-12-08T19:38:06.027Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-08T19:38:06.027Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-08T19:38:06.027Z] Selecting previously unselected package libzmq5:amd64. [2020-12-08T19:38:06.027Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-08T19:38:06.027Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-08T19:38:06.288Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-08T19:38:06.288Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-08T19:38:06.288Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-08T19:38:06.288Z] Selecting previously unselected package pkg-config. [2020-12-08T19:38:06.288Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-08T19:38:06.288Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-08T19:38:06.549Z] Selecting previously unselected package zip. [2020-12-08T19:38:06.549Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-08T19:38:06.549Z] Unpacking zip (3.0-11build1) ... [2020-12-08T19:38:06.549Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-08T19:38:06.549Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-08T19:38:06.549Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-08T19:38:06.549Z] Setting up liberror-perl (0.17025-1) ... [2020-12-08T19:38:06.549Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-08T19:38:06.810Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-08T19:38:06.810Z] No schema files found: doing nothing. [2020-12-08T19:38:06.810Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-08T19:38:06.810Z] Setting up zip (3.0-11build1) ... [2020-12-08T19:38:06.810Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-08T19:38:06.810Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-08T19:38:06.810Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-08T19:38:06.810Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-08T19:38:06.810Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-08T19:38:06.810Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-08T19:38:06.810Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-08T19:38:07.071Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-08T19:38:10.080Z] Removing intermediate container 09bd3d7f8bd6 [2020-12-08T19:38:10.080Z] ---> b9f381c88e7d [2020-12-08T19:38:10.080Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-08T19:38:10.080Z] ---> Running in f946dc8431ed [2020-12-08T19:38:13.808Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-08T19:38:13.808Z] git set to automatically installed. [2020-12-08T19:38:13.808Z] git-man set to automatically installed. [2020-12-08T19:38:13.808Z] libcurl3-gnutls set to automatically installed. [2020-12-08T19:38:13.808Z] liberror-perl set to automatically installed. [2020-12-08T19:38:13.808Z] libglib2.0-0 set to automatically installed. [2020-12-08T19:38:13.808Z] libnghttp2-14 set to automatically installed. [2020-12-08T19:38:13.808Z] libnorm1 set to automatically installed. [2020-12-08T19:38:13.808Z] libpgm-5.2-0 set to automatically installed. [2020-12-08T19:38:13.808Z] libpsl5 set to automatically installed. [2020-12-08T19:38:13.808Z] librtmp1 set to automatically installed. [2020-12-08T19:38:13.808Z] libsodium23 set to automatically installed. [2020-12-08T19:38:13.808Z] libzmq3-dev set to automatically installed. [2020-12-08T19:38:13.808Z] libzmq5 set to automatically installed. [2020-12-08T19:38:13.808Z] pkg-config set to automatically installed. [2020-12-08T19:38:13.808Z] zip set to automatically installed. [2020-12-08T19:38:14.381Z] Collecting docker-compose==1.23.2 [2020-12-08T19:38:14.381Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-08T19:38:14.381Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-08T19:38:14.381Z] Collecting texttable<0.10,>=0.9.0 [2020-12-08T19:38:14.381Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-08T19:38:15.719Z] snapd is not logged in, snap install commands will use sudo [2020-12-08T19:38:16.344Z] Collecting jsonschema<3,>=2.5.1 [2020-12-08T19:38:16.344Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-08T19:38:16.614Z] Collecting cached-property<2,>=1.2.0 [2020-12-08T19:38:16.614Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-08T19:38:17.208Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-08T19:38:17.208Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-08T19:38:17.799Z] Collecting docker<4.0,>=3.6.0 [2020-12-08T19:38:17.799Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-08T19:38:18.394Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-08T19:38:18.394Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-08T19:38:21.000Z] Collecting PyYAML<4,>=3.10 [2020-12-08T19:38:21.000Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-08T19:38:22.298Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-08T19:38:22.298Z] snap "core18" has no updates available [2020-12-08T19:38:22.870Z] Pulling config-common [2020-12-08T19:38:23.813Z] Pulling go-build-helper [2020-12-08T19:38:24.367Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-08T19:38:24.367Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-08T19:38:24.651Z] Collecting docopt<0.7,>=0.6.1 [2020-12-08T19:38:24.651Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-08T19:38:26.666Z] Collecting docker-pycreds>=0.4.0 [2020-12-08T19:38:26.666Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-08T19:38:26.948Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-08T19:38:27.230Z] Collecting idna<2.8,>=2.5 [2020-12-08T19:38:27.230Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-08T19:38:27.230Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-08T19:38:27.819Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-08T19:38:27.819Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-08T19:38:27.819Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-08T19:38:27.819Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-08T19:38:27.819Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-08T19:38:27.819Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-08T19:38:28.787Z] Installing collected packages: texttable, jsonschema, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, docopt, docker-compose [2020-12-08T19:38:28.787Z] Running setup.py install for texttable: started [2020-12-08T19:38:30.748Z] Running setup.py install for texttable: finished with status 'done' [2020-12-08T19:38:31.017Z] Attempting uninstall: idna [2020-12-08T19:38:31.018Z] Found existing installation: idna 2.9 [2020-12-08T19:38:31.018Z] Uninstalling idna-2.9: [2020-12-08T19:38:31.289Z] Successfully uninstalled idna-2.9 [2020-12-08T19:38:31.880Z] Attempting uninstall: urllib3 [2020-12-08T19:38:31.880Z] Found existing installation: urllib3 1.25.9 [2020-12-08T19:38:31.880Z] Uninstalling urllib3-1.25.9: [2020-12-08T19:38:31.880Z] Successfully uninstalled urllib3-1.25.9 [2020-12-08T19:38:32.469Z] Attempting uninstall: requests [2020-12-08T19:38:32.469Z] Found existing installation: requests 2.23.0 [2020-12-08T19:38:32.469Z] Uninstalling requests-2.23.0: [2020-12-08T19:38:32.739Z] Successfully uninstalled requests-2.23.0 [2020-12-08T19:38:33.708Z] Running setup.py install for dockerpty: started [2020-12-08T19:38:35.669Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-08T19:38:35.669Z] Running setup.py install for PyYAML: started [2020-12-08T19:38:37.631Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-08T19:38:37.631Z] Running setup.py install for docopt: started [2020-12-08T19:38:39.594Z] Running setup.py install for docopt: finished with status 'done' [2020-12-08T19:38:40.183Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-08T19:38:43.570Z] Removing intermediate container f946dc8431ed [2020-12-08T19:38:43.570Z] ---> 166ebfbdac22 [2020-12-08T19:38:43.570Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-08T19:38:43.570Z] ---> Running in 686c46c5be5f [2020-12-08T19:38:45.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T19:38:45.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T19:38:45.614Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-08T19:38:45.614Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-08T19:38:45.614Z] (3/3) Installing curl (7.69.1-r1) [2020-12-08T19:38:45.614Z] Executing busybox-1.31.1-r19.trigger [2020-12-08T19:38:45.614Z] OK: 71 MiB in 58 packages [2020-12-08T19:38:47.051Z] Removing intermediate container 686c46c5be5f [2020-12-08T19:38:47.051Z] ---> a20d2344b36e [2020-12-08T19:38:47.051Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-08T19:38:47.051Z] ---> Running in 552eb72ffd94 [2020-12-08T19:38:47.325Z] Removing intermediate container 552eb72ffd94 [2020-12-08T19:38:47.325Z] ---> 34d28d992c87 [2020-12-08T19:38:47.325Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-08T19:38:47.598Z] ---> Running in b3ee2d6b93c5 [2020-12-08T19:38:48.190Z] Removing intermediate container b3ee2d6b93c5 [2020-12-08T19:38:48.190Z] ---> b3dd59b38cd0 [2020-12-08T19:38:48.190Z] Step 25/27 : LABEL arch=arm64 [2020-12-08T19:38:48.190Z] ---> Running in e3a919b3a176 [2020-12-08T19:38:48.783Z] Removing intermediate container e3a919b3a176 [2020-12-08T19:38:48.783Z] ---> 237cec7ebcfa [2020-12-08T19:38:48.783Z] Step 26/27 : LABEL git_sha=0f334072fc1b34e624dc20b353904d004c4fda5b [2020-12-08T19:38:48.783Z] ---> Running in 74c4e45ad0e5 [2020-12-08T19:38:49.055Z] Removing intermediate container 74c4e45ad0e5 [2020-12-08T19:38:49.055Z] ---> 7fcf8e57613b [2020-12-08T19:38:49.326Z] Step 27/27 : LABEL version=0.0.0 [2020-12-08T19:38:49.326Z] ---> Running in 3f983d18ceb4 [2020-12-08T19:38:49.917Z] Removing intermediate container 3f983d18ceb4 [2020-12-08T19:38:49.917Z] ---> a2ecdaa242f6 [2020-12-08T19:38:49.917Z] [2020-12-08T19:38:50.189Z] Successfully built a2ecdaa242f6 [2020-12-08T19:38:50.189Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-08T19:38:50.390Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-08T19:38:50.390Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-08T19:38:50.390Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-08T19:38:50.390Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-08T19:38:50.390Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-08T19:38:50.390Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-08T19:38:50.390Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-08T19:38:50.390Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-08T19:38:50.390Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-08T19:38:50.390Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-08T19:38:50.390Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-08T19:38:50.390Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-08T19:38:50.390Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-08T19:38:50.390Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-08T19:38:50.390Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-08T19:38:50.390Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-08T19:38:50.390Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1092 kB] [2020-12-08T19:38:50.390Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-08T19:38:50.390Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-08T19:38:50.390Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-08T19:38:50.390Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-08T19:38:50.390Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-08T19:38:50.390Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-08T19:38:50.390Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-08T19:38:50.390Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-08T19:38:50.390Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1695 kB] [2020-12-08T19:38:50.390Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-08T19:38:50.390Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-08T19:38:50.390Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-08T19:38:50.390Z] Fetched 279 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-08T19:38:50.390Z] Fetched 122 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-08T19:38:50.390Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-08T19:38:50.390Z] Fetched 8848 B in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-08T19:38:50.390Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-08T19:38:50.390Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-08T19:38:50.390Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-08T19:38:50.390Z] Fetched 214 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-08T19:38:50.390Z] Fetched 155 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-08T19:38:50.390Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-08T19:38:50.390Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-08T19:38:50.390Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-08T19:38:50.390Z] Fetched 499 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-08T19:38:50.390Z] Fetched 111 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-08T19:38:50.390Z] Fetched 240 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-08T19:38:50.390Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-08T19:38:50.390Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-08T19:38:50.390Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-08T19:38:50.390Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-08T19:38:50.390Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-08T19:38:50.390Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-08T19:38:50.390Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-08T19:38:50.390Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-08T19:38:50.390Z] Fetched 8720 B in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-08T19:38:50.390Z] Fetched 137 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-08T19:38:50.390Z] Fetched 119 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-08T19:38:50.390Z] Fetched 109 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-08T19:38:50.390Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-08T19:38:50.390Z] Fetched 645 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-08T19:38:50.390Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-08T19:38:50.390Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-08T19:38:50.390Z] Fetched 368 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-08T19:38:50.390Z] Fetched 187 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-08T19:38:50.390Z] Fetched 175 kB in 0s (0 B/s) [2020-12-08T19:38:50.390Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-08T19:38:50.475Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-08T19:38:50.483Z] $ docker stop --time=1 33e937dbfcf361260cae9b3f38676b1af4b901557141b20afe8ff65ba5a00c95 [2020-12-08T19:38:50.651Z] Fetched 206 kB in 0s (0 B/s) [2020-12-08T19:38:50.651Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-08T19:38:50.651Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-08T19:38:50.651Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-08T19:38:50.651Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-08T19:38:50.651Z] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-08T19:38:50.651Z] Fetched 159 kB in 0s (0 B/s) [2020-12-08T19:38:50.651Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-08T19:38:50.651Z] Fetched 107 kB in 0s (0 B/s) [2020-12-08T19:38:50.651Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-08T19:38:50.651Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-08T19:38:50.651Z] Pulling static-packages [2020-12-08T19:38:51.591Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-08T19:38:51.591Z] Skipping pull go-build-helper (already ran) [2020-12-08T19:38:51.591Z] Skipping pull static-packages (already ran) [2020-12-08T19:38:51.591Z] Building go-build-helper [2020-12-08T19:38:52.357Z] $ docker rm -f 33e937dbfcf361260cae9b3f38676b1af4b901557141b20afe8ff65ba5a00c95 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T19:38:53.101Z] + grep docker [2020-12-08T19:38:53.101Z] + docker images [2020-12-08T19:38:53.372Z] docker-sys-mgmt-agent-go-arm64 latest a2ecdaa242f6 4 seconds ago 273MB [2020-12-08T19:38:53.372Z] docker-security-secretstore-setup-go-arm64 latest 557fdb77074e 52 seconds ago 23.5MB [2020-12-08T19:38:53.372Z] docker-security-proxy-setup-go-arm64 latest 4899219d4878 54 seconds ago 23.4MB [2020-12-08T19:38:53.372Z] docker-security-bootstrap-redis-go-arm64 latest cde1b89939fb 57 seconds ago 15.2MB [2020-12-08T19:38:53.372Z] docker-support-notifications-go-arm64 latest ca7ffc573654 2 minutes ago 12.9MB [2020-12-08T19:38:53.372Z] docker-core-data-go-arm64 latest 155749df31d4 3 minutes ago 22.3MB [2020-12-08T19:38:53.372Z] docker-core-metadata-go-arm64 latest a46b2d284ba7 3 minutes ago 13.6MB [2020-12-08T19:38:53.372Z] docker-core-command-go-arm64 latest 676b96dc05dc 4 minutes ago 11.4MB [2020-12-08T19:38:53.373Z] docker-support-scheduler-go-arm64 latest 0e52e8dbb2af 4 minutes ago 11.5MB [2020-12-08T19:38:53.373Z] docker-security-secrets-setup-go-arm64 latest 14472b3b7389 4 minutes ago 22.7MB [2020-12-08T19:38:53.373Z] docker latest 84e3a507c27b 6 days ago 201MB [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] } [2020-12-08T19:38:55.790Z] Building static-packages [2020-12-08T19:38:58.331Z] Staging go-build-helper [2020-12-08T19:38:59.272Z] Staging static-packages [2020-12-08T19:39:00.655Z] Pulling go115 [2020-12-08T19:39:01.600Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-08T19:39:01.600Z] Skipping pull go115 (already ran) [2020-12-08T19:39:01.600Z] Building go115 [2020-12-08T19:39:01.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T19:39:01.600Z] Dload Upload Total Spent Left Speed [2020-12-08T19:39:04.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.0M 0 0 29.9M 0 0:00:03 --:--:-- 0:00:03 29.8M 52 115M 52 60.8M 0 0 36.8M 0 0:00:03 0:00:01 0:00:02 36.8M 87 115M 87 100M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.9M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M [2020-12-08T19:39:05.489Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-08T19:39:10.772Z] Staging go115 [2020-12-08T19:39:16.059Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-08T19:39:16.059Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-08T19:39:16.059Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-08T19:39:16.059Z] Fetched 0 B in 0s (0 B/s) [2020-12-08T19:39:16.059Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-08T19:39:16.059Z] Fetched 224 kB in 0s (0 B/s) [2020-12-08T19:39:16.059Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-08T19:39:16.059Z] Fetched 157 kB in 0s (0 B/s) [2020-12-08T19:39:16.059Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-08T19:39:16.059Z] Fetched 221 kB in 0s (0 B/s) [2020-12-08T19:39:16.059Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-08T19:39:16.059Z] Fetched 143 kB in 0s (0 B/s) [2020-12-08T19:39:16.059Z] Pulling edgex-go [2020-12-08T19:39:17.970Z] Pulling version [2020-12-08T19:39:19.355Z] Building config-common [2020-12-08T19:39:21.906Z] Skipping build go-build-helper (already ran) [2020-12-08T19:39:21.906Z] Skipping build static-packages (already ran) [2020-12-08T19:39:21.906Z] Skipping build go115 (already ran) [2020-12-08T19:39:21.906Z] Building edgex-go [2020-12-08T19:39:22.850Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-08T19:39:24.245Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-08T19:39:24.245Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-08T19:39:24.245Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-08T19:39:24.245Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-08T19:39:24.245Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-08T19:39:24.245Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-08T19:39:24.245Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-08T19:39:24.245Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-08T19:39:24.245Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-08T19:39:24.245Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-08T19:39:24.245Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-08T19:39:24.245Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-08T19:39:24.245Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-08T19:39:24.245Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-08T19:39:24.245Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-08T19:39:24.245Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-08T19:39:24.245Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-08T19:39:24.245Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-08T19:39:24.245Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-08T19:39:24.245Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-08T19:39:24.245Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-08T19:39:24.245Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-08T19:39:24.520Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-08T19:39:24.520Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-08T19:39:24.520Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-08T19:39:24.520Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-08T19:39:24.520Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-08T19:39:24.780Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-08T19:39:24.780Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-08T19:39:32.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-08T19:39:38.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-08T19:39:39.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-08T19:39:40.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-08T19:39:40.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-08T19:39:40.797Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-08T19:39:41.057Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-08T19:39:41.057Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-08T19:39:42.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-08T19:39:42.441Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-08T19:39:42.441Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-08T19:39:44.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-08T19:39:45.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-08T19:39:45.298Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-08T19:39:46.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-08T19:39:46.242Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-08T19:39:48.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-08T19:39:48.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-08T19:39:49.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-08T19:39:52.209Z] Building version [2020-12-08T19:39:54.749Z] Staging config-common [2020-12-08T19:39:56.135Z] Skipping stage go-build-helper (already ran) [2020-12-08T19:39:56.135Z] Skipping stage static-packages (already ran) [2020-12-08T19:39:56.135Z] Skipping stage go115 (already ran) [2020-12-08T19:39:56.135Z] Staging edgex-go [2020-12-08T19:39:57.139Z] Staging version [2020-12-08T19:39:58.103Z] Priming config-common [2020-12-08T19:39:59.486Z] Priming go-build-helper [2020-12-08T19:40:00.430Z] Priming static-packages [2020-12-08T19:40:02.975Z] Priming go115 [2020-12-08T19:40:03.917Z] Priming edgex-go [2020-12-08T19:40:05.835Z] Priming version [2020-12-08T19:40:06.776Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-08T19:40:10.955Z] provisioning config files... [2020-12-08T19:40:10.975Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config117556440271246841tmp [Pipeline] { [Pipeline] sh [2020-12-08T19:40:11.399Z] + set +x [2020-12-08T19:40:11.399Z] + curl -s https://codecov.io/bash [2020-12-08T19:40:11.399Z] + bash -s -- [2020-12-08T19:40:12.220Z] [2020-12-08T19:40:12.220Z] _____ _ [2020-12-08T19:40:12.220Z] / ____| | | [2020-12-08T19:40:12.220Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T19:40:12.220Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T19:40:12.220Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T19:40:12.220Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T19:40:12.220Z] Bash-20201130-cc6d3fe [2020-12-08T19:40:12.220Z] [2020-12-08T19:40:12.220Z] [2020-12-08T19:40:12.220Z] ==> Jenkins CI detected. [2020-12-08T19:40:12.220Z] project root: . [2020-12-08T19:40:12.220Z] --> token set from env [2020-12-08T19:40:12.220Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T19:40:12.220Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T19:40:12.220Z] ==> Python coveragepy not found [2020-12-08T19:40:12.220Z] ==> Searching for coverage reports in: [2020-12-08T19:40:12.220Z] + . [2020-12-08T19:40:12.220Z] -> Found 1 reports [2020-12-08T19:40:12.220Z] ==> Detecting git/mercurial file structure [2020-12-08T19:40:12.220Z] ==> Reading reports [2020-12-08T19:40:12.220Z] + ./coverage.out bytes=569035 [2020-12-08T19:40:12.521Z] ==> Appending adjustments [2020-12-08T19:40:12.521Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T19:40:17.989Z] + Found adjustments [2020-12-08T19:40:17.989Z] ==> Gzipping contents [2020-12-08T19:40:17.989Z] 88K /tmp/codecov.5hVvRu.gz [2020-12-08T19:40:17.989Z] ==> Uploading reports [2020-12-08T19:40:17.989Z] url: https://codecov.io [2020-12-08T19:40:17.989Z] query: branch=PR-2930&commit=0f334072fc1b34e624dc20b353904d004c4fda5b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2930%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2930&job=&cmd_args= [2020-12-08T19:40:17.989Z] -> Pinging Codecov [2020-12-08T19:40:17.989Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2930&commit=0f334072fc1b34e624dc20b353904d004c4fda5b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2930%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2930&job=&cmd_args= [2020-12-08T19:40:17.989Z] -> Uploading to [2020-12-08T19:40:17.989Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/00271124DB129430A58F1EEE437C3FCB/0f334072fc1b34e624dc20b353904d004c4fda5b/19d4fedb-bf79-474b-a64c-148a7541b8f9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T194017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f517ed649d56547903219c778234b88605bd0e2ecbcd2c21705090607698ce61 [2020-12-08T19:40:17.989Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T19:40:17.989Z] Dload Upload Total Spent Left Speed [2020-12-08T19:40:18.572Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88000 0 0 100 88000 0 120k --:--:-- --:--:-- --:--:-- 120k [2020-12-08T19:40:18.572Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0f334072fc1b34e624dc20b353904d004c4fda5b [Pipeline] } [2020-12-08T19:40:18.591Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:40:21.309Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:40:22.633Z] ---> package-listing.sh [2020-12-08T19:40:22.633Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T19:40:22.633Z] ++ facter osfamily [2020-12-08T19:40:22.899Z] + OS_FAMILY=redhat [2020-12-08T19:40:22.899Z] + workspace=/w/workspace/edgex-go/3 [2020-12-08T19:40:22.899Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T19:40:22.899Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T19:40:22.899Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T19:40:22.899Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T19:40:22.899Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-08T19:40:22.899Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T19:40:22.899Z] + case "${OS_FAMILY}" in [2020-12-08T19:40:22.899Z] + rpm -qa [2020-12-08T19:40:22.899Z] + sort [2020-12-08T19:40:29.610Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T19:40:29.610Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T19:40:29.610Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T19:40:29.610Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-08T19:40:29.610Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-08T19:40:29.610Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-08T19:40:29.627Z] 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 [2020-12-08T19:40:29.963Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:40:30.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T19:40:30.819Z] [2020-12-08T19:40:30.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T19:40:31.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T19:40:31.607Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T19:40:31.607Z] df20fa9351a1: Pulling fs layer [2020-12-08T19:40:31.607Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T19:40:31.607Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T19:40:31.607Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T19:40:31.607Z] 93b61091891f: Pulling fs layer [2020-12-08T19:40:31.607Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T19:40:31.607Z] 5e14af77c1be: Pulling fs layer [2020-12-08T19:40:31.607Z] 01666e4c0597: Pulling fs layer [2020-12-08T19:40:31.607Z] aa168da1d23b: Pulling fs layer [2020-12-08T19:40:31.607Z] 46f8f816bc3b: Waiting [2020-12-08T19:40:31.607Z] 93b61091891f: Waiting [2020-12-08T19:40:31.607Z] 93b9cdb0e59b: Waiting [2020-12-08T19:40:31.607Z] 5e14af77c1be: Waiting [2020-12-08T19:40:31.607Z] 01666e4c0597: Waiting [2020-12-08T19:40:31.607Z] aa168da1d23b: Waiting [2020-12-08T19:40:31.607Z] 36b3adc4ff6f: Verifying Checksum [2020-12-08T19:40:31.607Z] 36b3adc4ff6f: Download complete [2020-12-08T19:40:31.607Z] 46f8f816bc3b: Verifying Checksum [2020-12-08T19:40:31.607Z] 46f8f816bc3b: Download complete [2020-12-08T19:40:31.607Z] df20fa9351a1: Verifying Checksum [2020-12-08T19:40:31.607Z] df20fa9351a1: Download complete [2020-12-08T19:40:31.607Z] 93b9cdb0e59b: Verifying Checksum [2020-12-08T19:40:31.607Z] 93b9cdb0e59b: Download complete [2020-12-08T19:40:32.032Z] 5e14af77c1be: Verifying Checksum [2020-12-08T19:40:32.032Z] 5e14af77c1be: Download complete [2020-12-08T19:40:32.032Z] 01666e4c0597: Verifying Checksum [2020-12-08T19:40:32.032Z] 01666e4c0597: Download complete [2020-12-08T19:40:32.032Z] 93b61091891f: Verifying Checksum [2020-12-08T19:40:32.032Z] 93b61091891f: Download complete [2020-12-08T19:40:32.750Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T19:40:32.750Z] 8ad3a11d3b57: Download complete [2020-12-08T19:40:32.750Z] df20fa9351a1: Pull complete [2020-12-08T19:40:33.069Z] 36b3adc4ff6f: Pull complete [2020-12-08T19:40:35.090Z] 8ad3a11d3b57: Pull complete [2020-12-08T19:40:35.090Z] 46f8f816bc3b: Pull complete [2020-12-08T19:40:37.097Z] aa168da1d23b: Verifying Checksum [2020-12-08T19:40:37.685Z] 93b61091891f: Pull complete [2020-12-08T19:40:37.951Z] 93b9cdb0e59b: Pull complete [2020-12-08T19:40:37.951Z] 5e14af77c1be: Pull complete [2020-12-08T19:40:38.224Z] 01666e4c0597: Pull complete [2020-12-08T19:40:53.411Z] aa168da1d23b: Pull complete [2020-12-08T19:40:53.411Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T19:40:53.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T19:40:53.411Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T19:40:53.752Z] prd-centos7-docker-4c-2g-15124 does not seem to be running inside a container [2020-12-08T19:40:53.833Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-08T19:40:58.858Z] $ docker top 40de1b9e748c69b1f3ff4474b42f75c1fdfe4d01fd03abe399153d03b0e24b10 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T19:40:59.817Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T19:41:00.530Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T19:41:00.877Z] + ls /var/log/sa-host [2020-12-08T19:41:00.877Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T19:41:00.877Z] file_magic: OK [2020-12-08T19:41:00.877Z] HZ: Using current value: 100 [2020-12-08T19:41:00.877Z] file_header: OK [2020-12-08T19:41:00.877Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-08T19:41:00.877Z] Statistics: [2020-12-08T19:41:00.877Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-08T19:41:00.877Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T19:41:00.877Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T19:41:00.877Z] file_magic: OK [2020-12-08T19:41:00.877Z] HZ: Using current value: 100 [2020-12-08T19:41:00.877Z] file_header: OK [2020-12-08T19:41:00.877Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-08T19:41:00.877Z] Statistics: [2020-12-08T19:41:00.877Z] Hnuu...uuuununununu... [2020-12-08T19:41:00.877Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T19:41:01.591Z] provisioning config files... [2020-12-08T19:41:01.611Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5934893455444782705tmp [Pipeline] { [Pipeline] echo [2020-12-08T19:41:01.724Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:41:02.051Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T19:41:02.068Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T19:41:02.177Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:41:02.504Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T19:41:02.520Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:41:03.399Z] ---> sudo-logs.sh [2020-12-08T19:41:03.399Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T19:41:03.413Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:41:03.745Z] ---> job-cost.sh [2020-12-08T19:41:03.746Z] lf-activate-venv: SKIPPING [2020-12-08T19:41:03.746Z] INFO: No Stack... [2020-12-08T19:41:05.186Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T19:41:05.772Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T19:41:05.799Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T19:41:06.493Z] ---> logs-deploy.sh [2020-12-08T19:41:06.493Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2930/3 [2020-12-08T19:41:06.493Z] INFO: archiving workspace using pattern(s): [2020-12-08T19:41:08.449Z] Archives upload complete. [2020-12-08T19:41:08.716Z] INFO: archiving logs to Nexus [2020-12-08T19:41:10.293Z] ---> uname -a: [2020-12-08T19:41:10.294Z] Linux prd-centos7-docker-4c-2g-15124.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] ---> lscpu: [2020-12-08T19:41:10.294Z] Architecture: x86_64 [2020-12-08T19:41:10.294Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-08T19:41:10.294Z] Byte Order: Little Endian [2020-12-08T19:41:10.294Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-08T19:41:10.294Z] CPU(s): 4 [2020-12-08T19:41:10.294Z] On-line CPU(s) list: 0-3 [2020-12-08T19:41:10.294Z] Thread(s) per core: 1 [2020-12-08T19:41:10.294Z] Core(s) per socket: 1 [2020-12-08T19:41:10.294Z] Socket(s): 4 [2020-12-08T19:41:10.294Z] NUMA node(s): 1 [2020-12-08T19:41:10.294Z] Vendor ID: GenuineIntel [2020-12-08T19:41:10.294Z] CPU family: 6 [2020-12-08T19:41:10.294Z] Model: 44 [2020-12-08T19:41:10.294Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-08T19:41:10.294Z] Stepping: 1 [2020-12-08T19:41:10.294Z] CPU MHz: 2933.438 [2020-12-08T19:41:10.294Z] BogoMIPS: 5866.87 [2020-12-08T19:41:10.294Z] Virtualization: VT-x [2020-12-08T19:41:10.294Z] Hypervisor vendor: KVM [2020-12-08T19:41:10.294Z] Virtualization type: full [2020-12-08T19:41:10.294Z] L1d cache: 128 KiB [2020-12-08T19:41:10.294Z] L1i cache: 128 KiB [2020-12-08T19:41:10.294Z] L2 cache: 16 MiB [2020-12-08T19:41:10.294Z] L3 cache: 64 MiB [2020-12-08T19:41:10.294Z] NUMA node0 CPU(s): 0-3 [2020-12-08T19:41:10.294Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-08T19:41:10.294Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-08T19:41:10.294Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-08T19:41:10.294Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-08T19:41:10.294Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-08T19:41:10.294Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-08T19:41:10.294Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-08T19:41:10.294Z] Vulnerability Srbds: Not affected [2020-12-08T19:41:10.294Z] Vulnerability Tsx async abort: Not affected [2020-12-08T19:41:10.294Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] ---> nproc: [2020-12-08T19:41:10.294Z] 4 [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] ---> df -h: [2020-12-08T19:41:10.294Z] Filesystem Size Used Available Use% Mounted on [2020-12-08T19:41:10.294Z] overlay 50.0G 11.9G 38.1G 24% / [2020-12-08T19:41:10.294Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-08T19:41:10.294Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-08T19:41:10.294Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /facter-os [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /etc/resolv.conf [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hostname [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /etc/hosts [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /run/cloud-init/result.json [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/sa-host [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/secure [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /var/log/auth.log [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/3 [2020-12-08T19:41:10.294Z] /dev/vda1 50.0G 11.9G 38.1G 24% /w/workspace/edgex-go/3@tmp [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] ---> free -m: [2020-12-08T19:41:10.294Z] total used free shared buff/cache available [2020-12-08T19:41:10.294Z] Mem: 1837 678 147 0 1011 1072 [2020-12-08T19:41:10.294Z] Swap: 1023 107 916 [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] ---> ip addr: [2020-12-08T19:41:10.294Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-08T19:41:10.294Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-08T19:41:10.294Z] inet 127.0.0.1/8 scope host lo [2020-12-08T19:41:10.294Z] valid_lft forever preferred_lft forever [2020-12-08T19:41:10.294Z] inet6 ::1/128 scope host [2020-12-08T19:41:10.294Z] valid_lft forever preferred_lft forever [2020-12-08T19:41:10.294Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-08T19:41:10.294Z] link/ether fa:16:3e:1c:d5:9b brd ff:ff:ff:ff:ff:ff [2020-12-08T19:41:10.294Z] inet 10.30.122.144/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-08T19:41:10.294Z] valid_lft 85021sec preferred_lft 85021sec [2020-12-08T19:41:10.294Z] inet6 fe80::f816:3eff:fe1c:d59b/64 scope link [2020-12-08T19:41:10.294Z] valid_lft forever preferred_lft forever [2020-12-08T19:41:10.294Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-08T19:41:10.294Z] link/ether 02:42:18:ea:f2:9e brd ff:ff:ff:ff:ff:ff [2020-12-08T19:41:10.294Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-08T19:41:10.294Z] valid_lft forever preferred_lft forever [2020-12-08T19:41:10.294Z] inet6 fe80::42:18ff:feea:f29e/64 scope link [2020-12-08T19:41:10.294Z] valid_lft forever preferred_lft forever [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] ---> sar -b -r -n DEV: [2020-12-08T19:41:10.294Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] 19:17:59 LINUX RESTART (4 CPU) [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] 19:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-08T19:41:10.294Z] 19:20:01 67.09 16.86 50.23 0.00 5022.50 13145.27 0.00 [2020-12-08T19:41:10.294Z] 19:21:01 199.92 96.45 103.47 0.00 5829.14 38790.38 0.00 [2020-12-08T19:41:10.294Z] 19:22:01 191.06 39.01 152.05 0.00 3746.93 31321.55 0.00 [2020-12-08T19:41:10.294Z] 19:23:02 164.40 104.41 59.99 0.00 3658.98 6578.55 0.00 [2020-12-08T19:41:10.294Z] 19:24:01 54.14 15.64 38.51 0.00 549.70 4253.43 0.00 [2020-12-08T19:41:10.294Z] 19:25:01 131.89 78.22 53.67 0.00 3194.15 4442.18 0.00 [2020-12-08T19:41:10.294Z] 19:26:01 38.69 7.78 30.91 0.00 899.24 10166.05 0.00 [2020-12-08T19:41:10.294Z] 19:27:02 318.94 119.62 199.31 0.00 58869.53 126314.90 0.00 [2020-12-08T19:41:10.294Z] 19:28:06 2176.58 1919.30 257.28 0.00 112816.17 121175.18 0.00 [2020-12-08T19:41:10.294Z] 19:29:02 1216.97 1058.84 158.13 0.00 65027.71 73080.14 0.00 [2020-12-08T19:41:10.294Z] 19:30:02 394.04 125.37 268.67 0.00 25013.06 70879.83 0.00 [2020-12-08T19:41:10.294Z] 19:31:02 1509.85 1252.86 257.00 0.00 90116.58 92755.28 0.00 [2020-12-08T19:41:10.294Z] 19:32:01 1327.69 1027.10 300.59 0.00 61994.55 67160.29 0.00 [2020-12-08T19:41:10.294Z] 19:33:02 813.10 621.62 191.47 0.00 36041.19 45995.23 0.00 [2020-12-08T19:41:10.294Z] 19:34:01 41.61 18.19 23.42 0.00 2993.57 3296.94 0.00 [2020-12-08T19:41:10.294Z] 19:35:01 1.63 0.20 1.43 0.00 2.00 21.29 0.00 [2020-12-08T19:41:10.294Z] 19:36:01 0.32 0.02 0.30 0.00 0.13 4.24 0.00 [2020-12-08T19:41:10.294Z] 19:37:01 0.43 0.03 0.40 0.00 0.93 5.36 0.00 [2020-12-08T19:41:10.294Z] 19:38:01 0.96 0.67 0.30 0.00 8.38 5.21 0.00 [2020-12-08T19:41:10.294Z] 19:39:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 [2020-12-08T19:41:10.294Z] 19:40:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 [2020-12-08T19:41:10.294Z] Average: 414.45 311.87 102.57 0.00 22818.86 33996.01 0.00 [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] 19:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-08T19:41:10.294Z] 19:20:01 64008 0 747104 39.71 2620 1067812 1437204 49.05 646504 966456 20 [2020-12-08T19:41:10.294Z] 19:21:01 116936 0 769540 40.90 1676 993392 1975984 67.44 587748 936088 32 [2020-12-08T19:41:10.294Z] 19:22:01 286912 0 734460 39.03 816 859356 1436668 49.03 519368 809068 48 [2020-12-08T19:41:10.294Z] 19:23:02 251104 0 793724 42.18 536 836180 1677804 57.26 640072 716304 37092 [2020-12-08T19:41:10.294Z] 19:24:01 250600 0 784976 41.72 380 845588 1462632 49.92 666456 688148 55432 [2020-12-08T19:41:10.294Z] 19:25:01 134384 0 881360 46.84 380 865420 1503084 51.30 707196 752840 57868 [2020-12-08T19:41:10.294Z] 19:26:01 271184 0 774444 41.16 364 835552 1590624 54.29 610000 732300 47720 [2020-12-08T19:41:10.294Z] 19:27:02 72260 0 843964 44.85 76 965244 2263884 77.26 773216 828172 15360 [2020-12-08T19:41:10.294Z] 19:28:06 75668 0 861840 45.80 76 943960 2386384 81.44 765704 806564 46604 [2020-12-08T19:41:10.294Z] 19:29:02 74656 0 1294960 68.82 76 511852 3511684 119.85 856016 684260 32560 [2020-12-08T19:41:10.294Z] 19:30:02 68916 0 807768 42.93 76 1004784 2080612 71.01 749464 815952 18248 [2020-12-08T19:41:10.294Z] 19:31:02 59212 0 798604 42.44 76 1023652 2363060 80.65 557688 1013360 73672 [2020-12-08T19:41:10.294Z] 19:32:01 255928 0 696432 37.01 76 929108 1829624 62.44 647676 737168 2132 [2020-12-08T19:41:10.294Z] 19:33:02 437744 0 639632 34.00 76 804092 1369032 46.72 463236 737580 11884 [2020-12-08T19:41:10.294Z] 19:34:01 698924 0 591896 31.46 76 590648 1217208 41.54 412788 538336 12 [2020-12-08T19:41:10.294Z] 19:35:01 701000 0 589804 31.35 76 590664 1192620 40.70 411252 537968 16 [2020-12-08T19:41:10.294Z] 19:36:01 702524 0 588284 31.27 76 590660 1183272 40.38 410488 537908 8 [2020-12-08T19:41:10.294Z] 19:37:01 702440 0 588360 31.27 76 590668 1183272 40.38 410372 537940 8 [2020-12-08T19:41:10.294Z] 19:38:01 702480 0 588308 31.27 76 590680 1183272 40.38 410380 538196 8 [2020-12-08T19:41:10.294Z] 19:39:01 702088 0 588696 31.29 76 590684 1183356 40.39 410460 538192 12 [2020-12-08T19:41:10.294Z] 19:40:01 702396 0 588380 31.27 76 590692 1183264 40.38 410396 538192 12 [2020-12-08T19:41:10.294Z] Average: 349113 0 740597 39.36 373 791461 1676883 57.23 574594 713857 18988 [2020-12-08T19:41:10.294Z] [2020-12-08T19:41:10.294Z] 19:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-08T19:41:10.294Z] 19:20:01 vetha1379d4 696.00 603.25 70.73 2644.58 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:20:01 eth0 1190.11 1056.85 5745.90 143.13 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:20:01 docker0 696.00 603.12 61.21 2644.57 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:21:01 veth430d520 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:21:01 eth0 289.43 244.03 2832.72 26.74 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:21:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:22:01 eth0 363.08 197.62 1950.68 26.84 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:22:01 veth33f60ac 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:22:01 docker0 121.61 190.93 8.87 844.73 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:23:02 eth0 30.48 26.72 20.23 69.15 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:23:02 veth1980740 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:24:01 eth0 27.15 20.08 20.64 11.39 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:24:01 veth1980740 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:25:01 eth0 13.35 9.41 11.84 6.48 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:25:01 veth1980740 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:26:01 eth0 108.75 88.56 777.87 74.88 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:27:02 eth0 92.92 72.64 917.25 13.77 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:27:02 veth1ea378c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:28:06 eth0 52.40 34.09 152.29 57.82 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:28:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:28:06 veth1ea378c 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:28:06 docker0 11.03 23.66 0.58 137.79 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:29:02 vethd6da115 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:29:02 vethccdbf16 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:29:02 vethdf7d562 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:29:02 eth0 7.38 5.31 7.50 2.97 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:30:02 eth0 111.78 56.10 476.07 16.52 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.294Z] 19:30:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:30:02 veth2f94703 16.18 53.45 1.11 298.77 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:30:02 veth1ea378c 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:31:02 veth81ed563 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:31:02 vethc08754e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:31:02 vetha73e355 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:31:02 eth0 54.10 41.79 67.08 79.60 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:32:01 eth0 78.56 57.52 162.07 79.29 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:32:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:32:01 veth4e4ad27 2.09 4.80 0.14 36.13 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:32:01 veth33d3b37 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:33:02 veth4397178 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:33:02 eth0 40.81 27.14 70.13 14.38 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:33:02 veth1ea378c 0.00 1.01 0.00 0.05 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:34:01 eth0 11.08 8.25 8.84 4.34 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:34:01 docker0 889.94 942.26 74.78 4320.59 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:35:01 eth0 0.68 0.55 0.68 0.22 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:36:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:37:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:38:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:39:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:40:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] Average: eth0 118.20 93.08 632.47 30.08 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] Average: docker0 41.75 44.20 3.51 202.68 0.00 0.00 0.00 0.00 [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z] ---> sar -P ALL: [2020-12-08T19:41:10.295Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/08/20 _x86_64_ (4 CPU) [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z] 19:17:59 LINUX RESTART (4 CPU) [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z] 19:19:01 CPU %user %nice %system %iowait %steal %idle [2020-12-08T19:41:10.295Z] 19:20:01 all 7.84 0.00 4.32 1.49 18.75 67.61 [2020-12-08T19:41:10.295Z] 19:20:01 0 8.30 0.00 5.68 4.58 21.01 60.44 [2020-12-08T19:41:10.295Z] 19:20:01 1 6.84 0.00 3.26 0.27 19.32 70.32 [2020-12-08T19:41:10.295Z] 19:20:01 2 7.45 0.00 4.07 1.07 15.80 71.61 [2020-12-08T19:41:10.295Z] 19:20:01 3 8.83 0.00 4.35 0.12 18.88 67.82 [2020-12-08T19:41:10.295Z] 19:21:01 all 6.83 0.00 4.35 1.03 21.81 65.99 [2020-12-08T19:41:10.295Z] 19:21:01 0 5.90 0.00 3.96 0.73 23.29 66.11 [2020-12-08T19:41:10.295Z] 19:21:01 1 6.59 0.00 4.31 1.15 21.38 66.58 [2020-12-08T19:41:10.295Z] 19:21:01 2 6.71 0.00 4.74 1.18 21.75 65.62 [2020-12-08T19:41:10.295Z] 19:21:01 3 8.12 0.00 4.42 1.05 20.79 65.62 [2020-12-08T19:41:10.295Z] 19:22:01 all 5.46 0.00 5.62 4.31 18.08 66.52 [2020-12-08T19:41:10.295Z] 19:22:01 0 5.47 0.00 6.85 5.14 19.11 63.42 [2020-12-08T19:41:10.295Z] 19:22:01 1 4.39 0.00 4.94 3.39 17.74 69.54 [2020-12-08T19:41:10.295Z] 19:22:01 2 5.82 0.00 5.15 4.71 17.67 66.65 [2020-12-08T19:41:10.295Z] 19:22:01 3 6.19 0.00 5.56 4.04 17.84 66.37 [2020-12-08T19:41:10.295Z] 19:23:02 all 32.57 0.00 10.32 3.82 26.64 26.65 [2020-12-08T19:41:10.295Z] 19:23:02 0 33.44 0.00 10.45 3.03 26.79 26.29 [2020-12-08T19:41:10.295Z] 19:23:02 1 30.07 0.00 9.25 6.24 27.77 26.67 [2020-12-08T19:41:10.295Z] 19:23:02 2 30.71 0.00 10.48 2.82 26.90 29.08 [2020-12-08T19:41:10.295Z] 19:23:02 3 36.27 0.00 11.12 3.17 25.04 24.41 [2020-12-08T19:41:10.295Z] 19:24:01 all 42.46 0.00 11.38 2.02 25.14 19.00 [2020-12-08T19:41:10.295Z] 19:24:01 0 45.32 0.00 10.61 1.27 25.83 16.96 [2020-12-08T19:41:10.295Z] 19:24:01 1 39.62 0.00 12.48 1.82 25.45 20.63 [2020-12-08T19:41:10.295Z] 19:24:01 2 46.47 0.00 11.18 2.10 22.86 17.39 [2020-12-08T19:41:10.295Z] 19:24:01 3 38.64 0.00 11.20 2.88 26.37 20.91 [2020-12-08T19:41:10.295Z] 19:25:01 all 33.98 0.00 14.23 3.80 19.46 28.52 [2020-12-08T19:41:10.295Z] 19:25:01 0 36.07 0.00 15.04 3.69 18.76 26.43 [2020-12-08T19:41:10.295Z] 19:25:01 1 34.38 0.00 13.70 4.13 19.43 28.36 [2020-12-08T19:41:10.295Z] 19:25:01 2 32.39 0.00 13.95 3.63 20.33 29.70 [2020-12-08T19:41:10.295Z] 19:25:01 3 33.09 0.00 14.24 3.75 19.31 29.61 [2020-12-08T19:41:10.295Z] 19:26:01 all 17.66 0.00 9.10 0.56 23.01 49.67 [2020-12-08T19:41:10.295Z] 19:26:01 0 16.38 0.00 9.12 0.48 25.92 48.10 [2020-12-08T19:41:10.295Z] 19:26:01 1 15.91 0.00 8.14 0.82 23.28 51.84 [2020-12-08T19:41:10.295Z] 19:26:01 2 20.33 0.00 9.93 0.10 20.89 48.75 [2020-12-08T19:41:10.295Z] 19:26:01 3 18.08 0.00 9.22 0.83 21.93 49.94 [2020-12-08T19:41:10.295Z] 19:27:02 all 10.55 0.00 12.52 3.79 27.71 45.43 [2020-12-08T19:41:10.295Z] 19:27:02 0 8.70 0.00 11.39 4.82 28.39 46.71 [2020-12-08T19:41:10.295Z] 19:27:02 1 11.30 0.00 12.79 4.07 27.24 44.60 [2020-12-08T19:41:10.295Z] 19:27:02 2 10.16 0.00 12.91 3.06 27.61 46.26 [2020-12-08T19:41:10.295Z] 19:27:02 3 12.10 0.00 13.02 3.18 27.59 44.11 [2020-12-08T19:41:10.295Z] 19:28:06 all 11.67 0.00 15.64 20.11 27.40 25.18 [2020-12-08T19:41:10.295Z] 19:28:06 0 11.29 0.00 13.74 20.79 27.23 26.95 [2020-12-08T19:41:10.295Z] 19:28:06 1 12.07 0.00 15.57 19.67 26.62 26.08 [2020-12-08T19:41:10.295Z] 19:28:06 2 11.99 0.00 17.14 20.70 27.60 22.58 [2020-12-08T19:41:10.295Z] 19:28:06 3 11.34 0.00 16.21 19.27 28.17 25.01 [2020-12-08T19:41:10.295Z] 19:29:02 all 45.15 0.00 15.18 10.50 17.26 11.91 [2020-12-08T19:41:10.295Z] 19:29:02 0 42.52 0.00 14.64 10.45 18.80 13.59 [2020-12-08T19:41:10.295Z] 19:29:02 1 47.46 0.00 15.60 10.01 15.05 11.89 [2020-12-08T19:41:10.295Z] 19:29:02 2 45.30 0.00 16.11 10.98 17.14 10.48 [2020-12-08T19:41:10.295Z] 19:29:02 3 45.31 0.00 14.37 10.59 18.06 11.66 [2020-12-08T19:41:10.295Z] 19:30:02 all 32.30 0.00 16.63 12.18 19.98 18.91 [2020-12-08T19:41:10.295Z] 19:30:02 0 32.48 0.00 15.76 7.84 19.33 24.59 [2020-12-08T19:41:10.295Z] 19:30:02 1 31.48 0.00 16.70 14.62 21.17 16.03 [2020-12-08T19:41:10.295Z] 19:30:02 2 33.80 0.00 17.19 14.33 19.02 15.66 [2020-12-08T19:41:10.295Z] 19:30:02 3 31.43 0.00 16.89 12.01 20.39 19.27 [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z] 19:30:02 CPU %user %nice %system %iowait %steal %idle [2020-12-08T19:41:10.295Z] 19:31:02 all 28.65 0.00 17.43 14.86 25.67 13.39 [2020-12-08T19:41:10.295Z] 19:31:02 0 28.06 0.00 14.71 15.01 27.63 14.60 [2020-12-08T19:41:10.295Z] 19:31:02 1 27.64 0.00 18.59 13.98 25.22 14.57 [2020-12-08T19:41:10.295Z] 19:31:02 2 30.26 0.00 17.78 14.75 24.10 13.10 [2020-12-08T19:41:10.295Z] 19:31:02 3 28.64 0.00 18.73 15.69 25.70 11.23 [2020-12-08T19:41:10.295Z] 19:32:01 all 25.14 0.00 15.95 21.13 21.71 16.07 [2020-12-08T19:41:10.295Z] 19:32:01 0 22.74 0.00 14.02 21.06 23.33 18.86 [2020-12-08T19:41:10.295Z] 19:32:01 1 24.75 0.00 17.35 24.06 22.13 11.72 [2020-12-08T19:41:10.295Z] 19:32:01 2 29.23 0.00 17.36 21.88 19.34 12.20 [2020-12-08T19:41:10.295Z] 19:32:01 3 23.97 0.00 15.11 17.54 22.00 21.37 [2020-12-08T19:41:10.295Z] 19:33:02 all 37.84 0.00 16.60 9.72 20.72 15.12 [2020-12-08T19:41:10.295Z] 19:33:02 0 38.04 0.00 16.84 12.61 20.67 11.84 [2020-12-08T19:41:10.295Z] 19:33:02 1 39.60 0.00 17.76 9.95 20.53 12.17 [2020-12-08T19:41:10.295Z] 19:33:02 2 39.76 0.00 16.62 9.36 19.21 15.05 [2020-12-08T19:41:10.295Z] 19:33:02 3 34.01 0.00 15.22 6.98 22.44 21.36 [2020-12-08T19:41:10.295Z] 19:34:01 all 0.88 0.00 1.65 1.33 3.06 93.07 [2020-12-08T19:41:10.295Z] 19:34:01 0 0.96 0.00 2.01 1.20 2.71 93.13 [2020-12-08T19:41:10.295Z] 19:34:01 1 0.73 0.00 1.76 0.78 2.99 93.74 [2020-12-08T19:41:10.295Z] 19:34:01 2 0.79 0.00 1.64 1.39 3.28 92.91 [2020-12-08T19:41:10.295Z] 19:34:01 3 1.03 0.00 1.22 1.97 3.27 92.51 [2020-12-08T19:41:10.295Z] 19:35:01 all 0.10 0.00 0.05 0.00 0.41 99.44 [2020-12-08T19:41:10.295Z] 19:35:01 0 0.12 0.00 0.03 0.00 0.45 99.40 [2020-12-08T19:41:10.295Z] 19:35:01 1 0.03 0.00 0.07 0.00 0.41 99.49 [2020-12-08T19:41:10.295Z] 19:35:01 2 0.22 0.00 0.07 0.00 0.25 99.47 [2020-12-08T19:41:10.295Z] 19:35:01 3 0.05 0.00 0.03 0.00 0.53 99.39 [2020-12-08T19:41:10.295Z] 19:36:01 all 0.05 0.00 0.15 0.00 0.79 99.01 [2020-12-08T19:41:10.295Z] 19:36:01 0 0.02 0.00 0.25 0.00 0.58 99.15 [2020-12-08T19:41:10.295Z] 19:36:01 1 0.03 0.00 0.18 0.00 1.03 98.76 [2020-12-08T19:41:10.295Z] 19:36:01 2 0.13 0.00 0.03 0.00 0.90 98.94 [2020-12-08T19:41:10.295Z] 19:36:01 3 0.02 0.00 0.15 0.00 0.65 99.19 [2020-12-08T19:41:10.295Z] 19:37:01 all 0.06 0.00 0.06 0.00 0.32 99.55 [2020-12-08T19:41:10.295Z] 19:37:01 0 0.02 0.00 0.05 0.00 0.07 99.87 [2020-12-08T19:41:10.295Z] 19:37:01 1 0.05 0.00 0.05 0.00 0.73 99.17 [2020-12-08T19:41:10.295Z] 19:37:01 2 0.15 0.00 0.02 0.00 0.40 99.43 [2020-12-08T19:41:10.295Z] 19:37:01 3 0.02 0.00 0.13 0.00 0.10 99.75 [2020-12-08T19:41:10.295Z] 19:38:01 all 0.13 0.00 0.16 0.02 0.40 99.28 [2020-12-08T19:41:10.295Z] 19:38:01 0 0.07 0.00 0.18 0.05 0.40 99.30 [2020-12-08T19:41:10.295Z] 19:38:01 1 0.05 0.00 0.18 0.00 0.47 99.30 [2020-12-08T19:41:10.295Z] 19:38:01 2 0.38 0.00 0.10 0.00 0.43 99.09 [2020-12-08T19:41:10.295Z] 19:38:01 3 0.03 0.00 0.17 0.05 0.32 99.44 [2020-12-08T19:41:10.295Z] 19:39:01 all 0.09 0.00 0.04 0.00 0.34 99.53 [2020-12-08T19:41:10.295Z] 19:39:01 0 0.02 0.00 0.02 0.00 0.12 99.85 [2020-12-08T19:41:10.295Z] 19:39:01 1 0.03 0.00 0.05 0.00 0.40 99.52 [2020-12-08T19:41:10.295Z] 19:39:01 2 0.30 0.00 0.07 0.00 0.68 98.95 [2020-12-08T19:41:10.295Z] 19:39:01 3 0.02 0.00 0.02 0.00 0.17 99.80 [2020-12-08T19:41:10.295Z] 19:40:01 all 0.11 0.00 0.04 0.00 0.27 99.58 [2020-12-08T19:41:10.295Z] 19:40:01 0 0.02 0.00 0.05 0.00 0.30 99.63 [2020-12-08T19:41:10.295Z] 19:40:01 1 0.03 0.00 0.05 0.00 0.28 99.63 [2020-12-08T19:41:10.295Z] 19:40:01 2 0.37 0.00 0.05 0.00 0.37 99.22 [2020-12-08T19:41:10.295Z] 19:40:01 3 0.02 0.00 0.02 0.00 0.13 99.83 [2020-12-08T19:41:10.295Z] Average: all 15.38 0.00 7.92 5.12 14.98 56.60 [2020-12-08T19:41:10.295Z] Average: 0 15.23 0.00 7.68 5.28 15.57 56.25 [2020-12-08T19:41:10.295Z] Average: 1 15.06 0.00 7.96 5.29 15.01 56.68 [2020-12-08T19:41:10.295Z] Average: 2 15.95 0.00 8.14 5.15 14.38 56.37 [2020-12-08T19:41:10.295Z] Average: 3 15.28 0.00 7.91 4.75 14.95 57.11 [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z] [2020-12-08T19:41:10.295Z]