Pull request #2964 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from d7e5fdcff3f56a6fd89f391359d39bc286b0f90e+bbb161aa59ef099937232867751a09afbb087fa9 (b7709e74a68a3c2c6668f7ad6fa0e05fb72c45fd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16734 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > 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/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit d7e5fdcff3f56a6fd89f391359d39bc286b0f90e Merge succeeded, producing d7e5fdcff3f56a6fd89f391359d39bc286b0f90e Checking out Revision d7e5fdcff3f56a6fd89f391359d39bc286b0f90e (PR-2964) > git config core.sparsecheckout # timeout=10 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" First time build. Skipping changelog. > git rev-list --no-walk 5c10915f88235ea7635ac9a2477ccdd2e69170d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-18T08:34:12.353Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-18T08:34:12.722Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-18T08:34:12.849Z] ========================================================= [2020-12-18T08:34:12.849Z] EdgeX Global Pipelines Version Info [2020-12-18T08:34:12.849Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:34:14.292Z] ------------------- [2020-12-18T08:34:14.292Z] stable info: [2020-12-18T08:34:14.292Z] ------------------- [2020-12-18T08:34:14.292Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-18T08:34:14.292Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T08:34:14.292Z] Message: update stable to v1.0.173 [2020-12-18T08:34:15.245Z] ------------------- [2020-12-18T08:34:15.245Z] experimental info: [2020-12-18T08:34:15.245Z] ------------------- [2020-12-18T08:34:15.245Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-18T08:34:15.245Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-18T08:34:15.245Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-18T08:34:15.546Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-18T08:34:15.645Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-18T08:34:15.746Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-18T08:34:15.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-18T08:34:15.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-18T08:34:16.057Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-18T08:34:16.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-18T08:34:16.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-18T08:34:16.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-18T08:34:16.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-18T08:34:16.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-18T08:34:16.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-18T08:34:16.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-18T08:34:16.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-18T08:34:17.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T08:34:17.125Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-18T08:34:17.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-18T08:34:17.348Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-18T08:34:17.444Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-18T08:34:17.546Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-18T08:34:17.647Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-18T08:34:17.741Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-18T08:34:17.834Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-18T08:34:17.978Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2964 [Pipeline] echo [2020-12-18T08:34:18.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2964 [Pipeline] echo [2020-12-18T08:34:18.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2964 [Pipeline] echo [2020-12-18T08:34:18.272Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [Pipeline] echo [2020-12-18T08:34:18.369Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7e5fdc [Pipeline] echo [2020-12-18T08:34:18.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T08:34:18.637Z] provisioning config files... [2020-12-18T08:34:18.670Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3177172793169863553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:34:19.041Z] ---> docker-login.sh [2020-12-18T08:34:19.041Z] nexus3.edgexfoundry.org:10001 [2020-12-18T08:34:19.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:34:19.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:34:19.570Z] Configure a credential helper to remove this warning. See [2020-12-18T08:34:19.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:34:19.570Z] [2020-12-18T08:34:19.570Z] Login Succeeded [2020-12-18T08:34:19.570Z] nexus3.edgexfoundry.org:10002 [2020-12-18T08:34:19.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:34:19.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:34:19.570Z] Configure a credential helper to remove this warning. See [2020-12-18T08:34:19.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:34:19.570Z] [2020-12-18T08:34:19.570Z] Login Succeeded [2020-12-18T08:34:19.570Z] nexus3.edgexfoundry.org:10003 [2020-12-18T08:34:19.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:34:19.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:34:19.838Z] Configure a credential helper to remove this warning. See [2020-12-18T08:34:19.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:34:19.838Z] [2020-12-18T08:34:19.839Z] Login Succeeded [2020-12-18T08:34:19.839Z] nexus3.edgexfoundry.org:10004 [2020-12-18T08:34:20.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:34:20.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:34:20.102Z] Configure a credential helper to remove this warning. See [2020-12-18T08:34:20.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:34:20.102Z] [2020-12-18T08:34:20.102Z] Login Succeeded [2020-12-18T08:34:20.102Z] docker.io [2020-12-18T08:34:20.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:34:20.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:34:20.367Z] Configure a credential helper to remove this warning. See [2020-12-18T08:34:20.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:34:20.367Z] [2020-12-18T08:34:20.367Z] Login Succeeded [2020-12-18T08:34:20.367Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T08:34:20.377Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T08:34:20.907Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/core-command/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/core-data/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-18T08:34:20.907Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-18T08:34:20.907Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-18T08:34:20.907Z] ++ cut -d/ -f2 [2020-12-18T08:34:20.907Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-18T08:34:20.987Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:34:21.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T08:34:21.872Z] [2020-12-18T08:34:21.872Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:34:22.241Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T08:34:22.241Z] latest: Pulling from edgex-devops/git-semver [2020-12-18T08:34:22.241Z] 31603596830f: Pulling fs layer [2020-12-18T08:34:22.241Z] 2a8b12db71e7: Pulling fs layer [2020-12-18T08:34:22.241Z] 6ca5941a6612: Pulling fs layer [2020-12-18T08:34:22.241Z] ecc8261a40a4: Pulling fs layer [2020-12-18T08:34:22.241Z] ecc8261a40a4: Waiting [2020-12-18T08:34:22.241Z] 2a8b12db71e7: Verifying Checksum [2020-12-18T08:34:22.241Z] 2a8b12db71e7: Download complete [2020-12-18T08:34:22.241Z] 31603596830f: Verifying Checksum [2020-12-18T08:34:22.241Z] 31603596830f: Download complete [2020-12-18T08:34:22.505Z] ecc8261a40a4: Verifying Checksum [2020-12-18T08:34:22.505Z] ecc8261a40a4: Download complete [2020-12-18T08:34:22.505Z] 6ca5941a6612: Verifying Checksum [2020-12-18T08:34:22.505Z] 6ca5941a6612: Download complete [2020-12-18T08:34:22.769Z] 31603596830f: Pull complete [2020-12-18T08:34:23.032Z] 2a8b12db71e7: Pull complete [2020-12-18T08:34:23.988Z] 6ca5941a6612: Pull complete [2020-12-18T08:34:23.988Z] ecc8261a40a4: Pull complete [2020-12-18T08:34:23.988Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-18T08:34:23.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-18T08:34:23.988Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-18T08:34:24.112Z] prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container [2020-12-18T08:34:24.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-18T08:34:26.600Z] $ docker top 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-18T08:34:26.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T08:34:26.914Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T08:34:27.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T08:34:27.141Z] $ docker exec 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent [2020-12-18T08:34:27.311Z] SSH_AUTH_SOCK=/tmp/ssh-FB3RV7nIvVd7/agent.12 [2020-12-18T08:34:27.311Z] SSH_AGENT_PID=17 [2020-12-18T08:34:27.321Z] Running ssh-add (command line suppressed) [2020-12-18T08:34:27.448Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5860744816878438235.key (/w/workspace/edgex-go/2@tmp/private_key_5860744816878438235.key) [2020-12-18T08:34:27.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T08:34:27.841Z] + git tag --points-at HEAD [Pipeline] } [2020-12-18T08:34:27.867Z] $ docker exec --env ******** --env ******** 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent -k [2020-12-18T08:34:27.979Z] unset SSH_AUTH_SOCK; [2020-12-18T08:34:27.979Z] unset SSH_AGENT_PID; [2020-12-18T08:34:27.979Z] echo Agent pid 17 killed; [2020-12-18T08:34:28.027Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-18T08:34:28.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-18T08:34:28.187Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-18T08:34:28.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-18T08:34:28.367Z] $ docker exec 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent [2020-12-18T08:34:28.531Z] SSH_AUTH_SOCK=/tmp/ssh-gJHHPO9H1kb5/agent.45 [2020-12-18T08:34:28.531Z] SSH_AGENT_PID=51 [2020-12-18T08:34:28.539Z] Running ssh-add (command line suppressed) [2020-12-18T08:34:28.673Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3582399231575811803.key (/w/workspace/edgex-go/2@tmp/private_key_3582399231575811803.key) [2020-12-18T08:34:28.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-18T08:34:29.085Z] + git semver init [2020-12-18T08:34:29.085Z] # -> Open(): unable to determine branch for HEAD [2020-12-18T08:34:29.085Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-18T08:34:29.085Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-18T08:34:29.085Z] # $SEMVER_REMOTE_NAME = origin [2020-12-18T08:34:29.085Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-18T08:34:29.085Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-18T08:34:29.085Z] # $SEMVER_BRANCH = PR-2964 [2020-12-18T08:34:29.085Z] # $SEMVER_TEMP = /tmp/semver-442862844 [2020-12-18T08:34:29.085Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-18T08:34:47.268Z] # '/tmp/semver-442862844' -> '/w/workspace/edgex-go/2/.semver' [2020-12-18T08:34:47.268Z] # -> Force: false [2020-12-18T08:34:47.268Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-18T08:34:47.286Z] $ docker exec --env ******** --env ******** 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d ssh-agent -k [2020-12-18T08:34:47.564Z] unset SSH_AUTH_SOCK; [2020-12-18T08:34:47.564Z] unset SSH_AGENT_PID; [2020-12-18T08:34:47.564Z] echo Agent pid 51 killed; [2020-12-18T08:34:47.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-18T08:34:48.225Z] + git semver [Pipeline] } [2020-12-18T08:34:48.249Z] $ docker stop --time=1 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d [2020-12-18T08:34:49.883Z] $ docker rm -f 3f13c114f0f461c8b78dad44e2705f62d1de00ed1107cda504c731165dafbc7d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T08:34:50.491Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-18T08:34:51.052Z] Stashed 1 file(s) [Pipeline] echo [2020-12-18T08:34:51.055Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T08:34:51.966Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-18T08:34:52.271Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T08:34:52.573Z] + sudo service docker restart [2020-12-18T08:34:52.574Z] + true [2020-12-18T08:34:52.574Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-18T08:34:53.166Z] ========================================================= [2020-12-18T08:34:53.166Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-18T08:34:53.167Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:34:53.516Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-18T08:34:56.861Z] Sending build context to Docker daemon 326.2MB [2020-12-18T08:34:56.862Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-18T08:34:56.862Z] Step 2/7 : FROM ${BASE} [2020-12-18T08:34:56.862Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-18T08:34:56.862Z] 188c0c94c7c5: Pulling fs layer [2020-12-18T08:34:56.862Z] 0ef7d3d256c8: Pulling fs layer [2020-12-18T08:34:56.862Z] de9db76c5a1d: Pulling fs layer [2020-12-18T08:34:56.862Z] bca2f99d35d6: Pulling fs layer [2020-12-18T08:34:56.862Z] 93359f2a8cfa: Pulling fs layer [2020-12-18T08:34:56.862Z] 7c6f9722023f: Pulling fs layer [2020-12-18T08:34:56.862Z] a35cf1a2eb13: Pulling fs layer [2020-12-18T08:34:56.862Z] 93359f2a8cfa: Waiting [2020-12-18T08:34:56.862Z] 7c6f9722023f: Waiting [2020-12-18T08:34:56.862Z] a35cf1a2eb13: Waiting [2020-12-18T08:34:56.862Z] bca2f99d35d6: Waiting [2020-12-18T08:34:56.862Z] de9db76c5a1d: Download complete [2020-12-18T08:34:56.862Z] 0ef7d3d256c8: Verifying Checksum [2020-12-18T08:34:56.862Z] 0ef7d3d256c8: Download complete [2020-12-18T08:34:56.862Z] 93359f2a8cfa: Verifying Checksum [2020-12-18T08:34:56.862Z] 93359f2a8cfa: Download complete [2020-12-18T08:34:56.862Z] 7c6f9722023f: Verifying Checksum [2020-12-18T08:34:56.862Z] 7c6f9722023f: Download complete [2020-12-18T08:34:57.825Z] 188c0c94c7c5: Verifying Checksum [2020-12-18T08:34:57.825Z] 188c0c94c7c5: Download complete [2020-12-18T08:34:58.414Z] 188c0c94c7c5: Pull complete [2020-12-18T08:34:59.002Z] a35cf1a2eb13: Verifying Checksum [2020-12-18T08:34:59.002Z] a35cf1a2eb13: Download complete [2020-12-18T08:34:59.952Z] 0ef7d3d256c8: Pull complete [2020-12-18T08:34:59.952Z] de9db76c5a1d: Pull complete [2020-12-18T08:35:00.214Z] bca2f99d35d6: Verifying Checksum [2020-12-18T08:35:00.214Z] bca2f99d35d6: Download complete [2020-12-18T08:35:05.571Z] bca2f99d35d6: Pull complete [2020-12-18T08:35:05.571Z] 93359f2a8cfa: Pull complete [2020-12-18T08:35:05.571Z] 7c6f9722023f: Pull complete [2020-12-18T08:35:06.452Z] Still waiting to schedule task [2020-12-18T08:35:06.452Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16732’ [2020-12-18T08:35:10.904Z] a35cf1a2eb13: Pull complete [2020-12-18T08:35:10.904Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-18T08:35:10.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-18T08:35:10.904Z] ---> a62c8e92a672 [2020-12-18T08:35:10.904Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-18T08:35:10.904Z] ---> Running in a767761f16b8 [2020-12-18T08:35:10.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:35:11.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:35:12.058Z] (1/12) Installing libmagic (5.38-r0) [2020-12-18T08:35:12.320Z] (2/12) Installing file (5.38-r0) [2020-12-18T08:35:12.320Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-18T08:35:12.582Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-18T08:35:15.902Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-18T08:35:15.902Z] (6/12) Installing patch (2.7.6-r6) [2020-12-18T08:35:16.166Z] (7/12) Installing build-base (0.5-r2) [2020-12-18T08:35:16.166Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-18T08:35:16.166Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-18T08:35:16.430Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-18T08:35:16.430Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-18T08:35:16.695Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-18T08:35:16.695Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:35:16.695Z] OK: 233 MiB in 51 packages [2020-12-18T08:35:20.936Z] Removing intermediate container a767761f16b8 [2020-12-18T08:35:20.936Z] ---> c0fd8a597c65 [2020-12-18T08:35:20.936Z] Step 4/7 : WORKDIR /edgex-go [2020-12-18T08:35:20.936Z] ---> Running in 7c4e705a5139 [2020-12-18T08:35:20.936Z] Removing intermediate container 7c4e705a5139 [2020-12-18T08:35:20.936Z] ---> 50974edf7754 [2020-12-18T08:35:20.936Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-18T08:35:21.515Z] latest: Pulling from library/docker [2020-12-18T08:35:21.515Z] 801bfaa63ef2: Pulling fs layer [2020-12-18T08:35:21.515Z] 4f7dc993c79e: Pulling fs layer [2020-12-18T08:35:21.515Z] d39d95e4997f: Pulling fs layer [2020-12-18T08:35:21.515Z] 1cda4b703d87: Pulling fs layer [2020-12-18T08:35:21.515Z] 54e5375350ea: Pulling fs layer [2020-12-18T08:35:21.515Z] f08cd1b3bb1b: Pulling fs layer [2020-12-18T08:35:21.515Z] 8e17d04e0c68: Pulling fs layer [2020-12-18T08:35:21.515Z] 54e5375350ea: Waiting [2020-12-18T08:35:21.515Z] f08cd1b3bb1b: Waiting [2020-12-18T08:35:21.515Z] 8e17d04e0c68: Waiting [2020-12-18T08:35:21.515Z] 1cda4b703d87: Waiting [2020-12-18T08:35:21.784Z] d39d95e4997f: Verifying Checksum [2020-12-18T08:35:21.784Z] d39d95e4997f: Download complete [2020-12-18T08:35:21.784Z] 4f7dc993c79e: Download complete [2020-12-18T08:35:21.784Z] 801bfaa63ef2: Verifying Checksum [2020-12-18T08:35:21.784Z] 801bfaa63ef2: Download complete [2020-12-18T08:35:22.055Z] 54e5375350ea: Verifying Checksum [2020-12-18T08:35:22.055Z] 54e5375350ea: Download complete [2020-12-18T08:35:22.055Z] f08cd1b3bb1b: Verifying Checksum [2020-12-18T08:35:22.055Z] f08cd1b3bb1b: Download complete [2020-12-18T08:35:22.055Z] 801bfaa63ef2: Pull complete [2020-12-18T08:35:22.055Z] 8e17d04e0c68: Verifying Checksum [2020-12-18T08:35:22.055Z] 8e17d04e0c68: Download complete [2020-12-18T08:35:22.333Z] 4f7dc993c79e: Pull complete [2020-12-18T08:35:22.600Z] d39d95e4997f: Pull complete [2020-12-18T08:35:23.184Z] 1cda4b703d87: Verifying Checksum [2020-12-18T08:35:23.184Z] 1cda4b703d87: Download complete [2020-12-18T08:35:25.763Z] 1cda4b703d87: Pull complete [2020-12-18T08:35:25.763Z] 54e5375350ea: Pull complete [2020-12-18T08:35:25.763Z] f08cd1b3bb1b: Pull complete [2020-12-18T08:35:26.026Z] 8e17d04e0c68: Pull complete [2020-12-18T08:35:26.026Z] Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 [2020-12-18T08:35:26.026Z] Status: Downloaded newer image for docker:latest [2020-12-18T08:35:27.948Z] ---> c906ef3d76ad [2020-12-18T08:35:27.948Z] Step 6/7 : COPY go.mod . [2020-12-18T08:35:28.211Z] ---> b0fdaaaff6ec [2020-12-18T08:35:28.211Z] Step 7/7 : RUN go mod download [2020-12-18T08:35:28.211Z] ---> Running in b98d34455202 [2020-12-18T08:35:50.250Z] Removing intermediate container b98d34455202 [2020-12-18T08:35:50.250Z] ---> e61c0b6f7b28 [2020-12-18T08:35:50.250Z] Successfully built e61c0b6f7b28 [2020-12-18T08:35:50.251Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:35:50.589Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T08:35:50.590Z] . [Pipeline] withDockerContainer [2020-12-18T08:35:50.696Z] prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container [2020-12-18T08:35:50.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-18T08:35:51.657Z] $ docker top fcd9645fef02fdf999c4686fc7f59e878a73d76a790d5db04352a210e3629ab6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:35:52.160Z] + go version [2020-12-18T08:35:52.160Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-18T08:35:52.181Z] $ docker stop --time=1 fcd9645fef02fdf999c4686fc7f59e878a73d76a790d5db04352a210e3629ab6 [2020-12-18T08:35:53.509Z] $ docker rm -f fcd9645fef02fdf999c4686fc7f59e878a73d76a790d5db04352a210e3629ab6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:35:54.338Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-18T08:35:54.339Z] . [Pipeline] withDockerContainer [2020-12-18T08:35:54.437Z] prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container [2020-12-18T08:35:54.496Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-18T08:35:55.106Z] $ docker top 0be81998d08bedfaee25e6b835cd434fddefc21fd2da6a47ad53d78b31555953 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-18T08:35:55.280Z] ========================================================= [2020-12-18T08:35:55.280Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-18T08:35:55.280Z] ========================================================= [Pipeline] sh [2020-12-18T08:35:55.578Z] + make test [2020-12-18T08:35:55.579Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-18T08:36:03.768Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-18T08:36:16.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-18T08:36:24.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-18T08:36:24.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-18T08:36:24.411Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-18T08:36:24.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-18T08:36:24.411Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-18T08:36:24.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-18T08:36:24.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-18T08:36:25.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-18T08:36:25.799Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-18T08:36:27.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-18T08:36:27.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-18T08:36:27.218Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-18T08:36:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2020-12-18T08:36:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-18T08:36:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-18T08:36:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-18T08:36:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-18T08:36:29.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-18T08:36:34.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-18T08:36:34.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-18T08:36:34.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-18T08:36:34.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 74.1% of statements [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-18T08:36:34.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.9% of statements [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-18T08:36:34.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-18T08:36:35.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.306s coverage: 28.6% of statements [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-18T08:36:35.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-18T08:36:35.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2020-12-18T08:36:35.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-18T08:36:36.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2020-12-18T08:36:36.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-18T08:36:36.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2020-12-18T08:36:36.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-18T08:36:36.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2020-12-18T08:36:36.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-18T08:36:36.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-18T08:36:36.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-18T08:36:36.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.338s coverage: 93.8% of statements [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2020-12-18T08:36:39.061Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2020-12-18T08:36:39.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2020-12-18T08:36:39.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.4% of statements [2020-12-18T08:36:39.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-18T08:36:40.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2020-12-18T08:36:40.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-18T08:36:40.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-18T08:36:40.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2020-12-18T08:36:40.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2020-12-18T08:36:40.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-18T08:36:40.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2020-12-18T08:36:40.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2020-12-18T08:36:42.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 55.9% of statements [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-18T08:36:42.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-18T08:36:42.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-18T08:36:42.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements [2020-12-18T08:36:42.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2020-12-18T08:36:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.1% of statements [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-18T08:36:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-18T08:36:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2020-12-18T08:36:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-18T08:36:45.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.678s coverage: 29.1% of statements [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-18T08:36:45.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-18T08:36:45.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-18T08:36:45.488Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-18T08:36:45.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-18T08:36:45.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-18T08:36:45.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-12-18T08:36:45.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-18T08:36:45.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-18T08:36:45.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2020-12-18T08:36:46.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2020-12-18T08:36:46.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-18T08:36:46.730Z] GO111MODULE=on go vet ./... [2020-12-18T08:37:09.122Z] gofmt -l . [2020-12-18T08:37:09.122Z] [ "`gofmt -l .`" = "" ] [2020-12-18T08:37:09.122Z] ./bin/test-go-mod-tidy.sh [2020-12-18T08:37:09.387Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-18T08:37:11.621Z] + ls -al . [2020-12-18T08:37:11.621Z] total 636 [2020-12-18T08:37:11.621Z] drwxrwxr-x 10 1001 1001 4096 Dec 18 08:37 . [2020-12-18T08:37:11.621Z] drwxr-xr-x 4 root root 28 Dec 18 08:35 .. [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 11 Dec 18 08:34 .dockerignore [2020-12-18T08:37:11.621Z] drwxrwxr-x 8 1001 1001 179 Dec 18 08:34 .git [2020-12-18T08:37:11.621Z] drwxrwxr-x 3 1001 1001 125 Dec 18 08:34 .github [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 824 Dec 18 08:34 .gitignore [2020-12-18T08:37:11.621Z] drwx------ 3 1001 1001 47 Dec 18 08:34 .semver [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 166 Dec 18 08:34 .sonarcloud.properties [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 3804 Dec 18 08:34 CONTRIBUTING.md [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 1035 Dec 18 08:34 Dockerfile.build [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 863 Dec 18 08:34 Jenkinsfile [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 10775 Dec 18 08:34 LICENSE [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 5750 Dec 18 08:34 Makefile [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 6511 Dec 18 08:34 README.md [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 6744 Dec 18 08:34 SECURITY.md [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 5 Dec 18 08:34 VERSION [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 4131 Dec 18 08:34 ZMQWindows.md [2020-12-18T08:37:11.621Z] drwxrwxr-x 2 1001 1001 117 Dec 18 08:34 bin [2020-12-18T08:37:11.621Z] drwxrwxr-x 14 1001 1001 4096 Dec 18 08:34 cmd [2020-12-18T08:37:11.621Z] -rw-r--r-- 1 root root 538111 Dec 18 08:36 coverage.out [2020-12-18T08:37:11.621Z] -rw-r--r-- 1 root root 979 Dec 18 08:37 go.mod [2020-12-18T08:37:11.621Z] -rw-r--r-- 1 root root 18631 Dec 18 08:37 go.sum [2020-12-18T08:37:11.621Z] drwxrwxr-x 8 1001 1001 127 Dec 18 08:34 internal [2020-12-18T08:37:11.621Z] drwxrwxr-x 4 1001 1001 26 Dec 18 08:34 openapi [2020-12-18T08:37:11.621Z] drwxrwxr-x 4 1001 1001 71 Dec 18 08:34 snap [2020-12-18T08:37:11.621Z] -rw-rw-r-- 1 1001 1001 168 Dec 18 08:34 version.go [Pipeline] sh [2020-12-18T08:37:11.923Z] + '[' -e coverage.out ] [2020-12-18T08:37:11.923Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-18T08:37:12.181Z] Stashed 1 file(s) [Pipeline] sh [2020-12-18T08:37:12.479Z] + make build [2020-12-18T08:37:12.479Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-18T08:37:15.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-18T08:37:24.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-18T08:37:24.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-18T08:37:25.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-18T08:37:26.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-18T08:37:27.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-18T08:37:28.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-18T08:37:30.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-18T08:37:31.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-18T08:37:32.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-18T08:37:33.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-18T08:37:34.485Z] $ docker stop --time=1 0be81998d08bedfaee25e6b835cd434fddefc21fd2da6a47ad53d78b31555953 [2020-12-18T08:37:36.431Z] $ docker rm -f 0be81998d08bedfaee25e6b835cd434fddefc21fd2da6a47ad53d78b31555953 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:37:39.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T08:37:39.228Z] [2020-12-18T08:37:39.228Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:37:39.630Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T08:37:39.630Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-18T08:37:39.630Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-18T08:37:39.630Z] ca9280d653b3: Pulling fs layer [2020-12-18T08:37:39.630Z] 7e9c9ca2126c: Pulling fs layer [2020-12-18T08:37:39.893Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-18T08:37:39.894Z] cbdbe7a5bc2a: Download complete [2020-12-18T08:37:40.157Z] cbdbe7a5bc2a: Pull complete [2020-12-18T08:37:40.740Z] ca9280d653b3: Verifying Checksum [2020-12-18T08:37:40.740Z] ca9280d653b3: Download complete [2020-12-18T08:37:41.698Z] ca9280d653b3: Pull complete [2020-12-18T08:37:41.698Z] 7e9c9ca2126c: Download complete [2020-12-18T08:37:49.895Z] 7e9c9ca2126c: Pull complete [2020-12-18T08:37:49.895Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-18T08:37:49.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T08:37:49.895Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-18T08:37:50.080Z] prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container [2020-12-18T08:37:50.134Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-18T08:37:51.100Z] $ docker top b9e091a5103cf7a29719764519655817f68434c21e5e457f5659764e0a6596f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:37:51.650Z] + docker-compose build --help [2020-12-18T08:37:51.650Z] + grep parallel [2020-12-18T08:37:52.599Z] --parallel Build images in parallel. [Pipeline] } [2020-12-18T08:37:52.617Z] $ docker stop --time=1 b9e091a5103cf7a29719764519655817f68434c21e5e457f5659764e0a6596f4 [2020-12-18T08:37:53.990Z] $ docker rm -f b9e091a5103cf7a29719764519655817f68434c21e5e457f5659764e0a6596f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:37:54.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-18T08:37:54.619Z] . [Pipeline] withDockerContainer [2020-12-18T08:37:54.717Z] prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container [2020-12-18T08:37:54.768Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-18T08:37:55.469Z] $ docker top 4904a6403ac9b331a9dd9dd36f72e15a5fd8741eebf597a5095c267f86703324 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:37:55.955Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-18T08:37:56.915Z] Building docker-core-command-go ... [2020-12-18T08:37:56.915Z] Building docker-core-data-go ... [2020-12-18T08:37:56.915Z] Building docker-core-metadata-go ... [2020-12-18T08:37:56.915Z] Building docker-security-bootstrap-redis-go ... [2020-12-18T08:37:56.915Z] Building docker-security-proxy-setup-go ... [2020-12-18T08:37:56.915Z] Building docker-security-secretstore-setup-go ... [2020-12-18T08:37:56.915Z] Building docker-support-notifications-go ... [2020-12-18T08:37:56.915Z] Building docker-support-scheduler-go ... [2020-12-18T08:37:56.915Z] Building docker-sys-mgmt-agent-go ... [2020-12-18T08:37:56.915Z] Building docker-security-secretstore-setup-go [2020-12-18T08:37:56.915Z] Building docker-sys-mgmt-agent-go [2020-12-18T08:37:56.915Z] Building docker-core-metadata-go [2020-12-18T08:37:56.915Z] Building docker-support-notifications-go [2020-12-18T08:37:56.915Z] Building docker-security-bootstrap-redis-go [2020-12-18T08:38:29.222Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:38:29.222Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:38:29.222Z] ---> e61c0b6f7b28 [2020-12-18T08:38:29.222Z] Step 3/27 : WORKDIR /edgex-go [2020-12-18T08:38:29.222Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:38:29.222Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:38:29.222Z] ---> e61c0b6f7b28 [2020-12-18T08:38:29.222Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T08:38:29.222Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:38:29.222Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:38:29.222Z] ---> e61c0b6f7b28 [2020-12-18T08:38:29.222Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T08:38:29.222Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:38:29.222Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:38:29.222Z] ---> e61c0b6f7b28 [2020-12-18T08:38:29.222Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T08:38:29.222Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:38:29.222Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:38:29.222Z] ---> e61c0b6f7b28 [2020-12-18T08:38:29.222Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T08:38:29.222Z] ---> Running in 88a99d086ab1 [2020-12-18T08:38:29.222Z] ---> Running in f4fab83b6969 [2020-12-18T08:38:29.222Z] ---> Running in e72b5974d924 [2020-12-18T08:38:29.222Z] ---> Running in 8e68c9514bc0 [2020-12-18T08:38:29.222Z] ---> Running in be06bdc7bb24 [2020-12-18T08:38:29.490Z] Removing intermediate container 88a99d086ab1 [2020-12-18T08:38:29.490Z] ---> ceb4bd69527c [2020-12-18T08:38:29.490Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:38:29.490Z] Removing intermediate container e72b5974d924 [2020-12-18T08:38:29.490Z] ---> c27bdb107970 [2020-12-18T08:38:29.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:38:29.490Z] Removing intermediate container 8e68c9514bc0 [2020-12-18T08:38:29.490Z] ---> 007303657615 [2020-12-18T08:38:29.490Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:38:29.490Z] Removing intermediate container be06bdc7bb24 [2020-12-18T08:38:29.490Z] ---> e226d5479bac [2020-12-18T08:38:29.490Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:38:29.753Z] Removing intermediate container f4fab83b6969 [2020-12-18T08:38:29.753Z] ---> 11eb52e384e3 [2020-12-18T08:38:29.753Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:38:29.753Z] ---> Running in fcb14c30b9f4 [2020-12-18T08:38:29.753Z] ---> Running in 3a2040f304be [2020-12-18T08:38:29.753Z] ---> Running in f9adc80839e3 [2020-12-18T08:38:29.753Z] ---> Running in 20f5a67badde [2020-12-18T08:38:29.753Z] ---> Running in 536cd8477a7d [2020-12-18T08:38:32.358Z] Removing intermediate container fcb14c30b9f4 [2020-12-18T08:38:32.358Z] ---> 468e2955863d [2020-12-18T08:38:32.358Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-18T08:38:32.358Z] Removing intermediate container f9adc80839e3 [2020-12-18T08:38:32.358Z] ---> d8465e0666e9 [2020-12-18T08:38:32.358Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T08:38:32.358Z] Removing intermediate container 536cd8477a7d [2020-12-18T08:38:32.358Z] ---> 3cd5ef348aae [2020-12-18T08:38:32.358Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-18T08:38:32.358Z] Removing intermediate container 3a2040f304be [2020-12-18T08:38:32.358Z] ---> b97bd516848b [2020-12-18T08:38:32.358Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T08:38:32.358Z] ---> Running in fe992b9b9717 [2020-12-18T08:38:32.358Z] ---> Running in 36646ce141b4 [2020-12-18T08:38:32.358Z] Removing intermediate container 20f5a67badde [2020-12-18T08:38:32.358Z] ---> bd6991798adc [2020-12-18T08:38:32.358Z] Step 5/24 : RUN apk update && apk add make git [2020-12-18T08:38:32.358Z] ---> Running in 142a422753a3 [2020-12-18T08:38:32.358Z] ---> Running in eaef514f2e6e [2020-12-18T08:38:32.663Z] ---> Running in 1f1c5b6f627b [2020-12-18T08:38:33.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:33.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:33.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:33.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:33.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:34.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:34.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:34.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:34.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:34.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:38:34.453Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:38:34.453Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:38:34.453Z] OK: 12750 distinct packages available [2020-12-18T08:38:34.730Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:38:34.730Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:38:34.730Z] OK: 12750 distinct packages available [2020-12-18T08:38:34.730Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:38:34.730Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:38:34.730Z] OK: 12750 distinct packages available [2020-12-18T08:38:34.730Z] OK: 233 MiB in 51 packages [2020-12-18T08:38:34.998Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:38:34.998Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:38:34.998Z] OK: 12750 distinct packages available [2020-12-18T08:38:34.998Z] OK: 233 MiB in 51 packages [2020-12-18T08:38:34.998Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:38:34.998Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:38:34.998Z] OK: 12750 distinct packages available [2020-12-18T08:38:34.998Z] OK: 233 MiB in 51 packages [2020-12-18T08:38:35.262Z] OK: 233 MiB in 51 packages [2020-12-18T08:38:35.262Z] OK: 233 MiB in 51 packages [2020-12-18T08:38:35.838Z] Removing intermediate container fe992b9b9717 [2020-12-18T08:38:35.838Z] ---> 37cb5dd6ab58 [2020-12-18T08:38:35.838Z] Step 6/24 : COPY go.mod . [2020-12-18T08:38:35.838Z] Removing intermediate container 36646ce141b4 [2020-12-18T08:38:35.838Z] ---> a61542e3c0a1 [2020-12-18T08:38:35.838Z] Step 6/22 : COPY go.mod . [2020-12-18T08:38:36.105Z] Removing intermediate container 142a422753a3 [2020-12-18T08:38:36.105Z] ---> 4afb2c1cd1df [2020-12-18T08:38:36.105Z] Step 6/27 : COPY go.mod . [2020-12-18T08:38:36.105Z] ---> 4d83220663b8 [2020-12-18T08:38:36.105Z] Step 7/24 : RUN go mod download [2020-12-18T08:38:36.367Z] ---> Running in ae73f0694cdf [2020-12-18T08:38:36.367Z] Removing intermediate container eaef514f2e6e [2020-12-18T08:38:36.367Z] ---> dac147d76888 [2020-12-18T08:38:36.367Z] Step 6/22 : COPY go.mod . [2020-12-18T08:38:36.367Z] Removing intermediate container 1f1c5b6f627b [2020-12-18T08:38:36.367Z] ---> 86c01dec3e53 [2020-12-18T08:38:36.367Z] Step 6/24 : COPY go.mod . [2020-12-18T08:38:36.630Z] ---> a31c8442e03d [2020-12-18T08:38:36.630Z] Step 7/22 : RUN go mod download [2020-12-18T08:38:36.630Z] ---> aa5a37aec71d [2020-12-18T08:38:36.630Z] Step 7/27 : RUN go mod download [2020-12-18T08:38:36.893Z] ---> Running in ac005ed45c9c [2020-12-18T08:38:36.893Z] ---> Running in 01da9ab42e72 [2020-12-18T08:38:36.893Z] ---> 93db128b949e [2020-12-18T08:38:36.893Z] Step 7/22 : RUN go mod download [2020-12-18T08:38:36.893Z] ---> fb2a3a694cb5 [2020-12-18T08:38:36.893Z] Step 7/24 : RUN go mod download [2020-12-18T08:38:37.154Z] ---> Running in 9fc4b4cf5f90 [2020-12-18T08:38:37.154Z] ---> Running in 52fe5bc29621 [2020-12-18T08:38:38.576Z] Removing intermediate container ae73f0694cdf [2020-12-18T08:38:38.576Z] ---> 34f366a4fdfd [2020-12-18T08:38:38.576Z] Step 8/24 : COPY . . [2020-12-18T08:38:39.539Z] Removing intermediate container ac005ed45c9c [2020-12-18T08:38:39.539Z] ---> 6f114e36d56f [2020-12-18T08:38:39.539Z] Step 8/22 : COPY . . [2020-12-18T08:38:41.490Z] Removing intermediate container 01da9ab42e72 [2020-12-18T08:38:41.490Z] ---> 6cd0b1f2fc80 [2020-12-18T08:38:41.490Z] Step 8/27 : COPY . . [2020-12-18T08:38:53.789Z] Removing intermediate container 9fc4b4cf5f90 [2020-12-18T08:38:53.789Z] ---> 3f98a57218f8 [2020-12-18T08:38:53.789Z] Step 8/24 : COPY . . [2020-12-18T08:38:53.789Z] Removing intermediate container 52fe5bc29621 [2020-12-18T08:38:53.789Z] ---> 1267a10caa47 [2020-12-18T08:38:53.789Z] Step 8/22 : COPY . . [2020-12-18T08:38:55.214Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16735 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws [2020-12-18T08:38:55.277Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-18T08:39:00.864Z] using credential edgex-jenkins-ssh [2020-12-18T08:39:00.998Z] Cloning the remote Git repository [2020-12-18T08:39:01.064Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-18T08:39:01.183Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-18T08:39:01.279Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T08:39:01.280Z] > git --version # timeout=10 [2020-12-18T08:39:01.300Z] > git --version # 'git version 2.17.1' [2020-12-18T08:39:01.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T08:39:01.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T08:39:16.421Z] ---> 5656bab785a4 [2020-12-18T08:39:16.421Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-18T08:39:18.634Z] ---> Running in bab29e801436 [2020-12-18T08:39:21.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T08:39:21.563Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T08:39:21.598Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T08:39:21.653Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T08:39:21.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T08:39:21.674Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T08:39:22.472Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:39:23.045Z] Merge succeeded, producing d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:39:23.045Z] Checking out Revision d7e5fdcff3f56a6fd89f391359d39bc286b0f90e (PR-2964) [2020-12-18T08:39:23.989Z] ---> 3209f11358b3 [2020-12-18T08:39:23.989Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-18T08:39:23.989Z] ---> 6c06df6092e1 [2020-12-18T08:39:23.989Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-18T08:39:22.500Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T08:39:22.518Z] > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 [2020-12-18T08:39:22.825Z] > git remote # timeout=10 [2020-12-18T08:39:22.908Z] > git config --get remote.origin.url # timeout=10 [2020-12-18T08:39:22.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T08:39:22.978Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-18T08:39:23.016Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-18T08:39:23.057Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T08:39:23.081Z] > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 [2020-12-18T08:39:24.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-18T08:39:24.829Z] ---> Running in 5aad4e8eb001 [2020-12-18T08:39:24.829Z] ---> Running in 318bb35b93ab [2020-12-18T08:39:25.808Z] ---> b70339241aaa [2020-12-18T08:39:25.808Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-18T08:39:25.808Z] ---> 695775d72542 [2020-12-18T08:39:25.808Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-18T08:39:26.095Z] ---> Running in 67a249d7f57d [2020-12-18T08:39:26.381Z] ---> Running in 760986730e25 [2020-12-18T08:39:26.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-18T08:39:26.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-18T08:39:27.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-18T08:39:27.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-18T08:39:27.617Z] Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-18T08:39:29.322Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-18T08:39:29.792Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-18T08:39:30.132Z] + sudo service docker restart [2020-12-18T08:39:30.132Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-18T08:39:32.210Z] provisioning config files... [2020-12-18T08:39:32.257Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config333014013934100190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:39:32.667Z] ---> docker-login.sh [2020-12-18T08:39:32.667Z] nexus3.edgexfoundry.org:10001 [2020-12-18T08:39:33.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:39:33.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:39:33.862Z] Configure a credential helper to remove this warning. See [2020-12-18T08:39:33.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:39:33.862Z] [2020-12-18T08:39:33.862Z] Login Succeeded [2020-12-18T08:39:33.862Z] nexus3.edgexfoundry.org:10002 [2020-12-18T08:39:34.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:39:34.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:39:34.460Z] Configure a credential helper to remove this warning. See [2020-12-18T08:39:34.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:39:34.460Z] [2020-12-18T08:39:34.460Z] Login Succeeded [2020-12-18T08:39:34.460Z] nexus3.edgexfoundry.org:10003 [2020-12-18T08:39:34.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:39:35.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:39:35.009Z] Configure a credential helper to remove this warning. See [2020-12-18T08:39:35.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:39:35.009Z] [2020-12-18T08:39:35.009Z] Login Succeeded [2020-12-18T08:39:35.009Z] nexus3.edgexfoundry.org:10004 [2020-12-18T08:39:35.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:39:35.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:39:35.563Z] Configure a credential helper to remove this warning. See [2020-12-18T08:39:35.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:39:35.563Z] [2020-12-18T08:39:35.563Z] Login Succeeded [2020-12-18T08:39:35.563Z] docker.io [2020-12-18T08:39:35.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-18T08:39:36.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-18T08:39:36.429Z] Configure a credential helper to remove this warning. See [2020-12-18T08:39:36.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-18T08:39:36.429Z] [2020-12-18T08:39:36.429Z] Login Succeeded [2020-12-18T08:39:36.429Z] ---> docker-login.sh ends [Pipeline] } [2020-12-18T08:39:36.447Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-18T08:39:36.928Z] ========================================================= [2020-12-18T08:39:36.928Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-18T08:39:36.928Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:39:37.310Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-18T08:39:39.947Z] Sending build context to Docker daemon 165.4MB [2020-12-18T08:39:39.947Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-18T08:39:39.947Z] Step 2/7 : FROM ${BASE} [2020-12-18T08:39:39.947Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-18T08:39:39.947Z] 5f621e34cdf4: Pulling fs layer [2020-12-18T08:39:39.947Z] a4357932f1b6: Pulling fs layer [2020-12-18T08:39:39.947Z] 18c013af1878: Pulling fs layer [2020-12-18T08:39:39.947Z] 00ac8860ef70: Pulling fs layer [2020-12-18T08:39:39.947Z] 63d7cb157983: Pulling fs layer [2020-12-18T08:39:39.947Z] b116817d02f9: Pulling fs layer [2020-12-18T08:39:39.947Z] 745a02a5169b: Pulling fs layer [2020-12-18T08:39:39.947Z] 00ac8860ef70: Waiting [2020-12-18T08:39:39.947Z] 63d7cb157983: Waiting [2020-12-18T08:39:39.947Z] b116817d02f9: Waiting [2020-12-18T08:39:39.947Z] a4357932f1b6: Verifying Checksum [2020-12-18T08:39:39.947Z] a4357932f1b6: Download complete [2020-12-18T08:39:39.947Z] 18c013af1878: Download complete [2020-12-18T08:39:39.947Z] 63d7cb157983: Verifying Checksum [2020-12-18T08:39:39.947Z] 63d7cb157983: Download complete [2020-12-18T08:39:39.947Z] 5f621e34cdf4: Verifying Checksum [2020-12-18T08:39:39.947Z] 5f621e34cdf4: Download complete [2020-12-18T08:39:39.947Z] b116817d02f9: Verifying Checksum [2020-12-18T08:39:39.947Z] b116817d02f9: Download complete [2020-12-18T08:39:40.552Z] 5f621e34cdf4: Pull complete [2020-12-18T08:39:40.832Z] a4357932f1b6: Pull complete [2020-12-18T08:39:41.434Z] 18c013af1878: Pull complete [2020-12-18T08:39:42.418Z] 745a02a5169b: Verifying Checksum [2020-12-18T08:39:42.418Z] 745a02a5169b: Download complete [2020-12-18T08:39:43.401Z] 00ac8860ef70: Download complete [2020-12-18T08:39:53.564Z] 00ac8860ef70: Pull complete [2020-12-18T08:39:53.564Z] 63d7cb157983: Pull complete [2020-12-18T08:39:53.834Z] b116817d02f9: Pull complete [2020-12-18T08:39:54.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-18T08:39:54.238Z] Removing intermediate container bab29e801436 [2020-12-18T08:39:54.238Z] ---> ea893f8daa0b [2020-12-18T08:39:54.238Z] [2020-12-18T08:39:54.238Z] Step 10/24 : FROM scratch [2020-12-18T08:39:54.238Z] ---> [2020-12-18T08:39:54.238Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-18T08:39:55.212Z] ---> Running in 8734413f339c [2020-12-18T08:39:56.604Z] Removing intermediate container 760986730e25 [2020-12-18T08:39:56.604Z] ---> 360ae7666561 [2020-12-18T08:39:56.604Z] [2020-12-18T08:39:56.604Z] Step 10/22 : FROM alpine:3.10 [2020-12-18T08:39:56.604Z] 3.10: Pulling from library/alpine [2020-12-18T08:39:56.604Z] Removing intermediate container 8734413f339c [2020-12-18T08:39:56.604Z] ---> 4fad17fbdb3d [2020-12-18T08:39:56.605Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-18T08:39:56.884Z] ---> Running in 352aa2c161ad [2020-12-18T08:39:56.884Z] Removing intermediate container 5aad4e8eb001 [2020-12-18T08:39:56.884Z] ---> f177373320dc [2020-12-18T08:39:56.884Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-18T08:39:57.160Z] ---> Running in 7e8f1f2b3910 [2020-12-18T08:39:57.214Z] 745a02a5169b: Pull complete [2020-12-18T08:39:57.214Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-18T08:39:57.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-18T08:39:57.214Z] ---> b7e6874047d6 [2020-12-18T08:39:57.214Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-18T08:39:57.425Z] Removing intermediate container 352aa2c161ad [2020-12-18T08:39:57.425Z] ---> bc64c73987b4 [2020-12-18T08:39:57.425Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-18T08:39:58.378Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-18T08:39:58.639Z] ---> Running in 9cac0cb873ce [2020-12-18T08:39:58.639Z] Status: Downloaded newer image for alpine:3.10 [2020-12-18T08:39:58.639Z] ---> be4e4bea2c2e [2020-12-18T08:39:58.639Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T08:39:59.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-18T08:39:59.590Z] ---> Running in 5bcb13c12c33 [2020-12-18T08:39:59.590Z] Removing intermediate container 67a249d7f57d [2020-12-18T08:39:59.590Z] ---> fffbdddc0d32 [2020-12-18T08:39:59.590Z] [2020-12-18T08:39:59.590Z] Step 10/24 : FROM alpine:3.10 [2020-12-18T08:39:59.590Z] ---> be4e4bea2c2e [2020-12-18T08:39:59.590Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T08:39:59.590Z] Removing intermediate container 9cac0cb873ce [2020-12-18T08:39:59.590Z] ---> 53fe9786252c [2020-12-18T08:39:59.590Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-18T08:39:59.865Z] ---> Running in a5b47fa6ac0a [2020-12-18T08:40:00.135Z] ---> a310c218fe1d [2020-12-18T08:40:00.135Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-18T08:40:00.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:00.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:00.590Z] ---> Running in 6c658a646ec5 [2020-12-18T08:40:00.738Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-18T08:40:00.738Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-18T08:40:00.738Z] OK: 10350 distinct packages available [2020-12-18T08:40:01.000Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-18T08:40:01.000Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-18T08:40:01.000Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-18T08:40:01.000Z] (4/5) Installing curl (7.66.0-r3) [2020-12-18T08:40:01.000Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-18T08:40:01.000Z] Executing busybox-1.30.1-r3.trigger [2020-12-18T08:40:01.000Z] Executing ca-certificates-20191127-r2.trigger [2020-12-18T08:40:01.000Z] OK: 7 MiB in 19 packages [2020-12-18T08:40:01.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:40:01.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:01.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:01.971Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-18T08:40:01.971Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-18T08:40:01.971Z] OK: 10350 distinct packages available [2020-12-18T08:40:02.234Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-18T08:40:02.234Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-18T08:40:02.234Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-18T08:40:02.234Z] (4/5) Installing curl (7.66.0-r3) [2020-12-18T08:40:02.495Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-18T08:40:02.495Z] Executing busybox-1.30.1-r3.trigger [2020-12-18T08:40:02.495Z] Executing ca-certificates-20191127-r2.trigger [2020-12-18T08:40:02.495Z] OK: 7 MiB in 19 packages [2020-12-18T08:40:02.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:40:03.218Z] (1/12) Installing libmagic (5.38-r0) [2020-12-18T08:40:03.442Z] ---> 9c8e0203de39 [2020-12-18T08:40:03.442Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-18T08:40:03.491Z] (2/12) Installing file (5.38-r0) [2020-12-18T08:40:03.491Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-18T08:40:03.491Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-18T08:40:03.708Z] Removing intermediate container 318bb35b93ab [2020-12-18T08:40:03.708Z] ---> ab1ed28d605b [2020-12-18T08:40:03.708Z] [2020-12-18T08:40:03.708Z] Step 10/22 : FROM scratch [2020-12-18T08:40:03.708Z] ---> [2020-12-18T08:40:03.708Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:40:04.282Z] Removing intermediate container 7e8f1f2b3910 [2020-12-18T08:40:04.282Z] ---> 9b674827fd3f [2020-12-18T08:40:04.282Z] [2020-12-18T08:40:04.282Z] Step 11/27 : FROM docker:latest [2020-12-18T08:40:04.282Z] ---> 0040bc98e531 [2020-12-18T08:40:04.282Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-18T08:40:04.858Z] ---> Running in d75966abf2ee [2020-12-18T08:40:04.858Z] ---> Running in e95f95f2352f [2020-12-18T08:40:05.433Z] ---> cd0b39a79936 [2020-12-18T08:40:05.433Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-18T08:40:05.433Z] Removing intermediate container 5bcb13c12c33 [2020-12-18T08:40:05.433Z] ---> d7e07ec6dd6b [2020-12-18T08:40:05.433Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-18T08:40:05.700Z] Removing intermediate container d75966abf2ee [2020-12-18T08:40:05.700Z] ---> 63fcd4641c2b [2020-12-18T08:40:05.700Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-18T08:40:05.700Z] ---> Running in 98941f091098 [2020-12-18T08:40:05.700Z] Removing intermediate container a5b47fa6ac0a [2020-12-18T08:40:05.700Z] ---> 3ac92019dc85 [2020-12-18T08:40:05.700Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T08:40:05.700Z] ---> Running in 6f417b8ebffe [2020-12-18T08:40:05.968Z] ---> c0d8c746b9b4 [2020-12-18T08:40:05.968Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-18T08:40:05.968Z] ---> Running in 7aa193421d3f [2020-12-18T08:40:05.968Z] Removing intermediate container 98941f091098 [2020-12-18T08:40:05.968Z] ---> 8ff198548837 [2020-12-18T08:40:05.968Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T08:40:06.230Z] Removing intermediate container 6f417b8ebffe [2020-12-18T08:40:06.230Z] ---> 6d5be04e78fd [2020-12-18T08:40:06.230Z] Step 13/22 : WORKDIR / [2020-12-18T08:40:06.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:06.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:06.230Z] ---> Running in 85a9c0cfd95c [2020-12-18T08:40:06.493Z] Removing intermediate container 7aa193421d3f [2020-12-18T08:40:06.493Z] ---> 0293d29ccc38 [2020-12-18T08:40:06.493Z] Step 13/24 : WORKDIR / [2020-12-18T08:40:06.493Z] ---> Running in 6b54ea895339 [2020-12-18T08:40:06.493Z] (1/2) Installing readline (8.0.4-r0) [2020-12-18T08:40:06.493Z] (2/2) Installing bash (5.0.17-r0) [2020-12-18T08:40:06.493Z] Executing bash-5.0.17-r0.post-install [2020-12-18T08:40:06.493Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:40:06.493Z] OK: 12 MiB in 22 packages [2020-12-18T08:40:06.864Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-18T08:40:06.864Z] (6/12) Installing patch (2.7.6-r6) [2020-12-18T08:40:06.864Z] (7/12) Installing build-base (0.5-r2) [2020-12-18T08:40:06.864Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-18T08:40:06.864Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-18T08:40:06.864Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-18T08:40:06.864Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-18T08:40:07.072Z] ---> Running in 8d451bd458ca [2020-12-18T08:40:07.073Z] ---> 9a7e99c6e53d [2020-12-18T08:40:07.073Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-18T08:40:07.073Z] Removing intermediate container 85a9c0cfd95c [2020-12-18T08:40:07.073Z] ---> 05c57f2ef652 [2020-12-18T08:40:07.073Z] Step 14/22 : WORKDIR / [2020-12-18T08:40:07.134Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-18T08:40:07.134Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:40:07.134Z] OK: 217 MiB in 51 packages [2020-12-18T08:40:07.335Z] Removing intermediate container 6b54ea895339 [2020-12-18T08:40:07.335Z] ---> d2bcd3565807 [2020-12-18T08:40:07.335Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-18T08:40:07.335Z] ---> Running in 6481be7c41fa [2020-12-18T08:40:07.597Z] Removing intermediate container 8d451bd458ca [2020-12-18T08:40:07.597Z] ---> 5780b30129ef [2020-12-18T08:40:07.597Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-18T08:40:07.597Z] ---> dfe180ed227d [2020-12-18T08:40:07.597Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-18T08:40:07.864Z] ---> Running in 0e228f4e3b19 [2020-12-18T08:40:07.864Z] Removing intermediate container e95f95f2352f [2020-12-18T08:40:07.864Z] ---> 0609c790b60d [2020-12-18T08:40:07.864Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-18T08:40:07.864Z] ---> 8bdf0700212c [2020-12-18T08:40:07.864Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-18T08:40:07.864Z] Removing intermediate container 6481be7c41fa [2020-12-18T08:40:07.864Z] ---> bef3a9dd4f4f [2020-12-18T08:40:07.864Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-18T08:40:08.125Z] ---> 116df3937104 [2020-12-18T08:40:08.125Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-18T08:40:08.125Z] ---> Running in 9fc755b73e25 [2020-12-18T08:40:08.125Z] Removing intermediate container 0e228f4e3b19 [2020-12-18T08:40:08.125Z] ---> dfc0b3da1694 [2020-12-18T08:40:08.125Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:40:08.397Z] ---> c06289c95a02 [2020-12-18T08:40:08.397Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-18T08:40:08.397Z] ---> Running in 14b7730591bd [2020-12-18T08:40:08.669Z] ---> 70d5d0fa529c [2020-12-18T08:40:08.669Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-18T08:40:08.669Z] ---> ff21208dd0d1 [2020-12-18T08:40:08.669Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-18T08:40:08.939Z] Removing intermediate container 14b7730591bd [2020-12-18T08:40:08.939Z] ---> 235224b3ce0c [2020-12-18T08:40:08.939Z] Step 22/24 : LABEL arch=x86_64 [2020-12-18T08:40:08.939Z] ---> Running in 474d90a3f705 [2020-12-18T08:40:08.939Z] ---> 7524c7e25726 [2020-12-18T08:40:08.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-18T08:40:09.201Z] ---> fd50e9f73e85 [2020-12-18T08:40:09.201Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-18T08:40:09.777Z] ---> 505a2045a440 [2020-12-18T08:40:09.777Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-18T08:40:10.045Z] Removing intermediate container 474d90a3f705 [2020-12-18T08:40:10.045Z] ---> 9d04b9be657e [2020-12-18T08:40:10.045Z] Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:40:10.045Z] ---> c4977bfd4883 [2020-12-18T08:40:10.045Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-18T08:40:10.045Z] ---> 4b455ef48441 [2020-12-18T08:40:10.045Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-18T08:40:10.045Z] ---> Running in cfcf2c28e4b9 [2020-12-18T08:40:10.308Z] ---> Running in 164d76f688a1 [2020-12-18T08:40:10.308Z] Removing intermediate container 9fc755b73e25 [2020-12-18T08:40:10.308Z] ---> b01d063a7360 [2020-12-18T08:40:10.308Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-18T08:40:10.308Z] ---> 00ab6585a4e3 [2020-12-18T08:40:10.308Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-18T08:40:10.579Z] ---> Running in ad1d20293cd0 [2020-12-18T08:40:10.579Z] ---> Running in 08d0edec8fe9 [2020-12-18T08:40:10.579Z] ---> cf99e9c59ecb [2020-12-18T08:40:10.579Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-18T08:40:10.844Z] Removing intermediate container 164d76f688a1 [2020-12-18T08:40:10.844Z] ---> 199edee5ec06 [2020-12-18T08:40:10.844Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T08:40:10.844Z] ---> Running in cac0f4da4138 [2020-12-18T08:40:11.106Z] Removing intermediate container ad1d20293cd0 [2020-12-18T08:40:11.106Z] ---> 7b205e7e5c6f [2020-12-18T08:40:11.106Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-18T08:40:11.106Z] Removing intermediate container 08d0edec8fe9 [2020-12-18T08:40:11.106Z] ---> e7bfcbc41f98 [2020-12-18T08:40:11.106Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:40:11.106Z] ---> Running in f1ed3f5abf48 [2020-12-18T08:40:11.368Z] ---> Running in c4a18d0b6e3f [2020-12-18T08:40:11.369Z] ---> 87b05f6babe2 [2020-12-18T08:40:11.369Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-18T08:40:11.369Z] Removing intermediate container cac0f4da4138 [2020-12-18T08:40:11.369Z] ---> 90126db0b8af [2020-12-18T08:40:11.369Z] [2020-12-18T08:40:11.449Z] Removing intermediate container 6c658a646ec5 [2020-12-18T08:40:11.449Z] ---> d7225243baed [2020-12-18T08:40:11.449Z] Step 4/7 : WORKDIR /edgex-go [2020-12-18T08:40:11.449Z] ---> Running in a4a3d4774b50 [2020-12-18T08:40:11.631Z] ---> Running in f11599821a90 [2020-12-18T08:40:11.631Z] Successfully built 90126db0b8af [2020-12-18T08:40:11.721Z] Removing intermediate container a4a3d4774b50 [2020-12-18T08:40:11.721Z] ---> 11248e01210e [2020-12-18T08:40:11.721Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-18T08:40:11.894Z] Successfully tagged docker-support-notifications-go:latest [2020-12-18T08:40:11.894Z] Removing intermediate container f1ed3f5abf48 [2020-12-18T08:40:11.894Z] ---> b768c58f42ee [2020-12-18T08:40:11.894Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-18T08:40:11.894Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-12-18T08:40:11.894Z] Removing intermediate container c4a18d0b6e3f [2020-12-18T08:40:11.894Z] ---> 31d8847f3337 [2020-12-18T08:40:11.894Z] Step 20/22 : LABEL arch=x86_64 [2020-12-18T08:40:12.158Z] ---> Running in 50149ebcb750 [2020-12-18T08:40:12.158Z] ---> Running in 89d7278fb97b [2020-12-18T08:40:12.158Z] Removing intermediate container cfcf2c28e4b9 [2020-12-18T08:40:12.158Z] ---> 0b762dfbe7ca [2020-12-18T08:40:12.158Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-18T08:40:12.430Z] ---> Running in 2335ed7f00b8 [2020-12-18T08:40:12.430Z] Removing intermediate container 50149ebcb750 [2020-12-18T08:40:12.430Z] ---> 72d2a07259c3 [2020-12-18T08:40:12.430Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-18T08:40:12.430Z] Removing intermediate container 89d7278fb97b [2020-12-18T08:40:12.430Z] ---> 32e9f6215088 [2020-12-18T08:40:12.430Z] Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:40:12.694Z] ---> Running in 135c2eac8865 [2020-12-18T08:40:12.694Z] Removing intermediate container 2335ed7f00b8 [2020-12-18T08:40:12.694Z] ---> 44e3c5b3c566 [2020-12-18T08:40:12.694Z] Step 20/22 : LABEL arch=x86_64 [2020-12-18T08:40:12.701Z] latest: Pulling from library/docker [2020-12-18T08:40:12.701Z] a3cc7d3b244e: Pulling fs layer [2020-12-18T08:40:12.701Z] 02a3295e0d61: Pulling fs layer [2020-12-18T08:40:12.701Z] 0f4f2e6d8100: Pulling fs layer [2020-12-18T08:40:12.701Z] 065c9533d613: Pulling fs layer [2020-12-18T08:40:12.701Z] 9fce0df16b8b: Pulling fs layer [2020-12-18T08:40:12.701Z] e3faa53604c1: Pulling fs layer [2020-12-18T08:40:12.701Z] 04b5adaa2053: Pulling fs layer [2020-12-18T08:40:12.701Z] 9fce0df16b8b: Waiting [2020-12-18T08:40:12.701Z] e3faa53604c1: Waiting [2020-12-18T08:40:12.701Z] 04b5adaa2053: Waiting [2020-12-18T08:40:12.701Z] 065c9533d613: Waiting [2020-12-18T08:40:12.982Z] 0f4f2e6d8100: Download complete [2020-12-18T08:40:12.982Z] 02a3295e0d61: Verifying Checksum [2020-12-18T08:40:12.982Z] 02a3295e0d61: Download complete [2020-12-18T08:40:12.982Z] a3cc7d3b244e: Download complete [2020-12-18T08:40:13.269Z] 9fce0df16b8b: Verifying Checksum [2020-12-18T08:40:13.269Z] 9fce0df16b8b: Download complete [2020-12-18T08:40:13.269Z] e3faa53604c1: Download complete [2020-12-18T08:40:13.269Z] 04b5adaa2053: Verifying Checksum [2020-12-18T08:40:13.269Z] 04b5adaa2053: Download complete [2020-12-18T08:40:13.269Z] ---> Running in 731032db0700 [2020-12-18T08:40:13.545Z] a3cc7d3b244e: Pull complete [2020-12-18T08:40:14.531Z] 02a3295e0d61: Pull complete [2020-12-18T08:40:14.531Z] 065c9533d613: Verifying Checksum [2020-12-18T08:40:14.531Z] 065c9533d613: Download complete [2020-12-18T08:40:14.804Z] 0f4f2e6d8100: Pull complete [2020-12-18T08:40:15.197Z] ---> 97d6e3d46475 [2020-12-18T08:40:15.197Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-18T08:40:15.197Z] Removing intermediate container 135c2eac8865 [2020-12-18T08:40:15.197Z] ---> 164f09ddbab3 [2020-12-18T08:40:15.197Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T08:40:17.121Z] Removing intermediate container 731032db0700 [2020-12-18T08:40:17.121Z] ---> 2ac38eead579 [2020-12-18T08:40:17.121Z] Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:40:17.121Z] Removing intermediate container f11599821a90 [2020-12-18T08:40:17.121Z] ---> efb0df8a9dcc [2020-12-18T08:40:17.121Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-18T08:40:17.121Z] ---> Running in 5f49ccc72e00 [2020-12-18T08:40:17.121Z] ---> Running in 27a9411c9e77 [2020-12-18T08:40:17.121Z] ---> Running in 23be06049ab0 [2020-12-18T08:40:17.386Z] ---> 05f026447288 [2020-12-18T08:40:17.387Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-18T08:40:19.106Z] 065c9533d613: Pull complete [2020-12-18T08:40:19.106Z] 9fce0df16b8b: Pull complete [2020-12-18T08:40:19.316Z] Removing intermediate container 27a9411c9e77 [2020-12-18T08:40:19.316Z] ---> c5e3d83e5f3b [2020-12-18T08:40:19.316Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T08:40:19.316Z] Removing intermediate container 5f49ccc72e00 [2020-12-18T08:40:19.316Z] ---> 09d653f233f5 [2020-12-18T08:40:19.316Z] [2020-12-18T08:40:19.316Z] Removing intermediate container 23be06049ab0 [2020-12-18T08:40:19.316Z] ---> a83747f22642 [2020-12-18T08:40:19.316Z] Step 22/24 : LABEL arch=x86_64 [2020-12-18T08:40:19.384Z] e3faa53604c1: Pull complete [2020-12-18T08:40:19.582Z] Successfully built 09d653f233f5 [2020-12-18T08:40:19.656Z] 04b5adaa2053: Pull complete [2020-12-18T08:40:19.656Z] Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 [2020-12-18T08:40:19.656Z] Status: Downloaded newer image for docker:latest [2020-12-18T08:40:19.845Z] Successfully tagged docker-core-metadata-go:latest [2020-12-18T08:40:19.845Z] Building docker-core-data-go [2020-12-18T08:40:22.417Z]  Building docker-core-metadata-go ... done  ---> 68064a8e983b [2020-12-18T08:40:22.417Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-18T08:40:22.417Z] ---> Running in 901dd23e20f0 [2020-12-18T08:40:23.000Z] ---> Running in 26d63f8601f1 [2020-12-18T08:40:23.067Z] ---> 7bc30d8a45b0 [2020-12-18T08:40:23.067Z] Step 6/7 : COPY go.mod . [2020-12-18T08:40:23.576Z] ---> Running in f7523f73a080 [2020-12-18T08:40:23.665Z] ---> 22e1deec2212 [2020-12-18T08:40:23.665Z] Step 7/7 : RUN go mod download [2020-12-18T08:40:23.938Z] ---> Running in 999c3d8807ef [2020-12-18T08:40:26.910Z] Removing intermediate container 901dd23e20f0 [2020-12-18T08:40:26.910Z] ---> d29273164833 [2020-12-18T08:40:26.910Z] [2020-12-18T08:40:27.173Z] Removing intermediate container 26d63f8601f1 [2020-12-18T08:40:27.173Z] ---> 63c9908702e4 [2020-12-18T08:40:27.173Z] Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:40:27.173Z] Successfully built d29273164833 [2020-12-18T08:40:27.173Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-18T08:40:27.173Z] Building docker-security-proxy-setup-go [2020-12-18T08:40:27.760Z]  Building docker-security-bootstrap-redis-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:40:27.760Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:40:27.760Z] ---> e61c0b6f7b28 [2020-12-18T08:40:27.760Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T08:40:27.760Z] ---> Using cache [2020-12-18T08:40:27.760Z] ---> 11eb52e384e3 [2020-12-18T08:40:27.760Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:40:27.760Z] ---> Using cache [2020-12-18T08:40:27.760Z] ---> 3cd5ef348aae [2020-12-18T08:40:27.760Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T08:40:28.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:28.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:28.973Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-18T08:40:28.973Z] (2/33) Installing expat (2.2.9-r1) [2020-12-18T08:40:28.973Z] (3/33) Installing libffi (3.3-r2) [2020-12-18T08:40:28.973Z] (4/33) Installing gdbm (1.13-r1) [2020-12-18T08:40:29.240Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-18T08:40:29.240Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-18T08:40:29.240Z] ---> Running in 243396179eb7 [2020-12-18T08:40:29.240Z] ---> Running in d4bb95d2161c [2020-12-18T08:40:29.240Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-18T08:40:37.433Z] Removing intermediate container d4bb95d2161c [2020-12-18T08:40:37.433Z] ---> 775544239445 [2020-12-18T08:40:37.433Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T08:40:38.007Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-18T08:40:38.007Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-18T08:40:38.007Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-18T08:40:38.007Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-18T08:40:38.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:38.277Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-18T08:40:38.277Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-18T08:40:38.277Z] ---> Running in ed04a9160d44 [2020-12-18T08:40:38.555Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-18T08:40:38.555Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-18T08:40:38.555Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-18T08:40:38.555Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-18T08:40:38.555Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-18T08:40:38.555Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-18T08:40:39.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:39.136Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-18T08:40:39.724Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:40:39.724Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:40:39.724Z] OK: 12750 distinct packages available [2020-12-18T08:40:39.724Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-18T08:40:39.724Z] OK: 233 MiB in 51 packages [2020-12-18T08:40:39.724Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-18T08:40:39.724Z] Removing intermediate container ed04a9160d44 [2020-12-18T08:40:39.724Z] ---> a9c4db13eccc [2020-12-18T08:40:39.724Z] [2020-12-18T08:40:39.989Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-18T08:40:39.990Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-18T08:40:39.990Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-18T08:40:40.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:40:40.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:40:40.252Z] ---> e61c0b6f7b28 [2020-12-18T08:40:40.252Z] Step 3/23 : WORKDIR /edgex-go [2020-12-18T08:40:40.252Z] ---> Using cache [2020-12-18T08:40:40.252Z] ---> 11eb52e384e3 [2020-12-18T08:40:40.252Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:40:40.252Z] ---> Using cache [2020-12-18T08:40:40.252Z] ---> 3cd5ef348aae [2020-12-18T08:40:40.252Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-18T08:40:40.516Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-18T08:40:41.912Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-18T08:40:41.912Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-18T08:40:41.912Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-18T08:40:41.912Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-18T08:40:42.177Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-18T08:40:42.454Z] ---> Running in d1c9b675e8df [2020-12-18T08:40:42.454Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-18T08:40:42.454Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-18T08:40:42.454Z] Successfully built a9c4db13eccc [2020-12-18T08:40:42.454Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-18T08:40:42.454Z] Building docker-support-scheduler-go [2020-12-18T08:40:42.454Z]  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger [2020-12-18T08:40:42.722Z] OK: 71 MiB in 55 packages [2020-12-18T08:40:42.989Z] Removing intermediate container 243396179eb7 [2020-12-18T08:40:42.989Z] ---> ef05fd1e88ec [2020-12-18T08:40:42.989Z] Step 6/22 : COPY go.mod . [2020-12-18T08:40:43.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:44.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:40:45.247Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:40:45.247Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:40:45.247Z] OK: 12750 distinct packages available [2020-12-18T08:40:45.836Z] OK: 233 MiB in 51 packages [2020-12-18T08:40:47.236Z] ---> f48f9f1e070d [2020-12-18T08:40:47.236Z] Step 7/22 : RUN go mod download [2020-12-18T08:40:47.824Z] ---> Running in a5911168c7eb [2020-12-18T08:40:49.765Z] Removing intermediate container d1c9b675e8df [2020-12-18T08:40:49.765Z] ---> 022190b452b0 [2020-12-18T08:40:49.765Z] Step 6/23 : COPY go.mod . [2020-12-18T08:40:50.477Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:40:50.477Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:40:50.477Z] ---> e61c0b6f7b28 [2020-12-18T08:40:50.477Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T08:40:50.735Z] Removing intermediate container 999c3d8807ef [2020-12-18T08:40:50.735Z] ---> 3c22d92b392b [2020-12-18T08:40:50.735Z] Successfully built 3c22d92b392b [2020-12-18T08:40:50.735Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:40:50.783Z] ---> Using cache [2020-12-18T08:40:50.783Z] ---> 11eb52e384e3 [2020-12-18T08:40:50.783Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:40:50.783Z] ---> Using cache [2020-12-18T08:40:50.783Z] ---> 3cd5ef348aae [2020-12-18T08:40:50.783Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T08:40:50.783Z] ---> Using cache [2020-12-18T08:40:50.783Z] ---> ef05fd1e88ec [2020-12-18T08:40:50.783Z] Step 6/21 : COPY go.mod . [2020-12-18T08:40:50.783Z] ---> Using cache [2020-12-18T08:40:50.783Z] ---> f48f9f1e070d [2020-12-18T08:40:50.783Z] Step 7/21 : RUN go mod download [2020-12-18T08:40:51.083Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T08:40:51.083Z] . [Pipeline] withDockerContainer [2020-12-18T08:40:51.312Z] prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container [2020-12-18T08:40:51.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-18T08:40:51.830Z] ---> e49e92b6cda6 [2020-12-18T08:40:51.830Z] Step 7/23 : RUN go mod download [2020-12-18T08:40:52.844Z] $ docker top 47e9c5d55c0998f3021392272f35bd67ac18d2d0285a0f6a23821e7968fada1f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:40:53.396Z] ---> Running in b1b90ada9a60 [2020-12-18T08:40:53.396Z] ---> Running in affaf9c55833 [2020-12-18T08:40:53.826Z] + go version [2020-12-18T08:40:53.826Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-18T08:40:53.855Z] $ docker stop --time=1 47e9c5d55c0998f3021392272f35bd67ac18d2d0285a0f6a23821e7968fada1f [2020-12-18T08:40:55.802Z] $ docker rm -f 47e9c5d55c0998f3021392272f35bd67ac18d2d0285a0f6a23821e7968fada1f [2020-12-18T08:40:55.972Z] Removing intermediate container a5911168c7eb [2020-12-18T08:40:55.973Z] ---> 1ebeb6a0adeb [2020-12-18T08:40:55.973Z] Step 8/22 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:40:56.772Z] + docker inspect -f . ci-base-image-arm64 [2020-12-18T08:40:56.772Z] . [Pipeline] withDockerContainer [2020-12-18T08:40:57.035Z] prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container [2020-12-18T08:40:57.122Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-18T08:40:58.543Z] $ docker top 3ff796cebdcac05465a45ab43537c68243b010d699e749b4653b53b3bac06e30 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-18T08:40:58.927Z] ========================================================= [2020-12-18T08:40:58.927Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-18T08:40:58.927Z] ========================================================= [Pipeline] sh [2020-12-18T08:40:59.338Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:40:59.339Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:40:59.339Z] ---> e61c0b6f7b28 [2020-12-18T08:40:59.339Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T08:40:59.339Z] ---> Using cache [2020-12-18T08:40:59.339Z] ---> 11eb52e384e3 [2020-12-18T08:40:59.339Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:40:59.339Z] ---> Using cache [2020-12-18T08:40:59.339Z] ---> 3cd5ef348aae [2020-12-18T08:40:59.339Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T08:40:59.339Z] ---> Using cache [2020-12-18T08:40:59.339Z] ---> ef05fd1e88ec [2020-12-18T08:40:59.339Z] Step 6/21 : COPY go.mod . [2020-12-18T08:40:59.339Z] ---> Using cache [2020-12-18T08:40:59.339Z] ---> f48f9f1e070d [2020-12-18T08:40:59.339Z] Step 7/21 : RUN go mod download [2020-12-18T08:40:59.339Z] ---> Using cache [2020-12-18T08:40:59.339Z] ---> 1ebeb6a0adeb [2020-12-18T08:40:59.339Z] Step 8/21 : COPY . . [2020-12-18T08:40:59.568Z] + make test [2020-12-18T08:40:59.568Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-18T08:41:09.417Z] Removing intermediate container affaf9c55833 [2020-12-18T08:41:09.417Z] ---> e58bbcb5f4f4 [2020-12-18T08:41:09.417Z] Step 8/23 : COPY . . [2020-12-18T08:41:11.340Z] Removing intermediate container b1b90ada9a60 [2020-12-18T08:41:11.340Z] ---> 813592504071 [2020-12-18T08:41:11.340Z] Step 8/21 : COPY . . [2020-12-18T08:41:12.291Z] Removing intermediate container f7523f73a080 [2020-12-18T08:41:12.291Z] ---> 46779d496eb9 [2020-12-18T08:41:12.291Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-18T08:41:20.489Z] ---> Running in 339c4351fb10 [2020-12-18T08:41:21.744Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-18T08:41:38.752Z] ---> 92d9f7798d0b [2020-12-18T08:41:38.752Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-18T08:41:38.752Z] ---> fbce17947ff1 [2020-12-18T08:41:38.752Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-18T08:41:38.752Z] Collecting docker-compose==1.23.2 [2020-12-18T08:41:38.752Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-18T08:41:39.335Z] ---> Running in 547b855d2f80 [2020-12-18T08:41:40.293Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-18T08:41:40.293Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-18T08:41:40.557Z] ---> Running in b053b4b02e25 [2020-12-18T08:41:40.826Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-18T08:41:40.826Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-18T08:41:41.092Z] Collecting cached-property<2,>=1.2.0 [2020-12-18T08:41:41.092Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-18T08:41:41.092Z] Collecting jsonschema<3,>=2.5.1 [2020-12-18T08:41:41.092Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-18T08:41:42.039Z] Collecting PyYAML<4,>=3.10 [2020-12-18T08:41:42.039Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-18T08:41:42.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-18T08:41:42.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-18T08:41:43.200Z] ---> 78746e01d6c0 [2020-12-18T08:41:43.200Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-18T08:41:43.200Z] ---> e7b370fcf9e4 [2020-12-18T08:41:43.200Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-18T08:41:44.623Z] ---> Running in 83f6f7378d47 [2020-12-18T08:41:44.623Z] ---> Running in 61b8153d6db1 [2020-12-18T08:41:45.226Z] Collecting texttable<0.10,>=0.9.0 [2020-12-18T08:41:45.226Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-18T08:41:45.822Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-18T08:41:46.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-18T08:41:46.092Z] Collecting docker<4.0,>=3.6.0 [2020-12-18T08:41:46.092Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-18T08:41:46.362Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-18T08:41:46.362Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-18T08:41:46.953Z] Collecting docopt<0.7,>=0.6.1 [2020-12-18T08:41:46.953Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-18T08:41:47.917Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-18T08:41:47.917Z] Collecting idna<2.8,>=2.5 [2020-12-18T08:41:47.917Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-18T08:41:47.917Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-18T08:41:47.917Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-18T08:41:48.190Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-18T08:41:48.190Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-18T08:41:48.190Z] Collecting docker-pycreds>=0.4.0 [2020-12-18T08:41:48.190Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-18T08:41:48.190Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-18T08:41:48.190Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-18T08:41:48.190Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-18T08:41:48.190Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-18T08:41:48.463Z] Installing collected packages: idna, urllib3, requests, websocket-client, cached-property, jsonschema, PyYAML, texttable, docker-pycreds, docker, dockerpty, docopt, docker-compose [2020-12-18T08:41:48.463Z] Attempting uninstall: idna [2020-12-18T08:41:48.464Z] Found existing installation: idna 2.9 [2020-12-18T08:41:48.464Z] Uninstalling idna-2.9: [2020-12-18T08:41:48.464Z] Successfully uninstalled idna-2.9 [2020-12-18T08:41:48.731Z] Attempting uninstall: urllib3 [2020-12-18T08:41:48.731Z] Found existing installation: urllib3 1.25.9 [2020-12-18T08:41:48.731Z] Uninstalling urllib3-1.25.9: [2020-12-18T08:41:49.003Z] Successfully uninstalled urllib3-1.25.9 [2020-12-18T08:41:50.427Z] Attempting uninstall: requests [2020-12-18T08:41:50.427Z] Found existing installation: requests 2.23.0 [2020-12-18T08:41:50.427Z] Uninstalling requests-2.23.0: [2020-12-18T08:41:50.707Z] Successfully uninstalled requests-2.23.0 [2020-12-18T08:41:51.297Z] Running setup.py install for PyYAML: started [2020-12-18T08:41:52.723Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-18T08:41:52.723Z] Running setup.py install for texttable: started [2020-12-18T08:41:53.320Z] Running setup.py install for texttable: finished with status 'done' [2020-12-18T08:41:54.745Z] Running setup.py install for dockerpty: started [2020-12-18T08:41:55.340Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-18T08:41:55.340Z] Running setup.py install for docopt: started [2020-12-18T08:41:55.941Z] Running setup.py install for docopt: finished with status 'done' [2020-12-18T08:41:59.325Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-18T08:42:00.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-18T08:42:03.609Z] Removing intermediate container 339c4351fb10 [2020-12-18T08:42:03.609Z] ---> b03a4dfd4c4e [2020-12-18T08:42:03.609Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-18T08:42:03.609Z] ---> Running in 0968336cb1ca [2020-12-18T08:42:04.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:42:04.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:42:04.853Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T08:42:04.853Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-18T08:42:04.853Z] (3/3) Installing curl (7.69.1-r3) [2020-12-18T08:42:04.853Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:42:04.853Z] OK: 72 MiB in 58 packages [2020-12-18T08:42:06.835Z] Removing intermediate container 0968336cb1ca [2020-12-18T08:42:06.835Z] ---> 6dec4819c4e4 [2020-12-18T08:42:06.835Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-18T08:42:06.835Z] ---> Running in e31c7cfb4347 [2020-12-18T08:42:07.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-18T08:42:07.382Z] Removing intermediate container e31c7cfb4347 [2020-12-18T08:42:07.382Z] ---> 499a04f568f7 [2020-12-18T08:42:07.382Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:42:07.382Z] ---> Running in c687ff978f11 [2020-12-18T08:42:07.655Z] Removing intermediate container c687ff978f11 [2020-12-18T08:42:07.655Z] ---> 854b9700775c [2020-12-18T08:42:07.655Z] Step 25/27 : LABEL arch=x86_64 [2020-12-18T08:42:07.930Z] ---> Running in e9d73c7b8bb0 [2020-12-18T08:42:07.930Z] Removing intermediate container e9d73c7b8bb0 [2020-12-18T08:42:07.930Z] ---> 8bb70259ef66 [2020-12-18T08:42:07.930Z] Step 26/27 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:42:08.199Z] ---> Running in bfc302f52c1f [2020-12-18T08:42:08.480Z] Removing intermediate container bfc302f52c1f [2020-12-18T08:42:08.480Z] ---> 1c555aff4b3b [2020-12-18T08:42:08.480Z] Step 27/27 : LABEL version=0.0.0 [2020-12-18T08:42:08.480Z] ---> Running in cc55675c774a [2020-12-18T08:42:08.750Z] Removing intermediate container cc55675c774a [2020-12-18T08:42:08.750Z] ---> c112ea542fb9 [2020-12-18T08:42:08.750Z] [2020-12-18T08:42:09.713Z] Successfully built c112ea542fb9 [2020-12-18T08:42:09.713Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-18T08:42:15.045Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 547b855d2f80 [2020-12-18T08:42:15.045Z] ---> dc2c127de45e [2020-12-18T08:42:15.045Z] [2020-12-18T08:42:15.045Z] Step 10/22 : FROM scratch [2020-12-18T08:42:15.045Z] ---> [2020-12-18T08:42:15.045Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:42:15.045Z] Removing intermediate container b053b4b02e25 [2020-12-18T08:42:15.045Z] ---> 4870a579bbb5 [2020-12-18T08:42:15.045Z] [2020-12-18T08:42:15.045Z] Step 10/21 : FROM scratch [2020-12-18T08:42:15.045Z] ---> [2020-12-18T08:42:15.045Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:42:15.045Z] ---> Using cache [2020-12-18T08:42:15.045Z] ---> 63fcd4641c2b [2020-12-18T08:42:15.045Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-18T08:42:15.045Z] ---> Using cache [2020-12-18T08:42:15.045Z] ---> 63fcd4641c2b [2020-12-18T08:42:15.045Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-18T08:42:15.045Z] ---> Running in c9b6bef723f5 [2020-12-18T08:42:15.045Z] ---> Running in c8b7f9e0beed [2020-12-18T08:42:15.995Z] Removing intermediate container c9b6bef723f5 [2020-12-18T08:42:15.995Z] ---> 0d4ad62f3461 [2020-12-18T08:42:15.995Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T08:42:15.995Z] Removing intermediate container c8b7f9e0beed [2020-12-18T08:42:15.995Z] ---> 7ced661c0f52 [2020-12-18T08:42:15.995Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-18T08:42:16.274Z] ---> Running in c19d84d3aeac [2020-12-18T08:42:16.274Z] ---> Running in cad190e86bfd [2020-12-18T08:42:16.537Z] Removing intermediate container 83f6f7378d47 [2020-12-18T08:42:16.537Z] ---> 759b3e54c2d7 [2020-12-18T08:42:16.537Z] [2020-12-18T08:42:16.537Z] Step 10/21 : FROM alpine [2020-12-18T08:42:16.537Z] latest: Pulling from library/alpine [2020-12-18T08:42:17.113Z] Removing intermediate container c19d84d3aeac [2020-12-18T08:42:17.113Z] ---> f91abed6f46e [2020-12-18T08:42:17.113Z] Step 14/22 : WORKDIR / [2020-12-18T08:42:17.113Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-18T08:42:17.113Z] Removing intermediate container cad190e86bfd [2020-12-18T08:42:17.113Z] ---> 4d7096c6dd83 [2020-12-18T08:42:17.113Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-18T08:42:17.113Z] Status: Downloaded newer image for alpine:latest [2020-12-18T08:42:17.113Z] ---> 389fef711851 [2020-12-18T08:42:17.113Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-18T08:42:17.375Z] ---> Running in 87196f5f26d1 [2020-12-18T08:42:17.375Z] ---> Running in b87ddf80d23d [2020-12-18T08:42:17.375Z] ---> 9725b540fdad [2020-12-18T08:42:17.375Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-18T08:42:17.638Z] Removing intermediate container 87196f5f26d1 [2020-12-18T08:42:17.638Z] ---> 6378dc2b4ce9 [2020-12-18T08:42:17.638Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-18T08:42:18.217Z] ---> 5df6c7c9a8e3 [2020-12-18T08:42:18.217Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-18T08:42:18.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:42:18.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:42:19.005Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:42:19.005Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:42:19.005Z] OK: 12745 distinct packages available [2020-12-18T08:42:19.268Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-18T08:42:19.268Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T08:42:19.268Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-18T08:42:19.268Z] (4/4) Installing curl (7.69.1-r3) [2020-12-18T08:42:19.268Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:42:19.268Z] Executing ca-certificates-20191127-r4.trigger [2020-12-18T08:42:19.268Z] OK: 7 MiB in 18 packages [2020-12-18T08:42:19.854Z] ---> 6b157a3628c4 [2020-12-18T08:42:19.854Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-18T08:42:22.411Z] ---> 5cb9ecb25193 [2020-12-18T08:42:22.411Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-18T08:42:22.411Z] ---> Running in 313d6203d73d [2020-12-18T08:42:22.695Z] ---> 24d751416a69 [2020-12-18T08:42:22.695Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-18T08:42:22.695Z] Removing intermediate container 61b8153d6db1 [2020-12-18T08:42:22.695Z] ---> 9e3b2f2811d6 [2020-12-18T08:42:22.695Z] [2020-12-18T08:42:22.695Z] Step 10/23 : FROM alpine [2020-12-18T08:42:22.695Z] ---> 389fef711851 [2020-12-18T08:42:22.695Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-18T08:42:23.171Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-18T08:42:23.272Z] ---> Running in 75865e2677f6 [2020-12-18T08:42:23.272Z] Removing intermediate container 313d6203d73d [2020-12-18T08:42:23.272Z] ---> fbdc359618a5 [2020-12-18T08:42:23.272Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:42:23.272Z] ---> 4bea6be7ecaf [2020-12-18T08:42:23.272Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-18T08:42:23.272Z] ---> Running in 3327ea790d16 [2020-12-18T08:42:23.535Z] Removing intermediate container b87ddf80d23d [2020-12-18T08:42:23.535Z] ---> 2a6d6a03e105 [2020-12-18T08:42:23.535Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T08:42:23.535Z] Removing intermediate container 75865e2677f6 [2020-12-18T08:42:23.535Z] ---> 2b9ce8ed1690 [2020-12-18T08:42:23.535Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-18T08:42:23.535Z] ---> Running in d808f290d3b2 [2020-12-18T08:42:23.535Z] ---> Running in 0a29f928390f [2020-12-18T08:42:23.799Z] ---> Running in f0433cb351ba [2020-12-18T08:42:23.799Z] Removing intermediate container 3327ea790d16 [2020-12-18T08:42:23.799Z] ---> d6f922e65aab [2020-12-18T08:42:23.799Z] Step 19/21 : LABEL arch=x86_64 [2020-12-18T08:42:23.799Z] ---> Running in cb5c86deabd4 [2020-12-18T08:42:23.799Z] Removing intermediate container d808f290d3b2 [2020-12-18T08:42:23.799Z] ---> 345c27e10c2f [2020-12-18T08:42:23.799Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:42:24.065Z] Removing intermediate container 0a29f928390f [2020-12-18T08:42:24.065Z] ---> d98256d1005a [2020-12-18T08:42:24.065Z] Step 13/21 : WORKDIR /edgex [2020-12-18T08:42:24.065Z] Removing intermediate container f0433cb351ba [2020-12-18T08:42:24.065Z] ---> e9e94c288163 [2020-12-18T08:42:24.065Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-18T08:42:24.065Z] ---> Running in 54a5e4c79e3b [2020-12-18T08:42:24.065Z] ---> Running in ff716ed5c301 [2020-12-18T08:42:24.065Z] ---> Running in 2e09b0382173 [2020-12-18T08:42:24.328Z] Removing intermediate container cb5c86deabd4 [2020-12-18T08:42:24.328Z] ---> ce555bd19949 [2020-12-18T08:42:24.328Z] Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:42:24.328Z] Removing intermediate container 54a5e4c79e3b [2020-12-18T08:42:24.328Z] ---> 19d27dc16682 [2020-12-18T08:42:24.328Z] Step 20/22 : LABEL arch=x86_64 [2020-12-18T08:42:24.328Z] Removing intermediate container ff716ed5c301 [2020-12-18T08:42:24.328Z] ---> ffece7ee905e [2020-12-18T08:42:24.328Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-18T08:42:24.328Z] ---> Running in 3d7dcafd14b5 [2020-12-18T08:42:24.601Z] ---> Running in e6f8f8dd4f60 [2020-12-18T08:42:24.601Z] Removing intermediate container 2e09b0382173 [2020-12-18T08:42:24.601Z] ---> 192a0c1bdfbb [2020-12-18T08:42:24.601Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:42:24.601Z] ---> Running in 0c5482101747 [2020-12-18T08:42:24.863Z] Removing intermediate container 3d7dcafd14b5 [2020-12-18T08:42:24.863Z] ---> 0d2cde9fc065 [2020-12-18T08:42:24.863Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T08:42:24.863Z] Removing intermediate container e6f8f8dd4f60 [2020-12-18T08:42:24.863Z] ---> 92a716d7e7fc [2020-12-18T08:42:24.863Z] Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:42:25.127Z] ---> 33234b379c47 [2020-12-18T08:42:25.127Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-18T08:42:25.127Z] ---> Running in 409ed2e20724 [2020-12-18T08:42:25.127Z] ---> Running in fa2548dd891d [2020-12-18T08:42:25.392Z] Removing intermediate container 409ed2e20724 [2020-12-18T08:42:25.392Z] ---> 831efbc41364 [2020-12-18T08:42:25.392Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T08:42:25.392Z] Removing intermediate container fa2548dd891d [2020-12-18T08:42:25.392Z] ---> ff6444ba0d04 [2020-12-18T08:42:25.392Z] [2020-12-18T08:42:25.654Z] ---> Running in 24ecc178bd04 [2020-12-18T08:42:25.654Z] ---> 56628bb9030a [2020-12-18T08:42:25.654Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-18T08:42:25.654Z] Successfully built ff6444ba0d04 [2020-12-18T08:42:25.654Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-18T08:42:25.917Z]  Building docker-support-scheduler-go ... done Removing intermediate container 24ecc178bd04 [2020-12-18T08:42:25.917Z] ---> 4686d6df75a7 [2020-12-18T08:42:25.917Z] [2020-12-18T08:42:26.493Z] Successfully built 4686d6df75a7 [2020-12-18T08:42:26.755Z] ---> 7a473b4ff61f [2020-12-18T08:42:26.755Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-18T08:42:26.755Z] Successfully tagged docker-core-command-go:latest [2020-12-18T08:42:26.755Z]  Building docker-core-command-go ... done  ---> Running in 7391cabc1d0a [2020-12-18T08:42:26.755Z] Removing intermediate container 0c5482101747 [2020-12-18T08:42:26.755Z] ---> ffcf59a2a267 [2020-12-18T08:42:26.755Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-18T08:42:27.021Z] ---> Running in eed1ce85f8d7 [2020-12-18T08:42:27.306Z] Removing intermediate container 7391cabc1d0a [2020-12-18T08:42:27.306Z] ---> 394fb1f11a66 [2020-12-18T08:42:27.306Z] Step 18/21 : CMD ["--init=true"] [2020-12-18T08:42:27.306Z] ---> Running in 69c981dda761 [2020-12-18T08:42:27.648Z] Removing intermediate container 69c981dda761 [2020-12-18T08:42:27.648Z] ---> ccf803304432 [2020-12-18T08:42:27.648Z] Step 19/21 : LABEL arch=x86_64 [2020-12-18T08:42:27.648Z] ---> Running in dcc037445156 [2020-12-18T08:42:27.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-18T08:42:27.648Z] Removing intermediate container dcc037445156 [2020-12-18T08:42:27.648Z] ---> 2acc5910cfab [2020-12-18T08:42:27.648Z] Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:42:27.648Z] ---> Running in f7bf7b189da2 [2020-12-18T08:42:27.938Z] Removing intermediate container f7bf7b189da2 [2020-12-18T08:42:27.938Z] ---> f28e3b735653 [2020-12-18T08:42:27.938Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T08:42:27.938Z] ---> Running in 583fe25e5205 [2020-12-18T08:42:28.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-18T08:42:28.234Z] Removing intermediate container 583fe25e5205 [2020-12-18T08:42:28.234Z] ---> 15c7f6fe2743 [2020-12-18T08:42:28.234Z] [2020-12-18T08:42:28.234Z] Successfully built 15c7f6fe2743 [2020-12-18T08:42:28.234Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-18T08:42:28.532Z]  Building docker-security-proxy-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-12-18T08:42:28.839Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-18T08:42:28.839Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-18T08:42:29.108Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-18T08:42:29.108Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-18T08:42:29.108Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:42:29.108Z] OK: 8 MiB in 19 packages [2020-12-18T08:42:29.683Z] Removing intermediate container eed1ce85f8d7 [2020-12-18T08:42:29.683Z] ---> 1d8163549f39 [2020-12-18T08:42:29.683Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-18T08:42:29.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.220s coverage: 46.6% of statements [2020-12-18T08:42:29.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-18T08:42:29.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-18T08:42:29.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-18T08:42:29.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-18T08:42:29.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-18T08:42:29.947Z] ---> 8c484fb47521 [2020-12-18T08:42:29.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-18T08:42:30.522Z] ---> ab73095445cf [2020-12-18T08:42:30.523Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-18T08:42:30.785Z] ---> 10111231732c [2020-12-18T08:42:30.785Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-18T08:42:30.785Z] ---> Running in 107e8c947024 [2020-12-18T08:42:31.047Z] Removing intermediate container 107e8c947024 [2020-12-18T08:42:31.047Z] ---> 75dd9b528704 [2020-12-18T08:42:31.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:42:31.047Z] ---> Running in 0ad7579c424d [2020-12-18T08:42:31.311Z] Removing intermediate container 0ad7579c424d [2020-12-18T08:42:31.311Z] ---> 33d2963a85de [2020-12-18T08:42:31.311Z] Step 21/23 : LABEL arch=x86_64 [2020-12-18T08:42:31.311Z] ---> Running in 6c3b6e9a8e59 [2020-12-18T08:42:31.573Z] Removing intermediate container 6c3b6e9a8e59 [2020-12-18T08:42:31.573Z] ---> 994f81188648 [2020-12-18T08:42:31.573Z] Step 22/23 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:42:31.573Z] ---> Running in 661e35930a3d [2020-12-18T08:42:31.836Z] Removing intermediate container 661e35930a3d [2020-12-18T08:42:31.836Z] ---> cab77319b605 [2020-12-18T08:42:31.836Z] Step 23/23 : LABEL version=0.0.0 [2020-12-18T08:42:31.836Z] ---> Running in b1f04dd26bec [2020-12-18T08:42:32.099Z] Removing intermediate container b1f04dd26bec [2020-12-18T08:42:32.099Z] ---> 964162133775 [2020-12-18T08:42:32.099Z] [2020-12-18T08:42:32.099Z] Successfully built 964162133775 [2020-12-18T08:42:32.099Z] Successfully tagged docker-core-data-go:latest [2020-12-18T08:42:32.687Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-18T08:42:32.717Z] $ docker stop --time=1 4904a6403ac9b331a9dd9dd36f72e15a5fd8741eebf597a5095c267f86703324 [2020-12-18T08:42:34.427Z] $ docker rm -f 4904a6403ac9b331a9dd9dd36f72e15a5fd8741eebf597a5095c267f86703324 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T08:42:35.008Z] + docker images [2020-12-18T08:42:35.008Z] + grep docker [2020-12-18T08:42:35.008Z] docker-core-data-go latest 964162133775 3 seconds ago 22.2MB [2020-12-18T08:42:35.008Z] docker-security-proxy-setup-go latest 15c7f6fe2743 6 seconds ago 24.6MB [2020-12-18T08:42:35.008Z] docker-core-command-go latest 4686d6df75a7 9 seconds ago 10.6MB [2020-12-18T08:42:35.008Z] docker-support-scheduler-go latest ff6444ba0d04 9 seconds ago 10.8MB [2020-12-18T08:42:35.008Z] docker-sys-mgmt-agent-go latest c112ea542fb9 26 seconds ago 313MB [2020-12-18T08:42:35.008Z] docker-security-secretstore-setup-go latest a9c4db13eccc About a minute ago 24.7MB [2020-12-18T08:42:35.008Z] docker-security-bootstrap-redis-go latest d29273164833 2 minutes ago 15.8MB [2020-12-18T08:42:35.008Z] docker-core-metadata-go latest 09d653f233f5 2 minutes ago 13MB [2020-12-18T08:42:35.008Z] docker-support-notifications-go latest 90126db0b8af 2 minutes ago 12.1MB [2020-12-18T08:42:35.008Z] docker latest 0040bc98e531 20 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-18T08:42:36.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.529s coverage: 27.1% of statements [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-18T08:42:36.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-18T08:42:36.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-18T08:42:36.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 73.3% of statements [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-18T08:42:36.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-18T08:42:38.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.675s coverage: 82.9% of statements [2020-12-18T08:42:38.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-18T08:42:38.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T08:42:38.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-18T08:42:38.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-18T08:42:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-18T08:42:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-18T08:42:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-18T08:42:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements [2020-12-18T08:42:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-18T08:42:45.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements [2020-12-18T08:42:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-18T08:42:45.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements [2020-12-18T08:42:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-18T08:42:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-18T08:42:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-18T08:42:45.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-18T08:42:50.743Z] Still waiting to schedule task [2020-12-18T08:42:50.743Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-18T08:42:52.550Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.951s coverage: 93.8% of statements [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-18T08:42:52.550Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-18T08:42:52.550Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.163s coverage: 0.1% of statements [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-18T08:42:52.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-18T08:42:52.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2020-12-18T08:42:52.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-18T08:42:52.550Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2020-12-18T08:42:53.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements [2020-12-18T08:42:54.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.177s coverage: 84.2% of statements [2020-12-18T08:42:56.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.4% of statements [2020-12-18T08:42:56.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-18T08:42:58.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.651s coverage: 63.5% of statements [2020-12-18T08:42:58.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-18T08:42:58.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-18T08:42:58.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-12-18T08:42:58.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2020-12-18T08:42:58.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2020-12-18T08:42:59.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2020-12-18T08:43:00.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.091s coverage: 100.0% of statements [2020-12-18T08:43:04.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.830s coverage: 55.9% of statements [2020-12-18T08:43:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-18T08:43:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-18T08:43:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-18T08:43:04.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-18T08:43:04.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-18T08:43:05.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.335s coverage: 37.0% of statements [2020-12-18T08:43:05.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-18T08:43:05.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-18T08:43:05.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.564s coverage: 84.0% of statements [2020-12-18T08:43:05.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2020-12-18T08:43:13.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-18T08:43:13.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-18T08:43:13.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2020-12-18T08:43:13.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-18T08:43:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-18T08:43:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-18T08:43:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-18T08:43:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-18T08:43:16.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-18T08:43:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-18T08:43:17.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2020-12-18T08:43:17.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-18T08:43:17.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-18T08:43:17.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2020-12-18T08:43:18.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-12-18T08:43:19.564Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-18T08:43:20.162Z] GO111MODULE=on go vet ./... [2020-12-18T08:43:41.545Z] Running on prd-ubuntu18.04-docker-8c-8g-16736 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws [2020-12-18T08:43:41.607Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-18T08:43:43.846Z] using credential edgex-jenkins-ssh [2020-12-18T08:43:43.910Z] Cloning the remote Git repository [2020-12-18T08:43:43.933Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-18T08:43:43.998Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-18T08:43:44.034Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T08:43:44.034Z] > git --version # timeout=10 [2020-12-18T08:43:44.039Z] > git --version # 'git version 2.17.1' [2020-12-18T08:43:44.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T08:43:44.063Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T08:43:49.873Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:43:49.990Z] Merge succeeded, producing d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:43:49.991Z] Checking out Revision d7e5fdcff3f56a6fd89f391359d39bc286b0f90e (PR-2964) [2020-12-18T08:43:49.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T08:43:49.216Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-18T08:43:49.228Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-18T08:43:49.240Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-18T08:43:49.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T08:43:49.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-18T08:43:49.881Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T08:43:49.887Z] > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 [2020-12-18T08:43:49.962Z] > git remote # timeout=10 [2020-12-18T08:43:49.970Z] > git config --get remote.origin.url # timeout=10 [2020-12-18T08:43:49.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-18T08:43:49.978Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-18T08:43:49.986Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-18T08:43:49.994Z] > git config core.sparsecheckout # timeout=10 [2020-12-18T08:43:49.997Z] > git checkout -f d7e5fdcff3f56a6fd89f391359d39bc286b0f90e # timeout=10 [2020-12-18T08:43:53.764Z] Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:43:55.096Z] + echo snap-build.sh [2020-12-18T08:43:55.096Z] snap-build.sh [2020-12-18T08:43:55.096Z] + SNAP_BASE_DIR=. [2020-12-18T08:43:55.096Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-12-18T08:43:55.096Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-12-18T08:43:55.096Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-12-18T08:43:55.096Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-12-18T08:43:55.096Z] + cd /w/workspace/edgex-go/2 [2020-12-18T08:43:55.096Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-18T08:43:55.096Z] Reading package lists... [2020-12-18T08:43:55.359Z] Building dependency tree... [2020-12-18T08:43:55.359Z] Reading state information... [2020-12-18T08:43:55.621Z] The following packages were automatically installed and are no longer required: [2020-12-18T08:43:55.621Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-18T08:43:55.621Z] uidmap xdelta3 [2020-12-18T08:43:55.621Z] Use 'sudo apt autoremove' to remove them. [2020-12-18T08:43:55.621Z] The following packages will be REMOVED: [2020-12-18T08:43:55.621Z] lxd* lxd-client* [2020-12-18T08:43:55.882Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-18T08:43:55.882Z] After this operation, 31.7 MB disk space will be freed. [2020-12-18T08:43:57.195Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-18T08:43:57.195Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-18T08:43:58.142Z] Removing lxd dnsmasq configuration [2020-12-18T08:43:58.142Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-18T08:43:58.142Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-18T08:43:59.087Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-18T08:43:59.350Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-18T08:43:59.350Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-18T08:44:00.738Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-18T08:44:00.738Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-18T08:44:02.129Z] + sudo snap remove --purge lxd [2020-12-18T08:44:02.391Z] snap "lxd" is not installed [2020-12-18T08:44:02.391Z] + sudo groupadd --force --system lxd [2020-12-18T08:44:02.391Z] ++ whoami [2020-12-18T08:44:02.391Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-18T08:44:02.391Z] + newgrp - lxd [2020-12-18T08:44:02.391Z] + sudo snap install lxd [2020-12-18T08:44:10.538Z] 2020-12-18T08:44:07Z INFO Waiting for automatic snapd restart... [2020-12-18T08:44:25.487Z] lxd 4.9 from Canonical* installed [2020-12-18T08:44:25.487Z] + sudo lxd init --auto [2020-12-18T08:44:28.214Z] gofmt -l . [2020-12-18T08:44:28.214Z] [ "`gofmt -l .`" = "" ] [2020-12-18T08:44:28.214Z] ./bin/test-go-mod-tidy.sh [2020-12-18T08:44:28.214Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-18T08:44:30.301Z] + ls -al . [2020-12-18T08:44:30.301Z] total 664 [2020-12-18T08:44:30.301Z] drwxrwxr-x 9 1001 1001 4096 Dec 18 08:44 . [2020-12-18T08:44:30.301Z] drwxr-xr-x 4 root root 4096 Dec 18 08:40 .. [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 11 Dec 18 08:39 .dockerignore [2020-12-18T08:44:30.301Z] drwxrwxr-x 8 1001 1001 4096 Dec 18 08:39 .git [2020-12-18T08:44:30.301Z] drwxrwxr-x 3 1001 1001 4096 Dec 18 08:39 .github [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 824 Dec 18 08:39 .gitignore [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 166 Dec 18 08:39 .sonarcloud.properties [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 3804 Dec 18 08:39 CONTRIBUTING.md [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 1035 Dec 18 08:39 Dockerfile.build [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 863 Dec 18 08:39 Jenkinsfile [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 10775 Dec 18 08:39 LICENSE [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 5750 Dec 18 08:39 Makefile [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 6511 Dec 18 08:39 README.md [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 6744 Dec 18 08:39 SECURITY.md [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 5 Dec 18 08:34 VERSION [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 4131 Dec 18 08:39 ZMQWindows.md [2020-12-18T08:44:30.301Z] drwxrwxr-x 2 1001 1001 4096 Dec 18 08:39 bin [2020-12-18T08:44:30.301Z] drwxrwxr-x 14 1001 1001 4096 Dec 18 08:39 cmd [2020-12-18T08:44:30.301Z] -rw-r--r-- 1 root root 538111 Dec 18 08:43 coverage.out [2020-12-18T08:44:30.301Z] -rw-r--r-- 1 root root 979 Dec 18 08:44 go.mod [2020-12-18T08:44:30.301Z] -rw-r--r-- 1 root root 18631 Dec 18 08:44 go.sum [2020-12-18T08:44:30.301Z] drwxrwxr-x 8 1001 1001 4096 Dec 18 08:39 internal [2020-12-18T08:44:30.301Z] drwxrwxr-x 4 1001 1001 4096 Dec 18 08:39 openapi [2020-12-18T08:44:30.301Z] drwxrwxr-x 4 1001 1001 4096 Dec 18 08:39 snap [2020-12-18T08:44:30.301Z] -rw-rw-r-- 1 1001 1001 168 Dec 18 08:39 version.go [Pipeline] sh [2020-12-18T08:44:30.958Z] + '[' -e coverage.out ] [2020-12-18T08:44:30.958Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-18T08:44:31.032Z] Warning: overwriting stash ‘coverage-report’ [2020-12-18T08:44:32.103Z] Stashed 1 file(s) [Pipeline] sh [2020-12-18T08:44:32.796Z] + make build [2020-12-18T08:44:32.797Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-18T08:44:33.656Z] + sudo snap install --classic snapcraft [2020-12-18T08:44:40.248Z] snapcraft 4.4.4 from Canonical* installed [2020-12-18T08:44:40.248Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-18T08:44:40.248Z] + patch --verbose -p1 [2020-12-18T08:44:40.248Z] Hmm... Looks like a unified diff to me... [2020-12-18T08:44:40.248Z] The text leading up to this was: [2020-12-18T08:44:40.248Z] -------------------------- [2020-12-18T08:44:40.248Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-18T08:44:40.248Z] |From: Tony Espy [2020-12-18T08:44:40.248Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-18T08:44:40.248Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-18T08:44:40.248Z] | [2020-12-18T08:44:40.248Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-18T08:44:40.248Z] |optimize the snap CI check run for pull requests. When [2020-12-18T08:44:40.248Z] |applied, it essentially strips out everything (apps and [2020-12-18T08:44:40.248Z] |parts) from the snapcraft.yaml file except those required [2020-12-18T08:44:40.248Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-18T08:44:40.248Z] |catch changes to edgex-go that break the snap build. [2020-12-18T08:44:40.248Z] | [2020-12-18T08:44:40.248Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-18T08:44:40.248Z] |to update this patch file, otherwise it may fail to apply, [2020-12-18T08:44:40.248Z] |resulting in a failed snap build CI check in the associated [2020-12-18T08:44:40.248Z] |pull request. [2020-12-18T08:44:40.248Z] | [2020-12-18T08:44:40.248Z] |Note - in addition to applying this patch, the pipeline also [2020-12-18T08:44:40.248Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-18T08:44:40.248Z] |need to build the finally binary .snap file (and it won't [2020-12-18T08:44:40.248Z] |work with the patch applied). This further reduces the build [2020-12-18T08:44:40.248Z] |time. [2020-12-18T08:44:40.248Z] |--- [2020-12-18T08:44:40.248Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-18T08:44:40.248Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-18T08:44:40.248Z] | [2020-12-18T08:44:40.248Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-18T08:44:40.248Z] |index 1e537489..faf42425 100644 [2020-12-18T08:44:40.248Z] |--- a/snap/snapcraft.yaml [2020-12-18T08:44:40.248Z] |+++ b/snap/snapcraft.yaml [2020-12-18T08:44:40.248Z] -------------------------- [2020-12-18T08:44:40.248Z] patching file snap/snapcraft.yaml [2020-12-18T08:44:40.248Z] Using Plan A... [2020-12-18T08:44:40.248Z] Hunk #1 succeeded at 73. [2020-12-18T08:44:40.248Z] Hunk #2 succeeded at 202. [2020-12-18T08:44:40.248Z] Hunk #3 succeeded at 214. [2020-12-18T08:44:40.248Z] Hunk #4 succeeded at 222. [2020-12-18T08:44:40.248Z] Hunk #5 succeeded at 229. [2020-12-18T08:44:40.248Z] Hunk #6 succeeded at 256. [2020-12-18T08:44:40.248Z] Hunk #7 succeeded at 290. [2020-12-18T08:44:40.248Z] Hunk #8 succeeded at 341. [2020-12-18T08:44:40.248Z] Hmm... Ignoring the trailing garbage. [2020-12-18T08:44:40.248Z] done [2020-12-18T08:44:40.248Z] + sudo snapcraft prime --use-lxd [2020-12-18T08:44:41.630Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-18T08:44:41.630Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-18T08:44:41.630Z] - README.md [2020-12-18T08:44:41.630Z] [2020-12-18T08:44:41.630Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-18T08:44:42.575Z] Launching a container. [2020-12-18T08:44:42.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-18T08:44:54.823Z] Waiting for container to be ready [2020-12-18T08:44:54.824Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-18T08:44:54.824Z] [2020-12-18T08:44:57.381Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-18T08:44:57.381Z] Waiting for network to be ready... [2020-12-18T08:44:57.957Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-18T08:44:57.957Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-18T08:44:57.957Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-18T08:44:58.217Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-18T08:44:58.217Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-18T08:44:58.217Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-18T08:44:58.217Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-18T08:44:58.217Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-18T08:44:58.217Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-18T08:44:58.218Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-18T08:44:58.479Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-18T08:44:58.740Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-18T08:44:59.001Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-18T08:44:59.001Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-18T08:44:59.001Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-18T08:44:59.001Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-18T08:44:59.001Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-18T08:44:59.001Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-18T08:44:59.261Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-18T08:44:59.834Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-18T08:44:59.834Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-18T08:44:59.834Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-18T08:44:59.834Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-18T08:44:59.834Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-18T08:44:59.834Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-18T08:44:59.834Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-18T08:44:59.834Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-18T08:45:01.757Z] Fetched 23.5 MB in 4s (5800 kB/s) [2020-12-18T08:45:02.708Z] Reading package lists... [2020-12-18T08:45:02.708Z] Reading package lists... [2020-12-18T08:45:02.985Z] Building dependency tree... [2020-12-18T08:45:02.985Z] Reading state information... [2020-12-18T08:45:02.985Z] The following additional packages will be installed: [2020-12-18T08:45:02.985Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-18T08:45:02.985Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-18T08:45:02.985Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-18T08:45:02.985Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-18T08:45:02.985Z] Suggested packages: [2020-12-18T08:45:02.985Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-18T08:45:02.985Z] Recommended packages: [2020-12-18T08:45:02.985Z] gnupg libsasl2-modules [2020-12-18T08:45:02.985Z] The following NEW packages will be installed: [2020-12-18T08:45:02.985Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-18T08:45:02.985Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-18T08:45:02.985Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-18T08:45:02.985Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-18T08:45:02.985Z] The following packages will be upgraded: [2020-12-18T08:45:02.985Z] gpg gpg-agent gpgconf libudev1 [2020-12-18T08:45:03.561Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-18T08:45:03.561Z] Need to get 3531 kB of archives. [2020-12-18T08:45:03.561Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-18T08:45:03.561Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-18T08:45:03.561Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-18T08:45:03.822Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-18T08:45:04.083Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-18T08:45:04.083Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-18T08:45:04.083Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-18T08:45:04.083Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-18T08:45:04.083Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-18T08:45:04.083Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-18T08:45:04.083Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-18T08:45:04.083Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-18T08:45:04.083Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-18T08:45:04.083Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-18T08:45:04.083Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-18T08:45:04.083Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-18T08:45:04.083Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-18T08:45:04.083Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-18T08:45:04.083Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-18T08:45:04.083Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-18T08:45:04.083Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-18T08:45:04.350Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-18T08:45:04.350Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-18T08:45:04.350Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T08:45:04.350Z] Fetched 3531 kB in 1s (3058 kB/s) [2020-12-18T08:45:04.350Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-18T08:45:04.350Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-18T08:45:04.350Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T08:45:04.616Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-18T08:45:04.616Z] Selecting previously unselected package udev. [2020-12-18T08:45:04.616Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-18T08:45:04.616Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-18T08:45:04.616Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-18T08:45:04.878Z] Selecting previously unselected package libfuse2:amd64. [2020-12-18T08:45:04.878Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-18T08:45:04.878Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-18T08:45:05.141Z] Selecting previously unselected package fuse. [2020-12-18T08:45:05.141Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-18T08:45:05.141Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-18T08:45:05.141Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:05.141Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T08:45:05.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-18T08:45:05.403Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:05.403Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T08:45:05.403Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:05.403Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T08:45:05.665Z] Selecting previously unselected package libksba8:amd64. [2020-12-18T08:45:05.665Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-18T08:45:05.665Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-18T08:45:05.665Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-18T08:45:05.665Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:05.665Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:05.926Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-18T08:45:05.926Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:05.926Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:05.926Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-18T08:45:05.926Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:05.926Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.187Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-18T08:45:06.187Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:06.187Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.187Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-18T08:45:06.187Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:06.187Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.449Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-18T08:45:06.449Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:06.449Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.449Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-18T08:45:06.449Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:06.449Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.449Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-18T08:45:06.449Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:06.449Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.711Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-18T08:45:06.711Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-18T08:45:06.711Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:06.711Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-18T08:45:06.711Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-18T08:45:06.711Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T08:45:06.711Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-18T08:45:06.711Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-18T08:45:06.711Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T08:45:06.972Z] Selecting previously unselected package libldap-common. [2020-12-18T08:45:06.972Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-18T08:45:06.972Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T08:45:06.972Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-18T08:45:06.972Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-18T08:45:06.972Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T08:45:06.972Z] Selecting previously unselected package dirmngr. [2020-12-18T08:45:07.234Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:07.234Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-18T08:45:07.234Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T08:45:07.234Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-18T08:45:07.234Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-18T08:45:07.234Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T08:45:07.234Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-18T08:45:07.494Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-18T08:45:07.494Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:07.494Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-18T08:45:07.494Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T08:45:07.494Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-18T08:45:07.755Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-18T08:45:07.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-18T08:45:08.017Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.017Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-18T08:45:08.017Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-18T08:45:08.017Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-18T08:45:08.278Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-18T08:45:08.278Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-18T08:45:08.278Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-18T08:45:08.539Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T08:45:08.801Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-18T08:45:08.801Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-18T08:45:08.801Z] This means they are not meant to be enabled using systemctl. [2020-12-18T08:45:08.801Z] Possible reasons for having this kind of units are: [2020-12-18T08:45:08.801Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-18T08:45:08.801Z] .wants/ or .requires/ directory. [2020-12-18T08:45:08.801Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-18T08:45:08.801Z] a requirement dependency on it. [2020-12-18T08:45:08.801Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-18T08:45:08.801Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-18T08:45:08.801Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-18T08:45:08.801Z] instance name specified. [2020-12-18T08:45:09.066Z] Reading package lists... [2020-12-18T08:45:09.327Z] Building dependency tree... [2020-12-18T08:45:09.327Z] Reading state information... [2020-12-18T08:45:09.327Z] The following additional packages will be installed: [2020-12-18T08:45:09.327Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-18T08:45:09.327Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-18T08:45:09.327Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-18T08:45:09.327Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-18T08:45:09.327Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-18T08:45:09.328Z] Suggested packages: [2020-12-18T08:45:09.328Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-18T08:45:09.328Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-18T08:45:09.328Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-18T08:45:09.328Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-18T08:45:09.328Z] systemd-container policykit-1 [2020-12-18T08:45:09.328Z] Recommended packages: [2020-12-18T08:45:09.328Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-18T08:45:09.590Z] The following NEW packages will be installed: [2020-12-18T08:45:09.590Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-18T08:45:09.590Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-18T08:45:09.590Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-18T08:45:09.590Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-18T08:45:09.590Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-18T08:45:09.590Z] The following packages will be upgraded: [2020-12-18T08:45:09.590Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-18T08:45:09.590Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-18T08:45:09.590Z] Need to get 35.2 MB of archives. [2020-12-18T08:45:09.590Z] After this operation, 141 MB of additional disk space will be used. [2020-12-18T08:45:09.590Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-18T08:45:09.590Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-18T08:45:09.590Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-18T08:45:09.590Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-18T08:45:09.852Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-18T08:45:09.852Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-18T08:45:09.852Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-18T08:45:09.852Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-18T08:45:09.852Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-18T08:45:09.852Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-18T08:45:09.852Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-18T08:45:09.852Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-18T08:45:09.852Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-18T08:45:09.852Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-18T08:45:09.852Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-18T08:45:09.852Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-18T08:45:09.852Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-18T08:45:10.423Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-18T08:45:10.423Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-18T08:45:10.423Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-18T08:45:10.423Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-18T08:45:10.423Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-18T08:45:10.423Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-18T08:45:10.423Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-18T08:45:10.423Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-18T08:45:10.423Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-18T08:45:10.423Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-18T08:45:10.684Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-18T08:45:10.684Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-18T08:45:10.684Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-18T08:45:12.076Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T08:45:12.076Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2020-12-18T08:45:12.076Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-18T08:45:12.076Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-18T08:45:12.076Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T08:45:12.648Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-18T08:45:12.648Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T08:45:12.648Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-18T08:45:12.909Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-18T08:45:12.909Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-18T08:45:12.909Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-18T08:45:13.169Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-18T08:45:13.169Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-18T08:45:13.169Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-18T08:45:13.169Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-18T08:45:13.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-18T08:45:13.430Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-18T08:45:13.430Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-18T08:45:13.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-18T08:45:14.001Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-18T08:45:14.001Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-18T08:45:14.001Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-18T08:45:14.002Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-18T08:45:14.264Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-18T08:45:14.264Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T08:45:14.264Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:14.525Z] Selecting previously unselected package libexpat1:amd64. [2020-12-18T08:45:14.525Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-18T08:45:14.526Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-18T08:45:14.526Z] Selecting previously unselected package python3.6-minimal. [2020-12-18T08:45:14.526Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T08:45:14.526Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:14.788Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-18T08:45:14.788Z] Checking for services that may need to be restarted...done. [2020-12-18T08:45:15.050Z] Checking for services that may need to be restarted...done. [2020-12-18T08:45:15.050Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:15.050Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-18T08:45:15.050Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:15.993Z] Selecting previously unselected package python3-minimal. [2020-12-18T08:45:15.993Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-18T08:45:15.993Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-18T08:45:15.993Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-18T08:45:15.993Z] Selecting previously unselected package mime-support. [2020-12-18T08:45:15.993Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-18T08:45:15.993Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-18T08:45:15.993Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-18T08:45:15.993Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-18T08:45:15.993Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-18T08:45:15.993Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-18T08:45:15.993Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T08:45:16.256Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:16.256Z] Selecting previously unselected package python3.6. [2020-12-18T08:45:16.256Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-18T08:45:16.516Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:16.516Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-18T08:45:16.516Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-18T08:45:16.516Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-18T08:45:16.516Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-18T08:45:16.777Z] Selecting previously unselected package python3. [2020-12-18T08:45:16.777Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-18T08:45:16.777Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-18T08:45:16.777Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-18T08:45:17.041Z] Selecting previously unselected package multiarch-support. [2020-12-18T08:45:17.041Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T08:45:17.041Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-18T08:45:17.041Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-18T08:45:17.041Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-18T08:45:17.041Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-18T08:45:17.041Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-18T08:45:17.041Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-18T08:45:17.302Z] Selecting previously unselected package libbsd0:amd64. [2020-12-18T08:45:17.302Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-18T08:45:17.302Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-18T08:45:17.302Z] Selecting previously unselected package sudo. [2020-12-18T08:45:17.302Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-18T08:45:17.302Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-18T08:45:17.563Z] Selecting previously unselected package apparmor. [2020-12-18T08:45:17.563Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-18T08:45:17.563Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-18T08:45:17.563Z] Selecting previously unselected package libedit2:amd64. [2020-12-18T08:45:17.563Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-18T08:45:17.824Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-18T08:45:17.824Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-18T08:45:17.824Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T08:45:17.824Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:17.824Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-18T08:45:17.824Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T08:45:17.824Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:18.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-18T08:45:18.084Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-18T08:45:18.084Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-18T08:45:18.084Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-18T08:45:18.084Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-18T08:45:18.084Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T08:45:18.084Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:18.345Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-18T08:45:18.345Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-18T08:45:18.345Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:18.345Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-18T08:45:18.345Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-18T08:45:18.345Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-18T08:45:18.607Z] Selecting previously unselected package openssh-client. [2020-12-18T08:45:18.607Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-18T08:45:18.607Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-18T08:45:18.607Z] Selecting previously unselected package squashfs-tools. [2020-12-18T08:45:18.607Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-18T08:45:18.607Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-18T08:45:18.867Z] Selecting previously unselected package snapd. [2020-12-18T08:45:18.868Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-18T08:45:18.868Z] Unpacking snapd (2.48+18.04) ... [2020-12-18T08:45:20.784Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-18T08:45:20.784Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-18T08:45:21.362Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-18T08:45:21.935Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-18T08:45:21.935Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-18T08:45:21.935Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:21.935Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T08:45:22.195Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-18T08:45:22.195Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-18T08:45:22.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-18T08:45:22.769Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-18T08:45:22.769Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-18T08:45:22.769Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-18T08:45:23.030Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:23.030Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:23.030Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-18T08:45:23.604Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-18T08:45:23.604Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:23.604Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-18T08:45:23.604Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-18T08:45:23.604Z] running python rtupdate hooks for python3.6... [2020-12-18T08:45:23.604Z] running python post-rtupdate hooks for python3.6... [2020-12-18T08:45:23.865Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-18T08:45:25.261Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-18T08:45:25.261Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-18T08:45:25.261Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-18T08:45:25.522Z] Setting up snapd (2.48+18.04) ... [2020-12-18T08:45:25.783Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-18T08:45:26.046Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-18T08:45:26.319Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-18T08:45:26.320Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-18T08:45:26.580Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-18T08:45:26.580Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-18T08:45:26.842Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-18T08:45:26.842Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-18T08:45:27.102Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-18T08:45:27.363Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-18T08:45:27.363Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-18T08:45:27.363Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-18T08:45:27.363Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-18T08:45:27.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-18T08:45:28.310Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-18T08:45:28.310Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-18T08:45:28.572Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-18T08:45:29.513Z] Reading package lists... [2020-12-18T08:45:29.776Z] Reading package lists... [2020-12-18T08:45:29.776Z] Building dependency tree... [2020-12-18T08:45:29.776Z] Reading state information... [2020-12-18T08:45:30.037Z] Calculating upgrade... [2020-12-18T08:45:30.037Z] The following packages will be upgraded: [2020-12-18T08:45:30.037Z] advancecomp base-files bash binutils binutils-common [2020-12-18T08:45:30.037Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-18T08:45:30.037Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-18T08:45:30.037Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-18T08:45:30.037Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-18T08:45:30.037Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-18T08:45:30.037Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-18T08:45:30.037Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-18T08:45:30.037Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-18T08:45:30.037Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-18T08:45:30.037Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-18T08:45:30.037Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-18T08:45:30.037Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-18T08:45:30.037Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-18T08:45:30.299Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-18T08:45:30.299Z] Need to get 63.5 MB of archives. [2020-12-18T08:45:30.299Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-18T08:45:30.299Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-18T08:45:30.299Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-18T08:45:30.876Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-18T08:45:30.876Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-18T08:45:30.876Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-18T08:45:30.876Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-18T08:45:30.876Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-18T08:45:30.876Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-18T08:45:30.876Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-18T08:45:30.876Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-18T08:45:30.876Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-18T08:45:31.139Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-18T08:45:31.139Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-18T08:45:31.139Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-18T08:45:31.139Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-18T08:45:31.139Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-18T08:45:31.139Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-18T08:45:31.139Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-18T08:45:31.139Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-18T08:45:31.139Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-18T08:45:31.139Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-18T08:45:31.139Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-18T08:45:31.139Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-18T08:45:31.139Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-18T08:45:31.139Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-18T08:45:31.139Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-18T08:45:31.139Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-18T08:45:31.139Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-18T08:45:31.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-18T08:45:31.401Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-18T08:45:31.401Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-18T08:45:31.401Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-18T08:45:31.401Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-18T08:45:31.401Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-18T08:45:31.401Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-18T08:45:31.401Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-18T08:45:31.401Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-18T08:45:31.401Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-18T08:45:31.401Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-18T08:45:31.401Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-18T08:45:31.401Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-18T08:45:31.401Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-18T08:45:31.401Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-18T08:45:31.401Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-18T08:45:31.401Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-18T08:45:31.401Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-18T08:45:31.664Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-18T08:45:31.664Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-18T08:45:31.664Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-18T08:45:31.664Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-18T08:45:31.664Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-18T08:45:31.664Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-18T08:45:31.664Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-18T08:45:31.664Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-18T08:45:31.664Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-18T08:45:31.664Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-18T08:45:31.664Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-18T08:45:31.664Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-18T08:45:31.664Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-18T08:45:31.664Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-18T08:45:31.664Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-18T08:45:31.664Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-18T08:45:31.664Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-18T08:45:31.664Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-18T08:45:31.664Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-18T08:45:31.664Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-18T08:45:31.664Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-18T08:45:31.664Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-18T08:45:31.664Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-18T08:45:31.664Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-18T08:45:31.664Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-18T08:45:31.664Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-18T08:45:31.929Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-18T08:45:31.929Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-18T08:45:31.929Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-18T08:45:31.929Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-18T08:45:31.929Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-18T08:45:31.929Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-18T08:45:31.929Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-18T08:45:31.929Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-18T08:45:31.929Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-18T08:45:31.929Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-18T08:45:32.190Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-18T08:45:32.190Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-18T08:45:32.190Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-18T08:45:32.190Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-18T08:45:32.190Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-18T08:45:32.190Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-18T08:45:32.455Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-18T08:45:33.028Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-18T08:45:33.028Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-18T08:45:33.028Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-18T08:45:33.289Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-18T08:45:33.289Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-18T08:45:33.289Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-18T08:45:33.289Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-18T08:45:33.289Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-18T08:45:33.553Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T08:45:33.553Z] Fetched 63.5 MB in 3s (19.7 MB/s) [2020-12-18T08:45:33.553Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:33.553Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T08:45:33.553Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T08:45:34.127Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T08:45:34.127Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T08:45:34.389Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-18T08:45:34.389Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-18T08:45:35.333Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:35.333Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:35.333Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:35.333Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:35.594Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:35.594Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:35.594Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:35.860Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:35.860Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:35.860Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:35.860Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:36.121Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:36.121Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:36.121Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:36.121Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:45:36.383Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T08:45:36.383Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:36.383Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-18T08:45:36.383Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:45:36.644Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T08:45:36.644Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:36.644Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:36.644Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:36.644Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:36.905Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:36.905Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-18T08:45:37.167Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:45:37.167Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T08:45:37.167Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T08:45:37.428Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T08:45:37.690Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-18T08:45:37.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-18T08:45:37.952Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-18T08:45:37.952Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-18T08:45:38.214Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-18T08:45:38.214Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-18T08:45:38.214Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-18T08:45:38.474Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-18T08:45:38.474Z] Installing new version of config file /etc/issue ... [2020-12-18T08:45:38.474Z] Installing new version of config file /etc/issue.net ... [2020-12-18T08:45:38.474Z] Installing new version of config file /etc/lsb-release ... [2020-12-18T08:45:38.474Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-18T08:45:38.735Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-18T08:45:38.736Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-18T08:45:38.736Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-18T08:45:38.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:38.997Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-18T08:45:38.997Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-18T08:45:39.261Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-18T08:45:39.261Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-18T08:45:39.261Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:39.261Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:39.261Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:39.522Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:39.522Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:39.522Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-18T08:45:39.522Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-18T08:45:39.783Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-18T08:45:39.783Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:39.783Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-18T08:45:39.784Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-18T08:45:40.068Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-18T08:45:40.333Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:40.333Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:40.333Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T08:45:40.333Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-18T08:45:40.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-18T08:45:40.594Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:40.594Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:40.594Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T08:45:40.855Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-18T08:45:40.855Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:40.855Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-18T08:45:40.855Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-18T08:45:40.855Z] Setting up grep (3.1-2build1) ... [2020-12-18T08:45:41.117Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:41.117Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-18T08:45:41.117Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-18T08:45:41.380Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-18T08:45:41.380Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:41.380Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T08:45:41.380Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T08:45:41.644Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-18T08:45:41.644Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:41.644Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-18T08:45:41.644Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T08:45:42.218Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-18T08:45:42.218Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T08:45:42.480Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-18T08:45:42.480Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T08:45:43.056Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-18T08:45:43.316Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:43.316Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-18T08:45:43.316Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-18T08:45:44.261Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-18T08:45:44.261Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-18T08:45:44.261Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-18T08:45:44.261Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-18T08:45:44.524Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-18T08:45:44.524Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:44.524Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-18T08:45:44.524Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-18T08:45:44.788Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-18T08:45:44.788Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:44.788Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:44.788Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] } [2020-12-18T08:45:44.879Z] $ docker stop --time=1 3ff796cebdcac05465a45ab43537c68243b010d699e749b4653b53b3bac06e30 [2020-12-18T08:45:45.050Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:45.050Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:45.050Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:45.050Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:45.311Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:45.311Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:45.311Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:45.311Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:45.311Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:45.574Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:45.574Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:45.574Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:45.574Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:45.836Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:45.836Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T08:45:45.836Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T08:45:45.836Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T08:45:45.836Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T08:45:45.836Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-18T08:45:46.097Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:46.097Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-18T08:45:46.097Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T08:45:46.097Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-18T08:45:46.358Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:46.358Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:46.358Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:46.358Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:46.620Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:46.620Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:46.620Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:46.620Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:46.881Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:46.881Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:46.881Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:47.453Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:45:47.453Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-18T08:45:47.468Z] $ docker rm -f 3ff796cebdcac05465a45ab43537c68243b010d699e749b4653b53b3bac06e30 [2020-12-18T08:45:47.713Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-18T08:45:47.974Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:47.974Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-18T08:45:47.974Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-18T08:45:47.974Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-18T08:45:48.237Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-18T08:45:48.237Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-18T08:45:48.237Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-18T08:45:48.501Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-18T08:45:48.501Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:48.501Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-12-18T08:45:48.761Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-18T08:45:48.761Z] Setting up debconf (1.5.66ubuntu1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-12-18T08:45:49.022Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:49.022Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-18T08:45:49.022Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:45:49.283Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T08:45:49.283Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:49.283Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-18T08:45:49.283Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T08:45:49.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T08:45:49.428Z] [2020-12-18T08:45:49.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:45:49.544Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T08:45:49.544Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:49.544Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-18T08:45:49.805Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T08:45:49.805Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T08:45:49.815Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T08:45:50.067Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:50.067Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-18T08:45:50.067Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-18T08:45:50.067Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-18T08:45:50.067Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-18T08:45:50.088Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-18T08:45:50.088Z] 29e5d40040c1: Pulling fs layer [2020-12-18T08:45:50.088Z] 1ce36da41761: Pulling fs layer [2020-12-18T08:45:50.088Z] 25b303627fd3: Pulling fs layer [2020-12-18T08:45:50.088Z] 29e5d40040c1: Verifying Checksum [2020-12-18T08:45:50.088Z] 29e5d40040c1: Download complete [2020-12-18T08:45:50.328Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:50.328Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T08:45:50.328Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-18T08:45:50.589Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:50.589Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-18T08:45:50.589Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-18T08:45:50.589Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-18T08:45:50.849Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:50.849Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-18T08:45:50.849Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-18T08:45:50.849Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-18T08:45:51.071Z] 1ce36da41761: Verifying Checksum [2020-12-18T08:45:51.071Z] 1ce36da41761: Download complete [2020-12-18T08:45:51.071Z] 29e5d40040c1: Pull complete [2020-12-18T08:45:51.110Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:51.110Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:51.110Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-18T08:45:51.110Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-18T08:45:51.371Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:51.371Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-18T08:45:51.371Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-18T08:45:51.371Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-18T08:45:51.633Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:51.633Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-18T08:45:51.633Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-18T08:45:51.894Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-18T08:45:52.155Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:52.155Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-18T08:45:52.155Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-18T08:45:52.155Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-18T08:45:52.155Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:52.155Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-18T08:45:52.420Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-18T08:45:52.420Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-18T08:45:52.420Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:52.420Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-18T08:45:52.503Z] 1ce36da41761: Pull complete [2020-12-18T08:45:52.503Z] 25b303627fd3: Verifying Checksum [2020-12-18T08:45:52.503Z] 25b303627fd3: Download complete [2020-12-18T08:45:52.680Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-18T08:45:52.680Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-18T08:45:52.680Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:52.680Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-18T08:45:52.680Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-18T08:45:52.941Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-18T08:45:52.941Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:52.941Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-18T08:45:52.941Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-18T08:45:53.220Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-18T08:45:53.220Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-18T08:45:53.220Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-18T08:45:53.220Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-18T08:45:53.220Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-18T08:45:53.481Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-18T08:45:53.481Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-18T08:45:53.481Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-18T08:45:53.481Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-18T08:45:53.481Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-18T08:45:53.755Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-18T08:45:53.755Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-18T08:45:54.015Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-18T08:45:54.015Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-18T08:45:54.276Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-18T08:45:54.276Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-18T08:45:54.276Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-18T08:45:54.276Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-18T08:45:54.537Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-18T08:45:54.537Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-18T08:45:54.537Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-18T08:45:54.537Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-18T08:45:54.799Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-18T08:45:54.799Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-18T08:45:54.799Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-18T08:45:55.061Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-18T08:45:55.061Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-18T08:45:55.061Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-18T08:45:55.322Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-18T08:45:55.322Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-18T08:45:56.266Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-18T08:45:56.266Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-18T08:45:56.266Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-18T08:45:56.266Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-18T08:45:56.266Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T08:45:56.266Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T08:45:56.838Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T08:45:56.839Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T08:45:56.839Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T08:45:57.101Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T08:45:57.101Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-18T08:45:57.101Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-18T08:45:57.366Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:57.366Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:45:57.366Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:57.631Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:45:57.631Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:57.631Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:45:58.225Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:58.225Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:45:58.882Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:45:58.882Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:46:00.098Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:46:00.098Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:46:00.688Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:46:00.688Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:46:00.949Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:46:00.950Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:46:01.894Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-18T08:46:01.894Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-18T08:46:01.894Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-18T08:46:01.894Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-18T08:46:01.894Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-18T08:46:01.894Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-18T08:46:02.156Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-18T08:46:02.156Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-18T08:46:02.416Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-18T08:46:02.416Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-18T08:46:02.663Z] 25b303627fd3: Pull complete [2020-12-18T08:46:02.663Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-18T08:46:02.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T08:46:02.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T08:46:02.677Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-18T08:46:02.677Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-18T08:46:02.677Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-18T08:46:02.677Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] withDockerContainer [2020-12-18T08:46:02.929Z] prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container [2020-12-18T08:46:02.943Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-18T08:46:02.943Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-18T08:46:02.943Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:02.943Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-18T08:46:03.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-18T08:46:03.206Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:03.206Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:03.206Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:03.466Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-18T08:46:03.466Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-18T08:46:03.466Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-18T08:46:03.466Z] [2020-12-18T08:46:03.466Z] Current default time zone: 'Etc/UTC' [2020-12-18T08:46:03.466Z] Local time is now: Fri Dec 18 08:46:03 UTC 2020. [2020-12-18T08:46:03.466Z] Universal Time is now: Fri Dec 18 08:46:03 UTC 2020. [2020-12-18T08:46:03.466Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-18T08:46:03.466Z] [2020-12-18T08:46:03.466Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-18T08:46:03.726Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:03.726Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-18T08:46:03.726Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-18T08:46:03.726Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-18T08:46:03.726Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-18T08:46:03.726Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-18T08:46:03.726Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-18T08:46:03.726Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-18T08:46:03.987Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-18T08:46:03.987Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:03.987Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-18T08:46:04.249Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:04.249Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-18T08:46:04.249Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:04.249Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-18T08:46:04.249Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-18T08:46:04.249Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-18T08:46:04.509Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-18T08:46:04.509Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-18T08:46:04.509Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-18T08:46:04.509Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-18T08:46:04.509Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-18T08:46:06.004Z] $ docker top c9707d42676459b481d182e9761ea122023fcef030a645c1bc46cb47198d2e7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:46:06.427Z] Updating certificates in /etc/ssl/certs... [2020-12-18T08:46:06.999Z] + grep parallel [2020-12-18T08:46:07.000Z] + docker-compose build --help [2020-12-18T08:46:07.367Z] 22 added, 17 removed; done. [2020-12-18T08:46:07.367Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-18T08:46:07.367Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-18T08:46:07.367Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-18T08:46:07.367Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-18T08:46:07.367Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-18T08:46:07.367Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.627Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-18T08:46:07.627Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.627Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.627Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.627Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.627Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.627Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-18T08:46:07.887Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-18T08:46:07.887Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-18T08:46:07.887Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-18T08:46:07.887Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-18T08:46:07.887Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.887Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-18T08:46:07.887Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-18T08:46:08.148Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-18T08:46:08.148Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-18T08:46:08.148Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-18T08:46:08.148Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-18T08:46:08.148Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-18T08:46:08.410Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-18T08:46:08.410Z] Updating certificates in /etc/ssl/certs... [2020-12-18T08:46:08.982Z] 0 added, 0 removed; done. [2020-12-18T08:46:08.982Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-18T08:46:08.982Z] done. [2020-12-18T08:46:09.552Z] Reading package lists... [2020-12-18T08:46:09.812Z] Building dependency tree... [2020-12-18T08:46:09.812Z] Reading state information... [2020-12-18T08:46:09.812Z] The following NEW packages will be installed: [2020-12-18T08:46:09.812Z] apt-transport-https [2020-12-18T08:46:10.073Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-18T08:46:10.073Z] Need to get 1696 B of archives. [2020-12-18T08:46:10.073Z] After this operation, 153 kB of additional disk space will be used. [2020-12-18T08:46:10.073Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-18T08:46:10.334Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T08:46:10.334Z] Fetched 1696 B in 0s (8481 B/s) [2020-12-18T08:46:10.334Z] Selecting previously unselected package apt-transport-https. [2020-12-18T08:46:10.334Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-18T08:46:10.334Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-18T08:46:10.334Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-18T08:46:10.334Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-18T08:46:10.355Z] --parallel Build images in parallel. [Pipeline] } [2020-12-18T08:46:10.381Z] $ docker stop --time=1 c9707d42676459b481d182e9761ea122023fcef030a645c1bc46cb47198d2e7e [2020-12-18T08:46:10.595Z] Waiting for network to be ready... [2020-12-18T08:46:12.242Z] $ docker rm -f c9707d42676459b481d182e9761ea122023fcef030a645c1bc46cb47198d2e7e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:46:13.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-18T08:46:13.060Z] . [Pipeline] withDockerContainer [2020-12-18T08:46:13.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-16735 does not seem to be running inside a container [2020-12-18T08:46:13.425Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-18T08:46:14.822Z] $ docker top 1331c4a18b76492affe7235a00b482f40ffbc4c0c57c849854549142da2eeb39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:46:15.884Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-18T08:46:17.194Z] 2020-12-18T08:46:13Z INFO Waiting for automatic snapd restart... [2020-12-18T08:46:17.194Z] snapd 2.48.1 from Canonical* installed [2020-12-18T08:46:17.764Z] "snapd" switched to the "latest/stable" channel [2020-12-18T08:46:17.764Z] [2020-12-18T08:46:19.246Z] Building docker-core-command-go ... [2020-12-18T08:46:19.246Z] Building docker-core-data-go ... [2020-12-18T08:46:19.246Z] Building docker-core-metadata-go ... [2020-12-18T08:46:19.246Z] Building docker-security-bootstrap-redis-go ... [2020-12-18T08:46:19.246Z] Building docker-security-proxy-setup-go ... [2020-12-18T08:46:19.246Z] Building docker-security-secretstore-setup-go ... [2020-12-18T08:46:19.246Z] Building docker-support-notifications-go ... [2020-12-18T08:46:19.246Z] Building docker-support-scheduler-go ... [2020-12-18T08:46:19.246Z] Building docker-sys-mgmt-agent-go ... [2020-12-18T08:46:19.246Z] Building docker-sys-mgmt-agent-go [2020-12-18T08:46:19.246Z] Building docker-support-notifications-go [2020-12-18T08:46:19.246Z] Building docker-core-command-go [2020-12-18T08:46:19.246Z] Building docker-security-secretstore-setup-go [2020-12-18T08:46:19.516Z] Building docker-security-bootstrap-redis-go [2020-12-18T08:46:21.073Z] core18 20201210 from Canonical* installed [2020-12-18T08:46:21.073Z] "core18" switched to the "latest/stable" channel [2020-12-18T08:46:21.073Z] [2020-12-18T08:46:23.620Z] snapcraft 4.4.4 from Canonical* installed [2020-12-18T08:46:23.881Z] "snapcraft" switched to the "latest/stable" channel [2020-12-18T08:46:23.881Z] [2020-12-18T08:46:28.093Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-18T08:46:28.093Z] - README.md [2020-12-18T08:46:28.093Z] [2020-12-18T08:46:28.093Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-18T08:46:34.680Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T08:46:34.680Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-18T08:46:34.680Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-18T08:46:34.680Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-18T08:46:35.253Z] Reading package lists... [2020-12-18T08:46:35.514Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-18T08:46:42.104Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T08:46:42.104Z] Reading package lists... [2020-12-18T08:46:42.104Z] Building dependency tree... [2020-12-18T08:46:42.104Z] Reading state information... [2020-12-18T08:46:42.104Z] Suggested packages: [2020-12-18T08:46:42.104Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-18T08:46:42.104Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-18T08:46:42.104Z] Recommended packages: [2020-12-18T08:46:42.104Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-18T08:46:42.104Z] The following NEW packages will be installed: [2020-12-18T08:46:42.104Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-18T08:46:42.104Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-18T08:46:42.104Z] pkg-config zip [2020-12-18T08:46:42.104Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-18T08:46:42.104Z] Need to get 7655 kB of archives. [2020-12-18T08:46:42.104Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-18T08:46:42.104Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-18T08:46:42.104Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-18T08:46:42.372Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-18T08:46:42.372Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-18T08:46:42.372Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-18T08:46:42.372Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-18T08:46:42.633Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-18T08:46:42.633Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-18T08:46:42.633Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-18T08:46:42.633Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-18T08:46:42.903Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-18T08:46:42.903Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-18T08:46:42.903Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-18T08:46:42.903Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-18T08:46:42.903Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-18T08:46:43.164Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-18T08:46:43.164Z] Fetched 7655 kB in 1s (7014 kB/s) [2020-12-18T08:46:43.164Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-18T08:46:43.164Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-18T08:46:43.164Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-18T08:46:43.164Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-18T08:46:43.425Z] Selecting previously unselected package libpsl5:amd64. [2020-12-18T08:46:43.425Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-18T08:46:43.425Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-18T08:46:43.425Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-18T08:46:43.425Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-18T08:46:43.425Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-18T08:46:43.686Z] Selecting previously unselected package librtmp1:amd64. [2020-12-18T08:46:43.686Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-18T08:46:43.686Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-18T08:46:43.686Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-18T08:46:43.686Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-18T08:46:43.686Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-18T08:46:43.948Z] Selecting previously unselected package liberror-perl. [2020-12-18T08:46:43.948Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-18T08:46:43.948Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-18T08:46:43.948Z] Selecting previously unselected package git-man. [2020-12-18T08:46:43.948Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-18T08:46:43.948Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-18T08:46:43.948Z] Selecting previously unselected package git. [2020-12-18T08:46:43.948Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-18T08:46:44.209Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-18T08:46:44.781Z] Selecting previously unselected package libnorm1:amd64. [2020-12-18T08:46:44.781Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-18T08:46:44.781Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-18T08:46:45.046Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-18T08:46:45.046Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-18T08:46:45.046Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-18T08:46:45.046Z] Selecting previously unselected package libsodium23:amd64. [2020-12-18T08:46:45.046Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-18T08:46:45.046Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-18T08:46:45.308Z] Selecting previously unselected package libzmq5:amd64. [2020-12-18T08:46:45.308Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-18T08:46:45.308Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T08:46:45.308Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-18T08:46:45.308Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-18T08:46:45.308Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T08:46:45.568Z] Selecting previously unselected package pkg-config. [2020-12-18T08:46:45.568Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-18T08:46:45.568Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-18T08:46:45.568Z] Selecting previously unselected package zip. [2020-12-18T08:46:45.568Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-18T08:46:45.568Z] Unpacking zip (3.0-11build1) ... [2020-12-18T08:46:45.568Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-18T08:46:45.568Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-18T08:46:45.831Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-18T08:46:45.831Z] Setting up liberror-perl (0.17025-1) ... [2020-12-18T08:46:45.831Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-18T08:46:45.831Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-18T08:46:45.831Z] No schema files found: doing nothing. [2020-12-18T08:46:45.831Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-18T08:46:45.831Z] Setting up zip (3.0-11build1) ... [2020-12-18T08:46:45.831Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-18T08:46:45.831Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-18T08:46:46.093Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-18T08:46:46.093Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T08:46:46.093Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-18T08:46:46.093Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-18T08:46:46.093Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-18T08:46:46.354Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-18T08:46:52.943Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T08:46:52.943Z] git set to automatically installed. [2020-12-18T08:46:52.943Z] git-man set to automatically installed. [2020-12-18T08:46:52.943Z] libcurl3-gnutls set to automatically installed. [2020-12-18T08:46:52.943Z] liberror-perl set to automatically installed. [2020-12-18T08:46:52.943Z] libglib2.0-0 set to automatically installed. [2020-12-18T08:46:52.943Z] libnghttp2-14 set to automatically installed. [2020-12-18T08:46:52.943Z] libnorm1 set to automatically installed. [2020-12-18T08:46:52.943Z] libpgm-5.2-0 set to automatically installed. [2020-12-18T08:46:52.943Z] libpsl5 set to automatically installed. [2020-12-18T08:46:52.943Z] librtmp1 set to automatically installed. [2020-12-18T08:46:52.943Z] libsodium23 set to automatically installed. [2020-12-18T08:46:52.943Z] libzmq3-dev set to automatically installed. [2020-12-18T08:46:52.943Z] libzmq5 set to automatically installed. [2020-12-18T08:46:52.943Z] pkg-config set to automatically installed. [2020-12-18T08:46:52.943Z] zip set to automatically installed. [2020-12-18T08:46:56.244Z] snapd is not logged in, snap install commands will use sudo [2020-12-18T08:47:02.831Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-18T08:47:02.831Z] snap "core18" has no updates available [2020-12-18T08:47:03.779Z] Pulling config-common [2020-12-18T08:47:04.718Z] Pulling go-build-helper [2020-12-18T08:47:26.692Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-18T08:47:26.692Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-18T08:47:26.692Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-18T08:47:26.692Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-18T08:47:26.692Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-18T08:47:26.692Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-18T08:47:26.692Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-18T08:47:26.692Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-18T08:47:26.692Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-18T08:47:26.692Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-18T08:47:26.692Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-18T08:47:26.692Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-18T08:47:26.692Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-18T08:47:26.692Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-18T08:47:26.692Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-18T08:47:26.692Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-18T08:47:26.692Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-18T08:47:26.692Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-18T08:47:26.692Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-18T08:47:26.692Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-18T08:47:26.692Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-18T08:47:26.692Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-18T08:47:26.692Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-18T08:47:26.692Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-18T08:47:26.692Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-18T08:47:26.692Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-18T08:47:26.692Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-18T08:47:26.692Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-18T08:47:26.692Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-18T08:47:26.692Z] Fetched 279 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-18T08:47:26.692Z] Fetched 122 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-18T08:47:26.692Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-18T08:47:26.692Z] Fetched 8848 B in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-18T08:47:26.692Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-18T08:47:26.692Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-18T08:47:26.692Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-18T08:47:26.692Z] Fetched 214 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-18T08:47:26.692Z] Fetched 155 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-18T08:47:26.692Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-18T08:47:26.692Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-18T08:47:26.692Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-18T08:47:26.693Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-18T08:47:26.693Z] Fetched 499 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-18T08:47:26.693Z] Fetched 111 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-18T08:47:26.693Z] Fetched 240 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-18T08:47:26.693Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-18T08:47:26.693Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-18T08:47:26.693Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-18T08:47:26.693Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-18T08:47:26.693Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-18T08:47:26.693Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-18T08:47:26.693Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-18T08:47:26.693Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-18T08:47:26.693Z] Fetched 8720 B in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-18T08:47:26.693Z] Fetched 137 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-18T08:47:26.693Z] Fetched 119 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-18T08:47:26.693Z] Fetched 109 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-18T08:47:26.693Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-18T08:47:26.693Z] Fetched 645 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-18T08:47:26.693Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-18T08:47:26.693Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-18T08:47:26.693Z] Fetched 368 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-18T08:47:26.693Z] Fetched 187 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-18T08:47:26.693Z] Fetched 175 kB in 0s (0 B/s) [2020-12-18T08:47:26.693Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-18T08:47:27.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:47:27.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:47:27.510Z] ---> 3c22d92b392b [2020-12-18T08:47:27.510Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T08:47:27.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:47:27.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:47:27.510Z] ---> 3c22d92b392b [2020-12-18T08:47:27.510Z] Step 3/24 : WORKDIR /edgex-go [2020-12-18T08:47:27.510Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:47:27.510Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:47:27.510Z] ---> 3c22d92b392b [2020-12-18T08:47:27.510Z] Step 3/27 : WORKDIR /edgex-go [2020-12-18T08:47:27.510Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:47:27.510Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:47:27.510Z] ---> 3c22d92b392b [2020-12-18T08:47:27.510Z] Step 3/22 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:47:27.510Z] [2020-12-18T08:47:27.510Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:47:27.510Z] ---> 3c22d92b392b [2020-12-18T08:47:27.510Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T08:47:29.473Z] ---> Running in c68dc0813cb9 [2020-12-18T08:47:29.473Z] ---> Running in b82af9578138 [2020-12-18T08:47:29.473Z] ---> Running in b0879033a8b0 [2020-12-18T08:47:29.473Z] ---> Running in 49be6f78f46c [2020-12-18T08:47:29.473Z] ---> Running in d3ef783c5f48 [2020-12-18T08:47:29.487Z] Fetched 206 kB in 0s (0 B/s) [2020-12-18T08:47:29.487Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-18T08:47:29.487Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-18T08:47:29.487Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-18T08:47:29.487Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-18T08:47:29.487Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-18T08:47:29.487Z] Fetched 159 kB in 0s (0 B/s) [2020-12-18T08:47:29.487Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-18T08:47:29.487Z] Fetched 107 kB in 0s (0 B/s) [2020-12-18T08:47:29.487Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-18T08:47:29.487Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-18T08:47:29.487Z] Pulling static-packages [2020-12-18T08:47:30.070Z] Removing intermediate container 49be6f78f46c [2020-12-18T08:47:30.070Z] ---> fa019e13b18f [2020-12-18T08:47:30.070Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:47:30.070Z] Removing intermediate container c68dc0813cb9 [2020-12-18T08:47:30.070Z] ---> 22c7bc31fda8 [2020-12-18T08:47:30.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:47:30.070Z] Removing intermediate container b82af9578138 [2020-12-18T08:47:30.070Z] ---> 9a6b04f8b2c6 [2020-12-18T08:47:30.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:47:30.351Z] ---> Running in ad50fbba2ffd [2020-12-18T08:47:30.351Z] Removing intermediate container d3ef783c5f48 [2020-12-18T08:47:30.351Z] ---> 31c80a10edd2 [2020-12-18T08:47:30.351Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:47:30.351Z] Removing intermediate container b0879033a8b0 [2020-12-18T08:47:30.351Z] ---> 87c062b59cb3 [2020-12-18T08:47:30.351Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:47:30.351Z] ---> Running in 71461703a380 [2020-12-18T08:47:30.430Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-18T08:47:30.430Z] Skipping pull go-build-helper (already ran) [2020-12-18T08:47:30.430Z] Skipping pull static-packages (already ran) [2020-12-18T08:47:30.430Z] Building go-build-helper [2020-12-18T08:47:30.631Z] ---> Running in 083defda0d5c [2020-12-18T08:47:30.631Z] ---> Running in 9c3743aa128f [2020-12-18T08:47:30.631Z] ---> Running in a8d1b8d21f56 [2020-12-18T08:47:34.048Z] Removing intermediate container ad50fbba2ffd [2020-12-18T08:47:34.048Z] ---> 3a4823b85073 [2020-12-18T08:47:34.048Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-18T08:47:34.048Z] ---> Running in bedb740dfd3b [2020-12-18T08:47:34.336Z] Removing intermediate container 71461703a380 [2020-12-18T08:47:34.336Z] ---> 35313acf02db [2020-12-18T08:47:34.336Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T08:47:34.609Z] Removing intermediate container a8d1b8d21f56 [2020-12-18T08:47:34.609Z] ---> 4731ebf17754 [2020-12-18T08:47:34.609Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-18T08:47:34.609Z] ---> Running in 3e6468b7f0bf [2020-12-18T08:47:34.638Z] Building static-packages [2020-12-18T08:47:34.890Z] Removing intermediate container 083defda0d5c [2020-12-18T08:47:34.890Z] ---> 15d8e2805330 [2020-12-18T08:47:34.890Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T08:47:34.890Z] ---> Running in 28f31a2d9993 [2020-12-18T08:47:34.890Z] Removing intermediate container 9c3743aa128f [2020-12-18T08:47:34.890Z] ---> 38e0d7c34249 [2020-12-18T08:47:34.890Z] Step 5/24 : RUN apk update && apk add make git [2020-12-18T08:47:35.168Z] ---> Running in a89a87964fd3 [2020-12-18T08:47:35.444Z] ---> Running in b3a77a20edc5 [2020-12-18T08:47:36.032Z] Staging go-build-helper [2020-12-18T08:47:36.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:36.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:36.972Z] Staging static-packages [2020-12-18T08:47:36.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:36.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:37.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:37.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:37.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:37.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:37.807Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:47:37.807Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:47:37.807Z] OK: 12620 distinct packages available [2020-12-18T08:47:37.912Z] Pulling go115 [2020-12-18T08:47:38.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:38.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:47:38.354Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:47:38.354Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:47:38.354Z] OK: 12620 distinct packages available [2020-12-18T08:47:38.629Z] OK: 217 MiB in 51 packages [2020-12-18T08:47:38.629Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:47:38.629Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:47:38.629Z] OK: 12620 distinct packages available [2020-12-18T08:47:38.851Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-18T08:47:38.851Z] Skipping pull go115 (already ran) [2020-12-18T08:47:38.851Z] Building go115 [2020-12-18T08:47:38.851Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T08:47:38.851Z] Dload Upload Total Spent Left Speed [2020-12-18T08:47:38.903Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:47:38.903Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:47:38.903Z] OK: 12620 distinct packages available [2020-12-18T08:47:38.903Z] OK: 217 MiB in 51 packages [2020-12-18T08:47:39.180Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:47:39.180Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:47:39.180Z] OK: 12620 distinct packages available [2020-12-18T08:47:39.785Z] OK: 217 MiB in 51 packages [2020-12-18T08:47:40.063Z] OK: 217 MiB in 51 packages [2020-12-18T08:47:40.063Z] OK: 217 MiB in 51 packages [2020-12-18T08:47:41.059Z] Removing intermediate container bedb740dfd3b [2020-12-18T08:47:41.059Z] ---> 621407a59952 [2020-12-18T08:47:41.059Z] Step 6/24 : COPY go.mod . [2020-12-18T08:47:41.339Z] Removing intermediate container 3e6468b7f0bf [2020-12-18T08:47:41.339Z] ---> 5ce447bfcac7 [2020-12-18T08:47:41.339Z] Step 6/22 : COPY go.mod . [2020-12-18T08:47:41.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.6M 0 0 42.1M 0 0:00:02 --:--:-- 0:00:02 42.0M 64 115M 64 74.9M 0 0 47.2M 0 0:00:02 0:00:01 0:00:01 47.2M 100 115M 100 115M 0 0 45.1M 0 0:00:02 0:00:02 --:--:-- 45.1M [2020-12-18T08:47:41.617Z] Removing intermediate container 28f31a2d9993 [2020-12-18T08:47:41.617Z] ---> 39687602ec46 [2020-12-18T08:47:41.617Z] Step 6/27 : COPY go.mod . [2020-12-18T08:47:41.894Z] ---> 8c08dcf49485 [2020-12-18T08:47:41.894Z] Step 7/24 : RUN go mod download [2020-12-18T08:47:41.949Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-18T08:47:42.178Z] Removing intermediate container a89a87964fd3 [2020-12-18T08:47:42.178Z] ---> c4ef81fdb778 [2020-12-18T08:47:42.178Z] Step 6/22 : COPY go.mod . [2020-12-18T08:47:42.178Z] Removing intermediate container b3a77a20edc5 [2020-12-18T08:47:42.178Z] ---> 3969b9c4a90a [2020-12-18T08:47:42.178Z] Step 6/24 : COPY go.mod . [2020-12-18T08:47:42.178Z] ---> Running in 47492a0ea71d [2020-12-18T08:47:42.178Z] ---> 128e1cfaaf0a [2020-12-18T08:47:42.178Z] Step 7/22 : RUN go mod download [2020-12-18T08:47:42.779Z] ---> Running in 9d6be457080c [2020-12-18T08:47:42.779Z] ---> 3d30fbfca503 [2020-12-18T08:47:42.779Z] Step 7/27 : RUN go mod download [2020-12-18T08:47:43.059Z] ---> Running in 2f7aabfcd948 [2020-12-18T08:47:43.340Z] ---> f62bca5d77ff [2020-12-18T08:47:43.341Z] Step 7/22 : RUN go mod download [2020-12-18T08:47:43.341Z] ---> 14432ad6105c [2020-12-18T08:47:43.341Z] Step 7/24 : RUN go mod download [2020-12-18T08:47:43.615Z] ---> Running in 4058188ce552 [2020-12-18T08:47:43.890Z] ---> Running in 237727bbc6f7 [2020-12-18T08:47:46.156Z] Staging go115 [2020-12-18T08:47:47.308Z] Removing intermediate container 47492a0ea71d [2020-12-18T08:47:47.308Z] ---> e970725fff15 [2020-12-18T08:47:47.308Z] Removing intermediate container 9d6be457080c [2020-12-18T08:47:47.308Z] ---> 80f56c616f0c [2020-12-18T08:47:47.308Z] Step 8/24 : COPY . .Step 8/22 : COPY . . [2020-12-18T08:47:47.308Z] [2020-12-18T08:47:47.910Z] Removing intermediate container 2f7aabfcd948 [2020-12-18T08:47:47.910Z] ---> 5fda35077420 [2020-12-18T08:47:47.910Z] Step 8/27 : COPY . . [2020-12-18T08:47:47.910Z] Removing intermediate container 4058188ce552 [2020-12-18T08:47:47.910Z] ---> 6bd653e22a8b [2020-12-18T08:47:47.910Z] Step 8/22 : COPY . . [2020-12-18T08:47:48.892Z] Removing intermediate container 237727bbc6f7 [2020-12-18T08:47:48.892Z] ---> 60427d9fc2f7 [2020-12-18T08:47:48.892Z] Step 8/24 : COPY . . [2020-12-18T08:47:51.444Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-18T08:47:51.444Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-18T08:47:51.444Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-18T08:47:51.444Z] Fetched 88.7 kB in 0s (0 B/s) [2020-12-18T08:47:51.444Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-18T08:47:51.444Z] Fetched 224 kB in 0s (0 B/s) [2020-12-18T08:47:51.444Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-18T08:47:51.444Z] Fetched 157 kB in 0s (0 B/s) [2020-12-18T08:47:51.444Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-18T08:47:51.444Z] Fetched 221 kB in 0s (0 B/s) [2020-12-18T08:47:51.444Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-18T08:47:51.444Z] Fetched 143 kB in 0s (0 B/s) [2020-12-18T08:47:51.444Z] Pulling edgex-go [2020-12-18T08:47:52.831Z] Pulling version [2020-12-18T08:47:53.402Z] Building config-common [2020-12-18T08:47:55.316Z] Skipping build go-build-helper (already ran) [2020-12-18T08:47:55.316Z] Skipping build static-packages (already ran) [2020-12-18T08:47:55.316Z] Skipping build go115 (already ran) [2020-12-18T08:47:55.576Z] Building edgex-go [2020-12-18T08:47:55.576Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-18T08:47:56.960Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-18T08:47:56.960Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-18T08:47:56.960Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-18T08:47:56.960Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-18T08:47:56.960Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-18T08:47:56.960Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-18T08:47:56.960Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-18T08:47:56.960Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-18T08:47:56.960Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-18T08:47:56.960Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-18T08:47:56.960Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-18T08:47:56.960Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-18T08:47:56.960Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-18T08:47:56.960Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-18T08:47:56.960Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-18T08:47:56.960Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-18T08:47:56.960Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-18T08:47:57.222Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-18T08:47:57.222Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-18T08:47:57.222Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-18T08:47:57.222Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-18T08:47:57.222Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-18T08:47:57.222Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-18T08:47:57.222Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-18T08:47:57.222Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-18T08:47:57.223Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-18T08:47:57.223Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-18T08:47:57.223Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-18T08:47:57.223Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-18T08:47:57.223Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-18T08:47:57.486Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-18T08:47:57.486Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-18T08:47:57.746Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-18T08:47:58.009Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-18T08:48:04.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-18T08:48:08.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-18T08:48:09.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-18T08:48:10.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-18T08:48:11.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-18T08:48:11.262Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-18T08:48:11.262Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-18T08:48:11.262Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-18T08:48:12.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-18T08:48:12.664Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-18T08:48:12.664Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-18T08:48:14.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-18T08:48:14.046Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-18T08:48:14.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-18T08:48:14.992Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-18T08:48:15.719Z] ---> 987af38a1cd9 [2020-12-18T08:48:15.719Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-18T08:48:15.719Z] ---> 30d3829c1613 [2020-12-18T08:48:15.719Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-18T08:48:15.719Z] ---> a41b429b7ae8 [2020-12-18T08:48:15.719Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-18T08:48:15.719Z] ---> 8d24bb740b2f [2020-12-18T08:48:15.719Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-18T08:48:15.719Z] ---> 6ce9c0673a9b [2020-12-18T08:48:15.719Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-18T08:48:15.719Z] ---> Running in c5b174b13860 [2020-12-18T08:48:15.719Z] ---> Running in 09f323a70f4e [2020-12-18T08:48:15.719Z] ---> Running in 74d174adab81 [2020-12-18T08:48:15.719Z] ---> Running in 6ab6cd52115a [2020-12-18T08:48:15.719Z] ---> Running in 1d5dd6577f83 [2020-12-18T08:48:15.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-18T08:48:15.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-18T08:48:15.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-18T08:48:15.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-18T08:48:15.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-18T08:48:16.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-18T08:48:16.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-18T08:48:17.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-18T08:48:19.806Z] Building version [2020-12-18T08:48:22.369Z] Staging config-common [2020-12-18T08:48:23.310Z] Skipping stage go-build-helper (already ran) [2020-12-18T08:48:23.310Z] Skipping stage static-packages (already ran) [2020-12-18T08:48:23.310Z] Skipping stage go115 (already ran) [2020-12-18T08:48:23.310Z] Staging edgex-go [2020-12-18T08:48:24.253Z] Staging version [2020-12-18T08:48:25.194Z] Priming config-common [2020-12-18T08:48:26.135Z] Priming go-build-helper [2020-12-18T08:48:27.520Z] Priming static-packages [2020-12-18T08:48:30.072Z] Priming go115 [2020-12-18T08:48:30.646Z] Priming edgex-go [2020-12-18T08:48:32.033Z] Priming version [2020-12-18T08:48:33.422Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-18T08:49:37.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-18T08:49:44.285Z] Removing intermediate container c5b174b13860 [2020-12-18T08:49:44.286Z] ---> 72b9f991a782 [2020-12-18T08:49:44.286Z] [2020-12-18T08:49:44.286Z] Step 10/22 : FROM alpine:3.10 [2020-12-18T08:49:44.286Z] 3.10: Pulling from library/alpine [2020-12-18T08:49:45.725Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-18T08:49:45.725Z] Status: Downloaded newer image for alpine:3.10 [2020-12-18T08:49:45.725Z] ---> 536a684cf733 [2020-12-18T08:49:45.725Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T08:49:46.012Z] Removing intermediate container 74d174adab81 [2020-12-18T08:49:46.012Z] ---> f86c60e026d2 [2020-12-18T08:49:46.012Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-18T08:49:46.611Z] ---> Running in 7b6c08ec1bd1 [2020-12-18T08:49:46.611Z] ---> Running in e85bcaeffe85 [2020-12-18T08:49:47.594Z] Removing intermediate container 09f323a70f4e [2020-12-18T08:49:47.594Z] ---> 00ca332637af [2020-12-18T08:49:47.594Z] [2020-12-18T08:49:47.594Z] Step 10/24 : FROM alpine:3.10 [2020-12-18T08:49:47.594Z] ---> 536a684cf733 [2020-12-18T08:49:47.594Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-18T08:49:47.866Z] ---> Running in 7f388e128e4f [2020-12-18T08:49:48.142Z] Removing intermediate container 6ab6cd52115a [2020-12-18T08:49:48.142Z] ---> 04376c44fd98 [2020-12-18T08:49:48.142Z] [2020-12-18T08:49:48.142Z] Step 10/24 : FROM scratch [2020-12-18T08:49:48.142Z] ---> [2020-12-18T08:49:48.142Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-18T08:49:48.420Z] Removing intermediate container 1d5dd6577f83 [2020-12-18T08:49:48.421Z] ---> ac0782cbaa51 [2020-12-18T08:49:48.421Z] [2020-12-18T08:49:48.421Z] Step 10/22 : FROM scratch [2020-12-18T08:49:48.421Z] ---> [2020-12-18T08:49:48.421Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:49:48.701Z] ---> Running in 74816fbd050c [2020-12-18T08:49:48.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:49:48.701Z] ---> Running in 85e149397086 [2020-12-18T08:49:48.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-18T08:49:48.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:49:49.245Z] Removing intermediate container 74816fbd050c [2020-12-18T08:49:49.245Z] ---> 366526f094f5 [2020-12-18T08:49:49.245Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-18T08:49:49.521Z] ---> Running in e623071aa667 [2020-12-18T08:49:49.521Z] Removing intermediate container 85e149397086 [2020-12-18T08:49:49.521Z] ---> 53de5aed21c1 [2020-12-18T08:49:49.521Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-18T08:49:49.521Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-18T08:49:49.521Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-18T08:49:49.521Z] OK: 10171 distinct packages available [2020-12-18T08:49:49.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:49:49.521Z] ---> Running in 26aa22212034 [2020-12-18T08:49:49.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:49:50.074Z] Removing intermediate container e623071aa667 [2020-12-18T08:49:50.074Z] ---> 2fe6096840d6 [2020-12-18T08:49:50.074Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-18T08:49:50.074Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-18T08:49:50.351Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-18T08:49:50.351Z] ---> Running in dbcd944a6c84 [2020-12-18T08:49:50.351Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-18T08:49:50.351Z] Removing intermediate container 26aa22212034 [2020-12-18T08:49:50.351Z] ---> 6b507ed0b0a7 [2020-12-18T08:49:50.351Z] Step 13/22 : EXPOSE $APP_PORTv3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-18T08:49:50.351Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-18T08:49:50.351Z] OK: 10171 distinct packages available [2020-12-18T08:49:50.351Z] [2020-12-18T08:49:50.351Z] (4/5) Installing curl (7.66.0-r3) [2020-12-18T08:49:50.351Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-18T08:49:50.351Z] Executing busybox-1.30.1-r3.trigger [2020-12-18T08:49:50.351Z] Executing ca-certificates-20191127-r2.trigger [2020-12-18T08:49:50.626Z] ---> Running in 0c0816f3c6f2 [2020-12-18T08:49:50.626Z] OK: 7 MiB in 19 packages [2020-12-18T08:49:50.900Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-18T08:49:50.900Z] Removing intermediate container dbcd944a6c84 [2020-12-18T08:49:50.900Z] ---> 06035c6e96d9 [2020-12-18T08:49:50.900Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-18T08:49:51.295Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-18T08:49:51.295Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-18T08:49:51.295Z] (4/5) Installing curl (7.66.0-r3) [2020-12-18T08:49:51.295Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-18T08:49:51.295Z] Executing busybox-1.30.1-r3.trigger [2020-12-18T08:49:51.295Z] Executing ca-certificates-20191127-r2.trigger [2020-12-18T08:49:51.592Z] Removing intermediate container 0c0816f3c6f2 [2020-12-18T08:49:51.592Z] ---> 23849d83e89d [2020-12-18T08:49:51.592Z] Step 14/22 : WORKDIR / [2020-12-18T08:49:51.592Z] OK: 7 MiB in 19 packages [2020-12-18T08:49:51.892Z] ---> Running in d0386db5715b [2020-12-18T08:49:52.210Z] ---> 44eb99f693b1 [2020-12-18T08:49:52.210Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-18T08:49:53.006Z] Removing intermediate container d0386db5715b [2020-12-18T08:49:53.006Z] ---> 8e23c949a9eb [2020-12-18T08:49:53.006Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-18T08:49:53.988Z] Removing intermediate container 7b6c08ec1bd1 [2020-12-18T08:49:53.988Z] ---> 7ab37cede756 [2020-12-18T08:49:53.988Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-18T08:49:54.260Z] Removing intermediate container e85bcaeffe85 [2020-12-18T08:49:54.260Z] ---> 681dc0da93e5 [2020-12-18T08:49:54.260Z] [2020-12-18T08:49:54.260Z] Step 11/27 : FROM docker:latest [2020-12-18T08:49:54.260Z] ---> 0c09fb3ff9b5 [2020-12-18T08:49:54.260Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-18T08:49:54.260Z] ---> 39e1e2a733e7 [2020-12-18T08:49:54.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-18T08:49:54.260Z] ---> 3479f6effade [2020-12-18T08:49:54.260Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-18T08:49:54.260Z] ---> Running in dfe7da859373 [2020-12-18T08:49:54.260Z] Removing intermediate container 7f388e128e4f [2020-12-18T08:49:54.260Z] ---> 3a4be5760f6a [2020-12-18T08:49:54.260Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T08:49:54.534Z] ---> Running in db8d4cb1606a [2020-12-18T08:49:54.534Z] ---> Running in 36df0cca44c1 [2020-12-18T08:49:55.126Z] Removing intermediate container dfe7da859373 [2020-12-18T08:49:55.126Z] ---> 081b427b9b26 [2020-12-18T08:49:55.126Z] Step 13/22 : WORKDIR / [2020-12-18T08:49:55.397Z] Removing intermediate container 36df0cca44c1 [2020-12-18T08:49:55.397Z] ---> 14c73e62874a [2020-12-18T08:49:55.397Z] Step 13/24 : WORKDIR / [2020-12-18T08:49:55.667Z] ---> Running in ab3e6315047b [2020-12-18T08:49:55.667Z] ---> Running in 6f0b22669212 [2020-12-18T08:49:55.939Z] ---> 54495837dced [2020-12-18T08:49:55.939Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-18T08:49:55.939Z] ---> 0e317e814d09 [2020-12-18T08:49:55.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-18T08:49:55.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:49:56.212Z] Removing intermediate container ab3e6315047b [2020-12-18T08:49:56.212Z] ---> 8b07b46f61ff [2020-12-18T08:49:56.212Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-18T08:49:56.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:49:56.486Z] Removing intermediate container 6f0b22669212 [2020-12-18T08:49:56.486Z] ---> 5ccd3af4129b [2020-12-18T08:49:56.486Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-18T08:49:57.083Z] (1/2) Installing readline (8.0.4-r0) [2020-12-18T08:49:57.083Z] (2/2) Installing bash (5.0.17-r0) [2020-12-18T08:49:57.083Z] ---> f043cbdf6d97 [2020-12-18T08:49:57.083Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-18T08:49:57.083Z] Executing bash-5.0.17-r0.post-install [2020-12-18T08:49:57.083Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:49:57.083Z] OK: 12 MiB in 22 packages [2020-12-18T08:49:57.083Z] ---> fa17950edc6f [2020-12-18T08:49:57.083Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-18T08:49:57.356Z] ---> Running in e7e6d54acfba [2020-12-18T08:49:57.632Z] ---> 64d33f2a79f4 [2020-12-18T08:49:57.632Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-18T08:49:57.910Z] ---> 1aa680cbeae4 [2020-12-18T08:49:57.911Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-18T08:49:57.911Z] Removing intermediate container e7e6d54acfba [2020-12-18T08:49:57.911Z] ---> 4f28900433ee [2020-12-18T08:49:57.911Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:49:58.507Z] ---> Running in 880bfaa2a34d [2020-12-18T08:49:58.777Z] ---> 63d7e2392a1c [2020-12-18T08:49:58.777Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-18T08:49:59.060Z] Removing intermediate container db8d4cb1606a [2020-12-18T08:49:59.060Z] ---> f9716ffad8af [2020-12-18T08:49:59.060Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-18T08:49:59.060Z] ---> 8ed13c50dc97 [2020-12-18T08:49:59.060Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-18T08:49:59.060Z] Removing intermediate container 880bfaa2a34d [2020-12-18T08:49:59.060Z] ---> 95d4f6daba1e [2020-12-18T08:49:59.060Z] Step 20/22 : LABEL arch=arm64 [2020-12-18T08:49:59.341Z] ---> Running in f1b49883602d [2020-12-18T08:49:59.341Z] ---> e712c6631da1 [2020-12-18T08:49:59.341Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-18T08:49:59.341Z] ---> Running in a66cd178de99 [2020-12-18T08:49:59.616Z] ---> ad3723b63f77 [2020-12-18T08:49:59.616Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-18T08:49:59.899Z] ---> b10f7b1e772f [2020-12-18T08:49:59.899Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-18T08:49:59.899Z] ---> Running in b7ff005dc0d6 [2020-12-18T08:50:00.174Z] Removing intermediate container a66cd178de99 [2020-12-18T08:50:00.174Z] ---> 663f5e12c5ff [2020-12-18T08:50:00.174Z] Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:50:00.450Z] ---> 281367df0f25 [2020-12-18T08:50:00.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-18T08:50:00.450Z] ---> Running in 51242bca967f [2020-12-18T08:50:00.730Z] Removing intermediate container b7ff005dc0d6 [2020-12-18T08:50:00.730Z] ---> 366fed257a98 [2020-12-18T08:50:00.730Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:50:01.011Z] ---> Running in 05540cf07114 [2020-12-18T08:50:01.011Z] Removing intermediate container 51242bca967f [2020-12-18T08:50:01.011Z] ---> 2f582f075d62 [2020-12-18T08:50:01.011Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T08:50:01.617Z] ---> Running in a0ecf8464f4e [2020-12-18T08:50:01.617Z] ---> e772208088d9 [2020-12-18T08:50:01.892Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-18T08:50:01.892Z] Removing intermediate container 05540cf07114 [2020-12-18T08:50:01.892Z] ---> 54a8ca774603 [2020-12-18T08:50:01.892Z] Step 22/24 : LABEL arch=arm64 [2020-12-18T08:50:01.892Z] ---> 00867e5cff30 [2020-12-18T08:50:01.892Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-18T08:50:02.168Z] ---> Running in ac76efa4f29b [2020-12-18T08:50:02.168Z] ---> Running in 3352ba9d0167 [2020-12-18T08:50:02.449Z] Removing intermediate container a0ecf8464f4e [2020-12-18T08:50:02.449Z] ---> dc6388a9425b [2020-12-18T08:50:02.449Z] [2020-12-18T08:50:02.722Z] Removing intermediate container f1b49883602d [2020-12-18T08:50:02.722Z] ---> 87531cba48be [2020-12-18T08:50:02.722Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-18T08:50:02.995Z] Successfully built dc6388a9425b [2020-12-18T08:50:02.995Z] ---> Running in 3f5bcc41e19a [2020-12-18T08:50:02.995Z] Removing intermediate container ac76efa4f29b [2020-12-18T08:50:02.995Z] ---> bd3faf8a94f1 [2020-12-18T08:50:02.995Z] Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:50:02.995Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-18T08:50:02.995Z] Building docker-core-data-go [2020-12-18T08:50:03.269Z]  Building docker-core-command-go ... done  ---> Running in f6d3e3aea1ed [2020-12-18T08:50:03.877Z] ---> 0ad7423b96ef [2020-12-18T08:50:03.877Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-18T08:50:03.877Z] Removing intermediate container f6d3e3aea1ed [2020-12-18T08:50:03.877Z] ---> 78398ed0644d [2020-12-18T08:50:03.877Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T08:50:03.877Z] Removing intermediate container 3f5bcc41e19a [2020-12-18T08:50:03.877Z] ---> 1750e834adc8 [2020-12-18T08:50:03.877Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-18T08:50:04.471Z] ---> Running in 1b49cda20cae [2020-12-18T08:50:04.471Z] ---> Running in 9e3d84338717 [2020-12-18T08:50:05.919Z] Removing intermediate container 1b49cda20cae [2020-12-18T08:50:05.919Z] ---> 773a03717e2e [2020-12-18T08:50:05.919Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-18T08:50:05.919Z] ---> edd4481fb04b [2020-12-18T08:50:05.919Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-18T08:50:05.919Z] Removing intermediate container 9e3d84338717 [2020-12-18T08:50:05.919Z] ---> e942312daa6c [2020-12-18T08:50:05.919Z] [2020-12-18T08:50:06.197Z] ---> Running in 12ce1d0ef2fa [2020-12-18T08:50:06.197Z] Removing intermediate container 3352ba9d0167 [2020-12-18T08:50:06.197Z] ---> 19f7d6d76592 [2020-12-18T08:50:06.197Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-18T08:50:06.476Z] Successfully built e942312daa6c [2020-12-18T08:50:06.476Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-18T08:50:06.476Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-12-18T08:50:06.476Z] ---> Running in 9d6f1cfde639 [2020-12-18T08:50:06.749Z] ---> Running in 53857a282d38 [2020-12-18T08:50:07.024Z] Removing intermediate container 12ce1d0ef2fa [2020-12-18T08:50:07.024Z] ---> 450f8d211ee0 [2020-12-18T08:50:07.024Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-18T08:50:07.624Z] Removing intermediate container 53857a282d38 [2020-12-18T08:50:07.624Z] ---> 080d855e317f [2020-12-18T08:50:07.624Z] Step 20/22 : LABEL arch=arm64 [2020-12-18T08:50:07.899Z] ---> Running in 5ef2f9ac674c [2020-12-18T08:50:09.964Z] ---> 933fc177a631 [2020-12-18T08:50:09.964Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-18T08:50:10.562Z] Removing intermediate container 5ef2f9ac674c [2020-12-18T08:50:10.562Z] ---> 7a0c9b22ede2 [2020-12-18T08:50:10.562Z] Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:50:10.838Z] ---> 1b928b108760 [2020-12-18T08:50:10.838Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-18T08:50:11.113Z] ---> Running in a161a119e6ae [2020-12-18T08:50:11.113Z] Removing intermediate container 9d6f1cfde639 [2020-12-18T08:50:11.113Z] ---> 839e183efbea [2020-12-18T08:50:11.113Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-18T08:50:11.713Z] ---> Running in 6843bef539c1 [2020-12-18T08:50:11.713Z] Removing intermediate container a161a119e6ae [2020-12-18T08:50:11.713Z] ---> 3da31c862286 [2020-12-18T08:50:11.713Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T08:50:11.996Z] ---> 813ede3ea9df [2020-12-18T08:50:11.996Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-18T08:50:11.996Z] ---> Running in 9d7e750755b3 [2020-12-18T08:50:12.283Z] ---> Running in a575230a3d04 [2020-12-18T08:50:12.283Z] Removing intermediate container 6843bef539c1 [2020-12-18T08:50:12.283Z] ---> 71caf9480177 [2020-12-18T08:50:12.283Z] Step 22/24 : LABEL arch=arm64 [2020-12-18T08:50:13.266Z] ---> Running in 504e50973eaf [2020-12-18T08:50:13.266Z] Removing intermediate container 9d7e750755b3 [2020-12-18T08:50:13.266Z] ---> f12d0b0efbb0 [2020-12-18T08:50:13.266Z] [2020-12-18T08:50:13.870Z] Successfully built f12d0b0efbb0 [2020-12-18T08:50:13.870Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-18T08:50:13.870Z] Building docker-security-proxy-setup-go [2020-12-18T08:50:14.148Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 504e50973eaf [2020-12-18T08:50:14.149Z] ---> b02a945e6f6d [2020-12-18T08:50:14.149Z] Step 23/24 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:50:14.426Z] ---> Running in 99559ccfe087 [2020-12-18T08:50:14.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:14.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:14.983Z] Removing intermediate container 99559ccfe087 [2020-12-18T08:50:14.983Z] ---> ea9cb6d9a66c [2020-12-18T08:50:14.983Z] Step 24/24 : LABEL version=0.0.0 [2020-12-18T08:50:15.254Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-18T08:50:15.254Z] (2/33) Installing expat (2.2.9-r1) [2020-12-18T08:50:15.254Z] (3/33) Installing libffi (3.3-r2) [2020-12-18T08:50:15.254Z] (4/33) Installing gdbm (1.13-r1) [2020-12-18T08:50:15.254Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-18T08:50:15.254Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-18T08:50:15.254Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-18T08:50:15.532Z] ---> Running in e9c1019bb187 [2020-12-18T08:50:16.972Z] Removing intermediate container e9c1019bb187 [2020-12-18T08:50:16.972Z] ---> aa71d9dedce9 [2020-12-18T08:50:16.972Z] [2020-12-18T08:50:17.245Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-18T08:50:17.245Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-18T08:50:17.245Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-18T08:50:17.245Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-18T08:50:17.245Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-18T08:50:17.245Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-18T08:50:17.245Z] Successfully built aa71d9dedce9 [2020-12-18T08:50:17.245Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-18T08:50:17.518Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-18T08:50:17.518Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-12-18T08:50:17.518Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-18T08:50:17.518Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-18T08:50:17.518Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-18T08:50:17.518Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-18T08:50:17.518Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-18T08:50:17.518Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-18T08:50:17.518Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-18T08:50:17.518Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-18T08:50:17.518Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-18T08:50:17.790Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-18T08:50:17.790Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-18T08:50:17.790Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-18T08:50:17.790Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-18T08:50:17.790Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-18T08:50:17.790Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-18T08:50:17.790Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-18T08:50:17.790Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-18T08:50:17.790Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-18T08:50:17.790Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-18T08:50:18.063Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:50:18.063Z] OK: 71 MiB in 55 packages [2020-12-18T08:50:28.217Z] Removing intermediate container a575230a3d04 [2020-12-18T08:50:28.217Z] ---> e7bf1b195107 [2020-12-18T08:50:28.217Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-18T08:50:28.217Z] ---> Running in 40ee49d5576b [2020-12-18T08:50:33.624Z] Collecting docker-compose==1.23.2 [2020-12-18T08:50:33.625Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-18T08:50:34.221Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-18T08:50:34.221Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-18T08:50:34.494Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-18T08:50:34.495Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-18T08:50:38.808Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-18T08:50:38.808Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-18T08:50:38.809Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-18T08:50:38.809Z] Collecting docker<4.0,>=3.6.0 [2020-12-18T08:50:38.809Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-18T08:50:39.792Z] Collecting docopt<0.7,>=0.6.1 [2020-12-18T08:50:39.792Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-18T08:50:40.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:50:40.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:50:40.779Z] ---> 3c22d92b392b [2020-12-18T08:50:40.779Z] Step 3/23 : WORKDIR /edgex-go [2020-12-18T08:50:40.779Z] ---> Using cache [2020-12-18T08:50:40.779Z] ---> 87c062b59cb3 [2020-12-18T08:50:40.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:50:40.779Z] ---> Using cache [2020-12-18T08:50:40.779Z] ---> 4731ebf17754 [2020-12-18T08:50:40.779Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-18T08:50:42.769Z] Collecting cached-property<2,>=1.2.0 [2020-12-18T08:50:42.769Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-18T08:50:43.751Z] ---> Running in 6253d6f72d84 [2020-12-18T08:50:43.751Z] Collecting PyYAML<4,>=3.10 [2020-12-18T08:50:43.751Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-18T08:50:45.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:46.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:47.156Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:50:47.156Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:50:47.156Z] OK: 12620 distinct packages available [2020-12-18T08:50:47.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:50:47.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:50:47.784Z] ---> 3c22d92b392b [2020-12-18T08:50:47.784Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T08:50:47.784Z] ---> Using cache [2020-12-18T08:50:47.784Z] ---> 87c062b59cb3 [2020-12-18T08:50:47.784Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:50:47.784Z] ---> Using cache [2020-12-18T08:50:47.784Z] ---> 4731ebf17754 [2020-12-18T08:50:47.784Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T08:50:47.784Z] OK: 217 MiB in 51 packages [2020-12-18T08:50:48.083Z] Collecting texttable<0.10,>=0.9.0 [2020-12-18T08:50:48.356Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-18T08:50:50.352Z] ---> Running in f8fd117c302d [2020-12-18T08:50:51.339Z] Collecting jsonschema<3,>=2.5.1 [2020-12-18T08:50:51.339Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-18T08:50:51.611Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-18T08:50:51.885Z] Removing intermediate container 6253d6f72d84 [2020-12-18T08:50:51.885Z] ---> a7b3cdb0d61f [2020-12-18T08:50:51.885Z] Step 6/23 : COPY go.mod . [2020-12-18T08:50:52.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:52.436Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-18T08:50:52.436Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-18T08:50:52.715Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-18T08:50:53.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:53.005Z] Collecting idna<2.8,>=2.5 [2020-12-18T08:50:53.005Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-18T08:50:53.620Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:50:53.620Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:50:53.620Z] ---> 3c22d92b392b [2020-12-18T08:50:53.620Z] Step 3/21 : WORKDIR /edgex-go [2020-12-18T08:50:53.620Z] ---> Using cache [2020-12-18T08:50:53.620Z] ---> 87c062b59cb3 [2020-12-18T08:50:53.620Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:50:53.620Z] ---> Using cache [2020-12-18T08:50:53.620Z] ---> 4731ebf17754 [2020-12-18T08:50:53.620Z] Step 5/21 : RUN apk update && apk add make git [2020-12-18T08:50:53.898Z] Collecting docker-pycreds>=0.4.0 [2020-12-18T08:50:53.898Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-18T08:50:53.898Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:50:53.898Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:50:53.898Z] OK: 12620 distinct packages available [2020-12-18T08:50:53.898Z] ---> a64d1c612bc6 [2020-12-18T08:50:53.898Z] Step 7/23 : RUN go mod download [2020-12-18T08:50:54.176Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-18T08:50:54.176Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-18T08:50:54.176Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-18T08:50:54.176Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-18T08:50:54.452Z] ---> Running in b6b22dd817a6 [2020-12-18T08:50:54.725Z] OK: 217 MiB in 51 packages [2020-12-18T08:50:54.996Z] ---> Running in 1d21c0317b1e [2020-12-18T08:50:55.270Z] Installing collected packages: websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, PyYAML, texttable, jsonschema, docker-compose [2020-12-18T08:50:55.875Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-18T08:50:55.875Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-18T08:50:55.875Z] ---> 3c22d92b392b [2020-12-18T08:50:55.875Z] Step 3/22 : WORKDIR /edgex-go [2020-12-18T08:50:55.875Z] ---> Using cache [2020-12-18T08:50:55.875Z] ---> 87c062b59cb3 [2020-12-18T08:50:55.875Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:50:55.875Z] ---> Using cache [2020-12-18T08:50:55.875Z] ---> 4731ebf17754 [2020-12-18T08:50:55.875Z] Step 5/22 : RUN apk update && apk add make git [2020-12-18T08:50:55.875Z] ---> Running in 503cf3b5ba39 [2020-12-18T08:50:55.875Z] Running setup.py install for dockerpty: started [2020-12-18T08:50:57.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:57.564Z] Removing intermediate container f8fd117c302d [2020-12-18T08:50:57.564Z] ---> 7fbbe3a7ecbb [2020-12-18T08:50:57.564Z] Step 6/21 : COPY go.mod . [2020-12-18T08:50:57.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:58.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:58.895Z] ---> fd41dd2427c9 [2020-12-18T08:50:58.895Z] Step 7/21 : RUN go mod download [2020-12-18T08:50:58.895Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-18T08:50:58.895Z] Attempting uninstall: urllib3 [2020-12-18T08:50:58.895Z] Found existing installation: urllib3 1.25.9 [2020-12-18T08:50:58.895Z] Uninstalling urllib3-1.25.9: [2020-12-18T08:50:58.895Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:50:58.895Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:50:58.895Z] OK: 12620 distinct packages available [2020-12-18T08:50:59.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:50:59.169Z] ---> Running in 45cc401efb9b [2020-12-18T08:50:59.169Z] Successfully uninstalled urllib3-1.25.9 [2020-12-18T08:51:00.149Z] OK: 217 MiB in 51 packages [2020-12-18T08:51:00.149Z] Attempting uninstall: idna [2020-12-18T08:51:00.149Z] Found existing installation: idna 2.9 [2020-12-18T08:51:00.149Z] Uninstalling idna-2.9: [2020-12-18T08:51:00.149Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:51:00.149Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:51:00.149Z] OK: 12620 distinct packages available [2020-12-18T08:51:00.149Z] Successfully uninstalled idna-2.9 [2020-12-18T08:51:00.149Z] Removing intermediate container 1d21c0317b1e [2020-12-18T08:51:00.149Z] ---> b84b81e53abb [2020-12-18T08:51:00.149Z] Step 8/23 : COPY . . [2020-12-18T08:51:00.750Z] Attempting uninstall: requests [2020-12-18T08:51:00.750Z] Found existing installation: requests 2.23.0 [2020-12-18T08:51:00.750Z] Uninstalling requests-2.23.0: [2020-12-18T08:51:01.024Z] OK: 217 MiB in 51 packages [2020-12-18T08:51:01.024Z] Successfully uninstalled requests-2.23.0 [2020-12-18T08:51:02.471Z] Removing intermediate container b6b22dd817a6 [2020-12-18T08:51:02.471Z] ---> 1f6b81210c2b [2020-12-18T08:51:02.471Z] Step 6/21 : COPY go.mod . [2020-12-18T08:51:02.471Z] Running setup.py install for docopt: started [2020-12-18T08:51:03.940Z] ---> 53412407abd4 [2020-12-18T08:51:03.940Z] Step 7/21 : RUN go mod download [2020-12-18T08:51:03.940Z] Removing intermediate container 503cf3b5ba39 [2020-12-18T08:51:03.940Z] ---> e074c8adca52 [2020-12-18T08:51:03.940Z] Step 6/22 : COPY go.mod . [2020-12-18T08:51:04.550Z] ---> Running in 3e0ffe2c62cb [2020-12-18T08:51:04.550Z] Removing intermediate container 45cc401efb9b [2020-12-18T08:51:04.550Z] ---> ef13adf8dd9b [2020-12-18T08:51:04.550Z] Step 8/21 : COPY . . [2020-12-18T08:51:04.823Z] Running setup.py install for docopt: finished with status 'done' [2020-12-18T08:51:04.823Z] Running setup.py install for PyYAML: started [2020-12-18T08:51:05.421Z] ---> 627452799a11 [2020-12-18T08:51:05.421Z] Step 7/22 : RUN go mod download [2020-12-18T08:51:06.403Z] ---> Running in 6688faf865db [2020-12-18T08:51:07.855Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-18T08:51:07.855Z] Running setup.py install for texttable: started [2020-12-18T08:51:09.856Z] Removing intermediate container 3e0ffe2c62cb [2020-12-18T08:51:09.856Z] ---> 674d31a60d70 [2020-12-18T08:51:09.856Z] Step 8/21 : COPY . . [2020-12-18T08:51:10.460Z] Running setup.py install for texttable: finished with status 'done' [2020-12-18T08:51:11.448Z] Removing intermediate container 6688faf865db [2020-12-18T08:51:11.448Z] ---> beb828d8c3ef [2020-12-18T08:51:11.448Z] Step 8/22 : COPY . . [2020-12-18T08:51:11.723Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-18T08:51:21.896Z] ---> 1ff41cf861ba [2020-12-18T08:51:21.896Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-18T08:51:21.896Z] Removing intermediate container 40ee49d5576b [2020-12-18T08:51:21.896Z] ---> 4874af1c6d18 [2020-12-18T08:51:21.896Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-18T08:51:24.524Z] ---> Running in d2009067e7c0 [2020-12-18T08:51:24.524Z] ---> Running in 9d23e5cde8bf [2020-12-18T08:51:25.992Z] ---> 1cefccc326b6 [2020-12-18T08:51:25.992Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-18T08:51:26.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:51:26.594Z] ---> Running in 7c42793237a2 [2020-12-18T08:51:26.869Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-18T08:51:26.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:51:27.465Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T08:51:27.465Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-18T08:51:27.742Z] (3/3) Installing curl (7.69.1-r3) [2020-12-18T08:51:27.742Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:51:27.742Z] OK: 71 MiB in 58 packages [2020-12-18T08:51:29.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-18T08:51:29.476Z] ---> d71b6cb7f7fa [2020-12-18T08:51:29.476Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-18T08:51:29.755Z] ---> Running in c007e94dfe3d [2020-12-18T08:51:30.357Z] Removing intermediate container 9d23e5cde8bf [2020-12-18T08:51:30.357Z] ---> 63ee1fb3b667 [2020-12-18T08:51:30.357Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-18T08:51:30.357Z] ---> Running in 7edde9eb3de0 [2020-12-18T08:51:31.404Z] Removing intermediate container 7edde9eb3de0 [2020-12-18T08:51:31.404Z] ---> d5e086d3b34d [2020-12-18T08:51:31.404Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:51:31.404Z] ---> 0b235808657c [2020-12-18T08:51:31.404Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-18T08:51:31.683Z] ---> Running in e549f96963ed [2020-12-18T08:51:31.683Z] ---> Running in 68755b39a630 [2020-12-18T08:51:32.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-18T08:51:32.573Z] Removing intermediate container e549f96963ed [2020-12-18T08:51:32.573Z] ---> fa9181029ee8 [2020-12-18T08:51:32.573Z] Step 25/27 : LABEL arch=arm64 [2020-12-18T08:51:32.850Z] ---> Running in 2ba31d15008b [2020-12-18T08:51:33.837Z] Removing intermediate container 2ba31d15008b [2020-12-18T08:51:33.837Z] ---> 6d71b791de01 [2020-12-18T08:51:33.837Z] Step 26/27 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:51:33.837Z] ---> Running in e5f54c2c2962 [2020-12-18T08:51:34.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-18T08:51:34.713Z] Removing intermediate container e5f54c2c2962 [2020-12-18T08:51:34.713Z] ---> 218016b185a7 [2020-12-18T08:51:34.713Z] Step 27/27 : LABEL version=0.0.0 [2020-12-18T08:51:34.713Z] ---> Running in 982214222adc [2020-12-18T08:51:35.333Z] Removing intermediate container 982214222adc [2020-12-18T08:51:35.333Z] ---> a5e847c48f7c [2020-12-18T08:51:35.333Z] [2020-12-18T08:51:35.935Z] Successfully built a5e847c48f7c [2020-12-18T08:51:35.935Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-18T08:52:43.979Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-18T08:52:49.416Z] Removing intermediate container 7c42793237a2 [2020-12-18T08:52:49.416Z] ---> 9f72d7459027 [2020-12-18T08:52:49.416Z] [2020-12-18T08:52:49.416Z] Step 10/21 : FROM scratch [2020-12-18T08:52:49.416Z] ---> [2020-12-18T08:52:49.416Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:52:49.416Z] ---> Using cache [2020-12-18T08:52:49.416Z] ---> 53de5aed21c1 [2020-12-18T08:52:49.416Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-18T08:52:49.416Z] ---> Running in c0618775967b [2020-12-18T08:52:50.026Z] Removing intermediate container c007e94dfe3d [2020-12-18T08:52:50.026Z] ---> cd973f174ec9 [2020-12-18T08:52:50.026Z] [2020-12-18T08:52:50.026Z] Step 10/21 : FROM alpine [2020-12-18T08:52:50.026Z] Removing intermediate container c0618775967b [2020-12-18T08:52:50.026Z] ---> 315bf12e7cf0 [2020-12-18T08:52:50.026Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-18T08:52:50.026Z] latest: Pulling from library/alpine [2020-12-18T08:52:50.304Z] ---> Running in 6aa1f9b55c93 [2020-12-18T08:52:51.291Z] Removing intermediate container 6aa1f9b55c93 [2020-12-18T08:52:51.291Z] ---> a3802281c716 [2020-12-18T08:52:51.291Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-18T08:52:51.568Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-18T08:52:51.568Z] Status: Downloaded newer image for alpine:latest [2020-12-18T08:52:51.568Z] ---> afeebe901d6b [2020-12-18T08:52:51.568Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-18T08:52:52.180Z] ---> Running in 41e94bfbe65e [2020-12-18T08:52:52.459Z] ---> 81a354e9ef5a [2020-12-18T08:52:52.459Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-18T08:52:54.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:52:54.748Z] ---> 195cb390832d [2020-12-18T08:52:54.748Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-18T08:52:54.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:52:55.358Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-18T08:52:55.358Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-18T08:52:55.358Z] OK: 12615 distinct packages available [2020-12-18T08:52:55.634Z] ---> 4115d1808cc4 [2020-12-18T08:52:55.908Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-18T08:52:55.908Z] ---> Running in 497b4e3193b9 [2020-12-18T08:52:56.183Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-18T08:52:56.183Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-18T08:52:56.183Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-18T08:52:56.183Z] (4/4) Installing curl (7.69.1-r3) [2020-12-18T08:52:56.183Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:52:56.463Z] Executing ca-certificates-20191127-r4.trigger [2020-12-18T08:52:56.463Z] OK: 7 MiB in 18 packages [2020-12-18T08:52:56.743Z] Removing intermediate container 497b4e3193b9 [2020-12-18T08:52:56.743Z] ---> 8fe6d3438cd1 [2020-12-18T08:52:56.743Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:52:56.743Z] ---> Running in 7c6754ae4137 [2020-12-18T08:52:57.737Z] Removing intermediate container 7c6754ae4137 [2020-12-18T08:52:57.737Z] ---> 055b33d8ec54 [2020-12-18T08:52:57.737Z] Step 19/21 : LABEL arch=arm64 [2020-12-18T08:52:57.737Z] ---> Running in 474b45d3ed37 [2020-12-18T08:52:58.722Z] Removing intermediate container 474b45d3ed37 [2020-12-18T08:52:58.722Z] ---> 732638a1d22f [2020-12-18T08:52:58.722Z] Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:52:58.722Z] Removing intermediate container 41e94bfbe65e [2020-12-18T08:52:58.722Z] ---> 02c3a128269b [2020-12-18T08:52:58.722Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-18T08:52:58.722Z] ---> Running in 2165f61792aa [2020-12-18T08:52:59.005Z] ---> Running in 17e9ce178327 [2020-12-18T08:52:59.279Z] Removing intermediate container 2165f61792aa [2020-12-18T08:52:59.279Z] ---> 33b17a2366cd [2020-12-18T08:52:59.279Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T08:52:59.556Z] ---> Running in 8f1e1f43688e [2020-12-18T08:52:59.556Z] Removing intermediate container 17e9ce178327 [2020-12-18T08:52:59.556Z] ---> 281fe81c49da [2020-12-18T08:52:59.556Z] Step 13/21 : WORKDIR /edgex [2020-12-18T08:53:00.159Z] ---> Running in 5146b6ab2334 [2020-12-18T08:53:00.491Z] Removing intermediate container 8f1e1f43688e [2020-12-18T08:53:00.491Z] ---> 0d1a14667b21 [2020-12-18T08:53:00.491Z] [2020-12-18T08:53:00.823Z] Removing intermediate container 5146b6ab2334 [2020-12-18T08:53:00.823Z] ---> 9de65c680fdb [2020-12-18T08:53:00.823Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-18T08:53:01.146Z] Successfully built 0d1a14667b21 [2020-12-18T08:53:01.146Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-18T08:53:02.681Z]  Building docker-support-scheduler-go ... done  ---> 8d83ba617c27 [2020-12-18T08:53:02.681Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-18T08:53:04.117Z] ---> f291c3fdde20 [2020-12-18T08:53:04.117Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-18T08:53:06.100Z] ---> e48ea5116039 [2020-12-18T08:53:06.100Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-18T08:53:06.100Z] ---> Running in 21cda1ce3258 [2020-12-18T08:53:06.100Z] Removing intermediate container 68755b39a630 [2020-12-18T08:53:06.100Z] ---> 97ccaba188a7 [2020-12-18T08:53:06.100Z] [2020-12-18T08:53:06.100Z] Step 10/22 : FROM scratch [2020-12-18T08:53:06.100Z] ---> [2020-12-18T08:53:06.100Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:53:06.370Z] ---> Using cache [2020-12-18T08:53:06.370Z] ---> 53de5aed21c1 [2020-12-18T08:53:06.370Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-18T08:53:06.661Z] Removing intermediate container 21cda1ce3258 [2020-12-18T08:53:06.661Z] ---> Running in 7fde540a5f9e [2020-12-18T08:53:06.661Z] ---> cae4603b778d [2020-12-18T08:53:06.661Z] Step 18/21 : CMD ["--init=true"] [2020-12-18T08:53:06.939Z] ---> Running in 24c1e5b8042f [2020-12-18T08:53:07.216Z] Removing intermediate container 7fde540a5f9e [2020-12-18T08:53:07.216Z] ---> 9e036a9f45bd [2020-12-18T08:53:07.216Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-18T08:53:07.216Z] ---> Running in f54b22b451eb [2020-12-18T08:53:07.492Z] Removing intermediate container 24c1e5b8042f [2020-12-18T08:53:07.492Z] ---> b35201e518fd [2020-12-18T08:53:07.493Z] Step 19/21 : LABEL arch=arm64 [2020-12-18T08:53:07.773Z] ---> Running in 439f5e51282f [2020-12-18T08:53:07.773Z] Removing intermediate container f54b22b451eb [2020-12-18T08:53:07.773Z] ---> 4e59a21ae0cc [2020-12-18T08:53:07.773Z] Step 14/22 : WORKDIR / [2020-12-18T08:53:08.057Z] ---> Running in 2aba0a3c9851 [2020-12-18T08:53:08.333Z] Removing intermediate container 439f5e51282f [2020-12-18T08:53:08.333Z] ---> a534a329868d [2020-12-18T08:53:08.333Z] Step 20/21 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:53:08.621Z] ---> Running in f81d5d658971 [2020-12-18T08:53:08.621Z] Removing intermediate container 2aba0a3c9851 [2020-12-18T08:53:08.621Z] ---> 2ece946ed9c0 [2020-12-18T08:53:08.621Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-18T08:53:09.611Z] Removing intermediate container f81d5d658971 [2020-12-18T08:53:09.611Z] ---> 285a4daa4a71 [2020-12-18T08:53:09.611Z] Step 21/21 : LABEL version=0.0.0 [2020-12-18T08:53:09.611Z] ---> 08cc374969fa [2020-12-18T08:53:09.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-18T08:53:09.887Z] ---> Running in 4ca3efa52119 [2020-12-18T08:53:10.492Z] Removing intermediate container d2009067e7c0 [2020-12-18T08:53:10.492Z] ---> 76996f4ff9d2 [2020-12-18T08:53:10.492Z] [2020-12-18T08:53:10.492Z] Step 10/23 : FROM alpine [2020-12-18T08:53:10.492Z] ---> afeebe901d6b [2020-12-18T08:53:10.492Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-18T08:53:10.492Z] Removing intermediate container 4ca3efa52119 [2020-12-18T08:53:10.492Z] ---> 9f89b74072c3 [2020-12-18T08:53:10.492Z] [2020-12-18T08:53:10.769Z] ---> Running in 9db79239957f [2020-12-18T08:53:11.046Z] Successfully built 9f89b74072c3 [2020-12-18T08:53:11.046Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-18T08:53:11.321Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9db79239957f [2020-12-18T08:53:11.321Z] ---> be951535198f [2020-12-18T08:53:11.321Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-18T08:53:11.321Z] ---> e81a31a78cb6 [2020-12-18T08:53:11.321Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-18T08:53:11.597Z] ---> Running in 0d568c06c6fe [2020-12-18T08:53:11.873Z] Removing intermediate container 0d568c06c6fe [2020-12-18T08:53:11.873Z] ---> 8d2b24102add [2020-12-18T08:53:11.873Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-18T08:53:12.148Z] ---> ba1c680f6fe0 [2020-12-18T08:53:12.148Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-18T08:53:12.148Z] ---> Running in f83d90f6cda3 [2020-12-18T08:53:12.148Z] ---> Running in 6c33021f7f0f [2020-12-18T08:53:12.748Z] Removing intermediate container f83d90f6cda3 [2020-12-18T08:53:12.748Z] ---> e1dc92dda1e0 [2020-12-18T08:53:12.748Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-18T08:53:12.748Z] Removing intermediate container 6c33021f7f0f [2020-12-18T08:53:12.748Z] ---> b5dca9b6e756 [2020-12-18T08:53:12.748Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:53:12.748Z] ---> Running in 3714657fa27b [2020-12-18T08:53:12.748Z] ---> Running in cd7fc59bb2de [2020-12-18T08:53:13.357Z] Removing intermediate container 3714657fa27b [2020-12-18T08:53:13.357Z] ---> 5584d90cfebf [2020-12-18T08:53:13.357Z] Step 20/22 : LABEL arch=arm64 [2020-12-18T08:53:13.632Z] ---> Running in ee3449562261 [2020-12-18T08:53:13.915Z] Removing intermediate container ee3449562261 [2020-12-18T08:53:13.915Z] ---> a4aaf0ebd57e [2020-12-18T08:53:13.915Z] Step 21/22 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:53:14.195Z] ---> Running in a2ed95756a7a [2020-12-18T08:53:14.792Z] Removing intermediate container a2ed95756a7a [2020-12-18T08:53:14.792Z] ---> db887f8e1f55 [2020-12-18T08:53:14.792Z] Step 22/22 : LABEL version=0.0.0 [2020-12-18T08:53:15.068Z] ---> Running in 9f7812efa419 [2020-12-18T08:53:15.068Z] Removing intermediate container cd7fc59bb2de [2020-12-18T08:53:15.068Z] ---> 55d19bb4ee88 [2020-12-18T08:53:15.068Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-18T08:53:15.340Z] ---> Running in d4ce7258b38c [2020-12-18T08:53:15.340Z] Removing intermediate container 9f7812efa419 [2020-12-18T08:53:15.340Z] ---> a2c7762bb8c9 [2020-12-18T08:53:15.340Z] [2020-12-18T08:53:15.943Z] Successfully built a2c7762bb8c9 [2020-12-18T08:53:15.943Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-18T08:53:16.540Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-18T08:53:17.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-18T08:53:17.731Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-18T08:53:18.004Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-18T08:53:18.004Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-18T08:53:18.282Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-18T08:53:18.282Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-18T08:53:18.282Z] Executing busybox-1.31.1-r19.trigger [2020-12-18T08:53:18.282Z] OK: 8 MiB in 19 packages [2020-12-18T08:53:19.721Z] Removing intermediate container d4ce7258b38c [2020-12-18T08:53:19.721Z] ---> cbed047eb9ce [2020-12-18T08:53:19.721Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-18T08:53:20.319Z] ---> 1560f161bcad [2020-12-18T08:53:20.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-18T08:53:21.760Z] ---> d45c95c80c46 [2020-12-18T08:53:21.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-18T08:53:22.361Z] ---> 218f66d04889 [2020-12-18T08:53:22.361Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-18T08:53:22.635Z] ---> Running in 43275d8a04e3 [2020-12-18T08:53:23.233Z] Removing intermediate container 43275d8a04e3 [2020-12-18T08:53:23.233Z] ---> c2f0e1ccdf0c [2020-12-18T08:53:23.233Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-18T08:53:23.233Z] ---> Running in 56a9600c92e3 [2020-12-18T08:53:23.833Z] Removing intermediate container 56a9600c92e3 [2020-12-18T08:53:23.833Z] ---> f31f1479f855 [2020-12-18T08:53:23.833Z] Step 21/23 : LABEL arch=arm64 [2020-12-18T08:53:23.833Z] ---> Running in b9805b8a7101 [2020-12-18T08:53:24.437Z] Removing intermediate container b9805b8a7101 [2020-12-18T08:53:24.437Z] ---> f1b6ae297f15 [2020-12-18T08:53:24.438Z] Step 22/23 : LABEL git_sha=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [2020-12-18T08:53:24.438Z] ---> Running in 903823930d3d [2020-12-18T08:53:24.713Z] Removing intermediate container 903823930d3d [2020-12-18T08:53:24.713Z] ---> 75d4294629b1 [2020-12-18T08:53:24.713Z] Step 23/23 : LABEL version=0.0.0 [2020-12-18T08:53:24.991Z] ---> Running in 015065b5c139 [2020-12-18T08:53:25.587Z] Removing intermediate container 015065b5c139 [2020-12-18T08:53:25.587Z] ---> 025e04da36c6 [2020-12-18T08:53:25.587Z] [2020-12-18T08:53:25.862Z] Successfully built 025e04da36c6 [2020-12-18T08:53:25.862Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-18T08:53:26.153Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-18T08:53:26.165Z] $ docker stop --time=1 1331c4a18b76492affe7235a00b482f40ffbc4c0c57c849854549142da2eeb39 [2020-12-18T08:53:28.110Z] $ docker rm -f 1331c4a18b76492affe7235a00b482f40ffbc4c0c57c849854549142da2eeb39 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-18T08:53:28.848Z] + docker images [2020-12-18T08:53:28.848Z] + grep docker [2020-12-18T08:53:29.124Z] docker-core-data-go-arm64 latest 025e04da36c6 3 seconds ago 21MB [2020-12-18T08:53:29.124Z] docker-core-metadata-go-arm64 latest a2c7762bb8c9 13 seconds ago 12.2MB [2020-12-18T08:53:29.124Z] docker-security-proxy-setup-go-arm64 latest 9f89b74072c3 18 seconds ago 23.4MB [2020-12-18T08:53:29.124Z] docker-support-scheduler-go-arm64 latest 0d1a14667b21 29 seconds ago 10MB [2020-12-18T08:53:29.124Z] docker-sys-mgmt-agent-go-arm64 latest a5e847c48f7c About a minute ago 300MB [2020-12-18T08:53:29.124Z] docker-security-secretstore-setup-go-arm64 latest aa71d9dedce9 3 minutes ago 23.5MB [2020-12-18T08:53:29.124Z] docker-security-bootstrap-redis-go-arm64 latest f12d0b0efbb0 3 minutes ago 15.2MB [2020-12-18T08:53:29.124Z] docker-support-notifications-go-arm64 latest e942312daa6c 3 minutes ago 11.4MB [2020-12-18T08:53:29.125Z] docker-core-command-go-arm64 latest dc6388a9425b 3 minutes ago 9.98MB [2020-12-18T08:53:29.125Z] docker latest 0c09fb3ff9b5 2 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-18T08:53:32.324Z] provisioning config files... [2020-12-18T08:53:32.345Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7595083705687817596tmp [Pipeline] { [Pipeline] sh [2020-12-18T08:53:32.732Z] + set +x [2020-12-18T08:53:32.732Z] + curl -s https://codecov.io/bash [2020-12-18T08:53:32.732Z] + bash -s -- [2020-12-18T08:53:33.310Z] [2020-12-18T08:53:33.310Z] _____ _ [2020-12-18T08:53:33.310Z] / ____| | | [2020-12-18T08:53:33.310Z] | | ___ __| | ___ ___ _____ __ [2020-12-18T08:53:33.310Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-18T08:53:33.310Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-18T08:53:33.310Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-18T08:53:33.310Z] Bash-20201217-3d3df35 [2020-12-18T08:53:33.310Z] [2020-12-18T08:53:33.310Z] [2020-12-18T08:53:33.310Z] git version 2.24.3 found [2020-12-18T08:53:33.310Z] curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-18T08:53:33.310Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-18T08:53:33.310Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-18T08:53:33.310Z] ==> Jenkins CI detected. [2020-12-18T08:53:33.310Z] project root: . [2020-12-18T08:53:33.310Z] --> token set from env [2020-12-18T08:53:33.310Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-18T08:53:33.310Z] ==> Running gcov in . (disable via -X gcov) [2020-12-18T08:53:33.310Z] ==> Python coveragepy not found [2020-12-18T08:53:33.310Z] ==> Searching for coverage reports in: [2020-12-18T08:53:33.310Z] + . [2020-12-18T08:53:33.574Z] -> Found 1 reports [2020-12-18T08:53:33.574Z] ==> Detecting git/mercurial file structure [2020-12-18T08:53:33.574Z] ==> Reading reports [2020-12-18T08:53:33.574Z] + ./coverage.out bytes=538111 [2020-12-18T08:53:33.574Z] ==> Appending adjustments [2020-12-18T08:53:33.574Z] https://docs.codecov.io/docs/fixing-reports [2020-12-18T08:53:36.890Z] + Found adjustments [2020-12-18T08:53:36.890Z] ==> Gzipping contents [2020-12-18T08:53:36.890Z] 80K /tmp/codecov.GXwyXf.gz [2020-12-18T08:53:36.890Z] ==> Uploading reports [2020-12-18T08:53:36.890Z] url: https://codecov.io [2020-12-18T08:53:36.890Z] query: branch=PR-2964&commit=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= [2020-12-18T08:53:36.890Z] -> Pinging Codecov [2020-12-18T08:53:36.890Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-2964&commit=d7e5fdcff3f56a6fd89f391359d39bc286b0f90e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= [2020-12-18T08:53:36.890Z] -> Uploading to [2020-12-18T08:53:36.890Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-18/00271124DB129430A58F1EEE437C3FCB/d7e5fdcff3f56a6fd89f391359d39bc286b0f90e/9ba2a51b-10c8-46c6-93a5-a1b7bff8a61a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T085336Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b6154a2a5db79a6a4a146016ecec5b03a6691c84871ce091d7b84b32e8c28afd [2020-12-18T08:53:36.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-18T08:53:36.890Z] Dload Upload Total Spent Left Speed [2020-12-18T08:53:37.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81891 0 0 100 81891 0 152k --:--:-- --:--:-- --:--:-- 152k [2020-12-18T08:53:37.466Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d7e5fdcff3f56a6fd89f391359d39bc286b0f90e [Pipeline] } [2020-12-18T08:53:37.477Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:53:39.726Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:53:40.612Z] ---> package-listing.sh [2020-12-18T08:53:40.612Z] ++ facter osfamily [2020-12-18T08:53:40.612Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-18T08:53:40.612Z] + OS_FAMILY=redhat [2020-12-18T08:53:40.612Z] + workspace=/w/workspace/edgex-go/2 [2020-12-18T08:53:40.612Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-18T08:53:40.612Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-18T08:53:40.612Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-18T08:53:40.612Z] + PACKAGES=/tmp/packages_start.txt [2020-12-18T08:53:40.612Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-18T08:53:40.612Z] + PACKAGES=/tmp/packages_end.txt [2020-12-18T08:53:40.612Z] + case "${OS_FAMILY}" in [2020-12-18T08:53:40.612Z] + rpm -qa [2020-12-18T08:53:40.612Z] + sort [2020-12-18T08:53:45.917Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-18T08:53:45.917Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-18T08:53:45.917Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-18T08:53:45.917Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-18T08:53:45.917Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-18T08:53:45.917Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-18T08:53:45.932Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-18T08:53:46.228Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:53:46.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T08:53:46.542Z] [2020-12-18T08:53:46.542Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-18T08:53:46.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T08:53:46.903Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-18T08:53:46.903Z] df20fa9351a1: Pulling fs layer [2020-12-18T08:53:46.903Z] 36b3adc4ff6f: Pulling fs layer [2020-12-18T08:53:46.903Z] 8ad3a11d3b57: Pulling fs layer [2020-12-18T08:53:46.903Z] 46f8f816bc3b: Pulling fs layer [2020-12-18T08:53:46.903Z] 93b61091891f: Pulling fs layer [2020-12-18T08:53:46.903Z] 93b9cdb0e59b: Pulling fs layer [2020-12-18T08:53:46.903Z] 5e14af77c1be: Pulling fs layer [2020-12-18T08:53:46.903Z] 01666e4c0597: Pulling fs layer [2020-12-18T08:53:46.903Z] aa168da1d23b: Pulling fs layer [2020-12-18T08:53:46.903Z] 46f8f816bc3b: Waiting [2020-12-18T08:53:46.903Z] 93b9cdb0e59b: Waiting [2020-12-18T08:53:46.903Z] 5e14af77c1be: Waiting [2020-12-18T08:53:46.903Z] 01666e4c0597: Waiting [2020-12-18T08:53:46.903Z] 93b61091891f: Waiting [2020-12-18T08:53:46.903Z] aa168da1d23b: Waiting [2020-12-18T08:53:46.903Z] 36b3adc4ff6f: Verifying Checksum [2020-12-18T08:53:46.903Z] 36b3adc4ff6f: Download complete [2020-12-18T08:53:46.903Z] 46f8f816bc3b: Verifying Checksum [2020-12-18T08:53:46.903Z] 46f8f816bc3b: Download complete [2020-12-18T08:53:47.166Z] df20fa9351a1: Download complete [2020-12-18T08:53:47.167Z] 93b9cdb0e59b: Verifying Checksum [2020-12-18T08:53:47.167Z] 93b9cdb0e59b: Download complete [2020-12-18T08:53:47.167Z] 93b61091891f: Verifying Checksum [2020-12-18T08:53:47.167Z] 93b61091891f: Download complete [2020-12-18T08:53:47.167Z] 01666e4c0597: Verifying Checksum [2020-12-18T08:53:47.167Z] 01666e4c0597: Download complete [2020-12-18T08:53:47.167Z] 5e14af77c1be: Verifying Checksum [2020-12-18T08:53:47.167Z] 5e14af77c1be: Download complete [2020-12-18T08:53:47.428Z] df20fa9351a1: Pull complete [2020-12-18T08:53:47.691Z] 36b3adc4ff6f: Pull complete [2020-12-18T08:53:47.959Z] 8ad3a11d3b57: Download complete [2020-12-18T08:53:48.920Z] 8ad3a11d3b57: Pull complete [2020-12-18T08:53:48.920Z] 46f8f816bc3b: Pull complete [2020-12-18T08:53:49.876Z] aa168da1d23b: Download complete [2020-12-18T08:53:50.830Z] 93b61091891f: Pull complete [2020-12-18T08:53:51.094Z] 93b9cdb0e59b: Pull complete [2020-12-18T08:53:51.357Z] 5e14af77c1be: Pull complete [2020-12-18T08:53:51.357Z] 01666e4c0597: Pull complete [2020-12-18T08:54:01.457Z] aa168da1d23b: Pull complete [2020-12-18T08:54:01.458Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-18T08:54:01.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-18T08:54:01.458Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-18T08:54:01.692Z] prd-centos7-docker-4c-2g-16734 does not seem to be running inside a container [2020-12-18T08:54:01.756Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-18T08:54:04.977Z] $ docker top 3d447b48d1bcf93871564b7164d2f9cb0879db0cfa71fe823c239af799aa7b2e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-18T08:54:05.603Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-18T08:54:05.904Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-18T08:54:06.206Z] + ls /var/log/sa-host [2020-12-18T08:54:06.206Z] + sadf -c /var/log/sa-host/sa18 [2020-12-18T08:54:06.206Z] file_magic: OK [2020-12-18T08:54:06.206Z] HZ: Using current value: 100 [2020-12-18T08:54:06.206Z] file_header: OK [2020-12-18T08:54:06.206Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-18T08:54:06.206Z] Statistics: [2020-12-18T08:54:06.206Z] 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... [2020-12-18T08:54:06.206Z] File successfully converted to sysstat format version 12.2.1 [2020-12-18T08:54:06.206Z] + sadf -c /var/log/sa-host/sa23 [2020-12-18T08:54:06.206Z] file_magic: OK [2020-12-18T08:54:06.206Z] HZ: Using current value: 100 [2020-12-18T08:54:06.206Z] file_header: OK [2020-12-18T08:54:06.206Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-18T08:54:06.206Z] Statistics: [2020-12-18T08:54:06.206Z] Hnuu...uuuununununu... [2020-12-18T08:54:06.206Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-18T08:54:06.433Z] provisioning config files... [2020-12-18T08:54:06.457Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config97103903958401319tmp [Pipeline] { [Pipeline] echo [2020-12-18T08:54:06.538Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:54:06.843Z] ---> create-netrc.sh [Pipeline] } [2020-12-18T08:54:06.858Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-18T08:54:07.018Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:54:07.335Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-18T08:54:07.346Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:54:07.643Z] ---> sudo-logs.sh [2020-12-18T08:54:07.643Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-18T08:54:07.654Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:54:07.956Z] ---> job-cost.sh [2020-12-18T08:54:07.956Z] lf-activate-venv: SKIPPING [2020-12-18T08:54:07.956Z] INFO: No Stack... [2020-12-18T08:54:08.917Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-18T08:54:09.492Z] INFO: Archiving Costs [Pipeline] echo [2020-12-18T08:54:09.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-18T08:54:09.815Z] ---> logs-deploy.sh [2020-12-18T08:54:09.815Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2964/2 [2020-12-18T08:54:09.815Z] INFO: archiving workspace using pattern(s): [2020-12-18T08:54:11.219Z] Archives upload complete. [2020-12-18T08:54:11.482Z] INFO: archiving logs to Nexus [2020-12-18T08:54:12.432Z] ---> uname -a: [2020-12-18T08:54:12.432Z] Linux prd-centos7-docker-4c-2g-16734.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] ---> lscpu: [2020-12-18T08:54:12.432Z] Architecture: x86_64 [2020-12-18T08:54:12.432Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-18T08:54:12.432Z] Byte Order: Little Endian [2020-12-18T08:54:12.432Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-18T08:54:12.432Z] CPU(s): 4 [2020-12-18T08:54:12.432Z] On-line CPU(s) list: 0-3 [2020-12-18T08:54:12.432Z] Thread(s) per core: 1 [2020-12-18T08:54:12.432Z] Core(s) per socket: 1 [2020-12-18T08:54:12.432Z] Socket(s): 4 [2020-12-18T08:54:12.432Z] NUMA node(s): 1 [2020-12-18T08:54:12.432Z] Vendor ID: GenuineIntel [2020-12-18T08:54:12.432Z] CPU family: 6 [2020-12-18T08:54:12.432Z] Model: 44 [2020-12-18T08:54:12.432Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-18T08:54:12.432Z] Stepping: 1 [2020-12-18T08:54:12.432Z] CPU MHz: 2933.438 [2020-12-18T08:54:12.432Z] BogoMIPS: 5866.87 [2020-12-18T08:54:12.432Z] Virtualization: VT-x [2020-12-18T08:54:12.432Z] Hypervisor vendor: KVM [2020-12-18T08:54:12.432Z] Virtualization type: full [2020-12-18T08:54:12.432Z] L1d cache: 128 KiB [2020-12-18T08:54:12.432Z] L1i cache: 128 KiB [2020-12-18T08:54:12.432Z] L2 cache: 16 MiB [2020-12-18T08:54:12.432Z] L3 cache: 64 MiB [2020-12-18T08:54:12.432Z] NUMA node0 CPU(s): 0-3 [2020-12-18T08:54:12.432Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-18T08:54:12.432Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-18T08:54:12.432Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-18T08:54:12.432Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-18T08:54:12.432Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-18T08:54:12.432Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-18T08:54:12.432Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-18T08:54:12.432Z] Vulnerability Srbds: Not affected [2020-12-18T08:54:12.432Z] Vulnerability Tsx async abort: Not affected [2020-12-18T08:54:12.432Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] ---> nproc: [2020-12-18T08:54:12.432Z] 4 [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] ---> df -h: [2020-12-18T08:54:12.432Z] Filesystem Size Used Available Use% Mounted on [2020-12-18T08:54:12.432Z] overlay 50.0G 12.9G 37.1G 26% / [2020-12-18T08:54:12.432Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-18T08:54:12.432Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-18T08:54:12.432Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2 [2020-12-18T08:54:12.432Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2@tmp [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] ---> free -m: [2020-12-18T08:54:12.432Z] total used free shared buff/cache available [2020-12-18T08:54:12.432Z] Mem: 1837 707 122 0 1007 1045 [2020-12-18T08:54:12.432Z] Swap: 1023 84 939 [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] ---> ip addr: [2020-12-18T08:54:12.432Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-18T08:54:12.432Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-18T08:54:12.432Z] inet 127.0.0.1/8 scope host lo [2020-12-18T08:54:12.432Z] valid_lft forever preferred_lft forever [2020-12-18T08:54:12.432Z] inet6 ::1/128 scope host [2020-12-18T08:54:12.432Z] valid_lft forever preferred_lft forever [2020-12-18T08:54:12.432Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-18T08:54:12.432Z] link/ether fa:16:3e:63:de:50 brd ff:ff:ff:ff:ff:ff [2020-12-18T08:54:12.432Z] inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-18T08:54:12.432Z] valid_lft 85159sec preferred_lft 85159sec [2020-12-18T08:54:12.432Z] inet6 fe80::f816:3eff:fe63:de50/64 scope link [2020-12-18T08:54:12.432Z] valid_lft forever preferred_lft forever [2020-12-18T08:54:12.432Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-18T08:54:12.432Z] link/ether 02:42:83:e4:76:96 brd ff:ff:ff:ff:ff:ff [2020-12-18T08:54:12.432Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-18T08:54:12.432Z] valid_lft forever preferred_lft forever [2020-12-18T08:54:12.432Z] inet6 fe80::42:83ff:fee4:7696/64 scope link [2020-12-18T08:54:12.432Z] valid_lft forever preferred_lft forever [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] ---> sar -b -r -n DEV: [2020-12-18T08:54:12.432Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] 08:33:19 LINUX RESTART (4 CPU) [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.432Z] 08:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-18T08:54:12.432Z] 08:35:01 147.89 48.21 99.68 0.00 8347.84 39416.39 0.00 [2020-12-18T08:54:12.432Z] 08:36:02 333.73 153.48 180.24 0.00 6806.59 44557.44 0.00 [2020-12-18T08:54:12.432Z] 08:37:01 210.22 101.89 108.33 0.00 3623.04 12151.71 0.00 [2020-12-18T08:54:12.432Z] 08:38:03 169.09 54.38 114.71 0.00 8466.74 43915.94 0.00 [2020-12-18T08:54:12.432Z] 08:39:02 2184.81 1826.92 357.90 0.00 164560.67 207787.90 0.00 [2020-12-18T08:54:12.432Z] 08:40:01 1425.25 1167.30 257.95 0.00 69081.76 89563.50 0.00 [2020-12-18T08:54:12.432Z] 08:41:03 2420.84 2059.14 361.70 0.00 125235.28 138787.68 0.00 [2020-12-18T08:54:12.432Z] 08:42:02 1782.09 1489.00 293.09 0.00 104070.54 114673.91 0.00 [2020-12-18T08:54:12.432Z] 08:43:01 188.17 40.83 147.34 0.00 5796.75 18826.30 0.00 [2020-12-18T08:54:12.432Z] 08:44:01 1.55 0.40 1.15 0.00 15.19 12.16 0.00 [2020-12-18T08:54:12.432Z] 08:45:01 0.85 0.63 0.22 0.00 23.98 2.15 0.00 [2020-12-18T08:54:12.432Z] 08:46:01 0.28 0.02 0.27 0.00 0.13 3.16 0.00 [2020-12-18T08:54:12.432Z] 08:47:01 0.30 0.02 0.28 0.00 0.13 2.76 0.00 [2020-12-18T08:54:12.432Z] 08:48:01 0.30 0.02 0.28 0.00 0.27 3.13 0.00 [2020-12-18T08:54:12.432Z] 08:49:01 1.73 1.52 0.22 0.00 54.75 2.85 0.00 [2020-12-18T08:54:12.432Z] 08:50:01 0.78 0.02 0.77 0.00 0.13 13.29 0.00 [2020-12-18T08:54:12.432Z] 08:51:01 0.30 0.02 0.28 0.00 0.27 2.65 0.00 [2020-12-18T08:54:12.432Z] 08:52:01 0.17 0.00 0.17 0.00 0.00 1.78 0.00 [2020-12-18T08:54:12.432Z] 08:53:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 [2020-12-18T08:54:12.432Z] 08:54:02 153.63 85.32 68.30 0.00 8194.06 16845.73 0.00 [2020-12-18T08:54:12.432Z] Average: 451.01 351.42 99.59 0.00 25179.12 36314.53 0.00 [2020-12-18T08:54:12.432Z] [2020-12-18T08:54:12.433Z] 08:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-18T08:54:12.433Z] 08:35:01 71700 0 685120 36.41 2596 1122128 1531480 52.27 696176 899712 18480 [2020-12-18T08:54:12.433Z] 08:36:02 146876 0 762748 40.54 936 970984 1628728 55.59 623260 837832 29936 [2020-12-18T08:54:12.433Z] 08:37:01 317040 0 832000 44.22 352 732152 1757708 59.99 665204 616064 79516 [2020-12-18T08:54:12.433Z] 08:38:03 72452 0 744460 39.57 228 1064404 1276928 43.58 702144 836224 94092 [2020-12-18T08:54:12.433Z] 08:39:02 77868 0 840420 44.67 0 963256 2342260 79.94 748200 834616 81776 [2020-12-18T08:54:12.433Z] 08:40:01 371212 0 748188 39.76 0 762144 1949380 66.53 563568 702000 8612 [2020-12-18T08:54:12.433Z] 08:41:03 52436 0 794316 42.22 0 1034792 2143696 73.16 546272 1050136 70072 [2020-12-18T08:54:12.433Z] 08:42:02 155864 0 1092480 58.06 0 633200 2984192 101.85 769356 686716 2548 [2020-12-18T08:54:12.433Z] 08:43:01 369776 0 633388 33.66 0 878380 1203436 41.07 537228 724588 20 [2020-12-18T08:54:12.433Z] 08:44:01 373372 0 629356 33.45 0 878816 1184440 40.42 535304 723632 12 [2020-12-18T08:54:12.433Z] 08:45:01 374572 0 627440 33.35 0 879532 1172104 40.00 534780 723740 12 [2020-12-18T08:54:12.433Z] 08:46:01 374564 0 627436 33.35 0 879544 1172104 40.00 534896 723744 8 [2020-12-18T08:54:12.433Z] 08:47:01 374688 0 627308 33.34 0 879548 1172104 40.00 534900 723744 8 [2020-12-18T08:54:12.433Z] 08:48:01 374776 0 627216 33.34 0 879552 1172104 40.00 534796 723748 8 [2020-12-18T08:54:12.433Z] 08:49:01 372592 0 628456 33.40 0 880496 1172188 40.00 535372 724584 12 [2020-12-18T08:54:12.433Z] 08:50:01 372936 0 628100 33.38 0 880508 1172104 40.00 535068 724592 12 [2020-12-18T08:54:12.433Z] 08:51:01 373028 0 628008 33.38 0 880508 1172104 40.00 534944 724596 12 [2020-12-18T08:54:12.433Z] 08:52:01 372888 0 628132 33.38 0 880524 1172152 40.00 535200 724604 16 [2020-12-18T08:54:12.433Z] 08:53:01 373004 0 628004 33.38 0 880536 1172076 40.00 534836 724604 8 [2020-12-18T08:54:12.433Z] 08:54:02 185316 0 700276 37.22 0 995952 1373980 46.89 540664 862900 26200 [2020-12-18T08:54:12.433Z] Average: 277848 0 705643 37.50 206 897848 1496263 51.06 587108 764619 20568 [2020-12-18T08:54:12.433Z] [2020-12-18T08:54:12.433Z] 08:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-18T08:54:12.433Z] 08:35:01 eth0 1469.04 1568.40 8147.82 183.65 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:35:01 docker0 811.88 645.87 66.92 2655.92 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:36:02 eth0 567.79 463.66 2092.38 52.15 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:36:02 vethe0790c9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:36:02 docker0 143.14 190.90 10.51 824.12 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:37:01 eth0 49.11 36.97 23.71 86.20 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:37:01 vethe0790c9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:38:03 vethc92e424 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:38:03 eth0 196.41 158.46 1661.61 27.47 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:38:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:39:02 vethc92e424 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:39:02 eth0 69.48 50.69 168.62 61.51 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:39:02 docker0 22.36 32.63 1.27 148.65 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:40:01 vethc92e424 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:40:01 eth0 30.89 19.00 97.55 9.50 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:40:01 vethce385a6 4.72 5.80 0.32 33.72 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:41:03 vethc92e424 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:41:03 eth0 151.14 92.68 461.98 101.40 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:41:03 docker0 990.84 925.11 78.86 3978.52 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:42:02 vethd34eb4a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:42:02 vethc92e424 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:42:02 eth0 35.49 20.20 45.83 13.64 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:43:01 eth0 82.82 62.27 147.95 79.66 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:43:01 docker0 1057.96 997.16 84.03 4317.42 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:44:01 eth0 1.35 0.55 0.84 0.30 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:45:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:49:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:52:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:53:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:54:02 eth0 203.31 167.53 2157.37 21.64 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] 08:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] Average: eth0 143.65 132.73 755.93 31.94 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] Average: docker0 52.05 49.06 4.13 212.40 0.00 0.00 0.00 0.00 [2020-12-18T08:54:12.433Z] [2020-12-18T08:54:12.433Z] [2020-12-18T08:54:12.433Z] ---> sar -P ALL: [2020-12-18T08:54:12.433Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/18/20 _x86_64_ (4 CPU) [2020-12-18T08:54:12.433Z] [2020-12-18T08:54:12.433Z] 08:33:19 LINUX RESTART (4 CPU) [2020-12-18T08:54:12.433Z] [2020-12-18T08:54:12.433Z] 08:34:01 CPU %user %nice %system %iowait %steal %idle [2020-12-18T08:54:12.433Z] 08:35:01 all 16.11 0.00 8.44 2.12 0.06 73.26 [2020-12-18T08:54:12.433Z] 08:35:01 0 14.59 0.00 10.29 0.55 0.03 74.53 [2020-12-18T08:54:12.433Z] 08:35:01 1 21.01 0.00 8.73 1.14 0.05 69.07 [2020-12-18T08:54:12.433Z] 08:35:01 2 13.11 0.00 7.28 1.90 0.07 77.64 [2020-12-18T08:54:12.433Z] 08:35:01 3 15.74 0.00 7.48 4.87 0.10 71.81 [2020-12-18T08:54:12.433Z] 08:36:02 all 14.37 0.00 9.70 5.44 0.09 70.40 [2020-12-18T08:54:12.433Z] 08:36:02 0 13.98 0.00 9.41 7.56 0.09 68.96 [2020-12-18T08:54:12.433Z] 08:36:02 1 15.93 0.00 9.46 3.56 0.07 70.98 [2020-12-18T08:54:12.433Z] 08:36:02 2 13.07 0.00 9.73 5.37 0.07 71.76 [2020-12-18T08:54:12.433Z] 08:36:02 3 14.52 0.00 10.22 5.26 0.12 69.88 [2020-12-18T08:54:12.433Z] 08:37:01 all 63.27 0.00 15.73 5.10 0.06 15.83 [2020-12-18T08:54:12.433Z] 08:37:01 0 63.49 0.00 15.62 3.44 0.05 17.40 [2020-12-18T08:54:12.433Z] 08:37:01 1 64.07 0.00 15.71 6.51 0.07 13.63 [2020-12-18T08:54:12.433Z] 08:37:01 2 61.77 0.00 15.53 7.29 0.07 15.34 [2020-12-18T08:54:12.433Z] 08:37:01 3 63.74 0.00 16.08 3.16 0.05 16.97 [2020-12-18T08:54:12.433Z] 08:38:03 all 27.01 0.00 12.12 7.08 0.07 53.72 [2020-12-18T08:54:12.433Z] 08:38:03 0 25.66 0.00 12.04 6.06 0.08 56.16 [2020-12-18T08:54:12.433Z] 08:38:03 1 27.11 0.00 12.14 7.17 0.05 53.53 [2020-12-18T08:54:12.433Z] 08:38:03 2 26.05 0.00 11.78 6.79 0.07 55.32 [2020-12-18T08:54:12.433Z] 08:38:03 3 29.21 0.00 12.53 8.29 0.08 49.88 [2020-12-18T08:54:12.433Z] 08:39:02 all 20.93 0.00 29.04 22.96 0.11 26.96 [2020-12-18T08:54:12.433Z] 08:39:02 0 20.41 0.00 28.76 24.08 0.11 26.64 [2020-12-18T08:54:12.433Z] 08:39:02 1 21.39 0.00 27.56 24.48 0.13 26.45 [2020-12-18T08:54:12.433Z] 08:39:02 2 20.94 0.00 29.34 22.21 0.11 27.41 [2020-12-18T08:54:12.433Z] 08:39:02 3 20.99 0.00 30.51 21.03 0.11 27.36 [2020-12-18T08:54:12.433Z] 08:40:01 all 51.31 0.00 19.11 17.82 0.06 11.70 [2020-12-18T08:54:12.433Z] 08:40:01 0 51.74 0.00 18.62 20.17 0.05 9.41 [2020-12-18T08:54:12.433Z] 08:40:01 1 51.44 0.00 18.68 17.51 0.07 12.31 [2020-12-18T08:54:12.433Z] 08:40:01 2 50.77 0.00 19.29 14.68 0.05 15.20 [2020-12-18T08:54:12.433Z] 08:40:01 3 51.30 0.00 19.84 18.96 0.05 9.86 [2020-12-18T08:54:12.433Z] 08:41:03 all 16.64 0.00 21.88 33.37 0.09 28.02 [2020-12-18T08:54:12.433Z] 08:41:03 0 15.95 0.00 21.39 34.39 0.08 28.19 [2020-12-18T08:54:12.433Z] 08:41:03 1 16.18 0.00 21.21 30.58 0.08 31.95 [2020-12-18T08:54:12.433Z] 08:41:03 2 17.04 0.00 22.19 32.74 0.12 27.90 [2020-12-18T08:54:12.433Z] 08:41:03 3 17.39 0.00 22.75 35.81 0.07 23.97 [2020-12-18T08:54:12.433Z] 08:42:02 all 36.54 0.00 20.34 25.64 0.09 17.39 [2020-12-18T08:54:12.433Z] 08:42:02 0 37.00 0.00 19.09 24.86 0.11 18.94 [2020-12-18T08:54:12.433Z] 08:42:02 1 35.98 0.00 19.46 25.72 0.11 18.74 [2020-12-18T08:54:12.433Z] 08:42:02 2 36.31 0.00 21.15 25.91 0.07 16.56 [2020-12-18T08:54:12.433Z] 08:42:02 3 36.89 0.00 21.70 26.07 0.07 15.26 [2020-12-18T08:54:12.433Z] 08:43:01 all 15.70 0.00 7.26 9.56 0.06 67.42 [2020-12-18T08:54:12.433Z] 08:43:01 0 17.18 0.00 7.34 10.55 0.05 64.88 [2020-12-18T08:54:12.433Z] 08:43:01 1 15.64 0.00 7.18 8.94 0.05 68.19 [2020-12-18T08:54:12.433Z] 08:43:01 2 15.36 0.00 7.32 11.16 0.05 66.11 [2020-12-18T08:54:12.433Z] 08:43:01 3 14.60 0.00 7.19 7.58 0.09 70.54 [2020-12-18T08:54:12.433Z] 08:44:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2020-12-18T08:54:12.433Z] 08:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-12-18T08:54:12.433Z] 08:44:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2020-12-18T08:54:12.433Z] 08:44:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-12-18T08:54:12.433Z] 08:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T08:54:12.433Z] 08:45:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-12-18T08:54:12.433Z] 08:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-18T08:54:12.433Z] 08:45:01 1 0.17 0.00 0.02 0.00 0.02 99.80 [2020-12-18T08:54:12.433Z] 08:45:01 2 0.38 0.00 0.03 0.00 0.00 99.58 [2020-12-18T08:54:12.434Z] 08:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] [2020-12-18T08:54:12.434Z] 08:45:01 CPU %user %nice %system %iowait %steal %idle [2020-12-18T08:54:12.434Z] 08:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-12-18T08:54:12.434Z] 08:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T08:54:12.434Z] 08:46:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-18T08:54:12.434Z] 08:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-18T08:54:12.434Z] 08:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-18T08:54:12.434Z] 08:47:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-12-18T08:54:12.434Z] 08:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-18T08:54:12.434Z] 08:47:01 1 0.45 0.00 0.03 0.00 0.00 99.52 [2020-12-18T08:54:12.434Z] 08:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] 08:47:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2020-12-18T08:54:12.434Z] 08:48:01 all 0.13 0.00 0.02 0.00 0.00 99.85 [2020-12-18T08:54:12.434Z] 08:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-12-18T08:54:12.434Z] 08:48:01 1 0.43 0.00 0.02 0.00 0.02 99.53 [2020-12-18T08:54:12.434Z] 08:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] 08:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] 08:49:01 all 0.17 0.00 0.07 0.02 0.00 99.74 [2020-12-18T08:54:12.434Z] 08:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T08:54:12.434Z] 08:49:01 1 0.53 0.00 0.10 0.08 0.00 99.28 [2020-12-18T08:54:12.434Z] 08:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-18T08:54:12.434Z] 08:49:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2020-12-18T08:54:12.434Z] 08:50:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-12-18T08:54:12.434Z] 08:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2020-12-18T08:54:12.434Z] 08:50:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-12-18T08:54:12.434Z] 08:50:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] 08:50:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] 08:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-12-18T08:54:12.434Z] 08:51:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2020-12-18T08:54:12.434Z] 08:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-12-18T08:54:12.434Z] 08:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T08:54:12.434Z] 08:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-18T08:54:12.434Z] 08:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-12-18T08:54:12.434Z] 08:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-18T08:54:12.434Z] 08:52:01 1 0.27 0.00 0.02 0.00 0.00 99.72 [2020-12-18T08:54:12.434Z] 08:52:01 2 0.28 0.00 0.02 0.00 0.00 99.70 [2020-12-18T08:54:12.434Z] 08:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-18T08:54:12.434Z] 08:53:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2020-12-18T08:54:12.434Z] 08:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-18T08:54:12.434Z] 08:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-18T08:54:12.434Z] 08:53:01 2 0.20 0.00 0.02 0.00 0.00 99.78 [2020-12-18T08:54:12.434Z] 08:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-18T08:54:12.434Z] 08:54:02 all 6.15 0.00 4.67 4.40 0.03 84.75 [2020-12-18T08:54:12.434Z] 08:54:02 0 5.91 0.00 4.30 3.67 0.03 86.09 [2020-12-18T08:54:12.434Z] 08:54:02 1 5.84 0.00 4.64 3.52 0.02 85.99 [2020-12-18T08:54:12.434Z] 08:54:02 2 6.68 0.00 5.22 7.71 0.05 80.34 [2020-12-18T08:54:12.434Z] 08:54:02 3 6.17 0.00 4.51 2.70 0.03 86.58 [2020-12-18T08:54:12.434Z] Average: all 13.11 0.00 7.23 6.50 0.04 73.12 [2020-12-18T08:54:12.434Z] Average: 0 12.95 0.00 7.17 6.60 0.03 73.23 [2020-12-18T08:54:12.434Z] Average: 1 13.55 0.00 7.07 6.29 0.04 73.05 [2020-12-18T08:54:12.434Z] Average: 2 12.79 0.00 7.26 6.62 0.04 73.31 [2020-12-18T08:54:12.434Z] Average: 3 13.14 0.00 7.43 6.48 0.04 72.91 [2020-12-18T08:54:12.434Z] [2020-12-18T08:54:12.434Z] [2020-12-18T08:54:12.434Z]