Pull request #2980 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5535c866083f97ae1369fb8128f98635a1aa9a4f+7af4896cef5687a5f8c07b1f9027609ce8fe2c5c (4bb1027bfea80d32f0c24d94db4d1820834bc1dd) 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-18288 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c into PR head commit 5535c866083f97ae1369fb8128f98635a1aa9a4f Merge succeeded, producing 5535c866083f97ae1369fb8128f98635a1aa9a4f Checking out Revision 5535c866083f97ae1369fb8128f98635a1aa9a4f (PR-2980) > 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # 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 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" > git rev-list --no-walk bc47205ff7cc5509dc45e9953fcb879b0d8ea1f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T20:50:48.029Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T20:50:48.278Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T20:50:48.372Z] ========================================================= [2021-01-04T20:50:48.372Z] EdgeX Global Pipelines Version Info [2021-01-04T20:50:48.372Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:50:49.854Z] ------------------- [2021-01-04T20:50:49.854Z] stable info: [2021-01-04T20:50:49.854Z] ------------------- [2021-01-04T20:50:49.854Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T20:50:49.854Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:50:49.854Z] Message: update stable to v1.0.173 [2021-01-04T20:50:50.808Z] ------------------- [2021-01-04T20:50:50.808Z] experimental info: [2021-01-04T20:50:50.808Z] ------------------- [2021-01-04T20:50:50.808Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T20:50:50.808Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:50:50.808Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T20:50:51.115Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T20:50:51.212Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T20:50:51.316Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T20:50:51.409Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T20:50:51.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T20:50:51.626Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T20:50:51.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T20:50:51.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T20:50:51.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T20:50:52.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T20:50:52.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T20:50:52.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T20:50:52.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T20:50:52.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T20:50:52.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:50:52.599Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:50:52.695Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T20:50:52.822Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T20:50:52.923Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T20:50:53.030Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T20:50:53.121Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T20:50:53.238Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T20:50:53.327Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T20:50:53.416Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2980 [Pipeline] echo [2021-01-04T20:50:53.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2980 [Pipeline] echo [2021-01-04T20:50:53.598Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2980 [Pipeline] echo [2021-01-04T20:50:53.682Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5535c866083f97ae1369fb8128f98635a1aa9a4f [Pipeline] echo [2021-01-04T20:50:53.773Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5535c86 [Pipeline] echo [2021-01-04T20:50:53.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:50:54.043Z] provisioning config files... [2021-01-04T20:50:54.076Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9197233506472291266tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:50:54.432Z] ---> docker-login.sh [2021-01-04T20:50:54.432Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:50:55.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:50:55.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:50:55.011Z] Configure a credential helper to remove this warning. See [2021-01-04T20:50:55.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:50:55.011Z] [2021-01-04T20:50:55.011Z] Login Succeeded [2021-01-04T20:50:55.011Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:50:55.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:50:55.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:50:55.275Z] Configure a credential helper to remove this warning. See [2021-01-04T20:50:55.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:50:55.275Z] [2021-01-04T20:50:55.275Z] Login Succeeded [2021-01-04T20:50:55.275Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:50:55.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:50:55.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:50:55.546Z] Configure a credential helper to remove this warning. See [2021-01-04T20:50:55.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:50:55.546Z] [2021-01-04T20:50:55.546Z] Login Succeeded [2021-01-04T20:50:55.546Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:50:55.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:50:55.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:50:55.815Z] Configure a credential helper to remove this warning. See [2021-01-04T20:50:55.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:50:55.815Z] [2021-01-04T20:50:55.815Z] Login Succeeded [2021-01-04T20:50:55.815Z] docker.io [2021-01-04T20:50:55.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:50:56.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:50:56.091Z] Configure a credential helper to remove this warning. See [2021-01-04T20:50:56.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:50:56.091Z] [2021-01-04T20:50:56.091Z] Login Succeeded [2021-01-04T20:50:56.091Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:50:56.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:50:56.594Z] ++ 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 [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T20:50:56.594Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:50:56.594Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T20:50:56.594Z] ++ cut -d/ -f2 [2021-01-04T20:50:56.594Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T20:50:56.675Z] 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 [2021-01-04T20:50:57.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:50:57.500Z] [2021-01-04T20:50:57.500Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:50:57.866Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:50:57.867Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T20:50:57.867Z] 31603596830f: Pulling fs layer [2021-01-04T20:50:57.867Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T20:50:57.867Z] 6ca5941a6612: Pulling fs layer [2021-01-04T20:50:57.867Z] ecc8261a40a4: Pulling fs layer [2021-01-04T20:50:57.867Z] ecc8261a40a4: Waiting [2021-01-04T20:50:57.867Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T20:50:57.867Z] 2a8b12db71e7: Download complete [2021-01-04T20:50:57.867Z] 31603596830f: Verifying Checksum [2021-01-04T20:50:57.867Z] 31603596830f: Download complete [2021-01-04T20:50:58.134Z] ecc8261a40a4: Verifying Checksum [2021-01-04T20:50:58.134Z] ecc8261a40a4: Download complete [2021-01-04T20:50:58.134Z] 6ca5941a6612: Verifying Checksum [2021-01-04T20:50:58.134Z] 6ca5941a6612: Download complete [2021-01-04T20:50:58.397Z] 31603596830f: Pull complete [2021-01-04T20:50:58.397Z] 2a8b12db71e7: Pull complete [2021-01-04T20:50:59.372Z] 6ca5941a6612: Pull complete [2021-01-04T20:50:59.639Z] ecc8261a40a4: Pull complete [2021-01-04T20:50:59.639Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T20:50:59.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:50:59.902Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T20:51:00.026Z] prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container [2021-01-04T20:51:00.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T20:51:02.420Z] $ docker top 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T20:51:02.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:51:02.801Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:51:03.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:51:03.094Z] $ docker exec 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent [2021-01-04T20:51:03.286Z] SSH_AUTH_SOCK=/tmp/ssh-WNug74JUZcg1/agent.11 [2021-01-04T20:51:03.286Z] SSH_AGENT_PID=16 [2021-01-04T20:51:03.298Z] Running ssh-add (command line suppressed) [2021-01-04T20:51:03.435Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8011562863298262892.key (/w/workspace/edgex-go/3@tmp/private_key_8011562863298262892.key) [2021-01-04T20:51:03.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:51:03.848Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T20:51:03.871Z] $ docker exec --env ******** --env ******** 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent -k [2021-01-04T20:51:03.993Z] unset SSH_AUTH_SOCK; [2021-01-04T20:51:03.994Z] unset SSH_AGENT_PID; [2021-01-04T20:51:03.994Z] echo Agent pid 16 killed; [2021-01-04T20:51:04.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T20:51:04.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:51:04.184Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:51:04.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:51:04.390Z] $ docker exec 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent [2021-01-04T20:51:04.587Z] SSH_AUTH_SOCK=/tmp/ssh-qAGLV27ID4AP/agent.47 [2021-01-04T20:51:04.587Z] SSH_AGENT_PID=52 [2021-01-04T20:51:04.594Z] Running ssh-add (command line suppressed) [2021-01-04T20:51:04.729Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3713419451401215710.key (/w/workspace/edgex-go/3@tmp/private_key_3713419451401215710.key) [2021-01-04T20:51:04.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:51:05.132Z] + git semver init [2021-01-04T20:51:05.132Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T20:51:05.132Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-04T20:51:05.132Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-04T20:51:05.132Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T20:51:05.132Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T20:51:05.132Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T20:51:05.132Z] # $SEMVER_BRANCH = PR-2980 [2021-01-04T20:51:05.132Z] # $SEMVER_TEMP = /tmp/semver-832006234 [2021-01-04T20:51:05.132Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T20:51:23.312Z] # '/tmp/semver-832006234' -> '/w/workspace/edgex-go/3/.semver' [2021-01-04T20:51:23.889Z] # -> Force: false [2021-01-04T20:51:23.889Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-04T20:51:23.903Z] $ docker exec --env ******** --env ******** 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 ssh-agent -k [2021-01-04T20:51:24.148Z] unset SSH_AUTH_SOCK; [2021-01-04T20:51:24.148Z] unset SSH_AGENT_PID; [2021-01-04T20:51:24.148Z] echo Agent pid 52 killed; [2021-01-04T20:51:24.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:51:24.707Z] + git semver [Pipeline] } [2021-01-04T20:51:24.725Z] $ docker stop --time=1 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 [2021-01-04T20:51:26.298Z] $ docker rm -f 860aa436b3f7443d97b5b72163e20a01d5b8357aaf6f48e0a9ceee33ad9dd910 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:51:26.809Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T20:51:27.326Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T20:51:27.329Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T20:51:28.190Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:51:28.493Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:51:28.802Z] + sudo service docker restart [2021-01-04T20:51:28.802Z] + true [2021-01-04T20:51:28.802Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T20:51:29.391Z] ========================================================= [2021-01-04T20:51:29.391Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T20:51:29.391Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:51:29.732Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T20:51:33.972Z] Sending build context to Docker daemon 326.3MB [2021-01-04T20:51:33.972Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:51:33.972Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:51:33.972Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T20:51:33.972Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T20:51:33.972Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T20:51:33.972Z] de9db76c5a1d: Pulling fs layer [2021-01-04T20:51:33.972Z] bca2f99d35d6: Pulling fs layer [2021-01-04T20:51:33.972Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T20:51:33.972Z] 7c6f9722023f: Pulling fs layer [2021-01-04T20:51:33.972Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T20:51:33.972Z] bca2f99d35d6: Waiting [2021-01-04T20:51:33.972Z] 93359f2a8cfa: Waiting [2021-01-04T20:51:33.972Z] 7c6f9722023f: Waiting [2021-01-04T20:51:33.972Z] a35cf1a2eb13: Waiting [2021-01-04T20:51:33.972Z] de9db76c5a1d: Verifying Checksum [2021-01-04T20:51:33.972Z] de9db76c5a1d: Download complete [2021-01-04T20:51:33.972Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T20:51:33.972Z] 0ef7d3d256c8: Download complete [2021-01-04T20:51:33.972Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T20:51:33.972Z] 93359f2a8cfa: Download complete [2021-01-04T20:51:33.972Z] 7c6f9722023f: Verifying Checksum [2021-01-04T20:51:33.972Z] 7c6f9722023f: Download complete [2021-01-04T20:51:33.972Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T20:51:33.972Z] 188c0c94c7c5: Download complete [2021-01-04T20:51:33.972Z] 188c0c94c7c5: Pull complete [2021-01-04T20:51:34.238Z] 0ef7d3d256c8: Pull complete [2021-01-04T20:51:34.238Z] de9db76c5a1d: Pull complete [2021-01-04T20:51:35.638Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T20:51:35.638Z] a35cf1a2eb13: Download complete [2021-01-04T20:51:36.219Z] bca2f99d35d6: Verifying Checksum [2021-01-04T20:51:36.219Z] bca2f99d35d6: Download complete [2021-01-04T20:51:42.683Z] Still waiting to schedule task [2021-01-04T20:51:42.683Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T20:51:42.913Z] bca2f99d35d6: Pull complete [2021-01-04T20:51:43.176Z] 93359f2a8cfa: Pull complete [2021-01-04T20:51:43.439Z] 7c6f9722023f: Pull complete [2021-01-04T20:51:47.680Z] a35cf1a2eb13: Pull complete [2021-01-04T20:51:47.681Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T20:51:47.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T20:51:47.681Z] ---> a62c8e92a672 [2021-01-04T20:51:47.681Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T20:51:47.944Z] ---> Running in 07448a6c0f00 [2021-01-04T20:51:48.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:51:49.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:51:49.671Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:51:49.934Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:51:50.196Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:51:50.197Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:51:55.508Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:51:55.508Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:51:55.508Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:51:55.508Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:51:55.508Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:51:55.508Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:51:55.508Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:51:55.780Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:51:55.780Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:51:55.780Z] OK: 233 MiB in 51 packages [2021-01-04T20:51:59.125Z] Removing intermediate container 07448a6c0f00 [2021-01-04T20:51:59.125Z] ---> f22d75898c8a [2021-01-04T20:51:59.125Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:51:59.125Z] ---> Running in 39349e737e75 [2021-01-04T20:51:59.125Z] Removing intermediate container 39349e737e75 [2021-01-04T20:51:59.125Z] ---> 36fdff9fea12 [2021-01-04T20:51:59.125Z] Step 5/6 : COPY go.mod . [2021-01-04T20:51:59.125Z] ---> 31d53641d044 [2021-01-04T20:51:59.125Z] Step 6/6 : RUN go mod download [2021-01-04T20:51:59.125Z] ---> Running in 631be3055ed5 [2021-01-04T20:52:21.137Z] Removing intermediate container 631be3055ed5 [2021-01-04T20:52:21.137Z] ---> 8f6ead81cac5 [2021-01-04T20:52:21.137Z] Successfully built 8f6ead81cac5 [2021-01-04T20:52:21.137Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:52:21.457Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:52:21.457Z] . [Pipeline] withDockerContainer [2021-01-04T20:52:21.567Z] prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container [2021-01-04T20:52:21.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:52:22.413Z] $ docker top 035c11f424388e219887f7f88db6b144f564846a590b4fbbc6d3ad6e263a7dcf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:52:22.993Z] + go version [2021-01-04T20:52:22.993Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T20:52:23.008Z] $ docker stop --time=1 035c11f424388e219887f7f88db6b144f564846a590b4fbbc6d3ad6e263a7dcf [2021-01-04T20:52:24.374Z] $ docker rm -f 035c11f424388e219887f7f88db6b144f564846a590b4fbbc6d3ad6e263a7dcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:52:25.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:52:25.228Z] . [Pipeline] withDockerContainer [2021-01-04T20:52:25.334Z] prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container [2021-01-04T20:52:25.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:52:26.142Z] $ docker top 5ed76c53ce44b429260e2316290aa5eaaa2a888d64da818e7648dc0c2272d12d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T20:52:26.376Z] ========================================================= [2021-01-04T20:52:26.376Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T20:52:26.376Z] ========================================================= [Pipeline] sh [2021-01-04T20:52:26.710Z] + make test [2021-01-04T20:52:26.710Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T20:52:34.901Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T20:52:49.984Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T20:52:55.355Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T20:52:55.962Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T20:52:55.962Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T20:52:55.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T20:52:55.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T20:52:56.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T20:52:56.837Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T20:52:57.432Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T20:52:57.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T20:53:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T20:53:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T20:53:00.340Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T20:53:01.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2021-01-04T20:53:01.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T20:53:01.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T20:53:01.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T20:53:01.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T20:53:01.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T20:53:06.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.0% of statements [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T20:53:06.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T20:53:06.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T20:53:06.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.428s coverage: 75.7% of statements [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T20:53:06.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.9% of statements [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T20:53:06.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T20:53:08.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T20:53:08.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T20:53:08.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T20:53:08.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T20:53:08.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T20:53:08.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T20:53:08.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T20:53:10.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T20:53:10.532Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T20:53:10.532Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T20:53:10.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T20:53:10.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements [2021-01-04T20:53:10.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T20:53:10.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-04T20:53:11.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-04T20:53:11.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements [2021-01-04T20:53:11.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.138s coverage: 91.4% of statements [2021-01-04T20:53:11.938Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T20:53:12.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2021-01-04T20:53:12.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T20:53:12.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T20:53:12.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-01-04T20:53:12.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-01-04T20:53:12.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-04T20:53:12.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-04T20:53:13.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-04T20:53:14.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 55.9% of statements [2021-01-04T20:53:14.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T20:53:14.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T20:53:14.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T20:53:14.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T20:53:14.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T20:53:14.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-04T20:53:14.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T20:53:14.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T20:53:14.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements [2021-01-04T20:53:14.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2021-01-04T20:53:16.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.1% of statements [2021-01-04T20:53:16.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T20:53:16.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T20:53:16.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T20:53:16.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T20:53:16.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T20:53:16.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-01-04T20:53:16.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T20:53:16.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-04T20:53:16.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T20:53:18.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T20:53:18.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-01-04T20:53:18.604Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-04T20:53:18.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-04T20:53:19.143Z] GO111MODULE=on go vet ./... [2021-01-04T20:53:41.236Z] gofmt -l . [2021-01-04T20:53:41.811Z] [ "`gofmt -l .`" = "" ] [2021-01-04T20:53:42.396Z] ./bin/test-go-mod-tidy.sh [2021-01-04T20:53:42.664Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T20:53:44.377Z] + ls -al . [2021-01-04T20:53:44.377Z] total 636 [2021-01-04T20:53:44.377Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 20:53 . [2021-01-04T20:53:44.377Z] drwxr-xr-x 4 root root 28 Jan 4 20:52 .. [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 20:50 .dockerignore [2021-01-04T20:53:44.377Z] drwxrwxr-x 8 1001 1001 179 Jan 4 20:50 .git [2021-01-04T20:53:44.377Z] drwxrwxr-x 3 1001 1001 125 Jan 4 20:50 .github [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 20:50 .gitignore [2021-01-04T20:53:44.377Z] drwx------ 3 1001 1001 47 Jan 4 20:51 .semver [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 20:50 .sonarcloud.properties [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:50 CONTRIBUTING.md [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 20:50 Dockerfile.build [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 20:50 Jenkinsfile [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:50 LICENSE [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:50 Makefile [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:50 README.md [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:50 SECURITY.md [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 20:51 VERSION [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:50 ZMQWindows.md [2021-01-04T20:53:44.377Z] drwxrwxr-x 2 1001 1001 117 Jan 4 20:50 bin [2021-01-04T20:53:44.377Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 20:50 cmd [2021-01-04T20:53:44.377Z] -rw-r--r-- 1 root root 538204 Jan 4 20:53 coverage.out [2021-01-04T20:53:44.377Z] -rw-r--r-- 1 root root 979 Jan 4 20:53 go.mod [2021-01-04T20:53:44.377Z] -rw-r--r-- 1 root root 18934 Jan 4 20:53 go.sum [2021-01-04T20:53:44.377Z] drwxrwxr-x 8 1001 1001 127 Jan 4 20:50 internal [2021-01-04T20:53:44.377Z] drwxrwxr-x 4 1001 1001 26 Jan 4 20:50 openapi [2021-01-04T20:53:44.377Z] drwxrwxr-x 4 1001 1001 71 Jan 4 20:50 snap [2021-01-04T20:53:44.377Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 20:50 version.go [Pipeline] sh [2021-01-04T20:53:44.680Z] + '[' -e coverage.out ] [2021-01-04T20:53:44.680Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T20:53:44.906Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T20:53:45.215Z] + make build [2021-01-04T20:53:45.215Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T20:53:48.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T20:53:55.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:53:56.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T20:53:57.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:53:57.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:53:59.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:54:00.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:54:02.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:54:03.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:54:04.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:54:05.456Z] 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] } [2021-01-04T20:54:06.510Z] $ docker stop --time=1 5ed76c53ce44b429260e2316290aa5eaaa2a888d64da818e7648dc0c2272d12d [2021-01-04T20:54:08.193Z] $ docker rm -f 5ed76c53ce44b429260e2316290aa5eaaa2a888d64da818e7648dc0c2272d12d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:54:09.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:54:09.952Z] [2021-01-04T20:54:09.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:54:10.296Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:54:10.296Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T20:54:10.296Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T20:54:10.296Z] ca9280d653b3: Pulling fs layer [2021-01-04T20:54:10.296Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T20:54:10.558Z] cbdbe7a5bc2a: Download complete [2021-01-04T20:54:10.823Z] cbdbe7a5bc2a: Pull complete [2021-01-04T20:54:11.087Z] ca9280d653b3: Verifying Checksum [2021-01-04T20:54:11.087Z] ca9280d653b3: Download complete [2021-01-04T20:54:12.056Z] 7e9c9ca2126c: Verifying Checksum [2021-01-04T20:54:12.056Z] 7e9c9ca2126c: Download complete [2021-01-04T20:54:12.633Z] ca9280d653b3: Pull complete [2021-01-04T20:54:19.257Z] 7e9c9ca2126c: Pull complete [2021-01-04T20:54:19.257Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T20:54:19.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:54:19.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T20:54:19.447Z] prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container [2021-01-04T20:54:19.496Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:54:22.901Z] $ docker top f63fd95b2b736ccf52debd1572b4f045cea0ffaef720fc0559d10fd0cbba8f22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:54:23.414Z] + docker-compose build --help [2021-01-04T20:54:23.414Z] + grep parallel [2021-01-04T20:54:24.361Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T20:54:24.376Z] $ docker stop --time=1 f63fd95b2b736ccf52debd1572b4f045cea0ffaef720fc0559d10fd0cbba8f22 [2021-01-04T20:54:25.731Z] $ docker rm -f f63fd95b2b736ccf52debd1572b4f045cea0ffaef720fc0559d10fd0cbba8f22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:54:26.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:54:26.320Z] . [Pipeline] withDockerContainer [2021-01-04T20:54:26.431Z] prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container [2021-01-04T20:54:26.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:54:27.072Z] $ docker top 45c266441e597f3630e518df9e66e22eab24aa019dcea1898e0d6d9a58c24ea4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:54:27.539Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T20:54:28.490Z] Building docker-core-command-go ... [2021-01-04T20:54:28.491Z] Building docker-core-data-go ... [2021-01-04T20:54:28.491Z] Building docker-core-metadata-go ... [2021-01-04T20:54:28.491Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T20:54:28.491Z] Building docker-security-proxy-setup-go ... [2021-01-04T20:54:28.491Z] Building docker-security-secretstore-setup-go ... [2021-01-04T20:54:28.491Z] Building docker-support-notifications-go ... [2021-01-04T20:54:28.491Z] Building docker-support-scheduler-go ... [2021-01-04T20:54:28.491Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T20:54:28.491Z] Building docker-sys-mgmt-agent-go [2021-01-04T20:54:28.491Z] Building docker-security-proxy-setup-go [2021-01-04T20:54:28.491Z] Building docker-support-scheduler-go [2021-01-04T20:54:28.491Z] Building docker-core-metadata-go [2021-01-04T20:54:28.491Z] Building docker-security-bootstrap-redis-go [2021-01-04T20:54:32.272Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18292 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws [2021-01-04T20:54:32.331Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-04T20:54:36.949Z] using credential edgex-jenkins-ssh [2021-01-04T20:54:37.005Z] Cloning the remote Git repository [2021-01-04T20:54:37.067Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:54:37.176Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-04T20:54:37.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:54:37.267Z] > git --version # timeout=10 [2021-01-04T20:54:37.291Z] > git --version # 'git version 2.17.1' [2021-01-04T20:54:37.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:54:37.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:54:51.966Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:54:51.984Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:54:52.018Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:54:52.047Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:54:52.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:54:52.060Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:54:52.681Z] Merging remotes/origin/master commit 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c into PR head commit 5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:54:53.186Z] Merge succeeded, producing 5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:54:53.187Z] Checking out Revision 5535c866083f97ae1369fb8128f98635a1aa9a4f (PR-2980) [2021-01-04T20:54:52.705Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:54:52.718Z] > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 [2021-01-04T20:54:53.012Z] > git remote # timeout=10 [2021-01-04T20:54:53.073Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T20:54:53.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:54:53.112Z] > git merge 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 [2021-01-04T20:54:53.169Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T20:54:53.197Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:54:53.222Z] > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 [2021-01-04T20:54:57.653Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T20:54:59.309Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:54:59.767Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:55:00.110Z] + true [2021-01-04T20:55:00.110Z] + sudo service docker restart [2021-01-04T20:55:00.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:55:00.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:55:00.746Z] ---> 8f6ead81cac5 [2021-01-04T20:55:00.746Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:55:00.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:55:00.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:55:00.746Z] ---> 8f6ead81cac5 [2021-01-04T20:55:00.746Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:55:00.746Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:55:00.746Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:55:00.746Z] ---> 8f6ead81cac5 [2021-01-04T20:55:00.746Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:55:00.746Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:55:00.746Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:55:00.746Z] ---> 8f6ead81cac5 [2021-01-04T20:55:00.746Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T20:55:00.746Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:55:00.746Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:55:00.746Z] ---> 8f6ead81cac5 [2021-01-04T20:55:00.746Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:55:00.746Z] ---> Running in 8bdde0f10c8e [2021-01-04T20:55:00.746Z] ---> Running in b2235f75b004 [2021-01-04T20:55:00.746Z] ---> Running in 97fb235ee004 [2021-01-04T20:55:00.746Z] ---> Running in 5b66d494a46d [2021-01-04T20:55:00.746Z] ---> Running in e34ebbd5602f [2021-01-04T20:55:00.746Z] Removing intermediate container 97fb235ee004 [2021-01-04T20:55:00.746Z] ---> 358f7541bda7 [2021-01-04T20:55:00.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:55:00.746Z] Removing intermediate container 8bdde0f10c8e [2021-01-04T20:55:00.746Z] ---> 117b215f10d9 [2021-01-04T20:55:00.746Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:55:00.746Z] Removing intermediate container e34ebbd5602f [2021-01-04T20:55:00.746Z] ---> 88301fdbd04e [2021-01-04T20:55:00.746Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:55:00.746Z] Removing intermediate container b2235f75b004 [2021-01-04T20:55:00.746Z] ---> 2bf96a2f3e77 [2021-01-04T20:55:00.746Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:55:00.746Z] Removing intermediate container 5b66d494a46d [2021-01-04T20:55:00.746Z] ---> 81bbe045770f [2021-01-04T20:55:00.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:55:00.746Z] ---> Running in 602a480a5c22 [2021-01-04T20:55:00.746Z] ---> Running in b510dad97338 [2021-01-04T20:55:00.746Z] ---> Running in 2291208b2d59 [2021-01-04T20:55:00.746Z] ---> Running in 68e63321d70b [2021-01-04T20:55:00.746Z] ---> Running in f655a6ff956e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:55:02.178Z] provisioning config files... [2021-01-04T20:55:02.219Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4641536509423014892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:55:02.627Z] ---> docker-login.sh [2021-01-04T20:55:02.627Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:55:02.687Z] Removing intermediate container b510dad97338 [2021-01-04T20:55:02.687Z] ---> bba01a361133 [2021-01-04T20:55:02.687Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T20:55:02.687Z] Removing intermediate container 602a480a5c22 [2021-01-04T20:55:02.687Z] ---> 31d32d9facdb [2021-01-04T20:55:02.687Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:55:02.687Z] ---> Running in c2ab81939488 [2021-01-04T20:55:02.687Z] ---> Running in e4c4ede8cdd3 [2021-01-04T20:55:02.687Z] Removing intermediate container 2291208b2d59 [2021-01-04T20:55:02.687Z] ---> 3942bab3879b [2021-01-04T20:55:02.687Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:55:02.949Z] Removing intermediate container 68e63321d70b [2021-01-04T20:55:02.949Z] ---> ff2d122dd328 [2021-01-04T20:55:02.949Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:55:02.949Z] Removing intermediate container f655a6ff956e [2021-01-04T20:55:02.949Z] ---> 81de266857f2 [2021-01-04T20:55:02.949Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:55:02.949Z] ---> Running in 97e296fd1e83 [2021-01-04T20:55:03.214Z] ---> Running in a257b8407b3a [2021-01-04T20:55:03.483Z] ---> Running in 0008b3b2eef1 [2021-01-04T20:55:03.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:55:03.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:55:03.883Z] Configure a credential helper to remove this warning. See [2021-01-04T20:55:03.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:55:03.884Z] [2021-01-04T20:55:03.884Z] Login Succeeded [2021-01-04T20:55:03.884Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:55:04.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:55:04.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:55:04.427Z] Configure a credential helper to remove this warning. See [2021-01-04T20:55:04.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:55:04.427Z] [2021-01-04T20:55:04.427Z] Login Succeeded [2021-01-04T20:55:04.427Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:55:04.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:55:04.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:55:04.699Z] Configure a credential helper to remove this warning. See [2021-01-04T20:55:04.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:55:04.699Z] [2021-01-04T20:55:04.699Z] Login Succeeded [2021-01-04T20:55:04.699Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:55:04.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:04.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:05.179Z] OK: 233 MiB in 51 packages [2021-01-04T20:55:05.179Z] OK: 233 MiB in 51 packages [2021-01-04T20:55:05.179Z] OK: 233 MiB in 51 packages [2021-01-04T20:55:05.179Z] OK: 233 MiB in 51 packages [2021-01-04T20:55:05.179Z] OK: 233 MiB in 51 packages [2021-01-04T20:55:05.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:55:05.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:55:05.300Z] Configure a credential helper to remove this warning. See [2021-01-04T20:55:05.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:55:05.300Z] [2021-01-04T20:55:05.300Z] Login Succeeded [2021-01-04T20:55:05.300Z] docker.io [2021-01-04T20:55:05.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:55:06.158Z] Removing intermediate container e4c4ede8cdd3 [2021-01-04T20:55:06.158Z] ---> 878bd094aa11 [2021-01-04T20:55:06.158Z] Step 6/22 : COPY go.mod . [2021-01-04T20:55:06.158Z] Removing intermediate container c2ab81939488 [2021-01-04T20:55:06.158Z] ---> 3da1634a55b0 [2021-01-04T20:55:06.158Z] Step 6/26 : COPY go.mod . [2021-01-04T20:55:06.158Z] Removing intermediate container 0008b3b2eef1 [2021-01-04T20:55:06.158Z] ---> 30372eda1513 [2021-01-04T20:55:06.158Z] Step 6/21 : COPY go.mod . [2021-01-04T20:55:06.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:55:06.168Z] Configure a credential helper to remove this warning. See [2021-01-04T20:55:06.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:55:06.168Z] [2021-01-04T20:55:06.168Z] Login Succeeded [2021-01-04T20:55:06.168Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:55:06.184Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-04T20:55:06.433Z] Removing intermediate container a257b8407b3a [2021-01-04T20:55:06.433Z] ---> 868675d2aac7 [2021-01-04T20:55:06.433Z] Step 6/22 : COPY go.mod . [2021-01-04T20:55:06.433Z] Removing intermediate container 97e296fd1e83 [2021-01-04T20:55:06.433Z] ---> d09617edfe42 [2021-01-04T20:55:06.433Z] Step 6/21 : COPY go.mod . [Pipeline] echo [2021-01-04T20:55:06.640Z] ========================================================= [2021-01-04T20:55:06.640Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T20:55:06.640Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:55:06.701Z] ---> 58ef0ccbfc83 [2021-01-04T20:55:06.701Z] Step 7/26 : RUN go mod download [2021-01-04T20:55:06.701Z] ---> 58be078551e4 [2021-01-04T20:55:06.701Z] Step 7/22 : RUN go mod download [2021-01-04T20:55:06.701Z] ---> 06c48f599c88 [2021-01-04T20:55:06.701Z] Step 7/21 : RUN go mod download [2021-01-04T20:55:06.701Z] ---> Running in 8c3e9bab85b0 [2021-01-04T20:55:06.701Z] ---> 9cacbf559195 [2021-01-04T20:55:06.701Z] Step 7/22 : RUN go mod download [2021-01-04T20:55:06.971Z] ---> 8cbcf5ec1097 [2021-01-04T20:55:06.971Z] Step 7/21 : RUN go mod download [2021-01-04T20:55:06.971Z] ---> Running in 1f61e4ec1983 [2021-01-04T20:55:06.971Z] ---> Running in fabd9a07bafc [2021-01-04T20:55:06.971Z] ---> Running in 03581ec29c93 [2021-01-04T20:55:07.017Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-04T20:55:07.243Z] ---> Running in 8b7770b84c64 [2021-01-04T20:55:09.017Z] Sending build context to Docker daemon 165.4MB [2021-01-04T20:55:09.017Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:55:09.017Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:55:09.196Z] Removing intermediate container 8b7770b84c64 [2021-01-04T20:55:09.196Z] ---> 96e92cb23785 [2021-01-04T20:55:09.196Z] Step 8/21 : COPY . . [2021-01-04T20:55:09.196Z] Removing intermediate container 03581ec29c93 [2021-01-04T20:55:09.196Z] ---> ea196b1e9cef [2021-01-04T20:55:09.196Z] Step 8/22 : COPY . . [2021-01-04T20:55:09.297Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T20:55:09.297Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T20:55:09.297Z] a4357932f1b6: Pulling fs layer [2021-01-04T20:55:09.297Z] 18c013af1878: Pulling fs layer [2021-01-04T20:55:09.297Z] 00ac8860ef70: Pulling fs layer [2021-01-04T20:55:09.297Z] 63d7cb157983: Pulling fs layer [2021-01-04T20:55:09.297Z] b116817d02f9: Pulling fs layer [2021-01-04T20:55:09.297Z] 745a02a5169b: Pulling fs layer [2021-01-04T20:55:09.297Z] b116817d02f9: Waiting [2021-01-04T20:55:09.297Z] 00ac8860ef70: Waiting [2021-01-04T20:55:09.297Z] 745a02a5169b: Waiting [2021-01-04T20:55:09.297Z] 63d7cb157983: Waiting [2021-01-04T20:55:09.297Z] 18c013af1878: Verifying Checksum [2021-01-04T20:55:09.297Z] 18c013af1878: Download complete [2021-01-04T20:55:09.297Z] a4357932f1b6: Verifying Checksum [2021-01-04T20:55:09.297Z] a4357932f1b6: Download complete [2021-01-04T20:55:09.297Z] 63d7cb157983: Verifying Checksum [2021-01-04T20:55:09.297Z] 63d7cb157983: Download complete [2021-01-04T20:55:09.297Z] b116817d02f9: Download complete [2021-01-04T20:55:09.297Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T20:55:09.297Z] 5f621e34cdf4: Download complete [2021-01-04T20:55:09.787Z] Removing intermediate container 1f61e4ec1983 [2021-01-04T20:55:09.787Z] ---> 7cf420c007da [2021-01-04T20:55:09.787Z] Step 8/22 : COPY . . [2021-01-04T20:55:09.902Z] 5f621e34cdf4: Pull complete [2021-01-04T20:55:10.501Z] a4357932f1b6: Pull complete [2021-01-04T20:55:11.108Z] 18c013af1878: Pull complete [2021-01-04T20:55:12.099Z] 745a02a5169b: Verifying Checksum [2021-01-04T20:55:12.100Z] 745a02a5169b: Download complete [2021-01-04T20:55:12.384Z] Removing intermediate container fabd9a07bafc [2021-01-04T20:55:12.384Z] ---> f6f4c24b6de8 [2021-01-04T20:55:12.384Z] Step 8/21 : COPY . . [2021-01-04T20:55:13.080Z] 00ac8860ef70: Verifying Checksum [2021-01-04T20:55:13.080Z] 00ac8860ef70: Download complete [2021-01-04T20:55:14.965Z] Removing intermediate container 8c3e9bab85b0 [2021-01-04T20:55:14.965Z] ---> 95a35c00202c [2021-01-04T20:55:14.965Z] Step 8/26 : COPY . . [2021-01-04T20:55:23.246Z] 00ac8860ef70: Pull complete [2021-01-04T20:55:23.246Z] 63d7cb157983: Pull complete [2021-01-04T20:55:23.521Z] b116817d02f9: Pull complete [2021-01-04T20:55:27.844Z] 745a02a5169b: Pull complete [2021-01-04T20:55:27.844Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T20:55:27.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T20:55:27.844Z] ---> b7e6874047d6 [2021-01-04T20:55:27.844Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T20:55:30.464Z] ---> Running in c79498b7f823 [2021-01-04T20:55:31.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:55:32.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:55:33.859Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:55:34.451Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:55:34.451Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:55:34.722Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:55:47.256Z] ---> a03a7c7150b9 [2021-01-04T20:55:47.256Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T20:55:47.256Z] ---> Running in e3249901bbc8 [2021-01-04T20:55:47.256Z] ---> 6b77e082fc11 [2021-01-04T20:55:47.256Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T20:55:47.256Z] ---> 18b852ae6076 [2021-01-04T20:55:47.256Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T20:55:47.256Z] ---> 1a33496e5dbe [2021-01-04T20:55:47.256Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T20:55:47.256Z] ---> c0831196493f [2021-01-04T20:55:47.256Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:55:47.256Z] ---> Running in 6a620f515b0c [2021-01-04T20:55:47.256Z] ---> Running in bb8318a11f31 [2021-01-04T20:55:47.256Z] ---> Running in 30880ac0ab94 [2021-01-04T20:55:47.256Z] ---> Running in 89c42721156d [2021-01-04T20:55:47.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:55:47.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:55:47.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T20:55:47.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:55:47.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:55:56.850Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:55:56.850Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:55:56.850Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:55:56.850Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:55:56.850Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:55:56.850Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:55:56.850Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:55:56.850Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:55:56.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:56.850Z] OK: 217 MiB in 51 packages [2021-01-04T20:56:00.282Z] Removing intermediate container c79498b7f823 [2021-01-04T20:56:00.282Z] ---> 012e495fb349 [2021-01-04T20:56:00.282Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:56:00.282Z] ---> Running in 41ca7e4d8900 [2021-01-04T20:56:00.890Z] Removing intermediate container 41ca7e4d8900 [2021-01-04T20:56:00.890Z] ---> f14a1b9fd811 [2021-01-04T20:56:00.890Z] Step 5/6 : COPY go.mod . [2021-01-04T20:56:01.486Z] ---> da873aaab789 [2021-01-04T20:56:01.486Z] Step 6/6 : RUN go mod download [2021-01-04T20:56:01.486Z] ---> Running in 2199abd8e2d0 [2021-01-04T20:56:14.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T20:56:18.639Z] Removing intermediate container e3249901bbc8 [2021-01-04T20:56:18.639Z] ---> d987053e873c [2021-01-04T20:56:18.639Z] [2021-01-04T20:56:18.639Z] Step 10/21 : FROM scratch [2021-01-04T20:56:18.639Z] ---> [2021-01-04T20:56:18.639Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:56:18.639Z] Removing intermediate container 30880ac0ab94 [2021-01-04T20:56:18.639Z] ---> 7c406f7193b7 [2021-01-04T20:56:18.639Z] [2021-01-04T20:56:18.639Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T20:56:18.639Z] 3.12: Pulling from library/alpine [2021-01-04T20:56:18.639Z] Removing intermediate container 6a620f515b0c [2021-01-04T20:56:18.639Z] ---> 75a4a816d3e8 [2021-01-04T20:56:18.639Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T20:56:18.936Z] ---> Running in 1751ba0f7c98 [2021-01-04T20:56:18.936Z] ---> Running in b7c53d7cab3d [2021-01-04T20:56:19.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:56:21.310Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:56:21.310Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:56:21.310Z] ---> 389fef711851 [2021-01-04T20:56:21.310Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:56:21.310Z] Removing intermediate container b7c53d7cab3d [2021-01-04T20:56:21.310Z] ---> 774f446ec912 [2021-01-04T20:56:21.310Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T20:56:21.310Z] ---> Running in 7f3d4a690fa2 [2021-01-04T20:56:21.310Z] ---> Running in 844b136a8fbf [2021-01-04T20:56:21.310Z] Removing intermediate container 89c42721156d [2021-01-04T20:56:21.310Z] ---> c10217ebf3e8 [2021-01-04T20:56:21.310Z] [2021-01-04T20:56:21.310Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T20:56:21.310Z] ---> 389fef711851 [2021-01-04T20:56:21.310Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T20:56:21.574Z] ---> Running in 8a10277646e3 [2021-01-04T20:56:21.574Z] Removing intermediate container 7f3d4a690fa2 [2021-01-04T20:56:21.574Z] ---> 42911c799817 [2021-01-04T20:56:21.574Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T20:56:21.836Z] ---> Running in b939785c0c2f [2021-01-04T20:56:22.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:22.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:22.684Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:56:23.258Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:56:23.258Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:56:23.258Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:56:23.258Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:56:23.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:56:23.258Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:56:23.258Z] OK: 7 MiB in 19 packages [2021-01-04T20:56:24.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:24.207Z] Removing intermediate container b939785c0c2f [2021-01-04T20:56:24.207Z] ---> 0832d7cba2c2 [2021-01-04T20:56:24.207Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T20:56:24.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:24.207Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T20:56:24.207Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:56:24.470Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T20:56:24.470Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T20:56:24.470Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:56:24.470Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:56:24.470Z] OK: 7 MiB in 18 packages [2021-01-04T20:56:24.734Z] Removing intermediate container 1751ba0f7c98 [2021-01-04T20:56:24.734Z] ---> 844e62274077 [2021-01-04T20:56:24.734Z] [2021-01-04T20:56:24.734Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T20:56:24.734Z] 20.10.0: Pulling from library/docker [2021-01-04T20:56:24.734Z] Removing intermediate container bb8318a11f31 [2021-01-04T20:56:24.734Z] ---> 856742860a7f [2021-01-04T20:56:24.734Z] [2021-01-04T20:56:24.734Z] Step 10/22 : FROM scratch [2021-01-04T20:56:24.734Z] ---> [2021-01-04T20:56:24.734Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:56:24.734Z] ---> Using cache [2021-01-04T20:56:24.734Z] ---> 774f446ec912 [2021-01-04T20:56:24.734Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T20:56:25.319Z] ---> 91127adbaaeb [2021-01-04T20:56:25.319Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T20:56:25.908Z] ---> Running in 79dc5c8fa36d [2021-01-04T20:56:26.860Z] Removing intermediate container 79dc5c8fa36d [2021-01-04T20:56:26.860Z] ---> 215b662f99dd [2021-01-04T20:56:26.860Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:56:26.860Z] ---> 25a488598a33 [2021-01-04T20:56:26.860Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T20:56:27.131Z] Removing intermediate container 844b136a8fbf [2021-01-04T20:56:27.131Z] ---> 6bad484c0ecb [2021-01-04T20:56:27.131Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T20:56:27.705Z] ---> Running in 753b2f4d5e0d [2021-01-04T20:56:27.967Z] ---> Running in 452e9c5fba4b [2021-01-04T20:56:27.967Z] Removing intermediate container 8a10277646e3 [2021-01-04T20:56:27.967Z] ---> b78cd044ec92 [2021-01-04T20:56:27.967Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:56:27.967Z] ---> e93c780133d4 [2021-01-04T20:56:27.967Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T20:56:28.230Z] ---> Running in a2061e406dc3 [2021-01-04T20:56:28.230Z] ---> Running in 9b1a6feda1b6 [2021-01-04T20:56:28.230Z] Removing intermediate container 753b2f4d5e0d [2021-01-04T20:56:28.230Z] ---> c157765a3ace [2021-01-04T20:56:28.230Z] Step 14/22 : WORKDIR / [2021-01-04T20:56:28.230Z] Removing intermediate container 452e9c5fba4b [2021-01-04T20:56:28.230Z] ---> b667e316f3b1 [2021-01-04T20:56:28.230Z] Step 13/22 : WORKDIR / [2021-01-04T20:56:28.286Z] Removing intermediate container 2199abd8e2d0 [2021-01-04T20:56:28.286Z] ---> 90e6b84a9c8d [2021-01-04T20:56:28.286Z] Successfully built 90e6b84a9c8d [2021-01-04T20:56:28.286Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:56:28.499Z] ---> Running in 1290258ab1ca [2021-01-04T20:56:28.499Z] ---> Running in 95e4a5c07d53 [2021-01-04T20:56:28.622Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T20:56:28.622Z] . [Pipeline] withDockerContainer [2021-01-04T20:56:28.781Z] Removing intermediate container a2061e406dc3 [2021-01-04T20:56:28.781Z] ---> e4e1aeb0c4ca [2021-01-04T20:56:28.781Z] Step 13/21 : WORKDIR /edgex [2021-01-04T20:56:28.781Z] Removing intermediate container 9b1a6feda1b6 [2021-01-04T20:56:28.781Z] ---> c2ef3380dd27 [2021-01-04T20:56:28.782Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:56:28.782Z] Removing intermediate container 1290258ab1ca [2021-01-04T20:56:28.782Z] ---> 9d1db4a0dfdb [2021-01-04T20:56:28.782Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T20:56:28.892Z] prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container [2021-01-04T20:56:28.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T20:56:29.057Z] ---> Running in c1dac3ad8728 [2021-01-04T20:56:29.057Z] ---> Running in 31e32701d27e [2021-01-04T20:56:29.057Z] Removing intermediate container 95e4a5c07d53 [2021-01-04T20:56:29.057Z] ---> 06d0380a0230 [2021-01-04T20:56:29.057Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T20:56:29.057Z] ---> cc897284641e [2021-01-04T20:56:29.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T20:56:29.326Z] Removing intermediate container 31e32701d27e [2021-01-04T20:56:29.326Z] ---> 78a432be1710 [2021-01-04T20:56:29.326Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:56:29.901Z] Removing intermediate container c1dac3ad8728 [2021-01-04T20:56:29.901Z] ---> 6be974cd4c05 [2021-01-04T20:56:29.901Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T20:56:30.482Z] ---> Running in 42f9a96fdf29 [2021-01-04T20:56:30.482Z] ---> 9bbcd05a903c [2021-01-04T20:56:30.482Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T20:56:30.482Z] ---> 37e23c3c1fbc [2021-01-04T20:56:30.482Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T20:56:30.482Z] ---> 91b701ec1bf0 [2021-01-04T20:56:30.482Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T20:56:30.574Z] $ docker top 312b6c76dbad4b53c60a790f9c5c99830a5cec90a89d8ffc5f41f25bc6d92864 -eo pid,comm [2021-01-04T20:56:30.749Z] Removing intermediate container 42f9a96fdf29 [2021-01-04T20:56:30.749Z] ---> 356886a3644d [2021-01-04T20:56:30.749Z] Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [Pipeline] { [2021-01-04T20:56:31.012Z] ---> Running in d39ca82debde [Pipeline] sh [2021-01-04T20:56:31.286Z] ---> c1b913442e0c [2021-01-04T20:56:31.286Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T20:56:31.286Z] ---> 38846bc7891e [2021-01-04T20:56:31.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T20:56:31.286Z] ---> 5d82396e8506 [2021-01-04T20:56:31.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T20:56:31.286Z] ---> Running in 5829120f7cb5 [2021-01-04T20:56:31.286Z] Removing intermediate container d39ca82debde [2021-01-04T20:56:31.286Z] ---> 696397476e26 [2021-01-04T20:56:31.286Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:56:31.552Z] ---> Running in 84a9f456af7c [2021-01-04T20:56:31.552Z] Removing intermediate container 5829120f7cb5 [2021-01-04T20:56:31.552Z] ---> 855c6e67f9bd [2021-01-04T20:56:31.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:56:31.653Z] + go version [2021-01-04T20:56:31.653Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T20:56:31.679Z] $ docker stop --time=1 312b6c76dbad4b53c60a790f9c5c99830a5cec90a89d8ffc5f41f25bc6d92864 [2021-01-04T20:56:31.824Z] ---> ab2c3ca76394 [2021-01-04T20:56:31.824Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T20:56:31.824Z] ---> Running in 337ac5665a5c [2021-01-04T20:56:31.824Z] Removing intermediate container 84a9f456af7c [2021-01-04T20:56:31.824Z] ---> 2a60b936c4b4 [2021-01-04T20:56:31.824Z] [2021-01-04T20:56:32.089Z] ---> 102e965cca0d [2021-01-04T20:56:32.089Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T20:56:32.360Z] Successfully built 2a60b936c4b4 [2021-01-04T20:56:32.360Z] ---> Running in ad75fddfc007 [2021-01-04T20:56:32.360Z] ---> 7f41e84850b1 [2021-01-04T20:56:32.360Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T20:56:32.360Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T20:56:32.360Z] Building docker-support-notifications-go [2021-01-04T20:56:32.630Z]  Building docker-support-scheduler-go ... done Removing intermediate container 337ac5665a5c [2021-01-04T20:56:32.630Z] ---> 76e7a2b2c752 [2021-01-04T20:56:32.630Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:56:32.630Z] ---> Running in c55be7b5327b [2021-01-04T20:56:32.630Z] ---> Running in bae84607b6f3 [2021-01-04T20:56:32.893Z] Removing intermediate container ad75fddfc007 [2021-01-04T20:56:32.893Z] ---> 72756bc5fd64 [2021-01-04T20:56:32.893Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T20:56:33.158Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T20:56:33.158Z] ---> Running in 638c70eff30f [2021-01-04T20:56:33.744Z] $ docker rm -f 312b6c76dbad4b53c60a790f9c5c99830a5cec90a89d8ffc5f41f25bc6d92864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:56:34.554Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T20:56:34.554Z] ---> aefe523efa57 [2021-01-04T20:56:34.554Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T20:56:34.554Z] Removing intermediate container bae84607b6f3 [2021-01-04T20:56:34.554Z] ---> c8843b5c045e [2021-01-04T20:56:34.554Z] Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:56:34.754Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T20:56:34.754Z] . [Pipeline] withDockerContainer [2021-01-04T20:56:35.004Z] prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container [2021-01-04T20:56:35.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T20:56:35.956Z] ---> Running in a13e0a57c2fb [2021-01-04T20:56:35.957Z] Removing intermediate container 638c70eff30f [2021-01-04T20:56:35.957Z] ---> 17506535fe72 [2021-01-04T20:56:35.957Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:56:35.957Z] ---> Running in 375dfa019ed5 [2021-01-04T20:56:36.503Z] $ docker top 0bc841993c4b4f77609cc4e6a3fe37d0707e968834dab83e9af7bbaed338de68 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T20:56:36.840Z] ========================================================= [2021-01-04T20:56:36.840Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T20:56:36.840Z] ========================================================= [Pipeline] sh [2021-01-04T20:56:36.917Z] ---> Running in 9934f4bee6fe [2021-01-04T20:56:37.182Z] Removing intermediate container a13e0a57c2fb [2021-01-04T20:56:37.182Z] ---> 9753fb477508 [2021-01-04T20:56:37.182Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:56:37.447Z] ---> Running in c9bf6c472ee2 [2021-01-04T20:56:37.447Z] Removing intermediate container 9934f4bee6fe [2021-01-04T20:56:37.447Z] ---> f05ffa423011 [2021-01-04T20:56:37.447Z] Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:56:37.447Z] Removing intermediate container c55be7b5327b [2021-01-04T20:56:37.447Z] ---> 334c9a3d885a [2021-01-04T20:56:37.447Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T20:56:37.481Z] + make test [2021-01-04T20:56:37.481Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T20:56:37.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:37.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:37.978Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T20:56:38.243Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T20:56:38.243Z] Executing bash-5.0.17-r0.post-install [2021-01-04T20:56:38.243Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:56:38.243Z] ---> Running in e0f9900c1c1e [2021-01-04T20:56:38.243Z] ---> Running in 4d648f605334 [2021-01-04T20:56:38.243Z] OK: 12 MiB in 22 packages [2021-01-04T20:56:38.243Z] Removing intermediate container c9bf6c472ee2 [2021-01-04T20:56:38.243Z] ---> 151cb761fb73 [2021-01-04T20:56:38.243Z] [2021-01-04T20:56:38.508Z] Successfully built 151cb761fb73 [2021-01-04T20:56:38.772Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T20:56:38.772Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-04T20:56:39.044Z] Removing intermediate container e0f9900c1c1e [2021-01-04T20:56:39.044Z] ---> ca228d415f09 [2021-01-04T20:56:39.044Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:56:39.044Z] Removing intermediate container 4d648f605334 [2021-01-04T20:56:39.044Z] ---> 0acd45cb3967 [2021-01-04T20:56:39.044Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:56:40.986Z] ---> Running in 151f82e45a0d [2021-01-04T20:56:42.921Z] ---> Running in b46a1872d6c0 [2021-01-04T20:56:43.184Z] Removing intermediate container 375dfa019ed5 [2021-01-04T20:56:43.184Z] ---> 630d86e1a9e5 [2021-01-04T20:56:43.184Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T20:56:43.184Z] Removing intermediate container 151f82e45a0d [2021-01-04T20:56:43.184Z] ---> 909bb1e5f39f [2021-01-04T20:56:43.184Z] Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:56:43.761Z] ---> Running in 9aeaaf2d3e26 [2021-01-04T20:56:44.710Z] Removing intermediate container b46a1872d6c0 [2021-01-04T20:56:44.710Z] ---> af3590efb88b [2021-01-04T20:56:44.710Z] [2021-01-04T20:56:45.294Z] Successfully built af3590efb88b [2021-01-04T20:56:45.870Z] ---> Running in 90857b557df1 [2021-01-04T20:56:46.135Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T20:56:46.135Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-04T20:56:46.398Z] Removing intermediate container 9aeaaf2d3e26 [2021-01-04T20:56:46.398Z] ---> f6797c9adf4d [2021-01-04T20:56:46.398Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T20:56:48.960Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:48.960Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:49.223Z] ---> 8f6ead81cac5 [2021-01-04T20:56:49.223Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:56:49.223Z] ---> Using cache [2021-01-04T20:56:49.223Z] ---> 81bbe045770f [2021-01-04T20:56:49.223Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:56:49.223Z] ---> Using cache [2021-01-04T20:56:49.223Z] ---> ff2d122dd328 [2021-01-04T20:56:49.223Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T20:56:51.159Z] ---> Running in 49dfeef3bc5d [2021-01-04T20:56:51.428Z] Removing intermediate container 90857b557df1 [2021-01-04T20:56:51.428Z] ---> 98ad184236b8 [2021-01-04T20:56:51.428Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:56:52.006Z] ---> Running in 78a80da43316 [2021-01-04T20:56:52.589Z] ---> Running in 2837891ceb35 [2021-01-04T20:56:52.589Z] Removing intermediate container 49dfeef3bc5d [2021-01-04T20:56:52.589Z] ---> 6928e114e644 [2021-01-04T20:56:52.589Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T20:56:52.863Z] ---> Running in 68dc5a636ccc [2021-01-04T20:56:53.449Z] Removing intermediate container 2837891ceb35 [2021-01-04T20:56:53.449Z] ---> 27e4b4b85081 [2021-01-04T20:56:53.449Z] [2021-01-04T20:56:53.449Z] Successfully built 27e4b4b85081 [2021-01-04T20:56:53.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:53.720Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T20:56:53.720Z] Building docker-security-secretstore-setup-go [2021-01-04T20:56:53.720Z] Removing intermediate container 68dc5a636ccc [2021-01-04T20:56:53.720Z] ---> e3ca7f4c0103 [2021-01-04T20:56:53.720Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T20:56:54.320Z]  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:55.295Z] OK: 233 MiB in 51 packages [2021-01-04T20:56:57.233Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:56:57.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:56:57.233Z] ---> 8f6ead81cac5 [2021-01-04T20:56:57.233Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:56:57.233Z] ---> Using cache [2021-01-04T20:56:57.233Z] ---> 81bbe045770f [2021-01-04T20:56:57.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:56:57.233Z] ---> Using cache [2021-01-04T20:56:57.233Z] ---> ff2d122dd328 [2021-01-04T20:56:57.233Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:56:57.233Z] ---> Using cache [2021-01-04T20:56:57.233Z] ---> 868675d2aac7 [2021-01-04T20:56:57.233Z] Step 6/22 : COPY go.mod . [2021-01-04T20:56:57.233Z] ---> Using cache [2021-01-04T20:56:57.233Z] ---> 9cacbf559195 [2021-01-04T20:56:57.233Z] Step 7/22 : RUN go mod download [2021-01-04T20:56:57.233Z] ---> Using cache [2021-01-04T20:56:57.233Z] ---> ea196b1e9cef [2021-01-04T20:56:57.233Z] Step 8/22 : COPY . . [2021-01-04T20:56:57.496Z] ---> Using cache [2021-01-04T20:56:57.496Z] ---> c0831196493f [2021-01-04T20:56:57.496Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T20:56:59.442Z] ---> a2c16b6e5d54 [2021-01-04T20:56:59.442Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T20:56:59.655Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T20:56:59.718Z] ---> Running in 18a6130fff2d [2021-01-04T20:57:01.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:57:01.684Z] ---> 4b1b69d499fe [2021-01-04T20:57:01.684Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T20:57:01.684Z] Removing intermediate container 78a80da43316 [2021-01-04T20:57:01.684Z] ---> f2c3b95b94b7 [2021-01-04T20:57:01.684Z] Step 6/24 : COPY go.mod . [2021-01-04T20:57:02.672Z] ---> 698b5cc48b1f [2021-01-04T20:57:02.672Z] Step 7/24 : RUN go mod download [2021-01-04T20:57:02.672Z] ---> b86cd7ae3477 [2021-01-04T20:57:02.672Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T20:57:02.672Z] ---> Running in 719d7651e133 [2021-01-04T20:57:02.672Z] ---> Running in 8a91249818be [2021-01-04T20:57:04.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:04.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:05.128Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T20:57:05.128Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T20:57:05.128Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T20:57:05.128Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T20:57:05.128Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:57:05.128Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:57:05.128Z] ---> 8f6ead81cac5 [2021-01-04T20:57:05.128Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T20:57:05.128Z] ---> Using cache [2021-01-04T20:57:05.128Z] ---> 81bbe045770f [2021-01-04T20:57:05.128Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:05.128Z] ---> Using cache [2021-01-04T20:57:05.128Z] ---> ff2d122dd328 [2021-01-04T20:57:05.128Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T20:57:05.128Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T20:57:05.128Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T20:57:05.395Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T20:57:08.753Z] ---> Running in 01e0c9234a14 [2021-01-04T20:57:09.349Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T20:57:09.349Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T20:57:09.349Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T20:57:09.349Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T20:57:09.349Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T20:57:09.349Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T20:57:09.618Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T20:57:10.583Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T20:57:10.583Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T20:57:10.583Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T20:57:10.583Z] Removing intermediate container 719d7651e133 [2021-01-04T20:57:10.583Z] ---> 6147a2eb55ff [2021-01-04T20:57:10.583Z] Step 8/24 : COPY . . [2021-01-04T20:57:10.583Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T20:57:10.583Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T20:57:10.583Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T20:57:10.852Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T20:57:11.459Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T20:57:11.459Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T20:57:11.459Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T20:57:11.459Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T20:57:11.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:11.459Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T20:57:11.724Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T20:57:12.010Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T20:57:12.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:57:12.564Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T20:57:12.564Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T20:57:13.144Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T20:57:13.144Z] OK: 233 MiB in 51 packages [2021-01-04T20:57:13.409Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T20:57:13.409Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T20:57:14.804Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:57:14.804Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:57:14.804Z] ---> 8f6ead81cac5 [2021-01-04T20:57:14.804Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:57:14.804Z] ---> Using cache [2021-01-04T20:57:14.804Z] ---> 81bbe045770f [2021-01-04T20:57:14.804Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:57:14.804Z] ---> Using cache [2021-01-04T20:57:14.804Z] ---> ff2d122dd328 [2021-01-04T20:57:14.804Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T20:57:14.804Z] ---> Using cache [2021-01-04T20:57:14.804Z] ---> 868675d2aac7 [2021-01-04T20:57:14.804Z] Step 6/24 : COPY go.mod . [2021-01-04T20:57:14.804Z] ---> Using cache [2021-01-04T20:57:14.804Z] ---> 9cacbf559195 [2021-01-04T20:57:14.804Z] Step 7/24 : RUN go mod download [2021-01-04T20:57:14.804Z] ---> Using cache [2021-01-04T20:57:14.804Z] ---> ea196b1e9cef [2021-01-04T20:57:14.804Z] Step 8/24 : COPY . . [2021-01-04T20:57:14.804Z] ---> Using cache [2021-01-04T20:57:14.804Z] ---> c0831196493f [2021-01-04T20:57:14.804Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T20:57:18.343Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:57:18.343Z] OK: 71 MiB in 55 packages [2021-01-04T20:57:19.127Z] ---> Running in 4b2ab4523994 [2021-01-04T20:57:21.839Z] Removing intermediate container 01e0c9234a14 [2021-01-04T20:57:21.839Z] ---> 7732a84399c4 [2021-01-04T20:57:21.839Z] Step 6/23 : COPY go.mod . [2021-01-04T20:57:21.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:57:23.242Z] ---> 5833cfbe5a9b [2021-01-04T20:57:23.242Z] Step 7/23 : RUN go mod download [2021-01-04T20:57:24.223Z] ---> Running in 0fadea7df300 [2021-01-04T20:57:34.400Z] Removing intermediate container 0fadea7df300 [2021-01-04T20:57:34.400Z] ---> dba8df16e215 [2021-01-04T20:57:34.400Z] Step 8/23 : COPY . . [2021-01-04T20:57:34.400Z] ---> 644ed300b87e [2021-01-04T20:57:34.400Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T20:57:37.754Z] Removing intermediate container 18a6130fff2d [2021-01-04T20:57:37.754Z] ---> 9009ba27318a [2021-01-04T20:57:37.754Z] [2021-01-04T20:57:37.754Z] Step 10/22 : FROM scratch [2021-01-04T20:57:37.754Z] ---> [2021-01-04T20:57:37.754Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:57:39.674Z] ---> Using cache [2021-01-04T20:57:39.674Z] ---> 774f446ec912 [2021-01-04T20:57:39.674Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T20:57:40.251Z] ---> Running in cd9cec57be52 [2021-01-04T20:57:43.570Z] ---> Running in 1b836930fc92 [2021-01-04T20:57:44.962Z] Removing intermediate container 8a91249818be [2021-01-04T20:57:44.962Z] ---> a1fa3b2f49e6 [2021-01-04T20:57:44.962Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T20:57:44.962Z] Removing intermediate container 1b836930fc92 [2021-01-04T20:57:44.962Z] ---> 67d897244db0 [2021-01-04T20:57:44.962Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:57:44.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:57:46.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T20:57:46.985Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T20:57:47.163Z] ---> Running in ccfe441e7f19 [2021-01-04T20:57:49.113Z] ---> Running in 065f7a5dfcca [2021-01-04T20:57:49.714Z] Removing intermediate container ccfe441e7f19 [2021-01-04T20:57:49.714Z] ---> e6b91896cfce [2021-01-04T20:57:49.714Z] Step 14/22 : WORKDIR / [2021-01-04T20:57:51.137Z] ---> Running in 28caf722a6be [2021-01-04T20:57:51.555Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T20:57:53.745Z] Removing intermediate container 28caf722a6be [2021-01-04T20:57:53.745Z] ---> 6264f6fc8ac1 [2021-01-04T20:57:53.745Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T20:57:54.957Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T20:57:54.957Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T20:57:54.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T20:57:54.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T20:57:54.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T20:57:55.207Z] ---> 9f7c7ff88767 [2021-01-04T20:57:55.207Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T20:57:55.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T20:57:57.210Z] Collecting docker-compose==1.23.2 [2021-01-04T20:57:57.210Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T20:57:57.476Z] ---> e36294430ede [2021-01-04T20:57:57.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T20:57:58.083Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T20:57:58.083Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T20:57:58.083Z] Removing intermediate container 4b2ab4523994 [2021-01-04T20:57:58.083Z] ---> b8171a0cdbc7 [2021-01-04T20:57:58.083Z] [2021-01-04T20:57:58.083Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T20:57:58.083Z] ---> 389fef711851 [2021-01-04T20:57:58.083Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:57:58.083Z] ---> Using cache [2021-01-04T20:57:58.083Z] ---> 6bad484c0ecb [2021-01-04T20:57:58.083Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:57:58.083Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T20:57:58.083Z] ---> ebc717d59ca3 [2021-01-04T20:57:58.083Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T20:57:58.212Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T20:57:58.360Z] ---> 3da5066c0c25 [2021-01-04T20:57:58.360Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T20:57:58.360Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T20:57:58.360Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T20:57:58.360Z] ---> Running in 62a49d80a449 [2021-01-04T20:57:58.624Z] ---> Running in f02d27a75210 [2021-01-04T20:57:58.625Z] ---> Running in 2fb67c5e5ddc [2021-01-04T20:57:58.890Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T20:57:58.890Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T20:57:59.165Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T20:57:59.166Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T20:57:59.166Z] Removing intermediate container 62a49d80a449 [2021-01-04T20:57:59.166Z] ---> 69cfe3b3f6fb [2021-01-04T20:57:59.166Z] Step 13/24 : WORKDIR / [2021-01-04T20:57:59.201Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T20:57:59.433Z] Removing intermediate container 2fb67c5e5ddc [2021-01-04T20:57:59.433Z] ---> de7266b58cb7 [2021-01-04T20:57:59.433Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:57:59.433Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T20:57:59.433Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T20:57:59.433Z] ---> Running in 11c318aa178f [2021-01-04T20:57:59.433Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T20:57:59.704Z] ---> Running in 988c92cdb99d [2021-01-04T20:57:59.974Z] Removing intermediate container 988c92cdb99d [2021-01-04T20:57:59.974Z] ---> bd0266798cb8 [2021-01-04T20:57:59.974Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:57:59.974Z] Removing intermediate container 11c318aa178f [2021-01-04T20:57:59.974Z] ---> a3e424fd0294 [2021-01-04T20:57:59.974Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T20:57:59.974Z] ---> Running in f36fda6c9e22 [2021-01-04T20:58:00.241Z] Removing intermediate container f36fda6c9e22 [2021-01-04T20:58:00.241Z] ---> 13954d5c87f4 [2021-01-04T20:58:00.241Z] Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:58:00.241Z] ---> 1b09a44bf2ba [2021-01-04T20:58:00.241Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T20:58:00.520Z] ---> Running in 8fb35cc6939f [2021-01-04T20:58:00.802Z] Removing intermediate container 8fb35cc6939f [2021-01-04T20:58:00.802Z] ---> c30583a4d807 [2021-01-04T20:58:00.802Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:58:00.802Z] ---> 801dae499d97 [2021-01-04T20:58:00.802Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T20:58:00.802Z] ---> Running in edface0c3e57 [2021-01-04T20:58:00.802Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T20:58:00.802Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T20:58:01.078Z] Removing intermediate container edface0c3e57 [2021-01-04T20:58:01.078Z] ---> 54cd7c1e8483 [2021-01-04T20:58:01.078Z] [2021-01-04T20:58:01.356Z] ---> f877261f1c2a [2021-01-04T20:58:01.356Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T20:58:01.356Z] Successfully built 54cd7c1e8483 [2021-01-04T20:58:01.356Z] Successfully tagged docker-core-command-go:latest [2021-01-04T20:58:01.636Z]  Building docker-core-command-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T20:58:01.636Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T20:58:02.255Z] ---> 8d8cc64c80a8 [2021-01-04T20:58:02.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T20:58:02.255Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T20:58:02.255Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T20:58:03.230Z] Collecting PyYAML<4,>=3.10 [2021-01-04T20:58:03.230Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T20:58:03.508Z] ---> 5c4060af7d87 [2021-01-04T20:58:03.508Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T20:58:05.496Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T20:58:05.496Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T20:58:05.496Z] ---> 24ce4966bebe [2021-01-04T20:58:05.496Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:58:05.496Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T20:58:05.947Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T20:58:05.947Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T20:58:05.947Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T20:58:06.104Z] Collecting idna<2.8,>=2.5 [2021-01-04T20:58:06.104Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T20:58:06.379Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T20:58:06.379Z] ---> Running in 226ffdbb211f [2021-01-04T20:58:06.653Z] Removing intermediate container cd9cec57be52 [2021-01-04T20:58:06.653Z] ---> 22113f966256 [2021-01-04T20:58:06.653Z] [2021-01-04T20:58:06.653Z] Step 10/24 : FROM scratch [2021-01-04T20:58:06.653Z] ---> [2021-01-04T20:58:06.653Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T20:58:06.653Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T20:58:06.653Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T20:58:06.930Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T20:58:06.930Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T20:58:06.930Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T20:58:06.930Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T20:58:06.930Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, docopt, texttable, dockerpty, PyYAML, docker-compose [2021-01-04T20:58:06.930Z] Attempting uninstall: idna [2021-01-04T20:58:06.930Z] Found existing installation: idna 2.9 [2021-01-04T20:58:06.930Z] Uninstalling idna-2.9: [2021-01-04T20:58:07.196Z] Successfully uninstalled idna-2.9 [2021-01-04T20:58:07.476Z] Attempting uninstall: urllib3 [2021-01-04T20:58:07.476Z] ---> Running in a464809b02df [2021-01-04T20:58:07.476Z] Found existing installation: urllib3 1.25.9 [2021-01-04T20:58:07.476Z] Uninstalling urllib3-1.25.9: [2021-01-04T20:58:07.746Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T20:58:08.337Z] Removing intermediate container a464809b02df [2021-01-04T20:58:08.337Z] ---> d5a06cf034aa [2021-01-04T20:58:08.337Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T20:58:08.337Z] Attempting uninstall: requests [2021-01-04T20:58:08.337Z] Found existing installation: requests 2.23.0 [2021-01-04T20:58:08.337Z] Uninstalling requests-2.23.0: [2021-01-04T20:58:08.337Z] Successfully uninstalled requests-2.23.0 [2021-01-04T20:58:08.605Z] ---> Running in 134bc89058a9 [2021-01-04T20:58:09.200Z] Removing intermediate container 134bc89058a9 [2021-01-04T20:58:09.200Z] ---> a95687dd98a0 [2021-01-04T20:58:09.200Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T20:58:09.467Z] ---> Running in 6fb794a7d63e [2021-01-04T20:58:09.729Z] Removing intermediate container 226ffdbb211f [2021-01-04T20:58:09.729Z] ---> e6c5c2acfe2c [2021-01-04T20:58:09.729Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:58:11.145Z] Removing intermediate container 6fb794a7d63e [2021-01-04T20:58:11.146Z] ---> 6ba8b30fe0cf [2021-01-04T20:58:11.146Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T20:58:11.146Z] ---> Running in 11f9f5d4ef3c [2021-01-04T20:58:11.146Z] Running setup.py install for docopt: started [2021-01-04T20:58:11.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.245s coverage: 46.6% of statements [2021-01-04T20:58:11.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T20:58:11.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T20:58:11.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T20:58:11.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T20:58:11.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T20:58:11.748Z] Removing intermediate container 11f9f5d4ef3c [2021-01-04T20:58:11.748Z] ---> 86cb16093f7c [2021-01-04T20:58:11.748Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:58:11.748Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T20:58:11.748Z] Running setup.py install for texttable: started [2021-01-04T20:58:11.748Z] ---> 77f7626e038e [2021-01-04T20:58:11.748Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T20:58:12.033Z] ---> Running in e422257a9cfd [2021-01-04T20:58:12.304Z] Removing intermediate container e422257a9cfd [2021-01-04T20:58:12.304Z] ---> 6c798b345a87 [2021-01-04T20:58:12.304Z] Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:58:12.304Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T20:58:13.703Z] Running setup.py install for dockerpty: started [2021-01-04T20:58:14.302Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T20:58:14.302Z] Running setup.py install for PyYAML: started [2021-01-04T20:58:14.302Z] ---> Running in 8d9177103b05 [2021-01-04T20:58:14.572Z] ---> 31def0956d05 [2021-01-04T20:58:14.572Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T20:58:14.572Z] Removing intermediate container 8d9177103b05 [2021-01-04T20:58:14.572Z] ---> 71c8aabfa080 [2021-01-04T20:58:14.572Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:58:14.858Z] ---> Running in 9e138464ce9e [2021-01-04T20:58:14.858Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T20:58:15.814Z] ---> 803432dac353 [2021-01-04T20:58:15.814Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T20:58:15.814Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T20:58:15.814Z] Removing intermediate container 9e138464ce9e [2021-01-04T20:58:15.814Z] ---> ff5c426a9e4f [2021-01-04T20:58:15.814Z] [2021-01-04T20:58:15.814Z] Successfully built ff5c426a9e4f [2021-01-04T20:58:15.814Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T20:58:15.814Z]  Building docker-security-secretstore-setup-go ... done  ---> b3f4170b42e0 [2021-01-04T20:58:15.814Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T20:58:16.767Z] ---> 75ab7b166007 [2021-01-04T20:58:16.767Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T20:58:17.719Z] ---> 33c13cb93b26 [2021-01-04T20:58:17.719Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T20:58:17.981Z] Removing intermediate container 065f7a5dfcca [2021-01-04T20:58:17.981Z] ---> 6c782227434f [2021-01-04T20:58:17.981Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T20:58:17.981Z] ---> Running in a1ca60f81d5e [2021-01-04T20:58:17.981Z] ---> Running in d95b0b765ce3 [2021-01-04T20:58:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.0% of statements [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T20:58:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T20:58:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T20:58:18.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 75.0% of statements [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T20:58:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T20:58:18.244Z] Removing intermediate container a1ca60f81d5e [2021-01-04T20:58:18.244Z] ---> febaba108e91 [2021-01-04T20:58:18.244Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:58:18.244Z] ---> Running in 163ade07f882 [2021-01-04T20:58:18.506Z] Removing intermediate container 163ade07f882 [2021-01-04T20:58:18.506Z] ---> fdb8ffdfeda8 [2021-01-04T20:58:18.506Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:58:18.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:58:18.506Z] ---> Running in 331767c89adb [2021-01-04T20:58:18.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:58:18.767Z] Removing intermediate container 331767c89adb [2021-01-04T20:58:18.767Z] ---> dba52cf533db [2021-01-04T20:58:18.767Z] Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:58:19.059Z] ---> Running in 64e808235039 [2021-01-04T20:58:19.059Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:58:19.059Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T20:58:19.059Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T20:58:19.059Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:58:19.059Z] OK: 72 MiB in 58 packages [2021-01-04T20:58:19.059Z] Removing intermediate container 64e808235039 [2021-01-04T20:58:19.059Z] ---> a8d4daa90586 [2021-01-04T20:58:19.059Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:58:19.326Z] ---> Running in 928bb948a791 [2021-01-04T20:58:19.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.636s coverage: 82.9% of statements [2021-01-04T20:58:19.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T20:58:19.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:58:19.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T20:58:19.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T20:58:20.278Z] Removing intermediate container 928bb948a791 [2021-01-04T20:58:20.278Z] ---> 16cc4d12a6ea [2021-01-04T20:58:20.278Z] [2021-01-04T20:58:20.884Z] Successfully built 16cc4d12a6ea [2021-01-04T20:58:20.884Z] Removing intermediate container d95b0b765ce3 [2021-01-04T20:58:20.884Z] ---> 0336b927e7b7 [2021-01-04T20:58:20.884Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T20:58:20.884Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T20:58:21.927Z]  Building docker-support-notifications-go ... done  ---> Running in e28107190b6a [2021-01-04T20:58:22.209Z] Removing intermediate container f02d27a75210 [2021-01-04T20:58:22.209Z] ---> c894eb4cc91d [2021-01-04T20:58:22.209Z] [2021-01-04T20:58:22.209Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T20:58:22.209Z] ---> 389fef711851 [2021-01-04T20:58:22.209Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:58:22.209Z] ---> Running in ce86cf6d9c23 [2021-01-04T20:58:22.209Z] Removing intermediate container e28107190b6a [2021-01-04T20:58:22.209Z] ---> 07c53416a419 [2021-01-04T20:58:22.209Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:58:22.209Z] ---> Running in 803ae54f4ed2 [2021-01-04T20:58:22.488Z] Removing intermediate container ce86cf6d9c23 [2021-01-04T20:58:22.488Z] ---> 8745b4da56ef [2021-01-04T20:58:22.488Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T20:58:22.488Z] ---> Running in 629a340cc1de [2021-01-04T20:58:23.061Z] Removing intermediate container 803ae54f4ed2 [2021-01-04T20:58:23.061Z] ---> 9dff223101c0 [2021-01-04T20:58:23.061Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T20:58:23.061Z] Removing intermediate container 629a340cc1de [2021-01-04T20:58:23.061Z] ---> c1313868b24d [2021-01-04T20:58:23.061Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T20:58:23.061Z] ---> Running in 77ff91793650 [2021-01-04T20:58:23.325Z] ---> Running in 63b8db953b0e [2021-01-04T20:58:23.325Z] Removing intermediate container 77ff91793650 [2021-01-04T20:58:23.325Z] ---> fff4373d4458 [2021-01-04T20:58:23.325Z] Step 25/26 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:58:23.325Z] ---> Running in d6fe34a6a408 [2021-01-04T20:58:23.325Z] Removing intermediate container 63b8db953b0e [2021-01-04T20:58:23.325Z] ---> dafd7236fd1c [2021-01-04T20:58:23.325Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:58:23.589Z] ---> Running in 7cabca189fb3 [2021-01-04T20:58:23.589Z] Removing intermediate container d6fe34a6a408 [2021-01-04T20:58:23.589Z] ---> b9ed4f4951ed [2021-01-04T20:58:23.589Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T20:58:23.851Z] ---> Running in 1b1d535915d0 [2021-01-04T20:58:24.115Z] Removing intermediate container 1b1d535915d0 [2021-01-04T20:58:24.115Z] ---> dfe46fdd0bbb [2021-01-04T20:58:24.115Z] [2021-01-04T20:58:24.115Z] Successfully built dfe46fdd0bbb [2021-01-04T20:58:24.115Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T20:58:24.694Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7cabca189fb3 [2021-01-04T20:58:24.694Z] ---> 4f2c0c56eb9f [2021-01-04T20:58:24.694Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T20:58:24.694Z] ---> Running in 98dffe0d4c59 [2021-01-04T20:58:25.110Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T20:58:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.174s coverage: 100.0% of statements [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T20:58:25.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-01-04T20:58:25.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T20:58:25.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:58:25.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:58:26.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements [2021-01-04T20:58:26.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T20:58:26.421Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T20:58:26.421Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T20:58:26.683Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T20:58:26.946Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T20:58:26.946Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T20:58:26.946Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:58:27.208Z] OK: 8 MiB in 19 packages [2021-01-04T20:58:27.783Z] Removing intermediate container 98dffe0d4c59 [2021-01-04T20:58:27.783Z] ---> bb3b08f91027 [2021-01-04T20:58:27.783Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T20:58:28.046Z] ---> 6353f9ccd24a [2021-01-04T20:58:28.047Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T20:58:28.621Z] ---> 929928819d2a [2021-01-04T20:58:28.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T20:58:28.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements [2021-01-04T20:58:28.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T20:58:28.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.335s coverage: 78.3% of statements [2021-01-04T20:58:28.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T20:58:28.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T20:58:28.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T20:58:28.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T20:58:28.882Z] ---> efe0e442d927 [2021-01-04T20:58:28.882Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T20:58:28.882Z] ---> Running in dfd01e5d0c24 [2021-01-04T20:58:29.146Z] Removing intermediate container dfd01e5d0c24 [2021-01-04T20:58:29.146Z] ---> f62620460083 [2021-01-04T20:58:29.146Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:58:29.407Z] ---> Running in 18ea24668ce7 [2021-01-04T20:58:29.407Z] Removing intermediate container 18ea24668ce7 [2021-01-04T20:58:29.407Z] ---> bc176c8e9e03 [2021-01-04T20:58:29.407Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T20:58:29.669Z] ---> Running in 64499b7c7062 [2021-01-04T20:58:29.669Z] Removing intermediate container 64499b7c7062 [2021-01-04T20:58:29.669Z] ---> f47c63575277 [2021-01-04T20:58:29.669Z] Step 22/23 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:58:29.931Z] ---> Running in 16b1b1abbdce [2021-01-04T20:58:29.931Z] Removing intermediate container 16b1b1abbdce [2021-01-04T20:58:29.931Z] ---> 3fe6a766315a [2021-01-04T20:58:29.931Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T20:58:29.931Z] ---> Running in 8813a73241b9 [2021-01-04T20:58:30.194Z] Removing intermediate container 8813a73241b9 [2021-01-04T20:58:30.194Z] ---> 6082d9cb662e [2021-01-04T20:58:30.194Z] [2021-01-04T20:58:30.194Z] Successfully built 6082d9cb662e [2021-01-04T20:58:30.194Z] Successfully tagged docker-core-data-go:latest [2021-01-04T20:58:30.471Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T20:58:30.477Z] $ docker stop --time=1 45c266441e597f3630e518df9e66e22eab24aa019dcea1898e0d6d9a58c24ea4 [2021-01-04T20:58:32.069Z] $ docker rm -f 45c266441e597f3630e518df9e66e22eab24aa019dcea1898e0d6d9a58c24ea4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:58:32.589Z] + docker images [2021-01-04T20:58:32.589Z] + grep docker [2021-01-04T20:58:32.589Z] docker-core-data-go latest 6082d9cb662e 2 seconds ago 22.2MB [2021-01-04T20:58:32.589Z] docker-sys-mgmt-agent-go latest dfe46fdd0bbb 9 seconds ago 313MB [2021-01-04T20:58:32.589Z] docker-support-notifications-go latest 16cc4d12a6ea 13 seconds ago 12MB [2021-01-04T20:58:32.589Z] docker-security-secretstore-setup-go latest ff5c426a9e4f 17 seconds ago 24.6MB [2021-01-04T20:58:32.589Z] docker-core-command-go latest 54cd7c1e8483 32 seconds ago 10.6MB [2021-01-04T20:58:32.589Z] docker-security-bootstrap-redis-go latest 27e4b4b85081 About a minute ago 15.8MB [2021-01-04T20:58:32.589Z] docker-security-proxy-setup-go latest af3590efb88b About a minute ago 24.5MB [2021-01-04T20:58:32.589Z] docker-core-metadata-go latest 151cb761fb73 About a minute ago 13MB [2021-01-04T20:58:32.589Z] docker-support-scheduler-go latest 2a60b936c4b4 2 minutes ago 10.7MB [2021-01-04T20:58:32.589Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-04T20:58:35.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.981s coverage: 93.8% of statements [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T20:58:35.500Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T20:58:35.500Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T20:58:35.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T20:58:35.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2021-01-04T20:58:35.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T20:58:35.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-01-04T20:58:35.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-01-04T20:58:36.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.181s coverage: 84.2% of statements [2021-01-04T20:58:39.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.4% of statements [2021-01-04T20:58:39.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T20:58:40.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.528s coverage: 63.5% of statements [2021-01-04T20:58:40.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T20:58:40.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T20:58:40.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements [2021-01-04T20:58:40.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-04T20:58:41.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-04T20:58:41.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-01-04T20:58:43.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-01-04T20:58:46.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.835s coverage: 55.9% of statements [2021-01-04T20:58:46.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T20:58:46.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T20:58:46.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T20:58:46.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T20:58:46.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T20:58:47.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.353s coverage: 37.0% of statements [2021-01-04T20:58:47.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T20:58:47.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T20:58:47.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.574s coverage: 84.0% of statements [2021-01-04T20:58:47.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2021-01-04T20:58:48.292Z] Still waiting to schedule task [2021-01-04T20:58:48.292Z] ‘prd-ubuntu18.04-docker-8c-8g-18294’ is offline [2021-01-04T20:58:55.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.1% of statements [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T20:58:55.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T20:58:55.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-01-04T20:58:55.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T20:58:59.205Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T20:58:59.205Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.165s coverage: 99.0% of statements [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T20:58:59.205Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T20:58:59.205Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T20:58:59.205Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T20:58:59.205Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T20:58:59.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T20:58:59.803Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-01-04T20:59:00.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-04T20:59:01.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-04T20:59:01.649Z] GO111MODULE=on go vet ./... [2021-01-04T20:59:38.908Z] Running on prd-ubuntu18.04-docker-8c-8g-18295 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws [2021-01-04T20:59:38.959Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-04T20:59:41.009Z] using credential edgex-jenkins-ssh [2021-01-04T20:59:41.061Z] Cloning the remote Git repository [2021-01-04T20:59:41.087Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:59:41.149Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-04T20:59:41.175Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:59:41.176Z] > git --version # timeout=10 [2021-01-04T20:59:41.182Z] > git --version # 'git version 2.17.1' [2021-01-04T20:59:41.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:59:41.203Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:59:50.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:59:50.179Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:59:50.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:59:50.208Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:59:50.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:59:50.212Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:59:50.698Z] Merging remotes/origin/master commit 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c into PR head commit 5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:59:50.823Z] Merge succeeded, producing 5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T20:59:50.824Z] Checking out Revision 5535c866083f97ae1369fb8128f98635a1aa9a4f (PR-2980) [2021-01-04T20:59:50.712Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:59:50.719Z] > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 [2021-01-04T20:59:50.800Z] > git remote # timeout=10 [2021-01-04T20:59:50.807Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T20:59:50.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:59:50.816Z] > git merge 7af4896cef5687a5f8c07b1f9027609ce8fe2c5c # timeout=10 [2021-01-04T20:59:50.823Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T20:59:50.829Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:59:50.833Z] > git checkout -f 5535c866083f97ae1369fb8128f98635a1aa9a4f # timeout=10 [2021-01-04T20:59:54.593Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.136" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:59:55.847Z] + echo snap-build.sh [2021-01-04T20:59:55.847Z] snap-build.sh [2021-01-04T20:59:55.847Z] + SNAP_BASE_DIR=. [2021-01-04T20:59:55.847Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-04T20:59:55.847Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-04T20:59:55.847Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-04T20:59:55.847Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-04T20:59:55.847Z] + cd /w/workspace/edgex-go/3 [2021-01-04T20:59:55.847Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T20:59:55.847Z] Reading package lists... [2021-01-04T20:59:55.847Z] Building dependency tree... [2021-01-04T20:59:55.847Z] Reading state information... [2021-01-04T20:59:56.112Z] The following packages were automatically installed and are no longer required: [2021-01-04T20:59:56.112Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T20:59:56.112Z] uidmap xdelta3 [2021-01-04T20:59:56.112Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T20:59:56.112Z] The following packages will be REMOVED: [2021-01-04T20:59:56.112Z] lxd* lxd-client* [2021-01-04T20:59:56.376Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T20:59:56.376Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T20:59:57.428Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-04T20:59:57.428Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T20:59:58.392Z] Removing lxd dnsmasq configuration [2021-01-04T20:59:58.392Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T20:59:58.653Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T20:59:59.599Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T20:59:59.599Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-04T20:59:59.599Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T21:00:01.004Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T21:00:01.267Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T21:00:02.286Z] + sudo snap remove --purge lxd [2021-01-04T21:00:02.286Z] snap "lxd" is not installed [2021-01-04T21:00:02.286Z] + sudo groupadd --force --system lxd [2021-01-04T21:00:02.565Z] ++ whoami [2021-01-04T21:00:02.565Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T21:00:02.565Z] + newgrp - lxd [2021-01-04T21:00:02.565Z] + sudo snap install lxd [2021-01-04T21:00:09.700Z] gofmt -l . [2021-01-04T21:00:09.700Z] [ "`gofmt -l .`" = "" ] [2021-01-04T21:00:09.700Z] ./bin/test-go-mod-tidy.sh [2021-01-04T21:00:09.700Z] ./bin/test-attribution-txt.sh [2021-01-04T21:00:10.779Z] 2021-01-04T21:00:07Z INFO Waiting for automatic snapd restart... [Pipeline] sh [2021-01-04T21:00:13.795Z] + ls -al . [2021-01-04T21:00:13.795Z] total 664 [2021-01-04T21:00:13.795Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 21:00 . [2021-01-04T21:00:13.795Z] drwxr-xr-x 4 root root 4096 Jan 4 20:56 .. [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 20:54 .dockerignore [2021-01-04T21:00:13.795Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 20:54 .git [2021-01-04T21:00:13.795Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 20:54 .github [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 20:54 .gitignore [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 20:54 .sonarcloud.properties [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:54 CONTRIBUTING.md [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 20:54 Dockerfile.build [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 20:54 Jenkinsfile [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:54 LICENSE [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:54 Makefile [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:54 README.md [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:54 SECURITY.md [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 20:51 VERSION [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:54 ZMQWindows.md [2021-01-04T21:00:13.795Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 20:54 bin [2021-01-04T21:00:13.795Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 20:54 cmd [2021-01-04T21:00:13.795Z] -rw-r--r-- 1 root root 538204 Jan 4 20:59 coverage.out [2021-01-04T21:00:13.795Z] -rw-r--r-- 1 root root 979 Jan 4 21:00 go.mod [2021-01-04T21:00:13.795Z] -rw-r--r-- 1 root root 18934 Jan 4 21:00 go.sum [2021-01-04T21:00:13.795Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 20:54 internal [2021-01-04T21:00:13.795Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 20:54 openapi [2021-01-04T21:00:13.795Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 20:54 snap [2021-01-04T21:00:13.795Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 20:54 version.go [Pipeline] sh [2021-01-04T21:00:14.458Z] + '[' -e coverage.out ] [2021-01-04T21:00:14.458Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T21:00:14.521Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T21:00:15.665Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T21:00:16.364Z] + make build [2021-01-04T21:00:16.364Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T21:00:20.812Z] lxd 4.9 from Canonical* installed [2021-01-04T21:00:20.812Z] + sudo lxd init --auto [2021-01-04T21:00:28.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T21:00:30.864Z] + sudo snap install --classic snapcraft [2021-01-04T21:00:36.166Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T21:00:36.166Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T21:00:36.166Z] + patch --verbose -p1 [2021-01-04T21:00:36.166Z] Hmm... Looks like a unified diff to me... [2021-01-04T21:00:36.166Z] The text leading up to this was: [2021-01-04T21:00:36.166Z] -------------------------- [2021-01-04T21:00:36.166Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T21:00:36.166Z] |From: Tony Espy [2021-01-04T21:00:36.166Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T21:00:36.166Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T21:00:36.166Z] | [2021-01-04T21:00:36.166Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T21:00:36.166Z] |optimize the snap CI check run for pull requests. When [2021-01-04T21:00:36.166Z] |applied, it essentially strips out everything (apps and [2021-01-04T21:00:36.166Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T21:00:36.166Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T21:00:36.166Z] |catch changes to edgex-go that break the snap build. [2021-01-04T21:00:36.166Z] | [2021-01-04T21:00:36.166Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T21:00:36.166Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T21:00:36.166Z] |resulting in a failed snap build CI check in the associated [2021-01-04T21:00:36.166Z] |pull request. [2021-01-04T21:00:36.166Z] | [2021-01-04T21:00:36.166Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T21:00:36.166Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T21:00:36.166Z] |need to build the finally binary .snap file (and it won't [2021-01-04T21:00:36.166Z] |work with the patch applied). This further reduces the build [2021-01-04T21:00:36.166Z] |time. [2021-01-04T21:00:36.166Z] |--- [2021-01-04T21:00:36.166Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T21:00:36.166Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T21:00:36.166Z] | [2021-01-04T21:00:36.166Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T21:00:36.166Z] |index 1e537489..faf42425 100644 [2021-01-04T21:00:36.166Z] |--- a/snap/snapcraft.yaml [2021-01-04T21:00:36.166Z] |+++ b/snap/snapcraft.yaml [2021-01-04T21:00:36.166Z] -------------------------- [2021-01-04T21:00:36.166Z] patching file snap/snapcraft.yaml [2021-01-04T21:00:36.166Z] Using Plan A... [2021-01-04T21:00:36.166Z] Hunk #1 succeeded at 73. [2021-01-04T21:00:36.166Z] Hunk #2 succeeded at 202. [2021-01-04T21:00:36.166Z] Hunk #3 succeeded at 214. [2021-01-04T21:00:36.166Z] Hunk #4 succeeded at 222. [2021-01-04T21:00:36.166Z] Hunk #5 succeeded at 229. [2021-01-04T21:00:36.166Z] Hunk #6 succeeded at 256. [2021-01-04T21:00:36.166Z] Hunk #7 succeeded at 290. [2021-01-04T21:00:36.166Z] Hunk #8 succeeded at 341. [2021-01-04T21:00:36.166Z] Hmm... Ignoring the trailing garbage. [2021-01-04T21:00:36.166Z] done [2021-01-04T21:00:36.166Z] + sudo snapcraft prime --use-lxd [2021-01-04T21:00:37.109Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T21:00:37.109Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-04T21:00:37.109Z] - README.md [2021-01-04T21:00:37.109Z] [2021-01-04T21:00:37.109Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T21:00:37.681Z] Launching a container. [2021-01-04T21:00:49.938Z] Waiting for container to be ready [2021-01-04T21:00:49.938Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T21:00:49.938Z] [2021-01-04T21:00:51.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T21:00:51.854Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T21:00:52.122Z] Waiting for network to be ready... [2021-01-04T21:00:52.391Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T21:00:52.655Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T21:00:52.655Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T21:00:52.655Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T21:00:52.655Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T21:00:52.655Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T21:00:52.655Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T21:00:52.655Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T21:00:52.655Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T21:00:52.655Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T21:00:52.917Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T21:00:53.184Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T21:00:53.184Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T21:00:53.448Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T21:00:53.448Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T21:00:53.448Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T21:00:53.448Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T21:00:53.448Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T21:00:53.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T21:00:53.711Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T21:00:53.980Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-04T21:00:53.980Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T21:00:53.980Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T21:00:53.980Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T21:00:53.980Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T21:00:53.980Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T21:00:53.980Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T21:00:54.247Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T21:00:56.188Z] Fetched 23.6 MB in 4s (6216 kB/s) [2021-01-04T21:00:56.772Z] Reading package lists... [2021-01-04T21:00:57.035Z] Reading package lists... [2021-01-04T21:00:57.296Z] Building dependency tree... [2021-01-04T21:00:57.296Z] Reading state information... [2021-01-04T21:00:57.296Z] The following additional packages will be installed: [2021-01-04T21:00:57.296Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T21:00:57.296Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T21:00:57.296Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T21:00:57.296Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T21:00:57.296Z] Suggested packages: [2021-01-04T21:00:57.296Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T21:00:57.296Z] Recommended packages: [2021-01-04T21:00:57.296Z] gnupg libsasl2-modules [2021-01-04T21:00:57.296Z] The following NEW packages will be installed: [2021-01-04T21:00:57.296Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T21:00:57.296Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T21:00:57.296Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T21:00:57.296Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T21:00:57.296Z] The following packages will be upgraded: [2021-01-04T21:00:57.296Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T21:00:57.556Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T21:00:57.556Z] Need to get 3531 kB of archives. [2021-01-04T21:00:57.556Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T21:00:57.556Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T21:00:57.556Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T21:00:57.556Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T21:00:57.556Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T21:00:57.556Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T21:00:57.556Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T21:00:57.556Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T21:00:57.556Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T21:00:57.557Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T21:00:57.818Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T21:00:58.390Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T21:00:58.390Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T21:00:58.390Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T21:00:58.390Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T21:00:58.390Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T21:00:58.390Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T21:00:58.390Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T21:00:58.390Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T21:00:58.390Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T21:00:58.390Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T21:00:58.390Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T21:00:58.390Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T21:00:58.652Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T21:00:58.652Z] Fetched 3531 kB in 1s (3254 kB/s) [2021-01-04T21:00:58.652Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T21:00:58.652Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T21:00:58.652Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T21:00:58.652Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T21:00:58.913Z] Selecting previously unselected package udev. [2021-01-04T21:00:58.913Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T21:00:58.913Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T21:00:58.913Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T21:00:59.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T21:00:59.177Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T21:00:59.178Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T21:00:59.178Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T21:00:59.178Z] Selecting previously unselected package fuse. [2021-01-04T21:00:59.178Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T21:00:59.178Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T21:00:59.449Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T21:00:59.449Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T21:00:59.449Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T21:00:59.449Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T21:00:59.722Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T21:00:59.722Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T21:00:59.722Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T21:00:59.722Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T21:00:59.722Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T21:00:59.989Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T21:00:59.989Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:00:59.989Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:00:59.989Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T21:00:59.989Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:00:59.989Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:00:59.989Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T21:00:59.989Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:00:59.989Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T21:01:00.256Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T21:01:00.257Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:01:00.257Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.257Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T21:01:00.257Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:01:00.257Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.257Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T21:01:00.257Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:01:00.257Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.524Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T21:01:00.524Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:01:00.524Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.524Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T21:01:00.524Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:01:00.524Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.524Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T21:01:00.524Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T21:01:00.524Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:00.791Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T21:01:00.791Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T21:01:00.791Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T21:01:00.791Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T21:01:00.791Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T21:01:00.791Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T21:01:00.791Z] Selecting previously unselected package libldap-common. [2021-01-04T21:01:00.791Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T21:01:00.791Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T21:01:01.058Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T21:01:01.058Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T21:01:01.058Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T21:01:01.058Z] Selecting previously unselected package dirmngr. [2021-01-04T21:01:01.058Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T21:01:01.058Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T21:01:01.329Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T21:01:01.329Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T21:01:01.329Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T21:01:01.329Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T21:01:01.329Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T21:01:01.329Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T21:01:01.329Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:01.329Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T21:01:01.329Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T21:01:01.591Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T21:01:01.854Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T21:01:01.854Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.118Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T21:01:02.118Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T21:01:02.118Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T21:01:02.118Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.118Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.118Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.118Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.386Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.386Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.386Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T21:01:02.386Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T21:01:02.386Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T21:01:02.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T21:01:02.964Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T21:01:02.964Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T21:01:02.964Z] This means they are not meant to be enabled using systemctl. [2021-01-04T21:01:02.964Z] Possible reasons for having this kind of units are: [2021-01-04T21:01:02.964Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T21:01:02.964Z] .wants/ or .requires/ directory. [2021-01-04T21:01:02.964Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T21:01:02.964Z] a requirement dependency on it. [2021-01-04T21:01:02.964Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T21:01:02.964Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T21:01:02.964Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T21:01:02.964Z] instance name specified. [2021-01-04T21:01:03.224Z] Reading package lists... [2021-01-04T21:01:03.224Z] Building dependency tree... [2021-01-04T21:01:03.224Z] Reading state information... [2021-01-04T21:01:03.490Z] The following additional packages will be installed: [2021-01-04T21:01:03.490Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T21:01:03.490Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T21:01:03.490Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T21:01:03.490Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T21:01:03.490Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T21:01:03.490Z] Suggested packages: [2021-01-04T21:01:03.490Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T21:01:03.490Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T21:01:03.490Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T21:01:03.490Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T21:01:03.490Z] systemd-container policykit-1 [2021-01-04T21:01:03.490Z] Recommended packages: [2021-01-04T21:01:03.490Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T21:01:03.490Z] The following NEW packages will be installed: [2021-01-04T21:01:03.490Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T21:01:03.490Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T21:01:03.490Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T21:01:03.490Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T21:01:03.490Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T21:01:03.490Z] The following packages will be upgraded: [2021-01-04T21:01:03.490Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T21:01:03.490Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T21:01:03.490Z] Need to get 35.2 MB of archives. [2021-01-04T21:01:03.490Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T21:01:03.490Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T21:01:03.490Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T21:01:03.490Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-04T21:01:03.490Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T21:01:03.490Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-04T21:01:03.753Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T21:01:03.753Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-04T21:01:03.753Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T21:01:03.753Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T21:01:03.753Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T21:01:03.753Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T21:01:03.753Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T21:01:03.753Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T21:01:03.753Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T21:01:03.753Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T21:01:03.753Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T21:01:03.753Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T21:01:04.326Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T21:01:04.326Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T21:01:04.326Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T21:01:04.326Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T21:01:04.326Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T21:01:04.326Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T21:01:04.326Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T21:01:04.326Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T21:01:04.326Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T21:01:04.587Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T21:01:04.587Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T21:01:04.587Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T21:01:04.587Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T21:01:05.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T21:01:05.972Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T21:01:05.972Z] Fetched 35.2 MB in 2s (14.6 MB/s) [2021-01-04T21:01:05.972Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T21:01:05.972Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T21:01:06.233Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T21:01:06.817Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T21:01:06.817Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T21:01:06.817Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T21:01:07.085Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T21:01:07.085Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T21:01:07.085Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T21:01:07.355Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T21:01:07.355Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T21:01:07.355Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T21:01:07.355Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T21:01:07.938Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T21:01:07.938Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T21:01:08.199Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T21:01:08.199Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T21:01:08.199Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T21:01:08.199Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T21:01:08.460Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T21:01:08.460Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T21:01:08.460Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:08.721Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T21:01:08.721Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T21:01:08.721Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T21:01:08.721Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T21:01:08.721Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T21:01:08.721Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:08.982Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T21:01:09.244Z] Checking for services that may need to be restarted...done. [2021-01-04T21:01:09.244Z] Checking for services that may need to be restarted...done. [2021-01-04T21:01:09.244Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:09.244Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T21:01:09.244Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:09.818Z] Selecting previously unselected package python3-minimal. [2021-01-04T21:01:09.818Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T21:01:09.818Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T21:01:09.818Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T21:01:09.818Z] Selecting previously unselected package mime-support. [2021-01-04T21:01:09.818Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T21:01:09.818Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T21:01:09.818Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T21:01:09.818Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T21:01:09.818Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T21:01:09.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T21:01:10.086Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T21:01:10.086Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T21:01:10.086Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:10.353Z] Selecting previously unselected package python3.6. [2021-01-04T21:01:10.353Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T21:01:10.353Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:10.353Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T21:01:10.353Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T21:01:10.353Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T21:01:10.353Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T21:01:10.624Z] Selecting previously unselected package python3. [2021-01-04T21:01:10.624Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T21:01:10.624Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T21:01:10.624Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T21:01:10.896Z] Selecting previously unselected package multiarch-support. [2021-01-04T21:01:10.896Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T21:01:10.896Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T21:01:10.896Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T21:01:10.896Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T21:01:11.159Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T21:01:11.159Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T21:01:11.159Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T21:01:11.159Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T21:01:11.159Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T21:01:11.159Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T21:01:11.159Z] Selecting previously unselected package sudo. [2021-01-04T21:01:11.159Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T21:01:11.159Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T21:01:11.426Z] Selecting previously unselected package apparmor. [2021-01-04T21:01:11.426Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T21:01:11.426Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T21:01:11.426Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T21:01:11.426Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T21:01:11.426Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T21:01:11.692Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T21:01:11.692Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T21:01:11.692Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:11.692Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T21:01:11.692Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T21:01:11.692Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:11.692Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T21:01:11.692Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T21:01:11.954Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T21:01:11.954Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T21:01:11.954Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T21:01:11.954Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:12.214Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T21:01:12.214Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T21:01:12.214Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:12.214Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T21:01:12.475Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T21:01:12.475Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T21:01:12.475Z] Selecting previously unselected package openssh-client. [2021-01-04T21:01:12.475Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T21:01:12.475Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T21:01:12.737Z] Selecting previously unselected package squashfs-tools. [2021-01-04T21:01:12.737Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T21:01:12.737Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T21:01:12.737Z] Selecting previously unselected package snapd. [2021-01-04T21:01:12.737Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T21:01:12.737Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T21:01:13.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T21:01:14.658Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T21:01:14.658Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T21:01:14.658Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T21:01:14.923Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T21:01:14.923Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T21:01:14.923Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:14.923Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T21:01:14.923Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T21:01:14.923Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T21:01:15.866Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T21:01:15.867Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T21:01:15.867Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T21:01:15.867Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:15.867Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:16.127Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T21:01:16.697Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T21:01:16.697Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:16.697Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T21:01:16.697Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T21:01:16.697Z] running python rtupdate hooks for python3.6... [2021-01-04T21:01:16.697Z] running python post-rtupdate hooks for python3.6... [2021-01-04T21:01:16.697Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T21:01:17.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T21:01:19.256Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T21:01:19.257Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T21:01:19.257Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T21:01:19.519Z] Setting up snapd (2.48+18.04) ... [2021-01-04T21:01:19.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T21:01:20.044Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T21:01:20.305Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T21:01:20.305Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T21:01:20.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T21:01:20.568Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T21:01:20.829Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T21:01:20.829Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T21:01:21.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T21:01:21.090Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T21:01:21.353Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T21:01:21.353Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-04T21:01:21.353Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T21:01:21.353Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T21:01:22.297Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T21:01:22.297Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T21:01:22.558Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T21:01:23.765Z] Reading package lists... [2021-01-04T21:01:23.765Z] Reading package lists... [2021-01-04T21:01:24.026Z] Building dependency tree... [2021-01-04T21:01:24.026Z] Reading state information... [2021-01-04T21:01:24.026Z] Calculating upgrade... [2021-01-04T21:01:24.026Z] The following packages will be upgraded: [2021-01-04T21:01:24.026Z] advancecomp base-files bash binutils binutils-common [2021-01-04T21:01:24.026Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T21:01:24.026Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T21:01:24.026Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T21:01:24.026Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T21:01:24.026Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T21:01:24.026Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T21:01:24.026Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T21:01:24.026Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T21:01:24.026Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T21:01:24.026Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T21:01:24.026Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T21:01:24.026Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T21:01:24.026Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T21:01:24.289Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T21:01:24.289Z] Need to get 63.5 MB of archives. [2021-01-04T21:01:24.289Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-04T21:01:24.289Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T21:01:24.289Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T21:01:24.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T21:01:24.860Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T21:01:24.860Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T21:01:24.860Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T21:01:24.860Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T21:01:24.860Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T21:01:24.861Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T21:01:24.861Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T21:01:24.861Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T21:01:24.861Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T21:01:24.861Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T21:01:24.861Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T21:01:24.861Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T21:01:24.861Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T21:01:25.122Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T21:01:25.122Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T21:01:25.122Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-04T21:01:25.122Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T21:01:25.122Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T21:01:25.122Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T21:01:25.122Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T21:01:25.122Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T21:01:25.122Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T21:01:25.122Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T21:01:25.122Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T21:01:25.122Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T21:01:25.122Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T21:01:25.393Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T21:01:25.393Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T21:01:25.393Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T21:01:25.393Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T21:01:25.393Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T21:01:25.393Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T21:01:25.393Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T21:01:25.393Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T21:01:25.393Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T21:01:25.393Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T21:01:25.393Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T21:01:25.393Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-04T21:01:25.393Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T21:01:25.393Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T21:01:25.393Z] 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] [2021-01-04T21:01:25.393Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T21:01:25.393Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T21:01:25.393Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T21:01:25.393Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T21:01:25.393Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T21:01:25.393Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T21:01:25.393Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T21:01:25.393Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T21:01:25.393Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T21:01:25.658Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T21:01:25.658Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T21:01:25.658Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T21:01:25.658Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T21:01:25.658Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T21:01:25.658Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T21:01:25.658Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T21:01:25.658Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T21:01:25.658Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T21:01:25.658Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T21:01:25.658Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T21:01:25.658Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T21:01:25.658Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-04T21:01:25.658Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T21:01:25.658Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T21:01:25.658Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T21:01:25.658Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T21:01:25.658Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T21:01:25.658Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T21:01:25.658Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T21:01:25.659Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T21:01:25.659Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T21:01:25.659Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T21:01:25.659Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T21:01:25.659Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T21:01:25.918Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T21:01:25.918Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T21:01:25.918Z] 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] [2021-01-04T21:01:25.918Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T21:01:25.918Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T21:01:25.918Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T21:01:25.918Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T21:01:25.918Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T21:01:25.918Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T21:01:25.918Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T21:01:26.488Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T21:01:27.058Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T21:01:27.058Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T21:01:27.058Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T21:01:27.319Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T21:01:27.319Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T21:01:27.319Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T21:01:27.319Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T21:01:27.319Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T21:01:27.579Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T21:01:27.579Z] Fetched 63.5 MB in 3s (19.3 MB/s) [2021-01-04T21:01:27.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:27.579Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T21:01:27.579Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] } [2021-01-04T21:01:27.833Z] $ docker stop --time=1 0bc841993c4b4f77609cc4e6a3fe37d0707e968834dab83e9af7bbaed338de68 [2021-01-04T21:01:28.148Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T21:01:28.148Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T21:01:28.720Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-04T21:01:28.720Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-04T21:01:29.668Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:29.668Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:29.668Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:29.668Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:29.929Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:29.929Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:29.929Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:29.929Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.190Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:30.190Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.190Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:30.190Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.190Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:30.190Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.450Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:30.451Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T21:01:30.451Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:30.451Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.461Z] $ docker rm -f 0bc841993c4b4f77609cc4e6a3fe37d0707e968834dab83e9af7bbaed338de68 [2021-01-04T21:01:30.712Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:30.712Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T21:01:30.712Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:30.712Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.973Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:30.973Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:30.973Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:31.233Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T21:01:31.233Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:31.493Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T21:01:31.493Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T21:01:31.493Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:01:32.067Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T21:01:32.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T21:01:32.281Z] [2021-01-04T21:01:32.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T21:01:32.327Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T21:01:32.327Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T21:01:32.327Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T21:01:32.327Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T21:01:32.327Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] isUnix [2021-01-04T21:01:32.589Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T21:01:32.589Z] Installing new version of config file /etc/issue ... [2021-01-04T21:01:32.589Z] Installing new version of config file /etc/issue.net ... [Pipeline] sh [2021-01-04T21:01:32.849Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T21:01:32.850Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T21:01:32.931Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T21:01:32.931Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T21:01:32.931Z] 29e5d40040c1: Pulling fs layer [2021-01-04T21:01:32.931Z] 1ce36da41761: Pulling fs layer [2021-01-04T21:01:32.931Z] 25b303627fd3: Pulling fs layer [2021-01-04T21:01:33.110Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T21:01:33.110Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T21:01:33.110Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T21:01:33.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:33.110Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T21:01:33.110Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T21:01:33.201Z] 29e5d40040c1: Verifying Checksum [2021-01-04T21:01:33.202Z] 29e5d40040c1: Download complete [2021-01-04T21:01:33.375Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T21:01:33.375Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-04T21:01:33.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:33.636Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:33.636Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:33.636Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:33.792Z] 29e5d40040c1: Pull complete [2021-01-04T21:01:33.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:33.899Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T21:01:33.900Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T21:01:33.900Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T21:01:34.065Z] 1ce36da41761: Verifying Checksum [2021-01-04T21:01:34.065Z] 1ce36da41761: Download complete [2021-01-04T21:01:34.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:34.162Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T21:01:34.162Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T21:01:34.422Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T21:01:34.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:34.422Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T21:01:34.682Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T21:01:34.682Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T21:01:34.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:34.682Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T21:01:34.682Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T21:01:34.942Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T21:01:34.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:34.942Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T21:01:34.942Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T21:01:35.202Z] Setting up grep (3.1-2build1) ... [2021-01-04T21:01:35.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:35.202Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T21:01:35.202Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T21:01:35.462Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T21:01:35.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:35.462Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T21:01:35.462Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T21:01:35.496Z] 1ce36da41761: Pull complete [2021-01-04T21:01:35.721Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T21:01:35.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:35.721Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T21:01:35.721Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T21:01:36.092Z] 25b303627fd3: Verifying Checksum [2021-01-04T21:01:36.092Z] 25b303627fd3: Download complete [2021-01-04T21:01:36.289Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T21:01:36.289Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T21:01:36.549Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T21:01:36.549Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T21:01:37.121Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T21:01:37.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:37.121Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T21:01:37.121Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T21:01:38.062Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T21:01:38.062Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T21:01:38.323Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T21:01:38.323Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T21:01:38.323Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T21:01:38.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:38.585Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T21:01:38.585Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T21:01:38.585Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T21:01:38.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:38.846Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:38.846Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:38.846Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:38.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:38.846Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:39.105Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:39.105Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:39.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:39.105Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:39.105Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:39.366Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:39.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:39.366Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:39.366Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:39.627Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:39.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:39.627Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T21:01:39.627Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T21:01:39.886Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T21:01:39.886Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T21:01:39.887Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T21:01:40.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:40.147Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T21:01:40.147Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T21:01:40.147Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T21:01:40.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:40.147Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:40.147Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:40.408Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:40.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:40.408Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:40.408Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:40.669Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:40.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:40.669Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:40.669Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:41.239Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:41.499Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T21:01:41.759Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T21:01:41.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:41.759Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T21:01:41.759Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T21:01:42.021Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T21:01:42.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T21:01:42.280Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T21:01:42.280Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T21:01:42.280Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T21:01:42.540Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:42.541Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T21:01:42.541Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T21:01:42.541Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T21:01:42.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:42.802Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T21:01:42.802Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T21:01:43.070Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T21:01:43.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:43.070Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T21:01:43.070Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T21:01:43.332Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T21:01:43.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:43.332Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T21:01:43.593Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T21:01:43.593Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T21:01:43.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:43.854Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T21:01:43.854Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T21:01:43.855Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T21:01:44.115Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T21:01:44.115Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T21:01:44.115Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T21:01:44.115Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T21:01:44.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:44.381Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T21:01:44.381Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T21:01:44.381Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T21:01:44.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:44.643Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T21:01:44.643Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T21:01:44.902Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T21:01:45.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:45.181Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T21:01:45.181Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T21:01:45.181Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T21:01:45.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:45.181Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T21:01:45.442Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T21:01:45.442Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T21:01:45.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:45.702Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T21:01:45.702Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T21:01:45.963Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T21:01:46.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:46.237Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T21:01:46.237Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T21:01:46.237Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T21:01:46.239Z] 25b303627fd3: Pull complete [2021-01-04T21:01:46.239Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T21:01:46.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T21:01:46.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T21:01:46.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container [2021-01-04T21:01:46.499Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:46.499Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T21:01:46.499Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T21:01:46.531Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T21:01:46.760Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T21:01:46.760Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:46.761Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T21:01:46.761Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T21:01:46.761Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T21:01:47.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:47.030Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T21:01:47.030Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T21:01:47.292Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T21:01:47.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:47.292Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T21:01:47.292Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T21:01:47.292Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T21:01:47.554Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T21:01:47.554Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T21:01:47.554Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T21:01:47.554Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T21:01:47.815Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T21:01:47.815Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T21:01:47.815Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T21:01:47.815Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T21:01:47.815Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T21:01:48.077Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T21:01:48.077Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T21:01:48.337Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T21:01:48.337Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T21:01:48.598Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T21:01:48.598Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T21:01:48.598Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T21:01:48.598Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T21:01:48.858Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T21:01:48.858Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T21:01:48.858Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T21:01:48.858Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T21:01:49.120Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T21:01:49.120Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T21:01:49.380Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T21:01:49.380Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T21:01:49.380Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T21:01:49.380Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T21:01:49.643Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T21:01:49.643Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T21:01:49.692Z] $ docker top 4c9004788361aa0bfe64624f585871fce54abd2c9de69a1927f0cd478d79b688 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T21:01:50.586Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T21:01:50.586Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T21:01:50.586Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T21:01:50.586Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T21:01:50.586Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T21:01:50.586Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T21:01:50.687Z] + docker-compose build --help [2021-01-04T21:01:50.688Z] + grep parallel [2021-01-04T21:01:51.163Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T21:01:51.163Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T21:01:51.424Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T21:01:51.424Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T21:01:51.424Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T21:01:51.424Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T21:01:51.684Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:51.684Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:51.945Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:51.945Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:51.945Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:51.945Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:52.205Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:52.205Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:53.155Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:53.155Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:54.051Z] --parallel Build images in parallel. [2021-01-04T21:01:54.094Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:54.094Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-01-04T21:01:54.339Z] $ docker stop --time=1 4c9004788361aa0bfe64624f585871fce54abd2c9de69a1927f0cd478d79b688 [2021-01-04T21:01:55.072Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:55.072Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:55.452Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:55.452Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:56.045Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T21:01:56.045Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T21:01:56.045Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T21:01:56.333Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T21:01:56.333Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T21:01:56.333Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T21:01:56.331Z] $ docker rm -f 4c9004788361aa0bfe64624f585871fce54abd2c9de69a1927f0cd478d79b688 [Pipeline] // withDockerContainer [2021-01-04T21:01:56.663Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T21:01:56.663Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T21:01:56.663Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T21:01:56.663Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T21:01:56.663Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T21:01:56.663Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:01:56.926Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T21:01:56.926Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T21:01:56.926Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T21:01:56.926Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T21:01:57.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T21:01:57.138Z] . [Pipeline] withDockerContainer [2021-01-04T21:01:57.197Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:57.197Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T21:01:57.197Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:57.197Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:57.197Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:57.197Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T21:01:57.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-18292 does not seem to be running inside a container [2021-01-04T21:01:57.457Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T21:01:57.457Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T21:01:57.457Z] [2021-01-04T21:01:57.457Z] Current default time zone: 'Etc/UTC' [2021-01-04T21:01:57.457Z] Local time is now: Mon Jan 4 21:01:57 UTC 2021. [2021-01-04T21:01:57.457Z] Universal Time is now: Mon Jan 4 21:01:57 UTC 2021. [2021-01-04T21:01:57.457Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T21:01:57.457Z] [2021-01-04T21:01:57.457Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T21:01:57.457Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:57.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T21:01:57.717Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-04T21:01:57.718Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T21:01:57.718Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T21:01:57.718Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T21:01:57.718Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T21:01:57.718Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T21:01:57.718Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T21:01:57.718Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T21:01:57.980Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:57.980Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T21:01:58.243Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:01:58.243Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T21:01:58.243Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:01:58.243Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T21:01:58.243Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T21:01:58.243Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T21:01:58.243Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T21:01:58.243Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T21:01:58.243Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T21:01:58.504Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T21:01:58.504Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T21:01:58.960Z] $ docker top 61ec0c32e4083acdee672cc08e57e4e5b7edb4b08836039de28f921ed1dab99d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T21:02:00.038Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T21:02:00.413Z] Updating certificates in /etc/ssl/certs... [2021-01-04T21:02:00.983Z] 22 added, 17 removed; done. [2021-01-04T21:02:00.983Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T21:02:00.983Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T21:02:01.244Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T21:02:01.244Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T21:02:01.244Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T21:02:01.244Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.244Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T21:02:01.244Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.244Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.244Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.504Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.504Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.504Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T21:02:01.504Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T21:02:01.504Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T21:02:01.504Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T21:02:01.504Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T21:02:01.504Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.504Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T21:02:01.765Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T21:02:01.765Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T21:02:01.765Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T21:02:01.765Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T21:02:01.765Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T21:02:02.027Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T21:02:02.027Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T21:02:02.027Z] Updating certificates in /etc/ssl/certs... [2021-01-04T21:02:02.598Z] 0 added, 0 removed; done. [2021-01-04T21:02:02.598Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T21:02:02.598Z] done. [2021-01-04T21:02:02.857Z] Reading package lists... [2021-01-04T21:02:03.118Z] Building dependency tree... [2021-01-04T21:02:03.118Z] Reading state information... [2021-01-04T21:02:03.118Z] The following NEW packages will be installed: [2021-01-04T21:02:03.118Z] apt-transport-https [2021-01-04T21:02:03.377Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T21:02:03.377Z] Need to get 1696 B of archives. [2021-01-04T21:02:03.377Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T21:02:03.377Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T21:02:03.377Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T21:02:03.377Z] Fetched 1696 B in 0s (8554 B/s) [2021-01-04T21:02:03.638Z] Selecting previously unselected package apt-transport-https. [2021-01-04T21:02:03.638Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T21:02:03.638Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T21:02:03.638Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T21:02:03.638Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T21:02:03.900Z] Waiting for network to be ready... [2021-01-04T21:02:04.318Z] Building docker-core-command-go ... [2021-01-04T21:02:04.319Z] Building docker-core-data-go ... [2021-01-04T21:02:04.319Z] Building docker-core-metadata-go ... [2021-01-04T21:02:04.319Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T21:02:04.319Z] Building docker-security-proxy-setup-go ... [2021-01-04T21:02:04.319Z] Building docker-security-secretstore-setup-go ... [2021-01-04T21:02:04.319Z] Building docker-support-notifications-go ... [2021-01-04T21:02:04.319Z] Building docker-support-scheduler-go ... [2021-01-04T21:02:04.319Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T21:02:04.319Z] Building docker-sys-mgmt-agent-go [2021-01-04T21:02:04.319Z] Building docker-support-scheduler-go [2021-01-04T21:02:04.319Z] Building docker-security-proxy-setup-go [2021-01-04T21:02:04.319Z] Building docker-security-secretstore-setup-go [2021-01-04T21:02:04.319Z] Building docker-core-command-go [2021-01-04T21:02:10.478Z] 2021-01-04T21:02:06Z INFO Waiting for automatic snapd restart... [2021-01-04T21:02:10.478Z] snapd 2.48.1 from Canonical* installed [2021-01-04T21:02:10.739Z] "snapd" switched to the "latest/stable" channel [2021-01-04T21:02:10.739Z] [2021-01-04T21:02:13.282Z] core18 20201210 from Canonical* installed [2021-01-04T21:02:13.542Z] "core18" switched to the "latest/stable" channel [2021-01-04T21:02:13.542Z] [2021-01-04T21:02:16.837Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T21:02:16.837Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T21:02:16.837Z] [2021-01-04T21:02:20.128Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-04T21:02:20.128Z] - README.md [2021-01-04T21:02:20.128Z] [2021-01-04T21:02:20.128Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T21:02:26.735Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T21:02:26.735Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T21:02:26.735Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T21:02:26.735Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T21:02:27.935Z] Reading package lists... [2021-01-04T21:02:28.197Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-04T21:02:34.493Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T21:02:34.493Z] Reading package lists... [2021-01-04T21:02:34.493Z] Building dependency tree... [2021-01-04T21:02:34.493Z] Reading state information... [2021-01-04T21:02:34.493Z] Suggested packages: [2021-01-04T21:02:34.493Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T21:02:34.493Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T21:02:34.493Z] Recommended packages: [2021-01-04T21:02:34.493Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T21:02:34.493Z] The following NEW packages will be installed: [2021-01-04T21:02:34.493Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T21:02:34.493Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T21:02:34.493Z] pkg-config zip [2021-01-04T21:02:34.753Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T21:02:34.753Z] Need to get 7655 kB of archives. [2021-01-04T21:02:34.753Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T21:02:34.753Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T21:02:34.753Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-04T21:02:35.014Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T21:02:35.014Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T21:02:35.014Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T21:02:35.014Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T21:02:35.275Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T21:02:35.275Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T21:02:35.275Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T21:02:35.275Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T21:02:35.535Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T21:02:35.535Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T21:02:35.535Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T21:02:35.795Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T21:02:35.795Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T21:02:35.795Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T21:02:35.795Z] Fetched 7655 kB in 1s (6863 kB/s) [2021-01-04T21:02:35.795Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T21:02:35.795Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T21:02:35.795Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T21:02:36.054Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T21:02:36.054Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T21:02:36.054Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T21:02:36.054Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T21:02:36.316Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T21:02:36.316Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T21:02:36.316Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T21:02:36.316Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T21:02:36.316Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T21:02:36.316Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T21:02:36.316Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T21:02:36.316Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T21:02:36.316Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T21:02:36.577Z] Selecting previously unselected package liberror-perl. [2021-01-04T21:02:36.577Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T21:02:36.577Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T21:02:36.577Z] Selecting previously unselected package git-man. [2021-01-04T21:02:36.577Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T21:02:36.577Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T21:02:36.838Z] Selecting previously unselected package git. [2021-01-04T21:02:36.838Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T21:02:36.838Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T21:02:37.783Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T21:02:37.783Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T21:02:37.783Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T21:02:37.783Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T21:02:37.783Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T21:02:37.783Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T21:02:38.048Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T21:02:38.049Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T21:02:38.049Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T21:02:38.049Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T21:02:38.049Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T21:02:38.049Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T21:02:38.049Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T21:02:38.049Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T21:02:38.049Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T21:02:38.317Z] Selecting previously unselected package pkg-config. [2021-01-04T21:02:38.317Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T21:02:38.317Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T21:02:38.317Z] Selecting previously unselected package zip. [2021-01-04T21:02:38.317Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T21:02:38.317Z] Unpacking zip (3.0-11build1) ... [2021-01-04T21:02:38.582Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T21:02:38.582Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T21:02:38.582Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T21:02:38.582Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T21:02:38.583Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T21:02:38.583Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T21:02:38.583Z] No schema files found: doing nothing. [2021-01-04T21:02:38.583Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T21:02:38.583Z] Setting up zip (3.0-11build1) ... [2021-01-04T21:02:38.583Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T21:02:38.853Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T21:02:38.853Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T21:02:38.853Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T21:02:38.853Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T21:02:38.853Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T21:02:38.853Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T21:02:38.853Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T21:02:45.435Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T21:02:45.435Z] git set to automatically installed. [2021-01-04T21:02:45.435Z] git-man set to automatically installed. [2021-01-04T21:02:45.435Z] libcurl3-gnutls set to automatically installed. [2021-01-04T21:02:45.435Z] liberror-perl set to automatically installed. [2021-01-04T21:02:45.435Z] libglib2.0-0 set to automatically installed. [2021-01-04T21:02:45.435Z] libnghttp2-14 set to automatically installed. [2021-01-04T21:02:45.435Z] libnorm1 set to automatically installed. [2021-01-04T21:02:45.435Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T21:02:45.435Z] libpsl5 set to automatically installed. [2021-01-04T21:02:45.435Z] librtmp1 set to automatically installed. [2021-01-04T21:02:45.435Z] libsodium23 set to automatically installed. [2021-01-04T21:02:45.435Z] libzmq3-dev set to automatically installed. [2021-01-04T21:02:45.435Z] libzmq5 set to automatically installed. [2021-01-04T21:02:45.435Z] pkg-config set to automatically installed. [2021-01-04T21:02:45.435Z] zip set to automatically installed. [2021-01-04T21:02:48.734Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T21:02:55.310Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T21:02:55.310Z] snap "core18" has no updates available [2021-01-04T21:02:55.570Z] Pulling config-common [2021-01-04T21:02:56.515Z] Pulling go-build-helper [2021-01-04T21:03:12.316Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:03:12.316Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:03:12.316Z] ---> 90e6b84a9c8d [2021-01-04T21:03:12.316Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T21:03:12.316Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:03:12.316Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:03:12.316Z] ---> 90e6b84a9c8d [2021-01-04T21:03:12.316Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T21:03:12.316Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:03:12.316Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:03:12.316Z] ---> 90e6b84a9c8d [2021-01-04T21:03:12.316Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T21:03:12.316Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:03:12.316Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:03:12.316Z] ---> 90e6b84a9c8d [2021-01-04T21:03:12.316Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T21:03:12.316Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:03:12.316Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:03:12.316Z] ---> 90e6b84a9c8d [2021-01-04T21:03:12.316Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T21:03:13.296Z] ---> Running in 514907f4dc60 [2021-01-04T21:03:13.296Z] ---> Running in 1a4100f21d7f [2021-01-04T21:03:13.296Z] ---> Running in 30a1f61e9a6e [2021-01-04T21:03:13.296Z] ---> Running in d201f3cddacd [2021-01-04T21:03:13.296Z] ---> Running in 36e7f0e33cc4 [2021-01-04T21:03:14.313Z] Removing intermediate container 514907f4dc60 [2021-01-04T21:03:14.313Z] ---> 90d1e0460820 [2021-01-04T21:03:14.313Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:03:14.313Z] Removing intermediate container 1a4100f21d7f [2021-01-04T21:03:14.313Z] ---> 045a7a5b8dce [2021-01-04T21:03:14.313Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:03:14.313Z] Removing intermediate container d201f3cddacd [2021-01-04T21:03:14.313Z] ---> a631a57fd76b [2021-01-04T21:03:14.313Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:03:14.313Z] Removing intermediate container 30a1f61e9a6e [2021-01-04T21:03:14.313Z] ---> 59c5313ddddb [2021-01-04T21:03:14.313Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:03:14.313Z] Removing intermediate container 36e7f0e33cc4 [2021-01-04T21:03:14.313Z] ---> e95c5a112f2e [2021-01-04T21:03:14.313Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:03:14.599Z] ---> Running in 4f2f5dcb4e6e [2021-01-04T21:03:14.599Z] ---> Running in 9390789473cc [2021-01-04T21:03:14.599Z] ---> Running in 73078ad88d5b [2021-01-04T21:03:14.599Z] ---> Running in 3ed648ad3a05 [2021-01-04T21:03:14.599Z] ---> Running in 50354ff9c627 [2021-01-04T21:03:18.018Z] Removing intermediate container 4f2f5dcb4e6e [2021-01-04T21:03:18.018Z] ---> 3f6bc60f5972 [2021-01-04T21:03:18.018Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T21:03:18.295Z] ---> Running in e4c138781e59 [2021-01-04T21:03:18.480Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T21:03:18.480Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T21:03:18.480Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T21:03:18.480Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T21:03:18.480Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T21:03:18.480Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T21:03:18.480Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T21:03:18.480Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T21:03:18.480Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T21:03:18.480Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T21:03:18.480Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T21:03:18.480Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T21:03:18.480Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T21:03:18.480Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T21:03:18.480Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T21:03:18.480Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T21:03:18.480Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T21:03:18.480Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T21:03:18.480Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T21:03:18.480Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-04T21:03:18.480Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T21:03:18.480Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T21:03:18.480Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T21:03:18.480Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T21:03:18.480Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T21:03:18.480Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T21:03:18.480Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T21:03:18.480Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T21:03:18.480Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T21:03:18.480Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T21:03:18.480Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T21:03:18.480Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T21:03:18.480Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T21:03:18.480Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T21:03:18.480Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T21:03:18.480Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T21:03:18.480Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T21:03:18.480Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T21:03:18.480Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T21:03:18.480Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T21:03:18.480Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T21:03:18.480Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T21:03:18.480Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T21:03:18.480Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T21:03:18.480Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T21:03:18.480Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T21:03:18.480Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T21:03:18.480Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T21:03:18.480Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T21:03:18.480Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T21:03:18.480Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T21:03:18.480Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T21:03:18.480Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T21:03:18.480Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T21:03:18.480Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T21:03:18.480Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T21:03:18.480Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T21:03:18.480Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T21:03:18.480Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T21:03:18.480Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T21:03:18.480Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T21:03:18.480Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T21:03:18.480Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T21:03:18.480Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T21:03:18.569Z] Removing intermediate container 9390789473cc [2021-01-04T21:03:18.569Z] ---> d0fffbe7c8c5 [2021-01-04T21:03:18.569Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T21:03:18.569Z] Removing intermediate container 3ed648ad3a05 [2021-01-04T21:03:18.569Z] ---> 796a4625159c [2021-01-04T21:03:18.569Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T21:03:18.844Z] ---> Running in 5845e8201a37 [2021-01-04T21:03:18.844Z] ---> Running in ed64d002b441 [2021-01-04T21:03:18.844Z] Removing intermediate container 73078ad88d5b [2021-01-04T21:03:18.844Z] ---> 1e0bbc3a3c29 [2021-01-04T21:03:18.844Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T21:03:19.114Z] Removing intermediate container 50354ff9c627 [2021-01-04T21:03:19.114Z] ---> 6089581fc4af [2021-01-04T21:03:19.114Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T21:03:19.403Z] ---> Running in 27e59c384eaf [2021-01-04T21:03:19.403Z] ---> Running in 2311149f24b0 [2021-01-04T21:03:20.388Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T21:03:20.388Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T21:03:20.388Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T21:03:20.388Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T21:03:20.388Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T21:03:20.388Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T21:03:20.388Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T21:03:20.388Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T21:03:20.388Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T21:03:20.388Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T21:03:20.388Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T21:03:20.388Z] Pulling static-packages [2021-01-04T21:03:20.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:20.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:20.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:20.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:21.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:21.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:21.326Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-04T21:03:21.326Z] Skipping pull go-build-helper (already ran) [2021-01-04T21:03:21.326Z] Skipping pull static-packages (already ran) [2021-01-04T21:03:21.326Z] Building go-build-helper [2021-01-04T21:03:21.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:21.489Z] OK: 217 MiB in 51 packages [2021-01-04T21:03:21.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:21.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:22.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:03:22.316Z] OK: 217 MiB in 51 packages [2021-01-04T21:03:22.594Z] OK: 217 MiB in 51 packages [2021-01-04T21:03:22.594Z] OK: 217 MiB in 51 packages [2021-01-04T21:03:22.870Z] OK: 217 MiB in 51 packages [2021-01-04T21:03:23.144Z] Removing intermediate container e4c138781e59 [2021-01-04T21:03:23.144Z] ---> a46b56109f21 [2021-01-04T21:03:23.144Z] Step 6/22 : COPY go.mod . [2021-01-04T21:03:24.133Z] Removing intermediate container 5845e8201a37 [2021-01-04T21:03:24.133Z] ---> a44452186382 [2021-01-04T21:03:24.133Z] Step 6/21 : COPY go.mod . [2021-01-04T21:03:24.133Z] ---> 2706011e910c [2021-01-04T21:03:24.133Z] Step 7/22 : RUN go mod download [2021-01-04T21:03:24.404Z] ---> Running in ae4445be49a5 [2021-01-04T21:03:24.404Z] Removing intermediate container 2311149f24b0 [2021-01-04T21:03:24.404Z] ---> bac249f85792 [2021-01-04T21:03:24.404Z] Step 6/21 : COPY go.mod . [2021-01-04T21:03:24.680Z] Removing intermediate container ed64d002b441 [2021-01-04T21:03:24.680Z] ---> 05bc2f66a56c [2021-01-04T21:03:24.680Z] Step 6/24 : COPY go.mod . [2021-01-04T21:03:24.680Z] Removing intermediate container 27e59c384eaf [2021-01-04T21:03:24.680Z] ---> 9af4c07a10a2 [2021-01-04T21:03:24.680Z] Step 6/26 : COPY go.mod . [2021-01-04T21:03:24.956Z] ---> f2288b90b09b [2021-01-04T21:03:24.956Z] Step 7/21 : RUN go mod download [2021-01-04T21:03:25.530Z] Building static-packages [2021-01-04T21:03:25.562Z] ---> Running in a15ff10425d8 [2021-01-04T21:03:25.833Z] ---> 09081cca81ed [2021-01-04T21:03:25.833Z] Step 7/21 : RUN go mod download [2021-01-04T21:03:26.105Z] ---> 2c629c6e874b [2021-01-04T21:03:26.105Z] Step 7/24 : RUN go mod download [2021-01-04T21:03:26.105Z] ---> Running in be86b90cfe6a [2021-01-04T21:03:26.105Z] ---> e3c30891c81d [2021-01-04T21:03:26.105Z] Step 7/26 : RUN go mod download [2021-01-04T21:03:26.384Z] ---> Running in 9992a5007edc [2021-01-04T21:03:26.384Z] ---> Running in 4673e195ae65 [2021-01-04T21:03:26.919Z] Staging go-build-helper [2021-01-04T21:03:27.564Z] Staging static-packages [2021-01-04T21:03:28.384Z] Removing intermediate container ae4445be49a5 [2021-01-04T21:03:28.384Z] ---> 92ccc4cba3f0 [2021-01-04T21:03:28.384Z] Step 8/22 : COPY . . [2021-01-04T21:03:28.627Z] Pulling go115 [2021-01-04T21:03:29.371Z] Removing intermediate container a15ff10425d8 [2021-01-04T21:03:29.371Z] ---> ffd9882dfa1e [2021-01-04T21:03:29.371Z] Step 8/21 : COPY . . [2021-01-04T21:03:29.567Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T21:03:29.567Z] Skipping pull go115 (already ran) [2021-01-04T21:03:29.567Z] Building go115 [2021-01-04T21:03:29.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:03:29.567Z] Dload Upload Total Spent Left Speed [2021-01-04T21:03:32.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 151k 0 0 1008k 0 0:01:57 --:--:-- 0:01:57 1001k 35 115M 35 40.6M 0 0 35.4M 0 0:00:03 0:00:01 0:00:02 35.3M 84 115M 84 98.1M 0 0 45.6M 0 0:00:02 0:00:02 --:--:-- 45.6M 100 115M 100 115M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 44.0M [2021-01-04T21:03:32.751Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T21:03:33.716Z] Removing intermediate container be86b90cfe6a [2021-01-04T21:03:33.716Z] ---> ff35bf523266 [2021-01-04T21:03:33.716Z] Step 8/21 : COPY . . [2021-01-04T21:03:33.716Z] Removing intermediate container 4673e195ae65 [2021-01-04T21:03:33.716Z] ---> 45ecfa3b8b95 [2021-01-04T21:03:33.716Z] Step 8/26 : COPY . . [2021-01-04T21:03:33.716Z] Removing intermediate container 9992a5007edc [2021-01-04T21:03:33.716Z] ---> 0204674c566b [2021-01-04T21:03:33.716Z] Step 8/24 : COPY . . [2021-01-04T21:03:36.956Z] Staging go115 [2021-01-04T21:03:41.157Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T21:03:41.157Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T21:03:41.157Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T21:03:41.157Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T21:03:41.157Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T21:03:41.157Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T21:03:41.157Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T21:03:41.157Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T21:03:41.157Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T21:03:41.157Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T21:03:41.157Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T21:03:41.157Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T21:03:41.157Z] Pulling edgex-go [2021-01-04T21:03:42.544Z] Pulling version [2021-01-04T21:03:43.486Z] Building config-common [2021-01-04T21:03:45.430Z] Skipping build go-build-helper (already ran) [2021-01-04T21:03:45.430Z] Skipping build static-packages (already ran) [2021-01-04T21:03:45.430Z] Skipping build go115 (already ran) [2021-01-04T21:03:45.430Z] Building edgex-go [2021-01-04T21:03:45.430Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T21:03:46.821Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 [2021-01-04T21:03:46.821Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-04T21:03:46.821Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T21:03:46.821Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T21:03:46.821Z] go: downloading github.com/google/uuid v1.1.3 [2021-01-04T21:03:46.821Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T21:03:46.821Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T21:03:46.821Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T21:03:46.821Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T21:03:46.821Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T21:03:46.821Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T21:03:46.821Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T21:03:46.821Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T21:03:46.821Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T21:03:46.821Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T21:03:46.821Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T21:03:46.821Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T21:03:46.821Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T21:03:46.821Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T21:03:46.821Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T21:03:46.821Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T21:03:46.821Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T21:03:46.821Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T21:03:46.821Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T21:03:47.083Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T21:03:47.083Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T21:03:53.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T21:03:55.887Z] ---> b34d7c2c20e5 [2021-01-04T21:03:55.888Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T21:03:55.888Z] ---> 5a0063d01bfd [2021-01-04T21:03:55.888Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T21:03:55.888Z] ---> f1cfe65b114f [2021-01-04T21:03:55.888Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T21:03:55.888Z] ---> 100da74381f4 [2021-01-04T21:03:55.888Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T21:03:55.888Z] ---> 130847203559 [2021-01-04T21:03:55.888Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T21:03:55.888Z] ---> Running in 78eaa36a7c89 [2021-01-04T21:03:55.888Z] ---> Running in eb8e11b020d9 [2021-01-04T21:03:55.888Z] ---> Running in 36dd0e4724da [2021-01-04T21:03:55.888Z] ---> Running in 406a0c788a41 [2021-01-04T21:03:55.888Z] ---> Running in 740f3520218d [2021-01-04T21:03:55.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T21:03:55.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T21:03:56.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T21:03:56.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T21:03:56.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T21:03:57.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T21:03:58.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T21:03:59.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T21:04:00.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T21:04:00.023Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T21:04:00.283Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T21:04:00.283Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T21:04:00.283Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T21:04:01.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T21:04:01.666Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T21:04:01.666Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T21:04:03.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T21:04:03.047Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T21:04:03.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T21:04:03.985Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T21:04:05.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T21:04:05.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T21:04:06.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T21:04:08.790Z] Building version [2021-01-04T21:04:10.706Z] Staging config-common [2021-01-04T21:04:11.647Z] Skipping stage go-build-helper (already ran) [2021-01-04T21:04:11.647Z] Skipping stage static-packages (already ran) [2021-01-04T21:04:11.647Z] Skipping stage go115 (already ran) [2021-01-04T21:04:11.647Z] Staging edgex-go [2021-01-04T21:04:12.591Z] Staging version [2021-01-04T21:04:13.165Z] Priming config-common [2021-01-04T21:04:14.118Z] Priming go-build-helper [2021-01-04T21:04:15.075Z] Priming static-packages [2021-01-04T21:04:17.647Z] Priming go115 [2021-01-04T21:04:18.219Z] Priming edgex-go [2021-01-04T21:04:19.161Z] Priming version [2021-01-04T21:04:20.102Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T21:05:18.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T21:05:18.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T21:05:28.512Z] Removing intermediate container 36dd0e4724da [2021-01-04T21:05:28.512Z] ---> 0aae0b248a6f [2021-01-04T21:05:28.512Z] [2021-01-04T21:05:28.512Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T21:05:28.512Z] 3.12: Pulling from library/alpine [2021-01-04T21:05:28.512Z] Removing intermediate container 78eaa36a7c89 [2021-01-04T21:05:28.512Z] ---> 51e5a43a8d2f [2021-01-04T21:05:28.512Z] [2021-01-04T21:05:28.512Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T21:05:28.512Z] 3.12: Pulling from library/alpine [2021-01-04T21:05:28.789Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T21:05:28.789Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T21:05:28.789Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T21:05:28.789Z] ---> afeebe901d6b [2021-01-04T21:05:28.789Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T21:05:28.789Z] Status: Image is up to date for alpine:3.12 [2021-01-04T21:05:28.789Z] ---> afeebe901d6b [2021-01-04T21:05:28.789Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T21:05:29.771Z] ---> Running in b5917c228d4c [2021-01-04T21:05:29.771Z] ---> Running in fffc1d1b081f [2021-01-04T21:05:30.370Z] Removing intermediate container 406a0c788a41 [2021-01-04T21:05:30.370Z] ---> d3da10b239b2 [2021-01-04T21:05:30.370Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T21:05:30.370Z] Removing intermediate container 740f3520218d [2021-01-04T21:05:30.370Z] ---> 2c46fabab3bf [2021-01-04T21:05:30.370Z] [2021-01-04T21:05:30.370Z] Step 10/21 : FROM scratch [2021-01-04T21:05:30.370Z] ---> [2021-01-04T21:05:30.370Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T21:05:30.370Z] Removing intermediate container eb8e11b020d9 [2021-01-04T21:05:30.370Z] ---> 72a462d080de [2021-01-04T21:05:30.370Z] [2021-01-04T21:05:30.370Z] Step 10/22 : FROM scratch [2021-01-04T21:05:30.370Z] ---> [2021-01-04T21:05:30.370Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T21:05:30.656Z] ---> Running in 59e7b999effc [2021-01-04T21:05:30.656Z] ---> Running in dd647add7829 [2021-01-04T21:05:30.656Z] ---> Running in 69344e1edb75 [2021-01-04T21:05:31.652Z] Removing intermediate container dd647add7829 [2021-01-04T21:05:31.652Z] ---> 805dc6ab81d5 [2021-01-04T21:05:31.652Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T21:05:31.652Z] ---> Running in 93cee870518b [2021-01-04T21:05:31.652Z] Removing intermediate container 69344e1edb75 [2021-01-04T21:05:31.652Z] ---> 23ce74d891d4 [2021-01-04T21:05:31.652Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T21:05:31.926Z] ---> Running in 11a63c98e929 [2021-01-04T21:05:31.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:05:31.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:05:32.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:05:32.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:05:32.483Z] Removing intermediate container 93cee870518b [2021-01-04T21:05:32.483Z] ---> 34cabc95298f [2021-01-04T21:05:32.483Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T21:05:32.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T21:05:32.756Z] Removing intermediate container 11a63c98e929 [2021-01-04T21:05:32.756Z] ---> 814c7795464e [2021-01-04T21:05:32.756Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T21:05:32.756Z] ---> Running in e810471352da [2021-01-04T21:05:32.756Z] ---> Running in 7de1e0c6b28d [2021-01-04T21:05:33.109Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T21:05:33.109Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T21:05:33.109Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T21:05:33.109Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T21:05:33.109Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T21:05:33.109Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T21:05:33.109Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T21:05:33.109Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T21:05:33.110Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:05:33.110Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T21:05:33.110Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:05:33.110Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T21:05:33.110Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T21:05:33.886Z] OK: 7 MiB in 18 packages [2021-01-04T21:05:33.886Z] OK: 7 MiB in 19 packages [2021-01-04T21:05:33.886Z] Removing intermediate container e810471352da [2021-01-04T21:05:33.886Z] ---> b8621337897c [2021-01-04T21:05:33.886Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T21:05:33.886Z] Removing intermediate container 7de1e0c6b28d [2021-01-04T21:05:33.886Z] ---> 7f979628eb2b [2021-01-04T21:05:33.886Z] Step 14/22 : WORKDIR / [2021-01-04T21:05:34.186Z] ---> Running in c3c38ec87bb8 [2021-01-04T21:05:35.677Z] Removing intermediate container c3c38ec87bb8 [2021-01-04T21:05:35.677Z] ---> 3c318bd17056 [2021-01-04T21:05:35.677Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T21:05:35.677Z] ---> 2fcec8692443 [2021-01-04T21:05:35.677Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T21:05:36.282Z] Removing intermediate container fffc1d1b081f [2021-01-04T21:05:36.282Z] ---> 00a3a941ff4d [2021-01-04T21:05:36.282Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T21:05:36.877Z] ---> da2e12a4dad3 [2021-01-04T21:05:36.877Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T21:05:36.877Z] Removing intermediate container b5917c228d4c [2021-01-04T21:05:36.877Z] ---> 199debf00d67 [2021-01-04T21:05:36.877Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T21:05:36.877Z] ---> Running in fb8f847b5f61 [2021-01-04T21:05:37.151Z] ---> Running in be0efde4eedb [2021-01-04T21:05:37.425Z] Removing intermediate container 59e7b999effc [2021-01-04T21:05:37.425Z] ---> aa1e4425a2de [2021-01-04T21:05:37.425Z] [2021-01-04T21:05:37.425Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T21:05:37.425Z] 20.10.0: Pulling from library/docker [2021-01-04T21:05:37.700Z] ---> 71340fc9a12e [2021-01-04T21:05:37.700Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T21:05:37.700Z] Removing intermediate container fb8f847b5f61 [2021-01-04T21:05:37.700Z] ---> 75fffc94af45 [2021-01-04T21:05:37.700Z] Step 13/21 : WORKDIR /edgex [2021-01-04T21:05:37.988Z] Removing intermediate container be0efde4eedb [2021-01-04T21:05:37.988Z] ---> dd44e6371f79 [2021-01-04T21:05:37.988Z] Step 13/24 : WORKDIR / [2021-01-04T21:05:38.268Z] ---> Running in 66e3d6b729b6 [2021-01-04T21:05:38.544Z] ---> Running in 911c80f19f8a [2021-01-04T21:05:39.143Z] ---> fc3cc014a7d1 [2021-01-04T21:05:39.143Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T21:05:39.416Z] ---> 6d41f8b959bb [2021-01-04T21:05:39.416Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T21:05:39.416Z] Removing intermediate container 66e3d6b729b6 [2021-01-04T21:05:39.416Z] ---> 64eddefcef62 [2021-01-04T21:05:39.416Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T21:05:39.690Z] ---> Running in 93abd3466644 [2021-01-04T21:05:39.690Z] Removing intermediate container 911c80f19f8a [2021-01-04T21:05:39.690Z] ---> f2d9ba4283f6 [2021-01-04T21:05:39.690Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T21:05:40.292Z] ---> 5e2e780435dc [2021-01-04T21:05:40.292Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T21:05:40.572Z] ---> Running in 42bdbd87c219 [2021-01-04T21:05:40.860Z] Removing intermediate container 93abd3466644 [2021-01-04T21:05:40.860Z] ---> 1e459d271efc [2021-01-04T21:05:40.860Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:05:40.860Z] ---> 6548a9d49f89 [2021-01-04T21:05:40.860Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T21:05:40.860Z] ---> a641d3515baa [2021-01-04T21:05:40.860Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T21:05:40.860Z] ---> Running in d53aa7bffd24 [2021-01-04T21:05:41.133Z] Removing intermediate container 42bdbd87c219 [2021-01-04T21:05:41.133Z] ---> d722863d934b [2021-01-04T21:05:41.133Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:05:41.728Z] ---> Running in a97a672cc27a [2021-01-04T21:05:42.007Z] Removing intermediate container d53aa7bffd24 [2021-01-04T21:05:42.007Z] ---> a858ac01308c [2021-01-04T21:05:42.007Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T21:05:42.281Z] ---> 355a0d0a823c [2021-01-04T21:05:42.281Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T21:05:42.552Z] ---> Running in 0f521b13f7e0 [2021-01-04T21:05:42.824Z] Removing intermediate container a97a672cc27a [2021-01-04T21:05:42.824Z] ---> 5d1540c6145d [2021-01-04T21:05:42.824Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T21:05:43.096Z] ---> 2402184cc2d8 [2021-01-04T21:05:43.096Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T21:05:43.372Z] ---> Running in 5e712b4991ff [2021-01-04T21:05:43.668Z] Removing intermediate container 0f521b13f7e0 [2021-01-04T21:05:43.668Z] ---> 68a3ba98d9ae [2021-01-04T21:05:43.668Z] Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:05:43.668Z] ---> 1314b1db2874 [2021-01-04T21:05:43.668Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T21:05:43.942Z] ---> Running in dbfe252b33fb [2021-01-04T21:05:44.217Z] Removing intermediate container 5e712b4991ff [2021-01-04T21:05:44.218Z] ---> 642cde409e85 [2021-01-04T21:05:44.218Z] Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:05:44.811Z] ---> Running in 54ea31e69d66 [2021-01-04T21:05:45.406Z] ---> 8dca0e265fc5 [2021-01-04T21:05:45.406Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T21:05:45.406Z] Removing intermediate container dbfe252b33fb [2021-01-04T21:05:45.406Z] ---> 0365c7e41c91 [2021-01-04T21:05:45.406Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T21:05:45.685Z] ---> af2e5c132f65 [2021-01-04T21:05:45.685Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T21:05:45.685Z] ---> Running in d9f91ddf5458 [2021-01-04T21:05:45.685Z] Removing intermediate container 54ea31e69d66 [2021-01-04T21:05:45.685Z] ---> 74c870681060 [2021-01-04T21:05:45.685Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T21:05:45.685Z] ---> Running in e7c3f4af16f7 [2021-01-04T21:05:46.281Z] ---> Running in f5b9fc3a7e22 [2021-01-04T21:05:46.552Z] Removing intermediate container d9f91ddf5458 [2021-01-04T21:05:46.552Z] ---> 8933cfa35c90 [2021-01-04T21:05:46.552Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T21:05:46.821Z] Removing intermediate container e7c3f4af16f7 [2021-01-04T21:05:46.821Z] ---> 8eddb56afd63 [2021-01-04T21:05:46.821Z] [2021-01-04T21:05:47.097Z] ---> Running in 5e31f9876b2c [2021-01-04T21:05:47.374Z] Removing intermediate container f5b9fc3a7e22 [2021-01-04T21:05:47.374Z] ---> 61c323315502 [2021-01-04T21:05:47.374Z] [2021-01-04T21:05:47.374Z] Successfully built 8eddb56afd63 [2021-01-04T21:05:47.374Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T21:05:47.374Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-04T21:05:47.643Z] ---> 58094c4f5071 [2021-01-04T21:05:47.643Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T21:05:47.916Z] Removing intermediate container 5e31f9876b2c [2021-01-04T21:05:47.916Z] ---> a224142e4932 [2021-01-04T21:05:47.916Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T21:05:47.916Z] Successfully built 61c323315502 [2021-01-04T21:05:47.916Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T21:05:47.916Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-04T21:05:48.191Z] ---> Running in 76002f008387 [2021-01-04T21:05:48.791Z] ---> df3e480c1323 [2021-01-04T21:05:48.791Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T21:05:48.791Z] Removing intermediate container 76002f008387 [2021-01-04T21:05:48.791Z] ---> 9d38b8e1e948 [2021-01-04T21:05:48.791Z] Step 20/21 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:05:49.066Z] ---> Running in 89f9cc6c16fc [2021-01-04T21:05:49.066Z] ---> Running in 15b73f844186 [2021-01-04T21:05:50.050Z] Removing intermediate container 15b73f844186 [2021-01-04T21:05:50.050Z] ---> 0eba1fe2085b [2021-01-04T21:05:50.050Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T21:05:50.050Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T21:05:50.050Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T21:05:50.050Z] ---> eeaf43b92773 [2021-01-04T21:05:50.050Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T21:05:51.042Z] ---> Running in d6420e8d3a8a [2021-01-04T21:05:51.042Z] ---> Running in ce6ade2a84d1 [2021-01-04T21:05:53.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:05:53.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:05:53.300Z] Removing intermediate container d6420e8d3a8a [2021-01-04T21:05:53.300Z] ---> 2df9b9927f33 [2021-01-04T21:05:53.300Z] [2021-01-04T21:05:53.572Z] Successfully built 2df9b9927f33 [2021-01-04T21:05:53.572Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T21:05:53.572Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 89f9cc6c16fc [2021-01-04T21:05:53.572Z] Building docker-support-notifications-go [2021-01-04T21:05:53.572Z] ---> 2a02e959a105 [2021-01-04T21:05:53.572Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T21:05:53.852Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T21:05:53.852Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T21:05:53.852Z] Executing bash-5.0.17-r0.post-install [2021-01-04T21:05:53.852Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:05:53.852Z] OK: 12 MiB in 22 packages [2021-01-04T21:05:53.852Z] ---> Running in eaf7f10552d4 [2021-01-04T21:05:54.450Z] Removing intermediate container eaf7f10552d4 [2021-01-04T21:05:54.450Z] ---> d6026c92966e [2021-01-04T21:05:54.450Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T21:05:55.047Z] ---> Running in 88cf9593340e [2021-01-04T21:05:56.037Z] Removing intermediate container 88cf9593340e [2021-01-04T21:05:56.037Z] ---> 6c9d82273379 [2021-01-04T21:05:56.037Z] Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:05:56.037Z] Removing intermediate container ce6ade2a84d1 [2021-01-04T21:05:56.037Z] ---> 33ff9999ac81 [2021-01-04T21:05:56.037Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T21:05:56.633Z] ---> Running in 9fa9c25e39d1 [2021-01-04T21:05:56.633Z] ---> Running in 7e30e5022de3 [2021-01-04T21:05:57.609Z] Removing intermediate container 9fa9c25e39d1 [2021-01-04T21:05:57.609Z] ---> 5338dd399104 [2021-01-04T21:05:57.609Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T21:05:57.609Z] Removing intermediate container 7e30e5022de3 [2021-01-04T21:05:57.609Z] ---> 557e08209c05 [2021-01-04T21:05:57.609Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T21:05:58.210Z] ---> Running in f61acc6cf232 [2021-01-04T21:05:58.210Z] ---> Running in 2329ac1efa8e [2021-01-04T21:05:59.193Z] Removing intermediate container f61acc6cf232 [2021-01-04T21:05:59.193Z] ---> f5c0e69c9d1f [2021-01-04T21:05:59.193Z] [2021-01-04T21:05:59.193Z] Removing intermediate container 2329ac1efa8e [2021-01-04T21:05:59.193Z] ---> b35e0ab22e27 [2021-01-04T21:05:59.193Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T21:05:59.465Z] Successfully built f5c0e69c9d1f [2021-01-04T21:05:59.738Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T21:05:59.738Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-04T21:05:59.738Z] ---> Running in d96dcd40e998 [2021-01-04T21:06:00.011Z] Removing intermediate container d96dcd40e998 [2021-01-04T21:06:00.011Z] ---> 6ed6e0c7d553 [2021-01-04T21:06:00.011Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T21:06:01.439Z] ---> 9236507b4d1d [2021-01-04T21:06:01.439Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T21:06:02.418Z] ---> 8e91b58fcba6 [2021-01-04T21:06:02.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T21:06:03.863Z] ---> ef3573f67c60 [2021-01-04T21:06:03.863Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T21:06:04.137Z] ---> Running in f207b7a371fe [2021-01-04T21:06:05.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:06:05.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:06:06.459Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T21:06:06.459Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T21:06:06.459Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T21:06:06.459Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T21:06:06.459Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T21:06:06.459Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T21:06:06.733Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T21:06:08.708Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T21:06:08.709Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T21:06:08.709Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T21:06:08.709Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T21:06:08.709Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T21:06:08.709Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T21:06:08.709Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T21:06:08.709Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T21:06:08.709Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T21:06:08.709Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T21:06:08.709Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T21:06:08.709Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T21:06:08.982Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T21:06:08.982Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T21:06:08.982Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T21:06:08.982Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T21:06:08.982Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T21:06:08.982Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T21:06:08.982Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T21:06:09.256Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T21:06:09.256Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T21:06:09.256Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T21:06:09.256Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T21:06:09.256Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T21:06:09.256Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T21:06:09.256Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T21:06:09.529Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:06:09.529Z] OK: 71 MiB in 55 packages [2021-01-04T21:06:19.713Z] Removing intermediate container f207b7a371fe [2021-01-04T21:06:19.713Z] ---> 8a75323d2f85 [2021-01-04T21:06:19.713Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T21:06:20.700Z] ---> Running in cd1dcb778718 [2021-01-04T21:06:26.110Z] Collecting docker-compose==1.23.2 [2021-01-04T21:06:26.386Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T21:06:27.366Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T21:06:27.366Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T21:06:28.345Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T21:06:28.345Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T21:06:30.974Z] Collecting PyYAML<4,>=3.10 [2021-01-04T21:06:30.974Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T21:06:31.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:06:31.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:06:31.254Z] ---> 90e6b84a9c8d [2021-01-04T21:06:31.254Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T21:06:31.254Z] ---> Using cache [2021-01-04T21:06:31.254Z] ---> e95c5a112f2e [2021-01-04T21:06:31.254Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:06:31.254Z] ---> Using cache [2021-01-04T21:06:31.254Z] ---> 6089581fc4af [2021-01-04T21:06:31.254Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T21:06:31.254Z] ---> Using cache [2021-01-04T21:06:31.254Z] ---> bac249f85792 [2021-01-04T21:06:31.254Z] Step 6/22 : COPY go.mod . [2021-01-04T21:06:31.254Z] ---> Using cache [2021-01-04T21:06:31.254Z] ---> 09081cca81ed [2021-01-04T21:06:31.254Z] Step 7/22 : RUN go mod download [2021-01-04T21:06:31.254Z] ---> Using cache [2021-01-04T21:06:31.254Z] ---> ff35bf523266 [2021-01-04T21:06:31.254Z] Step 8/22 : COPY . . [2021-01-04T21:06:31.531Z] ---> Using cache [2021-01-04T21:06:31.531Z] ---> 130847203559 [2021-01-04T21:06:31.531Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T21:06:31.531Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:06:31.531Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:06:31.531Z] ---> 90e6b84a9c8d [2021-01-04T21:06:31.531Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T21:06:31.531Z] ---> Using cache [2021-01-04T21:06:31.531Z] ---> e95c5a112f2e [2021-01-04T21:06:31.531Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:06:31.531Z] ---> Using cache [2021-01-04T21:06:31.531Z] ---> 6089581fc4af [2021-01-04T21:06:31.531Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T21:06:34.991Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T21:06:34.991Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T21:06:34.991Z] ---> Running in f453f5811b35 [2021-01-04T21:06:34.991Z] ---> Running in aca62b01bf7b [2021-01-04T21:06:35.274Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T21:06:35.274Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T21:06:37.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T21:06:37.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:06:37.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:06:37.900Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:06:37.900Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:06:37.900Z] ---> 90e6b84a9c8d [2021-01-04T21:06:37.900Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T21:06:37.900Z] ---> Using cache [2021-01-04T21:06:37.900Z] ---> e95c5a112f2e [2021-01-04T21:06:37.900Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:06:37.900Z] ---> Using cache [2021-01-04T21:06:37.900Z] ---> 6089581fc4af [2021-01-04T21:06:37.900Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T21:06:38.505Z] OK: 217 MiB in 51 packages [2021-01-04T21:06:38.783Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T21:06:38.783Z] ---> Running in 5babd695a287 [2021-01-04T21:06:38.783Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T21:06:39.798Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T21:06:39.798Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T21:06:40.115Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T21:06:40.495Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T21:06:40.495Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T21:06:41.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:06:41.116Z] Removing intermediate container aca62b01bf7b [2021-01-04T21:06:41.116Z] ---> 33ce163af77f [2021-01-04T21:06:41.116Z] Step 6/23 : COPY go.mod . [2021-01-04T21:06:42.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:06:42.127Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T21:06:42.127Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T21:06:42.127Z] ---> 90e6b84a9c8d [2021-01-04T21:06:42.127Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T21:06:42.127Z] ---> Using cache [2021-01-04T21:06:42.127Z] ---> e95c5a112f2e [2021-01-04T21:06:42.127Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:06:42.127Z] ---> Using cache [2021-01-04T21:06:42.127Z] ---> 6089581fc4af [2021-01-04T21:06:42.127Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T21:06:42.127Z] ---> Using cache [2021-01-04T21:06:42.127Z] ---> bac249f85792 [2021-01-04T21:06:42.127Z] Step 6/22 : COPY go.mod . [2021-01-04T21:06:42.127Z] ---> Using cache [2021-01-04T21:06:42.127Z] ---> 09081cca81ed [2021-01-04T21:06:42.127Z] Step 7/22 : RUN go mod download [2021-01-04T21:06:42.127Z] ---> Using cache [2021-01-04T21:06:42.127Z] ---> ff35bf523266 [2021-01-04T21:06:42.127Z] Step 8/22 : COPY . . [2021-01-04T21:06:42.127Z] ---> Using cache [2021-01-04T21:06:42.127Z] ---> 130847203559 [2021-01-04T21:06:42.127Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T21:06:42.423Z] ---> Running in bc1dfdfdcdf6 [2021-01-04T21:06:42.702Z] ---> ea328f5424a9 [2021-01-04T21:06:42.702Z] Step 7/23 : RUN go mod download [2021-01-04T21:06:42.985Z] ---> Running in bb94c280ec93 [2021-01-04T21:06:43.256Z] OK: 217 MiB in 51 packages [2021-01-04T21:06:45.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T21:06:45.248Z] Removing intermediate container 5babd695a287 [2021-01-04T21:06:45.248Z] ---> e84180cd4003 [2021-01-04T21:06:45.248Z] Step 6/24 : COPY go.mod . [2021-01-04T21:06:45.528Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T21:06:45.528Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T21:06:46.131Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T21:06:46.131Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T21:06:46.403Z] ---> 89fd95c4ffdb [2021-01-04T21:06:46.403Z] Step 7/24 : RUN go mod download [2021-01-04T21:06:46.685Z] Collecting idna<2.8,>=2.5 [2021-01-04T21:06:46.685Z] ---> Running in 6d445c57d409 [2021-01-04T21:06:46.685Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T21:06:46.685Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T21:06:47.663Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T21:06:47.663Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T21:06:47.942Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T21:06:47.942Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T21:06:47.942Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T21:06:47.942Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T21:06:47.942Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T21:06:49.108Z] Removing intermediate container bb94c280ec93 [2021-01-04T21:06:49.108Z] ---> 609b180eeb91 [2021-01-04T21:06:49.108Z] Step 8/23 : COPY . . [2021-01-04T21:06:49.386Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, cached-property, docopt, jsonschema, dockerpty, docker-compose [2021-01-04T21:06:49.387Z] Attempting uninstall: idna [2021-01-04T21:06:49.387Z] Found existing installation: idna 2.9 [2021-01-04T21:06:49.671Z] Uninstalling idna-2.9: [2021-01-04T21:06:49.671Z] Successfully uninstalled idna-2.9 [2021-01-04T21:06:50.678Z] Attempting uninstall: urllib3 [2021-01-04T21:06:50.678Z] Found existing installation: urllib3 1.25.9 [2021-01-04T21:06:50.678Z] Uninstalling urllib3-1.25.9: [2021-01-04T21:06:50.958Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T21:06:51.239Z] Removing intermediate container 6d445c57d409 [2021-01-04T21:06:51.239Z] ---> cc02e2c07d86 [2021-01-04T21:06:51.239Z] Step 8/24 : COPY . . [2021-01-04T21:06:51.846Z] Attempting uninstall: requests [2021-01-04T21:06:51.846Z] Found existing installation: requests 2.23.0 [2021-01-04T21:06:51.846Z] Uninstalling requests-2.23.0: [2021-01-04T21:06:52.123Z] Successfully uninstalled requests-2.23.0 [2021-01-04T21:06:54.123Z] Running setup.py install for texttable: started [2021-01-04T21:06:57.540Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T21:06:57.540Z] Running setup.py install for PyYAML: started [2021-01-04T21:07:00.182Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T21:07:00.182Z] Running setup.py install for docopt: started [2021-01-04T21:07:02.832Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T21:07:02.832Z] Running setup.py install for dockerpty: started [2021-01-04T21:07:06.244Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T21:07:07.247Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T21:07:17.499Z] ---> 9a5767a6893a [2021-01-04T21:07:17.499Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T21:07:17.499Z] ---> Running in 2d1d7161fb8b [2021-01-04T21:07:18.946Z] Removing intermediate container cd1dcb778718 [2021-01-04T21:07:18.946Z] ---> fea152d55749 [2021-01-04T21:07:18.946Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T21:07:18.946Z] ---> a08b986fe085 [2021-01-04T21:07:18.946Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T21:07:19.223Z] ---> Running in 9733205c6cd0 [2021-01-04T21:07:19.223Z] ---> Running in a18d7a786632 [2021-01-04T21:07:19.829Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T21:07:21.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T21:07:21.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:07:21.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:07:22.438Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T21:07:22.438Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T21:07:22.715Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T21:07:22.715Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:07:22.715Z] OK: 71 MiB in 58 packages [2021-01-04T21:07:24.714Z] Removing intermediate container a18d7a786632 [2021-01-04T21:07:24.714Z] ---> 55f0750ea95d [2021-01-04T21:07:24.714Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T21:07:24.714Z] ---> Running in c8b064299c9e [2021-01-04T21:07:25.324Z] Removing intermediate container c8b064299c9e [2021-01-04T21:07:25.324Z] ---> f9421a2916eb [2021-01-04T21:07:25.324Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:07:25.603Z] ---> Running in 26de35e011d8 [2021-01-04T21:07:26.600Z] Removing intermediate container 26de35e011d8 [2021-01-04T21:07:26.600Z] ---> 82992af9f708 [2021-01-04T21:07:26.600Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T21:07:26.600Z] ---> Running in 2d17e87adf5c [2021-01-04T21:07:27.595Z] Removing intermediate container 2d17e87adf5c [2021-01-04T21:07:27.595Z] ---> 4e37483ec716 [2021-01-04T21:07:27.595Z] Step 25/26 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:07:27.595Z] ---> Running in d478648a4194 [2021-01-04T21:07:28.599Z] Removing intermediate container d478648a4194 [2021-01-04T21:07:28.599Z] ---> f522040db453 [2021-01-04T21:07:28.599Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T21:07:28.599Z] ---> Running in 41c231f94bab [2021-01-04T21:07:29.199Z] Removing intermediate container 41c231f94bab [2021-01-04T21:07:29.199Z] ---> 68eb8ad3e35c [2021-01-04T21:07:29.199Z] [2021-01-04T21:07:29.799Z] Successfully built 68eb8ad3e35c [2021-01-04T21:07:29.799Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T21:08:02.180Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bc1dfdfdcdf6 [2021-01-04T21:08:02.180Z] ---> 9e23bd8702fe [2021-01-04T21:08:02.180Z] [2021-01-04T21:08:02.180Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T21:08:02.180Z] ---> afeebe901d6b [2021-01-04T21:08:02.180Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T21:08:02.180Z] ---> Using cache [2021-01-04T21:08:02.180Z] ---> 199debf00d67 [2021-01-04T21:08:02.180Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T21:08:02.180Z] ---> Running in 3a5c123dbb58 [2021-01-04T21:08:02.180Z] Removing intermediate container 3a5c123dbb58 [2021-01-04T21:08:02.180Z] ---> ce4166570efd [2021-01-04T21:08:02.180Z] Step 13/22 : WORKDIR / [2021-01-04T21:08:02.180Z] ---> Running in 9b508a5c2c0f [2021-01-04T21:08:02.180Z] Removing intermediate container 9b508a5c2c0f [2021-01-04T21:08:02.180Z] ---> 7418fa2cd4ca [2021-01-04T21:08:02.180Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T21:08:03.168Z] ---> a89a282fbc47 [2021-01-04T21:08:03.168Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T21:08:04.614Z] ---> 082f9229050d [2021-01-04T21:08:04.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T21:08:06.058Z] ---> 6078738ff6dc [2021-01-04T21:08:06.058Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T21:08:07.061Z] ---> 52600638f017 [2021-01-04T21:08:07.061Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T21:08:07.061Z] ---> Running in 0179419f871d [2021-01-04T21:08:11.420Z] Removing intermediate container 0179419f871d [2021-01-04T21:08:11.420Z] ---> 5379df1b1d4d [2021-01-04T21:08:11.420Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T21:08:11.420Z] ---> Running in 5fcd7ce2be8a [2021-01-04T21:08:12.036Z] Removing intermediate container 5fcd7ce2be8a [2021-01-04T21:08:12.036Z] ---> 86a623f5a346 [2021-01-04T21:08:12.036Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T21:08:12.036Z] ---> Running in a98bbe78de78 [2021-01-04T21:08:13.508Z] Removing intermediate container a98bbe78de78 [2021-01-04T21:08:13.508Z] ---> 34a06ece9b95 [2021-01-04T21:08:13.508Z] Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:08:13.508Z] ---> Running in 86fc5e993a9f [2021-01-04T21:08:15.060Z] Removing intermediate container 86fc5e993a9f [2021-01-04T21:08:15.060Z] ---> 56a2c39c11b2 [2021-01-04T21:08:15.060Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T21:08:15.060Z] ---> Running in de189c878564 [2021-01-04T21:08:16.130Z] Removing intermediate container de189c878564 [2021-01-04T21:08:16.130Z] ---> 6cc63b00da75 [2021-01-04T21:08:16.130Z] [2021-01-04T21:08:16.817Z] Removing intermediate container f453f5811b35 [2021-01-04T21:08:16.817Z] ---> 2d77640f4436 [2021-01-04T21:08:16.817Z] [2021-01-04T21:08:16.817Z] Step 10/22 : FROM scratch [2021-01-04T21:08:16.817Z] ---> [2021-01-04T21:08:16.817Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T21:08:17.096Z] ---> Using cache [2021-01-04T21:08:17.096Z] ---> 23ce74d891d4 [2021-01-04T21:08:17.096Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T21:08:17.370Z] Successfully built 6cc63b00da75 [2021-01-04T21:08:17.370Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T21:08:17.370Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in a567fa9a2140 [2021-01-04T21:08:18.357Z] Removing intermediate container a567fa9a2140 [2021-01-04T21:08:18.357Z] ---> 89a3a33dad69 [2021-01-04T21:08:18.357Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T21:08:18.357Z] ---> Running in 25ff38fedbff [2021-01-04T21:08:18.964Z] Removing intermediate container 25ff38fedbff [2021-01-04T21:08:18.964Z] ---> b6ae4ba63e62 [2021-01-04T21:08:18.964Z] Step 14/22 : WORKDIR / [2021-01-04T21:08:19.238Z] ---> Running in 3012addaa84b [2021-01-04T21:08:19.838Z] Removing intermediate container 3012addaa84b [2021-01-04T21:08:19.838Z] ---> 0b6885cb4da2 [2021-01-04T21:08:19.838Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T21:08:20.825Z] ---> 5faba230e556 [2021-01-04T21:08:20.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T21:08:23.476Z] ---> 41d4f406a087 [2021-01-04T21:08:23.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T21:08:24.082Z] ---> 80d0179bb5bc [2021-01-04T21:08:24.082Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T21:08:24.368Z] ---> Running in 9cad75a9b68b [2021-01-04T21:08:25.373Z] Removing intermediate container 9cad75a9b68b [2021-01-04T21:08:25.373Z] ---> 880701907269 [2021-01-04T21:08:25.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:08:25.373Z] ---> Running in ee0d080a23b1 [2021-01-04T21:08:26.367Z] Removing intermediate container ee0d080a23b1 [2021-01-04T21:08:26.367Z] ---> 71c04de6d180 [2021-01-04T21:08:26.367Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T21:08:26.367Z] ---> Running in 92ed0fdddba3 [2021-01-04T21:08:27.014Z] Removing intermediate container 92ed0fdddba3 [2021-01-04T21:08:27.014Z] ---> 766cdcc19d1c [2021-01-04T21:08:27.014Z] Step 21/22 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:08:27.302Z] ---> Running in 1a32d48b6e0c [2021-01-04T21:08:27.921Z] Removing intermediate container 1a32d48b6e0c [2021-01-04T21:08:27.921Z] ---> 5cdad6a23ee4 [2021-01-04T21:08:27.921Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T21:08:28.194Z] ---> Running in b44e7f85d71f [2021-01-04T21:08:28.792Z] Removing intermediate container b44e7f85d71f [2021-01-04T21:08:28.792Z] ---> 3b73be6d397d [2021-01-04T21:08:28.793Z] [2021-01-04T21:08:29.068Z] Successfully built 3b73be6d397d [2021-01-04T21:08:29.347Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T21:08:34.792Z]  Building docker-core-metadata-go ... done Removing intermediate container 9733205c6cd0 [2021-01-04T21:08:34.792Z] ---> 51ac1b41382d [2021-01-04T21:08:34.792Z] [2021-01-04T21:08:34.792Z] Step 10/24 : FROM scratch [2021-01-04T21:08:34.792Z] ---> [2021-01-04T21:08:34.792Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T21:08:34.792Z] ---> Running in d0cbb6b8eb59 [2021-01-04T21:08:34.792Z] Removing intermediate container d0cbb6b8eb59 [2021-01-04T21:08:34.792Z] ---> 3f5483b03d05 [2021-01-04T21:08:34.792Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T21:08:35.067Z] ---> Running in 00ba8b0b2ae7 [2021-01-04T21:08:35.664Z] Removing intermediate container 00ba8b0b2ae7 [2021-01-04T21:08:35.664Z] ---> 6faf79b01634 [2021-01-04T21:08:35.664Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T21:08:35.664Z] ---> Running in 4c7d2d52e37d [2021-01-04T21:08:35.937Z] Removing intermediate container 4c7d2d52e37d [2021-01-04T21:08:35.937Z] ---> 971f2ebc245a [2021-01-04T21:08:36.209Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T21:08:36.807Z] ---> 9314d1b27ef5 [2021-01-04T21:08:36.808Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T21:08:38.256Z] ---> d889392e45f8 [2021-01-04T21:08:38.256Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T21:08:39.699Z] ---> 92e9fd7f668c [2021-01-04T21:08:39.699Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T21:08:40.691Z] ---> 9bde9764bb6d [2021-01-04T21:08:40.691Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T21:08:42.133Z] ---> d48366ff7849 [2021-01-04T21:08:42.133Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T21:08:42.728Z] ---> be360ff0b01d [2021-01-04T21:08:42.728Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T21:08:42.728Z] ---> Running in f7bee1f0ae30 [2021-01-04T21:08:43.323Z] Removing intermediate container f7bee1f0ae30 [2021-01-04T21:08:43.323Z] ---> d20d18a4b461 [2021-01-04T21:08:43.323Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:08:43.323Z] ---> Running in 840714cafd73 [2021-01-04T21:08:43.922Z] Removing intermediate container 840714cafd73 [2021-01-04T21:08:43.922Z] ---> 0deb3a689721 [2021-01-04T21:08:43.922Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T21:08:44.208Z] ---> Running in bcbbd8bb401e [2021-01-04T21:08:44.804Z] Removing intermediate container bcbbd8bb401e [2021-01-04T21:08:44.804Z] ---> 6c8c21aa428b [2021-01-04T21:08:44.804Z] Step 23/24 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:08:44.804Z] ---> Running in 64c2577636af [2021-01-04T21:08:45.782Z] Removing intermediate container 64c2577636af [2021-01-04T21:08:45.782Z] ---> 63aa99a68752 [2021-01-04T21:08:45.782Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T21:08:45.782Z] ---> Running in fffdb7f8c455 [2021-01-04T21:08:46.758Z] Removing intermediate container fffdb7f8c455 [2021-01-04T21:08:46.758Z] ---> 6467f4f0b27b [2021-01-04T21:08:46.758Z] [2021-01-04T21:08:47.034Z] Removing intermediate container 2d1d7161fb8b [2021-01-04T21:08:47.034Z] ---> ee5a70b80566 [2021-01-04T21:08:47.034Z] [2021-01-04T21:08:47.034Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T21:08:47.034Z] ---> afeebe901d6b [2021-01-04T21:08:47.034Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T21:08:47.034Z] Successfully built 6467f4f0b27b [2021-01-04T21:08:47.034Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T21:08:47.034Z]  Building docker-support-notifications-go ... done  ---> Running in ab2d1d8803ca [2021-01-04T21:08:47.627Z] Removing intermediate container ab2d1d8803ca [2021-01-04T21:08:47.627Z] ---> bb3fd927dc23 [2021-01-04T21:08:47.627Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T21:08:47.627Z] ---> Running in de236040a6b3 [2021-01-04T21:08:48.220Z] Removing intermediate container de236040a6b3 [2021-01-04T21:08:48.220Z] ---> 97a75fae463d [2021-01-04T21:08:48.220Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T21:08:48.220Z] ---> Running in cec549c4786c [2021-01-04T21:08:48.812Z] Removing intermediate container cec549c4786c [2021-01-04T21:08:48.812Z] ---> abcf3bb7c258 [2021-01-04T21:08:48.812Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T21:08:48.812Z] ---> Running in ab1be9efb3d6 [2021-01-04T21:08:51.429Z] Removing intermediate container ab1be9efb3d6 [2021-01-04T21:08:51.429Z] ---> db779957e15f [2021-01-04T21:08:51.429Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T21:08:51.429Z] ---> Running in bac57ef95281 [2021-01-04T21:08:52.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T21:08:52.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T21:08:53.586Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T21:08:53.855Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T21:08:53.855Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T21:08:54.125Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T21:08:54.126Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T21:08:54.396Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T21:08:54.396Z] OK: 8 MiB in 19 packages [2021-01-04T21:08:55.865Z] Removing intermediate container bac57ef95281 [2021-01-04T21:08:55.865Z] ---> f6cda136d6a5 [2021-01-04T21:08:55.865Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T21:08:56.460Z] ---> 0aef4aea1612 [2021-01-04T21:08:56.460Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T21:08:57.439Z] ---> c25f9cac65da [2021-01-04T21:08:57.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T21:08:58.413Z] ---> 3e923b39a261 [2021-01-04T21:08:58.413Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T21:08:58.413Z] ---> Running in 0a8bd2c81df3 [2021-01-04T21:08:59.027Z] Removing intermediate container 0a8bd2c81df3 [2021-01-04T21:08:59.027Z] ---> a9a3ddbbbf84 [2021-01-04T21:08:59.027Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T21:08:59.027Z] ---> Running in 36681ef07fcc [2021-01-04T21:08:59.305Z] Removing intermediate container 36681ef07fcc [2021-01-04T21:08:59.305Z] ---> 89752bc23273 [2021-01-04T21:08:59.305Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T21:08:59.588Z] ---> Running in 6769bed0c3a6 [2021-01-04T21:08:59.861Z] Removing intermediate container 6769bed0c3a6 [2021-01-04T21:08:59.861Z] ---> 51e9f052fdc2 [2021-01-04T21:08:59.861Z] Step 22/23 : LABEL git_sha=5535c866083f97ae1369fb8128f98635a1aa9a4f [2021-01-04T21:09:00.133Z] ---> Running in 080468629d03 [2021-01-04T21:09:00.404Z] Removing intermediate container 080468629d03 [2021-01-04T21:09:00.404Z] ---> 8bfc98a3151a [2021-01-04T21:09:00.404Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T21:09:00.676Z] ---> Running in 368da1c189cc [2021-01-04T21:09:01.266Z] Removing intermediate container 368da1c189cc [2021-01-04T21:09:01.267Z] ---> c2ede02149ef [2021-01-04T21:09:01.267Z] [2021-01-04T21:09:01.540Z] Successfully built c2ede02149ef [2021-01-04T21:09:01.540Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T21:09:01.828Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T21:09:01.827Z] $ docker stop --time=1 61ec0c32e4083acdee672cc08e57e4e5b7edb4b08836039de28f921ed1dab99d [2021-01-04T21:09:03.800Z] $ docker rm -f 61ec0c32e4083acdee672cc08e57e4e5b7edb4b08836039de28f921ed1dab99d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T21:09:04.507Z] + docker images [2021-01-04T21:09:04.507Z] + grep docker [2021-01-04T21:09:04.778Z] docker-core-data-go-arm64 latest c2ede02149ef 4 seconds ago 20.9MB [2021-01-04T21:09:04.778Z] docker-support-notifications-go-arm64 latest 6467f4f0b27b 18 seconds ago 11.4MB [2021-01-04T21:09:04.778Z] docker-core-metadata-go-arm64 latest 3b73be6d397d 36 seconds ago 12.2MB [2021-01-04T21:09:04.778Z] docker-security-bootstrap-redis-go-arm64 latest 6cc63b00da75 49 seconds ago 15.1MB [2021-01-04T21:09:04.778Z] docker-sys-mgmt-agent-go-arm64 latest 68eb8ad3e35c About a minute ago 300MB [2021-01-04T21:09:04.778Z] docker-security-secretstore-setup-go-arm64 latest f5c0e69c9d1f 3 minutes ago 23.4MB [2021-01-04T21:09:04.778Z] docker-security-proxy-setup-go-arm64 latest 2df9b9927f33 3 minutes ago 23.3MB [2021-01-04T21:09:04.778Z] docker-core-command-go-arm64 latest 61c323315502 3 minutes ago 9.98MB [2021-01-04T21:09:04.778Z] docker-support-scheduler-go-arm64 latest 8eddb56afd63 3 minutes ago 10MB [2021-01-04T21:09:04.778Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-04T21:09:06.421Z] provisioning config files... [2021-01-04T21:09:06.439Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7903359158439908621tmp [Pipeline] { [Pipeline] sh [2021-01-04T21:09:06.836Z] + set +x [2021-01-04T21:09:06.836Z] + curl -s https://codecov.io/bash [2021-01-04T21:09:06.836Z] + bash -s -- [2021-01-04T21:09:07.414Z] [2021-01-04T21:09:07.414Z] _____ _ [2021-01-04T21:09:07.414Z] / ____| | | [2021-01-04T21:09:07.414Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T21:09:07.414Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T21:09:07.414Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T21:09:07.414Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T21:09:07.414Z] Bash-20201231-23d4836 [2021-01-04T21:09:07.414Z] [2021-01-04T21:09:07.414Z] [2021-01-04T21:09:07.414Z] ==> git version 2.24.3 found [2021-01-04T21:09:07.414Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-04T21:09:07.414Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T21:09:07.414Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T21:09:07.414Z] ==> Jenkins CI detected. [2021-01-04T21:09:07.414Z] project root: . [2021-01-04T21:09:07.414Z] --> token set from env [2021-01-04T21:09:07.414Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T21:09:07.414Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T21:09:07.414Z] ==> Python coveragepy not found [2021-01-04T21:09:07.414Z] ==> Searching for coverage reports in: [2021-01-04T21:09:07.414Z] + . [2021-01-04T21:09:07.414Z] -> Found 1 reports [2021-01-04T21:09:07.414Z] ==> Detecting git/mercurial file structure [2021-01-04T21:09:07.414Z] ==> Reading reports [2021-01-04T21:09:07.414Z] + ./coverage.out bytes=538204 [2021-01-04T21:09:07.414Z] ==> Appending adjustments [2021-01-04T21:09:07.414Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T21:09:10.733Z] + Found adjustments [2021-01-04T21:09:10.733Z] ==> Gzipping contents [2021-01-04T21:09:10.733Z] 84K /tmp/codecov.SF3xR0.gz [2021-01-04T21:09:10.733Z] ==> Uploading reports [2021-01-04T21:09:10.733Z] url: https://codecov.io [2021-01-04T21:09:10.733Z] query: branch=PR-2980&commit=5535c866083f97ae1369fb8128f98635a1aa9a4f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= [2021-01-04T21:09:10.733Z] -> Pinging Codecov [2021-01-04T21:09:10.733Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2980&commit=5535c866083f97ae1369fb8128f98635a1aa9a4f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= [2021-01-04T21:09:10.995Z] -> Uploading to [2021-01-04T21:09:10.995Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/5535c866083f97ae1369fb8128f98635a1aa9a4f/b9526842-ca83-4e2c-9d50-6809e1779e63.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T210910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15801cedcc05390dbdad29acc93bd033184dbd8261ceb63649d5dc521184ac4f [2021-01-04T21:09:10.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T21:09:10.995Z] Dload Upload Total Spent Left Speed [2021-01-04T21:09:11.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82004 0 0 100 82004 0 119k --:--:-- --:--:-- --:--:-- 119k [2021-01-04T21:09:11.950Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5535c866083f97ae1369fb8128f98635a1aa9a4f [Pipeline] } [2021-01-04T21:09:11.970Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:13.745Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:14.648Z] ---> package-listing.sh [2021-01-04T21:09:14.648Z] ++ facter osfamily [2021-01-04T21:09:14.648Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T21:09:14.648Z] + OS_FAMILY=redhat [2021-01-04T21:09:14.648Z] + workspace=/w/workspace/edgex-go/3 [2021-01-04T21:09:14.648Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T21:09:14.648Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T21:09:14.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T21:09:14.648Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T21:09:14.648Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-04T21:09:14.648Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T21:09:14.648Z] + case "${OS_FAMILY}" in [2021-01-04T21:09:14.648Z] + rpm -qa [2021-01-04T21:09:14.648Z] + sort [2021-01-04T21:09:19.992Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T21:09:19.992Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T21:09:19.992Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T21:09:19.992Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-04T21:09:19.992Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-04T21:09:19.992Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-04T21:09:20.005Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T21:09:20.297Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:09:20.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T21:09:20.604Z] [2021-01-04T21:09:20.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T21:09:20.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T21:09:20.970Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T21:09:20.970Z] df20fa9351a1: Pulling fs layer [2021-01-04T21:09:20.970Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T21:09:20.970Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T21:09:20.970Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T21:09:20.970Z] 93b61091891f: Pulling fs layer [2021-01-04T21:09:20.970Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T21:09:20.970Z] 5e14af77c1be: Pulling fs layer [2021-01-04T21:09:20.970Z] 01666e4c0597: Pulling fs layer [2021-01-04T21:09:20.970Z] aa168da1d23b: Pulling fs layer [2021-01-04T21:09:20.970Z] 93b61091891f: Waiting [2021-01-04T21:09:20.970Z] 93b9cdb0e59b: Waiting [2021-01-04T21:09:20.970Z] 5e14af77c1be: Waiting [2021-01-04T21:09:20.970Z] 01666e4c0597: Waiting [2021-01-04T21:09:20.970Z] aa168da1d23b: Waiting [2021-01-04T21:09:20.970Z] 46f8f816bc3b: Waiting [2021-01-04T21:09:20.970Z] 36b3adc4ff6f: Download complete [2021-01-04T21:09:20.970Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T21:09:20.970Z] 46f8f816bc3b: Download complete [2021-01-04T21:09:21.235Z] df20fa9351a1: Verifying Checksum [2021-01-04T21:09:21.235Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T21:09:21.235Z] 93b9cdb0e59b: Download complete [2021-01-04T21:09:21.235Z] 93b61091891f: Verifying Checksum [2021-01-04T21:09:21.235Z] 93b61091891f: Download complete [2021-01-04T21:09:21.235Z] 5e14af77c1be: Verifying Checksum [2021-01-04T21:09:21.235Z] 5e14af77c1be: Download complete [2021-01-04T21:09:21.235Z] 01666e4c0597: Verifying Checksum [2021-01-04T21:09:21.235Z] 01666e4c0597: Download complete [2021-01-04T21:09:21.235Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T21:09:21.235Z] 8ad3a11d3b57: Download complete [2021-01-04T21:09:21.497Z] df20fa9351a1: Pull complete [2021-01-04T21:09:21.768Z] 36b3adc4ff6f: Pull complete [2021-01-04T21:09:22.359Z] 8ad3a11d3b57: Pull complete [2021-01-04T21:09:22.630Z] 46f8f816bc3b: Pull complete [2021-01-04T21:09:23.208Z] aa168da1d23b: Verifying Checksum [2021-01-04T21:09:23.208Z] aa168da1d23b: Download complete [2021-01-04T21:09:24.159Z] 93b61091891f: Pull complete [2021-01-04T21:09:24.425Z] 93b9cdb0e59b: Pull complete [2021-01-04T21:09:24.688Z] 5e14af77c1be: Pull complete [2021-01-04T21:09:24.688Z] 01666e4c0597: Pull complete [2021-01-04T21:09:34.735Z] aa168da1d23b: Pull complete [2021-01-04T21:09:34.735Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T21:09:34.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T21:09:34.735Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T21:09:34.965Z] prd-centos7-docker-4c-2g-18288 does not seem to be running inside a container [2021-01-04T21:09:35.015Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T21:09:40.590Z] $ docker top a4610252cdfdbce4a6f583a9a70c69093bb85ba9f52bf33ea7c2e0abb5a07f8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T21:09:41.379Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T21:09:41.729Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T21:09:42.026Z] + ls /var/log/sa-host [2021-01-04T21:09:42.026Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T21:09:42.026Z] file_magic: OK [2021-01-04T21:09:42.026Z] HZ: Using current value: 100 [2021-01-04T21:09:42.026Z] file_header: OK [2021-01-04T21:09:42.026Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T21:09:42.026Z] Statistics: [2021-01-04T21:09:42.026Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T21:09:42.026Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T21:09:42.026Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T21:09:42.026Z] file_magic: OK [2021-01-04T21:09:42.026Z] HZ: Using current value: 100 [2021-01-04T21:09:42.026Z] file_header: OK [2021-01-04T21:09:42.026Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T21:09:42.026Z] Statistics: [2021-01-04T21:09:42.026Z] Hnuu...uuuununununu... [2021-01-04T21:09:42.026Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T21:09:42.275Z] provisioning config files... [2021-01-04T21:09:42.293Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1663883539340621340tmp [Pipeline] { [Pipeline] echo [2021-01-04T21:09:42.378Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:42.679Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T21:09:42.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T21:09:42.797Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:43.095Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T21:09:43.107Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:43.408Z] ---> sudo-logs.sh [2021-01-04T21:09:43.408Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T21:09:43.420Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:43.721Z] ---> job-cost.sh [2021-01-04T21:09:43.721Z] lf-activate-venv: SKIPPING [2021-01-04T21:09:43.721Z] INFO: No Stack... [2021-01-04T21:09:44.669Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T21:09:45.243Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T21:09:45.257Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T21:09:45.555Z] ---> logs-deploy.sh [2021-01-04T21:09:45.555Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2980/3 [2021-01-04T21:09:45.555Z] INFO: archiving workspace using pattern(s): [2021-01-04T21:09:46.946Z] Archives upload complete. [2021-01-04T21:09:47.209Z] INFO: archiving logs to Nexus [2021-01-04T21:09:48.166Z] ---> uname -a: [2021-01-04T21:09:48.166Z] Linux prd-centos7-docker-4c-2g-18288.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] ---> lscpu: [2021-01-04T21:09:48.166Z] Architecture: x86_64 [2021-01-04T21:09:48.166Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T21:09:48.166Z] Byte Order: Little Endian [2021-01-04T21:09:48.166Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T21:09:48.166Z] CPU(s): 4 [2021-01-04T21:09:48.166Z] On-line CPU(s) list: 0-3 [2021-01-04T21:09:48.166Z] Thread(s) per core: 1 [2021-01-04T21:09:48.166Z] Core(s) per socket: 1 [2021-01-04T21:09:48.166Z] Socket(s): 4 [2021-01-04T21:09:48.166Z] NUMA node(s): 1 [2021-01-04T21:09:48.166Z] Vendor ID: GenuineIntel [2021-01-04T21:09:48.166Z] CPU family: 6 [2021-01-04T21:09:48.166Z] Model: 44 [2021-01-04T21:09:48.166Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T21:09:48.166Z] Stepping: 1 [2021-01-04T21:09:48.166Z] CPU MHz: 2933.436 [2021-01-04T21:09:48.166Z] BogoMIPS: 5866.87 [2021-01-04T21:09:48.166Z] Virtualization: VT-x [2021-01-04T21:09:48.166Z] Hypervisor vendor: KVM [2021-01-04T21:09:48.166Z] Virtualization type: full [2021-01-04T21:09:48.166Z] L1d cache: 128 KiB [2021-01-04T21:09:48.166Z] L1i cache: 128 KiB [2021-01-04T21:09:48.166Z] L2 cache: 16 MiB [2021-01-04T21:09:48.166Z] L3 cache: 64 MiB [2021-01-04T21:09:48.166Z] NUMA node0 CPU(s): 0-3 [2021-01-04T21:09:48.166Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T21:09:48.166Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T21:09:48.166Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T21:09:48.166Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T21:09:48.166Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T21:09:48.166Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T21:09:48.166Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T21:09:48.166Z] Vulnerability Srbds: Not affected [2021-01-04T21:09:48.166Z] Vulnerability Tsx async abort: Not affected [2021-01-04T21:09:48.166Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] ---> nproc: [2021-01-04T21:09:48.166Z] 4 [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] ---> df -h: [2021-01-04T21:09:48.166Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T21:09:48.166Z] overlay 50.0G 10.8G 39.2G 22% / [2021-01-04T21:09:48.166Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T21:09:48.166Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T21:09:48.166Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/3 [2021-01-04T21:09:48.166Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/3@tmp [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.166Z] ---> free -m: [2021-01-04T21:09:48.166Z] total used free shared buff/cache available [2021-01-04T21:09:48.166Z] Mem: 1837 702 134 0 1000 1049 [2021-01-04T21:09:48.166Z] Swap: 1023 62 961 [2021-01-04T21:09:48.166Z] [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] ---> ip addr: [2021-01-04T21:09:48.167Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T21:09:48.167Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T21:09:48.167Z] inet 127.0.0.1/8 scope host lo [2021-01-04T21:09:48.167Z] valid_lft forever preferred_lft forever [2021-01-04T21:09:48.167Z] inet6 ::1/128 scope host [2021-01-04T21:09:48.167Z] valid_lft forever preferred_lft forever [2021-01-04T21:09:48.167Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T21:09:48.167Z] link/ether fa:16:3e:28:46:45 brd ff:ff:ff:ff:ff:ff [2021-01-04T21:09:48.167Z] inet 10.30.123.195/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T21:09:48.167Z] valid_lft 85205sec preferred_lft 85205sec [2021-01-04T21:09:48.167Z] inet6 fe80::f816:3eff:fe28:4645/64 scope link [2021-01-04T21:09:48.167Z] valid_lft forever preferred_lft forever [2021-01-04T21:09:48.167Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T21:09:48.167Z] link/ether 02:42:e8:ce:09:74 brd ff:ff:ff:ff:ff:ff [2021-01-04T21:09:48.167Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T21:09:48.167Z] valid_lft forever preferred_lft forever [2021-01-04T21:09:48.167Z] inet6 fe80::42:e8ff:fece:974/64 scope link [2021-01-04T21:09:48.167Z] valid_lft forever preferred_lft forever [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] ---> sar -b -r -n DEV: [2021-01-04T21:09:48.167Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] 20:49:42 LINUX RESTART (4 CPU) [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-04T21:09:48.167Z] 20:51:01 164.59 75.22 89.37 0.00 8121.03 44435.02 0.00 [2021-01-04T21:09:48.167Z] 20:52:01 235.97 102.55 133.43 0.00 7924.93 49147.82 0.00 [2021-01-04T21:09:48.167Z] 20:53:01 245.48 92.90 152.59 0.00 3287.01 19421.37 0.00 [2021-01-04T21:09:48.167Z] 20:54:01 155.37 78.74 76.63 0.00 3533.60 12892.43 0.00 [2021-01-04T21:09:48.167Z] 20:55:01 1064.05 807.08 256.96 0.00 89482.55 161816.77 0.00 [2021-01-04T21:09:48.167Z] 20:56:02 2467.35 2172.26 295.09 0.00 139744.66 149803.30 0.00 [2021-01-04T21:09:48.167Z] 20:57:01 1337.44 999.38 338.07 0.00 103978.17 133540.71 0.00 [2021-01-04T21:09:48.167Z] 20:58:01 1793.66 1456.73 336.93 0.00 94915.41 96180.38 0.00 [2021-01-04T21:09:48.167Z] 20:59:01 159.99 22.08 137.91 0.00 4686.55 12901.24 0.00 [2021-01-04T21:09:48.167Z] 21:00:01 1.78 0.43 1.35 0.00 19.31 20.86 0.00 [2021-01-04T21:09:48.167Z] 21:01:01 0.47 0.15 0.32 0.00 2.13 3.73 0.00 [2021-01-04T21:09:48.167Z] 21:02:01 0.72 0.35 0.37 0.00 22.37 5.18 0.00 [2021-01-04T21:09:48.167Z] 21:03:01 0.32 0.02 0.30 0.00 0.13 2.91 0.00 [2021-01-04T21:09:48.167Z] 21:04:01 0.22 0.02 0.20 0.00 0.27 1.65 0.00 [2021-01-04T21:09:48.167Z] 21:05:01 1.75 1.57 0.18 0.00 52.35 1.65 0.00 [2021-01-04T21:09:48.167Z] 21:06:01 1.13 0.33 0.80 0.00 160.83 14.96 0.00 [2021-01-04T21:09:48.167Z] 21:07:01 0.30 0.02 0.28 0.00 0.53 2.88 0.00 [2021-01-04T21:09:48.167Z] 21:08:01 0.17 0.02 0.15 0.00 0.53 1.80 0.00 [2021-01-04T21:09:48.167Z] 21:09:01 0.25 0.00 0.25 0.00 0.00 3.56 0.00 [2021-01-04T21:09:48.167Z] Average: 402.20 306.38 95.82 0.00 24018.42 35824.42 0.00 [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-04T21:09:48.167Z] 20:51:01 88796 0 646200 34.34 2620 1143928 1279248 43.66 522724 1064100 92 [2021-01-04T21:09:48.167Z] 20:52:01 136560 0 716180 38.06 1708 1027096 1540448 52.57 581124 922464 1216 [2021-01-04T21:09:48.167Z] 20:53:01 179480 0 768548 40.85 880 932636 1740876 59.41 630808 793696 68876 [2021-01-04T21:09:48.167Z] 20:54:01 160988 0 789028 41.94 684 930844 1425760 48.66 657096 774768 14920 [2021-01-04T21:09:48.167Z] 20:55:01 430392 0 672392 35.74 0 778760 1404164 47.92 470444 769876 0 [2021-01-04T21:09:48.167Z] 20:56:02 122592 0 1233796 65.57 0 525156 3256260 111.13 908140 591408 60548 [2021-01-04T21:09:48.167Z] 20:57:01 67480 0 728964 38.74 0 1085100 1848720 63.09 556776 1041708 10052 [2021-01-04T21:09:48.167Z] 20:58:01 520920 0 780580 41.49 0 580044 2419752 82.58 506188 609780 0 [2021-01-04T21:09:48.167Z] 20:59:01 451932 0 621028 33.01 0 808584 1219872 41.63 471172 720600 20 [2021-01-04T21:09:48.167Z] 21:00:01 455756 0 616704 32.78 0 809084 1180832 40.30 468360 720444 12 [2021-01-04T21:09:48.167Z] 21:01:01 454912 0 617532 32.82 0 809100 1183172 40.38 469124 720524 8 [2021-01-04T21:09:48.167Z] 21:02:01 454772 0 616988 32.79 0 809784 1181376 40.32 469048 721088 8 [2021-01-04T21:09:48.167Z] 21:03:01 455896 0 615860 32.73 0 809788 1181256 40.31 468420 721088 8 [2021-01-04T21:09:48.167Z] 21:04:01 455208 0 616544 32.77 0 809792 1181256 40.31 468300 721092 8 [2021-01-04T21:09:48.167Z] 21:05:01 452600 0 618236 32.86 0 810708 1181460 40.32 469720 721700 20 [2021-01-04T21:09:48.167Z] 21:06:01 445424 0 620604 32.98 0 815516 1181352 40.32 474816 723676 8 [2021-01-04T21:09:48.167Z] 21:07:01 446256 0 619768 32.94 0 815520 1181256 40.31 474364 723692 8 [2021-01-04T21:09:48.167Z] 21:08:01 446084 0 619928 32.95 0 815532 1181256 40.31 474372 723708 8 [2021-01-04T21:09:48.167Z] 21:09:01 446208 0 619800 32.94 0 815536 1181256 40.31 474252 723708 16 [2021-01-04T21:09:48.167Z] Average: 351171 0 691509 36.75 310 838553 1471030 50.20 527118 763638 8201 [2021-01-04T21:09:48.167Z] [2021-01-04T21:09:48.167Z] 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-04T21:09:48.167Z] 20:51:01 eth0 971.98 597.85 3667.14 106.04 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:52:01 vethfa425ae 18.97 21.06 1.83 16.30 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:52:01 eth0 1158.59 1137.69 5905.49 119.25 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:52:01 docker0 882.83 858.02 72.02 3049.68 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:53:01 eth0 152.85 122.57 482.94 69.19 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:53:01 vethd455d90 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:53:01 docker0 82.82 101.18 6.43 450.37 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:54:01 eth0 35.33 18.21 29.30 15.43 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.167Z] 20:54:01 vethd455d90 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:55:01 vethd5cba84 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:55:01 eth0 218.10 179.61 1694.42 80.51 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:55:01 vethe9832ed 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:56:02 vethdf43084 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:56:02 vethe85d9d1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:56:02 eth0 61.60 47.81 163.03 51.65 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:57:01 eth0 167.09 126.53 1458.49 25.05 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:57:01 veth47fc2d9 0.02 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:57:01 vetha5170b7 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:58:01 vethddb5fa8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:58:01 eth0 116.87 64.38 379.22 79.69 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:58:01 veth4ae78bf 2.45 3.19 0.33 10.96 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:59:01 eth0 64.09 45.13 118.35 65.43 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 20:59:01 docker0 1054.80 1110.02 84.30 4300.40 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:00:01 eth0 0.95 0.35 0.34 0.20 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:01:01 eth0 0.70 0.12 0.19 0.07 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:02:01 eth0 0.57 0.37 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:03:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:04:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:05:01 eth0 0.53 0.50 0.28 0.21 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:06:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:07:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:08:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:09:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] Average: eth0 155.44 123.34 731.88 32.28 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] Average: docker0 54.65 57.52 4.37 222.82 0.00 0.00 0.00 0.00 [2021-01-04T21:09:48.169Z] [2021-01-04T21:09:48.169Z] [2021-01-04T21:09:48.169Z] ---> sar -P ALL: [2021-01-04T21:09:48.169Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T21:09:48.169Z] [2021-01-04T21:09:48.169Z] 20:49:42 LINUX RESTART (4 CPU) [2021-01-04T21:09:48.169Z] [2021-01-04T21:09:48.169Z] 20:50:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T21:09:48.169Z] 20:51:01 all 17.18 0.00 9.51 4.65 0.70 67.97 [2021-01-04T21:09:48.169Z] 20:51:01 0 18.06 0.00 9.24 4.86 0.84 66.99 [2021-01-04T21:09:48.169Z] 20:51:01 1 16.93 0.00 11.36 4.56 0.58 66.57 [2021-01-04T21:09:48.169Z] 20:51:01 2 17.31 0.00 8.10 5.54 0.72 68.34 [2021-01-04T21:09:48.169Z] 20:51:01 3 16.41 0.00 9.34 3.64 0.65 69.97 [2021-01-04T21:09:48.170Z] 20:52:01 all 15.73 0.00 9.38 2.41 0.45 72.03 [2021-01-04T21:09:48.170Z] 20:52:01 0 17.35 0.00 11.16 1.60 0.51 69.38 [2021-01-04T21:09:48.170Z] 20:52:01 1 16.19 0.00 9.05 4.19 0.50 70.07 [2021-01-04T21:09:48.170Z] 20:52:01 2 16.28 0.00 8.25 1.83 0.38 73.25 [2021-01-04T21:09:48.170Z] 20:52:01 3 13.11 0.00 9.07 2.01 0.40 75.40 [2021-01-04T21:09:48.170Z] 20:53:01 all 37.69 0.00 11.77 7.43 0.10 43.01 [2021-01-04T21:09:48.170Z] 20:53:01 0 39.11 0.00 11.48 5.37 0.09 43.96 [2021-01-04T21:09:48.170Z] 20:53:01 1 38.11 0.00 12.21 5.28 0.10 44.29 [2021-01-04T21:09:48.170Z] 20:53:01 2 36.69 0.00 11.41 8.08 0.10 43.72 [2021-01-04T21:09:48.170Z] 20:53:01 3 36.84 0.00 11.98 11.00 0.12 40.06 [2021-01-04T21:09:48.170Z] 20:54:01 all 54.44 0.00 15.27 2.78 0.12 27.38 [2021-01-04T21:09:48.170Z] 20:54:01 0 53.78 0.00 15.68 2.07 0.11 28.36 [2021-01-04T21:09:48.170Z] 20:54:01 1 53.55 0.00 15.41 2.21 0.12 28.70 [2021-01-04T21:09:48.170Z] 20:54:01 2 54.50 0.00 14.87 3.28 0.12 27.22 [2021-01-04T21:09:48.170Z] 20:54:01 3 55.93 0.00 15.12 3.57 0.14 25.24 [2021-01-04T21:09:48.170Z] 20:55:01 all 21.83 0.00 21.88 8.44 0.17 47.68 [2021-01-04T21:09:48.170Z] 20:55:01 0 23.92 0.00 22.19 6.46 0.16 47.28 [2021-01-04T21:09:48.170Z] 20:55:01 1 21.02 0.00 21.09 7.83 0.21 49.85 [2021-01-04T21:09:48.170Z] 20:55:01 2 21.58 0.00 21.77 11.57 0.19 44.89 [2021-01-04T21:09:48.170Z] 20:55:01 3 20.79 0.00 22.50 7.89 0.12 48.70 [2021-01-04T21:09:48.170Z] 20:56:02 all 36.00 0.00 24.37 20.86 0.22 18.56 [2021-01-04T21:09:48.170Z] 20:56:02 0 36.59 0.00 24.23 19.62 0.25 19.32 [2021-01-04T21:09:48.170Z] 20:56:02 1 35.44 0.00 24.73 21.76 0.21 17.85 [2021-01-04T21:09:48.170Z] 20:56:02 2 35.34 0.00 24.22 20.88 0.20 19.36 [2021-01-04T21:09:48.170Z] 20:56:02 3 36.61 0.00 24.30 21.18 0.21 17.70 [2021-01-04T21:09:48.170Z] 20:57:01 all 34.14 0.00 20.79 21.98 0.16 22.93 [2021-01-04T21:09:48.170Z] 20:57:01 0 33.87 0.00 20.47 19.20 0.16 26.30 [2021-01-04T21:09:48.170Z] 20:57:01 1 34.07 0.00 20.79 21.56 0.18 23.40 [2021-01-04T21:09:48.170Z] 20:57:01 2 34.33 0.00 19.28 26.76 0.14 19.48 [2021-01-04T21:09:48.170Z] 20:57:01 3 34.28 0.00 22.68 20.33 0.14 22.57 [2021-01-04T21:09:48.170Z] 20:58:01 all 37.14 0.00 22.26 29.07 0.12 11.40 [2021-01-04T21:09:48.170Z] 20:58:01 0 37.05 0.00 22.53 31.18 0.14 9.10 [2021-01-04T21:09:48.170Z] 20:58:01 1 37.31 0.00 21.63 26.54 0.09 14.43 [2021-01-04T21:09:48.170Z] 20:58:01 2 36.54 0.00 22.58 32.58 0.16 8.14 [2021-01-04T21:09:48.170Z] 20:58:01 3 37.66 0.00 22.32 25.99 0.11 13.91 [2021-01-04T21:09:48.170Z] 20:59:01 all 15.31 0.00 6.43 7.51 0.05 70.70 [2021-01-04T21:09:48.170Z] 20:59:01 0 16.12 0.00 6.57 7.77 0.03 69.50 [2021-01-04T21:09:48.170Z] 20:59:01 1 14.69 0.00 6.64 5.72 0.05 72.90 [2021-01-04T21:09:48.170Z] 20:59:01 2 15.57 0.00 6.50 8.85 0.05 69.02 [2021-01-04T21:09:48.170Z] 20:59:01 3 14.86 0.00 6.02 7.69 0.05 71.38 [2021-01-04T21:09:48.170Z] 21:00:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-04T21:09:48.170Z] 21:00:01 0 0.35 0.00 0.02 0.00 0.00 99.63 [2021-01-04T21:09:48.170Z] 21:00:01 1 0.05 0.00 0.05 0.02 0.00 99.88 [2021-01-04T21:09:48.170Z] 21:00:01 2 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-04T21:09:48.170Z] 21:00:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-04T21:09:48.170Z] 21:01:01 all 0.17 0.00 0.05 0.00 0.00 99.77 [2021-01-04T21:09:48.170Z] 21:01:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T21:09:48.170Z] 21:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:09:48.170Z] 21:01:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-04T21:09:48.170Z] 21:01:01 3 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-04T21:09:48.170Z] [2021-01-04T21:09:48.170Z] 21:01:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T21:09:48.170Z] 21:02:01 all 0.13 0.00 0.05 0.01 0.00 99.80 [2021-01-04T21:09:48.170Z] 21:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:09:48.170Z] 21:02:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-04T21:09:48.170Z] 21:02:01 2 0.42 0.00 0.08 0.02 0.00 99.48 [2021-01-04T21:09:48.170Z] 21:02:01 3 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-04T21:09:48.170Z] 21:03:01 all 0.08 0.00 0.06 0.00 0.04 99.82 [2021-01-04T21:09:48.170Z] 21:03:01 0 0.03 0.00 0.07 0.00 0.05 99.85 [2021-01-04T21:09:48.170Z] 21:03:01 1 0.00 0.00 0.03 0.00 0.03 99.93 [2021-01-04T21:09:48.170Z] 21:03:01 2 0.23 0.00 0.05 0.00 0.02 99.70 [2021-01-04T21:09:48.170Z] 21:03:01 3 0.05 0.00 0.10 0.00 0.05 99.80 [2021-01-04T21:09:48.170Z] 21:04:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-01-04T21:09:48.170Z] 21:04:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-04T21:09:48.170Z] 21:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T21:09:48.170Z] 21:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-04T21:09:48.170Z] 21:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-04T21:09:48.170Z] 21:05:01 all 0.17 0.00 0.07 0.02 0.01 99.73 [2021-01-04T21:09:48.170Z] 21:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:09:48.170Z] 21:05:01 1 0.07 0.00 0.12 0.08 0.00 99.73 [2021-01-04T21:09:48.170Z] 21:05:01 2 0.53 0.00 0.05 0.00 0.02 99.40 [2021-01-04T21:09:48.170Z] 21:05:01 3 0.05 0.00 0.08 0.00 0.03 99.83 [2021-01-04T21:09:48.170Z] 21:06:01 all 0.15 0.00 0.05 0.00 0.01 99.79 [2021-01-04T21:09:48.170Z] 21:06:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-04T21:09:48.170Z] 21:06:01 1 0.00 0.00 0.08 0.02 0.02 99.88 [2021-01-04T21:09:48.170Z] 21:06:01 2 0.50 0.00 0.02 0.00 0.02 99.47 [2021-01-04T21:09:48.170Z] 21:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T21:09:48.170Z] 21:07:01 all 0.06 0.00 0.04 0.00 0.01 99.89 [2021-01-04T21:09:48.170Z] 21:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-04T21:09:48.170Z] 21:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T21:09:48.170Z] 21:07:01 2 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-04T21:09:48.170Z] 21:07:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-04T21:09:48.170Z] 21:08:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2021-01-04T21:09:48.170Z] 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T21:09:48.170Z] 21:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T21:09:48.170Z] 21:08:01 2 0.45 0.00 0.07 0.00 0.00 99.48 [2021-01-04T21:09:48.170Z] 21:08:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-04T21:09:48.170Z] 21:09:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-01-04T21:09:48.170Z] 21:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T21:09:48.170Z] 21:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T21:09:48.170Z] 21:09:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-04T21:09:48.170Z] 21:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-04T21:09:48.170Z] Average: all 13.82 0.00 7.25 5.35 0.11 73.47 [2021-01-04T21:09:48.170Z] Average: 0 14.13 0.00 7.35 5.00 0.12 73.40 [2021-01-04T21:09:48.170Z] Average: 1 13.65 0.00 7.32 5.08 0.11 73.84 [2021-01-04T21:09:48.170Z] Average: 2 13.93 0.00 7.01 6.07 0.11 72.88 [2021-01-04T21:09:48.170Z] Average: 3 13.58 0.00 7.32 5.24 0.11 73.75 [2021-01-04T21:09:48.170Z] [2021-01-04T21:09:48.170Z] [2021-01-04T21:09:48.170Z]