Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fd392bed0e6aa3df15982accdefbd664d19e588a+261101cd65b57382b3139275d947e2afb77006cd (7f7547db82f4b485de7e86a402084f3a453297de) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25225 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 261101cd65b57382b3139275d947e2afb77006cd into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a Merge succeeded, producing fd392bed0e6aa3df15982accdefbd664d19e588a Checking out Revision fd392bed0e6aa3df15982accdefbd664d19e588a (PR-3113) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # 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 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T07:39:21.632Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 556a68e916e358c2bcd02786a11420f8a121d9cc # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T07:39:21.898Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T07:39:21.992Z] ========================================================= [2021-02-05T07:39:21.992Z] EdgeX Global Pipelines Version Info [2021-02-05T07:39:21.992Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:39:24.552Z] ------------------- [2021-02-05T07:39:24.552Z] stable info: [2021-02-05T07:39:24.552Z] ------------------- [2021-02-05T07:39:24.552Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T07:39:24.552Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T07:39:24.552Z] Message: update stable to v1.0.179 [2021-02-05T07:39:25.268Z] ------------------- [2021-02-05T07:39:25.268Z] experimental info: [2021-02-05T07:39:25.268Z] ------------------- [2021-02-05T07:39:25.268Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T07:39:25.268Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T07:39:25.268Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T07:39:25.544Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T07:39:25.681Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T07:39:25.819Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T07:39:25.914Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T07:39:26.009Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T07:39:26.094Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T07:39:26.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T07:39:26.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T07:39:26.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T07:39:26.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T07:39:26.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T07:39:26.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T07:39:26.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T07:39:26.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T07:39:26.876Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T07:39:26.979Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T07:39:27.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T07:39:27.145Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T07:39:27.227Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T07:39:27.345Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T07:39:27.426Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T07:39:27.507Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T07:39:27.590Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T07:39:27.690Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-05T07:39:27.794Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-05T07:39:27.877Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-05T07:39:27.956Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd392bed0e6aa3df15982accdefbd664d19e588a [Pipeline] echo [2021-02-05T07:39:28.056Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd392be [Pipeline] echo [2021-02-05T07:39:28.139Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T07:39:28.322Z] provisioning config files... [2021-02-05T07:39:28.366Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config489831796837291821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:39:28.812Z] ---> docker-login.sh [2021-02-05T07:39:28.812Z] nexus3.edgexfoundry.org:10001 [2021-02-05T07:39:29.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:29.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:29.407Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:29.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:29.407Z] [2021-02-05T07:39:29.407Z] Login Succeeded [2021-02-05T07:39:29.407Z] nexus3.edgexfoundry.org:10002 [2021-02-05T07:39:29.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:29.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:29.944Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:29.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:29.944Z] [2021-02-05T07:39:29.944Z] Login Succeeded [2021-02-05T07:39:29.944Z] nexus3.edgexfoundry.org:10003 [2021-02-05T07:39:30.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:30.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:30.230Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:30.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:30.230Z] [2021-02-05T07:39:30.230Z] Login Succeeded [2021-02-05T07:39:30.230Z] nexus3.edgexfoundry.org:10004 [2021-02-05T07:39:30.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:30.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:30.867Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:30.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:30.867Z] [2021-02-05T07:39:30.867Z] Login Succeeded [2021-02-05T07:39:30.867Z] docker.io [2021-02-05T07:39:31.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:39:31.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:39:31.414Z] Configure a credential helper to remove this warning. See [2021-02-05T07:39:31.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:39:31.414Z] [2021-02-05T07:39:31.414Z] Login Succeeded [2021-02-05T07:39:31.414Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T07:39:31.428Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T07:39:31.921Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-05T07:39:31.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.921Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T07:39:31.921Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.921Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T07:39:31.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.921Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T07:39:31.921Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.921Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T07:39:31.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T07:39:31.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T07:39:31.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T07:39:31.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T07:39:31.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T07:39:31.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T07:39:31.922Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T07:39:31.922Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T07:39:31.922Z] ++ cut -d/ -f2 [2021-02-05T07:39:31.922Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T07:39:32.030Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:39:33.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T07:39:33.190Z] [2021-02-05T07:39:33.190Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:39:33.610Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T07:39:33.610Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T07:39:33.610Z] 31603596830f: Pulling fs layer [2021-02-05T07:39:33.610Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T07:39:33.610Z] 6ca5941a6612: Pulling fs layer [2021-02-05T07:39:33.610Z] ecc8261a40a4: Pulling fs layer [2021-02-05T07:39:33.610Z] ecc8261a40a4: Waiting [2021-02-05T07:39:33.610Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T07:39:33.610Z] 2a8b12db71e7: Download complete [2021-02-05T07:39:34.110Z] 31603596830f: Verifying Checksum [2021-02-05T07:39:34.110Z] 31603596830f: Download complete [2021-02-05T07:39:34.110Z] ecc8261a40a4: Verifying Checksum [2021-02-05T07:39:34.110Z] ecc8261a40a4: Download complete [2021-02-05T07:39:34.717Z] 31603596830f: Pull complete [2021-02-05T07:39:34.717Z] 6ca5941a6612: Verifying Checksum [2021-02-05T07:39:34.717Z] 6ca5941a6612: Download complete [2021-02-05T07:39:34.997Z] 2a8b12db71e7: Pull complete [2021-02-05T07:39:36.440Z] 6ca5941a6612: Pull complete [2021-02-05T07:39:36.717Z] ecc8261a40a4: Pull complete [2021-02-05T07:39:36.717Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T07:39:36.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T07:39:36.985Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T07:39:37.168Z] prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container [2021-02-05T07:39:37.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T07:39:40.199Z] $ docker top d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T07:39:40.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T07:39:40.582Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T07:39:40.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T07:39:40.968Z] $ docker exec d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent [2021-02-05T07:39:41.282Z] SSH_AUTH_SOCK=/tmp/ssh-3L4yzACYRT9G/agent.12 [2021-02-05T07:39:41.283Z] SSH_AGENT_PID=17 [2021-02-05T07:39:41.299Z] Running ssh-add (command line suppressed) [2021-02-05T07:39:41.730Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_4826163943694590337.key (/w/workspace/edgex-go/12@tmp/private_key_4826163943694590337.key) [2021-02-05T07:39:41.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T07:39:42.658Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T07:39:42.744Z] $ docker exec --env ******** --env ******** d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent -k [2021-02-05T07:39:43.046Z] unset SSH_AUTH_SOCK; [2021-02-05T07:39:43.047Z] unset SSH_AGENT_PID; [2021-02-05T07:39:43.047Z] echo Agent pid 17 killed; [2021-02-05T07:39:43.132Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T07:39:43.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T07:39:43.297Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T07:39:43.693Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T07:39:43.698Z] $ docker exec d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent [2021-02-05T07:39:44.073Z] SSH_AUTH_SOCK=/tmp/ssh-u7BCRpJP2j94/agent.46 [2021-02-05T07:39:44.073Z] SSH_AGENT_PID=51 [2021-02-05T07:39:44.088Z] Running ssh-add (command line suppressed) [2021-02-05T07:39:44.351Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_6538113412219379578.key (/w/workspace/edgex-go/12@tmp/private_key_6538113412219379578.key) [2021-02-05T07:39:44.461Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T07:39:44.908Z] + git semver init [2021-02-05T07:39:44.908Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T07:39:44.908Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-02-05T07:39:44.908Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-02-05T07:39:44.908Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T07:39:44.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T07:39:44.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T07:39:44.908Z] # $SEMVER_BRANCH = PR-3113 [2021-02-05T07:39:44.908Z] # $SEMVER_TEMP = /tmp/semver-966850723 [2021-02-05T07:39:44.908Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T07:40:33.159Z] # '/tmp/semver-966850723' -> '/w/workspace/edgex-go/12/.semver' [2021-02-05T07:40:33.159Z] # -> Force: false [2021-02-05T07:40:33.159Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-02-05T07:40:33.187Z] $ docker exec --env ******** --env ******** d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe ssh-agent -k [2021-02-05T07:40:33.697Z] unset SSH_AUTH_SOCK; [2021-02-05T07:40:33.698Z] unset SSH_AGENT_PID; [2021-02-05T07:40:33.698Z] echo Agent pid 51 killed; [2021-02-05T07:40:33.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T07:40:34.856Z] + git semver [Pipeline] } [2021-02-05T07:40:35.011Z] $ docker stop --time=1 d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe [2021-02-05T07:40:37.260Z] $ docker rm -f d05d1d96fe0f0733c4f121445729a4f01c3c439dac24d08e09d8afea66b05abe [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T07:40:38.051Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T07:40:39.233Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T07:40:39.236Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T07:40:40.214Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:40:40.576Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:40:40.931Z] + sudo service docker restart [2021-02-05T07:40:40.931Z] + true [2021-02-05T07:40:40.931Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T07:40:43.018Z] ========================================================= [2021-02-05T07:40:43.018Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T07:40:43.018Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:40:43.439Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T07:40:51.899Z] Sending build context to Docker daemon 327.6MB [2021-02-05T07:40:51.900Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T07:40:51.900Z] Step 2/6 : FROM ${BASE} [2021-02-05T07:40:51.900Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T07:40:51.900Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T07:40:51.900Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T07:40:51.900Z] de9db76c5a1d: Pulling fs layer [2021-02-05T07:40:51.900Z] bca2f99d35d6: Pulling fs layer [2021-02-05T07:40:51.900Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T07:40:51.900Z] 7c6f9722023f: Pulling fs layer [2021-02-05T07:40:51.900Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T07:40:51.900Z] 7c6f9722023f: Waiting [2021-02-05T07:40:51.900Z] 93359f2a8cfa: Waiting [2021-02-05T07:40:51.900Z] bca2f99d35d6: Waiting [2021-02-05T07:40:51.900Z] a35cf1a2eb13: Waiting [2021-02-05T07:40:51.900Z] de9db76c5a1d: Verifying Checksum [2021-02-05T07:40:51.900Z] de9db76c5a1d: Download complete [2021-02-05T07:40:51.900Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T07:40:51.900Z] 0ef7d3d256c8: Download complete [2021-02-05T07:40:51.900Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T07:40:51.900Z] 93359f2a8cfa: Download complete [2021-02-05T07:40:51.900Z] 7c6f9722023f: Verifying Checksum [2021-02-05T07:40:51.900Z] 7c6f9722023f: Download complete [2021-02-05T07:40:51.900Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T07:40:51.900Z] 188c0c94c7c5: Download complete [2021-02-05T07:40:53.296Z] 188c0c94c7c5: Pull complete [2021-02-05T07:40:54.447Z] 0ef7d3d256c8: Pull complete [2021-02-05T07:40:54.707Z] Still waiting to schedule task [2021-02-05T07:40:54.707Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T07:40:54.744Z] de9db76c5a1d: Pull complete [2021-02-05T07:40:59.891Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T07:40:59.891Z] a35cf1a2eb13: Download complete [2021-02-05T07:41:00.929Z] bca2f99d35d6: Verifying Checksum [2021-02-05T07:41:00.929Z] bca2f99d35d6: Download complete [2021-02-05T07:41:14.141Z] bca2f99d35d6: Pull complete [2021-02-05T07:41:14.141Z] 93359f2a8cfa: Pull complete [2021-02-05T07:41:14.141Z] 7c6f9722023f: Pull complete [2021-02-05T07:41:21.021Z] a35cf1a2eb13: Pull complete [2021-02-05T07:41:21.021Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T07:41:21.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T07:41:21.021Z] ---> a62c8e92a672 [2021-02-05T07:41:21.021Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T07:41:21.021Z] ---> Running in 2b3be1c116a5 [2021-02-05T07:41:21.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:41:22.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:41:23.404Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T07:41:23.772Z] (2/12) Installing file (5.38-r0) [2021-02-05T07:41:24.105Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T07:41:24.105Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T07:41:46.365Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T07:41:46.365Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T07:41:46.365Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T07:41:46.365Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T07:41:46.365Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T07:41:46.365Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T07:41:46.365Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T07:41:46.638Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T07:41:46.638Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:41:46.638Z] OK: 233 MiB in 51 packages [2021-02-05T07:41:51.025Z] Removing intermediate container 2b3be1c116a5 [2021-02-05T07:41:51.025Z] ---> 4b687acbfa29 [2021-02-05T07:41:51.025Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T07:41:51.025Z] ---> Running in d503d67e6cce [2021-02-05T07:41:51.025Z] Removing intermediate container d503d67e6cce [2021-02-05T07:41:51.025Z] ---> 5e1c8a93e9cf [2021-02-05T07:41:51.025Z] Step 5/6 : COPY go.mod . [2021-02-05T07:41:51.359Z] ---> dbc5bd4ea11f [2021-02-05T07:41:51.359Z] Step 6/6 : RUN go mod download [2021-02-05T07:41:51.359Z] ---> Running in 789c94fe74c0 [2021-02-05T07:42:24.131Z] Removing intermediate container 789c94fe74c0 [2021-02-05T07:42:24.131Z] ---> 247ad7589168 [2021-02-05T07:42:24.131Z] Successfully built 247ad7589168 [2021-02-05T07:42:24.131Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:42:24.550Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T07:42:24.821Z] . [Pipeline] withDockerContainer [2021-02-05T07:42:25.026Z] prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container [2021-02-05T07:42:25.150Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-x86_64 cat [2021-02-05T07:42:26.842Z] $ docker top e3bfcf2375e8e7fbdec0bd6620e3e28919000a72c80ab4837cabf55c89940ab9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:42:27.798Z] + go version [2021-02-05T07:42:27.798Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T07:42:27.818Z] $ docker stop --time=1 e3bfcf2375e8e7fbdec0bd6620e3e28919000a72c80ab4837cabf55c89940ab9 [2021-02-05T07:42:29.592Z] $ docker rm -f e3bfcf2375e8e7fbdec0bd6620e3e28919000a72c80ab4837cabf55c89940ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:42:30.500Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T07:42:30.500Z] . [Pipeline] withDockerContainer [2021-02-05T07:42:30.706Z] prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container [2021-02-05T07:42:30.818Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-x86_64 cat [2021-02-05T07:42:32.950Z] $ docker top cce2c4a7063d7c2346c3526e2b200b8623d0b0005656a473e99d4fd47f5743e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T07:42:33.198Z] ========================================================= [2021-02-05T07:42:33.198Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T07:42:33.198Z] ========================================================= [Pipeline] sh [2021-02-05T07:42:33.838Z] + make test [2021-02-05T07:42:33.838Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T07:42:52.332Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T07:43:25.289Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T07:43:33.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T07:43:33.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T07:43:33.562Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T07:43:33.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T07:43:38.183Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T07:43:38.183Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T07:43:38.183Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T07:43:38.183Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T07:43:38.183Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T07:43:39.773Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T07:43:44.238Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T07:43:44.238Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T07:43:44.238Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T07:43:47.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.6% of statements [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T07:43:47.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T07:43:47.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.104s coverage: 100.0% of statements [2021-02-05T07:43:54.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.610s coverage: 27.1% of statements [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T07:43:54.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T07:43:54.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T07:43:54.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 65.8% of statements [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T07:43:54.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T07:43:56.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.658s coverage: 82.3% of statements [2021-02-05T07:43:56.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T07:43:56.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:43:56.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T07:43:56.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T07:43:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.426s coverage: 28.6% of statements [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T07:43:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.219s coverage: 100.0% of statements [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T07:43:59.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.110s coverage: 100.0% of statements [2021-02-05T07:43:59.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T07:44:02.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.193s coverage: 86.7% of statements [2021-02-05T07:44:02.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T07:44:02.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.165s coverage: 97.5% of statements [2021-02-05T07:44:02.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T07:44:02.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.184s coverage: 78.3% of statements [2021-02-05T07:44:02.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T07:44:02.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T07:44:02.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T07:44:02.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.014s coverage: 92.8% of statements [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T07:44:08.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 45.5% of statements [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.150s coverage: 79.5% of statements [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements [2021-02-05T07:44:08.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.097s coverage: 87.5% of statements [2021-02-05T07:44:20.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements [2021-02-05T07:44:20.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.161s coverage: 44.8% of statements [2021-02-05T07:44:30.013Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25234 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-05T07:44:30.106Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.240s coverage: 92.9% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.115s coverage: 87.2% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.223s coverage: 100.0% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.4% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.433s coverage: 63.5% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.746s coverage: 68.9% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 37.0% of statements [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T07:44:31.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.544s coverage: 84.0% of statements [2021-02-05T07:44:31.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements [2021-02-05T07:44:32.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.0% of statements [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T07:44:32.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T07:44:32.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T07:44:32.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T07:44:33.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 85.3% of statements [2021-02-05T07:44:33.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T07:44:33.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:44:33.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T07:44:35.799Z] using credential edgex-jenkins-ssh [2021-02-05T07:44:35.855Z] Cloning the remote Git repository [2021-02-05T07:44:35.929Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:44:36.063Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-02-05T07:44:36.160Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:44:36.161Z] > git --version # timeout=10 [2021-02-05T07:44:36.188Z] > git --version # 'git version 2.17.1' [2021-02-05T07:44:36.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:44:36.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T07:44:39.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.003s coverage: 29.1% of statements [2021-02-05T07:44:39.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T07:44:39.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T07:44:39.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T07:44:39.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.277s coverage: 99.0% of statements [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.160s coverage: 100.0% of statements [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.083s coverage: 0.0% of statements [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.145s coverage: 100.0% of statements [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.138s coverage: 87.9% of statements [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T07:44:39.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T07:44:39.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-02-05T07:44:39.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-02-05T07:44:40.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 100.0% of statements [2021-02-05T07:44:40.841Z] GO111MODULE=on go vet ./... [2021-02-05T07:44:54.470Z] Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:44:53.661Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T07:44:53.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T07:44:53.715Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T07:44:53.752Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:44:53.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:44:53.770Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T07:44:54.501Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T07:44:54.516Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-05T07:44:54.981Z] Merge succeeded, producing fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:44:54.982Z] Checking out Revision fd392bed0e6aa3df15982accdefbd664d19e588a (PR-3113) [2021-02-05T07:44:54.873Z] > git remote # timeout=10 [2021-02-05T07:44:54.900Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T07:44:54.917Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:44:54.933Z] > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [2021-02-05T07:44:54.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T07:44:54.993Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T07:44:55.049Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-05T07:44:59.764Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T07:45:01.430Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:45:01.974Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T07:45:02.347Z] + sudo service docker restart [2021-02-05T07:45:02.347Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T07:45:05.068Z] provisioning config files... [2021-02-05T07:45:05.126Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8077086069301795378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:45:05.542Z] ---> docker-login.sh [2021-02-05T07:45:05.542Z] nexus3.edgexfoundry.org:10001 [2021-02-05T07:45:06.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:45:06.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:45:06.809Z] Configure a credential helper to remove this warning. See [2021-02-05T07:45:06.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:45:06.809Z] [2021-02-05T07:45:06.809Z] Login Succeeded [2021-02-05T07:45:06.809Z] nexus3.edgexfoundry.org:10002 [2021-02-05T07:45:07.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:45:07.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:45:07.408Z] Configure a credential helper to remove this warning. See [2021-02-05T07:45:07.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:45:07.408Z] [2021-02-05T07:45:07.408Z] Login Succeeded [2021-02-05T07:45:07.408Z] nexus3.edgexfoundry.org:10003 [2021-02-05T07:45:08.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:45:08.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:45:08.007Z] Configure a credential helper to remove this warning. See [2021-02-05T07:45:08.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:45:08.007Z] [2021-02-05T07:45:08.007Z] Login Succeeded [2021-02-05T07:45:08.007Z] nexus3.edgexfoundry.org:10004 [2021-02-05T07:45:08.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:45:08.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:45:08.608Z] Configure a credential helper to remove this warning. See [2021-02-05T07:45:08.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:45:08.608Z] [2021-02-05T07:45:08.608Z] Login Succeeded [2021-02-05T07:45:08.608Z] docker.io [2021-02-05T07:45:09.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T07:45:09.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T07:45:09.480Z] Configure a credential helper to remove this warning. See [2021-02-05T07:45:09.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T07:45:09.480Z] [2021-02-05T07:45:09.480Z] Login Succeeded [2021-02-05T07:45:09.480Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T07:45:09.498Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T07:45:09.967Z] ========================================================= [2021-02-05T07:45:09.967Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T07:45:09.967Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:45:10.363Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-05T07:45:13.030Z] Sending build context to Docker daemon 166.1MB [2021-02-05T07:45:13.030Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T07:45:13.030Z] Step 2/6 : FROM ${BASE} [2021-02-05T07:45:13.030Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T07:45:13.030Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T07:45:13.030Z] a4357932f1b6: Pulling fs layer [2021-02-05T07:45:13.030Z] 18c013af1878: Pulling fs layer [2021-02-05T07:45:13.030Z] 00ac8860ef70: Pulling fs layer [2021-02-05T07:45:13.030Z] 63d7cb157983: Pulling fs layer [2021-02-05T07:45:13.030Z] b116817d02f9: Pulling fs layer [2021-02-05T07:45:13.030Z] 745a02a5169b: Pulling fs layer [2021-02-05T07:45:13.030Z] 63d7cb157983: Waiting [2021-02-05T07:45:13.030Z] b116817d02f9: Waiting [2021-02-05T07:45:13.030Z] 745a02a5169b: Waiting [2021-02-05T07:45:13.030Z] 18c013af1878: Download complete [2021-02-05T07:45:13.030Z] a4357932f1b6: Verifying Checksum [2021-02-05T07:45:13.030Z] a4357932f1b6: Download complete [2021-02-05T07:45:13.030Z] 63d7cb157983: Download complete [2021-02-05T07:45:13.030Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T07:45:13.030Z] 5f621e34cdf4: Download complete [2021-02-05T07:45:13.030Z] b116817d02f9: Verifying Checksum [2021-02-05T07:45:13.030Z] b116817d02f9: Download complete [2021-02-05T07:45:13.636Z] 5f621e34cdf4: Pull complete [2021-02-05T07:45:14.246Z] a4357932f1b6: Pull complete [2021-02-05T07:45:14.524Z] 18c013af1878: Pull complete [2021-02-05T07:45:15.508Z] 745a02a5169b: Verifying Checksum [2021-02-05T07:45:15.508Z] 745a02a5169b: Download complete [2021-02-05T07:45:16.951Z] 00ac8860ef70: Verifying Checksum [2021-02-05T07:45:16.951Z] 00ac8860ef70: Download complete [2021-02-05T07:45:27.132Z] 00ac8860ef70: Pull complete [2021-02-05T07:45:27.132Z] 63d7cb157983: Pull complete [2021-02-05T07:45:27.408Z] b116817d02f9: Pull complete [2021-02-05T07:45:31.751Z] 745a02a5169b: Pull complete [2021-02-05T07:45:31.751Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T07:45:31.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T07:45:31.751Z] ---> b7e6874047d6 [2021-02-05T07:45:31.751Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T07:45:35.157Z] ---> Running in 824cee98f993 [2021-02-05T07:45:36.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:45:38.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:45:39.496Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T07:45:39.771Z] (2/12) Installing file (5.38-r0) [2021-02-05T07:45:39.771Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T07:45:40.046Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T07:45:44.395Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T07:45:44.395Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T07:45:44.395Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T07:45:44.395Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T07:45:44.395Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T07:45:44.669Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T07:45:44.669Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T07:45:44.669Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T07:45:44.947Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:45:44.947Z] OK: 217 MiB in 51 packages [2021-02-05T07:45:49.277Z] Removing intermediate container 824cee98f993 [2021-02-05T07:45:49.277Z] ---> 2c72ad5b18c1 [2021-02-05T07:45:49.277Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T07:45:49.277Z] ---> Running in eb12ddefe219 [2021-02-05T07:45:49.880Z] Removing intermediate container eb12ddefe219 [2021-02-05T07:45:49.880Z] ---> 01e110c03ca8 [2021-02-05T07:45:49.880Z] Step 5/6 : COPY go.mod . [2021-02-05T07:45:49.893Z] gofmt -l . [2021-02-05T07:45:49.893Z] [ "`gofmt -l .`" = "" ] [2021-02-05T07:45:49.893Z] ./bin/test-go-mod-tidy.sh [2021-02-05T07:45:49.893Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T07:45:50.641Z] + ls -al . [2021-02-05T07:45:50.641Z] total 688 [2021-02-05T07:45:50.641Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 07:45 . [2021-02-05T07:45:50.641Z] drwxr-xr-x 4 root root 30 Feb 5 07:42 .. [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 07:39 .dockerignore [2021-02-05T07:45:50.641Z] drwxrwxr-x 8 1001 1001 179 Feb 5 07:39 .git [2021-02-05T07:45:50.641Z] drwxrwxr-x 3 1001 1001 125 Feb 5 07:39 .github [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 07:39 .gitignore [2021-02-05T07:45:50.641Z] drwx------ 3 1001 1001 60 Feb 5 07:40 .semver [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 07:39 .sonarcloud.properties [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:39 Attribution.txt [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:39 CONTRIBUTING.md [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 07:39 Dockerfile.build [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 07:39 Jenkinsfile [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:39 LICENSE [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:39 Makefile [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:39 README.md [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:39 SECURITY.md [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 07:40 VERSION [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:39 ZMQWindows.md [2021-02-05T07:45:50.641Z] drwxrwxr-x 2 1001 1001 117 Feb 5 07:39 bin [2021-02-05T07:45:50.641Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 07:39 cmd [2021-02-05T07:45:50.641Z] -rw-r--r-- 1 root root 585363 Feb 5 07:44 coverage.out [2021-02-05T07:45:50.641Z] -rw-r--r-- 1 root root 1054 Feb 5 07:45 go.mod [2021-02-05T07:45:50.641Z] -rw-r--r-- 1 root root 19290 Feb 5 07:45 go.sum [2021-02-05T07:45:50.641Z] drwxrwxr-x 8 1001 1001 127 Feb 5 07:39 internal [2021-02-05T07:45:50.641Z] drwxrwxr-x 4 1001 1001 26 Feb 5 07:39 openapi [2021-02-05T07:45:50.641Z] drwxrwxr-x 4 1001 1001 71 Feb 5 07:39 snap [2021-02-05T07:45:50.641Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 07:39 version.go [Pipeline] sh [2021-02-05T07:45:50.861Z] ---> f96457280605 [2021-02-05T07:45:50.861Z] Step 6/6 : RUN go mod download [2021-02-05T07:45:50.861Z] ---> Running in adf68af7e1a5 [2021-02-05T07:45:51.454Z] + '[' -e coverage.out ] [2021-02-05T07:45:51.454Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T07:45:51.956Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T07:45:52.653Z] + make build [2021-02-05T07:45:52.653Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T07:45:59.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T07:46:18.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T07:46:20.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T07:46:23.223Z] Removing intermediate container adf68af7e1a5 [2021-02-05T07:46:23.223Z] ---> ac9ebe8efa6b [2021-02-05T07:46:23.223Z] Successfully built ac9ebe8efa6b [2021-02-05T07:46:23.223Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:46:23.565Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T07:46:23.565Z] . [Pipeline] withDockerContainer [2021-02-05T07:46:23.829Z] prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container [2021-02-05T07:46:23.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2021-02-05T07:46:25.498Z] $ docker top 82254cca8651be1724c4f7be36a61e8bc903ad957eb27078f9ad8b0ba3cda15a -eo pid,comm [2021-02-05T07:46:25.521Z] 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 [Pipeline] { [Pipeline] sh [2021-02-05T07:46:26.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T07:46:26.533Z] + go version [2021-02-05T07:46:26.533Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T07:46:26.565Z] $ docker stop --time=1 82254cca8651be1724c4f7be36a61e8bc903ad957eb27078f9ad8b0ba3cda15a [2021-02-05T07:46:28.504Z] $ docker rm -f 82254cca8651be1724c4f7be36a61e8bc903ad957eb27078f9ad8b0ba3cda15a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:46:29.524Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T07:46:29.524Z] . [Pipeline] withDockerContainer [2021-02-05T07:46:29.780Z] prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container [2021-02-05T07:46:29.875Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2021-02-05T07:46:31.389Z] $ docker top f2571ba27bdbb8d08f1387ef0ede4856a6a17d0ed9df227d2637dc1df5078969 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T07:46:31.822Z] ========================================================= [2021-02-05T07:46:31.822Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T07:46:31.822Z] ========================================================= [Pipeline] sh [2021-02-05T07:46:32.475Z] + make test [2021-02-05T07:46:32.475Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T07:46:32.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T07:46:36.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T07:46:41.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T07:46:45.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T07:46:49.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T07:46:56.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T07:46:59.286Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T07:47:00.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T07:47:04.749Z] $ docker stop --time=1 cce2c4a7063d7c2346c3526e2b200b8623d0b0005656a473e99d4fd47f5743e0 [2021-02-05T07:47:07.340Z] $ docker rm -f cce2c4a7063d7c2346c3526e2b200b8623d0b0005656a473e99d4fd47f5743e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:47:10.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T07:47:10.864Z] [2021-02-05T07:47:10.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:47:12.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T07:47:13.179Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T07:47:13.179Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T07:47:13.179Z] ca9280d653b3: Pulling fs layer [2021-02-05T07:47:13.179Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T07:47:14.045Z] cbdbe7a5bc2a: Download complete [2021-02-05T07:47:15.816Z] cbdbe7a5bc2a: Pull complete [2021-02-05T07:47:17.223Z] ca9280d653b3: Verifying Checksum [2021-02-05T07:47:17.223Z] ca9280d653b3: Download complete [2021-02-05T07:47:20.980Z] ca9280d653b3: Pull complete [2021-02-05T07:47:25.070Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T07:47:25.070Z] 7e9c9ca2126c: Download complete [2021-02-05T07:47:38.264Z] 7e9c9ca2126c: Pull complete [2021-02-05T07:47:38.264Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T07:47:38.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T07:47:38.264Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T07:47:38.905Z] prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container [2021-02-05T07:47:39.105Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T07:47:41.606Z] $ docker top 82d439efb1cac76d0807ad2c22b43404b5a7b9fe90a313dd9a3ebe2942dc497a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:47:43.495Z] + docker-compose build --help [2021-02-05T07:47:43.495Z] + grep parallel [2021-02-05T07:47:45.006Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T07:47:45.030Z] $ docker stop --time=1 82d439efb1cac76d0807ad2c22b43404b5a7b9fe90a313dd9a3ebe2942dc497a [2021-02-05T07:47:46.833Z] $ docker rm -f 82d439efb1cac76d0807ad2c22b43404b5a7b9fe90a313dd9a3ebe2942dc497a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:47:47.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T07:47:48.137Z] . [Pipeline] withDockerContainer [2021-02-05T07:47:48.497Z] prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container [2021-02-05T07:47:48.645Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2021-02-05T07:47:50.320Z] $ docker top 1e440a969c3347056cd0c8e437b9f493d1b064bab054079904de1479ceaa123d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:47:51.042Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T07:47:52.492Z] Building docker-core-command-go ... [2021-02-05T07:47:52.492Z] Building docker-core-data-go ... [2021-02-05T07:47:52.492Z] Building docker-core-metadata-go ... [2021-02-05T07:47:52.492Z] Building docker-security-bootstrapper-go ... [2021-02-05T07:47:52.492Z] Building docker-security-proxy-setup-go ... [2021-02-05T07:47:52.492Z] Building docker-security-secretstore-setup-go ... [2021-02-05T07:47:52.492Z] Building docker-support-notifications-go ... [2021-02-05T07:47:52.492Z] Building docker-support-scheduler-go ... [2021-02-05T07:47:52.492Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T07:47:52.492Z] Building docker-security-secretstore-setup-go [2021-02-05T07:47:52.492Z] Building docker-core-command-go [2021-02-05T07:47:52.492Z] Building docker-support-scheduler-go [2021-02-05T07:47:52.492Z] Building docker-support-notifications-go [2021-02-05T07:47:52.492Z] Building docker-core-metadata-go [2021-02-05T07:47:55.861Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T07:47:55.861Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T07:48:06.369Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T07:48:06.369Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T07:48:06.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T07:48:09.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T07:48:09.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T07:48:09.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T07:48:09.016Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T07:48:09.016Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T07:48:10.481Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T07:48:20.703Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T07:48:20.703Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T07:48:20.703Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T07:48:27.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.6% of statements [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T07:48:27.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T07:48:27.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.250s coverage: 100.0% of statements [2021-02-05T07:48:37.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.624s coverage: 27.1% of statements [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T07:48:37.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T07:48:37.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T07:48:37.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.305s coverage: 65.8% of statements [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T07:48:37.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T07:48:38.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.775s coverage: 82.3% of statements [2021-02-05T07:48:38.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T07:48:38.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:48:38.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T07:48:38.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T07:48:47.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.584s coverage: 28.6% of statements [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T07:48:47.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T07:48:47.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T07:48:47.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.498s coverage: 86.7% of statements [2021-02-05T07:48:47.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T07:48:47.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-02-05T07:48:47.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T07:48:50.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-02-05T07:48:50.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T07:48:50.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T07:48:50.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T07:48:50.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.497s coverage: 92.8% of statements [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T07:49:00.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements [2021-02-05T07:49:00.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-02-05T07:49:12.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements [2021-02-05T07:49:12.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-05T07:49:15.540Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:49:15.540Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:49:15.540Z] ---> 247ad7589168 [2021-02-05T07:49:15.540Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T07:49:15.540Z] [2021-02-05T07:49:15.540Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:49:15.540Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:49:15.540Z] ---> 247ad7589168 [2021-02-05T07:49:15.540Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T07:49:15.540Z] [2021-02-05T07:49:15.540Z] ---> 247ad7589168 [2021-02-05T07:49:15.540Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T07:49:15.540Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:49:15.540Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:49:15.540Z] ---> 247ad7589168 [2021-02-05T07:49:15.540Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T07:49:15.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:49:15.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:49:15.541Z] ---> 247ad7589168 [2021-02-05T07:49:15.541Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T07:49:15.541Z] ---> Running in 6a86287e726b [2021-02-05T07:49:15.541Z] ---> Running in 2a4f48df998d [2021-02-05T07:49:15.541Z] ---> Running in 24593c138525 [2021-02-05T07:49:15.541Z] ---> Running in 98660da8c7ea [2021-02-05T07:49:15.541Z] ---> Running in 4e4586230309 [2021-02-05T07:49:15.541Z] Removing intermediate container 2a4f48df998d [2021-02-05T07:49:15.541Z] ---> 960694038fec [2021-02-05T07:49:15.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:49:15.541Z] Removing intermediate container 6a86287e726b [2021-02-05T07:49:15.541Z] ---> 19a945af2abc [2021-02-05T07:49:15.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:49:15.541Z] Removing intermediate container 4e4586230309 [2021-02-05T07:49:15.541Z] ---> 2a09a001215f [2021-02-05T07:49:15.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:49:15.541Z] Removing intermediate container 98660da8c7ea [2021-02-05T07:49:15.541Z] ---> 77236f61dc1e [2021-02-05T07:49:15.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:49:15.541Z] Removing intermediate container 24593c138525 [2021-02-05T07:49:15.541Z] ---> a2b3c4c26205 [2021-02-05T07:49:15.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:49:15.541Z] ---> Running in aa027dc068d4 [2021-02-05T07:49:15.541Z] ---> Running in e6ae598f4e6e [2021-02-05T07:49:15.541Z] ---> Running in 56820bfd0bdb [2021-02-05T07:49:15.541Z] ---> Running in 3b446239c6de [2021-02-05T07:49:15.541Z] ---> Running in c422b17ab2bd [2021-02-05T07:49:15.541Z] Removing intermediate container e6ae598f4e6e [2021-02-05T07:49:15.541Z] ---> cf6bf9fde661 [2021-02-05T07:49:15.541Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T07:49:15.541Z] ---> Running in e7bdb2c6918c [2021-02-05T07:49:15.541Z] Removing intermediate container 56820bfd0bdb [2021-02-05T07:49:15.541Z] ---> aea83f6ca32b [2021-02-05T07:49:15.541Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T07:49:15.541Z] Removing intermediate container aa027dc068d4 [2021-02-05T07:49:15.541Z] ---> 0ded1fd19897 [2021-02-05T07:49:15.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T07:49:15.541Z] Removing intermediate container 3b446239c6de [2021-02-05T07:49:15.541Z] ---> a1fc7cee1a93 [2021-02-05T07:49:15.541Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T07:49:15.541Z] ---> Running in 08b8d7ec2c64 [2021-02-05T07:49:15.541Z] ---> Running in fa3cf968f9eb [2021-02-05T07:49:15.541Z] ---> Running in 70e64c8e9286 [2021-02-05T07:49:15.541Z] Removing intermediate container c422b17ab2bd [2021-02-05T07:49:15.541Z] ---> 6d0994ddc7d5 [2021-02-05T07:49:15.541Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T07:49:15.541Z] ---> Running in 5be72e67a800 [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] OK: 233 MiB in 51 packages [2021-02-05T07:49:15.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:49:15.541Z] Removing intermediate container e7bdb2c6918c [2021-02-05T07:49:15.541Z] ---> 6cddcc4080f3 [2021-02-05T07:49:15.541Z] Step 6/23 : COPY go.mod . [2021-02-05T07:49:15.541Z] OK: 233 MiB in 51 packages [2021-02-05T07:49:15.541Z] OK: 233 MiB in 51 packages [2021-02-05T07:49:15.541Z] OK: 233 MiB in 51 packages [2021-02-05T07:49:16.134Z] OK: 233 MiB in 51 packages [2021-02-05T07:49:16.134Z] ---> 83585594169f [2021-02-05T07:49:16.134Z] Step 7/23 : RUN go mod download [2021-02-05T07:49:16.432Z] ---> Running in adca3f4f604c [2021-02-05T07:49:17.428Z] Removing intermediate container 70e64c8e9286 [2021-02-05T07:49:17.428Z] ---> 39f5fb768972 [2021-02-05T07:49:17.428Z] Step 6/23 : COPY go.mod . [2021-02-05T07:49:17.743Z] Removing intermediate container 08b8d7ec2c64 [2021-02-05T07:49:17.743Z] ---> ed656150654a [2021-02-05T07:49:17.743Z] Step 6/24 : COPY go.mod . [2021-02-05T07:49:17.743Z] Removing intermediate container fa3cf968f9eb [2021-02-05T07:49:17.743Z] ---> b07923967e0c [2021-02-05T07:49:17.743Z] Step 6/22 : COPY go.mod . [2021-02-05T07:49:18.035Z] ---> f59c21d80194 [2021-02-05T07:49:18.035Z] Step 7/23 : RUN go mod download [2021-02-05T07:49:18.035Z] Removing intermediate container 5be72e67a800 [2021-02-05T07:49:18.035Z] ---> 8ac4da200710 [2021-02-05T07:49:18.035Z] Step 6/22 : COPY go.mod . [2021-02-05T07:49:18.382Z] ---> Running in 394202010bf9 [2021-02-05T07:49:18.683Z] ---> 5ed1ba77526d [2021-02-05T07:49:18.683Z] Step 7/24 : RUN go mod download [2021-02-05T07:49:18.683Z] ---> 0a7169f2895e [2021-02-05T07:49:18.683Z] Step 7/22 : RUN go mod download [2021-02-05T07:49:18.988Z] ---> 811d6be71753 [2021-02-05T07:49:18.988Z] Step 7/22 : RUN go mod download [2021-02-05T07:49:18.988Z] ---> Running in d5dac6799a8d [2021-02-05T07:49:18.988Z] ---> Running in 1edc9e740392 [2021-02-05T07:49:19.290Z] ---> Running in c6873d53a648 [2021-02-05T07:49:23.038Z] Removing intermediate container adca3f4f604c [2021-02-05T07:49:23.038Z] ---> e055939c431a [2021-02-05T07:49:23.038Z] Step 8/23 : COPY . . [2021-02-05T07:49:23.343Z] Removing intermediate container 394202010bf9 [2021-02-05T07:49:23.343Z] ---> a64ebedd9891 [2021-02-05T07:49:23.343Z] Step 8/23 : COPY . . [2021-02-05T07:49:23.652Z] Removing intermediate container 1edc9e740392 [2021-02-05T07:49:23.652Z] ---> ff43701a5e47 [2021-02-05T07:49:23.652Z] Step 8/22 : COPY . . [2021-02-05T07:49:23.652Z] Removing intermediate container d5dac6799a8d [2021-02-05T07:49:23.652Z] ---> fd66dd1b791e [2021-02-05T07:49:23.652Z] Step 8/24 : COPY . . [2021-02-05T07:49:24.283Z] Removing intermediate container c6873d53a648 [2021-02-05T07:49:24.283Z] ---> c1bf716c81d0 [2021-02-05T07:49:24.283Z] Step 8/22 : COPY . . [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.4% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.527s coverage: 63.5% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.879s coverage: 68.9% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T07:49:27.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.490s coverage: 37.0% of statements [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T07:49:27.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T07:49:28.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements [2021-02-05T07:49:28.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-02-05T07:49:35.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.561s coverage: 47.0% of statements [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T07:49:35.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T07:49:35.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T07:49:35.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.246s coverage: 85.3% of statements [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:49:35.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.295s coverage: 29.1% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.175s coverage: 100.0% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T07:49:43.808Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-02-05T07:49:43.808Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-05T07:49:44.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-05T07:49:44.997Z] GO111MODULE=on go vet ./... [2021-02-05T07:50:47.237Z] ---> 3753c1152119 [2021-02-05T07:50:47.237Z] ---> ac007c5d8837 [2021-02-05T07:50:47.237Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T07:50:47.237Z] ---> 6ce17bc12cdf [2021-02-05T07:50:47.237Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T07:50:47.237Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T07:50:47.237Z] ---> 081d7d7ebdee [2021-02-05T07:50:47.237Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T07:50:47.237Z] ---> bf7cec928ec9 [2021-02-05T07:50:47.237Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T07:50:47.237Z] ---> Running in 874bcf6fb91f [2021-02-05T07:50:47.237Z] ---> Running in a03ca0805fee [2021-02-05T07:50:47.237Z] ---> Running in 035a298a9e04 [2021-02-05T07:50:47.237Z] ---> Running in c9b6075533b6 [2021-02-05T07:50:47.237Z] ---> Running in 92394b094f74 [2021-02-05T07:50:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T07:50:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T07:50:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T07:50:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T07:50:47.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T07:51:06.854Z] gofmt -l . [2021-02-05T07:51:06.854Z] [ "`gofmt -l .`" = "" ] [2021-02-05T07:51:06.854Z] ./bin/test-go-mod-tidy.sh [2021-02-05T07:51:06.854Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T07:51:07.520Z] + ls -al . [2021-02-05T07:51:07.520Z] total 716 [2021-02-05T07:51:07.520Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 07:51 . [2021-02-05T07:51:07.520Z] drwxr-xr-x 4 root root 4096 Feb 5 07:46 .. [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 07:44 .dockerignore [2021-02-05T07:51:07.520Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 07:44 .git [2021-02-05T07:51:07.520Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 07:44 .github [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 07:44 .gitignore [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 07:44 .sonarcloud.properties [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 07:44 Attribution.txt [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 07:44 CONTRIBUTING.md [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 07:44 Dockerfile.build [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 07:44 Jenkinsfile [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 07:44 LICENSE [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 07:44 Makefile [2021-02-05T07:51:07.520Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 07:44 README.md [2021-02-05T07:51:07.521Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 07:44 SECURITY.md [2021-02-05T07:51:07.521Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 07:40 VERSION [2021-02-05T07:51:07.521Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 07:44 ZMQWindows.md [2021-02-05T07:51:07.521Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 07:44 bin [2021-02-05T07:51:07.521Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 07:44 cmd [2021-02-05T07:51:07.521Z] -rw-r--r-- 1 root root 585363 Feb 5 07:49 coverage.out [2021-02-05T07:51:07.521Z] -rw-r--r-- 1 root root 1054 Feb 5 07:51 go.mod [2021-02-05T07:51:07.521Z] -rw-r--r-- 1 root root 19290 Feb 5 07:51 go.sum [2021-02-05T07:51:07.521Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 07:44 internal [2021-02-05T07:51:07.521Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 07:44 openapi [2021-02-05T07:51:07.521Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 07:44 snap [2021-02-05T07:51:07.521Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 07:44 version.go [Pipeline] sh [2021-02-05T07:51:08.183Z] + '[' -e coverage.out ] [2021-02-05T07:51:08.183Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T07:51:08.259Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T07:51:09.558Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T07:51:10.263Z] + make build [2021-02-05T07:51:10.263Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T07:51:22.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T07:51:35.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T07:51:44.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T07:51:48.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T07:51:51.602Z] Removing intermediate container c9b6075533b6 [2021-02-05T07:51:51.602Z] ---> cee291fd1457 [2021-02-05T07:51:51.602Z] [2021-02-05T07:51:51.602Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T07:51:51.602Z] 3.12: Pulling from library/alpine [2021-02-05T07:51:51.602Z] Removing intermediate container 035a298a9e04 [2021-02-05T07:51:51.602Z] ---> e073398d985d [2021-02-05T07:51:51.602Z] [2021-02-05T07:51:51.602Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T07:51:51.602Z] Removing intermediate container 874bcf6fb91f [2021-02-05T07:51:51.602Z] ---> 45e99644134b [2021-02-05T07:51:51.602Z] [2021-02-05T07:51:51.602Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T07:51:51.602Z] Removing intermediate container 92394b094f74 [2021-02-05T07:51:51.602Z] ---> d196cac79128 [2021-02-05T07:51:51.602Z] [2021-02-05T07:51:51.602Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T07:51:51.602Z] 3.12: Pulling from library/alpine [2021-02-05T07:51:51.602Z] 3.12: Pulling from library/alpine [2021-02-05T07:51:51.602Z] 3.12: Pulling from library/alpine [2021-02-05T07:51:51.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T07:51:51.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T07:51:51.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T07:51:51.602Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T07:51:51.602Z] Status: Image is up to date for alpine:3.12 [2021-02-05T07:51:51.602Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T07:51:51.602Z] ---> 389fef711851 [2021-02-05T07:51:51.602Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T07:51:51.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T07:51:51.602Z] Status: Image is up to date for alpine:3.12 [2021-02-05T07:51:51.602Z] ---> 389fef711851 [2021-02-05T07:51:51.602Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T07:51:51.602Z] ---> 389fef711851 [2021-02-05T07:51:51.602Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T07:51:51.602Z] ---> 389fef711851 [2021-02-05T07:51:51.602Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T07:51:52.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T07:51:52.652Z] ---> Running in 14cb8fe8fda6 [2021-02-05T07:51:52.652Z] ---> Running in fdb3ce18a9a0 [2021-02-05T07:51:52.938Z] ---> Running in d03df94fe984 [2021-02-05T07:51:52.938Z] ---> Running in 856e5373cc88 [2021-02-05T07:51:54.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T07:51:54.648Z] Removing intermediate container a03ca0805fee [2021-02-05T07:51:54.648Z] ---> e47e95e380f9 [2021-02-05T07:51:54.648Z] [2021-02-05T07:51:54.648Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T07:51:54.648Z] ---> 389fef711851 [2021-02-05T07:51:54.648Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T07:51:54.648Z] ---> Running in 36c6a9380e42 [2021-02-05T07:51:54.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:54.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:55.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:55.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:55.746Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T07:51:55.746Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:51:55.746Z] OK: 6 MiB in 15 packages [2021-02-05T07:51:55.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:55.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:56.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:56.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:56.116Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T07:51:56.116Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T07:51:56.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:51:56.116Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T07:51:56.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:56.489Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T07:51:56.489Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T07:51:56.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:51:56.489Z] OK: 6 MiB in 15 packages [2021-02-05T07:51:56.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:51:56.489Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T07:51:56.489Z] OK: 6 MiB in 16 packages [2021-02-05T07:51:56.489Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T07:51:56.489Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T07:51:56.489Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T07:51:56.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:51:56.489Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T07:51:56.821Z] OK: 7 MiB in 19 packages [2021-02-05T07:51:56.821Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T07:51:56.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:51:56.821Z] OK: 6 MiB in 15 packages [2021-02-05T07:51:57.438Z] Removing intermediate container 14cb8fe8fda6 [2021-02-05T07:51:57.438Z] ---> 25716889746f [2021-02-05T07:51:57.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:51:57.720Z] ---> Running in 3bef2ab896fb [2021-02-05T07:51:58.030Z] Removing intermediate container d03df94fe984 [2021-02-05T07:51:58.030Z] ---> b5cad42a3b0b [2021-02-05T07:51:58.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:51:58.030Z] Removing intermediate container fdb3ce18a9a0 [2021-02-05T07:51:58.030Z] ---> 91e262d3fa47 [2021-02-05T07:51:58.030Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:51:58.655Z] ---> Running in 4f7cecfd1680 [2021-02-05T07:51:58.655Z] ---> Running in 6e7d3a99c589 [2021-02-05T07:51:58.655Z] Removing intermediate container 3bef2ab896fb [2021-02-05T07:51:58.655Z] ---> 057e0253f232 [2021-02-05T07:51:58.655Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T07:51:58.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T07:51:58.936Z] Removing intermediate container 36c6a9380e42 [2021-02-05T07:51:58.936Z] ---> 78e1523276b4 [2021-02-05T07:51:58.936Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:51:58.936Z] Removing intermediate container 856e5373cc88 [2021-02-05T07:51:58.936Z] ---> a95185840906 [2021-02-05T07:51:58.936Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T07:51:58.936Z] ---> Running in 644210b9d06e [2021-02-05T07:51:59.211Z] ---> Running in ff2e8ee644ff [2021-02-05T07:51:59.211Z] Removing intermediate container 4f7cecfd1680 [2021-02-05T07:51:59.211Z] ---> be2ae0282f02 [2021-02-05T07:51:59.211Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T07:51:59.211Z] ---> Running in b24bab55594b [2021-02-05T07:51:59.211Z] Removing intermediate container 6e7d3a99c589 [2021-02-05T07:51:59.211Z] ---> 6c943d81effc [2021-02-05T07:51:59.211Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T07:51:59.211Z] ---> Running in afbe06176f52 [2021-02-05T07:51:59.480Z] ---> Running in b814d27d40e2 [2021-02-05T07:51:59.480Z] Removing intermediate container 644210b9d06e [2021-02-05T07:51:59.480Z] ---> fc8cf24085d6 [2021-02-05T07:51:59.480Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T07:51:59.480Z] Removing intermediate container ff2e8ee644ff [2021-02-05T07:51:59.480Z] ---> d3c9429e5429 [2021-02-05T07:51:59.480Z] Step 13/24 : WORKDIR / [2021-02-05T07:51:59.480Z] Removing intermediate container b24bab55594b [2021-02-05T07:51:59.480Z] ---> f98f85afd307 [2021-02-05T07:51:59.480Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T07:51:59.757Z] ---> Running in ef4aa66685bc [2021-02-05T07:51:59.757Z] ---> Running in 767cdebf64a5 [2021-02-05T07:51:59.757Z] ---> Running in 8ed46e36c8a9 [2021-02-05T07:52:00.029Z] Removing intermediate container afbe06176f52 [2021-02-05T07:52:00.029Z] ---> 8616bffb5c88 [2021-02-05T07:52:00.029Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T07:52:00.029Z] Removing intermediate container b814d27d40e2 [2021-02-05T07:52:00.029Z] ---> 6cb868411393 [2021-02-05T07:52:00.029Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T07:52:00.318Z] ---> Running in 0ab629e9b0c6 [2021-02-05T07:52:00.318Z] ---> Running in e726aafce218 [2021-02-05T07:52:00.318Z] Removing intermediate container ef4aa66685bc [2021-02-05T07:52:00.318Z] ---> cbfc40f62543 [2021-02-05T07:52:00.318Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:52:00.594Z] Removing intermediate container 767cdebf64a5 [2021-02-05T07:52:00.594Z] ---> 04e30fd28827 [2021-02-05T07:52:00.594Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T07:52:00.594Z] Removing intermediate container 8ed46e36c8a9 [2021-02-05T07:52:00.594Z] ---> 2c6ce1c9de49 [2021-02-05T07:52:00.594Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T07:52:01.203Z] Removing intermediate container 0ab629e9b0c6 [2021-02-05T07:52:01.203Z] ---> 064400d3c7ce [2021-02-05T07:52:01.203Z] Step 15/23 : WORKDIR / [2021-02-05T07:52:01.479Z] ---> Running in 2f5314126016 [2021-02-05T07:52:01.807Z] ---> Running in 75432e38df41 [2021-02-05T07:52:01.807Z] Removing intermediate container e726aafce218 [2021-02-05T07:52:01.807Z] ---> 9d0d264399e0 [2021-02-05T07:52:01.807Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:52:01.807Z] ---> c8b184593b0a [2021-02-05T07:52:01.807Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T07:52:02.108Z] ---> 3488383a84b1 [2021-02-05T07:52:02.108Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T07:52:02.108Z] Removing intermediate container 2f5314126016 [2021-02-05T07:52:02.108Z] ---> b36b0f6cab0e [2021-02-05T07:52:02.108Z] Step 15/23 : WORKDIR / [2021-02-05T07:52:02.494Z] Removing intermediate container 75432e38df41 [2021-02-05T07:52:02.494Z] ---> 4473b63f56c3 [2021-02-05T07:52:02.494Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:52:02.494Z] ---> Running in 5314c6de629e [2021-02-05T07:52:02.828Z] ---> e30148b972b6 [2021-02-05T07:52:02.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T07:52:03.108Z] ---> 0c8329151dda [2021-02-05T07:52:03.108Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T07:52:03.377Z] ---> ff1cc17f0bd8 [2021-02-05T07:52:03.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T07:52:03.653Z] ---> e0303a4fdbc5 [2021-02-05T07:52:03.653Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T07:52:03.653Z] Removing intermediate container 5314c6de629e [2021-02-05T07:52:03.653Z] ---> 3c9bf51f4e39 [2021-02-05T07:52:03.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:52:03.958Z] ---> 072e567902ce [2021-02-05T07:52:03.958Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T07:52:04.257Z] ---> 99b22a020d48 [2021-02-05T07:52:04.257Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T07:52:04.571Z] ---> a9afeb142d12 [2021-02-05T07:52:04.571Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T07:52:04.571Z] ---> 1635b9601e41 [2021-02-05T07:52:04.571Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T07:52:04.571Z] ---> d99ea8921e15 [2021-02-05T07:52:04.571Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T07:52:04.571Z] ---> Running in d250c4c0e916 [2021-02-05T07:52:05.166Z] Removing intermediate container d250c4c0e916 [2021-02-05T07:52:05.166Z] ---> 52c907673a30 [2021-02-05T07:52:05.166Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:52:05.448Z] ---> 788f11a25d24 [2021-02-05T07:52:05.448Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T07:52:05.448Z] ---> 629e4a58cdbe [2021-02-05T07:52:05.448Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T07:52:05.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T07:52:05.788Z] ---> Running in 54316b36ba44 [2021-02-05T07:52:05.788Z] ---> Running in a8a4fe2e8fa7 [2021-02-05T07:52:05.788Z] ---> 7633c1959fca [2021-02-05T07:52:05.788Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T07:52:05.788Z] ---> bf124618baf7 [2021-02-05T07:52:05.788Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T07:52:05.788Z] ---> Running in 20540cf225b5 [2021-02-05T07:52:06.843Z] Removing intermediate container a8a4fe2e8fa7 [2021-02-05T07:52:06.843Z] ---> d86e42ba94ba [2021-02-05T07:52:06.843Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T07:52:06.843Z] Removing intermediate container 54316b36ba44 [2021-02-05T07:52:06.843Z] ---> 7c63ca6b4d3a [2021-02-05T07:52:06.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:52:06.843Z] ---> Running in 6cf7f357c1a8 [2021-02-05T07:52:06.843Z] ---> 66170672826a [2021-02-05T07:52:06.843Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T07:52:06.843Z] Removing intermediate container 20540cf225b5 [2021-02-05T07:52:06.843Z] ---> 953a445b62d6 [2021-02-05T07:52:06.843Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:52:06.843Z] ---> d1382bfe9569 [2021-02-05T07:52:06.843Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T07:52:06.843Z] ---> Running in cd07ad2f9173 [2021-02-05T07:52:07.149Z] ---> Running in d5b76a6e1add [2021-02-05T07:52:07.149Z] ---> Running in d6789794e167 [2021-02-05T07:52:07.465Z] Removing intermediate container 6cf7f357c1a8 [2021-02-05T07:52:07.465Z] ---> f0a44f7bfd5e [2021-02-05T07:52:07.465Z] Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:52:07.465Z] Removing intermediate container cd07ad2f9173 [2021-02-05T07:52:07.465Z] ---> f88c4b05282e [2021-02-05T07:52:07.465Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T07:52:07.782Z] ---> Running in 896b58c25ad3 [2021-02-05T07:52:07.782Z] ---> Running in 548900d7cd0e [2021-02-05T07:52:08.063Z] Removing intermediate container d6789794e167 [2021-02-05T07:52:08.063Z] ---> db9b4739039d [2021-02-05T07:52:08.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:52:08.063Z] Removing intermediate container d5b76a6e1add [2021-02-05T07:52:08.063Z] ---> 2256d1a5992a [2021-02-05T07:52:08.063Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T07:52:08.063Z] ---> 30f54fcd1932 [2021-02-05T07:52:08.063Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T07:52:08.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T07:52:08.774Z] ---> Running in 049e542812ed [2021-02-05T07:52:08.774Z] ---> Running in a525f5e23d72 [2021-02-05T07:52:08.774Z] ---> Running in c80c317622b4 [2021-02-05T07:52:09.459Z] Removing intermediate container 548900d7cd0e [2021-02-05T07:52:09.459Z] ---> 4b4e8b7d74cf [2021-02-05T07:52:09.459Z] Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:52:09.459Z] Removing intermediate container 896b58c25ad3 [2021-02-05T07:52:09.459Z] ---> c6feb64e360e [2021-02-05T07:52:09.459Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T07:52:09.757Z] ---> Running in fda78ded2239 [2021-02-05T07:52:09.757Z] Removing intermediate container a525f5e23d72 [2021-02-05T07:52:09.757Z] ---> 69bebd706583 [2021-02-05T07:52:09.757Z] Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:52:09.757Z] ---> Running in 5a3569546b0b [2021-02-05T07:52:10.085Z] Removing intermediate container 049e542812ed [2021-02-05T07:52:10.085Z] ---> 4d9b89e181b6 [2021-02-05T07:52:10.085Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T07:52:10.388Z] ---> Running in 7f18666aec42 [2021-02-05T07:52:10.388Z] ---> Running in f175cc66b623 [2021-02-05T07:52:10.388Z] Removing intermediate container fda78ded2239 [2021-02-05T07:52:10.388Z] ---> 2efff3ad6fe8 [2021-02-05T07:52:10.388Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T07:52:10.388Z] Removing intermediate container 5a3569546b0b [2021-02-05T07:52:10.388Z] ---> e01e0feac9e1 [2021-02-05T07:52:10.388Z] [2021-02-05T07:52:10.703Z] ---> Running in 1958db699096 [2021-02-05T07:52:10.982Z] Removing intermediate container 7f18666aec42 [2021-02-05T07:52:10.982Z] ---> b2033c7a0efa [2021-02-05T07:52:10.982Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T07:52:11.613Z] Removing intermediate container f175cc66b623 [2021-02-05T07:52:11.613Z] ---> c19d89efb8bf [2021-02-05T07:52:11.613Z] Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:52:11.613Z] ---> Running in 0da3fb94f72b [2021-02-05T07:52:12.018Z] Successfully built e01e0feac9e1 [2021-02-05T07:52:12.018Z] ---> Running in ae1c156f0bae [2021-02-05T07:52:12.018Z] Removing intermediate container 1958db699096 [2021-02-05T07:52:12.018Z] ---> dbbd86705a95 [2021-02-05T07:52:12.018Z] [2021-02-05T07:52:12.018Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T07:52:12.019Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-05T07:52:12.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T07:52:12.694Z] Removing intermediate container 0da3fb94f72b [2021-02-05T07:52:12.694Z] ---> 36b4356efb5b [2021-02-05T07:52:12.694Z] [2021-02-05T07:52:12.986Z] Removing intermediate container c80c317622b4 [2021-02-05T07:52:12.987Z] ---> e554a2e683ef [2021-02-05T07:52:12.987Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T07:52:12.987Z] Removing intermediate container ae1c156f0bae [2021-02-05T07:52:12.987Z] ---> 3fc598d16a96 [2021-02-05T07:52:12.987Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T07:52:13.261Z] Successfully built dbbd86705a95 [2021-02-05T07:52:13.261Z] ---> Running in b7ea10199fdb [2021-02-05T07:52:13.568Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T07:52:13.568Z] Building docker-security-proxy-setup-go [2021-02-05T07:52:13.568Z]  Building docker-support-notifications-go ... done  ---> Running in 3ce660c0110c [2021-02-05T07:52:13.885Z] Successfully built 36b4356efb5b [2021-02-05T07:52:13.885Z] Successfully tagged docker-core-command-go:latest [2021-02-05T07:52:13.885Z] Building docker-core-data-go [2021-02-05T07:52:14.203Z]  Building docker-core-command-go ... done Removing intermediate container b7ea10199fdb [2021-02-05T07:52:14.203Z] ---> e315430ebd58 [2021-02-05T07:52:14.203Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T07:52:14.203Z] Removing intermediate container 3ce660c0110c [2021-02-05T07:52:14.203Z] ---> cd070dd26663 [2021-02-05T07:52:14.203Z] [2021-02-05T07:52:14.522Z] ---> Running in dab44c140663 [2021-02-05T07:52:14.522Z] Successfully built cd070dd26663 [2021-02-05T07:52:14.522Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T07:52:14.522Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-05T07:52:16.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T07:52:16.596Z] Removing intermediate container dab44c140663 [2021-02-05T07:52:16.596Z] ---> 0bf62f61efea [2021-02-05T07:52:16.596Z] Step 23/24 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:52:16.596Z] ---> Running in 36308dbe8feb [2021-02-05T07:52:17.418Z] Removing intermediate container 36308dbe8feb [2021-02-05T07:52:17.418Z] ---> 7e6ea693ca1b [2021-02-05T07:52:17.418Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T07:52:19.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T07:52:19.570Z] ---> Running in da716c008bd0 [2021-02-05T07:52:21.846Z] Removing intermediate container da716c008bd0 [2021-02-05T07:52:21.846Z] ---> b7a32358cc18 [2021-02-05T07:52:21.846Z] [2021-02-05T07:52:21.846Z] Successfully built b7a32358cc18 [2021-02-05T07:52:21.846Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T07:52:22.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T07:52:29.223Z] $ docker stop --time=1 f2571ba27bdbb8d08f1387ef0ede4856a6a17d0ed9df227d2637dc1df5078969 [2021-02-05T07:52:31.706Z] $ docker rm -f f2571ba27bdbb8d08f1387ef0ede4856a6a17d0ed9df227d2637dc1df5078969 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:52:33.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T07:52:33.580Z] [2021-02-05T07:52:33.580Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:52:33.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T07:52:33.969Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T07:52:33.969Z] 29e5d40040c1: Pulling fs layer [2021-02-05T07:52:33.969Z] 1ce36da41761: Pulling fs layer [2021-02-05T07:52:33.969Z] 25b303627fd3: Pulling fs layer [2021-02-05T07:52:34.240Z] 29e5d40040c1: Verifying Checksum [2021-02-05T07:52:34.240Z] 29e5d40040c1: Download complete [2021-02-05T07:52:34.836Z] 1ce36da41761: Verifying Checksum [2021-02-05T07:52:34.836Z] 1ce36da41761: Download complete [2021-02-05T07:52:35.110Z] 29e5d40040c1: Pull complete [2021-02-05T07:52:36.089Z] 1ce36da41761: Pull complete [2021-02-05T07:52:36.684Z] 25b303627fd3: Verifying Checksum [2021-02-05T07:52:36.684Z] 25b303627fd3: Download complete [2021-02-05T07:52:46.831Z] 25b303627fd3: Pull complete [2021-02-05T07:52:46.831Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T07:52:46.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T07:52:46.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T07:52:47.099Z] prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container [2021-02-05T07:52:47.164Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T07:52:50.127Z] $ docker top 5b34f3a6782c310501f99ba0e97dae172b0238e0ad8c56767803c69086e611a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:52:51.095Z] + docker-compose build --help [2021-02-05T07:52:51.095Z] + grep parallel [2021-02-05T07:52:54.468Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T07:52:54.484Z] $ docker stop --time=1 5b34f3a6782c310501f99ba0e97dae172b0238e0ad8c56767803c69086e611a7 [2021-02-05T07:52:56.386Z] $ docker rm -f 5b34f3a6782c310501f99ba0e97dae172b0238e0ad8c56767803c69086e611a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T07:52:57.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T07:52:57.213Z] . [Pipeline] withDockerContainer [2021-02-05T07:52:57.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-25234 does not seem to be running inside a container [2021-02-05T07:52:57.614Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 [2021-02-05T07:52:59.031Z] $ docker top 22a02c92cac2cb42be6595f5c85569d377b8337d0a845964fefcd2ad163a524f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T07:53:00.106Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T07:53:04.402Z] Building docker-core-command-go ... [2021-02-05T07:53:04.402Z] Building docker-core-data-go ... [2021-02-05T07:53:04.402Z] Building docker-core-metadata-go ... [2021-02-05T07:53:04.402Z] Building docker-security-bootstrapper-go ... [2021-02-05T07:53:04.402Z] Building docker-security-proxy-setup-go ... [2021-02-05T07:53:04.402Z] Building docker-security-secretstore-setup-go ... [2021-02-05T07:53:04.402Z] Building docker-support-notifications-go ... [2021-02-05T07:53:04.402Z] Building docker-support-scheduler-go ... [2021-02-05T07:53:04.402Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T07:53:04.402Z] Building docker-support-notifications-go [2021-02-05T07:53:04.402Z] Building docker-core-command-go [2021-02-05T07:53:04.402Z] Building docker-core-data-go [2021-02-05T07:53:04.402Z] Building docker-support-scheduler-go [2021-02-05T07:53:04.402Z] Building docker-sys-mgmt-agent-go [2021-02-05T07:53:20.448Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:53:20.448Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:53:20.448Z] ---> 247ad7589168 [2021-02-05T07:53:20.448Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T07:53:20.448Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:53:20.448Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:53:20.448Z] ---> 247ad7589168 [2021-02-05T07:53:20.448Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> a2b3c4c26205 [2021-02-05T07:53:20.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> a2b3c4c26205 [2021-02-05T07:53:20.448Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:53:20.448Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:53:20.448Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:53:20.448Z] ---> 247ad7589168 [2021-02-05T07:53:20.448Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> a2b3c4c26205 [2021-02-05T07:53:20.448Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> 6d0994ddc7d5 [2021-02-05T07:53:20.448Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> 6d0994ddc7d5 [2021-02-05T07:53:20.448Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> 6d0994ddc7d5 [2021-02-05T07:53:20.448Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T07:53:20.448Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:53:20.448Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:53:20.448Z] ---> 247ad7589168 [2021-02-05T07:53:20.448Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> a2b3c4c26205 [2021-02-05T07:53:20.448Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:53:20.448Z] ---> Using cache [2021-02-05T07:53:20.448Z] ---> 6d0994ddc7d5 [2021-02-05T07:53:20.448Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T07:53:20.448Z] ---> Running in 1383b738376e [2021-02-05T07:53:20.448Z] ---> Running in 5e60f0f72148 [2021-02-05T07:53:20.448Z] ---> Running in ad3cc4518a00 [2021-02-05T07:53:20.448Z] ---> Running in 6afa8f3a0c8d [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:53:20.448Z] OK: 233 MiB in 51 packages [2021-02-05T07:53:20.448Z] OK: 233 MiB in 51 packages [2021-02-05T07:53:20.448Z] OK: 233 MiB in 51 packages [2021-02-05T07:53:20.448Z] OK: 233 MiB in 51 packages [2021-02-05T07:53:20.756Z] Removing intermediate container ad3cc4518a00 [2021-02-05T07:53:20.756Z] ---> 73aedaaac18b [2021-02-05T07:53:20.756Z] Step 6/31 : COPY go.mod . [2021-02-05T07:53:20.756Z] Removing intermediate container 6afa8f3a0c8d [2021-02-05T07:53:20.756Z] ---> 73bf77c8b0ea [2021-02-05T07:53:20.756Z] Step 6/26 : COPY go.mod . [2021-02-05T07:53:21.474Z] ---> bb9b41c316cf [2021-02-05T07:53:21.474Z] Step 7/31 : RUN go mod download [2021-02-05T07:53:21.474Z] Removing intermediate container 5e60f0f72148 [2021-02-05T07:53:21.474Z] ---> b95482655e1f [2021-02-05T07:53:21.474Z] Step 6/21 : COPY go.mod . [2021-02-05T07:53:21.474Z] ---> Running in 621dac0e3084 [2021-02-05T07:53:21.474Z] Removing intermediate container 1383b738376e [2021-02-05T07:53:21.474Z] ---> 09426ac53388 [2021-02-05T07:53:21.474Z] Step 6/23 : COPY go.mod . [2021-02-05T07:53:21.805Z] ---> 96277e404fdb [2021-02-05T07:53:21.805Z] Step 7/26 : RUN go mod download [2021-02-05T07:53:21.805Z] ---> Running in 3dc9fd1ac7d6 [2021-02-05T07:53:22.091Z] ---> a2711446dcad [2021-02-05T07:53:22.091Z] Step 7/21 : RUN go mod download [2021-02-05T07:53:22.091Z] ---> Running in ac4c613d6ee1 [2021-02-05T07:53:22.091Z] ---> 7a9b405c68b5 [2021-02-05T07:53:22.091Z] Step 7/23 : RUN go mod download [2021-02-05T07:53:22.482Z] ---> Running in 84a0d67b6bd8 [2021-02-05T07:53:25.911Z] Removing intermediate container ac4c613d6ee1 [2021-02-05T07:53:25.911Z] ---> 4a141299e14e [2021-02-05T07:53:25.911Z] Step 8/21 : COPY . . [2021-02-05T07:53:25.911Z] Removing intermediate container 3dc9fd1ac7d6 [2021-02-05T07:53:25.911Z] ---> b62b76b4d5b4 [2021-02-05T07:53:25.911Z] Step 8/26 : COPY . . [2021-02-05T07:53:25.911Z] Removing intermediate container 621dac0e3084 [2021-02-05T07:53:25.911Z] ---> 3aeb52195d0b [2021-02-05T07:53:25.911Z] Step 8/31 : COPY . . [2021-02-05T07:53:26.184Z] Removing intermediate container 84a0d67b6bd8 [2021-02-05T07:53:26.184Z] ---> 5cb4b8da309c [2021-02-05T07:53:26.184Z] Step 8/23 : COPY . . [2021-02-05T07:54:23.315Z] ---> 54581e47a254 [2021-02-05T07:54:23.315Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T07:54:23.315Z] ---> 5445c8e9f90a [2021-02-05T07:54:23.315Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T07:54:23.315Z] ---> 7197e5562f7f [2021-02-05T07:54:23.315Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T07:54:23.315Z] ---> Running in 3c7b7ac89deb [2021-02-05T07:54:23.315Z] ---> Running in 1859548c5c92 [2021-02-05T07:54:23.315Z] ---> Running in c07409702d9a [2021-02-05T07:54:23.315Z] ---> 358d3e80cf11 [2021-02-05T07:54:23.315Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T07:54:23.315Z] ---> Running in c9b737dcf0ea [2021-02-05T07:54:23.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T07:54:23.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T07:54:24.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T07:54:24.325Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T07:54:26.172Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:54:26.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:54:26.172Z] ---> ac9ebe8efa6b [2021-02-05T07:54:26.172Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T07:54:26.172Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:54:26.172Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:54:26.172Z] ---> ac9ebe8efa6b [2021-02-05T07:54:26.173Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T07:54:26.173Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:54:26.173Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:54:26.173Z] ---> ac9ebe8efa6b [2021-02-05T07:54:26.173Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T07:54:26.173Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:54:26.173Z] [2021-02-05T07:54:26.173Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:54:26.173Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> ac9ebe8efa6b [2021-02-05T07:54:26.173Z] [2021-02-05T07:54:26.173Z] Step 3/22 : WORKDIR /edgex-go ---> ac9ebe8efa6b [2021-02-05T07:54:26.173Z] [2021-02-05T07:54:26.173Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T07:54:26.173Z] ---> Running in 9acf1cce4bb5 [2021-02-05T07:54:26.173Z] ---> Running in 23f081d2fff4 [2021-02-05T07:54:26.173Z] ---> Running in 74778100f8ab [2021-02-05T07:54:26.173Z] ---> Running in 22bfd6f2c06b [2021-02-05T07:54:26.173Z] ---> Running in 3497d5fb8ef7 [2021-02-05T07:54:26.173Z] Removing intermediate container 22bfd6f2c06b [2021-02-05T07:54:26.173Z] ---> 47504c8a9ed3 [2021-02-05T07:54:26.173Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:54:26.173Z] Removing intermediate container 3497d5fb8ef7 [2021-02-05T07:54:26.173Z] ---> e6adaa2a7d91 [2021-02-05T07:54:26.173Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:54:26.173Z] Removing intermediate container 9acf1cce4bb5 [2021-02-05T07:54:26.173Z] ---> 21757eb5fa86 [2021-02-05T07:54:26.173Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:54:26.173Z] Removing intermediate container 74778100f8ab [2021-02-05T07:54:26.173Z] ---> bb300e411012 [2021-02-05T07:54:26.173Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:54:26.173Z] Removing intermediate container 23f081d2fff4 [2021-02-05T07:54:26.173Z] ---> ae8667c9258a [2021-02-05T07:54:26.173Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:54:26.173Z] ---> Running in bf1cf0508166 [2021-02-05T07:54:26.173Z] ---> Running in d1234435d861 [2021-02-05T07:54:26.173Z] ---> Running in 8d08892fc414 [2021-02-05T07:54:26.173Z] ---> Running in 33666c389657 [2021-02-05T07:54:26.173Z] ---> Running in e518285efdb9 [2021-02-05T07:54:26.173Z] Removing intermediate container d1234435d861 [2021-02-05T07:54:26.173Z] ---> e538a07d0fef [2021-02-05T07:54:26.173Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T07:54:26.173Z] ---> Running in c752fd59db58 [2021-02-05T07:54:26.173Z] Removing intermediate container bf1cf0508166 [2021-02-05T07:54:26.173Z] ---> a8e4e03c1d35 [2021-02-05T07:54:26.173Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T07:54:26.173Z] ---> Running in b2ae36ccdc05 [2021-02-05T07:54:26.173Z] Removing intermediate container 8d08892fc414 [2021-02-05T07:54:26.173Z] ---> 390554a25252 [2021-02-05T07:54:26.173Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T07:54:26.173Z] Removing intermediate container 33666c389657 [2021-02-05T07:54:26.173Z] ---> 07298ee94448 [2021-02-05T07:54:26.173Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T07:54:26.173Z] Removing intermediate container e518285efdb9 [2021-02-05T07:54:26.173Z] ---> bea920cd68d9 [2021-02-05T07:54:26.173Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T07:54:26.173Z] ---> Running in f30ba25446cb [2021-02-05T07:54:26.173Z] ---> Running in 984afeb64331 [2021-02-05T07:54:26.173Z] ---> Running in 06e1943235ef [2021-02-05T07:54:26.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.173Z] OK: 217 MiB in 51 packages [2021-02-05T07:54:26.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:26.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:27.010Z] OK: 217 MiB in 51 packages [2021-02-05T07:54:27.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:27.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:54:27.616Z] Removing intermediate container c752fd59db58 [2021-02-05T07:54:27.616Z] ---> 74767e0c7e67 [2021-02-05T07:54:27.616Z] Step 6/22 : COPY go.mod . [2021-02-05T07:54:27.616Z] OK: 217 MiB in 51 packages [2021-02-05T07:54:27.616Z] OK: 217 MiB in 51 packages [2021-02-05T07:54:27.893Z] OK: 217 MiB in 51 packages [2021-02-05T07:54:28.886Z] Removing intermediate container b2ae36ccdc05 [2021-02-05T07:54:28.886Z] ---> 89721475d3a7 [2021-02-05T07:54:28.886Z] Step 6/23 : COPY go.mod . [2021-02-05T07:54:28.886Z] ---> bf1c0c731f4c [2021-02-05T07:54:28.886Z] Step 7/22 : RUN go mod download [2021-02-05T07:54:29.161Z] ---> Running in 44853998451c [2021-02-05T07:54:29.437Z] Removing intermediate container f30ba25446cb [2021-02-05T07:54:29.437Z] ---> d771782d216d [2021-02-05T07:54:29.437Z] Step 6/23 : COPY go.mod . [2021-02-05T07:54:29.437Z] Removing intermediate container 06e1943235ef [2021-02-05T07:54:29.437Z] ---> 67887883a784 [2021-02-05T07:54:29.437Z] Removing intermediate container 984afeb64331 [2021-02-05T07:54:29.437Z] Step 6/26 : COPY go.mod . [2021-02-05T07:54:29.437Z] ---> 08bc5aaef178 [2021-02-05T07:54:29.437Z] Step 6/22 : COPY go.mod . [2021-02-05T07:54:29.726Z] ---> 81522adc787a [2021-02-05T07:54:29.726Z] Step 7/23 : RUN go mod download [2021-02-05T07:54:30.010Z] ---> Running in df97b1f47450 [2021-02-05T07:54:30.610Z] ---> f0530d47f8e8 [2021-02-05T07:54:30.610Z] Step 7/23 : RUN go mod download [2021-02-05T07:54:30.882Z] ---> 19168d5055ac [2021-02-05T07:54:30.882Z] Step 7/26 : RUN go mod download [2021-02-05T07:54:30.882Z] ---> Running in fa28e8301e18 [2021-02-05T07:54:30.882Z] ---> 40cd3b023226 [2021-02-05T07:54:30.882Z] Step 7/22 : RUN go mod download [2021-02-05T07:54:31.158Z] ---> Running in 7e39ae377a51 [2021-02-05T07:54:31.438Z] ---> Running in 074164f4494c [2021-02-05T07:54:33.438Z] Removing intermediate container 44853998451c [2021-02-05T07:54:33.438Z] ---> 0c779b9e9c64 [2021-02-05T07:54:33.438Z] Step 8/22 : COPY . . [2021-02-05T07:54:34.419Z] Removing intermediate container df97b1f47450 [2021-02-05T07:54:34.419Z] ---> 6cbb072880c8 [2021-02-05T07:54:34.419Z] Step 8/23 : COPY . . [2021-02-05T07:54:37.048Z] Removing intermediate container fa28e8301e18 [2021-02-05T07:54:37.048Z] ---> d5a9a19ff84e [2021-02-05T07:54:37.048Z] Step 8/23 : COPY . . [2021-02-05T07:54:37.325Z] Removing intermediate container 074164f4494c [2021-02-05T07:54:37.325Z] ---> 91a02ad3f77e [2021-02-05T07:54:37.325Z] Step 8/22 : COPY . . [2021-02-05T07:54:37.599Z] Removing intermediate container 7e39ae377a51 [2021-02-05T07:54:37.600Z] ---> e155921eda2b [2021-02-05T07:54:37.600Z] Step 8/26 : COPY . . [2021-02-05T07:55:04.401Z] ---> 96c4c7b5425f [2021-02-05T07:55:04.401Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T07:55:04.401Z] ---> 29423fbacdae [2021-02-05T07:55:04.401Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T07:55:04.401Z] ---> a05dfbb74857 [2021-02-05T07:55:04.401Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T07:55:04.401Z] ---> Running in 0cd6d8cbed7a [2021-02-05T07:55:04.401Z] ---> 373a8c7d07b6 [2021-02-05T07:55:04.401Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T07:55:04.401Z] ---> 34b65fce54f5 [2021-02-05T07:55:04.401Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T07:55:04.401Z] ---> Running in 44578c7d0326 [2021-02-05T07:55:04.401Z] ---> Running in e53ded1817e1 [2021-02-05T07:55:04.401Z] ---> Running in c0b9b58fc93e [2021-02-05T07:55:04.401Z] ---> Running in 3a3f6446d0e3 [2021-02-05T07:55:04.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T07:55:04.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T07:55:04.401Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T07:55:04.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T07:55:04.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T07:55:13.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T07:55:13.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T07:55:14.795Z] Removing intermediate container 1859548c5c92 [2021-02-05T07:55:14.795Z] ---> a7d439c37cdb [2021-02-05T07:55:14.795Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T07:55:14.795Z] ---> Running in 39dd89873e9e [2021-02-05T07:55:17.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T07:55:19.859Z] Removing intermediate container c07409702d9a [2021-02-05T07:55:19.859Z] ---> 89ed39f969e0 [2021-02-05T07:55:19.859Z] [2021-02-05T07:55:19.859Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T07:55:19.859Z] ---> 389fef711851 [2021-02-05T07:55:19.859Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T07:55:20.209Z] ---> Running in 1ee1e08f66b3 [2021-02-05T07:55:21.761Z] Removing intermediate container 39dd89873e9e [2021-02-05T07:55:21.761Z] ---> 79d12fc0bd01 [2021-02-05T07:55:21.761Z] [2021-02-05T07:55:21.761Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T07:55:21.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:21.761Z] 20.10.0: Pulling from library/docker [2021-02-05T07:55:22.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:22.340Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T07:55:22.340Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T07:55:22.340Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T07:55:22.340Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T07:55:22.340Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:55:22.611Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T07:55:22.892Z] OK: 7 MiB in 18 packages [2021-02-05T07:55:22.892Z] Removing intermediate container 3c7b7ac89deb [2021-02-05T07:55:22.892Z] ---> 266e40cbf5f0 [2021-02-05T07:55:22.892Z] [2021-02-05T07:55:22.892Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T07:55:22.892Z] ---> 389fef711851 [2021-02-05T07:55:22.892Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T07:55:22.892Z] Removing intermediate container c9b737dcf0ea [2021-02-05T07:55:22.892Z] ---> 7f265e7028d3 [2021-02-05T07:55:22.892Z] [2021-02-05T07:55:22.892Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T07:55:22.892Z] ---> 389fef711851 [2021-02-05T07:55:22.892Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T07:55:23.283Z] ---> Running in 1d4fcced2cb8 [2021-02-05T07:55:23.283Z] ---> Running in 0064cf61fdd9 [2021-02-05T07:55:24.063Z] Removing intermediate container 1d4fcced2cb8 [2021-02-05T07:55:24.063Z] ---> f49b538fc68a [2021-02-05T07:55:24.063Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T07:55:24.349Z] Removing intermediate container 1ee1e08f66b3 [2021-02-05T07:55:24.350Z] ---> fe02686d1657 [2021-02-05T07:55:24.350Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T07:55:24.350Z] ---> Running in 13f2c5ccb9c2 [2021-02-05T07:55:24.633Z] Removing intermediate container 0064cf61fdd9 [2021-02-05T07:55:24.633Z] ---> 5d2c97eb10ab [2021-02-05T07:55:24.633Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T07:55:24.940Z] ---> Running in eec0b7ed3800 [2021-02-05T07:55:26.059Z] ---> Running in c530adf9bb50 [2021-02-05T07:55:26.059Z] Removing intermediate container eec0b7ed3800 [2021-02-05T07:55:26.059Z] ---> d5819bfddc3b [2021-02-05T07:55:26.059Z] Step 13/21 : WORKDIR /edgex [2021-02-05T07:55:26.059Z] Removing intermediate container c530adf9bb50 [2021-02-05T07:55:26.059Z] ---> eb0d42d883bd [2021-02-05T07:55:26.059Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T07:55:26.603Z] ---> Running in 05ca701b6422 [2021-02-05T07:55:26.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:26.603Z] ---> Running in 39971a4be630 [2021-02-05T07:55:27.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:27.115Z] Removing intermediate container 39971a4be630 [2021-02-05T07:55:27.115Z] ---> 1d8411680ade [2021-02-05T07:55:27.115Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:55:27.115Z] Removing intermediate container 05ca701b6422 [2021-02-05T07:55:27.115Z] ---> 97867d0f8725 [2021-02-05T07:55:27.115Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T07:55:27.115Z] ---> Running in a0d3a6aec93a [2021-02-05T07:55:28.127Z] ---> 8ed1a082956a [2021-02-05T07:55:28.127Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T07:55:28.127Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T07:55:28.127Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T07:55:28.127Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:55:28.127Z] OK: 6 MiB in 16 packages [2021-02-05T07:55:29.259Z] ---> 398bfb2abf22 [2021-02-05T07:55:29.259Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T07:55:29.259Z] Removing intermediate container 13f2c5ccb9c2 [2021-02-05T07:55:29.259Z] ---> 05935ae0e1cb [2021-02-05T07:55:29.259Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T07:55:29.579Z] ---> Running in 043ec3458216 [2021-02-05T07:55:29.579Z] Removing intermediate container a0d3a6aec93a [2021-02-05T07:55:29.579Z] ---> 56d36f0afbda [2021-02-05T07:55:29.579Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T07:55:29.857Z] Removing intermediate container 043ec3458216 [2021-02-05T07:55:29.857Z] ---> 7d2c5b40dadd [2021-02-05T07:55:29.857Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T07:55:29.857Z] ---> Running in 2e226161da0c [2021-02-05T07:55:30.305Z] ---> Running in 1e4936956f23 [2021-02-05T07:55:30.305Z] ---> 5cdf48de52c2 [2021-02-05T07:55:30.305Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T07:55:30.683Z] ---> Running in 9ca655115cf0 [2021-02-05T07:55:30.683Z] Removing intermediate container 1e4936956f23 [2021-02-05T07:55:30.683Z] ---> 12ec5ed1d20c [2021-02-05T07:55:30.683Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T07:55:30.683Z] ---> Running in 6d97c9196a89 [2021-02-05T07:55:30.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:30.990Z] Removing intermediate container 9ca655115cf0 [2021-02-05T07:55:30.990Z] ---> 7e22749c7e41 [2021-02-05T07:55:30.990Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T07:55:31.270Z] ---> Running in 43d3207bba84 [2021-02-05T07:55:31.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:31.942Z] Removing intermediate container 43d3207bba84 [2021-02-05T07:55:31.942Z] ---> b317f61a9f40 [2021-02-05T07:55:31.942Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T07:55:31.942Z] ---> Running in 489d118e65eb [2021-02-05T07:55:32.217Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T07:55:32.496Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T07:55:32.496Z] Removing intermediate container 489d118e65eb [2021-02-05T07:55:32.496Z] ---> b827b9c4baa6 [2021-02-05T07:55:32.496Z] Step 20/21 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:55:32.496Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T07:55:32.496Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T07:55:32.784Z] ---> Running in 3f887a3abf0d [2021-02-05T07:55:32.784Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T07:55:33.061Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T07:55:33.061Z] Removing intermediate container 6d97c9196a89 [2021-02-05T07:55:33.061Z] ---> 5b2e587bb906 [2021-02-05T07:55:33.061Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T07:55:33.061Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:55:33.061Z] OK: 8 MiB in 20 packages [2021-02-05T07:55:33.356Z] ---> Running in 8eba356983ed [2021-02-05T07:55:33.641Z] Removing intermediate container 3f887a3abf0d [2021-02-05T07:55:33.641Z] ---> 7140e4da916b [2021-02-05T07:55:33.641Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T07:55:34.067Z] ---> Running in 09e1a85b4c16 [2021-02-05T07:55:34.067Z] Removing intermediate container 8eba356983ed [2021-02-05T07:55:34.067Z] ---> c56799d36e13 [2021-02-05T07:55:34.067Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T07:55:34.433Z] Removing intermediate container 09e1a85b4c16 [2021-02-05T07:55:34.433Z] ---> 58b033dc36f8 [2021-02-05T07:55:34.433Z] [2021-02-05T07:55:34.712Z] Removing intermediate container 2e226161da0c [2021-02-05T07:55:34.712Z] ---> 9bc8b34fa573 [2021-02-05T07:55:34.712Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:55:35.042Z] ---> 5385ec586b0e [2021-02-05T07:55:35.042Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T07:55:35.387Z] ---> Running in 65b76445d2ea [2021-02-05T07:55:35.665Z] Successfully built 58b033dc36f8 [2021-02-05T07:55:35.665Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T07:55:35.985Z]  Building docker-security-proxy-setup-go ... done  ---> bac6751cfe15 [2021-02-05T07:55:35.985Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T07:55:38.056Z] ---> e2d2e5ad4c8b [2021-02-05T07:55:38.056Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T07:55:39.385Z] ---> 126a179c5447 [2021-02-05T07:55:39.385Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T07:55:39.385Z] ---> Running in e00e4bb7909a [2021-02-05T07:55:39.385Z] Removing intermediate container 65b76445d2ea [2021-02-05T07:55:39.385Z] ---> 180f6444a4e1 [2021-02-05T07:55:39.385Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:55:39.665Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T07:55:39.665Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T07:55:39.665Z] ---> aefe523efa57 [2021-02-05T07:55:39.665Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T07:55:39.665Z] Removing intermediate container e00e4bb7909a [2021-02-05T07:55:39.665Z] ---> 153e2203df26 [2021-02-05T07:55:39.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:55:39.665Z] ---> Running in 87e78914f2f6 [2021-02-05T07:55:39.665Z] ---> fb1bdd57a632 [2021-02-05T07:55:39.665Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T07:55:39.939Z] ---> Running in d0f8a95c2e71 [2021-02-05T07:55:41.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:41.024Z] ---> 0496df7036c6 [2021-02-05T07:55:41.024Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T07:55:41.024Z] Removing intermediate container d0f8a95c2e71 [2021-02-05T07:55:41.024Z] ---> 3b2342fb6dd7 [2021-02-05T07:55:41.024Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T07:55:41.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:41.024Z] ---> Running in ed3876ae1ee8 [2021-02-05T07:55:41.321Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T07:55:41.321Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T07:55:41.321Z] Removing intermediate container ed3876ae1ee8 [2021-02-05T07:55:41.321Z] ---> 6e5129d9ebf9 [2021-02-05T07:55:41.321Z] Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:55:41.321Z] Executing bash-5.0.17-r0.post-install [2021-02-05T07:55:41.321Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:55:41.321Z] OK: 12 MiB in 22 packages [2021-02-05T07:55:41.607Z] ---> d5abdd10a933 [2021-02-05T07:55:41.607Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T07:55:41.607Z] ---> Running in 28c75a755d41 [2021-02-05T07:55:42.221Z] Removing intermediate container 28c75a755d41 [2021-02-05T07:55:42.221Z] ---> d2831a6ea2bd [2021-02-05T07:55:42.221Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T07:55:42.493Z] ---> Running in 0a08febe0d43 [2021-02-05T07:55:42.781Z] ---> a05f77917803 [2021-02-05T07:55:42.781Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T07:55:42.781Z] Removing intermediate container 87e78914f2f6 [2021-02-05T07:55:42.781Z] ---> 1163a09c207c [2021-02-05T07:55:42.781Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T07:55:42.781Z] Removing intermediate container 0a08febe0d43 [2021-02-05T07:55:42.781Z] ---> b8931c731fb6 [2021-02-05T07:55:42.781Z] [2021-02-05T07:55:43.054Z] ---> Running in 434e90c7a176 [2021-02-05T07:55:43.332Z] ---> 60deb36895ba [2021-02-05T07:55:43.332Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T07:55:43.332Z] Successfully built b8931c731fb6 [2021-02-05T07:55:43.332Z] Successfully tagged docker-core-data-go:latest [2021-02-05T07:55:43.332Z]  Building docker-core-data-go ... done Removing intermediate container 434e90c7a176 [2021-02-05T07:55:43.332Z] ---> 31df8dd83551 [2021-02-05T07:55:43.332Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T07:55:43.653Z] ---> Running in 3cca38f8b1e5 [2021-02-05T07:55:43.653Z] ---> Running in dadb23be7725 [2021-02-05T07:55:44.020Z] Removing intermediate container 3cca38f8b1e5 [2021-02-05T07:55:44.020Z] ---> c45073b532f0 [2021-02-05T07:55:44.020Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T07:55:44.020Z] Removing intermediate container dadb23be7725 [2021-02-05T07:55:44.020Z] ---> 6a629d38c71d [2021-02-05T07:55:44.020Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T07:55:44.020Z] ---> Running in b3e95816b45d [2021-02-05T07:55:44.290Z] ---> d0e88997b3fb [2021-02-05T07:55:44.290Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T07:55:44.290Z] Removing intermediate container b3e95816b45d [2021-02-05T07:55:44.290Z] ---> 38cf0a2bbe72 [2021-02-05T07:55:44.290Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T07:55:44.610Z] ---> Running in a6ff7533a4f7 [2021-02-05T07:55:45.285Z] ---> 19c44d9e01aa [2021-02-05T07:55:45.285Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T07:55:45.984Z] ---> 58ad047a82a5 [2021-02-05T07:55:45.984Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T07:55:46.260Z] Removing intermediate container a6ff7533a4f7 [2021-02-05T07:55:46.260Z] ---> 777a1ca96085 [2021-02-05T07:55:46.260Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T07:55:46.547Z] ---> Running in 203c204be4bd [2021-02-05T07:55:46.547Z] ---> 2c1ec2ac3635 [2021-02-05T07:55:46.547Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T07:55:46.847Z] ---> Running in d7ba110ba8aa [2021-02-05T07:55:47.133Z] Removing intermediate container 203c204be4bd [2021-02-05T07:55:47.133Z] ---> a9cfa131865e [2021-02-05T07:55:47.133Z] Step 28/31 : CMD ["gate"] [2021-02-05T07:55:47.133Z] ---> Running in 1be5b766f187 [2021-02-05T07:55:47.755Z] Removing intermediate container 1be5b766f187 [2021-02-05T07:55:47.755Z] ---> 94ce9e993f42 [2021-02-05T07:55:47.755Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T07:55:48.037Z] ---> Running in 31de93db4c03 [2021-02-05T07:55:48.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:48.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:55:48.307Z] Removing intermediate container 31de93db4c03 [2021-02-05T07:55:48.307Z] ---> 3de338bf62e1 [2021-02-05T07:55:48.307Z] Step 30/31 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:55:48.597Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T07:55:48.597Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T07:55:48.597Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T07:55:48.598Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T07:55:48.598Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T07:55:48.598Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T07:55:48.598Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T07:55:48.598Z] ---> Running in a7f448594cf1 [2021-02-05T07:55:50.061Z] Removing intermediate container a7f448594cf1 [2021-02-05T07:55:50.061Z] ---> d5c6f9112a1e [2021-02-05T07:55:50.062Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T07:55:52.649Z] ---> Running in bdf1728df1a9 [2021-02-05T07:55:52.649Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T07:55:52.649Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T07:55:52.649Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T07:55:52.649Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T07:55:52.649Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T07:55:52.649Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T07:55:52.649Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T07:55:52.649Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T07:55:52.649Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T07:55:52.649Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T07:55:52.933Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T07:55:53.205Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T07:55:53.205Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T07:55:53.205Z] Removing intermediate container bdf1728df1a9 [2021-02-05T07:55:53.205Z] ---> 767874ad6884 [2021-02-05T07:55:53.205Z] [2021-02-05T07:55:53.205Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T07:55:53.205Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T07:55:53.205Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T07:55:53.497Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T07:55:53.497Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T07:55:53.497Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T07:55:53.799Z] Successfully built 767874ad6884 [2021-02-05T07:55:53.799Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T07:55:53.799Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T07:55:53.799Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T07:55:53.799Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T07:55:53.799Z]  Building docker-security-bootstrapper-go ... done (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T07:55:53.799Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T07:55:53.799Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T07:55:53.799Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T07:55:54.092Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:55:54.393Z] OK: 71 MiB in 55 packages [2021-02-05T07:56:02.900Z] Removing intermediate container d7ba110ba8aa [2021-02-05T07:56:02.900Z] ---> bf107531c904 [2021-02-05T07:56:02.900Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T07:56:02.900Z] ---> Running in 49dab7187025 [2021-02-05T07:56:05.596Z] Collecting docker-compose==1.23.2 [2021-02-05T07:56:05.596Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T07:56:06.198Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T07:56:06.198Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T07:56:06.466Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T07:56:06.466Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T07:56:07.064Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T07:56:07.333Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T07:56:07.333Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T07:56:07.604Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T07:56:07.873Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T07:56:07.873Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T07:56:08.385Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T07:56:08.385Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T07:56:08.724Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T07:56:09.010Z] Collecting PyYAML<4,>=3.10 [2021-02-05T07:56:09.010Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T07:56:11.655Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T07:56:11.655Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T07:56:11.932Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T07:56:11.932Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T07:56:12.215Z] Collecting idna<2.8,>=2.5 [2021-02-05T07:56:12.215Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T07:56:12.538Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T07:56:12.538Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T07:56:12.538Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T07:56:12.538Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T07:56:12.816Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T07:56:12.816Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T07:56:12.816Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T07:56:12.816Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T07:56:12.816Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T07:56:12.816Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T07:56:13.089Z] Installing collected packages: idna, urllib3, requests, docopt, websocket-client, jsonschema, docker-pycreds, docker, dockerpty, PyYAML, texttable, cached-property, docker-compose [2021-02-05T07:56:13.089Z] Attempting uninstall: idna [2021-02-05T07:56:13.089Z] Found existing installation: idna 2.9 [2021-02-05T07:56:13.089Z] Uninstalling idna-2.9: [2021-02-05T07:56:13.089Z] Successfully uninstalled idna-2.9 [2021-02-05T07:56:13.365Z] Attempting uninstall: urllib3 [2021-02-05T07:56:13.365Z] Found existing installation: urllib3 1.25.9 [2021-02-05T07:56:13.365Z] Uninstalling urllib3-1.25.9: [2021-02-05T07:56:13.365Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T07:56:13.649Z] Attempting uninstall: requests [2021-02-05T07:56:13.649Z] Found existing installation: requests 2.23.0 [2021-02-05T07:56:13.649Z] Uninstalling requests-2.23.0: [2021-02-05T07:56:13.649Z] Successfully uninstalled requests-2.23.0 [2021-02-05T07:56:13.930Z] Running setup.py install for docopt: started [2021-02-05T07:56:14.546Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T07:56:15.525Z] Running setup.py install for dockerpty: started [2021-02-05T07:56:16.162Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T07:56:16.162Z] Running setup.py install for PyYAML: started [2021-02-05T07:56:17.161Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T07:56:17.161Z] Running setup.py install for texttable: started [2021-02-05T07:56:17.456Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T07:56:18.086Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T07:56:21.701Z] Removing intermediate container 49dab7187025 [2021-02-05T07:56:21.701Z] ---> a4d352b95c0f [2021-02-05T07:56:21.701Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T07:56:21.701Z] ---> Running in 872b010325d6 [2021-02-05T07:56:22.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T07:56:22.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T07:56:22.690Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T07:56:22.690Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T07:56:22.690Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T07:56:22.690Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:56:22.970Z] OK: 72 MiB in 58 packages [2021-02-05T07:56:23.572Z] Removing intermediate container 872b010325d6 [2021-02-05T07:56:23.572Z] ---> 9333a87a5a0d [2021-02-05T07:56:23.572Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T07:56:23.572Z] ---> Running in 8270aac66488 [2021-02-05T07:56:23.843Z] Removing intermediate container 8270aac66488 [2021-02-05T07:56:23.843Z] ---> bf5a5b319403 [2021-02-05T07:56:23.843Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:56:23.843Z] ---> Running in 3a32ebc3626f [2021-02-05T07:56:24.435Z] Removing intermediate container 3a32ebc3626f [2021-02-05T07:56:24.435Z] ---> 34bfb9a8e9c1 [2021-02-05T07:56:24.435Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T07:56:24.435Z] ---> Running in 1d3f9c59692e [2021-02-05T07:56:24.715Z] Removing intermediate container 1d3f9c59692e [2021-02-05T07:56:24.715Z] ---> c87aae9834b6 [2021-02-05T07:56:24.715Z] Step 25/26 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:56:24.715Z] ---> Running in 43c1dd64006f [2021-02-05T07:56:24.985Z] Removing intermediate container 43c1dd64006f [2021-02-05T07:56:24.985Z] ---> 4c880e6df36c [2021-02-05T07:56:24.985Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T07:56:25.263Z] ---> Running in 35a890802aaa [2021-02-05T07:56:25.536Z] Removing intermediate container 35a890802aaa [2021-02-05T07:56:25.536Z] ---> 4250b2f7036e [2021-02-05T07:56:25.536Z] [2021-02-05T07:56:25.814Z] Successfully built 4250b2f7036e [2021-02-05T07:56:25.814Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T07:56:26.441Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T07:56:26.586Z] $ docker stop --time=1 1e440a969c3347056cd0c8e437b9f493d1b064bab054079904de1479ceaa123d [2021-02-05T07:56:28.704Z] $ docker rm -f 1e440a969c3347056cd0c8e437b9f493d1b064bab054079904de1479ceaa123d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T07:56:29.331Z] + docker images [2021-02-05T07:56:29.331Z] + grep docker [2021-02-05T07:56:30.308Z] docker-sys-mgmt-agent-go latest 4250b2f7036e 4 seconds ago 313MB [2021-02-05T07:56:30.308Z] docker-security-bootstrapper-go latest 767874ad6884 37 seconds ago 23.8MB [2021-02-05T07:56:30.308Z] docker-core-data-go latest b8931c731fb6 47 seconds ago 22.3MB [2021-02-05T07:56:30.308Z] docker-security-proxy-setup-go latest 58b033dc36f8 55 seconds ago 24.4MB [2021-02-05T07:56:30.308Z] docker-security-secretstore-setup-go latest b7a32358cc18 4 minutes ago 24.6MB [2021-02-05T07:56:30.308Z] docker-core-metadata-go latest cd070dd26663 4 minutes ago 18.8MB [2021-02-05T07:56:30.308Z] docker-core-command-go latest 36b4356efb5b 4 minutes ago 16.9MB [2021-02-05T07:56:30.308Z] docker-support-notifications-go latest dbbd86705a95 4 minutes ago 17.5MB [2021-02-05T07:56:30.308Z] docker-support-scheduler-go latest e01e0feac9e1 4 minutes ago 17MB [2021-02-05T07:56:30.308Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-05T07:56:41.217Z] Removing intermediate container 3a3f6446d0e3 [2021-02-05T07:56:41.217Z] ---> 1e6c3ecde21f [2021-02-05T07:56:41.217Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T07:56:41.489Z] ---> Running in 672558f2136d [2021-02-05T07:56:43.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T07:56:46.250Z] Still waiting to schedule task [2021-02-05T07:56:46.250Z] ‘prd-ubuntu18.04-docker-8c-8g-25235’ is offline [2021-02-05T07:56:50.202Z] Removing intermediate container 672558f2136d [2021-02-05T07:56:50.202Z] ---> 845eb1e97a5e [2021-02-05T07:56:50.202Z] [2021-02-05T07:56:50.202Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T07:56:50.202Z] 20.10.0: Pulling from library/docker [2021-02-05T07:56:54.533Z] Removing intermediate container e53ded1817e1 [2021-02-05T07:56:54.533Z] ---> fcb848f429be [2021-02-05T07:56:54.533Z] [2021-02-05T07:56:54.533Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T07:56:54.533Z] 3.12: Pulling from library/alpine [2021-02-05T07:56:56.002Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T07:56:56.002Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T07:56:56.002Z] ---> afeebe901d6b [2021-02-05T07:56:56.002Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T07:56:56.281Z] Removing intermediate container 0cd6d8cbed7a [2021-02-05T07:56:56.281Z] ---> 6621dd482d08 [2021-02-05T07:56:56.281Z] [2021-02-05T07:56:56.281Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T07:56:56.281Z] ---> afeebe901d6b [2021-02-05T07:56:56.281Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T07:56:56.875Z] ---> Running in 8cbd4b1446a9 [2021-02-05T07:56:56.875Z] ---> Running in 905cdfcd587c [2021-02-05T07:56:57.472Z] Removing intermediate container c0b9b58fc93e [2021-02-05T07:56:57.472Z] ---> d28664197683 [2021-02-05T07:56:57.472Z] [2021-02-05T07:56:57.472Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T07:56:57.472Z] ---> afeebe901d6b [2021-02-05T07:56:57.472Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T07:56:58.079Z] ---> Running in f09d8ad775e0 [2021-02-05T07:56:59.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:56:59.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:56:59.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:56:59.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:00.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:00.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:00.666Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T07:57:00.942Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:57:00.942Z] OK: 5 MiB in 15 packages [2021-02-05T07:57:00.942Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T07:57:00.942Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:57:00.942Z] OK: 5 MiB in 15 packages [2021-02-05T07:57:01.215Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T07:57:01.215Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T07:57:01.215Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:57:01.495Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T07:57:01.495Z] OK: 6 MiB in 16 packages [2021-02-05T07:57:04.902Z] Removing intermediate container 8cbd4b1446a9 [2021-02-05T07:57:04.902Z] ---> 9ce6afb4d0d5 [2021-02-05T07:57:04.902Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:57:04.902Z] Removing intermediate container 905cdfcd587c [2021-02-05T07:57:04.902Z] ---> 264c11b53a3e [2021-02-05T07:57:04.902Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:57:05.178Z] ---> Running in 8bd8e7781e09 [2021-02-05T07:57:05.178Z] ---> Running in 70a39e4652d1 [2021-02-05T07:57:05.473Z] Removing intermediate container f09d8ad775e0 [2021-02-05T07:57:05.473Z] ---> c77c567aa43f [2021-02-05T07:57:05.473Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T07:57:06.149Z] ---> Running in 773e4f80e348 [2021-02-05T07:57:06.149Z] Removing intermediate container 70a39e4652d1 [2021-02-05T07:57:06.149Z] ---> 63a87cd2bd63 [2021-02-05T07:57:06.149Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T07:57:06.591Z] Removing intermediate container 8bd8e7781e09 [2021-02-05T07:57:06.591Z] ---> c9bcbc3e7132 [2021-02-05T07:57:06.591Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T07:57:06.591Z] ---> Running in b280dd00986e [2021-02-05T07:57:06.883Z] ---> Running in becc0a7a1f6d [2021-02-05T07:57:07.208Z] Removing intermediate container 773e4f80e348 [2021-02-05T07:57:07.208Z] ---> fa5b4785e49e [2021-02-05T07:57:07.208Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T07:57:07.524Z] ---> Running in 3df450e9261e [2021-02-05T07:57:07.524Z] Removing intermediate container b280dd00986e [2021-02-05T07:57:07.524Z] ---> d652ddbdb146 [2021-02-05T07:57:07.524Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T07:57:08.134Z] ---> Running in 72d2a8ab8115 [2021-02-05T07:57:08.134Z] Removing intermediate container becc0a7a1f6d [2021-02-05T07:57:08.134Z] ---> 9cde06a8c544 [2021-02-05T07:57:08.134Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T07:57:08.405Z] Removing intermediate container 3df450e9261e [2021-02-05T07:57:08.405Z] ---> 4065d9f80813 [2021-02-05T07:57:08.405Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T07:57:08.405Z] ---> Running in 5c571420dae3 [2021-02-05T07:57:08.682Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T07:57:08.682Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T07:57:08.682Z] ---> eeaf43b92773 [2021-02-05T07:57:08.682Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T07:57:08.682Z] ---> Running in 9d279c1093d8 [2021-02-05T07:57:08.954Z] Removing intermediate container 72d2a8ab8115 [2021-02-05T07:57:08.954Z] ---> ade2b343de20 [2021-02-05T07:57:08.954Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:57:09.236Z] ---> Running in e5ca5e7f6df8 [2021-02-05T07:57:09.236Z] Removing intermediate container 44578c7d0326 [2021-02-05T07:57:09.236Z] ---> 4c794b489b97 [2021-02-05T07:57:09.236Z] [2021-02-05T07:57:09.236Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T07:57:09.236Z] ---> afeebe901d6b [2021-02-05T07:57:09.236Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T07:57:09.236Z] Removing intermediate container 5c571420dae3 [2021-02-05T07:57:09.236Z] ---> 53e433c37e78 [2021-02-05T07:57:09.236Z] Step 15/23 : WORKDIR / [2021-02-05T07:57:09.508Z] ---> Running in 8bbf507f4a7a [2021-02-05T07:57:09.508Z] Removing intermediate container 9d279c1093d8 [2021-02-05T07:57:09.508Z] ---> 3d791653f17e [2021-02-05T07:57:09.508Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:57:09.781Z] ---> Running in 0954f97db399 [2021-02-05T07:57:09.781Z] ---> 3a271273d946 [2021-02-05T07:57:09.781Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T07:57:10.058Z] Removing intermediate container 8bbf507f4a7a [2021-02-05T07:57:10.058Z] ---> 14e0e7f6590b [2021-02-05T07:57:10.058Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T07:57:10.653Z] ---> Running in 5795b1665b55 [2021-02-05T07:57:10.653Z] Removing intermediate container 0954f97db399 [2021-02-05T07:57:10.653Z] ---> ed0dcd508cbf [2021-02-05T07:57:10.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:57:10.653Z] ---> 3fb2b4dda448 [2021-02-05T07:57:10.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T07:57:10.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:11.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:11.476Z] Removing intermediate container 5795b1665b55 [2021-02-05T07:57:11.476Z] ---> ca7d957c6818 [2021-02-05T07:57:11.476Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T07:57:11.753Z] ---> f3bd95a668fc [2021-02-05T07:57:11.754Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T07:57:11.754Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T07:57:11.754Z] ---> Running in 26bc34c067fc [2021-02-05T07:57:11.754Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T07:57:12.032Z] Executing bash-5.0.17-r0.post-install [2021-02-05T07:57:12.032Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:57:12.032Z] OK: 12 MiB in 22 packages [2021-02-05T07:57:12.032Z] ---> c44e2d146463 [2021-02-05T07:57:12.032Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T07:57:12.326Z] ---> c93cb2d01463 [2021-02-05T07:57:12.326Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T07:57:12.603Z] Removing intermediate container 26bc34c067fc [2021-02-05T07:57:12.603Z] ---> 286a7fffefa6 [2021-02-05T07:57:12.603Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:57:12.909Z] ---> Running in 12cd6c60bfc0 [2021-02-05T07:57:13.180Z] ---> 0a8e5b8e2c95 [2021-02-05T07:57:13.180Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T07:57:13.451Z] ---> Running in e38fc39e324e [2021-02-05T07:57:13.723Z] ---> a4e2ce37e691 [2021-02-05T07:57:13.723Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T07:57:13.723Z] ---> Running in 9b5b8a287afd [2021-02-05T07:57:13.997Z] ---> aa2a790c21b8 [2021-02-05T07:57:13.997Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T07:57:13.997Z] Removing intermediate container e5ca5e7f6df8 [2021-02-05T07:57:13.997Z] ---> 47b51bcb81ee [2021-02-05T07:57:13.997Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T07:57:13.997Z] Removing intermediate container e38fc39e324e [2021-02-05T07:57:13.997Z] ---> 160a62689eea [2021-02-05T07:57:13.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:57:14.269Z] ---> Running in e4171dff9f8d [2021-02-05T07:57:14.269Z] ---> Running in 76954eb4fc40 [2021-02-05T07:57:14.541Z] Removing intermediate container 9b5b8a287afd [2021-02-05T07:57:14.541Z] ---> 00e2c2777983 [2021-02-05T07:57:14.541Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:57:14.816Z] ---> Running in 930a4a13e792 [2021-02-05T07:57:14.816Z] Removing intermediate container e4171dff9f8d [2021-02-05T07:57:14.816Z] ---> 9117813dd93c [2021-02-05T07:57:14.816Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T07:57:15.092Z] ---> Running in 1e9ef7f097f8 [2021-02-05T07:57:15.092Z] ---> 02106ff45a77 [2021-02-05T07:57:15.092Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T07:57:15.092Z] Removing intermediate container 76954eb4fc40 [2021-02-05T07:57:15.092Z] ---> 6575c42380f5 [2021-02-05T07:57:15.092Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T07:57:15.363Z] ---> Running in 43d67ddcdb82 [2021-02-05T07:57:15.363Z] ---> Running in 7a8bd2d1f4cb [2021-02-05T07:57:15.363Z] Removing intermediate container 930a4a13e792 [2021-02-05T07:57:15.363Z] ---> f1a6e192cfd4 [2021-02-05T07:57:15.363Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T07:57:15.634Z] ---> Running in 1f0bcd434add [2021-02-05T07:57:15.634Z] Removing intermediate container 1e9ef7f097f8 [2021-02-05T07:57:15.634Z] ---> 1428fde8e1c2 [2021-02-05T07:57:15.634Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T07:57:15.911Z] Removing intermediate container 12cd6c60bfc0 [2021-02-05T07:57:15.911Z] ---> aa57a7e6fc68 [2021-02-05T07:57:15.911Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T07:57:15.911Z] ---> Running in ae52dcab72a5 [2021-02-05T07:57:15.911Z] ---> Running in f32eb0ea7a75 [2021-02-05T07:57:16.187Z] Removing intermediate container 7a8bd2d1f4cb [2021-02-05T07:57:16.187Z] ---> 6144bc216b33 [2021-02-05T07:57:16.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:57:16.187Z] Removing intermediate container 43d67ddcdb82 [2021-02-05T07:57:16.187Z] ---> dd10b1d8538d [2021-02-05T07:57:16.187Z] Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:57:16.464Z] Removing intermediate container 1f0bcd434add [2021-02-05T07:57:16.464Z] ---> effdc8915721 [2021-02-05T07:57:16.464Z] Step 21/22 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:57:16.464Z] ---> Running in 73b33e2e2846 [2021-02-05T07:57:16.464Z] ---> Running in 44a060db8559 [2021-02-05T07:57:16.740Z] ---> Running in 6ba5ff45f2a6 [2021-02-05T07:57:16.740Z] Removing intermediate container ae52dcab72a5 [2021-02-05T07:57:16.740Z] ---> ea297e4b9473 [2021-02-05T07:57:16.740Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T07:57:17.335Z] Removing intermediate container 44a060db8559 [2021-02-05T07:57:17.335Z] ---> 9ef170bec807 [2021-02-05T07:57:17.335Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T07:57:17.335Z] Removing intermediate container 73b33e2e2846 [2021-02-05T07:57:17.335Z] ---> 5d33a1e85c3a [2021-02-05T07:57:17.335Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T07:57:17.335Z] Removing intermediate container 6ba5ff45f2a6 [2021-02-05T07:57:17.335Z] ---> b4f8b73165b2 [2021-02-05T07:57:17.335Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T07:57:17.609Z] ---> Running in 4faab4fb4763 [2021-02-05T07:57:17.609Z] ---> Running in c5396feb37ad [2021-02-05T07:57:17.609Z] ---> Running in 30d3d5d0bed0 [2021-02-05T07:57:17.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:18.210Z] ---> 2bdc9a01c904 [2021-02-05T07:57:18.210Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T07:57:18.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:18.480Z] Removing intermediate container 30d3d5d0bed0 [2021-02-05T07:57:18.480Z] Removing intermediate container 4faab4fb4763 [2021-02-05T07:57:18.480Z] ---> 239b44d6e404 [2021-02-05T07:57:18.480Z] Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:57:18.480Z] ---> 9687989ab997 [2021-02-05T07:57:18.480Z] [2021-02-05T07:57:18.480Z] Removing intermediate container c5396feb37ad [2021-02-05T07:57:18.480Z] ---> 57f1948972a6 [2021-02-05T07:57:18.480Z] [2021-02-05T07:57:18.765Z] ---> Running in f44a8f2b7bfa [2021-02-05T07:57:18.765Z] Successfully built 57f1948972a6 [2021-02-05T07:57:19.039Z] Successfully built 9687989ab997 [2021-02-05T07:57:19.039Z] ---> 07ca1784dd3a [2021-02-05T07:57:19.039Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T07:57:19.039Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T07:57:19.039Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-05T07:57:19.039Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T07:57:19.039Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-05T07:57:19.039Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T07:57:19.039Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T07:57:19.039Z] Removing intermediate container f44a8f2b7bfa [2021-02-05T07:57:19.039Z] ---> 5e65a9e78961 [2021-02-05T07:57:19.039Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T07:57:19.309Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T07:57:19.309Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T07:57:19.309Z] ---> Running in 28b71bda0ce4 [2021-02-05T07:57:19.583Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T07:57:19.583Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T07:57:19.856Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:57:19.856Z] OK: 8 MiB in 20 packages [2021-02-05T07:57:19.856Z] ---> 8eb7129f2d9b [2021-02-05T07:57:19.856Z] Removing intermediate container 28b71bda0ce4 [2021-02-05T07:57:19.856Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T07:57:19.856Z] ---> 5f64ef4097d5 [2021-02-05T07:57:19.856Z] [2021-02-05T07:57:20.133Z] ---> Running in faa2c6c318ea [2021-02-05T07:57:20.405Z] Successfully built 5f64ef4097d5 [2021-02-05T07:57:20.405Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T07:57:20.405Z] Building docker-security-secretstore-setup-go [2021-02-05T07:57:21.385Z]  Building docker-core-command-go ... done Removing intermediate container f32eb0ea7a75 [2021-02-05T07:57:21.385Z] ---> d863dc5ff5ef [2021-02-05T07:57:21.385Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T07:57:21.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:21.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:57:22.251Z] ---> c1b4ac714a18 [2021-02-05T07:57:22.251Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T07:57:22.522Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T07:57:22.522Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T07:57:22.522Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T07:57:22.522Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T07:57:22.522Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T07:57:22.522Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T07:57:22.522Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T07:57:24.495Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T07:57:24.495Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T07:57:24.495Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T07:57:24.495Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T07:57:24.495Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T07:57:24.495Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T07:57:24.495Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T07:57:24.495Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T07:57:24.495Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T07:57:24.495Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T07:57:24.768Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T07:57:24.768Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T07:57:24.768Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T07:57:24.768Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T07:57:24.768Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T07:57:24.768Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T07:57:24.768Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T07:57:24.768Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T07:57:24.768Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T07:57:24.768Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T07:57:25.046Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T07:57:25.046Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T07:57:25.047Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T07:57:25.047Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T07:57:25.047Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T07:57:25.047Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T07:57:25.047Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:57:25.047Z] OK: 71 MiB in 55 packages [2021-02-05T07:57:26.483Z] ---> f608e0d6b1ae [2021-02-05T07:57:26.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T07:57:27.925Z] ---> 53fd7091d7d6 [2021-02-05T07:57:27.925Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T07:57:28.199Z] ---> Running in 42b43c8fe5aa [2021-02-05T07:57:29.192Z] Removing intermediate container 42b43c8fe5aa [2021-02-05T07:57:29.192Z] ---> 00d1ba6a1ac2 [2021-02-05T07:57:29.192Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:57:29.471Z] ---> Running in 5245f3603f85 [2021-02-05T07:57:30.453Z] Removing intermediate container 5245f3603f85 [2021-02-05T07:57:30.453Z] ---> c369372b8b06 [2021-02-05T07:57:30.453Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T07:57:31.435Z] ---> Running in ab8cc5f6ee74 [2021-02-05T07:57:32.870Z] Removing intermediate container ab8cc5f6ee74 [2021-02-05T07:57:32.870Z] ---> 68e0030444e8 [2021-02-05T07:57:32.870Z] Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:57:33.480Z] Removing intermediate container faa2c6c318ea [2021-02-05T07:57:33.480Z] ---> 801519a9e12b [2021-02-05T07:57:33.480Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T07:57:34.077Z] ---> Running in 08a44c2a4a37 [2021-02-05T07:57:34.077Z] ---> Running in d8efed3e4478 [2021-02-05T07:57:34.680Z] Removing intermediate container 08a44c2a4a37 [2021-02-05T07:57:34.680Z] ---> 063f787a2f01 [2021-02-05T07:57:34.680Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T07:57:34.955Z] ---> Running in 931d25330fd9 [2021-02-05T07:57:35.548Z] Removing intermediate container 931d25330fd9 [2021-02-05T07:57:35.548Z] ---> d316e5b1930c [2021-02-05T07:57:35.548Z] [2021-02-05T07:57:35.818Z] Successfully built d316e5b1930c [2021-02-05T07:57:35.818Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T07:57:35.818Z] Building docker-core-metadata-go [2021-02-05T07:57:39.036Z] Running on prd-ubuntu18.04-docker-8c-8g-25237 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-05T07:57:39.098Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-02-05T07:57:40.137Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-05T07:57:40.137Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T07:57:40.411Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T07:57:40.686Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T07:57:40.686Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T07:57:41.374Z] using credential edgex-jenkins-ssh [2021-02-05T07:57:41.429Z] Cloning the remote Git repository [2021-02-05T07:57:41.413Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:57:41.492Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-02-05T07:57:41.580Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:57:41.581Z] > git --version # timeout=10 [2021-02-05T07:57:41.593Z] > git --version # 'git version 2.17.1' [2021-02-05T07:57:41.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:57:41.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T07:57:45.036Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T07:57:45.036Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T07:57:45.311Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T07:57:45.311Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T07:57:45.908Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T07:57:45.908Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T07:57:46.507Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T07:57:46.507Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T07:57:49.906Z] Collecting PyYAML<4,>=3.10 [2021-02-05T07:57:49.906Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T07:57:53.014Z] Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:57:53.145Z] Merge succeeded, producing fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:57:53.146Z] Checking out Revision fd392bed0e6aa3df15982accdefbd664d19e588a (PR-3113) [2021-02-05T07:57:52.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T07:57:52.439Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T07:57:52.450Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T07:57:52.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T07:57:52.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:57:52.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T07:57:53.012Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T07:57:53.018Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-05T07:57:53.098Z] > git remote # timeout=10 [2021-02-05T07:57:53.106Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T07:57:53.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T07:57:53.112Z] > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 [2021-02-05T07:57:53.129Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T07:57:53.137Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T07:57:53.141Z] > git checkout -f fd392bed0e6aa3df15982accdefbd664d19e588a # timeout=10 [2021-02-05T07:57:54.227Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T07:57:54.227Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T07:57:56.844Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T07:57:56.844Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T07:57:56.875Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [2021-02-05T07:57:57.443Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T07:57:57.443Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T07:57:57.728Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T07:57:58.127Z] + echo snap-build.sh [2021-02-05T07:57:58.127Z] snap-build.sh [2021-02-05T07:57:58.127Z] + SNAP_BASE_DIR=. [2021-02-05T07:57:58.127Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2021-02-05T07:57:58.127Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2021-02-05T07:57:58.127Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2021-02-05T07:57:58.127Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2021-02-05T07:57:58.127Z] + cd /w/workspace/edgex-go/12 [2021-02-05T07:57:58.127Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T07:57:58.127Z] Reading package lists... [2021-02-05T07:57:58.127Z] Building dependency tree... [2021-02-05T07:57:58.127Z] Reading state information... [2021-02-05T07:57:58.331Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T07:57:58.390Z] The following packages were automatically installed and are no longer required: [2021-02-05T07:57:58.390Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T07:57:58.390Z] uidmap xdelta3 [2021-02-05T07:57:58.390Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T07:57:58.390Z] The following packages will be REMOVED: [2021-02-05T07:57:58.390Z] lxd* lxd-client* [2021-02-05T07:57:58.606Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T07:57:58.654Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T07:57:58.654Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T07:57:58.878Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T07:57:59.152Z] Collecting idna<2.8,>=2.5 [2021-02-05T07:57:59.152Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T07:57:59.426Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T07:57:59.704Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-05T07:57:59.704Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T07:57:59.707Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T07:57:59.707Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T07:57:59.707Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T07:57:59.707Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T07:57:59.707Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T07:58:00.651Z] Removing lxd dnsmasq configuration [2021-02-05T07:58:00.652Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T07:58:00.691Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, cached-property, texttable, PyYAML, dockerpty, docker-pycreds, docker, jsonschema, docker-compose [2021-02-05T07:58:00.691Z] Running setup.py install for docopt: started [2021-02-05T07:58:00.913Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T07:58:01.865Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T07:58:01.865Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-05T07:58:01.865Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T07:58:03.262Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T07:58:03.262Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T07:58:03.309Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T07:58:03.309Z] Attempting uninstall: urllib3 [2021-02-05T07:58:03.309Z] Found existing installation: urllib3 1.25.9 [2021-02-05T07:58:03.309Z] Uninstalling urllib3-1.25.9: [2021-02-05T07:58:03.309Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T07:58:03.584Z] Attempting uninstall: idna [2021-02-05T07:58:03.584Z] Found existing installation: idna 2.9 [2021-02-05T07:58:03.584Z] Uninstalling idna-2.9: [2021-02-05T07:58:03.858Z] Successfully uninstalled idna-2.9 [2021-02-05T07:58:04.455Z] Attempting uninstall: requests [2021-02-05T07:58:04.455Z] Found existing installation: requests 2.23.0 [2021-02-05T07:58:04.455Z] Uninstalling requests-2.23.0: [2021-02-05T07:58:04.648Z] + sudo snap remove --purge lxd [2021-02-05T07:58:04.733Z] Successfully uninstalled requests-2.23.0 [2021-02-05T07:58:04.909Z] snap "lxd" is not installed [2021-02-05T07:58:04.909Z] + sudo groupadd --force --system lxd [2021-02-05T07:58:04.909Z] ++ whoami [2021-02-05T07:58:04.909Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T07:58:04.909Z] + newgrp - lxd [2021-02-05T07:58:04.909Z] + sudo snap install lxd [2021-02-05T07:58:05.712Z] Running setup.py install for texttable: started [2021-02-05T07:58:07.154Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:58:07.154Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:58:07.154Z] ---> ac9ebe8efa6b [2021-02-05T07:58:07.154Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T07:58:07.154Z] ---> Using cache [2021-02-05T07:58:07.154Z] ---> ae8667c9258a [2021-02-05T07:58:07.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:58:07.154Z] ---> Using cache [2021-02-05T07:58:07.154Z] ---> bea920cd68d9 [2021-02-05T07:58:07.154Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T07:58:07.154Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:58:07.154Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:58:07.154Z] ---> ac9ebe8efa6b [2021-02-05T07:58:07.154Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T07:58:07.154Z] ---> Using cache [2021-02-05T07:58:07.154Z] ---> ae8667c9258a [2021-02-05T07:58:07.154Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:58:07.154Z] ---> Using cache [2021-02-05T07:58:07.154Z] ---> bea920cd68d9 [2021-02-05T07:58:07.154Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T07:58:07.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:58:07.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:58:07.785Z] ---> ac9ebe8efa6b [2021-02-05T07:58:07.785Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T07:58:07.785Z] ---> Using cache [2021-02-05T07:58:07.785Z] ---> ae8667c9258a [2021-02-05T07:58:07.785Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:58:07.785Z] ---> Using cache [2021-02-05T07:58:07.785Z] ---> bea920cd68d9 [2021-02-05T07:58:07.785Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T07:58:08.060Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T07:58:08.060Z] Running setup.py install for PyYAML: started [2021-02-05T07:58:11.548Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T07:58:11.548Z] Running setup.py install for dockerpty: started [2021-02-05T07:58:13.006Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T07:58:13.006Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T07:58:13.006Z] ---> ac9ebe8efa6b [2021-02-05T07:58:13.006Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T07:58:13.006Z] ---> Using cache [2021-02-05T07:58:13.006Z] ---> ae8667c9258a [2021-02-05T07:58:13.006Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T07:58:13.006Z] ---> Using cache [2021-02-05T07:58:13.006Z] ---> bea920cd68d9 [2021-02-05T07:58:13.006Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T07:58:13.595Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T07:58:14.583Z] ---> Running in 387cafb1c910 [2021-02-05T07:58:14.583Z] ---> Running in 6316a67288d2 [2021-02-05T07:58:14.583Z] ---> Running in c1008ae6ffd4 [2021-02-05T07:58:14.583Z] ---> Running in ddd3db9e7e3a [2021-02-05T07:58:14.921Z] 2021-02-05T07:58:11Z INFO Waiting for automatic snapd restart... [2021-02-05T07:58:16.561Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T07:58:16.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:16.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:16.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:17.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:17.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:17.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:17.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:17.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:18.208Z] OK: 217 MiB in 51 packages [2021-02-05T07:58:18.484Z] OK: 217 MiB in 51 packages [2021-02-05T07:58:18.484Z] OK: 217 MiB in 51 packages [2021-02-05T07:58:18.761Z] OK: 217 MiB in 51 packages [2021-02-05T07:58:20.767Z] Removing intermediate container 387cafb1c910 [2021-02-05T07:58:20.767Z] ---> a90ea7cf9db4 [2021-02-05T07:58:20.767Z] Step 6/31 : COPY go.mod . [2021-02-05T07:58:20.767Z] Removing intermediate container c1008ae6ffd4 [2021-02-05T07:58:20.767Z] ---> a3757e2795dd [2021-02-05T07:58:20.767Z] Step 6/23 : COPY go.mod . [2021-02-05T07:58:20.767Z] Removing intermediate container 6316a67288d2 [2021-02-05T07:58:20.767Z] ---> d96ac0f61737 [2021-02-05T07:58:20.767Z] Step 6/24 : COPY go.mod . [2021-02-05T07:58:20.767Z] Removing intermediate container ddd3db9e7e3a [2021-02-05T07:58:20.767Z] ---> 38928acef2e6 [2021-02-05T07:58:20.767Z] Step 6/21 : COPY go.mod . [2021-02-05T07:58:21.373Z] Removing intermediate container d8efed3e4478 [2021-02-05T07:58:21.373Z] ---> 6252749a8cb9 [2021-02-05T07:58:21.373Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T07:58:21.373Z] ---> Running in db36eec188f0 [2021-02-05T07:58:21.676Z] ---> 493d37e0ee03 [2021-02-05T07:58:21.676Z] Step 7/31 : RUN go mod download [2021-02-05T07:58:21.676Z] ---> Running in c6c68d418376 [2021-02-05T07:58:21.948Z] ---> bcb6b910f9ae [2021-02-05T07:58:21.948Z] Step 7/23 : RUN go mod download [2021-02-05T07:58:21.948Z] ---> ab878bad0135 [2021-02-05T07:58:21.948Z] Step 7/24 : RUN go mod download [2021-02-05T07:58:21.948Z] ---> 6159c1a8cc11 [2021-02-05T07:58:21.948Z] Step 7/21 : RUN go mod download [2021-02-05T07:58:22.227Z] ---> Running in 63d4b822f6da [2021-02-05T07:58:22.227Z] ---> Running in 51425972153e [2021-02-05T07:58:22.227Z] ---> Running in 027e9855ba8e [2021-02-05T07:58:23.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:23.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T07:58:24.659Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T07:58:24.659Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T07:58:24.659Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T07:58:24.659Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T07:58:24.659Z] OK: 71 MiB in 58 packages [2021-02-05T07:58:26.655Z] Removing intermediate container db36eec188f0 [2021-02-05T07:58:26.655Z] ---> 210aee964922 [2021-02-05T07:58:26.655Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T07:58:26.656Z] Removing intermediate container c6c68d418376 [2021-02-05T07:58:26.656Z] ---> ccf496751fff [2021-02-05T07:58:26.656Z] Step 8/31 : COPY . . [2021-02-05T07:58:26.936Z] ---> Running in 4e0530ee314c [2021-02-05T07:58:27.211Z] Removing intermediate container 63d4b822f6da [2021-02-05T07:58:27.211Z] ---> 53a69073c514 [2021-02-05T07:58:27.211Z] Step 8/23 : COPY . . [2021-02-05T07:58:27.211Z] Removing intermediate container 027e9855ba8e [2021-02-05T07:58:27.211Z] ---> 35fde088276a [2021-02-05T07:58:27.211Z] Step 8/21 : COPY . . [2021-02-05T07:58:27.211Z] Removing intermediate container 51425972153e [2021-02-05T07:58:27.211Z] ---> 2b2a02a0c8b2 [2021-02-05T07:58:27.211Z] Step 8/24 : COPY . . [2021-02-05T07:58:27.814Z] Removing intermediate container 4e0530ee314c [2021-02-05T07:58:27.814Z] ---> 6b02e4eea12c [2021-02-05T07:58:27.814Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T07:58:28.091Z] ---> Running in c06d321d881f [2021-02-05T07:58:29.862Z] lxd 4.10 from Canonical* installed [2021-02-05T07:58:29.862Z] + sudo lxd init --auto [2021-02-05T07:58:30.085Z] Removing intermediate container c06d321d881f [2021-02-05T07:58:30.085Z] ---> 927112aaf0f9 [2021-02-05T07:58:30.085Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T07:58:31.536Z] ---> Running in 3afbe5b7f04c [2021-02-05T07:58:33.022Z] Removing intermediate container 3afbe5b7f04c [2021-02-05T07:58:33.022Z] ---> 4b30f7961842 [2021-02-05T07:58:33.022Z] Step 25/26 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T07:58:33.632Z] ---> Running in dc442f8d87bd [2021-02-05T07:58:35.094Z] Removing intermediate container dc442f8d87bd [2021-02-05T07:58:35.094Z] ---> b634f758e882 [2021-02-05T07:58:35.094Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T07:58:36.086Z] ---> Running in e8b93de394c9 [2021-02-05T07:58:36.531Z] + sudo snap install --classic snapcraft [2021-02-05T07:58:37.074Z] Removing intermediate container e8b93de394c9 [2021-02-05T07:58:37.074Z] ---> 96bf087e7550 [2021-02-05T07:58:37.074Z] [2021-02-05T07:58:38.070Z] Successfully built 96bf087e7550 [2021-02-05T07:58:38.070Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T07:58:43.127Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T07:58:43.127Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T07:58:43.127Z] + patch --verbose -p1 [2021-02-05T07:58:43.127Z] Hmm... Looks like a unified diff to me... [2021-02-05T07:58:43.127Z] The text leading up to this was: [2021-02-05T07:58:43.127Z] -------------------------- [2021-02-05T07:58:43.127Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T07:58:43.127Z] |From: Tony Espy [2021-02-05T07:58:43.127Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T07:58:43.127Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T07:58:43.127Z] | [2021-02-05T07:58:43.127Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T07:58:43.127Z] |optimize the snap CI check run for pull requests. When [2021-02-05T07:58:43.127Z] |applied, it essentially strips out everything (apps and [2021-02-05T07:58:43.127Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T07:58:43.127Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T07:58:43.127Z] |catch changes to edgex-go that break the snap build. [2021-02-05T07:58:43.127Z] | [2021-02-05T07:58:43.127Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T07:58:43.127Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T07:58:43.127Z] |resulting in a failed snap build CI check in the associated [2021-02-05T07:58:43.127Z] |pull request. [2021-02-05T07:58:43.127Z] | [2021-02-05T07:58:43.127Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T07:58:43.127Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T07:58:43.127Z] |need to build the finally binary .snap file (and it won't [2021-02-05T07:58:43.127Z] |work with the patch applied). This further reduces the build [2021-02-05T07:58:43.127Z] |time. [2021-02-05T07:58:43.127Z] |--- [2021-02-05T07:58:43.127Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T07:58:43.127Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T07:58:43.127Z] | [2021-02-05T07:58:43.127Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T07:58:43.127Z] |index 1e537489..faf42425 100644 [2021-02-05T07:58:43.127Z] |--- a/snap/snapcraft.yaml [2021-02-05T07:58:43.127Z] |+++ b/snap/snapcraft.yaml [2021-02-05T07:58:43.127Z] -------------------------- [2021-02-05T07:58:43.127Z] patching file snap/snapcraft.yaml [2021-02-05T07:58:43.127Z] Using Plan A... [2021-02-05T07:58:43.127Z] Hunk #1 succeeded at 73. [2021-02-05T07:58:43.127Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T07:58:43.127Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T07:58:43.127Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T07:58:43.127Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T07:58:43.127Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T07:58:43.127Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T07:58:43.127Z] Hunk #8 succeeded at 342. [2021-02-05T07:58:43.127Z] Hmm... Ignoring the trailing garbage. [2021-02-05T07:58:43.127Z] done [2021-02-05T07:58:43.127Z] + sudo snapcraft prime --use-lxd [2021-02-05T07:58:44.515Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T07:58:44.515Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T07:58:44.515Z] - README.md [2021-02-05T07:58:44.515Z] - snapcraft.yaml.orig [2021-02-05T07:58:44.515Z] [2021-02-05T07:58:44.515Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T07:58:45.090Z] Launching a container. [2021-02-05T07:58:50.492Z]  Building docker-sys-mgmt-agent-go ... done  ---> 565b61e141dc [2021-02-05T07:58:50.492Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T07:58:50.492Z] ---> 0432bac35850 [2021-02-05T07:58:50.492Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T07:58:50.492Z] ---> 6dfb6ab8e264 [2021-02-05T07:58:50.492Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T07:58:50.492Z] ---> e830c0a02fee [2021-02-05T07:58:50.492Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T07:58:50.492Z] ---> Running in 11cfbf3c49cb [2021-02-05T07:58:50.492Z] ---> Running in 8a9f596652ac [2021-02-05T07:58:50.492Z] ---> Running in 9e733b1a497f [2021-02-05T07:58:50.492Z] ---> Running in 3f748b219ae0 [2021-02-05T07:58:51.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T07:58:52.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T07:58:52.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T07:58:52.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T07:58:57.358Z] Waiting for container to be ready [2021-02-05T07:58:57.359Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T07:58:57.359Z] [2021-02-05T07:58:59.913Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T07:59:00.176Z] Waiting for network to be ready... [2021-02-05T07:59:00.436Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T07:59:00.436Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T07:59:01.009Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T07:59:01.009Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T07:59:01.009Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T07:59:01.273Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T07:59:01.535Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T07:59:01.535Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T07:59:01.535Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T07:59:01.535Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T07:59:01.535Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T07:59:01.535Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T07:59:01.535Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T07:59:01.535Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T07:59:01.535Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T07:59:01.535Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T07:59:01.535Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T07:59:01.535Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T07:59:01.797Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T07:59:02.058Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T07:59:02.320Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T07:59:02.320Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T07:59:02.320Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T07:59:02.320Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T07:59:02.320Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T07:59:02.320Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T07:59:02.320Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T07:59:04.869Z] Fetched 23.9 MB in 4s (5680 kB/s) [2021-02-05T07:59:05.440Z] Reading package lists... [2021-02-05T07:59:05.700Z] Reading package lists... [2021-02-05T07:59:05.962Z] Building dependency tree... [2021-02-05T07:59:05.962Z] Reading state information... [2021-02-05T07:59:05.962Z] The following additional packages will be installed: [2021-02-05T07:59:05.962Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T07:59:05.962Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T07:59:05.962Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T07:59:05.962Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T07:59:05.962Z] Suggested packages: [2021-02-05T07:59:05.962Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T07:59:05.962Z] Recommended packages: [2021-02-05T07:59:05.962Z] gnupg libsasl2-modules [2021-02-05T07:59:05.962Z] The following NEW packages will be installed: [2021-02-05T07:59:05.962Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T07:59:05.962Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T07:59:05.962Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T07:59:05.962Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T07:59:05.962Z] The following packages will be upgraded: [2021-02-05T07:59:05.962Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T07:59:05.962Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T07:59:05.962Z] Need to get 3533 kB of archives. [2021-02-05T07:59:05.962Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T07:59:05.962Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T07:59:06.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T07:59:06.224Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T07:59:06.224Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-05T07:59:06.224Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-05T07:59:06.224Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T07:59:06.224Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T07:59:06.224Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T07:59:06.224Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T07:59:06.484Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T07:59:06.746Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T07:59:06.746Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T07:59:06.746Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T07:59:07.009Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T07:59:07.009Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T07:59:07.009Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T07:59:07.009Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T07:59:07.009Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T07:59:07.009Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T07:59:07.009Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T07:59:07.009Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T07:59:07.009Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T07:59:07.009Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T07:59:07.269Z] Fetched 3533 kB in 1s (3442 kB/s) [2021-02-05T07:59:07.269Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T07:59:07.269Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T07:59:07.269Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T07:59:07.269Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T07:59:07.530Z] Selecting previously unselected package udev. [2021-02-05T07:59:07.531Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T07:59:07.531Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T07:59:07.531Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T07:59:07.791Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T07:59:07.791Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T07:59:07.791Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T07:59:07.791Z] Selecting previously unselected package fuse. [2021-02-05T07:59:07.791Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T07:59:07.791Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T07:59:08.052Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:08.052Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T07:59:08.052Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:08.052Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T07:59:08.320Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:08.320Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T07:59:08.584Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T07:59:08.584Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T07:59:08.584Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T07:59:08.584Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T07:59:08.584Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:08.584Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:08.584Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T07:59:08.584Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:08.584Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:08.846Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T07:59:08.846Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:08.846Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:08.846Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T07:59:08.846Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:08.846Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:09.108Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T07:59:09.108Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:09.108Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:09.108Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T07:59:09.108Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:09.108Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:09.375Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T07:59:09.375Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:09.375Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:09.375Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T07:59:09.375Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:09.375Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:09.637Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T07:59:09.637Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T07:59:09.638Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:09.638Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T07:59:09.638Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T07:59:09.638Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T07:59:09.638Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T07:59:09.638Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T07:59:09.638Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T07:59:09.899Z] Selecting previously unselected package libldap-common. [2021-02-05T07:59:09.899Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T07:59:09.899Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T07:59:09.899Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T07:59:09.899Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T07:59:09.899Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T07:59:10.161Z] Selecting previously unselected package dirmngr. [2021-02-05T07:59:10.161Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:10.161Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T07:59:10.161Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T07:59:10.161Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T07:59:10.421Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T07:59:10.421Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T07:59:10.421Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T07:59:10.421Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T07:59:10.421Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:10.421Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T07:59:10.421Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T07:59:10.421Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T07:59:10.994Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T07:59:10.994Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:10.994Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T07:59:11.255Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T07:59:11.255Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T07:59:11.255Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.255Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.255Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.255Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.255Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.515Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.515Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T07:59:11.515Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T07:59:11.515Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T07:59:11.515Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T07:59:12.086Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T07:59:12.086Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T07:59:12.086Z] This means they are not meant to be enabled using systemctl. [2021-02-05T07:59:12.086Z] Possible reasons for having this kind of units are: [2021-02-05T07:59:12.086Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T07:59:12.086Z] .wants/ or .requires/ directory. [2021-02-05T07:59:12.086Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T07:59:12.086Z] a requirement dependency on it. [2021-02-05T07:59:12.086Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T07:59:12.086Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T07:59:12.086Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T07:59:12.086Z] instance name specified. [2021-02-05T07:59:12.347Z] Reading package lists... [2021-02-05T07:59:12.609Z] Building dependency tree... [2021-02-05T07:59:12.609Z] Reading state information... [2021-02-05T07:59:12.609Z] The following additional packages will be installed: [2021-02-05T07:59:12.609Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T07:59:12.609Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T07:59:12.609Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T07:59:12.609Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T07:59:12.609Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T07:59:12.609Z] Suggested packages: [2021-02-05T07:59:12.609Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T07:59:12.609Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T07:59:12.609Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T07:59:12.609Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T07:59:12.609Z] systemd-container policykit-1 [2021-02-05T07:59:12.609Z] Recommended packages: [2021-02-05T07:59:12.609Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T07:59:12.609Z] The following NEW packages will be installed: [2021-02-05T07:59:12.609Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T07:59:12.609Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T07:59:12.609Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T07:59:12.609Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T07:59:12.609Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T07:59:12.609Z] The following packages will be upgraded: [2021-02-05T07:59:12.609Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T07:59:12.869Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T07:59:12.869Z] Need to get 35.2 MB of archives. [2021-02-05T07:59:12.869Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T07:59:12.869Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T07:59:12.869Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T07:59:13.441Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T07:59:13.702Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T07:59:13.702Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T07:59:13.702Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T07:59:13.702Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T07:59:13.702Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T07:59:13.702Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T07:59:13.702Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T07:59:13.702Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T07:59:13.702Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T07:59:13.702Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T07:59:13.702Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T07:59:13.702Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-05T07:59:13.702Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T07:59:13.702Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T07:59:13.702Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-05T07:59:13.702Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-05T07:59:13.964Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T07:59:13.964Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T07:59:13.964Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T07:59:13.964Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T07:59:13.964Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T07:59:13.964Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T07:59:13.964Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T07:59:13.964Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T07:59:13.964Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T07:59:13.964Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T07:59:13.964Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T07:59:14.906Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T07:59:15.166Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-02-05T07:59:15.166Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T07:59:15.166Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T07:59:15.426Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T07:59:15.997Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T07:59:15.997Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T07:59:15.997Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T07:59:15.997Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T07:59:15.997Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T07:59:16.258Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T07:59:16.258Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T07:59:16.518Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T07:59:16.518Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T07:59:16.518Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T07:59:16.780Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T07:59:16.780Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T07:59:17.356Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T07:59:17.356Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T07:59:17.356Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T07:59:17.356Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T07:59:17.619Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T07:59:17.619Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T07:59:17.619Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:17.883Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T07:59:17.883Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T07:59:17.883Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T07:59:17.883Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T07:59:17.883Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T07:59:17.883Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:18.145Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T07:59:18.406Z] Checking for services that may need to be restarted...done. [2021-02-05T07:59:18.406Z] Checking for services that may need to be restarted...done. [2021-02-05T07:59:18.406Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:18.406Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T07:59:18.406Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:18.979Z] Selecting previously unselected package python3-minimal. [2021-02-05T07:59:18.979Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T07:59:18.979Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T07:59:18.979Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T07:59:18.979Z] Selecting previously unselected package mime-support. [2021-02-05T07:59:18.979Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T07:59:19.240Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T07:59:19.240Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T07:59:19.240Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T07:59:19.240Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T07:59:19.240Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T07:59:19.240Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T07:59:19.240Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:19.814Z] Selecting previously unselected package python3.6. [2021-02-05T07:59:19.814Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T07:59:19.814Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:19.814Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T07:59:19.814Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T07:59:19.814Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T07:59:19.814Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T07:59:20.076Z] Selecting previously unselected package python3. [2021-02-05T07:59:20.076Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T07:59:20.076Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T07:59:20.076Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T07:59:20.338Z] Selecting previously unselected package multiarch-support. [2021-02-05T07:59:20.338Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T07:59:20.338Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T07:59:20.338Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T07:59:20.599Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T07:59:20.599Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T07:59:20.599Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T07:59:20.599Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T07:59:20.599Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T07:59:20.599Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T07:59:20.599Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T07:59:20.599Z] Selecting previously unselected package sudo. [2021-02-05T07:59:20.599Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T07:59:20.599Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T07:59:21.171Z] Selecting previously unselected package apparmor. [2021-02-05T07:59:21.171Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T07:59:21.171Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T07:59:21.171Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T07:59:21.434Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T07:59:21.434Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T07:59:21.434Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T07:59:21.434Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T07:59:21.434Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:21.434Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T07:59:21.434Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T07:59:21.434Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:21.695Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T07:59:21.695Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T07:59:21.695Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T07:59:21.695Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T07:59:21.695Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T07:59:21.695Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:21.961Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T07:59:21.961Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T07:59:21.961Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:22.223Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T07:59:22.223Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T07:59:22.223Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T07:59:22.223Z] Selecting previously unselected package openssh-client. [2021-02-05T07:59:22.223Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T07:59:22.484Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T07:59:22.484Z] Selecting previously unselected package squashfs-tools. [2021-02-05T07:59:22.484Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T07:59:22.484Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T07:59:22.745Z] Selecting previously unselected package snapd. [2021-02-05T07:59:22.745Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T07:59:22.745Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T07:59:24.661Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T07:59:24.661Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T07:59:24.922Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T07:59:24.922Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T07:59:24.922Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T07:59:25.183Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:25.183Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T07:59:25.183Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T07:59:25.183Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T07:59:26.126Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T07:59:26.126Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T07:59:26.126Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T07:59:26.126Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:26.126Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:26.126Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T07:59:27.068Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T07:59:27.068Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:27.068Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T07:59:27.068Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T07:59:27.068Z] running python rtupdate hooks for python3.6... [2021-02-05T07:59:27.068Z] running python post-rtupdate hooks for python3.6... [2021-02-05T07:59:27.329Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T07:59:28.725Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T07:59:28.725Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T07:59:28.725Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T07:59:28.987Z] Setting up snapd (2.48+18.04) ... [2021-02-05T07:59:29.248Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T07:59:29.513Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T07:59:29.513Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T07:59:29.774Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T07:59:30.037Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T07:59:30.037Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T07:59:30.037Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T07:59:30.299Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T07:59:30.568Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T07:59:30.568Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T07:59:30.829Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-05T07:59:30.829Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T07:59:30.829Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T07:59:31.768Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T07:59:31.768Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T07:59:32.030Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T07:59:32.974Z] Reading package lists... [2021-02-05T07:59:33.239Z] Reading package lists... [2021-02-05T07:59:33.239Z] Building dependency tree... [2021-02-05T07:59:33.239Z] Reading state information... [2021-02-05T07:59:33.505Z] Calculating upgrade... [2021-02-05T07:59:33.505Z] The following packages will be upgraded: [2021-02-05T07:59:33.505Z] advancecomp base-files bash binutils binutils-common [2021-02-05T07:59:33.505Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T07:59:33.505Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T07:59:33.505Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T07:59:33.505Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T07:59:33.505Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T07:59:33.505Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T07:59:33.505Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T07:59:33.505Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T07:59:33.505Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T07:59:33.505Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T07:59:33.505Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T07:59:33.505Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T07:59:33.505Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T07:59:33.505Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T07:59:33.773Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T07:59:33.774Z] Need to get 63.8 MB of archives. [2021-02-05T07:59:33.774Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T07:59:33.774Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T07:59:33.774Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T07:59:34.361Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T07:59:34.361Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T07:59:34.361Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T07:59:34.361Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T07:59:34.361Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T07:59:34.361Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T07:59:34.361Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-05T07:59:34.361Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-05T07:59:34.361Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-05T07:59:34.362Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T07:59:34.634Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T07:59:34.634Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T07:59:34.634Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T07:59:34.634Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T07:59:34.635Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T07:59:34.635Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T07:59:34.635Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T07:59:34.635Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T07:59:34.635Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T07:59:34.635Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T07:59:34.635Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T07:59:34.635Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T07:59:34.635Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T07:59:34.635Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T07:59:34.635Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T07:59:34.635Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T07:59:34.635Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T07:59:34.635Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T07:59:34.635Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T07:59:34.635Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T07:59:34.635Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T07:59:34.635Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T07:59:34.635Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T07:59:34.635Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T07:59:34.635Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T07:59:34.635Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T07:59:34.635Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-05T07:59:34.635Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T07:59:34.900Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T07:59:34.900Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-05T07:59:34.900Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T07:59:34.900Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T07:59:34.900Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T07:59:34.901Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T07:59:34.901Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T07:59:34.901Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T07:59:34.901Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T07:59:34.901Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T07:59:34.901Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T07:59:34.901Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T07:59:34.901Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T07:59:35.160Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T07:59:35.160Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T07:59:35.160Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T07:59:35.160Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T07:59:35.160Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T07:59:35.160Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T07:59:35.160Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T07:59:35.160Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-05T07:59:35.160Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T07:59:35.160Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T07:59:35.160Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T07:59:35.160Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T07:59:35.160Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T07:59:35.160Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T07:59:35.160Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T07:59:35.160Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T07:59:35.160Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T07:59:35.160Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T07:59:35.160Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T07:59:35.160Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T07:59:35.160Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T07:59:35.160Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T07:59:35.160Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T07:59:35.160Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T07:59:35.160Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T07:59:35.160Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T07:59:35.420Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T07:59:35.420Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T07:59:35.420Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T07:59:35.420Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-05T07:59:35.420Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T07:59:35.420Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T07:59:35.420Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T07:59:35.688Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T07:59:35.688Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T07:59:35.688Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T07:59:35.688Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T07:59:36.260Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T07:59:36.260Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T07:59:36.521Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T07:59:36.521Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T07:59:36.782Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T07:59:36.782Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T07:59:36.782Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T07:59:36.782Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T07:59:36.782Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T07:59:37.043Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T07:59:37.043Z] Fetched 63.8 MB in 3s (19.1 MB/s) [2021-02-05T07:59:37.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:37.043Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T07:59:37.043Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T07:59:37.615Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T07:59:37.877Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T07:59:37.877Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T07:59:37.877Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T07:59:38.827Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:38.827Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:38.827Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:38.827Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:39.091Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:39.091Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:39.352Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:39.352Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:39.352Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:39.352Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:39.614Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:39.614Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:39.614Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:39.614Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:39.875Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T07:59:39.875Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T07:59:39.875Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:39.875Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T07:59:40.137Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T07:59:40.137Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T07:59:40.137Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:40.137Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:40.399Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:40.399Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:40.661Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T07:59:40.661Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T07:59:40.922Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T07:59:40.922Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T07:59:40.922Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T07:59:41.192Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T07:59:41.466Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T07:59:41.731Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T07:59:41.731Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T07:59:41.731Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T07:59:41.731Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T07:59:41.993Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T07:59:42.255Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T07:59:42.255Z] Installing new version of config file /etc/issue ... [2021-02-05T07:59:42.255Z] Installing new version of config file /etc/issue.net ... [2021-02-05T07:59:42.255Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T07:59:42.255Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T07:59:42.516Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T07:59:42.516Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T07:59:42.516Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T07:59:42.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:42.778Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T07:59:42.778Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T07:59:43.038Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T07:59:43.038Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-05T07:59:43.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:43.038Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:43.038Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:43.299Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:43.299Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:43.299Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T07:59:43.299Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T07:59:43.560Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T07:59:43.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:43.560Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T07:59:43.560Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T07:59:43.822Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T07:59:43.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:43.822Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:43.822Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T07:59:44.085Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T07:59:44.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:44.085Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:44.085Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T07:59:44.355Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T07:59:44.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:44.355Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T07:59:44.355Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T07:59:44.617Z] Setting up grep (3.1-2build1) ... [2021-02-05T07:59:44.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:44.617Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T07:59:44.617Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T07:59:44.878Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T07:59:44.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:44.878Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T07:59:44.878Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T07:59:45.138Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T07:59:45.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:45.138Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T07:59:45.138Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T07:59:45.709Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T07:59:45.709Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T07:59:45.970Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T07:59:45.970Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T07:59:46.542Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T07:59:46.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:46.542Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T07:59:46.542Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T07:59:47.485Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T07:59:47.485Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T07:59:47.747Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T07:59:47.747Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T07:59:47.747Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T07:59:48.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:48.008Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T07:59:48.008Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T07:59:48.008Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T07:59:48.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:48.269Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:48.269Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:48.269Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:48.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:48.531Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:48.531Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:48.531Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:48.799Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:48.799Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:48.799Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:48.799Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:49.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:49.060Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:49.060Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:49.060Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:49.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:49.322Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T07:59:49.322Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T07:59:49.322Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T07:59:49.322Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T07:59:49.322Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T07:59:49.583Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:49.583Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T07:59:49.583Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T07:59:49.583Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T07:59:49.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:49.845Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:49.845Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:49.845Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:50.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:50.106Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:50.106Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:50.106Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:50.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:50.371Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:50.371Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:50.943Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T07:59:50.943Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T07:59:51.204Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T07:59:51.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:51.464Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T07:59:51.464Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T07:59:51.464Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T07:59:51.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T07:59:51.725Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T07:59:51.725Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T07:59:51.986Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T07:59:51.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:51.986Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T07:59:51.986Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T07:59:52.249Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T07:59:52.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:52.551Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T07:59:52.551Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T07:59:52.811Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T07:59:52.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:52.811Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T07:59:52.811Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T07:59:53.079Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T07:59:53.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:53.079Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T07:59:53.079Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T07:59:53.340Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T07:59:53.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:53.340Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T07:59:53.600Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T07:59:53.600Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T07:59:53.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:53.861Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T07:59:53.861Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T07:59:54.123Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T07:59:54.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:54.123Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T07:59:54.384Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T07:59:54.384Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T07:59:54.384Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T07:59:54.645Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:54.645Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T07:59:54.645Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T07:59:54.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:54.645Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T07:59:54.905Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T07:59:54.906Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T07:59:55.167Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:55.167Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T07:59:55.167Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T07:59:55.167Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T07:59:55.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:55.427Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:55.427Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T07:59:55.688Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T07:59:55.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:55.688Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T07:59:55.688Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T07:59:55.949Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T07:59:55.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:55.949Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T07:59:55.949Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T07:59:56.520Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T07:59:56.520Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:56.520Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T07:59:56.520Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T07:59:56.846Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T07:59:56.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:56.846Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T07:59:56.846Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T07:59:56.846Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T07:59:57.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:57.109Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T07:59:57.109Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T07:59:57.109Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T07:59:57.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:57.369Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T07:59:57.369Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T07:59:57.369Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T07:59:57.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:57.629Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T07:59:57.629Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T07:59:57.890Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T07:59:58.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:58.152Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T07:59:58.414Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T07:59:58.414Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T07:59:58.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T07:59:58.414Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T07:59:58.414Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T07:59:58.675Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T07:59:58.675Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T07:59:58.675Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T07:59:58.675Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T07:59:58.935Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T07:59:58.935Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T07:59:59.199Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T07:59:59.199Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T07:59:59.199Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T07:59:59.460Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T07:59:59.460Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T07:59:59.460Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T07:59:59.720Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T07:59:59.720Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T07:59:59.720Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T07:59:59.720Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T07:59:59.981Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T07:59:59.981Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T07:59:59.981Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T08:00:00.242Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T08:00:00.242Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T08:00:00.242Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T08:00:00.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:00:00.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:00:00.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:00:00.502Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T08:00:00.502Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T08:00:00.502Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T08:00:00.776Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T08:00:01.350Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T08:00:01.650Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T08:00:01.651Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T08:00:01.651Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T08:00:01.651Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:00:01.912Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:00:02.174Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:00:02.174Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:00:02.174Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:00:02.174Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:00:02.443Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T08:00:02.444Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T08:00:02.444Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:02.444Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:02.728Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:02.728Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:02.728Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:02.728Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:02.993Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:02.993Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:03.939Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:03.939Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:04.884Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:04.884Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:05.455Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:05.455Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:05.716Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:05.716Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:06.658Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T08:00:06.658Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T08:00:06.658Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T08:00:06.658Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T08:00:06.921Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T08:00:06.921Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T08:00:06.921Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T08:00:06.921Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T08:00:07.182Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T08:00:07.182Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T08:00:07.182Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T08:00:07.182Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T08:00:07.443Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T08:00:07.443Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T08:00:07.443Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T08:00:07.704Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T08:00:07.704Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:07.704Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T08:00:07.704Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:07.965Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:07.965Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:07.965Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T08:00:07.965Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T08:00:07.965Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T08:00:07.965Z] [2021-02-05T08:00:07.965Z] Current default time zone: 'Etc/UTC' [2021-02-05T08:00:07.965Z] Local time is now: Fri Feb 5 08:00:07 UTC 2021. [2021-02-05T08:00:07.965Z] Universal Time is now: Fri Feb 5 08:00:07 UTC 2021. [2021-02-05T08:00:07.965Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T08:00:07.965Z] [2021-02-05T08:00:08.226Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T08:00:08.226Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:08.226Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T08:00:08.226Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T08:00:08.226Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T08:00:08.226Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T08:00:08.226Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T08:00:08.487Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T08:00:08.487Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T08:00:08.487Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T08:00:08.487Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:08.487Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T08:00:08.748Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:08.748Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:00:08.748Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:09.009Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T08:00:09.009Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T08:00:09.010Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T08:00:09.010Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T08:00:09.010Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T08:00:09.010Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T08:00:09.010Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:00:09.010Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T08:00:10.930Z] Updating certificates in /etc/ssl/certs... [2021-02-05T08:00:11.506Z] 23 added, 27 removed; done. [2021-02-05T08:00:11.506Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T08:00:11.782Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T08:00:11.782Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T08:00:11.782Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T08:00:11.782Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T08:00:11.782Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:11.782Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:00:11.782Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:11.782Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:12.051Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:12.051Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:12.051Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:12.051Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T08:00:12.051Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:00:12.051Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T08:00:12.051Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T08:00:12.051Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T08:00:12.314Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:12.314Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T08:00:12.314Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T08:00:12.314Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T08:00:12.314Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T08:00:12.314Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:00:12.577Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T08:00:12.577Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T08:00:12.577Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T08:00:12.577Z] Updating certificates in /etc/ssl/certs... [2021-02-05T08:00:12.950Z] Removing intermediate container 3f748b219ae0 [2021-02-05T08:00:12.950Z] ---> 0c2e63b285b2 [2021-02-05T08:00:12.950Z] [2021-02-05T08:00:12.950Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T08:00:12.950Z] ---> afeebe901d6b [2021-02-05T08:00:12.950Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T08:00:12.950Z] ---> Running in b09daeba02d2 [2021-02-05T08:00:12.950Z] Removing intermediate container 8a9f596652ac [2021-02-05T08:00:12.950Z] ---> fafb883223d3 [2021-02-05T08:00:12.950Z] [2021-02-05T08:00:12.950Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T08:00:12.950Z] ---> afeebe901d6b [2021-02-05T08:00:12.950Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T08:00:12.950Z] ---> Running in 012a088b08ae [2021-02-05T08:00:13.149Z] 0 added, 0 removed; done. [2021-02-05T08:00:13.149Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T08:00:13.149Z] done. [2021-02-05T08:00:13.721Z] Reading package lists... [2021-02-05T08:00:13.721Z] Building dependency tree... [2021-02-05T08:00:13.721Z] Reading state information... [2021-02-05T08:00:13.983Z] The following NEW packages will be installed: [2021-02-05T08:00:13.983Z] apt-transport-https [2021-02-05T08:00:14.244Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T08:00:14.244Z] Need to get 1696 B of archives. [2021-02-05T08:00:14.244Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T08:00:14.244Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T08:00:14.244Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:00:14.244Z] Fetched 1696 B in 0s (8406 B/s) [2021-02-05T08:00:14.244Z] Selecting previously unselected package apt-transport-https. [2021-02-05T08:00:14.244Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T08:00:14.244Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T08:00:14.244Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T08:00:14.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:00:14.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:00:14.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:00:14.505Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T08:00:14.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:00:14.764Z] Waiting for network to be ready... [2021-02-05T08:00:15.284Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T08:00:15.284Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:00:15.284Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T08:00:15.284Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T08:00:15.284Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T08:00:15.284Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T08:00:15.284Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:00:15.284Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:00:15.284Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T08:00:15.284Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T08:00:15.284Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T08:00:15.284Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:00:15.284Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T08:00:15.566Z] OK: 7 MiB in 19 packages [2021-02-05T08:00:15.566Z] OK: 7 MiB in 18 packages [2021-02-05T08:00:18.971Z] Removing intermediate container b09daeba02d2 [2021-02-05T08:00:18.971Z] ---> 8e72df0c13c2 [2021-02-05T08:00:18.971Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T08:00:18.971Z] Removing intermediate container 012a088b08ae [2021-02-05T08:00:18.971Z] ---> 6f2746f1d34f [2021-02-05T08:00:18.971Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T08:00:19.254Z] ---> Running in a8a00d568277 [2021-02-05T08:00:19.254Z] ---> Running in f9b9bd9c3e63 [2021-02-05T08:00:19.868Z] Removing intermediate container 11cfbf3c49cb [2021-02-05T08:00:19.868Z] ---> 856f0f3bc2c3 [2021-02-05T08:00:19.868Z] [2021-02-05T08:00:19.868Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T08:00:19.868Z] ---> afeebe901d6b [2021-02-05T08:00:19.868Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T08:00:19.868Z] Removing intermediate container a8a00d568277 [2021-02-05T08:00:19.868Z] ---> 8118922fdb65 [2021-02-05T08:00:19.868Z] Step 13/24 : WORKDIR / [2021-02-05T08:00:20.145Z] ---> Running in 43462d52d546 [2021-02-05T08:00:20.421Z] Removing intermediate container f9b9bd9c3e63 [2021-02-05T08:00:20.421Z] ---> 304a628d204d [2021-02-05T08:00:20.421Z] Step 13/21 : WORKDIR /edgex [2021-02-05T08:00:20.421Z] ---> Running in d05d48f0282e [2021-02-05T08:00:20.421Z] ---> Running in b27ca5c72f25 [2021-02-05T08:00:21.017Z] Removing intermediate container 43462d52d546 [2021-02-05T08:00:21.017Z] ---> 7126347de164 [2021-02-05T08:00:21.017Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T08:00:21.293Z] Removing intermediate container d05d48f0282e [2021-02-05T08:00:21.293Z] ---> 2b003b08177f [2021-02-05T08:00:21.293Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T08:00:21.293Z] ---> Running in a193d625a728 [2021-02-05T08:00:21.293Z] Removing intermediate container b27ca5c72f25 [2021-02-05T08:00:21.293Z] ---> ca118ed265a4 [2021-02-05T08:00:21.293Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T08:00:21.362Z] 2021-02-05T08:00:17Z INFO Waiting for automatic snapd restart... [2021-02-05T08:00:21.362Z] snapd 2.48.2 from Canonical* installed [2021-02-05T08:00:21.623Z] "snapd" switched to the "latest/stable" channel [2021-02-05T08:00:21.623Z] [2021-02-05T08:00:22.281Z] ---> 6f5a5fa8e323 [2021-02-05T08:00:22.281Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T08:00:22.573Z] ---> 7fc02004a947 [2021-02-05T08:00:22.573Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T08:00:22.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T08:00:22.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T08:00:23.446Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T08:00:23.446Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T08:00:23.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T08:00:23.446Z] OK: 5 MiB in 16 packages [2021-02-05T08:00:23.446Z] ---> 15a5b119061d [2021-02-05T08:00:23.446Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T08:00:24.180Z] core18 20201210 from Canonical* installed [2021-02-05T08:00:24.442Z] ---> fb1706c91564 [2021-02-05T08:00:24.442Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T08:00:24.450Z] "core18" switched to the "latest/stable" channel [2021-02-05T08:00:24.450Z] [2021-02-05T08:00:24.716Z] ---> c8eb9bf068e2 [2021-02-05T08:00:24.716Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T08:00:24.991Z] Removing intermediate container 9e733b1a497f [2021-02-05T08:00:24.991Z] ---> 80738853dc59 [2021-02-05T08:00:24.991Z] [2021-02-05T08:00:24.991Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T08:00:24.991Z] ---> afeebe901d6b [2021-02-05T08:00:24.991Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T08:00:24.991Z] ---> Using cache [2021-02-05T08:00:24.991Z] ---> 264c11b53a3e [2021-02-05T08:00:24.991Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T08:00:24.991Z] ---> Using cache [2021-02-05T08:00:24.991Z] ---> 63a87cd2bd63 [2021-02-05T08:00:24.991Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T08:00:25.620Z] ---> Running in a482db5f7447 [2021-02-05T08:00:25.620Z] Removing intermediate container a193d625a728 [2021-02-05T08:00:25.620Z] ---> a8324d893266 [2021-02-05T08:00:25.620Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T08:00:25.932Z] ---> Running in 62057bdad016 [2021-02-05T08:00:26.220Z] ---> e9ef2952a3a6 [2021-02-05T08:00:26.220Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T08:00:26.220Z] ---> 5ad323d74742 [2021-02-05T08:00:26.220Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T08:00:26.220Z] Removing intermediate container a482db5f7447 [2021-02-05T08:00:26.220Z] ---> 82acfed46dc8 [2021-02-05T08:00:26.220Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T08:00:26.220Z] ---> Running in bc34e4f29d73 [2021-02-05T08:00:26.546Z] Removing intermediate container 62057bdad016 [2021-02-05T08:00:26.546Z] ---> 2350b475805d [2021-02-05T08:00:26.546Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T08:00:26.546Z] ---> Running in 2ac9353448e6 [2021-02-05T08:00:26.546Z] ---> Running in 4b4111f95c2d [2021-02-05T08:00:27.192Z] Removing intermediate container bc34e4f29d73 [2021-02-05T08:00:27.192Z] ---> 543478e9c9f8 [2021-02-05T08:00:27.192Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T08:00:27.192Z] Removing intermediate container 2ac9353448e6 [2021-02-05T08:00:27.192Z] ---> b6658a2029cd [2021-02-05T08:00:27.192Z] Step 15/23 : WORKDIR / [2021-02-05T08:00:27.479Z] ---> Running in 12e92ad669c8 [2021-02-05T08:00:27.479Z] Removing intermediate container 4b4111f95c2d [2021-02-05T08:00:27.479Z] ---> e8be5acd1ca3 [2021-02-05T08:00:27.479Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T08:00:27.479Z] ---> Running in 4658433f08db [2021-02-05T08:00:27.751Z] ---> Running in 70131673b154 [2021-02-05T08:00:27.751Z] ---> 9b4e1aa8910d [2021-02-05T08:00:27.751Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T08:00:27.778Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T08:00:27.778Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T08:00:27.778Z] [2021-02-05T08:00:28.023Z] Removing intermediate container 12e92ad669c8 [2021-02-05T08:00:28.023Z] ---> 0a05518ae169 [2021-02-05T08:00:28.023Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T08:00:28.299Z] ---> Running in 98e1cf459e6e [2021-02-05T08:00:28.299Z] Removing intermediate container 4658433f08db [2021-02-05T08:00:28.299Z] ---> 98b5b7e079b6 [2021-02-05T08:00:28.299Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:00:28.575Z] ---> ae7cf487f611 [2021-02-05T08:00:28.576Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T08:00:28.849Z] Removing intermediate container 98e1cf459e6e [2021-02-05T08:00:28.849Z] ---> da8edf361687 [2021-02-05T08:00:28.849Z] Step 20/21 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T08:00:28.849Z] ---> Running in 069700cd1461 [2021-02-05T08:00:29.125Z] ---> Running in dc3b3bde7877 [2021-02-05T08:00:29.407Z] ---> 7f58dd77360f [2021-02-05T08:00:29.407Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T08:00:29.683Z] Removing intermediate container dc3b3bde7877 [2021-02-05T08:00:29.683Z] ---> 1a3e362c2041 [2021-02-05T08:00:29.683Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T08:00:29.962Z] ---> Running in adbbf9e63d0e [2021-02-05T08:00:30.570Z] Removing intermediate container adbbf9e63d0e [2021-02-05T08:00:30.570Z] ---> 5caf444b5bfc [2021-02-05T08:00:30.570Z] [2021-02-05T08:00:30.849Z] Removing intermediate container 70131673b154 [2021-02-05T08:00:30.849Z] ---> c688c0190a3e [2021-02-05T08:00:30.849Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T08:00:30.849Z] ---> 4a993818e932 [2021-02-05T08:00:30.849Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T08:00:31.086Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T08:00:31.086Z] - README.md [2021-02-05T08:00:31.086Z] - snapcraft.yaml.orig [2021-02-05T08:00:31.086Z] [2021-02-05T08:00:31.086Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T08:00:31.125Z] ---> Running in d228f47224cc [2021-02-05T08:00:31.125Z] Successfully built 5caf444b5bfc [2021-02-05T08:00:31.125Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T08:00:31.725Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d228f47224cc [2021-02-05T08:00:31.725Z] ---> b6d777c4b5a7 [2021-02-05T08:00:31.725Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/Removing intermediate container 069700cd1461 [2021-02-05T08:00:31.725Z] [2021-02-05T08:00:31.725Z] ---> 8f6dc2d60d0f [2021-02-05T08:00:31.725Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T08:00:32.002Z] ---> 2c551def8e27 [2021-02-05T08:00:32.002Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T08:00:32.002Z] ---> Running in 461535e4d33e [2021-02-05T08:00:32.002Z] ---> Running in 82a719624af9 [2021-02-05T08:00:32.603Z] Removing intermediate container 461535e4d33e [2021-02-05T08:00:32.603Z] ---> 852e91c75432 [2021-02-05T08:00:32.603Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T08:00:32.603Z] Removing intermediate container 82a719624af9 [2021-02-05T08:00:32.603Z] ---> 224607031238 [2021-02-05T08:00:32.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T08:00:32.880Z] ---> Running in 54d64482b9c6 [2021-02-05T08:00:32.880Z] ---> 8bce03e54132 [2021-02-05T08:00:32.880Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T08:00:32.880Z] ---> Running in 42c60af72970 [2021-02-05T08:00:33.153Z] ---> Running in 8afaf0a2c76a [2021-02-05T08:00:33.429Z] Removing intermediate container 54d64482b9c6 [2021-02-05T08:00:33.429Z] ---> ad2bff7fe3bb [2021-02-05T08:00:33.429Z] Step 23/24 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T08:00:33.429Z] Removing intermediate container 42c60af72970 [2021-02-05T08:00:33.429Z] ---> e941f27ef9c5 [2021-02-05T08:00:33.429Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T08:00:33.701Z] ---> Running in 9ca5c32c1d5b [2021-02-05T08:00:33.701Z] ---> Running in 588ad28afbb9 [2021-02-05T08:00:34.298Z] Removing intermediate container 9ca5c32c1d5b [2021-02-05T08:00:34.298Z] ---> 9faeb6aea8cd [2021-02-05T08:00:34.298Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T08:00:34.298Z] Removing intermediate container 588ad28afbb9 [2021-02-05T08:00:34.298Z] ---> 772a04d1c342 [2021-02-05T08:00:34.298Z] Step 22/23 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T08:00:34.298Z] ---> Running in b0a855784647 [2021-02-05T08:00:34.572Z] ---> Running in 16d6094d64ab [2021-02-05T08:00:34.851Z] Removing intermediate container b0a855784647 [2021-02-05T08:00:34.851Z] ---> 05763e37b12b [2021-02-05T08:00:34.851Z] [2021-02-05T08:00:35.128Z] Removing intermediate container 16d6094d64ab [2021-02-05T08:00:35.128Z] ---> aa9893e586e0 [2021-02-05T08:00:35.128Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T08:00:35.403Z] Successfully built 05763e37b12b [2021-02-05T08:00:35.403Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T08:00:35.403Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 5c3a426bd339 [2021-02-05T08:00:36.002Z] Removing intermediate container 8afaf0a2c76a [2021-02-05T08:00:36.002Z] ---> 3442111d3326 [2021-02-05T08:00:36.002Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T08:00:36.002Z] Removing intermediate container 5c3a426bd339 [2021-02-05T08:00:36.002Z] ---> 1c74ad94c20f [2021-02-05T08:00:36.002Z] [2021-02-05T08:00:36.601Z] Successfully built 1c74ad94c20f [2021-02-05T08:00:36.601Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T08:00:36.873Z]  Building docker-core-metadata-go ... done  ---> c72f20dcfd42 [2021-02-05T08:00:36.873Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T08:00:37.693Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:00:37.693Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T08:00:37.693Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T08:00:37.693Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T08:00:37.851Z] ---> 7a4072192645 [2021-02-05T08:00:37.851Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T08:00:38.637Z] Reading package lists... [2021-02-05T08:00:38.826Z] ---> 66756e0d5940 [2021-02-05T08:00:38.826Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T08:00:38.901Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-05T08:00:39.810Z] ---> a290fd198e77 [2021-02-05T08:00:39.810Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T08:00:40.406Z] ---> 5aa7e6452c0d [2021-02-05T08:00:40.406Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T08:00:41.007Z] ---> Running in e3cfe11716ec [2021-02-05T08:00:41.278Z] Removing intermediate container e3cfe11716ec [2021-02-05T08:00:41.278Z] ---> 83cd23f05dfd [2021-02-05T08:00:41.278Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T08:00:42.255Z] ---> 5486efb06858 [2021-02-05T08:00:42.255Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T08:00:42.527Z] ---> Running in cf8d7d78864a [2021-02-05T08:00:45.142Z] Removing intermediate container cf8d7d78864a [2021-02-05T08:00:45.142Z] ---> 43fea0e8b1c0 [2021-02-05T08:00:45.142Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T08:00:45.142Z] ---> Running in 6ef3448e06f0 [2021-02-05T08:00:45.493Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:00:45.494Z] Reading package lists... [2021-02-05T08:00:45.494Z] Building dependency tree... [2021-02-05T08:00:45.494Z] Reading state information... [2021-02-05T08:00:45.494Z] Suggested packages: [2021-02-05T08:00:45.494Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T08:00:45.494Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T08:00:45.494Z] Recommended packages: [2021-02-05T08:00:45.494Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T08:00:45.494Z] The following NEW packages will be installed: [2021-02-05T08:00:45.494Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T08:00:45.494Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T08:00:45.494Z] pkg-config zip [2021-02-05T08:00:45.494Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T08:00:45.494Z] Need to get 7655 kB of archives. [2021-02-05T08:00:45.494Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T08:00:45.494Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T08:00:45.494Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T08:00:45.735Z] Removing intermediate container 6ef3448e06f0 [2021-02-05T08:00:45.735Z] ---> a46879556d77 [2021-02-05T08:00:45.735Z] Step 28/31 : CMD ["gate"] [2021-02-05T08:00:45.759Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T08:00:46.007Z] ---> Running in cc7d1b26fa4c [2021-02-05T08:00:46.019Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T08:00:46.019Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T08:00:46.019Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T08:00:46.019Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T08:00:46.019Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T08:00:46.279Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T08:00:46.279Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T08:00:46.279Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T08:00:46.279Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T08:00:46.279Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T08:00:46.544Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T08:00:46.544Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T08:00:46.544Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T08:00:46.544Z] Fetched 7655 kB in 1s (6296 kB/s) [2021-02-05T08:00:46.600Z] Removing intermediate container cc7d1b26fa4c [2021-02-05T08:00:46.601Z] ---> 74b9172914ac [2021-02-05T08:00:46.601Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T08:00:46.805Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T08:00:46.805Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T08:00:46.806Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T08:00:46.806Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T08:00:46.873Z] ---> Running in e15b2c4140ba [2021-02-05T08:00:47.067Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T08:00:47.067Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T08:00:47.067Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T08:00:47.067Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T08:00:47.067Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T08:00:47.067Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T08:00:47.067Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T08:00:47.067Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T08:00:47.067Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T08:00:47.328Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T08:00:47.328Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T08:00:47.328Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T08:00:47.328Z] Selecting previously unselected package liberror-perl. [2021-02-05T08:00:47.328Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T08:00:47.328Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T08:00:47.472Z] Removing intermediate container e15b2c4140ba [2021-02-05T08:00:47.472Z] ---> 74e546a1a6e8 [2021-02-05T08:00:47.472Z] Step 30/31 : LABEL git_sha=fd392bed0e6aa3df15982accdefbd664d19e588a [2021-02-05T08:00:47.590Z] Selecting previously unselected package git-man. [2021-02-05T08:00:47.590Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T08:00:47.590Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:00:47.590Z] Selecting previously unselected package git. [2021-02-05T08:00:47.590Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T08:00:47.590Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:00:47.749Z] ---> Running in c7ba98d2c62a [2021-02-05T08:00:48.359Z] Removing intermediate container c7ba98d2c62a [2021-02-05T08:00:48.359Z] ---> e36ceee8c8c9 [2021-02-05T08:00:48.359Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T08:00:48.545Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T08:00:48.545Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T08:00:48.545Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T08:00:48.545Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T08:00:48.545Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T08:00:48.545Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T08:00:48.632Z] ---> Running in bb5253d47f60 [2021-02-05T08:00:48.808Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T08:00:48.808Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T08:00:48.808Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T08:00:48.808Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T08:00:48.808Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T08:00:48.808Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:00:48.808Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T08:00:48.808Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T08:00:48.808Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:00:49.070Z] Selecting previously unselected package pkg-config. [2021-02-05T08:00:49.070Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T08:00:49.070Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T08:00:49.232Z] Removing intermediate container bb5253d47f60 [2021-02-05T08:00:49.232Z] ---> 9af7663f39d1 [2021-02-05T08:00:49.232Z] [2021-02-05T08:00:49.333Z] Selecting previously unselected package zip. [2021-02-05T08:00:49.333Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T08:00:49.333Z] Unpacking zip (3.0-11build1) ... [2021-02-05T08:00:49.333Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T08:00:49.333Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:00:49.333Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T08:00:49.508Z] Successfully built 9af7663f39d1 [2021-02-05T08:00:49.508Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T08:00:49.595Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T08:00:49.595Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T08:00:49.595Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T08:00:49.595Z] No schema files found: doing nothing. [2021-02-05T08:00:49.595Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T08:00:49.595Z] Setting up zip (3.0-11build1) ... [2021-02-05T08:00:49.595Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T08:00:49.595Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T08:00:49.595Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T08:00:49.857Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:00:49.857Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T08:00:49.857Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T08:00:49.857Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T08:00:49.857Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T08:00:50.124Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-05T08:00:50.121Z] $ docker stop --time=1 22a02c92cac2cb42be6595f5c85569d377b8337d0a845964fefcd2ad163a524f [2021-02-05T08:00:52.153Z] $ docker rm -f 22a02c92cac2cb42be6595f5c85569d377b8337d0a845964fefcd2ad163a524f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T08:00:52.937Z] + + dockergrep images docker [2021-02-05T08:00:52.937Z] [2021-02-05T08:00:53.210Z] docker-security-bootstrapper-go-arm64 latest 9af7663f39d1 5 seconds ago 22.6MB [2021-02-05T08:00:53.210Z] docker-core-metadata-go-arm64 latest 1c74ad94c20f 18 seconds ago 17.8MB [2021-02-05T08:00:53.210Z] docker-security-secretstore-setup-go-arm64 latest 05763e37b12b 19 seconds ago 23.4MB [2021-02-05T08:00:53.210Z] docker-security-proxy-setup-go-arm64 latest 5caf444b5bfc 23 seconds ago 23.2MB [2021-02-05T08:00:53.210Z] docker-sys-mgmt-agent-go-arm64 latest 96bf087e7550 2 minutes ago 300MB [2021-02-05T08:00:53.210Z] docker-core-data-go-arm64 latest d316e5b1930c 3 minutes ago 21MB [2021-02-05T08:00:53.210Z] docker-core-command-go-arm64 latest 5f64ef4097d5 3 minutes ago 16MB [2021-02-05T08:00:53.210Z] docker-support-notifications-go-arm64 latest 9687989ab997 3 minutes ago 16.7MB [2021-02-05T08:00:53.210Z] docker-support-scheduler-go-arm64 latest 57f1948972a6 3 minutes ago 16.1MB [2021-02-05T08:00:53.210Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T08:00:56.454Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:00:56.454Z] git set to automatically installed. [2021-02-05T08:00:56.454Z] git-man set to automatically installed. [2021-02-05T08:00:56.454Z] libcurl3-gnutls set to automatically installed. [2021-02-05T08:00:56.454Z] liberror-perl set to automatically installed. [2021-02-05T08:00:56.454Z] libglib2.0-0 set to automatically installed. [2021-02-05T08:00:56.454Z] libnghttp2-14 set to automatically installed. [2021-02-05T08:00:56.454Z] libnorm1 set to automatically installed. [2021-02-05T08:00:56.454Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T08:00:56.454Z] libpsl5 set to automatically installed. [2021-02-05T08:00:56.454Z] librtmp1 set to automatically installed. [2021-02-05T08:00:56.454Z] libsodium23 set to automatically installed. [2021-02-05T08:00:56.454Z] libzmq3-dev set to automatically installed. [2021-02-05T08:00:56.454Z] libzmq5 set to automatically installed. [2021-02-05T08:00:56.454Z] pkg-config set to automatically installed. [2021-02-05T08:00:56.454Z] zip set to automatically installed. [2021-02-05T08:01:00.702Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T08:01:05.999Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T08:01:06.943Z] snap "core18" has no updates available [2021-02-05T08:01:07.521Z] Pulling config-common [2021-02-05T08:01:08.464Z] Pulling go-build-helper [2021-02-05T08:01:30.461Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T08:01:30.462Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T08:01:30.462Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T08:01:30.462Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T08:01:30.462Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T08:01:30.462Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T08:01:30.462Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T08:01:30.462Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T08:01:30.462Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T08:01:30.462Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T08:01:30.462Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T08:01:30.462Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T08:01:30.462Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T08:01:30.462Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T08:01:30.462Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T08:01:30.462Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T08:01:30.462Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T08:01:30.462Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T08:01:30.462Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T08:01:30.462Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T08:01:30.462Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T08:01:30.462Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T08:01:30.462Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T08:01:30.462Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T08:01:30.462Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T08:01:30.462Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T08:01:30.462Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T08:01:30.462Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T08:01:30.462Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T08:01:30.462Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T08:01:30.462Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T08:01:30.462Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T08:01:30.462Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T08:01:30.462Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T08:01:30.462Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T08:01:30.462Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T08:01:30.462Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T08:01:30.462Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T08:01:30.462Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T08:01:30.462Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T08:01:30.462Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T08:01:30.462Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T08:01:30.462Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T08:01:30.462Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T08:01:30.462Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T08:01:30.462Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T08:01:30.462Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T08:01:30.462Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T08:01:30.462Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T08:01:30.462Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T08:01:30.462Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T08:01:30.462Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T08:01:30.462Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T08:01:30.462Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T08:01:30.462Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T08:01:30.462Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T08:01:30.462Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T08:01:30.462Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T08:01:30.462Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T08:01:30.462Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T08:01:30.462Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T08:01:30.462Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T08:01:30.462Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T08:01:30.462Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T08:01:32.398Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T08:01:32.398Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T08:01:32.398Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T08:01:32.398Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T08:01:32.398Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T08:01:32.398Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T08:01:32.398Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T08:01:32.398Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T08:01:32.398Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T08:01:32.398Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T08:01:32.398Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T08:01:32.398Z] Pulling static-packages [2021-02-05T08:01:33.353Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T08:01:33.353Z] Skipping pull go-build-helper (already ran) [2021-02-05T08:01:33.353Z] Skipping pull static-packages (already ran) [2021-02-05T08:01:33.353Z] Building go-build-helper [2021-02-05T08:01:36.657Z] Building static-packages [2021-02-05T08:01:38.586Z] Staging go-build-helper [2021-02-05T08:01:39.534Z] Staging static-packages [2021-02-05T08:01:40.489Z] Pulling go115 [2021-02-05T08:01:41.433Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T08:01:41.433Z] Skipping pull go115 (already ran) [2021-02-05T08:01:41.433Z] Building go115 [2021-02-05T08:01:41.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T08:01:41.433Z] Dload Upload Total Spent Left Speed [2021-02-05T08:01:44.579Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.9M 0 0 26.8M 0 0:00:04 --:--:-- 0:00:04 26.8M 42 115M 42 48.5M 0 0 29.7M 0 0:00:03 0:00:01 0:00:02 29.7M 77 115M 77 89.1M 0 0 33.8M 0 0:00:03 0:00:02 0:00:01 33.8M 100 115M 100 115M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M [2021-02-05T08:01:44.840Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T08:01:49.052Z] Staging go115 [2021-02-05T08:01:55.639Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T08:01:55.639Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T08:01:55.639Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T08:01:55.639Z] Fetched 88.7 kB in 0s (0 B/s) [2021-02-05T08:01:55.639Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T08:01:55.639Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T08:01:55.639Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T08:01:55.639Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T08:01:55.639Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T08:01:55.639Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T08:01:55.639Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T08:01:55.639Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T08:01:55.639Z] Pulling edgex-go [2021-02-05T08:01:55.900Z] Pulling version [2021-02-05T08:01:56.849Z] Building config-common [2021-02-05T08:01:58.764Z] Skipping build go-build-helper (already ran) [2021-02-05T08:01:58.764Z] Skipping build static-packages (already ran) [2021-02-05T08:01:58.764Z] Skipping build go115 (already ran) [2021-02-05T08:01:58.764Z] Building edgex-go [2021-02-05T08:01:59.025Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T08:02:00.410Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T08:02:00.410Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-05T08:02:00.410Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-05T08:02:00.410Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T08:02:00.410Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T08:02:00.410Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T08:02:00.410Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T08:02:00.410Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T08:02:00.410Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T08:02:00.410Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T08:02:00.410Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T08:02:00.410Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T08:02:00.676Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T08:02:00.676Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T08:02:00.676Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T08:02:00.676Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T08:02:00.676Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T08:02:00.676Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T08:02:00.676Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T08:02:00.676Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T08:02:00.676Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T08:02:00.676Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T08:02:00.676Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T08:02:00.676Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T08:02:00.938Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T08:02:00.938Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T08:02:00.938Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T08:02:00.938Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T08:02:01.200Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T08:02:01.200Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T08:02:07.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T08:02:07.784Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T08:02:11.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T08:02:12.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T08:02:13.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T08:02:13.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T08:02:13.949Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T08:02:14.210Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T08:02:14.210Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T08:02:14.210Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T08:02:16.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T08:02:16.122Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T08:02:16.122Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T08:02:17.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T08:02:18.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T08:02:18.006Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T08:02:19.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T08:02:19.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T08:02:20.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T08:02:20.530Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T08:02:21.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T08:02:21.915Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T08:02:24.458Z] Building version [2021-02-05T08:02:26.370Z] Staging config-common [2021-02-05T08:02:26.941Z] Skipping stage go-build-helper (already ran) [2021-02-05T08:02:26.941Z] Skipping stage static-packages (already ran) [2021-02-05T08:02:26.941Z] Skipping stage go115 (already ran) [2021-02-05T08:02:26.941Z] Staging edgex-go [2021-02-05T08:02:27.882Z] Staging version [2021-02-05T08:02:28.825Z] Priming config-common [2021-02-05T08:02:29.767Z] Priming go-build-helper [2021-02-05T08:02:30.714Z] Priming static-packages [2021-02-05T08:02:32.682Z] Priming go115 [2021-02-05T08:02:33.694Z] Priming edgex-go [2021-02-05T08:02:34.755Z] Priming version [2021-02-05T08:02:35.760Z] 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 [2021-02-05T08:02:39.070Z] provisioning config files... [2021-02-05T08:02:39.104Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config7727103911160796350tmp [Pipeline] { [Pipeline] sh [2021-02-05T08:02:39.691Z] + set +x [2021-02-05T08:02:39.691Z] + curl -s https://codecov.io/bash [2021-02-05T08:02:39.691Z] + bash -s -- [2021-02-05T08:02:40.306Z] [2021-02-05T08:02:40.306Z] _____ _ [2021-02-05T08:02:40.306Z] / ____| | | [2021-02-05T08:02:40.306Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T08:02:40.306Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T08:02:40.306Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T08:02:40.306Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T08:02:40.306Z] Bash-20210129-7c25fce [2021-02-05T08:02:40.306Z] [2021-02-05T08:02:40.306Z] [2021-02-05T08:02:40.306Z] ==> git version 2.24.3 found [2021-02-05T08:02:40.306Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-05T08:02:40.306Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T08:02:40.306Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T08:02:40.306Z] ==> Jenkins CI detected. [2021-02-05T08:02:40.306Z] project root: . [2021-02-05T08:02:40.306Z] --> token set from env [2021-02-05T08:02:40.667Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T08:02:40.667Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T08:02:40.667Z] ==> Python coveragepy not found [2021-02-05T08:02:40.667Z] ==> Searching for coverage reports in: [2021-02-05T08:02:40.667Z] + . [2021-02-05T08:02:40.667Z] -> Found 1 reports [2021-02-05T08:02:40.667Z] ==> Detecting git/mercurial file structure [2021-02-05T08:02:40.986Z] ==> Reading reports [2021-02-05T08:02:40.986Z] + ./coverage.out bytes=585363 [2021-02-05T08:02:40.986Z] ==> Appending adjustments [2021-02-05T08:02:40.986Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T08:02:47.817Z] + Found adjustments [2021-02-05T08:02:47.817Z] ==> Gzipping contents [2021-02-05T08:02:47.817Z] 88K /tmp/codecov.spQICH.gz [2021-02-05T08:02:47.817Z] ==> Uploading reports [2021-02-05T08:02:47.817Z] url: https://codecov.io [2021-02-05T08:02:47.817Z] query: branch=PR-3113&commit=fd392bed0e6aa3df15982accdefbd664d19e588a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-05T08:02:47.817Z] -> Pinging Codecov [2021-02-05T08:02:47.817Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=fd392bed0e6aa3df15982accdefbd664d19e588a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-05T08:02:47.817Z] -> Uploading to [2021-02-05T08:02:47.817Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/fd392bed0e6aa3df15982accdefbd664d19e588a/ea7f69f5-aa58-4522-8417-f78094102dd2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T080247Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=29b4b93c8dfb97b05ad1e31f55e95690534ac66430d023ea3a4cc044b3d01a96 [2021-02-05T08:02:47.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T08:02:47.817Z] Dload Upload Total Spent Left Speed [2021-02-05T08:02:48.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88175 0 0 100 88175 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-02-05T08:02:48.099Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fd392bed0e6aa3df15982accdefbd664d19e588a [Pipeline] } [2021-02-05T08:02:48.118Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:02:50.046Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:02:51.550Z] ---> package-listing.sh [2021-02-05T08:02:51.550Z] ++ facter osfamily [2021-02-05T08:02:51.550Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T08:02:51.820Z] + OS_FAMILY=redhat [2021-02-05T08:02:51.820Z] + workspace=/w/workspace/edgex-go/12 [2021-02-05T08:02:51.820Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T08:02:51.820Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T08:02:51.820Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T08:02:51.820Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T08:02:51.820Z] + '[' /w/workspace/edgex-go/12 ']' [2021-02-05T08:02:51.820Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T08:02:51.820Z] + case "${OS_FAMILY}" in [2021-02-05T08:02:51.820Z] + rpm -qa [2021-02-05T08:02:51.820Z] + sort [2021-02-05T08:02:58.668Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T08:02:58.668Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T08:02:58.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T08:02:58.668Z] + '[' /w/workspace/edgex-go/12 ']' [2021-02-05T08:02:58.668Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-02-05T08:02:58.668Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-02-05T08:02:58.694Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T08:02:59.051Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:02:59.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T08:03:00.478Z] [2021-02-05T08:03:00.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T08:03:00.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T08:03:00.893Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T08:03:00.893Z] df20fa9351a1: Pulling fs layer [2021-02-05T08:03:00.893Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T08:03:00.893Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T08:03:00.893Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T08:03:00.893Z] 93b61091891f: Pulling fs layer [2021-02-05T08:03:00.893Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T08:03:00.893Z] 5e14af77c1be: Pulling fs layer [2021-02-05T08:03:00.893Z] 01666e4c0597: Pulling fs layer [2021-02-05T08:03:00.893Z] aa168da1d23b: Pulling fs layer [2021-02-05T08:03:00.893Z] 93b61091891f: Waiting [2021-02-05T08:03:00.893Z] 93b9cdb0e59b: Waiting [2021-02-05T08:03:00.893Z] 46f8f816bc3b: Waiting [2021-02-05T08:03:00.893Z] 5e14af77c1be: Waiting [2021-02-05T08:03:00.893Z] 01666e4c0597: Waiting [2021-02-05T08:03:00.893Z] aa168da1d23b: Waiting [2021-02-05T08:03:01.199Z] 36b3adc4ff6f: Download complete [2021-02-05T08:03:01.199Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T08:03:01.199Z] 46f8f816bc3b: Download complete [2021-02-05T08:03:01.523Z] df20fa9351a1: Download complete [2021-02-05T08:03:01.523Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T08:03:01.523Z] 93b9cdb0e59b: Download complete [2021-02-05T08:03:01.523Z] 5e14af77c1be: Verifying Checksum [2021-02-05T08:03:01.523Z] 5e14af77c1be: Download complete [2021-02-05T08:03:01.523Z] 01666e4c0597: Verifying Checksum [2021-02-05T08:03:01.523Z] 01666e4c0597: Download complete [2021-02-05T08:03:01.523Z] 93b61091891f: Verifying Checksum [2021-02-05T08:03:01.523Z] 93b61091891f: Download complete [2021-02-05T08:03:02.121Z] df20fa9351a1: Pull complete [2021-02-05T08:03:02.391Z] 36b3adc4ff6f: Pull complete [2021-02-05T08:03:02.681Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T08:03:02.681Z] 8ad3a11d3b57: Download complete [2021-02-05T08:03:06.181Z] 8ad3a11d3b57: Pull complete [2021-02-05T08:03:06.794Z] 46f8f816bc3b: Pull complete [2021-02-05T08:03:07.817Z] aa168da1d23b: Verifying Checksum [2021-02-05T08:03:07.817Z] aa168da1d23b: Download complete [2021-02-05T08:03:08.427Z] 93b61091891f: Pull complete [2021-02-05T08:03:08.707Z] 93b9cdb0e59b: Pull complete [2021-02-05T08:03:09.308Z] 5e14af77c1be: Pull complete [2021-02-05T08:03:09.591Z] 01666e4c0597: Pull complete [2021-02-05T08:03:32.281Z] aa168da1d23b: Pull complete [2021-02-05T08:03:32.281Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T08:03:32.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T08:03:32.281Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T08:03:33.555Z] prd-centos7-docker-4c-2g-25225 does not seem to be running inside a container [2021-02-05T08:03:33.664Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T08:03:36.993Z] $ docker top b3af0712fc333436c298d1db3e5baa99368600473e0edf9b002fce01774934d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T08:03:37.774Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T08:03:38.424Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T08:03:39.078Z] + ls /var/log/sa-host [2021-02-05T08:03:39.078Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T08:03:39.078Z] file_magic: OK [2021-02-05T08:03:39.078Z] HZ: Using current value: 100 [2021-02-05T08:03:39.078Z] file_header: OK [2021-02-05T08:03:39.078Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T08:03:39.078Z] Statistics: [2021-02-05T08:03:39.078Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T08:03:39.078Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T08:03:39.078Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T08:03:39.078Z] file_magic: OK [2021-02-05T08:03:39.078Z] HZ: Using current value: 100 [2021-02-05T08:03:39.078Z] file_header: OK [2021-02-05T08:03:39.078Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T08:03:39.078Z] Statistics: [2021-02-05T08:03:39.078Z] Hnuu...uuuununununu... [2021-02-05T08:03:39.078Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T08:03:39.323Z] provisioning config files... [2021-02-05T08:03:39.355Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config737380504150929384tmp [Pipeline] { [Pipeline] echo [2021-02-05T08:03:39.434Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:03:40.101Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T08:03:40.122Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T08:03:40.291Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:03:40.648Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T08:03:40.677Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:03:41.085Z] ---> sudo-logs.sh [2021-02-05T08:03:41.085Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T08:03:41.103Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:03:41.866Z] ---> job-cost.sh [2021-02-05T08:03:41.866Z] lf-activate-venv: SKIPPING [2021-02-05T08:03:41.866Z] INFO: No Stack... [2021-02-05T08:03:42.835Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T08:03:43.106Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T08:03:43.264Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T08:03:44.143Z] ---> logs-deploy.sh [2021-02-05T08:03:44.143Z] lf-activate-venv: SKIPPING [2021-02-05T08:03:44.143Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/12 [2021-02-05T08:03:44.143Z] INFO: archiving workspace using pattern(s): [2021-02-05T08:03:46.838Z] Archives upload complete. [2021-02-05T08:03:46.838Z] INFO: archiving logs to Nexus [2021-02-05T08:03:48.848Z] ---> uname -a: [2021-02-05T08:03:48.848Z] Linux prd-centos7-docker-4c-2g-25225.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] ---> lscpu: [2021-02-05T08:03:48.848Z] Architecture: x86_64 [2021-02-05T08:03:48.848Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-05T08:03:48.848Z] Byte Order: Little Endian [2021-02-05T08:03:48.848Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-05T08:03:48.848Z] CPU(s): 4 [2021-02-05T08:03:48.848Z] On-line CPU(s) list: 0-3 [2021-02-05T08:03:48.848Z] Thread(s) per core: 1 [2021-02-05T08:03:48.848Z] Core(s) per socket: 1 [2021-02-05T08:03:48.848Z] Socket(s): 4 [2021-02-05T08:03:48.848Z] NUMA node(s): 1 [2021-02-05T08:03:48.848Z] Vendor ID: GenuineIntel [2021-02-05T08:03:48.848Z] CPU family: 6 [2021-02-05T08:03:48.848Z] Model: 44 [2021-02-05T08:03:48.848Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-05T08:03:48.848Z] Stepping: 1 [2021-02-05T08:03:48.848Z] CPU MHz: 2933.438 [2021-02-05T08:03:48.848Z] BogoMIPS: 5866.87 [2021-02-05T08:03:48.848Z] Virtualization: VT-x [2021-02-05T08:03:48.848Z] Hypervisor vendor: KVM [2021-02-05T08:03:48.848Z] Virtualization type: full [2021-02-05T08:03:48.848Z] L1d cache: 128 KiB [2021-02-05T08:03:48.848Z] L1i cache: 128 KiB [2021-02-05T08:03:48.848Z] L2 cache: 16 MiB [2021-02-05T08:03:48.848Z] L3 cache: 64 MiB [2021-02-05T08:03:48.848Z] NUMA node0 CPU(s): 0-3 [2021-02-05T08:03:48.848Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-05T08:03:48.848Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-05T08:03:48.848Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-05T08:03:48.848Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-05T08:03:48.848Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-05T08:03:48.848Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-05T08:03:48.848Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-05T08:03:48.848Z] Vulnerability Srbds: Not affected [2021-02-05T08:03:48.848Z] Vulnerability Tsx async abort: Not affected [2021-02-05T08:03:48.848Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] ---> nproc: [2021-02-05T08:03:48.848Z] 4 [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] ---> df -h: [2021-02-05T08:03:48.848Z] Filesystem Size Used Available Use% Mounted on [2021-02-05T08:03:48.848Z] overlay 50.0G 12.2G 37.8G 24% / [2021-02-05T08:03:48.848Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-05T08:03:48.848Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-05T08:03:48.848Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/12 [2021-02-05T08:03:48.848Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/12@tmp [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] ---> free -m: [2021-02-05T08:03:48.848Z] total used free shared buff/cache available [2021-02-05T08:03:48.848Z] Mem: 1837 716 247 0 873 1037 [2021-02-05T08:03:48.848Z] Swap: 1023 60 963 [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] ---> ip addr: [2021-02-05T08:03:48.848Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-05T08:03:48.848Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-05T08:03:48.848Z] inet 127.0.0.1/8 scope host lo [2021-02-05T08:03:48.848Z] valid_lft forever preferred_lft forever [2021-02-05T08:03:48.848Z] inet6 ::1/128 scope host [2021-02-05T08:03:48.848Z] valid_lft forever preferred_lft forever [2021-02-05T08:03:48.848Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-05T08:03:48.848Z] link/ether fa:16:3e:72:0d:c9 brd ff:ff:ff:ff:ff:ff [2021-02-05T08:03:48.848Z] inet 10.30.122.236/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-05T08:03:48.848Z] valid_lft 84844sec preferred_lft 84844sec [2021-02-05T08:03:48.848Z] inet6 fe80::f816:3eff:fe72:dc9/64 scope link [2021-02-05T08:03:48.848Z] valid_lft forever preferred_lft forever [2021-02-05T08:03:48.848Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-05T08:03:48.848Z] link/ether 02:42:ed:2b:f5:cf brd ff:ff:ff:ff:ff:ff [2021-02-05T08:03:48.848Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-05T08:03:48.848Z] valid_lft forever preferred_lft forever [2021-02-05T08:03:48.848Z] inet6 fe80::42:edff:fe2b:f5cf/64 scope link [2021-02-05T08:03:48.848Z] valid_lft forever preferred_lft forever [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] ---> sar -b -r -n DEV: [2021-02-05T08:03:48.848Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] 07:37:37 LINUX RESTART (4 CPU) [2021-02-05T08:03:48.848Z] [2021-02-05T08:03:48.848Z] 07:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-05T08:03:48.848Z] 07:39:03 168.33 107.76 60.57 0.00 8438.58 36741.03 0.00 [2021-02-05T08:03:48.848Z] 07:40:01 59.22 14.08 45.14 0.00 4901.68 8229.05 0.00 [2021-02-05T08:03:48.848Z] 07:41:01 105.12 58.03 47.09 0.00 5090.98 25648.13 0.00 [2021-02-05T08:03:48.848Z] 07:42:01 154.87 42.02 112.85 0.00 2178.25 24496.26 0.00 [2021-02-05T08:03:48.848Z] 07:43:01 159.48 65.80 93.68 0.00 2288.22 13188.73 0.00 [2021-02-05T08:03:48.848Z] 07:44:02 96.36 23.88 72.47 0.00 1008.68 8323.25 0.00 [2021-02-05T08:03:48.848Z] 07:45:01 56.49 27.99 28.50 0.00 1200.07 1971.40 0.00 [2021-02-05T08:03:48.848Z] 07:46:01 85.13 32.16 52.97 0.00 2232.44 3863.63 0.00 [2021-02-05T08:03:48.848Z] 07:47:01 17.52 2.04 15.48 0.00 87.51 5537.44 0.00 [2021-02-05T08:03:48.848Z] 07:48:03 145.29 25.74 119.54 0.00 7859.27 49030.98 0.00 [2021-02-05T08:03:48.848Z] 07:49:04 878.06 738.41 139.65 0.00 81457.88 110081.37 0.00 [2021-02-05T08:03:48.848Z] 07:50:04 1739.06 1533.24 205.82 0.00 96790.45 103593.73 0.00 [2021-02-05T08:03:48.848Z] 07:51:02 1019.93 902.41 117.53 0.00 52221.41 55462.38 0.00 [2021-02-05T08:03:48.848Z] 07:52:01 215.91 77.60 138.30 0.00 7709.74 20893.41 0.00 [2021-02-05T08:03:48.848Z] 07:53:08 580.23 416.65 163.58 0.00 60751.37 102034.14 0.00 [2021-02-05T08:03:48.848Z] 07:54:04 2217.69 2024.59 193.10 0.00 102128.57 112805.61 0.00 [2021-02-05T08:03:48.849Z] 07:55:03 602.88 511.46 91.42 0.00 31304.35 33920.60 0.00 [2021-02-05T08:03:48.849Z] 07:56:01 258.45 33.69 224.76 0.00 4141.05 38926.62 0.00 [2021-02-05T08:03:48.849Z] 07:57:01 49.47 14.13 35.34 0.00 2894.11 1313.68 0.00 [2021-02-05T08:03:48.849Z] 07:58:01 2.11 0.63 1.48 0.00 20.37 24.82 0.00 [2021-02-05T08:03:48.849Z] 07:59:01 0.28 0.02 0.27 0.00 0.13 3.74 0.00 [2021-02-05T08:03:48.849Z] 08:00:01 0.30 0.02 0.28 0.00 0.13 2.78 0.00 [2021-02-05T08:03:48.849Z] 08:01:01 0.58 0.18 0.40 0.00 2.26 3.26 0.00 [2021-02-05T08:03:48.849Z] 08:02:01 0.78 0.35 0.42 0.00 22.69 7.38 0.00 [2021-02-05T08:03:48.849Z] 08:03:01 74.27 72.88 1.39 0.00 6381.54 49.15 0.00 [2021-02-05T08:03:48.849Z] Average: 343.81 265.35 78.46 0.00 19247.99 30420.63 0.00 [2021-02-05T08:03:48.849Z] [2021-02-05T08:03:48.849Z] 07:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-05T08:03:48.849Z] 07:39:03 76536 0 561340 29.83 2620 1241048 1084200 37.00 453304 1154460 85176 [2021-02-05T08:03:48.849Z] 07:40:01 69868 0 662632 35.22 2620 1146424 1361172 46.45 545080 1060128 89852 [2021-02-05T08:03:48.849Z] 07:41:01 83024 0 664648 35.32 2596 1131276 1575048 53.75 670100 913436 60568 [2021-02-05T08:03:48.849Z] 07:42:01 70224 0 717964 38.16 1740 1091616 1525916 52.08 584572 963400 54464 [2021-02-05T08:03:48.849Z] 07:43:01 68236 0 840296 44.66 1492 971520 1756524 59.95 696572 840780 59000 [2021-02-05T08:03:48.849Z] 07:44:02 185436 0 821016 43.64 668 874424 1817340 62.02 692560 719756 30936 [2021-02-05T08:03:48.849Z] 07:45:01 252916 0 797888 42.41 668 830072 1754176 59.87 599632 741612 52552 [2021-02-05T08:03:48.849Z] 07:46:01 307352 0 734268 39.02 540 839384 1328112 45.33 585140 697868 27616 [2021-02-05T08:03:48.849Z] 07:47:01 117516 0 784328 41.69 540 979160 1436784 49.04 661304 811724 108 [2021-02-05T08:03:48.849Z] 07:48:03 87108 0 723984 38.48 212 1070240 1312436 44.79 703652 826744 23064 [2021-02-05T08:03:48.849Z] 07:49:04 346068 0 730900 38.85 0 804576 1690736 57.70 594524 733140 84252 [2021-02-05T08:03:48.849Z] 07:50:04 75408 0 843352 44.82 0 962784 2362388 80.62 756548 820204 60908 [2021-02-05T08:03:48.849Z] 07:51:02 264296 0 1082384 57.53 0 534864 3601992 122.93 701416 646380 38956 [2021-02-05T08:03:48.849Z] 07:52:01 402416 0 751364 39.93 0 727764 1696408 57.90 483424 747316 0 [2021-02-05T08:03:48.849Z] 07:53:08 64680 0 787820 41.87 0 1029044 2147352 73.29 655400 949868 85948 [2021-02-05T08:03:48.849Z] 07:54:04 70680 0 775856 41.24 0 1035008 2139096 73.00 697208 888536 55724 [2021-02-05T08:03:48.849Z] 07:55:03 436336 0 821380 43.65 0 623828 2944908 100.50 510344 677584 66860 [2021-02-05T08:03:48.849Z] 07:56:01 101640 0 683480 36.33 0 1096424 1375680 46.95 607320 919732 8 [2021-02-05T08:03:48.849Z] 07:57:01 114928 0 636932 33.85 0 1129684 1212448 41.38 568508 950484 8 [2021-02-05T08:03:48.849Z] 07:58:01 117044 0 634312 33.71 0 1130188 1185848 40.47 566520 950560 8 [2021-02-05T08:03:48.849Z] 07:59:01 116516 0 634832 33.74 0 1130196 1198576 40.91 567152 949992 8 [2021-02-05T08:03:48.849Z] 08:00:01 118736 0 632600 33.62 0 1130208 1174260 40.08 565772 949784 8 [2021-02-05T08:03:48.849Z] 08:01:01 117796 0 633536 33.67 0 1130212 1177028 40.17 566392 949812 8 [2021-02-05T08:03:48.849Z] 08:02:01 118268 0 632384 33.61 0 1130892 1174768 40.09 566128 950368 8 [2021-02-05T08:03:48.849Z] 08:03:01 69156 0 677720 36.02 0 1134668 1443072 49.25 620088 939676 6276 [2021-02-05T08:03:48.849Z] Average: 154087 0 730689 38.83 548 996220 1659051 56.62 608746 870134 35293 [2021-02-05T08:03:48.849Z] [2021-02-05T08:03:48.849Z] 07:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-05T08:03:48.849Z] 07:39:03 eth0 351.93 213.16 1858.43 46.87 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:39:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:40:01 eth0 682.17 648.87 3450.84 110.34 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:40:01 vethf2267da 482.14 373.36 48.23 1588.67 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:40:01 docker0 482.14 373.22 41.64 1588.66 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:41:01 eth0 508.10 495.75 3946.03 51.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:41:01 docker0 238.45 207.76 21.92 1114.97 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:42:01 vethe4dcb23 95.14 119.62 8.83 463.98 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:42:01 eth0 219.77 168.44 842.12 21.24 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:42:01 docker0 153.21 194.81 10.57 824.79 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:43:01 eth0 25.26 19.90 28.80 10.28 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:43:01 veth8951596 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:43:01 docker0 0.60 1.31 0.05 4.31 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:44:02 eth0 25.89 19.89 16.59 33.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:44:02 veth8951596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:45:01 eth0 22.52 17.26 16.20 9.16 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:45:01 veth8951596 2.16 2.16 0.17 0.17 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:45:01 docker0 2.16 2.16 0.14 0.17 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:46:01 eth0 11.15 7.92 9.88 5.39 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:46:01 veth8951596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:47:01 eth0 24.97 18.64 19.93 10.66 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:47:01 veth8951596 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:48:03 eth0 186.79 165.31 1658.86 97.11 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:48:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:48:03 veth9c4b460 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:48:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:49:04 eth0 4.51 3.30 4.53 1.56 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:49:04 veth9c4b460 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:49:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:50:04 eth0 38.81 25.74 156.02 6.69 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:50:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:50:04 veth9c4b460 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:50:04 docker0 16.32 26.09 1.00 146.08 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:51:02 vethd7f4d2c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:51:02 veth1ab79e1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:51:02 veth1989452 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:51:02 veth776a158 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:52:01 eth0 2206.86 1869.68 12376.25 463.59 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:52:01 veth9c4b460 0.00 0.71 0.00 0.03 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:52:01 docker0 907.50 841.61 75.98 3842.05 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:53:08 eth0 20.80 16.02 17.12 8.59 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:53:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:53:08 veth9c4b460 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:53:08 docker0 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:54:04 eth0 31.63 24.52 133.07 5.80 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:54:04 veth9c4b460 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:54:04 docker0 16.61 20.86 0.92 124.55 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:55:03 vethbdd2537 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:55:03 eth0 7.16 5.83 5.66 3.13 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:55:03 veth8e9085f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:56:01 eth0 242.75 170.27 1760.93 94.72 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:56:01 veth9c4b460 0.00 1.13 0.00 0.05 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:56:01 docker0 986.53 973.09 80.81 4511.86 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:57:01 eth0 41.56 29.68 78.95 11.56 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:57:01 docker0 11.48 16.04 1.12 58.71 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:58:01 eth0 1.55 0.32 0.37 0.14 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:59:01 eth0 5.69 5.94 0.73 23.66 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:00:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:01:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:02:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:03:01 eth0 41.20 32.09 129.70 38.35 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] Average: eth0 102.13 84.95 571.09 25.69 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] Average: docker0 38.78 38.44 3.18 177.59 0.00 0.00 0.00 0.00 [2021-02-05T08:03:48.849Z] [2021-02-05T08:03:48.849Z] [2021-02-05T08:03:48.849Z] ---> sar -P ALL: [2021-02-05T08:03:48.849Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T08:03:48.849Z] [2021-02-05T08:03:48.849Z] 07:37:37 LINUX RESTART (4 CPU) [2021-02-05T08:03:48.849Z] [2021-02-05T08:03:48.849Z] 07:38:01 CPU %user %nice %system %iowait %steal %idle [2021-02-05T08:03:48.850Z] 07:39:03 all 14.48 0.00 8.72 9.51 27.11 40.17 [2021-02-05T08:03:48.850Z] 07:39:03 0 17.48 0.00 14.12 8.40 26.72 33.28 [2021-02-05T08:03:48.850Z] 07:39:03 1 16.17 0.00 7.23 9.23 27.42 39.95 [2021-02-05T08:03:48.850Z] 07:39:03 2 9.91 0.00 6.64 9.86 27.41 46.18 [2021-02-05T08:03:48.850Z] 07:39:03 3 14.63 0.00 7.24 10.50 26.85 40.77 [2021-02-05T08:03:48.850Z] 07:40:01 all 6.08 0.00 4.13 0.89 14.60 74.30 [2021-02-05T08:03:48.850Z] 07:40:01 0 5.91 0.00 4.77 0.17 16.33 72.82 [2021-02-05T08:03:48.850Z] 07:40:01 1 6.41 0.00 4.39 1.38 14.10 73.72 [2021-02-05T08:03:48.850Z] 07:40:01 2 5.83 0.00 3.48 0.29 13.15 77.24 [2021-02-05T08:03:48.850Z] 07:40:01 3 6.18 0.00 3.88 1.72 14.84 73.37 [2021-02-05T08:03:48.850Z] 07:41:01 all 6.47 0.00 3.09 0.97 17.14 72.33 [2021-02-05T08:03:48.850Z] 07:41:01 0 8.55 0.00 2.97 0.45 19.99 68.04 [2021-02-05T08:03:48.850Z] 07:41:01 1 5.41 0.00 2.71 1.01 15.74 75.13 [2021-02-05T08:03:48.850Z] 07:41:01 2 6.60 0.00 3.32 1.39 14.82 73.86 [2021-02-05T08:03:48.850Z] 07:41:01 3 5.36 0.00 3.36 1.03 18.02 72.23 [2021-02-05T08:03:48.850Z] 07:42:01 all 3.81 0.00 3.70 1.48 17.05 73.96 [2021-02-05T08:03:48.850Z] 07:42:01 0 3.44 0.00 3.21 1.19 18.87 73.28 [2021-02-05T08:03:48.850Z] 07:42:01 1 4.39 0.00 4.20 1.32 16.56 73.54 [2021-02-05T08:03:48.850Z] 07:42:01 2 3.79 0.00 3.46 2.20 16.89 73.67 [2021-02-05T08:03:48.850Z] 07:42:01 3 3.63 0.00 3.93 1.22 15.83 75.38 [2021-02-05T08:03:48.850Z] 07:43:01 all 19.29 0.00 7.90 4.37 16.67 51.77 [2021-02-05T08:03:48.850Z] 07:43:01 0 22.99 0.00 9.24 3.10 16.20 48.47 [2021-02-05T08:03:48.850Z] 07:43:01 1 17.13 0.00 7.88 3.33 16.11 55.56 [2021-02-05T08:03:48.850Z] 07:43:01 2 18.80 0.00 7.71 6.27 16.03 51.19 [2021-02-05T08:03:48.850Z] 07:43:01 3 18.25 0.00 6.78 4.83 18.31 51.83 [2021-02-05T08:03:48.850Z] 07:44:02 all 36.56 0.00 12.26 1.68 29.61 19.89 [2021-02-05T08:03:48.850Z] 07:44:02 0 36.15 0.00 12.83 1.88 28.84 20.31 [2021-02-05T08:03:48.850Z] 07:44:02 1 38.86 0.00 12.09 1.47 29.47 18.11 [2021-02-05T08:03:48.850Z] 07:44:02 2 33.69 0.00 11.08 2.23 30.94 22.06 [2021-02-05T08:03:48.850Z] 07:44:02 3 37.65 0.00 13.11 1.12 29.15 18.97 [2021-02-05T08:03:48.850Z] 07:45:01 all 26.08 0.00 10.74 1.17 33.11 28.89 [2021-02-05T08:03:48.850Z] 07:45:01 0 22.17 0.00 8.56 1.08 35.83 32.37 [2021-02-05T08:03:48.850Z] 07:45:01 1 34.94 0.00 13.92 1.13 29.96 20.05 [2021-02-05T08:03:48.850Z] 07:45:01 2 23.19 0.00 9.70 1.03 34.12 31.95 [2021-02-05T08:03:48.850Z] 07:45:01 3 24.84 0.00 11.11 1.44 32.19 30.42 [2021-02-05T08:03:48.850Z] 07:46:01 all 23.49 0.00 11.89 3.27 31.43 29.93 [2021-02-05T08:03:48.850Z] 07:46:01 0 21.07 0.00 10.74 1.03 31.21 35.94 [2021-02-05T08:03:48.850Z] 07:46:01 1 26.52 0.00 13.46 5.24 30.43 24.35 [2021-02-05T08:03:48.850Z] 07:46:01 2 22.62 0.00 11.79 3.44 31.79 30.36 [2021-02-05T08:03:48.850Z] 07:46:01 3 23.82 0.00 11.61 3.43 32.27 28.87 [2021-02-05T08:03:48.850Z] 07:47:01 all 14.94 0.00 9.32 0.18 33.71 41.86 [2021-02-05T08:03:48.850Z] 07:47:01 0 13.91 0.00 8.51 0.39 34.40 42.79 [2021-02-05T08:03:48.850Z] 07:47:01 1 14.11 0.00 8.84 0.08 34.23 42.74 [2021-02-05T08:03:48.850Z] 07:47:01 2 17.02 0.00 10.22 0.17 32.95 39.64 [2021-02-05T08:03:48.850Z] 07:47:01 3 14.81 0.00 9.75 0.05 33.22 42.18 [2021-02-05T08:03:48.850Z] 07:48:03 all 4.52 0.00 5.66 2.52 28.38 58.91 [2021-02-05T08:03:48.850Z] 07:48:03 0 3.60 0.00 5.22 3.41 30.96 56.81 [2021-02-05T08:03:48.850Z] 07:48:03 1 5.45 0.00 5.68 2.56 27.58 58.73 [2021-02-05T08:03:48.850Z] 07:48:03 2 3.45 0.00 5.21 1.85 27.09 62.40 [2021-02-05T08:03:48.850Z] 07:48:03 3 5.60 0.00 6.56 2.27 27.86 57.70 [2021-02-05T08:03:48.850Z] 07:49:04 all 9.36 0.00 8.62 12.72 40.63 28.66 [2021-02-05T08:03:48.850Z] 07:49:04 0 9.05 0.00 7.78 12.60 40.05 30.52 [2021-02-05T08:03:48.850Z] 07:49:04 1 9.14 0.00 9.16 12.06 41.66 27.98 [2021-02-05T08:03:48.850Z] 07:49:04 2 9.72 0.00 8.25 14.16 40.26 27.61 [2021-02-05T08:03:48.850Z] 07:49:04 3 9.56 0.00 9.33 12.06 40.55 28.50 [2021-02-05T08:03:48.850Z] [2021-02-05T08:03:48.850Z] 07:49:04 CPU %user %nice %system %iowait %steal %idle [2021-02-05T08:03:48.850Z] 07:50:04 all 6.62 0.00 10.40 25.94 32.44 24.60 [2021-02-05T08:03:48.850Z] 07:50:04 0 6.96 0.00 10.69 27.34 32.29 22.72 [2021-02-05T08:03:48.850Z] 07:50:04 1 6.87 0.00 9.86 25.38 31.72 26.17 [2021-02-05T08:03:48.850Z] 07:50:04 2 6.35 0.00 10.71 25.14 32.34 25.46 [2021-02-05T08:03:48.850Z] 07:50:04 3 6.31 0.00 10.34 25.93 33.40 24.02 [2021-02-05T08:03:48.850Z] 07:51:02 all 26.68 0.00 10.77 16.28 29.48 16.79 [2021-02-05T08:03:48.850Z] 07:51:02 0 23.37 0.00 10.18 16.80 32.78 16.87 [2021-02-05T08:03:48.850Z] 07:51:02 1 29.76 0.00 11.24 16.68 25.71 16.60 [2021-02-05T08:03:48.850Z] 07:51:02 2 29.95 0.00 11.46 16.69 26.73 15.18 [2021-02-05T08:03:48.850Z] 07:51:02 3 23.55 0.00 10.20 14.93 32.77 18.55 [2021-02-05T08:03:48.850Z] 07:52:01 all 44.11 0.00 12.23 7.20 22.73 13.74 [2021-02-05T08:03:48.850Z] 07:52:01 0 43.93 0.00 12.35 9.35 23.00 11.37 [2021-02-05T08:03:48.850Z] 07:52:01 1 43.32 0.00 12.61 6.55 23.10 14.43 [2021-02-05T08:03:48.850Z] 07:52:01 2 45.44 0.00 12.94 5.95 21.43 14.24 [2021-02-05T08:03:48.850Z] 07:52:01 3 43.77 0.00 11.05 6.96 23.36 14.86 [2021-02-05T08:03:48.850Z] 07:53:08 all 7.76 0.00 8.26 11.80 40.54 31.64 [2021-02-05T08:03:48.850Z] 07:53:08 0 7.36 0.00 8.42 11.66 40.93 31.63 [2021-02-05T08:03:48.850Z] 07:53:08 1 7.66 0.00 8.56 11.78 41.16 30.83 [2021-02-05T08:03:48.850Z] 07:53:08 2 7.80 0.00 8.00 12.17 39.45 32.57 [2021-02-05T08:03:48.850Z] 07:53:08 3 8.22 0.00 8.03 11.60 40.62 31.53 [2021-02-05T08:03:48.850Z] 07:54:04 all 8.05 0.00 9.85 22.80 29.03 30.28 [2021-02-05T08:03:48.850Z] 07:54:04 0 7.94 0.00 9.32 20.37 29.30 33.06 [2021-02-05T08:03:48.850Z] 07:54:04 1 7.84 0.00 9.59 24.12 28.27 30.18 [2021-02-05T08:03:48.850Z] 07:54:04 2 7.57 0.00 10.34 24.03 28.53 29.53 [2021-02-05T08:03:48.850Z] 07:54:04 3 8.83 0.00 10.13 22.69 30.03 28.31 [2021-02-05T08:03:48.850Z] 07:55:03 all 37.76 0.00 10.59 9.52 29.25 12.88 [2021-02-05T08:03:48.850Z] 07:55:03 0 39.20 0.00 9.90 8.38 27.47 15.05 [2021-02-05T08:03:48.850Z] 07:55:03 1 39.75 0.00 10.92 8.46 27.45 13.42 [2021-02-05T08:03:48.850Z] 07:55:03 2 35.37 0.00 10.24 11.36 31.63 11.40 [2021-02-05T08:03:48.850Z] 07:55:03 3 36.79 0.00 11.29 9.83 30.37 11.72 [2021-02-05T08:03:48.850Z] 07:56:01 all 15.77 0.00 11.59 9.83 24.04 38.78 [2021-02-05T08:03:48.850Z] 07:56:01 0 16.12 0.00 11.64 8.77 25.32 38.15 [2021-02-05T08:03:48.850Z] 07:56:01 1 14.72 0.00 10.74 11.07 24.08 39.39 [2021-02-05T08:03:48.850Z] 07:56:01 2 16.40 0.00 12.60 11.05 22.70 37.25 [2021-02-05T08:03:48.850Z] 07:56:01 3 15.85 0.00 11.39 8.40 24.06 40.30 [2021-02-05T08:03:48.850Z] 07:57:01 all 4.61 0.00 2.35 1.23 4.63 87.19 [2021-02-05T08:03:48.850Z] 07:57:01 0 3.41 0.00 2.11 2.73 5.49 86.26 [2021-02-05T08:03:48.850Z] 07:57:01 1 4.66 0.00 2.61 0.37 3.90 88.46 [2021-02-05T08:03:48.850Z] 07:57:01 2 6.43 0.00 2.54 0.78 4.74 85.51 [2021-02-05T08:03:48.850Z] 07:57:01 3 3.93 0.00 2.15 1.02 4.38 88.51 [2021-02-05T08:03:48.850Z] 07:58:01 all 0.15 0.00 0.05 0.04 0.50 99.26 [2021-02-05T08:03:48.850Z] 07:58:01 0 0.03 0.00 0.05 0.00 0.56 99.35 [2021-02-05T08:03:48.850Z] 07:58:01 1 0.03 0.00 0.07 0.02 0.22 99.67 [2021-02-05T08:03:48.850Z] 07:58:01 2 0.23 0.00 0.05 0.10 0.48 99.14 [2021-02-05T08:03:48.850Z] 07:58:01 3 0.28 0.00 0.03 0.05 0.73 98.90 [2021-02-05T08:03:48.850Z] 07:59:01 all 0.14 0.00 0.17 0.00 1.23 98.46 [2021-02-05T08:03:48.850Z] 07:59:01 0 0.08 0.00 0.15 0.00 0.85 98.92 [2021-02-05T08:03:48.850Z] 07:59:01 1 0.15 0.00 0.18 0.00 0.99 98.67 [2021-02-05T08:03:48.850Z] 07:59:01 2 0.26 0.00 0.18 0.00 1.61 97.95 [2021-02-05T08:03:48.850Z] 07:59:01 3 0.07 0.00 0.18 0.00 1.47 98.28 [2021-02-05T08:03:48.850Z] 08:00:01 all 0.02 0.00 0.05 0.00 0.53 99.41 [2021-02-05T08:03:48.850Z] 08:00:01 0 0.00 0.00 0.05 0.00 0.15 99.80 [2021-02-05T08:03:48.850Z] 08:00:01 1 0.02 0.00 0.03 0.00 0.70 99.25 [2021-02-05T08:03:48.850Z] 08:00:01 2 0.02 0.00 0.05 0.00 0.52 99.42 [2021-02-05T08:03:48.850Z] 08:00:01 3 0.03 0.00 0.05 0.00 0.75 99.17 [2021-02-05T08:03:48.850Z] [2021-02-05T08:03:48.850Z] 08:00:01 CPU %user %nice %system %iowait %steal %idle [2021-02-05T08:03:48.850Z] 08:01:01 all 0.03 0.00 0.09 0.03 1.25 98.60 [2021-02-05T08:03:48.850Z] 08:01:01 0 0.02 0.00 0.12 0.00 0.68 99.19 [2021-02-05T08:03:48.850Z] 08:01:01 1 0.03 0.00 0.07 0.13 1.70 98.07 [2021-02-05T08:03:48.850Z] 08:01:01 2 0.05 0.00 0.08 0.00 0.88 98.99 [2021-02-05T08:03:48.850Z] 08:01:01 3 0.02 0.00 0.10 0.00 1.74 98.14 [2021-02-05T08:03:48.850Z] 08:02:01 all 0.01 0.00 0.03 0.08 0.31 99.57 [2021-02-05T08:03:48.850Z] 08:02:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2021-02-05T08:03:48.850Z] 08:02:01 1 0.00 0.00 0.03 0.20 0.46 99.31 [2021-02-05T08:03:48.850Z] 08:02:01 2 0.03 0.00 0.05 0.10 0.59 99.23 [2021-02-05T08:03:48.850Z] 08:02:01 3 0.02 0.00 0.03 0.00 0.12 99.83 [2021-02-05T08:03:48.850Z] 08:03:01 all 1.92 0.00 1.36 2.39 4.07 90.27 [2021-02-05T08:03:48.850Z] 08:03:01 0 3.06 0.00 1.79 1.36 4.27 89.51 [2021-02-05T08:03:48.850Z] 08:03:01 1 1.13 0.00 1.20 0.62 3.82 93.23 [2021-02-05T08:03:48.850Z] 08:03:01 2 2.25 0.00 1.35 4.00 4.38 88.02 [2021-02-05T08:03:48.850Z] 08:03:01 3 1.25 0.00 1.10 3.56 3.81 90.29 [2021-02-05T08:03:48.850Z] Average: all 12.01 0.00 6.39 5.77 20.31 55.52 [2021-02-05T08:03:48.850Z] Average: 0 11.90 0.00 6.44 5.53 20.92 55.21 [2021-02-05T08:03:48.850Z] Average: 1 12.54 0.00 6.49 5.70 19.79 55.47 [2021-02-05T08:03:48.850Z] Average: 2 11.79 0.00 6.29 6.11 20.00 55.81 [2021-02-05T08:03:48.850Z] Average: 3 11.82 0.00 6.34 5.72 20.52 55.60 [2021-02-05T08:03:48.850Z] [2021-02-05T08:03:48.850Z] [2021-02-05T08:03:48.850Z]