Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abb04a84f92cad6368f2dda5d820cc50d505de1e+c7191a90c07787dda31e3868df4c5f33b5de22f9 (25efa6c11885d47a2809ff756071a15925388b40) 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 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19637’ is offline; ‘prd-centos7-docker-4c-2g-19641’ is offline; ‘prd-centos7-docker-4c-2g-19644’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19650 in /w/workspace/edgexfoundry_edgex-go_PR-3007 [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 > 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/3007/head:refs/remotes/origin/PR-3007 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit abb04a84f92cad6368f2dda5d820cc50d505de1e Merge succeeded, producing f7171f8093108ad0215c1f1f773285dc902fb4f3 Checking out Revision f7171f8093108ad0215c1f1f773285dc902fb4f3 (PR-3007) > git config core.sparsecheckout # timeout=10 > git checkout -f abb04a84f92cad6368f2dda5d820cc50d505de1e # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7171f8093108ad0215c1f1f773285dc902fb4f3 # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" > git rev-list --no-walk abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T00:30:30.623Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T00:30:30.928Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T00:30:31.144Z] ========================================================= [2021-01-12T00:30:31.144Z] EdgeX Global Pipelines Version Info [2021-01-12T00:30:31.144Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:30:32.768Z] ------------------- [2021-01-12T00:30:32.769Z] stable info: [2021-01-12T00:30:32.769Z] ------------------- [2021-01-12T00:30:32.769Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T00:30:32.769Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:30:32.769Z] Message: update stable to v1.0.173 [2021-01-12T00:30:33.717Z] ------------------- [2021-01-12T00:30:33.717Z] experimental info: [2021-01-12T00:30:33.717Z] ------------------- [2021-01-12T00:30:33.717Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T00:30:33.717Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:30:33.717Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T00:30:33.993Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T00:30:34.122Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T00:30:34.257Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T00:30:34.349Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T00:30:34.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T00:30:34.532Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T00:30:34.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T00:30:34.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T00:30:34.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T00:30:34.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T00:30:34.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T00:30:35.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T00:30:35.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T00:30:35.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T00:30:35.463Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:30:35.542Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:30:35.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T00:30:35.711Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T00:30:35.795Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T00:30:35.941Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T00:30:36.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T00:30:36.123Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T00:30:36.295Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T00:30:36.382Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3007 [Pipeline] echo [2021-01-12T00:30:36.460Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3007 [Pipeline] echo [2021-01-12T00:30:36.537Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3007 [Pipeline] echo [2021-01-12T00:30:36.629Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7171f8093108ad0215c1f1f773285dc902fb4f3 [Pipeline] echo [2021-01-12T00:30:36.741Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7171f8 [Pipeline] echo [2021-01-12T00:30:36.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:30:36.976Z] provisioning config files... [2021-01-12T00:30:37.016Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5794965479072688680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:30:37.403Z] ---> docker-login.sh [2021-01-12T00:30:37.403Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:30:37.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:37.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:37.931Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:37.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:37.931Z] [2021-01-12T00:30:37.931Z] Login Succeeded [2021-01-12T00:30:37.931Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:30:37.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:38.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:38.195Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:38.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:38.195Z] [2021-01-12T00:30:38.195Z] Login Succeeded [2021-01-12T00:30:38.195Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:30:38.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:38.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:38.195Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:38.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:38.195Z] [2021-01-12T00:30:38.195Z] Login Succeeded [2021-01-12T00:30:38.195Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:30:38.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:38.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:38.470Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:38.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:38.470Z] [2021-01-12T00:30:38.470Z] Login Succeeded [2021-01-12T00:30:38.470Z] docker.io [2021-01-12T00:30:38.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:30:38.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:30:38.999Z] Configure a credential helper to remove this warning. See [2021-01-12T00:30:38.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:30:38.999Z] [2021-01-12T00:30:38.999Z] Login Succeeded [2021-01-12T00:30:38.999Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:30:39.013Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:30:39.481Z] ++ 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-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T00:30:39.481Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T00:30:39.481Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T00:30:39.481Z] ++ cut -d/ -f2 [2021-01-12T00:30:39.481Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T00:30:39.560Z] 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-12T00:30:40.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:30:40.380Z] [2021-01-12T00:30:40.380Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:30:40.764Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:30:40.764Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T00:30:40.764Z] 31603596830f: Pulling fs layer [2021-01-12T00:30:40.764Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T00:30:40.764Z] 6ca5941a6612: Pulling fs layer [2021-01-12T00:30:40.764Z] ecc8261a40a4: Pulling fs layer [2021-01-12T00:30:40.764Z] ecc8261a40a4: Waiting [2021-01-12T00:30:40.764Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T00:30:40.764Z] 2a8b12db71e7: Download complete [2021-01-12T00:30:41.027Z] 31603596830f: Verifying Checksum [2021-01-12T00:30:41.027Z] 31603596830f: Download complete [2021-01-12T00:30:41.027Z] ecc8261a40a4: Verifying Checksum [2021-01-12T00:30:41.027Z] ecc8261a40a4: Download complete [2021-01-12T00:30:41.295Z] 6ca5941a6612: Verifying Checksum [2021-01-12T00:30:41.295Z] 6ca5941a6612: Download complete [2021-01-12T00:30:41.295Z] 31603596830f: Pull complete [2021-01-12T00:30:41.567Z] 2a8b12db71e7: Pull complete [2021-01-12T00:30:42.561Z] 6ca5941a6612: Pull complete [2021-01-12T00:30:42.561Z] ecc8261a40a4: Pull complete [2021-01-12T00:30:42.561Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T00:30:42.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:30:42.825Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T00:30:42.960Z] prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container [2021-01-12T00:30:43.010Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T00:30:45.684Z] $ docker top 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T00:30:46.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:30:46.055Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:30:46.333Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:30:46.337Z] $ docker exec 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent [2021-01-12T00:30:46.565Z] SSH_AUTH_SOCK=/tmp/ssh-nAdqQ3tmlpA0/agent.12 [2021-01-12T00:30:46.565Z] SSH_AGENT_PID=17 [2021-01-12T00:30:46.580Z] Running ssh-add (command line suppressed) [2021-01-12T00:30:46.699Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6532994386533945558.key (/w/workspace/edgex-go/3@tmp/private_key_6532994386533945558.key) [2021-01-12T00:30:46.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:30:47.098Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T00:30:47.124Z] $ docker exec --env ******** --env ******** 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent -k [2021-01-12T00:30:47.255Z] unset SSH_AUTH_SOCK; [2021-01-12T00:30:47.255Z] unset SSH_AGENT_PID; [2021-01-12T00:30:47.256Z] echo Agent pid 17 killed; [2021-01-12T00:30:47.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T00:30:47.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:30:47.452Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:30:47.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:30:47.619Z] $ docker exec 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent [2021-01-12T00:30:47.807Z] SSH_AUTH_SOCK=/tmp/ssh-fzDPUrHxgjXU/agent.48 [2021-01-12T00:30:47.807Z] SSH_AGENT_PID=54 [2021-01-12T00:30:47.816Z] Running ssh-add (command line suppressed) [2021-01-12T00:30:47.944Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7385647195470631888.key (/w/workspace/edgex-go/3@tmp/private_key_7385647195470631888.key) [2021-01-12T00:30:47.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:30:48.339Z] + git semver init [2021-01-12T00:30:48.340Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T00:30:48.340Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-12T00:30:48.340Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-12T00:30:48.340Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T00:30:48.340Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T00:30:48.340Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T00:30:48.340Z] # $SEMVER_BRANCH = PR-3007 [2021-01-12T00:30:48.340Z] # $SEMVER_TEMP = /tmp/semver-918015290 [2021-01-12T00:30:48.340Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T00:31:10.527Z] # '/tmp/semver-918015290' -> '/w/workspace/edgex-go/3/.semver' [2021-01-12T00:31:10.527Z] # -> Force: false [2021-01-12T00:31:10.527Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-12T00:31:10.561Z] $ docker exec --env ******** --env ******** 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent -k [2021-01-12T00:31:10.845Z] unset SSH_AUTH_SOCK; [2021-01-12T00:31:10.845Z] unset SSH_AGENT_PID; [2021-01-12T00:31:10.845Z] echo Agent pid 54 killed; [2021-01-12T00:31:10.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:31:11.604Z] + git semver [Pipeline] } [2021-01-12T00:31:11.638Z] $ docker stop --time=1 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 [2021-01-12T00:31:13.709Z] $ docker rm -f 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:31:14.349Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T00:31:14.947Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T00:31:14.950Z] [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-12T00:31:15.890Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:31:16.192Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:31:16.510Z] + sudo service docker restart [2021-01-12T00:31:16.510Z] + true [2021-01-12T00:31:16.510Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T00:31:17.109Z] ========================================================= [2021-01-12T00:31:17.109Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T00:31:17.109Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:31:17.467Z] + 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-12T00:31:20.797Z] Sending build context to Docker daemon 326.3MB [2021-01-12T00:31:20.797Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:31:20.797Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:31:20.797Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T00:31:20.797Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T00:31:20.797Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T00:31:20.797Z] de9db76c5a1d: Pulling fs layer [2021-01-12T00:31:20.797Z] bca2f99d35d6: Pulling fs layer [2021-01-12T00:31:20.797Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T00:31:20.797Z] 7c6f9722023f: Pulling fs layer [2021-01-12T00:31:20.797Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T00:31:20.797Z] 93359f2a8cfa: Waiting [2021-01-12T00:31:20.797Z] 7c6f9722023f: Waiting [2021-01-12T00:31:20.797Z] a35cf1a2eb13: Waiting [2021-01-12T00:31:20.797Z] bca2f99d35d6: Waiting [2021-01-12T00:31:20.797Z] de9db76c5a1d: Verifying Checksum [2021-01-12T00:31:20.797Z] de9db76c5a1d: Download complete [2021-01-12T00:31:20.797Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T00:31:20.797Z] 0ef7d3d256c8: Download complete [2021-01-12T00:31:20.797Z] 93359f2a8cfa: Download complete [2021-01-12T00:31:20.797Z] 7c6f9722023f: Verifying Checksum [2021-01-12T00:31:20.797Z] 7c6f9722023f: Download complete [2021-01-12T00:31:20.797Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T00:31:20.797Z] 188c0c94c7c5: Download complete [2021-01-12T00:31:21.059Z] 188c0c94c7c5: Pull complete [2021-01-12T00:31:21.322Z] 0ef7d3d256c8: Pull complete [2021-01-12T00:31:21.587Z] de9db76c5a1d: Pull complete [2021-01-12T00:31:23.044Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T00:31:23.044Z] a35cf1a2eb13: Download complete [2021-01-12T00:31:23.627Z] bca2f99d35d6: Verifying Checksum [2021-01-12T00:31:23.627Z] bca2f99d35d6: Download complete [2021-01-12T00:31:28.983Z] bca2f99d35d6: Pull complete [2021-01-12T00:31:28.983Z] 93359f2a8cfa: Pull complete [2021-01-12T00:31:28.983Z] 7c6f9722023f: Pull complete [2021-01-12T00:31:30.385Z] Still waiting to schedule task [2021-01-12T00:31:30.385Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T00:31:34.316Z] a35cf1a2eb13: Pull complete [2021-01-12T00:31:34.316Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T00:31:34.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T00:31:34.316Z] ---> a62c8e92a672 [2021-01-12T00:31:34.316Z] 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-12T00:31:34.580Z] ---> Running in 1caaf840b92c [2021-01-12T00:31:35.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:31:35.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:31:36.687Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:31:36.687Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:31:36.955Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:31:36.955Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:31:49.232Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:31:49.232Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:31:49.494Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:31:49.494Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:31:49.494Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:31:49.758Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:31:49.758Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:31:50.019Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:31:50.281Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:31:50.281Z] OK: 233 MiB in 51 packages [2021-01-12T00:31:54.520Z] Removing intermediate container 1caaf840b92c [2021-01-12T00:31:54.520Z] ---> 4c08dd5a054d [2021-01-12T00:31:54.520Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:31:54.520Z] ---> Running in c619bfe31a25 [2021-01-12T00:31:54.520Z] Removing intermediate container c619bfe31a25 [2021-01-12T00:31:54.520Z] ---> 2dd9ba08efb6 [2021-01-12T00:31:54.520Z] Step 5/6 : COPY go.mod . [2021-01-12T00:31:54.520Z] ---> f44a83306bd5 [2021-01-12T00:31:54.520Z] Step 6/6 : RUN go mod download [2021-01-12T00:31:54.520Z] ---> Running in 4f409c7d2d4d [2021-01-12T00:32:16.541Z] Removing intermediate container 4f409c7d2d4d [2021-01-12T00:32:16.541Z] ---> d590f5ad3dd9 [2021-01-12T00:32:16.541Z] Successfully built d590f5ad3dd9 [2021-01-12T00:32:16.541Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:16.866Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:32:16.866Z] . [Pipeline] withDockerContainer [2021-01-12T00:32:16.972Z] prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container [2021-01-12T00:32:17.018Z] $ 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-x86_64 cat [2021-01-12T00:32:17.825Z] $ docker top 42f32add4e8ff515e6ee42945a3ad09409fbe9a37816d1e35a0e641fd35e2b3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:32:18.309Z] + go version [2021-01-12T00:32:18.309Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T00:32:18.327Z] $ docker stop --time=1 42f32add4e8ff515e6ee42945a3ad09409fbe9a37816d1e35a0e641fd35e2b3c [2021-01-12T00:32:19.735Z] $ docker rm -f 42f32add4e8ff515e6ee42945a3ad09409fbe9a37816d1e35a0e641fd35e2b3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:32:20.552Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:32:20.552Z] . [Pipeline] withDockerContainer [2021-01-12T00:32:20.676Z] prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container [2021-01-12T00:32:20.728Z] $ 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-x86_64 cat [2021-01-12T00:32:21.570Z] $ docker top 12eaa2260480a901cfa7d73eb6210075bc0f51ece3dc8a602f8369e9d24c188f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:32:21.793Z] ========================================================= [2021-01-12T00:32:21.793Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:32:21.793Z] ========================================================= [Pipeline] sh [2021-01-12T00:32:22.091Z] + make test [2021-01-12T00:32:22.091Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:32:30.512Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:32:48.772Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:32:50.208Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:32:52.173Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:32:52.173Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:32:52.173Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:32:52.173Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:32:52.173Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:32:52.455Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:32:53.063Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:32:53.652Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:32:56.228Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:32:56.228Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:32:56.228Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:32:58.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2021-01-12T00:32:58.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:32:58.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:32:58.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:32:58.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:32:58.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:33:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:33:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:33:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:33:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 77.1% of statements [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:33:03.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.123s coverage: 82.4% of statements [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:33:03.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:33:03.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements [2021-01-12T00:33:03.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:33:03.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:33:03.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:33:03.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:33:03.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:33:03.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-01-12T00:33:03.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:33:03.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-01-12T00:33:03.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:33:05.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-12T00:33:05.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:33:05.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-12T00:33:05.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:33:05.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-01-12T00:33:05.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:33:05.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:33:05.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:33:05.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:33:06.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.322s coverage: 94.1% of statements [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:33:06.820Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:33:06.820Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:33:06.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-12T00:33:06.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:33:07.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements [2021-01-12T00:33:07.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:33:07.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-12T00:33:07.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-01-12T00:33:07.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements [2021-01-12T00:33:08.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2021-01-12T00:33:08.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:33:08.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 63.5% of statements [2021-01-12T00:33:08.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:33:08.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:33:08.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-01-12T00:33:08.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-01-12T00:33:08.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-12T00:33:09.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-12T00:33:09.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-12T00:33:10.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 55.9% of statements [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:33:10.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:33:10.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:33:10.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements [2021-01-12T00:33:10.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-01-12T00:33:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:33:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:33:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-12T00:33:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T00:33:14.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:33:14.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:33:14.049Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:33:14.049Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:33:14.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:33:14.049Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:33:14.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2021-01-12T00:33:14.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:33:14.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:33:14.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-01-12T00:33:14.847Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-01-12T00:33:14.848Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-12T00:33:15.111Z] GO111MODULE=on go vet ./... [2021-01-12T00:33:37.234Z] gofmt -l . [2021-01-12T00:33:38.181Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:33:38.446Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:33:39.394Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:33:39.973Z] + ls -al . [2021-01-12T00:33:39.973Z] total 652 [2021-01-12T00:33:39.983Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 00:33 . [2021-01-12T00:33:39.983Z] drwxr-xr-x 4 root root 28 Jan 12 00:32 .. [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:30 .dockerignore [2021-01-12T00:33:39.983Z] drwxrwxr-x 8 1001 1001 179 Jan 12 00:30 .git [2021-01-12T00:33:39.983Z] drwxrwxr-x 3 1001 1001 125 Jan 12 00:30 .github [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:30 .gitignore [2021-01-12T00:33:39.983Z] drwx------ 3 1001 1001 47 Jan 12 00:31 .semver [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:30 .sonarcloud.properties [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:30 Attribution.txt [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:30 CONTRIBUTING.md [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:30 Dockerfile.build [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:30 Jenkinsfile [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:30 LICENSE [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:30 Makefile [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:30 README.md [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:30 SECURITY.md [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:31 VERSION [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:30 ZMQWindows.md [2021-01-12T00:33:39.983Z] drwxrwxr-x 2 1001 1001 117 Jan 12 00:30 bin [2021-01-12T00:33:39.983Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:30 cmd [2021-01-12T00:33:39.983Z] -rw-r--r-- 1 root root 545099 Jan 12 00:33 coverage.out [2021-01-12T00:33:39.983Z] -rw-r--r-- 1 root root 979 Jan 12 00:33 go.mod [2021-01-12T00:33:39.983Z] -rw-r--r-- 1 root root 18934 Jan 12 00:33 go.sum [2021-01-12T00:33:39.983Z] drwxrwxr-x 8 1001 1001 127 Jan 12 00:30 internal [2021-01-12T00:33:39.983Z] drwxrwxr-x 4 1001 1001 26 Jan 12 00:30 openapi [2021-01-12T00:33:39.983Z] drwxrwxr-x 4 1001 1001 71 Jan 12 00:30 snap [2021-01-12T00:33:39.983Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:30 version.go [Pipeline] sh [2021-01-12T00:33:40.281Z] + '[' -e coverage.out ] [2021-01-12T00:33:40.281Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:33:40.477Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:33:40.773Z] + make build [2021-01-12T00:33:40.773Z] 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-12T00:33:43.559Z] 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-12T00:33:51.803Z] 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-12T00:33:51.803Z] 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-12T00:33:53.194Z] 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-12T00:33:53.768Z] 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-12T00:33:55.169Z] 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-12T00:33:56.566Z] 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-12T00:33:57.960Z] 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-12T00:33:58.909Z] 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-12T00:34:00.301Z] 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-12T00:34:00.879Z] 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-12T00:34:02.295Z] $ docker stop --time=1 12eaa2260480a901cfa7d73eb6210075bc0f51ece3dc8a602f8369e9d24c188f [2021-01-12T00:34:04.066Z] $ docker rm -f 12eaa2260480a901cfa7d73eb6210075bc0f51ece3dc8a602f8369e9d24c188f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:07.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:07.239Z] [2021-01-12T00:34:07.239Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:07.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:07.605Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T00:34:07.605Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T00:34:07.605Z] ca9280d653b3: Pulling fs layer [2021-01-12T00:34:07.605Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T00:34:07.868Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T00:34:07.868Z] cbdbe7a5bc2a: Download complete [2021-01-12T00:34:08.446Z] ca9280d653b3: Verifying Checksum [2021-01-12T00:34:08.446Z] ca9280d653b3: Download complete [2021-01-12T00:34:09.024Z] cbdbe7a5bc2a: Pull complete [2021-01-12T00:34:09.600Z] 7e9c9ca2126c: Download complete [2021-01-12T00:34:09.864Z] ca9280d653b3: Pull complete [2021-01-12T00:34:10.680Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19659 in /w/workspace/edgexfoundry_edgex-go_PR-3007 [Pipeline] { [Pipeline] ws [2021-01-12T00:34:10.730Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-12T00:34:16.347Z] using credential edgex-jenkins-ssh [2021-01-12T00:34:16.416Z] Cloning the remote Git repository [2021-01-12T00:34:16.838Z] 7e9c9ca2126c: Pull complete [2021-01-12T00:34:16.838Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T00:34:16.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:16.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T00:34:17.037Z] prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container [2021-01-12T00:34:17.089Z] $ 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:latest cat [2021-01-12T00:34:16.479Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:34:16.602Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-12T00:34:16.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:34:16.687Z] > git --version # timeout=10 [2021-01-12T00:34:16.706Z] > git --version # 'git version 2.17.1' [2021-01-12T00:34:16.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:34:16.760Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:34:19.036Z] $ docker top f8dc9b6096dbed26f19408c348697bbca2d5cade6db9cc114c9828b605971cba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:34:19.586Z] + docker-compose build --help [2021-01-12T00:34:19.586Z] + grep parallel [2021-01-12T00:34:20.533Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:34:20.551Z] $ docker stop --time=1 f8dc9b6096dbed26f19408c348697bbca2d5cade6db9cc114c9828b605971cba [2021-01-12T00:34:21.979Z] $ docker rm -f f8dc9b6096dbed26f19408c348697bbca2d5cade6db9cc114c9828b605971cba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:22.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T00:34:22.567Z] . [Pipeline] withDockerContainer [2021-01-12T00:34:22.670Z] prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container [2021-01-12T00:34:22.716Z] $ 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:latest cat [2021-01-12T00:34:23.368Z] $ docker top b9f283e66b83064eccb1131b2292ff3f0e901a93d8253b0229fcfd4753f1164b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:34:23.853Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:34:24.797Z] Building docker-core-command-go ... [2021-01-12T00:34:24.797Z] Building docker-core-data-go ... [2021-01-12T00:34:24.797Z] Building docker-core-metadata-go ... [2021-01-12T00:34:24.797Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:34:24.797Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:34:24.797Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:34:24.797Z] Building docker-support-notifications-go ... [2021-01-12T00:34:24.797Z] Building docker-support-scheduler-go ... [2021-01-12T00:34:24.797Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:34:24.797Z] Building docker-security-secretstore-setup-go [2021-01-12T00:34:24.797Z] Building docker-core-command-go [2021-01-12T00:34:24.797Z] Building docker-core-metadata-go [2021-01-12T00:34:24.797Z] Building docker-support-notifications-go [2021-01-12T00:34:24.797Z] Building docker-support-scheduler-go [2021-01-12T00:34:37.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:34:37.056Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:34:37.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:34:37.129Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:34:37.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:34:37.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3007/head:refs/remotes/origin/PR-3007 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:34:37.718Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit abb04a84f92cad6368f2dda5d820cc50d505de1e [2021-01-12T00:34:38.268Z] Merge succeeded, producing fb21c95170d9601f69efae6c0cb7cf67339fb335 [2021-01-12T00:34:38.269Z] Checking out Revision fb21c95170d9601f69efae6c0cb7cf67339fb335 (PR-3007) [2021-01-12T00:34:37.760Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:34:37.782Z] > git checkout -f abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [2021-01-12T00:34:38.100Z] > git remote # timeout=10 [2021-01-12T00:34:38.121Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:34:38.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:34:38.149Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:34:38.256Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:34:38.281Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:34:38.293Z] > git checkout -f fb21c95170d9601f69efae6c0cb7cf67339fb335 # timeout=10 [2021-01-12T00:34:42.575Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:34:42.588Z] > git rev-list --no-walk abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T00:34:44.190Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:34:44.622Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:34:44.988Z] + sudo service docker+ restart [2021-01-12T00:34:44.988Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:34:47.703Z] provisioning config files... [2021-01-12T00:34:47.748Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5910077759884812479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:34:48.150Z] ---> docker-login.sh [2021-01-12T00:34:48.150Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:34:49.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:49.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:49.410Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:49.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:49.410Z] [2021-01-12T00:34:49.410Z] Login Succeeded [2021-01-12T00:34:49.410Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:34:50.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:50.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:50.009Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:50.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:50.009Z] [2021-01-12T00:34:50.009Z] Login Succeeded [2021-01-12T00:34:50.009Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:34:50.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:50.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:50.608Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:50.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:50.608Z] [2021-01-12T00:34:50.608Z] Login Succeeded [2021-01-12T00:34:50.608Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:34:51.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:51.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:51.211Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:51.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:51.211Z] [2021-01-12T00:34:51.211Z] Login Succeeded [2021-01-12T00:34:51.211Z] docker.io [2021-01-12T00:34:51.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:34:52.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:34:52.105Z] Configure a credential helper to remove this warning. See [2021-01-12T00:34:52.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:34:52.105Z] [2021-01-12T00:34:52.105Z] Login Succeeded [2021-01-12T00:34:52.105Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:34:52.125Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T00:34:52.605Z] ========================================================= [2021-01-12T00:34:52.606Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T00:34:52.606Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:34:53.003Z] + 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-12T00:34:55.663Z] Sending build context to Docker daemon 165.4MB [2021-01-12T00:34:55.663Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:34:55.663Z] Step 2/6 : FROM ${BASE} [2021-01-12T00:34:55.663Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T00:34:55.663Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T00:34:55.663Z] a4357932f1b6: Pulling fs layer [2021-01-12T00:34:55.663Z] 18c013af1878: Pulling fs layer [2021-01-12T00:34:55.663Z] 00ac8860ef70: Pulling fs layer [2021-01-12T00:34:55.663Z] 63d7cb157983: Pulling fs layer [2021-01-12T00:34:55.663Z] b116817d02f9: Pulling fs layer [2021-01-12T00:34:55.663Z] 745a02a5169b: Pulling fs layer [2021-01-12T00:34:55.663Z] 00ac8860ef70: Waiting [2021-01-12T00:34:55.663Z] 63d7cb157983: Waiting [2021-01-12T00:34:55.663Z] b116817d02f9: Waiting [2021-01-12T00:34:55.663Z] 745a02a5169b: Waiting [2021-01-12T00:34:55.663Z] 18c013af1878: Verifying Checksum [2021-01-12T00:34:55.663Z] 18c013af1878: Download complete [2021-01-12T00:34:55.663Z] a4357932f1b6: Verifying Checksum [2021-01-12T00:34:55.663Z] a4357932f1b6: Download complete [2021-01-12T00:34:55.663Z] 63d7cb157983: Download complete [2021-01-12T00:34:55.663Z] b116817d02f9: Download complete [2021-01-12T00:34:55.663Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T00:34:55.663Z] 5f621e34cdf4: Download complete [2021-01-12T00:34:56.268Z] 5f621e34cdf4: Pull complete [2021-01-12T00:34:56.884Z] a4357932f1b6: Pull complete [2021-01-12T00:34:57.055Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:34:57.055Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:34:57.055Z] ---> d590f5ad3dd9 [2021-01-12T00:34:57.055Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:34:57.055Z] ---> Running in 8cb028d10163 [2021-01-12T00:34:57.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:34:57.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:34:57.055Z] ---> d590f5ad3dd9 [2021-01-12T00:34:57.055Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:34:57.055Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:34:57.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:34:57.055Z] [2021-01-12T00:34:57.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> d590f5ad3dd9 [2021-01-12T00:34:57.055Z] [2021-01-12T00:34:57.055Z] Step 3/24 : WORKDIR /edgex-go ---> d590f5ad3dd9 [2021-01-12T00:34:57.055Z] [2021-01-12T00:34:57.055Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:34:57.055Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:34:57.055Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:34:57.055Z] ---> d590f5ad3dd9 [2021-01-12T00:34:57.055Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:34:57.498Z] 18c013af1878: Pull complete [2021-01-12T00:34:57.644Z] ---> Running in 040f25baed3d [2021-01-12T00:34:57.644Z] ---> Running in 1e155d424e25 [2021-01-12T00:34:57.644Z] ---> Running in 0b76053c8081 [2021-01-12T00:34:57.644Z] ---> Running in 2537e03ed920 [2021-01-12T00:34:57.909Z] Removing intermediate container 8cb028d10163 [2021-01-12T00:34:57.909Z] ---> 7ce9f77e8e78 [2021-01-12T00:34:57.909Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:34:57.909Z] ---> Running in f894d39d1df1 [2021-01-12T00:34:58.175Z] Removing intermediate container 040f25baed3d [2021-01-12T00:34:58.175Z] ---> a6fc8f6bae5c [2021-01-12T00:34:58.175Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:34:58.175Z] Removing intermediate container 1e155d424e25 [2021-01-12T00:34:58.175Z] ---> 46ea99f39910 [2021-01-12T00:34:58.175Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:34:58.175Z] Removing intermediate container 2537e03ed920 [2021-01-12T00:34:58.175Z] ---> 22af36e84223 [2021-01-12T00:34:58.175Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:34:58.438Z] Removing intermediate container 0b76053c8081 [2021-01-12T00:34:58.438Z] ---> f03588be5217 [2021-01-12T00:34:58.438Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:34:58.438Z] ---> Running in 32fe6d9756a1 [2021-01-12T00:34:58.438Z] ---> Running in 0c92ceadea19 [2021-01-12T00:34:58.438Z] ---> Running in 38d363ea394c [2021-01-12T00:34:58.438Z] ---> Running in 551e3ad65ec9 [2021-01-12T00:34:58.485Z] 745a02a5169b: Verifying Checksum [2021-01-12T00:34:58.485Z] 745a02a5169b: Download complete [2021-01-12T00:34:59.084Z] 00ac8860ef70: Verifying Checksum [2021-01-12T00:34:59.084Z] 00ac8860ef70: Download complete [2021-01-12T00:34:59.849Z] Removing intermediate container f894d39d1df1 [2021-01-12T00:34:59.849Z] ---> 37b718fef4fc [2021-01-12T00:34:59.849Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:34:59.849Z] ---> Running in 45de5c5b5d44 [2021-01-12T00:35:00.110Z] Removing intermediate container 32fe6d9756a1 [2021-01-12T00:35:00.110Z] ---> 7e07e19b5826 [2021-01-12T00:35:00.110Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:35:00.375Z] ---> Running in a3f29a8c5cb7 [2021-01-12T00:35:00.375Z] Removing intermediate container 0c92ceadea19 [2021-01-12T00:35:00.375Z] ---> 57a963faf388 [2021-01-12T00:35:00.375Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:35:00.637Z] ---> Running in 5424f2736137 [2021-01-12T00:35:00.911Z] Removing intermediate container 38d363ea394c [2021-01-12T00:35:00.911Z] ---> 703e019e35b2 [2021-01-12T00:35:00.911Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:35:00.911Z] Removing intermediate container 551e3ad65ec9 [2021-01-12T00:35:00.911Z] ---> fc170bce6944 [2021-01-12T00:35:00.911Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:35:01.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:01.204Z] ---> Running in f5a7c2c7a603 [2021-01-12T00:35:01.204Z] ---> Running in 18b5537fecca [2021-01-12T00:35:01.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:01.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:01.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:02.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:02.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:02.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:02.676Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:02.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:02.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:03.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:35:03.204Z] Removing intermediate container 45de5c5b5d44 [2021-01-12T00:35:03.204Z] ---> ea8b84170875 [2021-01-12T00:35:03.204Z] Step 6/24 : COPY go.mod . [2021-01-12T00:35:03.465Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:03.465Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:03.465Z] ---> 022607e2d76a [2021-01-12T00:35:03.465Z] Step 7/24 : RUN go mod download [2021-01-12T00:35:03.727Z] ---> Running in df1dd22b833a [2021-01-12T00:35:03.995Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:04.268Z] Removing intermediate container a3f29a8c5cb7 [2021-01-12T00:35:04.268Z] ---> 747b085577c1 [2021-01-12T00:35:04.268Z] Step 6/24 : COPY go.mod . [2021-01-12T00:35:04.268Z] Removing intermediate container f5a7c2c7a603 [2021-01-12T00:35:04.268Z] ---> 13b0ba9b5c9a [2021-01-12T00:35:04.268Z] Step 6/21 : COPY go.mod . [2021-01-12T00:35:04.533Z] OK: 233 MiB in 51 packages [2021-01-12T00:35:04.533Z] ---> 7815607dc0d9 [2021-01-12T00:35:04.533Z] Step 7/24 : RUN go mod download [2021-01-12T00:35:04.803Z] ---> 01ca86a20a09 [2021-01-12T00:35:04.803Z] Step 7/21 : RUN go mod download [2021-01-12T00:35:04.803Z] Removing intermediate container 18b5537fecca [2021-01-12T00:35:04.803Z] ---> f93eabaad91a [2021-01-12T00:35:04.803Z] Step 6/22 : COPY go.mod . [2021-01-12T00:35:04.803Z] ---> Running in be5410d8a81e [2021-01-12T00:35:04.803Z] ---> Running in 942bbc3188c7 [2021-01-12T00:35:05.396Z] ---> 1a1dd9317162 [2021-01-12T00:35:05.396Z] Step 7/22 : RUN go mod download [2021-01-12T00:35:05.396Z] Removing intermediate container 5424f2736137 [2021-01-12T00:35:05.396Z] ---> 762abb695e55 [2021-01-12T00:35:05.396Z] Step 6/22 : COPY go.mod . [2021-01-12T00:35:05.396Z] ---> Running in 463572f6c230 [2021-01-12T00:35:05.980Z] ---> 61b534cfb83d [2021-01-12T00:35:05.980Z] Step 7/22 : RUN go mod download [2021-01-12T00:35:05.980Z] Removing intermediate container df1dd22b833a [2021-01-12T00:35:05.980Z] ---> 047a4d690be0 [2021-01-12T00:35:05.980Z] Step 8/24 : COPY . . [2021-01-12T00:35:05.980Z] ---> Running in 4a84d9ecec63 [2021-01-12T00:35:07.418Z] Removing intermediate container be5410d8a81e [2021-01-12T00:35:07.418Z] ---> 659e141b5a94 [2021-01-12T00:35:07.418Z] Step 8/24 : COPY . . [2021-01-12T00:35:09.293Z] 00ac8860ef70: Pull complete [2021-01-12T00:35:09.293Z] 63d7cb157983: Pull complete [2021-01-12T00:35:09.293Z] b116817d02f9: Pull complete [2021-01-12T00:35:12.788Z] 745a02a5169b: Pull complete [2021-01-12T00:35:12.788Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T00:35:12.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T00:35:12.788Z] ---> b7e6874047d6 [2021-01-12T00:35:12.788Z] 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-12T00:35:14.090Z] Removing intermediate container 942bbc3188c7 [2021-01-12T00:35:14.090Z] ---> d0a3408edad9 [2021-01-12T00:35:14.090Z] Step 8/21 : COPY . . [2021-01-12T00:35:15.055Z] Removing intermediate container 463572f6c230 [2021-01-12T00:35:15.055Z] ---> 07587826c820 [2021-01-12T00:35:15.055Z] Step 8/22 : COPY . . [2021-01-12T00:35:16.228Z] ---> Running in 0ed677b404bc [2021-01-12T00:35:17.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:35:18.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:35:19.663Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T00:35:19.939Z] (2/12) Installing file (5.38-r0) [2021-01-12T00:35:19.939Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T00:35:19.939Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T00:35:20.246Z] Removing intermediate container 4a84d9ecec63 [2021-01-12T00:35:20.246Z] ---> f77d27e199b8 [2021-01-12T00:35:20.246Z] Step 8/22 : COPY . . [2021-01-12T00:35:25.377Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T00:35:25.377Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T00:35:25.377Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T00:35:25.377Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T00:35:25.377Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T00:35:25.377Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T00:35:25.377Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T00:35:25.377Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T00:35:25.377Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:35:25.377Z] OK: 217 MiB in 51 packages [2021-01-12T00:35:29.722Z] Removing intermediate container 0ed677b404bc [2021-01-12T00:35:29.722Z] ---> a84545e62110 [2021-01-12T00:35:29.722Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T00:35:29.722Z] ---> Running in 131180dcfa1d [2021-01-12T00:35:30.326Z] Removing intermediate container 131180dcfa1d [2021-01-12T00:35:30.326Z] ---> 98c6bbece973 [2021-01-12T00:35:30.326Z] Step 5/6 : COPY go.mod . [2021-01-12T00:35:30.921Z] ---> 4d11045c1210 [2021-01-12T00:35:30.921Z] Step 6/6 : RUN go mod download [2021-01-12T00:35:31.210Z] ---> Running in 2e24bcddb08e [2021-01-12T00:35:47.047Z] ---> 00bbf1b53e04 [2021-01-12T00:35:47.047Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:35:47.047Z] ---> 1d7149d3d2fa [2021-01-12T00:35:47.047Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:35:47.317Z] ---> Running in c4422e6ef5b8 [2021-01-12T00:35:47.317Z] ---> 974e8edcb86b [2021-01-12T00:35:47.317Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:35:48.287Z] ---> Running in b075ffe5c305 [2021-01-12T00:35:48.882Z] ---> Running in df3cacd7c375 [2021-01-12T00:35:49.151Z] ---> 34ef2651282c [2021-01-12T00:35:49.151Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:35:49.151Z] ---> 9e18a8c0ead2 [2021-01-12T00:35:49.151Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:35:49.418Z] ---> Running in a5795f06435f [2021-01-12T00:35:49.418Z] ---> Running in e54760711dab [2021-01-12T00:35:50.027Z] 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-12T00:35:50.027Z] 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-12T00:35:50.027Z] 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-12T00:35:50.027Z] 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-12T00:35:50.027Z] 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-12T00:35:58.030Z] Removing intermediate container 2e24bcddb08e [2021-01-12T00:35:58.030Z] ---> 2c99d6bcbf99 [2021-01-12T00:35:58.302Z] Successfully built 2c99d6bcbf99 [2021-01-12T00:35:58.574Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:35:58.920Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:35:58.920Z] . [Pipeline] withDockerContainer [2021-01-12T00:35:59.189Z] prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container [2021-01-12T00:35:59.296Z] $ 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-arm64 cat [2021-01-12T00:36:00.868Z] $ docker top 628e10ca2e2e286c941a05779c616b0c6a24e9f5a118c6e7092259966e668fe8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:36:01.890Z] + go version [2021-01-12T00:36:01.890Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T00:36:01.919Z] $ docker stop --time=1 628e10ca2e2e286c941a05779c616b0c6a24e9f5a118c6e7092259966e668fe8 [2021-01-12T00:36:03.992Z] $ docker rm -f 628e10ca2e2e286c941a05779c616b0c6a24e9f5a118c6e7092259966e668fe8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:36:05.041Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:36:05.041Z] . [Pipeline] withDockerContainer [2021-01-12T00:36:05.341Z] prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container [2021-01-12T00:36:05.443Z] $ 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-arm64 cat [2021-01-12T00:36:06.953Z] $ docker top 47d931cd6ba0bcba6bb398d1aaae3b8c72e1fc21e47e90939f1ea3d34085d984 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T00:36:07.328Z] ========================================================= [2021-01-12T00:36:07.328Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T00:36:07.328Z] ========================================================= [Pipeline] sh [2021-01-12T00:36:07.971Z] + make test [2021-01-12T00:36:07.971Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T00:36:22.368Z] 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-12T00:36:26.195Z] Removing intermediate container b075ffe5c305 [2021-01-12T00:36:26.195Z] ---> 0074cd251d69 [2021-01-12T00:36:26.195Z] [2021-01-12T00:36:26.195Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:36:26.195Z] 3.12: Pulling from library/alpine [2021-01-12T00:36:26.771Z] Removing intermediate container df3cacd7c375 [2021-01-12T00:36:26.771Z] ---> eedbeee5622d [2021-01-12T00:36:26.771Z] [2021-01-12T00:36:26.771Z] Step 10/21 : FROM scratch [2021-01-12T00:36:26.771Z] ---> [2021-01-12T00:36:26.771Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:36:26.771Z] Removing intermediate container e54760711dab [2021-01-12T00:36:26.771Z] ---> 717e790bbcce [2021-01-12T00:36:26.771Z] [2021-01-12T00:36:26.771Z] Step 10/22 : FROM scratch [2021-01-12T00:36:26.771Z] ---> [2021-01-12T00:36:26.771Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:36:26.771Z] Removing intermediate container c4422e6ef5b8 [2021-01-12T00:36:26.771Z] ---> b052db770265 [2021-01-12T00:36:26.771Z] [2021-01-12T00:36:26.771Z] Step 10/24 : FROM scratch [2021-01-12T00:36:26.771Z] ---> [2021-01-12T00:36:26.771Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:36:27.719Z] ---> Running in 1ccefa6aa656 [2021-01-12T00:36:27.719Z] ---> Running in 5cedc74d415d [2021-01-12T00:36:27.719Z] ---> Running in f3b65ff5f099 [2021-01-12T00:36:27.719Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:36:27.719Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:36:27.719Z] ---> 389fef711851 [2021-01-12T00:36:27.719Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:36:29.108Z] ---> Running in 85b785db1c4c [2021-01-12T00:36:29.108Z] Removing intermediate container 5cedc74d415d [2021-01-12T00:36:29.108Z] ---> 9f2d114f19db [2021-01-12T00:36:29.108Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:36:29.108Z] Removing intermediate container f3b65ff5f099 [2021-01-12T00:36:29.108Z] ---> 7e6369ee5816 [2021-01-12T00:36:29.108Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:36:29.108Z] Removing intermediate container 1ccefa6aa656 [2021-01-12T00:36:29.108Z] ---> b4c67d9e59cb [2021-01-12T00:36:29.108Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:36:29.369Z] ---> Running in 966170afa38d [2021-01-12T00:36:29.948Z] Removing intermediate container a5795f06435f [2021-01-12T00:36:29.948Z] ---> 5c4e4b3baa7c [2021-01-12T00:36:29.948Z] [2021-01-12T00:36:29.948Z] Step 10/22 : FROM scratch [2021-01-12T00:36:29.948Z] ---> [2021-01-12T00:36:29.948Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:36:29.948Z] ---> Using cache [2021-01-12T00:36:29.948Z] ---> 7e6369ee5816 [2021-01-12T00:36:29.948Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:36:29.948Z] ---> Running in 57e52ace0e8f [2021-01-12T00:36:29.948Z] ---> Running in 27a0840adf49 [2021-01-12T00:36:29.948Z] ---> Running in 8e3b0c096a11 [2021-01-12T00:36:30.212Z] Removing intermediate container 966170afa38d [2021-01-12T00:36:30.212Z] ---> baf615e02cd0 [2021-01-12T00:36:30.212Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:36:30.212Z] Removing intermediate container 57e52ace0e8f [2021-01-12T00:36:30.212Z] ---> 5f0ae2f4c56d [2021-01-12T00:36:30.212Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:36:30.212Z] Removing intermediate container 27a0840adf49 [2021-01-12T00:36:30.212Z] ---> e169309a6bdc [2021-01-12T00:36:30.212Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:36:30.212Z] ---> Running in 9bfcf39d6b7e [2021-01-12T00:36:30.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:30.481Z] ---> Running in 0ada9a6f6215 [2021-01-12T00:36:30.481Z] ---> Running in 154d1291fe83 [2021-01-12T00:36:30.481Z] Removing intermediate container 8e3b0c096a11 [2021-01-12T00:36:30.481Z] ---> 1b8120aff9f7 [2021-01-12T00:36:30.481Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:36:30.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:36:30.481Z] ---> Running in 05bdf86301c1 [2021-01-12T00:36:30.481Z] Removing intermediate container 9bfcf39d6b7e [2021-01-12T00:36:30.481Z] ---> 2a906402ef8e [2021-01-12T00:36:30.481Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:36:30.744Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:36:30.744Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:36:30.744Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:36:30.744Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:36:30.744Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:36:30.744Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:36:30.744Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:36:30.744Z] OK: 7 MiB in 19 packages [2021-01-12T00:36:31.013Z] Removing intermediate container 0ada9a6f6215 [2021-01-12T00:36:31.013Z] ---> 8aa6a5328c75 [2021-01-12T00:36:31.013Z] Step 14/22 : WORKDIR / [2021-01-12T00:36:31.013Z] Removing intermediate container 154d1291fe83 [2021-01-12T00:36:31.013Z] ---> 4222e5329e3f [2021-01-12T00:36:31.013Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:31.279Z] Removing intermediate container 05bdf86301c1 [2021-01-12T00:36:31.279Z] ---> 6a97c580ddf9 [2021-01-12T00:36:31.279Z] Step 14/22 : WORKDIR / [2021-01-12T00:36:31.279Z] ---> 764e7b262c12 [2021-01-12T00:36:31.279Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:36:31.279Z] ---> Running in 26b64e941aa3 [2021-01-12T00:36:31.279Z] ---> Running in 310deb24c85e [2021-01-12T00:36:32.675Z] ---> f6859a125475 [2021-01-12T00:36:32.675Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:36:32.675Z] Removing intermediate container 26b64e941aa3 [2021-01-12T00:36:32.675Z] ---> 55eaebaea9ee [2021-01-12T00:36:32.675Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:32.675Z] Removing intermediate container 310deb24c85e [2021-01-12T00:36:32.675Z] ---> 4932212153f7 [2021-01-12T00:36:32.675Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:32.940Z] ---> 8f036cb9325c [2021-01-12T00:36:32.940Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:36:32.940Z] Removing intermediate container 85b785db1c4c [2021-01-12T00:36:32.940Z] ---> 8883ba5d1f92 [2021-01-12T00:36:32.940Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:36:32.940Z] ---> Running in 3e193f541876 [2021-01-12T00:36:32.940Z] ---> 5c5ef2ee4c59 [2021-01-12T00:36:32.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:36:33.203Z] ---> 5da3b00ecf8b [2021-01-12T00:36:33.203Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:36:33.471Z] ---> 88762b8919e0 [2021-01-12T00:36:33.471Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:33.471Z] Removing intermediate container 3e193f541876 [2021-01-12T00:36:33.471Z] ---> beffa9f8555d [2021-01-12T00:36:33.471Z] Step 13/24 : WORKDIR / [2021-01-12T00:36:33.471Z] ---> 65a0fac89e0b [2021-01-12T00:36:33.471Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:36:33.738Z] ---> Running in d4dfd9bb8256 [2021-01-12T00:36:33.738Z] ---> d28e921abc3d [2021-01-12T00:36:33.738Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:34.312Z] ---> 13421969d99f [2021-01-12T00:36:34.312Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:36:34.312Z] ---> bf33f8bcd31f [2021-01-12T00:36:34.312Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:34.312Z] ---> b830ccd8ac39 [2021-01-12T00:36:34.312Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:36:34.312Z] ---> Running in 8534d2c23315 [2021-01-12T00:36:34.312Z] Removing intermediate container d4dfd9bb8256 [2021-01-12T00:36:34.312Z] ---> 19811daa04c1 [2021-01-12T00:36:34.312Z] 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-12T00:36:34.575Z] ---> 4eeece591dc7 [2021-01-12T00:36:34.575Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:36:34.575Z] ---> 6c6044e09b05 [2021-01-12T00:36:34.575Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:36:34.805Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T00:36:34.839Z] ---> Running in 3a9000c81bb6 [2021-01-12T00:36:34.839Z] ---> Running in 60ac0c6dccd2 [2021-01-12T00:36:34.839Z] Removing intermediate container 8534d2c23315 [2021-01-12T00:36:34.839Z] ---> cd1ca907a5d7 [2021-01-12T00:36:34.839Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:34.839Z] ---> c56244b8de14 [2021-01-12T00:36:34.839Z] 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-12T00:36:35.101Z] ---> ef2d6f41085e [2021-01-12T00:36:35.101Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:35.101Z] ---> Running in 1e60837d9408 [2021-01-12T00:36:35.101Z] Removing intermediate container 3a9000c81bb6 [2021-01-12T00:36:35.101Z] ---> aaf88fc9c8c1 [2021-01-12T00:36:35.101Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:35.364Z] Removing intermediate container 60ac0c6dccd2 [2021-01-12T00:36:35.364Z] ---> 0e9279f7304e [2021-01-12T00:36:35.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:35.364Z] ---> 08a22fc04688 [2021-01-12T00:36:35.364Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:36:35.364Z] ---> Running in 20598f842acd [2021-01-12T00:36:35.364Z] Removing intermediate container 1e60837d9408 [2021-01-12T00:36:35.364Z] ---> 3c62826d2112 [2021-01-12T00:36:35.364Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:36:35.627Z] ---> 41a9f8200216 [2021-01-12T00:36:35.627Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:36:35.627Z] ---> Running in cc1a70394827 [2021-01-12T00:36:35.627Z] ---> Running in 79455b0d5a14 [2021-01-12T00:36:35.627Z] ---> Running in 2a625fe4779a [2021-01-12T00:36:36.200Z] Removing intermediate container 20598f842acd [2021-01-12T00:36:36.200Z] ---> c9124df64a48 [2021-01-12T00:36:36.200Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:36:36.200Z] ---> eb11f52e3f95 [2021-01-12T00:36:36.200Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:36:36.200Z] Removing intermediate container cc1a70394827 [2021-01-12T00:36:36.200Z] ---> 35f82a61ce6c [2021-01-12T00:36:36.200Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:36:36.200Z] ---> Running in b5f4bfd8a11e [2021-01-12T00:36:36.200Z] Removing intermediate container 79455b0d5a14 [2021-01-12T00:36:36.200Z] ---> 2bd61fa25e23 [2021-01-12T00:36:36.200Z] Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:36:36.462Z] ---> Running in 805a1a598b81 [2021-01-12T00:36:36.462Z] Removing intermediate container 2a625fe4779a [2021-01-12T00:36:36.462Z] ---> 0811403aca96 [2021-01-12T00:36:36.462Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:36:36.462Z] ---> Running in 8c7b42089772 [2021-01-12T00:36:36.723Z] ---> Running in 265b64882474 [2021-01-12T00:36:36.723Z] Removing intermediate container b5f4bfd8a11e [2021-01-12T00:36:36.723Z] ---> c4e820ca767d [2021-01-12T00:36:36.723Z] Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:36:36.723Z] ---> 45c4d426c437 [2021-01-12T00:36:36.723Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:36:36.723Z] Removing intermediate container 805a1a598b81 [2021-01-12T00:36:36.723Z] ---> 953ece9ed392 [2021-01-12T00:36:36.723Z] Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:36:36.985Z] ---> Running in f3b731eddbbd [2021-01-12T00:36:36.985Z] ---> Running in 856c843656db [2021-01-12T00:36:36.985Z] Removing intermediate container 8c7b42089772 [2021-01-12T00:36:36.985Z] ---> d36e1080c9d3 [2021-01-12T00:36:36.985Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:36:36.985Z] Removing intermediate container 265b64882474 [2021-01-12T00:36:36.985Z] ---> 37e0e1e35354 [2021-01-12T00:36:36.985Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:36:37.250Z] Removing intermediate container f3b731eddbbd [2021-01-12T00:36:37.250Z] ---> 28e79325be55 [2021-01-12T00:36:37.250Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:36:37.250Z] ---> Running in 0a7630aa8a50 [2021-01-12T00:36:37.250Z] ---> Running in be7b532800aa [2021-01-12T00:36:37.250Z] ---> fe0356587f87 [2021-01-12T00:36:37.250Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:36:37.511Z] ---> Running in 0eeb242e7d37 [2021-01-12T00:36:37.511Z] Removing intermediate container 856c843656db [2021-01-12T00:36:37.511Z] ---> 04e6cf499a4c [2021-01-12T00:36:37.511Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:36:37.511Z] Removing intermediate container 0a7630aa8a50 [2021-01-12T00:36:37.511Z] ---> 7b40c59f4f9b [2021-01-12T00:36:37.511Z] [2021-01-12T00:36:37.772Z] Removing intermediate container be7b532800aa [2021-01-12T00:36:37.772Z] ---> 43595cba870c [2021-01-12T00:36:37.772Z] Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:36:37.772Z] Successfully built 7b40c59f4f9b [2021-01-12T00:36:38.036Z] ---> Running in 08c4bb044185 [2021-01-12T00:36:38.036Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T00:36:38.036Z] Building docker-security-bootstrap-redis-go [2021-01-12T00:36:38.036Z] ---> 4e2a15c2ba97 [2021-01-12T00:36:38.036Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T00:36:38.036Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0eeb242e7d37 [2021-01-12T00:36:38.036Z] ---> 0761e5e16398 [2021-01-12T00:36:38.036Z] [2021-01-12T00:36:38.036Z] ---> Running in 54a98bbea0ce [2021-01-12T00:36:38.036Z] ---> Running in 634c0b35d14f [2021-01-12T00:36:38.299Z] Successfully built 0761e5e16398 [2021-01-12T00:36:38.299Z] Removing intermediate container 08c4bb044185 [2021-01-12T00:36:38.300Z] ---> 65d2fedbbc6b [2021-01-12T00:36:38.300Z] [2021-01-12T00:36:38.300Z] Successfully tagged docker-core-command-go:latest [2021-01-12T00:36:38.300Z] Building docker-sys-mgmt-agent-go [2021-01-12T00:36:38.560Z]  Building docker-core-command-go ... done Successfully built 65d2fedbbc6b [2021-01-12T00:36:38.560Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T00:36:38.560Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-12T00:36:38.560Z] Removing intermediate container 634c0b35d14f [2021-01-12T00:36:38.560Z] ---> 9d61400900b9 [2021-01-12T00:36:38.560Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:36:41.119Z] ---> Running in 074701be9bf3 [2021-01-12T00:36:47.737Z] Removing intermediate container 074701be9bf3 [2021-01-12T00:36:47.737Z] ---> 184d429a48b7 [2021-01-12T00:36:47.737Z] [2021-01-12T00:36:47.737Z] Successfully built 184d429a48b7 [2021-01-12T00:36:47.737Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T00:36:47.737Z] Building docker-core-data-go [2021-01-12T00:36:47.998Z]  Building docker-support-notifications-go ... done Removing intermediate container 54a98bbea0ce [2021-01-12T00:36:47.998Z] ---> c5a64bd63791 [2021-01-12T00:36:47.998Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:36:48.262Z] ---> Running in cf451f931b5c [2021-01-12T00:36:51.610Z] Removing intermediate container cf451f931b5c [2021-01-12T00:36:51.610Z] ---> 8a0a0cbfd1a6 [2021-01-12T00:36:51.610Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T00:36:51.610Z] ---> Running in 893eabe80da0 [2021-01-12T00:36:51.874Z] Removing intermediate container 893eabe80da0 [2021-01-12T00:36:51.874Z] ---> 875d9c87a59a [2021-01-12T00:36:51.874Z] Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:36:52.852Z] ---> Running in 5a596e7bf8b9 [2021-01-12T00:36:53.439Z] Removing intermediate container 5a596e7bf8b9 [2021-01-12T00:36:53.439Z] ---> db55e77a85b1 [2021-01-12T00:36:53.439Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:36:54.031Z] ---> Running in 0c69c34e7742 [2021-01-12T00:36:55.018Z] Removing intermediate container 0c69c34e7742 [2021-01-12T00:36:55.018Z] ---> 92f7e274d682 [2021-01-12T00:36:55.018Z] [2021-01-12T00:36:55.293Z] Successfully built 92f7e274d682 [2021-01-12T00:36:55.293Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T00:37:01.971Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:01.971Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:01.971Z] ---> d590f5ad3dd9 [2021-01-12T00:37:01.971Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> f03588be5217 [2021-01-12T00:37:01.971Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> fc170bce6944 [2021-01-12T00:37:01.971Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> f93eabaad91a [2021-01-12T00:37:01.971Z] Step 6/21 : COPY go.mod . [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> 1a1dd9317162 [2021-01-12T00:37:01.971Z] Step 7/21 : RUN go mod download [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> 07587826c820 [2021-01-12T00:37:01.971Z] Step 8/21 : COPY . . [2021-01-12T00:37:01.971Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:01.971Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:01.971Z] ---> d590f5ad3dd9 [2021-01-12T00:37:01.971Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> f03588be5217 [2021-01-12T00:37:01.971Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> fc170bce6944 [2021-01-12T00:37:01.971Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> f93eabaad91a [2021-01-12T00:37:01.971Z] Step 6/22 : COPY go.mod . [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> 1a1dd9317162 [2021-01-12T00:37:01.971Z] Step 7/22 : RUN go mod download [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> 07587826c820 [2021-01-12T00:37:01.971Z] Step 8/22 : COPY . . [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> 34ef2651282c [2021-01-12T00:37:01.971Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> 34ef2651282c [2021-01-12T00:37:01.971Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:37:01.971Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:01.971Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:01.971Z] ---> d590f5ad3dd9 [2021-01-12T00:37:01.971Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> f03588be5217 [2021-01-12T00:37:01.971Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:01.971Z] ---> Using cache [2021-01-12T00:37:01.971Z] ---> fc170bce6944 [2021-01-12T00:37:01.971Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:37:03.912Z] ---> Running in 93801bce9a64 [2021-01-12T00:37:03.912Z] ---> Running in 36998fc7ebe0 [2021-01-12T00:37:03.912Z] ---> Running in 661a1c606215 [2021-01-12T00:37:05.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:06.450Z] 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-12T00:37:06.450Z] 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-12T00:37:06.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:07.303Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:37:07.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:37:07.303Z] ---> d590f5ad3dd9 [2021-01-12T00:37:07.303Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:37:07.303Z] ---> Using cache [2021-01-12T00:37:07.303Z] ---> f03588be5217 [2021-01-12T00:37:07.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:37:07.303Z] ---> Using cache [2021-01-12T00:37:07.303Z] ---> fc170bce6944 [2021-01-12T00:37:07.303Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:37:07.893Z] ---> Running in 94240fff20bd [2021-01-12T00:37:09.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:10.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:10.559Z] OK: 233 MiB in 51 packages [2021-01-12T00:37:12.001Z] OK: 233 MiB in 51 packages [2021-01-12T00:37:12.001Z] Removing intermediate container 93801bce9a64 [2021-01-12T00:37:12.001Z] ---> 89ad8f53f341 [2021-01-12T00:37:12.001Z] Step 6/26 : COPY go.mod . [2021-01-12T00:37:12.587Z] ---> 78be29a4bafa [2021-01-12T00:37:12.587Z] Step 7/26 : RUN go mod download [2021-01-12T00:37:12.587Z] Removing intermediate container 94240fff20bd [2021-01-12T00:37:12.587Z] ---> 8144afab5ef5 [2021-01-12T00:37:12.587Z] Step 6/23 : COPY go.mod . [2021-01-12T00:37:12.587Z] ---> Running in 155523b81ea2 [2021-01-12T00:37:13.175Z] ---> 84ec68002ab8 [2021-01-12T00:37:13.175Z] Step 7/23 : RUN go mod download [2021-01-12T00:37:13.175Z] ---> Running in d053384e9d75 [2021-01-12T00:37:13.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T00:37:15.142Z] Removing intermediate container d053384e9d75 [2021-01-12T00:37:15.142Z] ---> 24a05c294c33 [2021-01-12T00:37:15.142Z] Step 8/23 : COPY . . [2021-01-12T00:37:15.142Z] Removing intermediate container 155523b81ea2 [2021-01-12T00:37:15.142Z] ---> 9036efdf3374 [2021-01-12T00:37:15.142Z] Step 8/26 : COPY . . [2021-01-12T00:37:27.548Z] 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-12T00:37:39.893Z] Removing intermediate container 661a1c606215 [2021-01-12T00:37:39.893Z] ---> c2b6945c7096 [2021-01-12T00:37:39.893Z] [2021-01-12T00:37:39.893Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:37:39.893Z] ---> 389fef711851 [2021-01-12T00:37:39.893Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:37:39.893Z] ---> Using cache [2021-01-12T00:37:39.893Z] ---> 8883ba5d1f92 [2021-01-12T00:37:39.893Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:37:40.838Z] ---> Running in a82ad04875fe [2021-01-12T00:37:41.428Z] ---> 3a7401f006ff [2021-01-12T00:37:41.428Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:37:41.428Z] ---> f4f2477c752b [2021-01-12T00:37:41.428Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:37:41.428Z] Removing intermediate container 36998fc7ebe0 [2021-01-12T00:37:41.428Z] ---> 1cb0db3dcd86 [2021-01-12T00:37:41.428Z] [2021-01-12T00:37:41.428Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:37:41.428Z] ---> 389fef711851 [2021-01-12T00:37:41.428Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:37:41.428Z] ---> Running in 5144198b3ddc [2021-01-12T00:37:41.428Z] ---> Running in b130e853118e [2021-01-12T00:37:41.428Z] Removing intermediate container a82ad04875fe [2021-01-12T00:37:41.428Z] ---> b9ea22540ee4 [2021-01-12T00:37:41.428Z] Step 13/22 : WORKDIR / [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T00:37:41.597Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T00:37:41.689Z] ---> Running in 68794368dd9e [2021-01-12T00:37:41.690Z] ---> Running in e766d782851d [2021-01-12T00:37:41.952Z] Removing intermediate container e766d782851d [2021-01-12T00:37:41.952Z] ---> 0c3c9908cbba [2021-01-12T00:37:41.952Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:37:42.533Z] ---> af0167f2fc22 [2021-01-12T00:37:42.534Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:37:42.534Z] 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-12T00:37:42.800Z] 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-12T00:37:42.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:42.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:37:43.071Z] ---> d2b26131f674 [2021-01-12T00:37:43.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:37:43.071Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:37:43.339Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:37:43.339Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:37:43.339Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:37:43.339Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:37:43.608Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:37:43.608Z] OK: 7 MiB in 18 packages [2021-01-12T00:37:43.608Z] ---> 20a63c6dc4dd [2021-01-12T00:37:43.608Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:37:44.583Z] ---> 739e33fba484 [2021-01-12T00:37:44.583Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:37:44.583Z] ---> Running in 0763e400bf6e [2021-01-12T00:37:45.545Z] Removing intermediate container 68794368dd9e [2021-01-12T00:37:45.545Z] ---> a3b813a32441 [2021-01-12T00:37:45.545Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:37:45.809Z] ---> Running in bb143c822587 [2021-01-12T00:37:46.080Z] Removing intermediate container bb143c822587 [2021-01-12T00:37:46.080Z] ---> 20adb936c764 [2021-01-12T00:37:46.080Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:37:46.350Z] ---> Running in b6c017088e86 [2021-01-12T00:37:46.621Z] Removing intermediate container 0763e400bf6e [2021-01-12T00:37:46.621Z] ---> 575952b7d4db [2021-01-12T00:37:46.621Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:37:46.621Z] Removing intermediate container b6c017088e86 [2021-01-12T00:37:46.621Z] ---> 65767c144899 [2021-01-12T00:37:46.621Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:37:47.586Z] ---> Running in 9930cb649704 [2021-01-12T00:37:47.586Z] ---> 51bced668894 [2021-01-12T00:37:47.586Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:37:47.855Z] Removing intermediate container 9930cb649704 [2021-01-12T00:37:47.855Z] ---> 1a2847bb4074 [2021-01-12T00:37:47.855Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T00:37:48.132Z] ---> Running in 86f9104e7ef0 [2021-01-12T00:37:48.347Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T00:37:48.347Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T00:37:48.347Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T00:37:49.581Z] Removing intermediate container 86f9104e7ef0 [2021-01-12T00:37:49.581Z] ---> 0f3d597c118b [2021-01-12T00:37:49.581Z] Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:37:49.581Z] ---> a9efde16c335 [2021-01-12T00:37:49.581Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:37:49.581Z] ---> Running in 445f03c6c629 [2021-01-12T00:37:50.560Z] Removing intermediate container 445f03c6c629 [2021-01-12T00:37:50.560Z] ---> fdddf641ddb4 [2021-01-12T00:37:50.560Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:37:50.560Z] ---> bc6145338deb [2021-01-12T00:37:50.560Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:37:50.560Z] ---> Running in d079c131eada [2021-01-12T00:37:50.560Z] ---> Running in eea3cacb9222 [2021-01-12T00:37:50.826Z] Removing intermediate container d079c131eada [2021-01-12T00:37:50.826Z] ---> 000681f8ca2e [2021-01-12T00:37:50.826Z] [2021-01-12T00:37:50.826Z] Removing intermediate container eea3cacb9222 [2021-01-12T00:37:50.826Z] ---> f6d864e75a6e [2021-01-12T00:37:50.826Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:37:51.099Z] ---> Running in 368e9f0c75d7 [2021-01-12T00:37:51.099Z] Successfully built 000681f8ca2e [2021-01-12T00:37:51.099Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-12T00:37:51.365Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 368e9f0c75d7 [2021-01-12T00:37:51.365Z] ---> 038cf94b6e83 [2021-01-12T00:37:51.365Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T00:37:51.365Z] ---> Running in 3de3b40748f0 [2021-01-12T00:37:51.651Z] Removing intermediate container 3de3b40748f0 [2021-01-12T00:37:51.651Z] ---> a2503d74274f [2021-01-12T00:37:51.651Z] Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:37:51.651Z] ---> Running in 1d1eb2c33a85 [2021-01-12T00:37:53.063Z] Removing intermediate container 1d1eb2c33a85 [2021-01-12T00:37:53.063Z] ---> 7b4123317268 [2021-01-12T00:37:53.063Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:37:53.677Z] ---> Running in a4334e7ce40c [2021-01-12T00:37:53.677Z] Removing intermediate container a4334e7ce40c [2021-01-12T00:37:53.677Z] ---> 6baa90765d20 [2021-01-12T00:37:53.677Z] [2021-01-12T00:37:53.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2021-01-12T00:37:53.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T00:37:53.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T00:37:53.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T00:37:53.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T00:37:53.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T00:37:54.024Z] Successfully built 6baa90765d20 [2021-01-12T00:37:54.024Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T00:38:00.835Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b130e853118e [2021-01-12T00:38:00.835Z] ---> 282c6dbe8243 [2021-01-12T00:38:00.835Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:38:00.835Z] ---> Running in fb85f6db9282 [2021-01-12T00:38:02.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.560s coverage: 27.0% of statements [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T00:38:02.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T00:38:02.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T00:38:02.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.559s coverage: 77.8% of statements [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T00:38:02.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T00:38:02.235Z] 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-12T00:38:02.347Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.780s coverage: 82.4% of statements [2021-01-12T00:38:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T00:38:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:38:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T00:38:02.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T00:38:04.166Z] Removing intermediate container fb85f6db9282 [2021-01-12T00:38:04.166Z] ---> df2f4f0dd8f9 [2021-01-12T00:38:04.166Z] [2021-01-12T00:38:04.166Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:38:04.166Z] 20.10.0: Pulling from library/docker [2021-01-12T00:38:04.753Z] Removing intermediate container 5144198b3ddc [2021-01-12T00:38:04.753Z] ---> 578ab0619dd3 [2021-01-12T00:38:04.753Z] [2021-01-12T00:38:04.753Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:38:04.753Z] ---> 389fef711851 [2021-01-12T00:38:04.753Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:38:05.343Z] ---> Running in e99760fdee57 [2021-01-12T00:38:05.609Z] Removing intermediate container e99760fdee57 [2021-01-12T00:38:05.609Z] ---> f5b799da47e7 [2021-01-12T00:38:05.609Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:38:05.609Z] ---> Running in 21e668bc1029 [2021-01-12T00:38:05.873Z] Removing intermediate container 21e668bc1029 [2021-01-12T00:38:05.873Z] ---> e28c79cc4221 [2021-01-12T00:38:05.873Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:38:06.138Z] ---> Running in 351bc3b60206 [2021-01-12T00:38:06.408Z] Removing intermediate container 351bc3b60206 [2021-01-12T00:38:06.408Z] ---> 8d99b4d56658 [2021-01-12T00:38:06.408Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:38:06.408Z] ---> Running in ec43ee7148cd [2021-01-12T00:38:08.344Z] Removing intermediate container ec43ee7148cd [2021-01-12T00:38:08.344Z] ---> 04e4427c6c5c [2021-01-12T00:38:08.344Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:38:08.344Z] ---> Running in fa790ed380c1 [2021-01-12T00:38:09.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:09.878Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:38:09.878Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:38:09.878Z] ---> aefe523efa57 [2021-01-12T00:38:09.878Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:38:10.156Z] ---> Running in 6e277b98a60c [2021-01-12T00:38:10.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:10.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:10.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:10.958Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:38:10.958Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:38:10.958Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:38:10.958Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:10.958Z] OK: 12 MiB in 22 packages [2021-01-12T00:38:11.221Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:38:11.221Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:38:11.483Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:38:11.746Z] Removing intermediate container 6e277b98a60c [2021-01-12T00:38:11.746Z] ---> 25e02c2ed35f [2021-01-12T00:38:11.746Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:38:11.746Z] ---> Running in 0fec06aa7e93 [2021-01-12T00:38:11.746Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:38:12.011Z] Removing intermediate container 0fec06aa7e93 [2021-01-12T00:38:12.011Z] ---> 009c825e8be9 [2021-01-12T00:38:12.011Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:38:12.011Z] ---> Running in 4621d794ed6c [2021-01-12T00:38:12.011Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:38:12.011Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:12.011Z] OK: 8 MiB in 19 packages [2021-01-12T00:38:12.282Z] Removing intermediate container 4621d794ed6c [2021-01-12T00:38:12.282Z] ---> a0381ef8f36c [2021-01-12T00:38:12.282Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:38:12.282Z] ---> Running in 2f3027a2062b [2021-01-12T00:38:12.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T00:38:12.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T00:38:12.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T00:38:12.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T00:38:12.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T00:38:12.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T00:38:12.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T00:38:12.543Z] Removing intermediate container 2f3027a2062b [2021-01-12T00:38:12.543Z] ---> 36aac9d7d332 [2021-01-12T00:38:12.543Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:38:12.805Z] Removing intermediate container fa790ed380c1 [2021-01-12T00:38:12.805Z] ---> f69bc477f969 [2021-01-12T00:38:12.805Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:38:13.066Z] ---> a950d6a39413 [2021-01-12T00:38:13.066Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:38:13.066Z] ---> c75f393783d3 [2021-01-12T00:38:13.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:38:13.330Z] ---> a025bb2f82dd [2021-01-12T00:38:13.330Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:38:13.904Z] ---> a2f6b3cf9b33 [2021-01-12T00:38:13.904Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:38:13.904Z] ---> a38a51fe8229 [2021-01-12T00:38:13.904Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:38:13.904Z] ---> Running in 73e2c042512a [2021-01-12T00:38:13.904Z] ---> 153fb15173ed [2021-01-12T00:38:13.904Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:38:14.171Z] ---> Running in d977068ccc07 [2021-01-12T00:38:14.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:14.171Z] Removing intermediate container d977068ccc07 [2021-01-12T00:38:14.171Z] ---> 525a59ab49dc [2021-01-12T00:38:14.171Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:38:14.433Z] ---> Running in d537001705a6 [2021-01-12T00:38:14.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:14.433Z] Removing intermediate container d537001705a6 [2021-01-12T00:38:14.433Z] ---> bc4132e10eec [2021-01-12T00:38:14.433Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T00:38:14.433Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:38:14.433Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:38:14.433Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:38:14.433Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:38:14.695Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:38:14.695Z] ---> Running in af9c2e5fc060 [2021-01-12T00:38:14.695Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:38:14.695Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:38:14.695Z] Removing intermediate container af9c2e5fc060 [2021-01-12T00:38:14.695Z] ---> d256f95eabf1 [2021-01-12T00:38:14.695Z] Step 22/23 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:38:14.957Z] ---> Running in bb4bfb38e37e [2021-01-12T00:38:16.877Z] Removing intermediate container bb4bfb38e37e [2021-01-12T00:38:16.877Z] ---> 7bc81bfcd0b2 [2021-01-12T00:38:16.877Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:38:18.266Z] ---> Running in fe5c2eb0cb2a [2021-01-12T00:38:18.266Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:38:18.266Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:38:18.266Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:38:18.267Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:38:18.267Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:38:18.267Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:38:18.529Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:38:18.791Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:38:19.053Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:38:19.053Z] Removing intermediate container fe5c2eb0cb2a [2021-01-12T00:38:19.053Z] ---> 02fc19904dce [2021-01-12T00:38:19.053Z] [2021-01-12T00:38:19.053Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:38:19.053Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:38:19.053Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:38:19.053Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:38:19.053Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:38:19.053Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:38:19.053Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:38:19.053Z] Successfully built 02fc19904dce [2021-01-12T00:38:19.315Z] Successfully tagged docker-core-data-go:latest [2021-01-12T00:38:19.315Z]  Building docker-core-data-go ... done (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:38:19.315Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:38:19.315Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:38:19.315Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:38:19.315Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:38:19.577Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:38:19.577Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:38:19.577Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:38:19.577Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:38:19.577Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:38:19.577Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:19.577Z] OK: 71 MiB in 55 packages [2021-01-12T00:38:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.139s coverage: 94.1% of statements [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T00:38:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T00:38:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T00:38:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T00:38:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-12T00:38:20.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T00:38:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-01-12T00:38:21.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements [2021-01-12T00:38:22.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements [2021-01-12T00:38:23.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.4% of statements [2021-01-12T00:38:23.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T00:38:26.189Z] Removing intermediate container 73e2c042512a [2021-01-12T00:38:26.189Z] ---> 5c3d7c187305 [2021-01-12T00:38:26.189Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:38:26.189Z] ---> Running in 8555ffc25192 [2021-01-12T00:38:26.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.773s coverage: 63.5% of statements [2021-01-12T00:38:26.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T00:38:26.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T00:38:26.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2021-01-12T00:38:26.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-01-12T00:38:26.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-01-12T00:38:26.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2021-01-12T00:38:27.581Z] Collecting docker-compose==1.23.2 [2021-01-12T00:38:27.581Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:38:27.845Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:38:27.845Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:38:28.109Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:38:28.109Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:38:28.109Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:38:28.372Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:38:28.372Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:38:28.372Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:38:28.635Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:38:28.635Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:38:28.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-01-12T00:38:29.216Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:38:29.216Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:38:30.183Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:38:30.183Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:38:30.445Z] 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-12T00:38:30.709Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:38:30.709Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:38:31.283Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:38:31.283Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:38:31.283Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:38:31.283Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:38:31.548Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:38:31.548Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:38:31.548Z] 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-12T00:38:31.548Z] 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-12T00:38:31.813Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:38:31.813Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:38:31.813Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:38:31.813Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:38:31.813Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:38:31.813Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:38:31.813Z] Installing collected packages: idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, docopt, PyYAML, dockerpty, texttable, jsonschema, docker-compose [2021-01-12T00:38:31.813Z] Attempting uninstall: idna [2021-01-12T00:38:31.813Z] Found existing installation: idna 2.9 [2021-01-12T00:38:31.813Z] Uninstalling idna-2.9: [2021-01-12T00:38:31.813Z] Successfully uninstalled idna-2.9 [2021-01-12T00:38:32.080Z] Attempting uninstall: urllib3 [2021-01-12T00:38:32.080Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:38:32.080Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:38:32.080Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:38:32.349Z] Attempting uninstall: requests [2021-01-12T00:38:32.349Z] Found existing installation: requests 2.23.0 [2021-01-12T00:38:32.349Z] Uninstalling requests-2.23.0: [2021-01-12T00:38:32.349Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:38:32.929Z] Running setup.py install for docopt: started [2021-01-12T00:38:33.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.974s coverage: 55.9% of statements [2021-01-12T00:38:33.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T00:38:33.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T00:38:33.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T00:38:33.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T00:38:33.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T00:38:33.513Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:38:33.514Z] Running setup.py install for PyYAML: started [2021-01-12T00:38:33.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.384s coverage: 37.0% of statements [2021-01-12T00:38:33.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T00:38:33.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T00:38:33.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.641s coverage: 84.0% of statements [2021-01-12T00:38:33.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2021-01-12T00:38:34.096Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:38:34.096Z] Running setup.py install for dockerpty: started [2021-01-12T00:38:34.670Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:38:34.670Z] Running setup.py install for texttable: started [2021-01-12T00:38:34.933Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:38:35.505Z] 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-12T00:38:38.812Z] Removing intermediate container 8555ffc25192 [2021-01-12T00:38:38.812Z] ---> 8ee102b3634a [2021-01-12T00:38:38.812Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:38:38.812Z] ---> Running in 88ea1ff9dca5 [2021-01-12T00:38:39.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:39.650Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:38:39.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:38:39.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:38:39.651Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:38:39.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:38:39.651Z] OK: 72 MiB in 58 packages [2021-01-12T00:38:40.639Z] Removing intermediate container 88ea1ff9dca5 [2021-01-12T00:38:40.639Z] ---> ab04d69252dc [2021-01-12T00:38:40.639Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:38:40.639Z] ---> Running in 80224a8f9e6e [2021-01-12T00:38:40.639Z] Removing intermediate container 80224a8f9e6e [2021-01-12T00:38:40.639Z] ---> 6d3d4b5332b7 [2021-01-12T00:38:40.639Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:38:40.903Z] ---> Running in cf6dfcade5b5 [2021-01-12T00:38:40.903Z] Removing intermediate container cf6dfcade5b5 [2021-01-12T00:38:40.903Z] ---> 78d93e476162 [2021-01-12T00:38:40.903Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T00:38:40.903Z] ---> Running in 19d1bdeb6ce1 [2021-01-12T00:38:41.167Z] Removing intermediate container 19d1bdeb6ce1 [2021-01-12T00:38:41.167Z] ---> 28ab56d9d387 [2021-01-12T00:38:41.167Z] Step 25/26 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:38:41.167Z] ---> Running in 737cd8e1ce29 [2021-01-12T00:38:41.433Z] Removing intermediate container 737cd8e1ce29 [2021-01-12T00:38:41.433Z] ---> 84680a3cb3b6 [2021-01-12T00:38:41.433Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:38:41.433Z] ---> Running in e0378651924b [2021-01-12T00:38:41.695Z] Removing intermediate container e0378651924b [2021-01-12T00:38:41.695Z] ---> aa67cb75c665 [2021-01-12T00:38:41.695Z] [2021-01-12T00:38:41.957Z] Successfully built aa67cb75c665 [2021-01-12T00:38:41.957Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T00:38:42.228Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:38:42.236Z] $ docker stop --time=1 b9f283e66b83064eccb1131b2292ff3f0e901a93d8253b0229fcfd4753f1164b [2021-01-12T00:38:43.815Z] $ docker rm -f b9f283e66b83064eccb1131b2292ff3f0e901a93d8253b0229fcfd4753f1164b [Pipeline] // withDockerContainer [2021-01-12T00:38:44.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.1% of statements [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T00:38:44.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T00:38:44.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-12T00:38:44.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [Pipeline] sh [2021-01-12T00:38:44.308Z] + docker images [2021-01-12T00:38:44.308Z] + grep docker [2021-01-12T00:38:44.570Z] docker-sys-mgmt-agent-go latest aa67cb75c665 3 seconds ago 313MB [2021-01-12T00:38:44.570Z] docker-core-data-go latest 02fc19904dce 26 seconds ago 22.3MB [2021-01-12T00:38:44.570Z] docker-security-proxy-setup-go latest 6baa90765d20 51 seconds ago 24.5MB [2021-01-12T00:38:44.570Z] docker-security-bootstrap-redis-go latest 000681f8ca2e 54 seconds ago 15.8MB [2021-01-12T00:38:44.570Z] docker-security-secretstore-setup-go latest 92f7e274d682 About a minute ago 24.6MB [2021-01-12T00:38:44.570Z] docker-support-notifications-go latest 184d429a48b7 About a minute ago 12MB [2021-01-12T00:38:44.570Z] docker-core-metadata-go latest 65d2fedbbc6b 2 minutes ago 13MB [2021-01-12T00:38:44.570Z] docker-core-command-go latest 0761e5e16398 2 minutes ago 10.6MB [2021-01-12T00:38:44.570Z] docker-support-scheduler-go latest 7b40c59f4f9b 2 minutes ago 10.7MB [2021-01-12T00:38:44.570Z] docker 20.10.0 aefe523efa57 4 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-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.579s coverage: 29.1% of statements [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.258s coverage: 99.0% of statements [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T00:38:47.417Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T00:38:47.417Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-01-12T00:38:48.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements [2021-01-12T00:38:51.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-12T00:38:51.765Z] GO111MODULE=on go vet ./... [2021-01-12T00:39:00.232Z] Still waiting to schedule task [2021-01-12T00:39:00.232Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-12T00:39:51.735Z] Running on prd-ubuntu18.04-docker-8c-8g-19669 in /w/workspace/edgexfoundry_edgex-go_PR-3007 [Pipeline] { [Pipeline] ws [2021-01-12T00:39:51.784Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-12T00:39:54.016Z] using credential edgex-jenkins-ssh [2021-01-12T00:39:54.067Z] Cloning the remote Git repository [2021-01-12T00:39:54.112Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:39:54.175Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-12T00:39:54.209Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:39:54.209Z] > git --version # timeout=10 [2021-01-12T00:39:54.216Z] > git --version # 'git version 2.17.1' [2021-01-12T00:39:54.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:39:54.241Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:40:00.257Z] Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit abb04a84f92cad6368f2dda5d820cc50d505de1e [2021-01-12T00:39:59.704Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:39:59.712Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:39:59.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T00:39:59.735Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T00:39:59.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:39:59.740Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3007/head:refs/remotes/origin/PR-3007 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:40:00.284Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:40:00.293Z] > git checkout -f abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [2021-01-12T00:40:00.454Z] Merge succeeded, producing 85ffec127f0ccf04f8d089b0cb3ecb81c496323c [2021-01-12T00:40:00.455Z] Checking out Revision 85ffec127f0ccf04f8d089b0cb3ecb81c496323c (PR-3007) [2021-01-12T00:40:00.371Z] > git remote # timeout=10 [2021-01-12T00:40:00.377Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:40:00.390Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:40:00.395Z] > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 [2021-01-12T00:40:00.465Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:40:00.476Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:40:00.480Z] > git checkout -f 85ffec127f0ccf04f8d089b0cb3ecb81c496323c # timeout=10 [2021-01-12T00:40:04.145Z] Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" [2021-01-12T00:40:04.163Z] > git rev-list --no-walk abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:40:05.347Z] + echo snap-build.sh [2021-01-12T00:40:05.347Z] snap-build.sh [2021-01-12T00:40:05.347Z] + SNAP_BASE_DIR=. [2021-01-12T00:40:05.347Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-12T00:40:05.347Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-12T00:40:05.347Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-12T00:40:05.347Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-12T00:40:05.347Z] + cd /w/workspace/edgex-go/3 [2021-01-12T00:40:05.347Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T00:40:05.347Z] Reading package lists... [2021-01-12T00:40:05.611Z] Building dependency tree... [2021-01-12T00:40:05.611Z] Reading state information... [2021-01-12T00:40:05.611Z] The following packages were automatically installed and are no longer required: [2021-01-12T00:40:05.611Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T00:40:05.611Z] uidmap xdelta3 [2021-01-12T00:40:05.611Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T00:40:05.872Z] The following packages will be REMOVED: [2021-01-12T00:40:05.872Z] lxd* lxd-client* [2021-01-12T00:40:06.135Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T00:40:06.135Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T00:40:07.190Z] (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-12T00:40:07.190Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:40:08.136Z] Removing lxd dnsmasq configuration [2021-01-12T00:40:08.136Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:40:08.398Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T00:40:09.343Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T00:40:09.607Z] (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-12T00:40:09.607Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T00:40:10.995Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T00:40:10.995Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T00:40:12.386Z] + sudo snap remove --purge lxd [2021-01-12T00:40:12.386Z] snap "lxd" is not installed [2021-01-12T00:40:12.386Z] + sudo groupadd --force --system lxd [2021-01-12T00:40:12.649Z] ++ whoami [2021-01-12T00:40:12.649Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T00:40:12.649Z] + newgrp - lxd [2021-01-12T00:40:12.649Z] + sudo snap install lxd [2021-01-12T00:40:13.565Z] gofmt -l . [2021-01-12T00:40:13.565Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:40:13.565Z] ./bin/test-go-mod-tidy.sh [2021-01-12T00:40:13.565Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T00:40:14.281Z] + ls -al . [2021-01-12T00:40:14.281Z] total 680 [2021-01-12T00:40:14.281Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 00:40 . [2021-01-12T00:40:14.281Z] drwxr-xr-x 4 root root 4096 Jan 12 00:36 .. [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 00:34 .dockerignore [2021-01-12T00:40:14.281Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 .git [2021-01-12T00:40:14.281Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 00:34 .github [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 824 Jan 12 00:34 .gitignore [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 00:34 .sonarcloud.properties [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:34 Attribution.txt [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:34 CONTRIBUTING.md [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 00:34 Dockerfile.build [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 00:34 Jenkinsfile [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:34 LICENSE [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:34 Makefile [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:34 README.md [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:34 SECURITY.md [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 00:31 VERSION [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:34 ZMQWindows.md [2021-01-12T00:40:14.281Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 00:34 bin [2021-01-12T00:40:14.281Z] drwxrwxr-x 14 1001 1001 4096 Jan 12 00:34 cmd [2021-01-12T00:40:14.281Z] -rw-r--r-- 1 root root 545099 Jan 12 00:38 coverage.out [2021-01-12T00:40:14.281Z] -rw-r--r-- 1 root root 979 Jan 12 00:40 go.mod [2021-01-12T00:40:14.281Z] -rw-r--r-- 1 root root 18934 Jan 12 00:40 go.sum [2021-01-12T00:40:14.281Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 internal [2021-01-12T00:40:14.281Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 openapi [2021-01-12T00:40:14.281Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 snap [2021-01-12T00:40:14.281Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 00:34 version.go [Pipeline] sh [2021-01-12T00:40:14.948Z] + '[' -e coverage.out ] [2021-01-12T00:40:14.948Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T00:40:14.969Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T00:40:16.258Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T00:40:16.938Z] + make build [2021-01-12T00:40:16.938Z] 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-12T00:40:22.736Z] 2021-01-12T00:40:19Z INFO Waiting for automatic snapd restart... [2021-01-12T00:40:29.361Z] 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-12T00:40:32.792Z] lxd 4.10 from Canonical* installed [2021-01-12T00:40:32.792Z] + sudo lxd init --auto [2021-01-12T00:40:42.833Z] + sudo snap install --classic snapcraft [2021-01-12T00:40:49.435Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:40:49.435Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T00:40:49.435Z] + patch --verbose -p1 [2021-01-12T00:40:49.435Z] Hmm... Looks like a unified diff to me... [2021-01-12T00:40:49.435Z] The text leading up to this was: [2021-01-12T00:40:49.435Z] -------------------------- [2021-01-12T00:40:49.435Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-12T00:40:49.435Z] |From: Tony Espy [2021-01-12T00:40:49.435Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-12T00:40:49.435Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-12T00:40:49.435Z] | [2021-01-12T00:40:49.435Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-12T00:40:49.435Z] |optimize the snap CI check run for pull requests. When [2021-01-12T00:40:49.435Z] |applied, it essentially strips out everything (apps and [2021-01-12T00:40:49.435Z] |parts) from the snapcraft.yaml file except those required [2021-01-12T00:40:49.435Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-12T00:40:49.435Z] |catch changes to edgex-go that break the snap build. [2021-01-12T00:40:49.435Z] | [2021-01-12T00:40:49.435Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-12T00:40:49.435Z] |to update this patch file, otherwise it may fail to apply, [2021-01-12T00:40:49.435Z] |resulting in a failed snap build CI check in the associated [2021-01-12T00:40:49.435Z] |pull request. [2021-01-12T00:40:49.435Z] | [2021-01-12T00:40:49.435Z] |Note - in addition to applying this patch, the pipeline also [2021-01-12T00:40:49.435Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-12T00:40:49.435Z] |need to build the finally binary .snap file (and it won't [2021-01-12T00:40:49.435Z] |work with the patch applied). This further reduces the build [2021-01-12T00:40:49.435Z] |time. [2021-01-12T00:40:49.435Z] |--- [2021-01-12T00:40:49.435Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-12T00:40:49.435Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-12T00:40:49.435Z] | [2021-01-12T00:40:49.435Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-12T00:40:49.435Z] |index 1e537489..faf42425 100644 [2021-01-12T00:40:49.435Z] |--- a/snap/snapcraft.yaml [2021-01-12T00:40:49.435Z] |+++ b/snap/snapcraft.yaml [2021-01-12T00:40:49.435Z] -------------------------- [2021-01-12T00:40:49.435Z] patching file snap/snapcraft.yaml [2021-01-12T00:40:49.435Z] Using Plan A... [2021-01-12T00:40:49.435Z] Hunk #1 succeeded at 73. [2021-01-12T00:40:49.435Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-12T00:40:49.435Z] Hunk #3 succeeded at 214. [2021-01-12T00:40:49.435Z] Hunk #4 succeeded at 222. [2021-01-12T00:40:49.435Z] Hunk #5 succeeded at 229. [2021-01-12T00:40:49.435Z] Hunk #6 succeeded at 256. [2021-01-12T00:40:49.435Z] Hunk #7 succeeded at 290. [2021-01-12T00:40:49.435Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-12T00:40:49.435Z] Hmm... Ignoring the trailing garbage. [2021-01-12T00:40:49.435Z] done [2021-01-12T00:40:49.435Z] + sudo snapcraft prime --use-lxd [2021-01-12T00:40:50.823Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T00:40:50.823Z] 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-12T00:40:50.823Z] - README.md [2021-01-12T00:40:50.823Z] - snapcraft.yaml.orig [2021-01-12T00:40:50.823Z] [2021-01-12T00:40:50.823Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:40:51.771Z] Launching a container. [2021-01-12T00:40:56.173Z] 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-12T00:40:57.637Z] 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-12T00:41:04.075Z] Waiting for container to be ready [2021-01-12T00:41:04.075Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-12T00:41:04.075Z] [2021-01-12T00:41:04.372Z] 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-12T00:41:05.813Z] 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-12T00:41:06.632Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-12T00:41:06.897Z] Waiting for network to be ready... [2021-01-12T00:41:07.471Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:41:07.471Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:41:08.045Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:41:08.045Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:41:08.045Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:41:08.307Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:41:08.569Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:41:08.569Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:41:08.569Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:41:08.569Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:41:08.569Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:41:08.569Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:41:08.569Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:41:08.569Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:41:08.569Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:41:08.569Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:41:08.569Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:41:08.569Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:41:08.831Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:41:08.831Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:41:09.092Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:41:09.092Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:41:09.092Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:41:09.092Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:41:09.092Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:41:09.092Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:41:09.092Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:41:11.254Z] 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-12T00:41:11.651Z] Fetched 23.7 MB in 4s (5535 kB/s) [2021-01-12T00:41:12.234Z] Reading package lists... [2021-01-12T00:41:12.500Z] Reading package lists... [2021-01-12T00:41:12.760Z] Building dependency tree... [2021-01-12T00:41:12.760Z] Reading state information... [2021-01-12T00:41:13.022Z] The following additional packages will be installed: [2021-01-12T00:41:13.022Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:41:13.022Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:41:13.022Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:41:13.022Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-12T00:41:13.022Z] Suggested packages: [2021-01-12T00:41:13.022Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-12T00:41:13.022Z] Recommended packages: [2021-01-12T00:41:13.022Z] gnupg libsasl2-modules [2021-01-12T00:41:13.022Z] The following NEW packages will be installed: [2021-01-12T00:41:13.022Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T00:41:13.022Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T00:41:13.022Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T00:41:13.022Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-12T00:41:13.022Z] The following packages will be upgraded: [2021-01-12T00:41:13.022Z] gpg gpg-agent gpgconf libudev1 [2021-01-12T00:41:13.022Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-12T00:41:13.022Z] Need to get 3532 kB of archives. [2021-01-12T00:41:13.022Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-12T00:41:13.022Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-12T00:41:13.022Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-12T00:41:13.022Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-12T00:41:13.022Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-12T00:41:13.022Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-12T00:41:13.022Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-12T00:41:13.283Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-12T00:41:13.544Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-12T00:41:13.805Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-12T00:41:13.805Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-12T00:41:13.805Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-12T00:41:13.805Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-12T00:41:13.805Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-12T00:41:13.805Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-12T00:41:13.805Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-12T00:41:13.805Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-12T00:41:13.805Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-12T00:41:13.805Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-12T00:41:14.076Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-12T00:41:14.076Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-12T00:41:14.076Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-12T00:41:14.076Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-12T00:41:14.076Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:41:14.076Z] Fetched 3532 kB in 1s (3514 kB/s) [2021-01-12T00:41:14.076Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:41:14.076Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:41:14.076Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:41:14.337Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:41:14.337Z] Selecting previously unselected package udev. [2021-01-12T00:41:14.337Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T00:41:14.337Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:41:14.337Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-12T00:41:14.598Z] Selecting previously unselected package libfuse2:amd64. [2021-01-12T00:41:14.598Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:41:14.598Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:41:14.859Z] Selecting previously unselected package fuse. [2021-01-12T00:41:14.860Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T00:41:14.860Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:41:14.860Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:14.860Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:41:14.860Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:15.121Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:41:15.122Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:15.122Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:41:15.384Z] Selecting previously unselected package libksba8:amd64. [2021-01-12T00:41:15.384Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-12T00:41:15.384Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:41:15.384Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-12T00:41:15.384Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:15.384Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:15.549Z] 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-12T00:41:15.649Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-12T00:41:15.649Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:15.649Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:15.649Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-12T00:41:15.649Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:15.649Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:15.649Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-12T00:41:15.649Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:15.649Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:15.910Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-12T00:41:15.910Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:15.910Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:15.910Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-12T00:41:15.910Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:15.910Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:16.172Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-12T00:41:16.172Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:16.172Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:16.172Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-12T00:41:16.172Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:16.172Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:16.432Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-12T00:41:16.433Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T00:41:16.433Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:16.433Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-12T00:41:16.433Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:41:16.433Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:41:16.433Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-12T00:41:16.433Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T00:41:16.433Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:41:16.696Z] Selecting previously unselected package libldap-common. [2021-01-12T00:41:16.696Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-12T00:41:16.696Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:41:16.696Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-12T00:41:16.696Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-12T00:41:16.696Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:41:16.696Z] Selecting previously unselected package dirmngr. [2021-01-12T00:41:16.696Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:16.958Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:41:16.958Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:41:16.958Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-12T00:41:16.958Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T00:41:16.958Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:41:16.958Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T00:41:16.958Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-12T00:41:17.223Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:17.223Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-12T00:41:17.223Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:41:17.223Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-12T00:41:17.485Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-12T00:41:17.485Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:17.752Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-12T00:41:17.752Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-12T00:41:17.752Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-12T00:41:17.752Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:17.752Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:17.752Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:17.752Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:18.013Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:18.013Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:18.013Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T00:41:18.013Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T00:41:18.013Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T00:41:18.013Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:41:18.589Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-12T00:41:18.589Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-12T00:41:18.589Z] This means they are not meant to be enabled using systemctl. [2021-01-12T00:41:18.589Z] Possible reasons for having this kind of units are: [2021-01-12T00:41:18.589Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-12T00:41:18.589Z] .wants/ or .requires/ directory. [2021-01-12T00:41:18.589Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-12T00:41:18.589Z] a requirement dependency on it. [2021-01-12T00:41:18.589Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-12T00:41:18.589Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-12T00:41:18.589Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-12T00:41:18.589Z] instance name specified. [2021-01-12T00:41:18.851Z] Reading package lists... [2021-01-12T00:41:19.111Z] Building dependency tree... [2021-01-12T00:41:19.111Z] Reading state information... [2021-01-12T00:41:19.111Z] The following additional packages will be installed: [2021-01-12T00:41:19.112Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-12T00:41:19.112Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-12T00:41:19.112Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-12T00:41:19.112Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-12T00:41:19.112Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-12T00:41:19.112Z] Suggested packages: [2021-01-12T00:41:19.112Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-12T00:41:19.112Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-12T00:41:19.112Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-12T00:41:19.112Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-12T00:41:19.112Z] systemd-container policykit-1 [2021-01-12T00:41:19.112Z] Recommended packages: [2021-01-12T00:41:19.112Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-12T00:41:19.372Z] The following NEW packages will be installed: [2021-01-12T00:41:19.372Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-12T00:41:19.372Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-12T00:41:19.372Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-12T00:41:19.372Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-12T00:41:19.372Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-12T00:41:19.372Z] The following packages will be upgraded: [2021-01-12T00:41:19.372Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-12T00:41:19.372Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-12T00:41:19.372Z] Need to get 35.2 MB of archives. [2021-01-12T00:41:19.372Z] After this operation, 141 MB of additional disk space will be used. [2021-01-12T00:41:19.372Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-12T00:41:19.372Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-12T00:41:19.946Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-12T00:41:20.207Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-12T00:41:20.207Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-12T00:41:20.207Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-12T00:41:20.207Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-12T00:41:20.207Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-12T00:41:20.207Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-12T00:41:20.207Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-12T00:41:20.207Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-12T00:41:20.207Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-12T00:41:20.207Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-12T00:41:20.207Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-12T00:41:20.207Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-12T00:41:20.207Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-12T00:41:20.207Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-12T00:41:20.469Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-12T00:41:20.469Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-12T00:41:20.469Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-12T00:41:20.469Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-12T00:41:20.469Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-12T00:41:20.469Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-12T00:41:20.469Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-12T00:41:20.469Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-12T00:41:20.469Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-12T00:41:20.469Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-12T00:41:20.469Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-12T00:41:20.469Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-12T00:41:20.469Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-12T00:41:20.942Z] 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-12T00:41:21.861Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:41:21.861Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-12T00:41:21.861Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:41:21.861Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:41:21.861Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:41:22.432Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:41:22.432Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:41:22.432Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-12T00:41:22.693Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:41:22.693Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:41:22.693Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:41:22.693Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-12T00:41:22.955Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T00:41:22.955Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T00:41:22.955Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T00:41:23.217Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-12T00:41:23.478Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-12T00:41:23.743Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-12T00:41:23.743Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-12T00:41:23.743Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:41:24.005Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:41:24.005Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-12T00:41:24.005Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:41:24.005Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:24.264Z] Selecting previously unselected package libexpat1:amd64. [2021-01-12T00:41:24.264Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-12T00:41:24.264Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:41:24.331Z] 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-12T00:41:24.526Z] Selecting previously unselected package python3.6-minimal. [2021-01-12T00:41:24.526Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:41:24.526Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:24.526Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:41:24.786Z] Checking for services that may need to be restarted...done. [2021-01-12T00:41:24.786Z] Checking for services that may need to be restarted...done. [2021-01-12T00:41:25.047Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:25.047Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T00:41:25.047Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:25.311Z] Selecting previously unselected package python3-minimal. [2021-01-12T00:41:25.571Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-12T00:41:25.571Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:41:25.571Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:41:25.571Z] Selecting previously unselected package mime-support. [2021-01-12T00:41:25.571Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-12T00:41:25.571Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-12T00:41:25.571Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-12T00:41:25.571Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-12T00:41:25.571Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:41:25.833Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-12T00:41:25.833Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:41:25.833Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:26.094Z] Selecting previously unselected package python3.6. [2021-01-12T00:41:26.094Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T00:41:26.094Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:26.094Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-12T00:41:26.094Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:41:26.094Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:41:26.094Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-12T00:41:26.355Z] Selecting previously unselected package python3. [2021-01-12T00:41:26.355Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-12T00:41:26.355Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-12T00:41:26.355Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-12T00:41:26.617Z] Selecting previously unselected package multiarch-support. [2021-01-12T00:41:26.617Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:41:26.617Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:41:26.617Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T00:41:26.617Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-12T00:41:26.617Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-12T00:41:26.617Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-12T00:41:26.617Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:41:26.878Z] Selecting previously unselected package libbsd0:amd64. [2021-01-12T00:41:26.878Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-12T00:41:26.878Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:41:26.878Z] Selecting previously unselected package sudo. [2021-01-12T00:41:26.878Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-12T00:41:26.878Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:41:27.140Z] Selecting previously unselected package apparmor. [2021-01-12T00:41:27.140Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:41:27.140Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:41:27.140Z] Selecting previously unselected package libedit2:amd64. [2021-01-12T00:41:27.140Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-12T00:41:27.140Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:41:27.403Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-12T00:41:27.403Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:41:27.403Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:27.403Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-12T00:41:27.403Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:41:27.403Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:27.665Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-12T00:41:27.665Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-12T00:41:27.665Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:41:27.665Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-12T00:41:27.665Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:41:27.665Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:27.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T00:41:27.925Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-12T00:41:27.926Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T00:41:27.926Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:27.926Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-12T00:41:27.926Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-12T00:41:27.926Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:41:28.185Z] Selecting previously unselected package openssh-client. [2021-01-12T00:41:28.186Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-12T00:41:28.186Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:41:28.447Z] Selecting previously unselected package squashfs-tools. [2021-01-12T00:41:28.447Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:41:28.447Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:41:28.447Z] Selecting previously unselected package snapd. [2021-01-12T00:41:28.447Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-12T00:41:28.447Z] Unpacking snapd (2.48+18.04) ... [2021-01-12T00:41:31.000Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T00:41:31.000Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T00:41:31.000Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-12T00:41:31.000Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T00:41:31.000Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T00:41:31.000Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:31.000Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:41:31.000Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-12T00:41:31.000Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-12T00:41:31.575Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T00:41:31.575Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T00:41:31.840Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T00:41:31.840Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:31.840Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:31.840Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T00:41:32.413Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T00:41:32.413Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:32.413Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T00:41:32.413Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-12T00:41:32.413Z] running python rtupdate hooks for python3.6... [2021-01-12T00:41:32.413Z] running python post-rtupdate hooks for python3.6... [2021-01-12T00:41:32.674Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-12T00:41:33.119Z] 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-12T00:41:34.061Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-12T00:41:34.061Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T00:41:34.322Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T00:41:34.322Z] Setting up snapd (2.48+18.04) ... [2021-01-12T00:41:34.892Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-12T00:41:34.892Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-12T00:41:35.153Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-12T00:41:35.415Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-12T00:41:35.415Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:41:35.415Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T00:41:35.677Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-12T00:41:35.939Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-12T00:41:35.939Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-12T00:41:36.198Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-12T00:41:36.458Z] /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-12T00:41:36.458Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T00:41:36.458Z] Processing triggers for systemd (237-3ubuntu10.43) ... [Pipeline] } [2021-01-12T00:41:36.518Z] $ docker stop --time=1 47d931cd6ba0bcba6bb398d1aaae3b8c72e1fc21e47e90939f1ea3d34085d984 [2021-01-12T00:41:37.411Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:41:37.411Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:41:37.411Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:41:38.927Z] Reading package lists... [2021-01-12T00:41:38.927Z] Reading package lists... [2021-01-12T00:41:39.058Z] $ docker rm -f 47d931cd6ba0bcba6bb398d1aaae3b8c72e1fc21e47e90939f1ea3d34085d984 [2021-01-12T00:41:39.189Z] Building dependency tree... [2021-01-12T00:41:39.189Z] Reading state information... [2021-01-12T00:41:39.451Z] Calculating upgrade... [2021-01-12T00:41:39.451Z] The following packages will be upgraded: [2021-01-12T00:41:39.451Z] advancecomp base-files bash binutils binutils-common [2021-01-12T00:41:39.451Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-12T00:41:39.451Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-12T00:41:39.451Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-12T00:41:39.451Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-12T00:41:39.451Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-12T00:41:39.451Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-12T00:41:39.451Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-12T00:41:39.451Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-12T00:41:39.451Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-12T00:41:39.451Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-12T00:41:39.451Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-12T00:41:39.451Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-12T00:41:39.451Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-12T00:41:39.451Z] ubuntu-keyring util-linux [2021-01-12T00:41:39.451Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:41:39.451Z] Need to get 63.7 MB of archives. [2021-01-12T00:41:39.452Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-12T00:41:39.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-12T00:41:39.714Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-12T00:41:39.714Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-12T00:41:39.714Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-12T00:41:39.714Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-12T00:41:39.714Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-12T00:41:39.714Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-12T00:41:39.714Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-12T00:41:39.714Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-12T00:41:39.714Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-12T00:41:39.714Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-12T00:41:39.714Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-12T00:41:39.714Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-12T00:41:39.714Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-12T00:41:39.714Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-12T00:41:39.714Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-12T00:41:39.714Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-12T00:41:39.977Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-12T00:41:39.977Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-12T00:41:39.977Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-12T00:41:39.977Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-12T00:41:39.977Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-12T00:41:39.977Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-12T00:41:39.977Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-12T00:41:39.977Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-12T00:41:39.977Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-12T00:41:39.977Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-12T00:41:39.977Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-12T00:41:39.977Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-12T00:41:39.977Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-12T00:41:39.977Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-12T00:41:39.977Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-12T00:41:39.977Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-12T00:41:39.977Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-12T00:41:39.977Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-12T00:41:39.977Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-12T00:41:39.977Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-12T00:41:39.977Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-12T00:41:39.977Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-12T00:41:39.977Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-12T00:41:39.977Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-12T00:41:39.977Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-12T00:41:39.977Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-12T00:41:39.977Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-12T00:41:39.977Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-12T00:41:39.977Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-12T00:41:39.977Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-12T00:41:39.977Z] Get:48 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-12T00:41:40.238Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-12T00:41:40.238Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-12T00:41:40.238Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-12T00:41:40.238Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-12T00:41:40.238Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-12T00:41:40.238Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-12T00:41:40.238Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-12T00:41:40.238Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-12T00:41:40.498Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-12T00:41:40.498Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-12T00:41:40.498Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:41:40.759Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-12T00:41:40.759Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-12T00:41:40.759Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-12T00:41:40.759Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-12T00:41:40.759Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-12T00:41:41.022Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-12T00:41:41.022Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-12T00:41:41.022Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-12T00:41:41.022Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-12T00:41:41.022Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-12T00:41:41.022Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-12T00:41:41.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:41.063Z] [2021-01-12T00:41:41.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:41:41.284Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-12T00:41:41.284Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-12T00:41:41.284Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-12T00:41:41.284Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-12T00:41:41.284Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-12T00:41:41.284Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-12T00:41:41.284Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-12T00:41:41.284Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-12T00:41:41.284Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-12T00:41:41.284Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-12T00:41:41.284Z] Get:81 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-12T00:41:41.284Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-12T00:41:41.284Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-12T00:41:41.284Z] Get:84 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-12T00:41:41.284Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-12T00:41:41.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:41.442Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T00:41:41.442Z] 29e5d40040c1: Pulling fs layer [2021-01-12T00:41:41.442Z] 1ce36da41761: Pulling fs layer [2021-01-12T00:41:41.442Z] 25b303627fd3: Pulling fs layer [2021-01-12T00:41:41.545Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-12T00:41:41.545Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-12T00:41:41.545Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-12T00:41:41.545Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-12T00:41:41.545Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-12T00:41:41.545Z] Get:91 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-12T00:41:41.545Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-12T00:41:41.545Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-12T00:41:41.545Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-12T00:41:41.545Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-12T00:41:41.715Z] 29e5d40040c1: Verifying Checksum [2021-01-12T00:41:41.715Z] 29e5d40040c1: Download complete [2021-01-12T00:41:41.807Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-12T00:41:41.807Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-12T00:41:41.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:41:42.071Z] Fetched 63.7 MB in 2s (28.0 MB/s) [2021-01-12T00:41:42.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:42.071Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:41:42.071Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:41:42.312Z] 29e5d40040c1: Pull complete [2021-01-12T00:41:42.586Z] 1ce36da41761: Verifying Checksum [2021-01-12T00:41:42.586Z] 1ce36da41761: Download complete [2021-01-12T00:41:42.641Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:41:42.641Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:41:42.901Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-12T00:41:42.901Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-12T00:41:43.871Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:43.871Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:43.871Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:43.871Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.020Z] 1ce36da41761: Pull complete [2021-01-12T00:41:44.020Z] 25b303627fd3: Verifying Checksum [2021-01-12T00:41:44.020Z] 25b303627fd3: Download complete [2021-01-12T00:41:44.133Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.133Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.133Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.133Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.395Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.395Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.395Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.395Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.656Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.656Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.656Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:41:44.656Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:41:44.656Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.918Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-12T00:41:44.918Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:41:44.918Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:41:44.918Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:44.918Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:45.180Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:45.180Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:45.180Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T00:41:45.441Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T00:41:45.441Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:41:45.701Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:41:45.701Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:41:45.701Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:41:46.273Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:41:46.534Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T00:41:46.534Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-12T00:41:46.534Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-12T00:41:46.534Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-12T00:41:46.534Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-12T00:41:46.797Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-12T00:41:46.797Z] Installing new version of config file /etc/issue ... [2021-01-12T00:41:46.797Z] Installing new version of config file /etc/issue.net ... [2021-01-12T00:41:46.797Z] Installing new version of config file /etc/lsb-release ... [2021-01-12T00:41:46.797Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-12T00:41:47.058Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-12T00:41:47.058Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-12T00:41:47.058Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-12T00:41:47.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:47.323Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-12T00:41:47.323Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-12T00:41:47.586Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-12T00:41:47.586Z] 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-12T00:41:47.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:47.586Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:47.586Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:47.847Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:47.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:47.847Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-12T00:41:47.847Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-12T00:41:48.108Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-12T00:41:48.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:48.108Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-12T00:41:48.370Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:41:48.370Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-12T00:41:48.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:48.632Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:48.632Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:41:48.896Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:41:48.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:48.896Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:48.896Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:41:49.161Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-12T00:41:49.161Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:49.161Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-12T00:41:49.161Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-12T00:41:49.425Z] Setting up grep (3.1-2build1) ... [2021-01-12T00:41:49.425Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:49.425Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:41:49.425Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:41:49.693Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-12T00:41:49.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:49.693Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:41:49.693Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:41:49.962Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-12T00:41:49.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:49.962Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:41:49.962Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:41:50.564Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:41:50.564Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:41:50.564Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T00:41:50.838Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:41:51.416Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-12T00:41:51.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:51.416Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-12T00:41:51.416Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T00:41:52.369Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:41:52.369Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:41:52.633Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T00:41:52.633Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T00:41:52.633Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:41:52.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:52.896Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-12T00:41:52.896Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-12T00:41:53.157Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-12T00:41:53.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:53.157Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:53.157Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:53.422Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:53.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:53.422Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:53.422Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:53.682Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:53.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:53.682Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:53.682Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:53.958Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:53.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:53.958Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:53.958Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:54.180Z] 25b303627fd3: Pull complete [2021-01-12T00:41:54.180Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T00:41:54.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:41:54.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T00:41:54.224Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:54.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:54.224Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:41:54.224Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:41:54.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container [2021-01-12T00:41:54.486Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:41:54.486Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:41:54.486Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:41:54.520Z] $ 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-arm64:latest cat [2021-01-12T00:41:54.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:54.749Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T00:41:54.749Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:41:54.749Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:41:55.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:55.010Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:55.010Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:55.010Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:55.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:55.010Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:55.281Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:55.281Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:55.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:55.281Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:55.545Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:55.806Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:41:56.068Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-12T00:41:56.642Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-12T00:41:56.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:56.642Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T00:41:56.642Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T00:41:56.904Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:41:56.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T00:41:56.904Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-12T00:41:56.904Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T00:41:57.165Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-12T00:41:57.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:57.165Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-12T00:41:57.165Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-12T00:41:57.426Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-12T00:41:57.678Z] $ docker top 464d20290949e286961efc6ebe1ff3701d67e201644cda7e046564a2837a93ba -eo pid,comm [2021-01-12T00:41:57.687Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:57.687Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:41:57.687Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:41:57.687Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:41:57.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:57.949Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:41:57.949Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-01-12T00:41:58.211Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:41:58.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:58.211Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T00:41:58.473Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:41:58.473Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:41:58.653Z] + docker-compose build --help [2021-01-12T00:41:58.653Z] + grep parallel [2021-01-12T00:41:58.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:58.735Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T00:41:58.735Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T00:41:58.735Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-12T00:41:58.735Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T00:41:58.997Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:58.997Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:41:58.997Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:41:59.270Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:59.270Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-12T00:41:59.270Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-12T00:41:59.270Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-12T00:41:59.537Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:59.537Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-12T00:41:59.537Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T00:41:59.537Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T00:41:59.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:41:59.799Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T00:41:59.799Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T00:42:00.062Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T00:42:00.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:00.062Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-12T00:42:00.062Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-12T00:42:00.062Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-12T00:42:00.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:00.329Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T00:42:00.329Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T00:42:00.591Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-12T00:42:00.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:00.852Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T00:42:00.852Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T00:42:00.852Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-12T00:42:01.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:01.116Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-12T00:42:01.116Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-12T00:42:01.116Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-12T00:42:01.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:01.379Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-12T00:42:01.379Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-12T00:42:01.379Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-12T00:42:01.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:01.642Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-12T00:42:01.642Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-12T00:42:01.642Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-12T00:42:01.908Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:01.908Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-12T00:42:01.908Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-12T00:42:01.908Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-12T00:42:02.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:02.171Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:42:02.171Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-12T00:42:02.171Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-12T00:42:02.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T00:42:02.439Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-12T00:42:02.439Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-12T00:42:02.439Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-12T00:42:02.439Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-12T00:42:02.439Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:42:02.702Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:42:02.702Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T00:42:02.702Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T00:42:02.960Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T00:42:02.980Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T00:42:02.980Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T00:42:02.989Z] $ docker stop --time=1 464d20290949e286961efc6ebe1ff3701d67e201644cda7e046564a2837a93ba [2021-01-12T00:42:03.241Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-12T00:42:03.241Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-12T00:42:03.241Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T00:42:03.241Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-12T00:42:03.503Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T00:42:03.503Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-12T00:42:03.503Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-12T00:42:03.503Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-12T00:42:03.764Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-12T00:42:03.764Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-12T00:42:03.764Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-12T00:42:03.764Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-12T00:42:04.027Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-12T00:42:04.027Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-12T00:42:04.027Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-12T00:42:04.027Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-12T00:42:04.288Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-12T00:42:04.288Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-12T00:42:05.149Z] $ docker rm -f 464d20290949e286961efc6ebe1ff3701d67e201644cda7e046564a2837a93ba [2021-01-12T00:42:05.233Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-12T00:42:05.234Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-12T00:42:05.234Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-12T00:42:05.234Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-12T00:42:05.234Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:42:05.234Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:42:05.809Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:42:05.809Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:42:05.809Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:42:05.809Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:42:06.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T00:42:06.017Z] . [Pipeline] withDockerContainer [2021-01-12T00:42:06.071Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T00:42:06.071Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T00:42:06.071Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:06.071Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:06.332Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:06.332Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:06.338Z] prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container [2021-01-12T00:42:06.455Z] $ 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-arm64:latest cat [2021-01-12T00:42:06.610Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:06.610Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:06.610Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:06.610Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:07.551Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:07.552Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:08.010Z] $ docker top a57c48580b3654c444c91c87c4b963294462b1dd80223e691c63ed97b41e2e56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:42:08.494Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:08.494Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:09.068Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:09.068Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:09.157Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T00:42:09.330Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:09.330Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:10.271Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T00:42:10.271Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T00:42:10.271Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:42:10.534Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:42:10.534Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:42:10.534Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:42:10.795Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T00:42:10.795Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T00:42:10.795Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-12T00:42:10.795Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-12T00:42:11.056Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:42:11.056Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:42:11.056Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T00:42:11.056Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T00:42:11.317Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-12T00:42:11.317Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-12T00:42:11.578Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:11.578Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T00:42:11.578Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:11.578Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:11.578Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:11.578Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-12T00:42:11.578Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-12T00:42:11.578Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-12T00:42:11.845Z] [2021-01-12T00:42:11.845Z] Current default time zone: 'Etc/UTC' [2021-01-12T00:42:11.845Z] Local time is now: Tue Jan 12 00:42:11 UTC 2021. [2021-01-12T00:42:11.845Z] Universal Time is now: Tue Jan 12 00:42:11 UTC 2021. [2021-01-12T00:42:11.845Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-12T00:42:11.845Z] [2021-01-12T00:42:11.845Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-12T00:42:11.845Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:11.845Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-12T00:42:11.845Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-12T00:42:12.106Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-12T00:42:12.106Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-12T00:42:12.106Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:42:12.106Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:42:12.106Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-12T00:42:12.367Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T00:42:12.367Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:12.367Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-12T00:42:12.629Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:12.629Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:42:12.629Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:12.629Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-12T00:42:12.629Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-12T00:42:12.889Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-12T00:42:12.889Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T00:42:12.889Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-12T00:42:12.889Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-12T00:42:12.889Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:42:12.889Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:42:14.822Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:42:15.767Z] 22 added, 17 removed; done. [2021-01-12T00:42:15.767Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T00:42:15.869Z] Building docker-core-command-go ... [2021-01-12T00:42:15.869Z] Building docker-core-data-go ... [2021-01-12T00:42:15.869Z] Building docker-core-metadata-go ... [2021-01-12T00:42:15.869Z] Building docker-security-bootstrap-redis-go ... [2021-01-12T00:42:15.869Z] Building docker-security-proxy-setup-go ... [2021-01-12T00:42:15.869Z] Building docker-security-secretstore-setup-go ... [2021-01-12T00:42:15.869Z] Building docker-support-notifications-go ... [2021-01-12T00:42:15.869Z] Building docker-support-scheduler-go ... [2021-01-12T00:42:15.869Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T00:42:15.869Z] Building docker-core-data-go [2021-01-12T00:42:15.869Z] Building docker-security-bootstrap-redis-go [2021-01-12T00:42:15.869Z] Building docker-core-metadata-go [2021-01-12T00:42:15.869Z] Building docker-support-scheduler-go [2021-01-12T00:42:15.869Z] Building docker-support-notifications-go [2021-01-12T00:42:16.030Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T00:42:16.030Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-12T00:42:16.030Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-12T00:42:16.030Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-12T00:42:16.030Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.030Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:42:16.290Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.291Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.291Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.291Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.291Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.291Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-12T00:42:16.291Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:42:16.291Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:42:16.552Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-12T00:42:16.552Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-12T00:42:16.552Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.552Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T00:42:16.552Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:42:16.552Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-12T00:42:16.552Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-12T00:42:16.837Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:42:16.837Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T00:42:16.837Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-12T00:42:16.837Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T00:42:16.837Z] Updating certificates in /etc/ssl/certs... [2021-01-12T00:42:17.781Z] 0 added, 0 removed; done. [2021-01-12T00:42:17.781Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-12T00:42:17.781Z] done. [2021-01-12T00:42:18.042Z] Reading package lists... [2021-01-12T00:42:18.042Z] Building dependency tree... [2021-01-12T00:42:18.042Z] Reading state information... [2021-01-12T00:42:18.303Z] The following NEW packages will be installed: [2021-01-12T00:42:18.303Z] apt-transport-https [2021-01-12T00:42:18.563Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:42:18.563Z] Need to get 1696 B of archives. [2021-01-12T00:42:18.563Z] After this operation, 153 kB of additional disk space will be used. [2021-01-12T00:42:18.563Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-12T00:42:18.563Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:42:18.563Z] Fetched 1696 B in 0s (9267 B/s) [2021-01-12T00:42:18.563Z] Selecting previously unselected package apt-transport-https. [2021-01-12T00:42:18.563Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-12T00:42:18.563Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-12T00:42:18.563Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:42:18.824Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T00:42:19.086Z] Waiting for network to be ready... [2021-01-12T00:42:24.439Z] 2021-01-12T00:42:21Z INFO Waiting for automatic snapd restart... [2021-01-12T00:42:24.707Z] snapd 2.48.2 from Canonical* installed [2021-01-12T00:42:25.659Z] "snapd" switched to the "latest/stable" channel [2021-01-12T00:42:25.659Z] [2021-01-12T00:42:28.226Z] core18 20201210 from Canonical* installed [2021-01-12T00:42:28.486Z] "core18" switched to the "latest/stable" channel [2021-01-12T00:42:28.486Z] [2021-01-12T00:42:31.794Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T00:42:31.794Z] "snapcraft" switched to the "latest/stable" channel [2021-01-12T00:42:31.794Z] [2021-01-12T00:42:35.123Z] 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-12T00:42:35.123Z] - README.md [2021-01-12T00:42:35.123Z] - snapcraft.yaml.orig [2021-01-12T00:42:35.123Z] [2021-01-12T00:42:35.123Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T00:42:41.746Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:42:41.746Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:42:41.746Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:42:41.746Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:42:42.978Z] Reading package lists... [2021-01-12T00:42:43.238Z] 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-12T00:42:49.844Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:42:49.844Z] Reading package lists... [2021-01-12T00:42:49.844Z] Building dependency tree... [2021-01-12T00:42:49.844Z] Reading state information... [2021-01-12T00:42:49.844Z] Suggested packages: [2021-01-12T00:42:49.844Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-12T00:42:49.844Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-12T00:42:49.844Z] Recommended packages: [2021-01-12T00:42:49.844Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-12T00:42:49.844Z] The following NEW packages will be installed: [2021-01-12T00:42:49.844Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-12T00:42:49.844Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-12T00:42:49.844Z] pkg-config zip [2021-01-12T00:42:49.844Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T00:42:49.844Z] Need to get 7655 kB of archives. [2021-01-12T00:42:49.844Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-12T00:42:49.844Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-12T00:42:49.844Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-12T00:42:50.105Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-12T00:42:50.369Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-12T00:42:50.369Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-12T00:42:50.369Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-12T00:42:50.369Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-12T00:42:50.369Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-12T00:42:50.369Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-12T00:42:50.632Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-12T00:42:50.632Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-12T00:42:50.632Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-12T00:42:50.632Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-12T00:42:50.893Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-12T00:42:50.893Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-12T00:42:51.155Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T00:42:51.155Z] Fetched 7655 kB in 1s (6583 kB/s) [2021-01-12T00:42:51.155Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-12T00:42:51.155Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-12T00:42:51.155Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-12T00:42:51.155Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:42:51.425Z] Selecting previously unselected package libpsl5:amd64. [2021-01-12T00:42:51.425Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-12T00:42:51.425Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:42:51.425Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-12T00:42:51.425Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-12T00:42:51.425Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:42:51.425Z] Selecting previously unselected package librtmp1:amd64. [2021-01-12T00:42:51.425Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-12T00:42:51.686Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:42:51.686Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-12T00:42:51.686Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-12T00:42:51.686Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:42:51.686Z] Selecting previously unselected package liberror-perl. [2021-01-12T00:42:51.686Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-12T00:42:51.686Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-12T00:42:51.686Z] Selecting previously unselected package git-man. [2021-01-12T00:42:51.686Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-12T00:42:51.686Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:42:51.947Z] Selecting previously unselected package git. [2021-01-12T00:42:51.948Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-12T00:42:51.948Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:42:52.891Z] Selecting previously unselected package libnorm1:amd64. [2021-01-12T00:42:52.891Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-12T00:42:52.891Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:42:52.891Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-12T00:42:52.891Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-12T00:42:52.891Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:42:53.152Z] Selecting previously unselected package libsodium23:amd64. [2021-01-12T00:42:53.152Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-12T00:42:53.152Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:42:53.152Z] Selecting previously unselected package libzmq5:amd64. [2021-01-12T00:42:53.152Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:42:53.152Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:42:53.152Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-12T00:42:53.152Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T00:42:53.412Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:42:53.412Z] Selecting previously unselected package pkg-config. [2021-01-12T00:42:53.412Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-12T00:42:53.412Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:42:53.412Z] Selecting previously unselected package zip. [2021-01-12T00:42:53.412Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-12T00:42:53.674Z] Unpacking zip (3.0-11build1) ... [2021-01-12T00:42:53.674Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T00:42:53.674Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:42:53.674Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T00:42:53.674Z] Setting up liberror-perl (0.17025-1) ... [2021-01-12T00:42:53.674Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T00:42:53.674Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T00:42:53.936Z] No schema files found: doing nothing. [2021-01-12T00:42:53.936Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T00:42:53.936Z] Setting up zip (3.0-11build1) ... [2021-01-12T00:42:53.936Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T00:42:53.936Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-12T00:42:53.936Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T00:42:53.936Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:42:53.936Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T00:42:54.196Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T00:42:54.196Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T00:42:54.196Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T00:43:00.791Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:43:00.791Z] git set to automatically installed. [2021-01-12T00:43:00.791Z] git-man set to automatically installed. [2021-01-12T00:43:00.791Z] libcurl3-gnutls set to automatically installed. [2021-01-12T00:43:00.791Z] liberror-perl set to automatically installed. [2021-01-12T00:43:00.791Z] libglib2.0-0 set to automatically installed. [2021-01-12T00:43:00.791Z] libnghttp2-14 set to automatically installed. [2021-01-12T00:43:00.791Z] libnorm1 set to automatically installed. [2021-01-12T00:43:00.791Z] libpgm-5.2-0 set to automatically installed. [2021-01-12T00:43:00.791Z] libpsl5 set to automatically installed. [2021-01-12T00:43:00.791Z] librtmp1 set to automatically installed. [2021-01-12T00:43:00.791Z] libsodium23 set to automatically installed. [2021-01-12T00:43:00.791Z] libzmq3-dev set to automatically installed. [2021-01-12T00:43:00.791Z] libzmq5 set to automatically installed. [2021-01-12T00:43:00.791Z] pkg-config set to automatically installed. [2021-01-12T00:43:00.791Z] zip set to automatically installed. [2021-01-12T00:43:02.708Z] snapd is not logged in, snap install commands will use sudo [2021-01-12T00:43:09.495Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T00:43:09.766Z] snap "core18" has no updates available [2021-01-12T00:43:10.353Z] Pulling config-common [2021-01-12T00:43:11.764Z] Pulling go-build-helper [2021-01-12T00:43:23.951Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:23.951Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:23.951Z] ---> 2c99d6bcbf99 [2021-01-12T00:43:23.951Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:43:24.240Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:24.240Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:24.240Z] ---> 2c99d6bcbf99 [2021-01-12T00:43:24.240Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:43:24.531Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:24.531Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:24.531Z] ---> 2c99d6bcbf99 [2021-01-12T00:43:24.531Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:43:24.531Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:24.531Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:24.531Z] ---> 2c99d6bcbf99 [2021-01-12T00:43:24.531Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:43:24.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:43:24.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:43:24.806Z] ---> 2c99d6bcbf99 [2021-01-12T00:43:24.806Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T00:43:26.831Z] ---> Running in 0e732c669732 [2021-01-12T00:43:26.831Z] ---> Running in ebe3960bf9f1 [2021-01-12T00:43:26.831Z] ---> Running in 3946d79f5802 [2021-01-12T00:43:26.831Z] ---> Running in 31598b0b9b37 [2021-01-12T00:43:26.831Z] ---> Running in c1f3c6ef7b6e [2021-01-12T00:43:27.431Z] Removing intermediate container 31598b0b9b37 [2021-01-12T00:43:27.431Z] ---> be0da9bf78a7 [2021-01-12T00:43:27.431Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:27.431Z] Removing intermediate container ebe3960bf9f1 [2021-01-12T00:43:27.431Z] ---> a4c64cbdaf66 [2021-01-12T00:43:27.431Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:27.431Z] Removing intermediate container 0e732c669732 [2021-01-12T00:43:27.431Z] ---> 7477cc674ed4 [2021-01-12T00:43:27.431Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:27.431Z] Removing intermediate container 3946d79f5802 [2021-01-12T00:43:27.431Z] Removing intermediate container c1f3c6ef7b6e [2021-01-12T00:43:27.431Z] ---> 79d0740a4bc8 [2021-01-12T00:43:27.431Z] ---> 0e27de6cf5c4 [2021-01-12T00:43:27.431Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:43:27.431Z] [2021-01-12T00:43:27.716Z] ---> Running in dde4a2c906b6 [2021-01-12T00:43:27.716Z] ---> Running in a35340ce0fd2 [2021-01-12T00:43:27.716Z] ---> Running in a2295eb03d9b [2021-01-12T00:43:27.716Z] ---> Running in 0d2d12ccadb8 [2021-01-12T00:43:27.716Z] ---> Running in 6081d628eb25 [2021-01-12T00:43:32.128Z] Removing intermediate container dde4a2c906b6 [2021-01-12T00:43:32.128Z] ---> b5a7fe279fc8 [2021-01-12T00:43:32.128Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T00:43:32.128Z] ---> Running in 637e4d4e89b0 [2021-01-12T00:43:32.128Z] Removing intermediate container a2295eb03d9b [2021-01-12T00:43:32.128Z] ---> 42afb4901f91 [2021-01-12T00:43:32.128Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:43:32.128Z] Removing intermediate container a35340ce0fd2 [2021-01-12T00:43:32.128Z] ---> 875197ab4900 [2021-01-12T00:43:32.128Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:43:32.403Z] ---> Running in a61d97e327eb [2021-01-12T00:43:32.682Z] ---> Running in 8b9160ceab6f [2021-01-12T00:43:32.682Z] Removing intermediate container 6081d628eb25 [2021-01-12T00:43:32.682Z] ---> f36d809414a3 [2021-01-12T00:43:32.682Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T00:43:32.958Z] Removing intermediate container 0d2d12ccadb8 [2021-01-12T00:43:32.958Z] ---> 37c5f5cfd0fc [2021-01-12T00:43:32.958Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:43:32.958Z] ---> Running in 395dcc50f8a1 [2021-01-12T00:43:33.235Z] ---> Running in 1acf9bc9fbde [2021-01-12T00:43:33.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:34.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:34.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:35.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:35.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:35.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:35.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:36.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:36.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:36.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:43:37.690Z] OK: 217 MiB in 51 packages [2021-01-12T00:43:37.690Z] OK: 217 MiB in 51 packages [2021-01-12T00:43:37.970Z] OK: 217 MiB in 51 packages [2021-01-12T00:43:38.377Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T00:43:38.377Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T00:43:38.377Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T00:43:38.377Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T00:43:38.377Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T00:43:38.377Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T00:43:38.377Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T00:43:38.377Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T00:43:38.377Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T00:43:38.377Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T00:43:38.377Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T00:43:38.377Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T00:43:38.377Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T00:43:38.377Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T00:43:38.377Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T00:43:38.377Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T00:43:38.377Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T00:43:38.377Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T00:43:38.377Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T00:43:38.377Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T00:43:38.377Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T00:43:38.377Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T00:43:38.377Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T00:43:38.377Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T00:43:38.377Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T00:43:38.377Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T00:43:38.377Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T00:43:38.377Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-12T00:43:38.377Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-12T00:43:38.377Z] Fetched 279 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-12T00:43:38.377Z] Fetched 122 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-12T00:43:38.377Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-12T00:43:38.377Z] Fetched 8848 B in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-12T00:43:38.377Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-12T00:43:38.377Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-12T00:43:38.377Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-12T00:43:38.377Z] Fetched 214 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-12T00:43:38.377Z] Fetched 155 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-12T00:43:38.377Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-12T00:43:38.377Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-12T00:43:38.377Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-12T00:43:38.377Z] Fetched 499 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-12T00:43:38.377Z] Fetched 111 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-12T00:43:38.377Z] Fetched 240 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-12T00:43:38.377Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-12T00:43:38.377Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-12T00:43:38.377Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-12T00:43:38.377Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-12T00:43:38.377Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-12T00:43:38.377Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-12T00:43:38.377Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-12T00:43:38.377Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-12T00:43:38.377Z] Fetched 8720 B in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-12T00:43:38.377Z] Fetched 137 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-12T00:43:38.377Z] Fetched 119 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-12T00:43:38.377Z] Fetched 109 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-12T00:43:38.377Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-12T00:43:38.377Z] Fetched 645 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-12T00:43:38.377Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-12T00:43:38.377Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-12T00:43:38.377Z] Fetched 368 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-12T00:43:38.377Z] Fetched 187 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-12T00:43:38.377Z] Fetched 175 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-12T00:43:38.377Z] Fetched 206 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-12T00:43:38.377Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-12T00:43:38.377Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-12T00:43:38.377Z] Fetched 159 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-12T00:43:38.377Z] Fetched 107 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-12T00:43:38.377Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-12T00:43:38.377Z] Pulling static-packages [2021-01-12T00:43:38.962Z] OK: 217 MiB in 51 packages [2021-01-12T00:43:38.962Z] OK: 217 MiB in 51 packages [2021-01-12T00:43:39.236Z] Removing intermediate container 1acf9bc9fbde [2021-01-12T00:43:39.236Z] ---> 1b3f8ae5690b [2021-01-12T00:43:39.236Z] Step 6/22 : COPY go.mod . [2021-01-12T00:43:39.322Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-12T00:43:39.322Z] Skipping pull go-build-helper (already ran) [2021-01-12T00:43:39.322Z] Skipping pull static-packages (already ran) [2021-01-12T00:43:39.322Z] Building go-build-helper [2021-01-12T00:43:39.508Z] Removing intermediate container 8b9160ceab6f [2021-01-12T00:43:39.508Z] ---> b055425ca55d [2021-01-12T00:43:39.508Z] Step 6/22 : COPY go.mod . [2021-01-12T00:43:39.785Z] Removing intermediate container 395dcc50f8a1 [2021-01-12T00:43:39.785Z] ---> fa004bf41a0f [2021-01-12T00:43:39.785Z] Step 6/24 : COPY go.mod . [2021-01-12T00:43:40.395Z] ---> 9188fec4c7ab [2021-01-12T00:43:40.395Z] Step 7/22 : RUN go mod download [2021-01-12T00:43:40.395Z] ---> Running in fee4f911efee [2021-01-12T00:43:40.672Z] Removing intermediate container a61d97e327eb [2021-01-12T00:43:40.672Z] ---> e42dc583cfe2 [2021-01-12T00:43:40.672Z] Step 6/21 : COPY go.mod . [2021-01-12T00:43:40.943Z] ---> 21b1aa9da194 [2021-01-12T00:43:40.943Z] ---> d0f2e7078f81 [2021-01-12T00:43:40.943Z] Step 7/22 : RUN go mod download [2021-01-12T00:43:40.943Z] Step 7/24 : RUN go mod download [2021-01-12T00:43:40.943Z] Removing intermediate container 637e4d4e89b0 [2021-01-12T00:43:40.943Z] ---> 02adb17987ac [2021-01-12T00:43:40.943Z] Step 6/23 : COPY go.mod . [2021-01-12T00:43:41.216Z] ---> Running in 2da7fa38b085 [2021-01-12T00:43:41.216Z] ---> Running in 558944ca5175 [2021-01-12T00:43:41.817Z] ---> 8bf20a6c02a0 [2021-01-12T00:43:41.817Z] Step 7/21 : RUN go mod download [2021-01-12T00:43:42.090Z] ---> Running in 6a4292039993 [2021-01-12T00:43:42.090Z] ---> 2db3b38bfef8 [2021-01-12T00:43:42.090Z] Step 7/23 : RUN go mod download [2021-01-12T00:43:42.372Z] ---> Running in 85b8a5b97988 [2021-01-12T00:43:43.536Z] Building static-packages [2021-01-12T00:43:44.353Z] Removing intermediate container fee4f911efee [2021-01-12T00:43:44.353Z] ---> 503ad0af16e0 [2021-01-12T00:43:44.353Z] Step 8/22 : COPY . . [2021-01-12T00:43:44.929Z] Staging go-build-helper [2021-01-12T00:43:45.871Z] Staging static-packages [2021-01-12T00:43:46.331Z] Removing intermediate container 2da7fa38b085 [2021-01-12T00:43:46.331Z] ---> ec8a1eb4c9ee [2021-01-12T00:43:46.331Z] Step 8/22 : COPY . . [2021-01-12T00:43:46.816Z] Pulling go115 [2021-01-12T00:43:46.930Z] Removing intermediate container 558944ca5175 [2021-01-12T00:43:46.930Z] ---> cf99fe52b0cc [2021-01-12T00:43:46.930Z] Step 8/24 : COPY . . [2021-01-12T00:43:47.205Z] Removing intermediate container 6a4292039993 [2021-01-12T00:43:47.205Z] ---> 742fb1bc231d [2021-01-12T00:43:47.205Z] Step 8/21 : COPY . . [2021-01-12T00:43:47.758Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-12T00:43:47.758Z] Skipping pull go115 (already ran) [2021-01-12T00:43:47.758Z] Building go115 [2021-01-12T00:43:47.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:43:47.758Z] Dload Upload Total Spent Left Speed [2021-01-12T00:43:48.193Z] Removing intermediate container 85b8a5b97988 [2021-01-12T00:43:48.193Z] ---> 924bdfa4aaf4 [2021-01-12T00:43:48.193Z] Step 8/23 : COPY . . [2021-01-12T00:43:50.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 113k 0 0 514k 0 0:03:50 --:--:-- 0:03:50 511k 32 115M 32 37.6M 0 0 30.8M 0 0:00:03 0:00:01 0:00:02 30.8M 68 115M 68 78.7M 0 0 35.4M 0 0:00:03 0:00:02 0:00:01 35.4M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M [2021-01-12T00:43:51.463Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-12T00:43:54.789Z] Staging go115 [2021-01-12T00:44:00.084Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T00:44:00.084Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T00:44:00.084Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T00:44:00.084Z] Fetched 0 B in 0s (0 B/s) [2021-01-12T00:44:00.084Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-12T00:44:00.084Z] Fetched 224 kB in 0s (0 B/s) [2021-01-12T00:44:00.084Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-12T00:44:00.084Z] Fetched 157 kB in 0s (0 B/s) [2021-01-12T00:44:00.084Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-12T00:44:00.084Z] Fetched 221 kB in 0s (0 B/s) [2021-01-12T00:44:00.084Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-12T00:44:00.084Z] Fetched 143 kB in 0s (0 B/s) [2021-01-12T00:44:00.084Z] Pulling edgex-go [2021-01-12T00:44:01.469Z] Pulling version [2021-01-12T00:44:02.415Z] Building config-common [2021-01-12T00:44:04.329Z] Skipping build go-build-helper (already ran) [2021-01-12T00:44:04.329Z] Skipping build static-packages (already ran) [2021-01-12T00:44:04.329Z] Skipping build go115 (already ran) [2021-01-12T00:44:04.329Z] Building edgex-go [2021-01-12T00:44:04.591Z] 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-12T00:44:05.979Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-12T00:44:05.979Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-12T00:44:05.979Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-12T00:44:05.979Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.143 [2021-01-12T00:44:05.979Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-12T00:44:06.245Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-12T00:44:06.245Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-12T00:44:06.245Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-12T00:44:06.245Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-12T00:44:06.245Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-12T00:44:06.245Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-12T00:44:06.245Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-12T00:44:06.245Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-12T00:44:06.245Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-12T00:44:06.245Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-12T00:44:06.246Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-12T00:44:06.246Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-12T00:44:06.246Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-12T00:44:06.246Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-12T00:44:06.246Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-12T00:44:06.246Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-12T00:44:06.246Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-12T00:44:06.246Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-12T00:44:06.246Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-12T00:44:06.246Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-12T00:44:06.246Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-12T00:44:06.246Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-12T00:44:06.246Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-12T00:44:06.246Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-12T00:44:06.514Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-12T00:44:06.514Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-12T00:44:06.514Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-12T00:44:06.514Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-12T00:44:06.514Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-12T00:44:06.514Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-12T00:44:06.514Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-12T00:44:06.514Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-12T00:44:06.514Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-12T00:44:06.777Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-12T00:44:06.777Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-12T00:44:10.382Z] ---> f035bcc2620f [2021-01-12T00:44:10.382Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T00:44:10.382Z] ---> 09a5ed504d6e [2021-01-12T00:44:10.382Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-12T00:44:10.382Z] ---> 37c70296c1be [2021-01-12T00:44:10.382Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T00:44:10.382Z] ---> e0788d64620c [2021-01-12T00:44:10.382Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T00:44:10.382Z] ---> 2d1dfbbb34a6 [2021-01-12T00:44:10.382Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-12T00:44:10.382Z] ---> Running in 15b53380ebe4 [2021-01-12T00:44:10.382Z] ---> Running in 8e99f20554f3 [2021-01-12T00:44:10.382Z] ---> Running in a2ae4ff0f7f2 [2021-01-12T00:44:10.382Z] ---> Running in 910d78116b89 [2021-01-12T00:44:10.382Z] ---> Running in 540bf52fec03 [2021-01-12T00:44:12.373Z] 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-12T00:44:12.373Z] 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-12T00:44:12.373Z] 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-12T00:44:12.652Z] 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-12T00:44:12.652Z] 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-12T00:44:13.363Z] 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-12T00:44:17.563Z] 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-12T00:44:18.132Z] 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-12T00:44:19.070Z] 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-12T00:44:19.644Z] 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-12T00:44:19.644Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-12T00:44:19.644Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-12T00:44:19.644Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-12T00:44:19.644Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-12T00:44:21.556Z] 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-12T00:44:21.556Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-12T00:44:21.556Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-12T00:44:22.499Z] 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-12T00:44:22.500Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-12T00:44:23.886Z] 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-12T00:44:23.886Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-12T00:44:25.269Z] 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-12T00:44:25.853Z] 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-12T00:44:26.806Z] 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-12T00:44:29.352Z] Building version [2021-01-12T00:44:31.265Z] Staging config-common [2021-01-12T00:44:31.843Z] Skipping stage go-build-helper (already ran) [2021-01-12T00:44:31.843Z] Skipping stage static-packages (already ran) [2021-01-12T00:44:31.843Z] Skipping stage go115 (already ran) [2021-01-12T00:44:31.843Z] Staging edgex-go [2021-01-12T00:44:33.225Z] Staging version [2021-01-12T00:44:33.799Z] Priming config-common [2021-01-12T00:44:34.741Z] Priming go-build-helper [2021-01-12T00:44:35.687Z] Priming static-packages [2021-01-12T00:44:38.233Z] Priming go115 [2021-01-12T00:44:38.806Z] Priming edgex-go [2021-01-12T00:44:40.190Z] Priming version [2021-01-12T00:44:40.837Z] 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-12T00:46:04.560Z] Removing intermediate container 15b53380ebe4 [2021-01-12T00:46:04.560Z] ---> 9b459e5d6d56 [2021-01-12T00:46:04.560Z] [2021-01-12T00:46:04.560Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T00:46:04.560Z] 3.12: Pulling from library/alpine [2021-01-12T00:46:04.560Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:46:04.560Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:46:04.560Z] ---> afeebe901d6b [2021-01-12T00:46:04.560Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:46:04.560Z] ---> Running in 6181d286fa21 [2021-01-12T00:46:04.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:04.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:04.560Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T00:46:04.560Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:46:04.560Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T00:46:04.560Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T00:46:04.560Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T00:46:04.560Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:46:04.560Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:46:04.560Z] OK: 7 MiB in 19 packages [2021-01-12T00:46:04.853Z] Removing intermediate container 540bf52fec03 [2021-01-12T00:46:04.853Z] ---> 8f8524a40e04 [2021-01-12T00:46:04.853Z] [2021-01-12T00:46:04.853Z] Step 10/21 : FROM scratch [2021-01-12T00:46:04.853Z] ---> [2021-01-12T00:46:04.853Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:46:05.132Z] ---> Running in 388e57e4e2fd [2021-01-12T00:46:05.413Z] Removing intermediate container 910d78116b89 [2021-01-12T00:46:05.413Z] ---> 5965193ac62d [2021-01-12T00:46:05.413Z] [2021-01-12T00:46:05.413Z] Step 10/24 : FROM scratch [2021-01-12T00:46:05.413Z] ---> [2021-01-12T00:46:05.413Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-12T00:46:06.020Z] ---> Running in 18dacbe44000 [2021-01-12T00:46:06.640Z] Removing intermediate container 388e57e4e2fd [2021-01-12T00:46:06.640Z] ---> ed3c870363e4 [2021-01-12T00:46:06.640Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-12T00:46:06.925Z] ---> Running in 4f456babb183 [2021-01-12T00:46:06.925Z] Removing intermediate container 18dacbe44000 [2021-01-12T00:46:06.925Z] ---> ef4b1ed7676e [2021-01-12T00:46:06.925Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-12T00:46:06.925Z] Removing intermediate container 6181d286fa21 [2021-01-12T00:46:06.925Z] ---> 1a20515118cb [2021-01-12T00:46:06.925Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-12T00:46:06.925Z] ---> Running in bcc48d2a2c40 [2021-01-12T00:46:07.207Z] ---> Running in 4f826987dba5 [2021-01-12T00:46:07.811Z] Removing intermediate container 4f456babb183 [2021-01-12T00:46:07.811Z] ---> 2ce0c6fc9b00 [2021-01-12T00:46:07.811Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-12T00:46:08.092Z] Removing intermediate container bcc48d2a2c40 [2021-01-12T00:46:08.092Z] ---> f1ca66ae2dc1 [2021-01-12T00:46:08.092Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-12T00:46:08.092Z] ---> Running in cafb494d5656 [2021-01-12T00:46:08.377Z] ---> Running in 44c0b84f2693 [2021-01-12T00:46:08.377Z] Removing intermediate container 4f826987dba5 [2021-01-12T00:46:08.377Z] ---> fba0f02758b5 [2021-01-12T00:46:08.377Z] Step 13/22 : WORKDIR / [2021-01-12T00:46:08.661Z] ---> Running in 7d4cd04d5fc8 [2021-01-12T00:46:09.271Z] Removing intermediate container cafb494d5656 [2021-01-12T00:46:09.271Z] ---> 5d109f977b89 [2021-01-12T00:46:09.271Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:46:09.271Z] Removing intermediate container 44c0b84f2693 [2021-01-12T00:46:09.271Z] ---> b33f3c19582c [2021-01-12T00:46:09.271Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-12T00:46:09.637Z] Removing intermediate container 7d4cd04d5fc8 [2021-01-12T00:46:09.637Z] ---> 7cd8be075972 [2021-01-12T00:46:09.637Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:46:11.379Z] ---> 0204b5c7cbfa [2021-01-12T00:46:11.379Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T00:46:11.379Z] ---> 139a15f93c56 [2021-01-12T00:46:11.379Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-12T00:46:12.037Z] ---> 42e6e00a859a [2021-01-12T00:46:12.037Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-12T00:46:14.677Z] ---> d989311e0b74 [2021-01-12T00:46:14.677Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-12T00:46:14.677Z] ---> f29fb8871758 [2021-01-12T00:46:14.677Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T00:46:14.954Z] ---> 5d884006ec9a [2021-01-12T00:46:14.954Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-12T00:46:16.402Z] ---> 7d2fde7964a1 [2021-01-12T00:46:16.402Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T00:46:16.683Z] ---> d4105f3b40bf [2021-01-12T00:46:16.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-12T00:46:16.683Z] ---> Running in 03668ace9034 [2021-01-12T00:46:17.679Z] ---> 19777cb35723 [2021-01-12T00:46:17.679Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:46:17.679Z] Removing intermediate container 03668ace9034 [2021-01-12T00:46:17.679Z] ---> df713ac1e28f [2021-01-12T00:46:17.679Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:46:17.964Z] ---> Running in d0e61229b585 [2021-01-12T00:46:18.244Z] ---> a58c227a3298 [2021-01-12T00:46:18.244Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-12T00:46:18.522Z] ---> Running in a30035380d04 [2021-01-12T00:46:18.808Z] Removing intermediate container d0e61229b585 [2021-01-12T00:46:18.808Z] ---> 595e344cc4e9 [2021-01-12T00:46:18.808Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:46:19.089Z] ---> 3d60c2ff63cb [2021-01-12T00:46:19.089Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T00:46:19.089Z] ---> Running in 22205958a8ca [2021-01-12T00:46:20.088Z] Removing intermediate container 22205958a8ca [2021-01-12T00:46:20.089Z] ---> cde140db529c [2021-01-12T00:46:20.089Z] Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:46:20.695Z] ---> Running in 58f4e73c0755 [2021-01-12T00:46:21.701Z] ---> 7105664216f5 [2021-01-12T00:46:21.701Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T00:46:21.701Z] Removing intermediate container 58f4e73c0755 [2021-01-12T00:46:21.701Z] ---> a63b8fffb10e [2021-01-12T00:46:21.701Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:46:22.307Z] ---> Running in 35aa5d9b27eb [2021-01-12T00:46:23.323Z] Removing intermediate container a30035380d04 [2021-01-12T00:46:23.323Z] ---> 242b25a72f97 [2021-01-12T00:46:23.323Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T00:46:23.323Z] Removing intermediate container 35aa5d9b27eb [2021-01-12T00:46:23.323Z] ---> cad3105ee5e7 [2021-01-12T00:46:23.323Z] [2021-01-12T00:46:23.599Z] ---> 97c484ba586c [2021-01-12T00:46:23.599Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-12T00:46:23.599Z] ---> Running in d17c6224aea0 [2021-01-12T00:46:23.877Z] ---> Running in f9d2723aa722 [2021-01-12T00:46:23.877Z] Successfully built cad3105ee5e7 [2021-01-12T00:46:23.877Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T00:46:23.877Z] Building docker-security-secretstore-setup-go [2021-01-12T00:46:24.485Z]  Building docker-support-scheduler-go ... done Removing intermediate container d17c6224aea0 [2021-01-12T00:46:24.485Z] ---> a2cf713be4d4 [2021-01-12T00:46:24.485Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:46:24.766Z] Removing intermediate container f9d2723aa722 [2021-01-12T00:46:24.766Z] ---> 675f17dc6f19 [2021-01-12T00:46:24.766Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:46:24.766Z] ---> Running in f1a4329a8212 [2021-01-12T00:46:25.046Z] ---> Running in 865c00fc89ba [2021-01-12T00:46:26.052Z] Removing intermediate container f1a4329a8212 [2021-01-12T00:46:26.052Z] ---> b19009f5d9eb [2021-01-12T00:46:26.052Z] Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:46:26.336Z] Removing intermediate container 865c00fc89ba [2021-01-12T00:46:26.336Z] ---> 9c6bf3903600 [2021-01-12T00:46:26.336Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:46:26.626Z] ---> Running in af22fc35e294 [2021-01-12T00:46:26.913Z] ---> Running in 8bb73e5bad57 [2021-01-12T00:46:28.379Z] Removing intermediate container af22fc35e294 [2021-01-12T00:46:28.379Z] ---> 3ed6272fe295 [2021-01-12T00:46:28.379Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:46:28.656Z] Removing intermediate container 8bb73e5bad57 [2021-01-12T00:46:28.656Z] ---> a09da6a334a5 [2021-01-12T00:46:28.656Z] Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:46:28.656Z] ---> Running in 8ef571970987 [2021-01-12T00:46:28.935Z] Removing intermediate container 8e99f20554f3 [2021-01-12T00:46:28.935Z] ---> 107f1faa0070 [2021-01-12T00:46:28.935Z] [2021-01-12T00:46:28.935Z] Step 10/22 : FROM scratch [2021-01-12T00:46:28.935Z] ---> [2021-01-12T00:46:28.935Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:46:28.935Z] ---> Using cache [2021-01-12T00:46:28.935Z] ---> ed3c870363e4 [2021-01-12T00:46:28.935Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-12T00:46:29.218Z] ---> Running in 6e1e8a5e38b5 [2021-01-12T00:46:29.498Z] ---> Running in c826d530d650 [2021-01-12T00:46:29.786Z] Removing intermediate container 8ef571970987 [2021-01-12T00:46:29.786Z] ---> 2fb60be8293e [2021-01-12T00:46:29.786Z] [2021-01-12T00:46:30.069Z] Removing intermediate container 6e1e8a5e38b5 [2021-01-12T00:46:30.069Z] ---> 5ed461e4f134 [2021-01-12T00:46:30.069Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:46:30.348Z] Removing intermediate container c826d530d650 [2021-01-12T00:46:30.348Z] ---> 1ec2751e7a3b [2021-01-12T00:46:30.348Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:46:30.348Z] Successfully built 2fb60be8293e [2021-01-12T00:46:30.348Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-12T00:46:30.348Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-12T00:46:30.623Z] ---> Running in 6b7c823820d5 [2021-01-12T00:46:30.624Z] ---> Running in c55d2cab5bd8 [2021-01-12T00:46:31.232Z] Removing intermediate container c55d2cab5bd8 [2021-01-12T00:46:31.232Z] Removing intermediate container 6b7c823820d5 [2021-01-12T00:46:31.232Z] ---> 92b50f3713b4 [2021-01-12T00:46:31.232Z] [2021-01-12T00:46:31.232Z] ---> fd406d9fbb1a [2021-01-12T00:46:31.232Z] Step 14/22 : WORKDIR / [2021-01-12T00:46:31.519Z] ---> Running in 9583d0f4bd0f [2021-01-12T00:46:31.807Z] Successfully built 92b50f3713b4 [2021-01-12T00:46:31.807Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T00:46:31.807Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-12T00:46:32.483Z] Removing intermediate container 9583d0f4bd0f [2021-01-12T00:46:32.483Z] ---> c139d273c9ed [2021-01-12T00:46:32.483Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:46:33.093Z] ---> 0bee241c1422 [2021-01-12T00:46:33.093Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T00:46:35.099Z] ---> 5e5c2071c1e1 [2021-01-12T00:46:35.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T00:46:36.088Z] ---> a32e025be5fd [2021-01-12T00:46:36.088Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-12T00:46:36.699Z] ---> Running in b8bec61aa0b4 [2021-01-12T00:46:37.693Z] Removing intermediate container b8bec61aa0b4 [2021-01-12T00:46:37.693Z] ---> 411551ee70e0 [2021-01-12T00:46:37.693Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:46:38.305Z] ---> Running in f7f40eaa3afc [2021-01-12T00:46:38.917Z] Removing intermediate container a2ae4ff0f7f2 [2021-01-12T00:46:38.917Z] ---> 8cf40ee1ef1e [2021-01-12T00:46:38.917Z] [2021-01-12T00:46:38.917Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T00:46:38.917Z] ---> afeebe901d6b [2021-01-12T00:46:38.917Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:46:39.196Z] Removing intermediate container f7f40eaa3afc [2021-01-12T00:46:39.196Z] ---> a82837116928 [2021-01-12T00:46:39.196Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:46:39.475Z] ---> Running in 687065cf1c45 [2021-01-12T00:46:39.475Z] ---> Running in 76fa5ff301c5 [2021-01-12T00:46:40.093Z] Removing intermediate container 687065cf1c45 [2021-01-12T00:46:40.093Z] ---> eeb60a8f2c7b [2021-01-12T00:46:40.093Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T00:46:40.373Z] Removing intermediate container 76fa5ff301c5 [2021-01-12T00:46:40.373Z] ---> 419c669c0aeb [2021-01-12T00:46:40.373Z] Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:46:40.373Z] ---> Running in 4e56eff641fe [2021-01-12T00:46:40.657Z] ---> Running in f9b0cb544305 [2021-01-12T00:46:41.275Z] Removing intermediate container 4e56eff641fe [2021-01-12T00:46:41.275Z] ---> 55c728ed1058 [2021-01-12T00:46:41.275Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T00:46:41.275Z] Removing intermediate container f9b0cb544305 [2021-01-12T00:46:41.275Z] ---> 84a18679610b [2021-01-12T00:46:41.275Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:46:41.562Z] ---> Running in 29d231d5d887 [2021-01-12T00:46:41.562Z] ---> Running in 04b926dd8262 [2021-01-12T00:46:42.167Z] Removing intermediate container 29d231d5d887 [2021-01-12T00:46:42.167Z] ---> c462eb26e1e3 [2021-01-12T00:46:42.167Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:46:42.449Z] Removing intermediate container 04b926dd8262 [2021-01-12T00:46:42.449Z] ---> f4712ae1e369 [2021-01-12T00:46:42.449Z] [2021-01-12T00:46:42.449Z] ---> Running in c9a41c9cded9 [2021-01-12T00:46:43.062Z] Successfully built f4712ae1e369 [2021-01-12T00:46:43.062Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T00:46:43.062Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-12T00:46:45.692Z] Removing intermediate container c9a41c9cded9 [2021-01-12T00:46:45.692Z] ---> dcb7b581e6b5 [2021-01-12T00:46:45.692Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-12T00:46:45.974Z] ---> Running in e89302045a73 [2021-01-12T00:46:47.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:48.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:46:49.455Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-12T00:46:50.053Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-12T00:46:50.053Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-12T00:46:51.029Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-12T00:46:51.301Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-12T00:46:51.301Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:46:51.301Z] OK: 8 MiB in 19 packages [2021-01-12T00:46:53.940Z] Removing intermediate container e89302045a73 [2021-01-12T00:46:53.940Z] ---> f8d94d527eba [2021-01-12T00:46:53.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:46:55.382Z] ---> fb3a9ce77a77 [2021-01-12T00:46:55.382Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T00:46:56.819Z] ---> c6d49263cffd [2021-01-12T00:46:56.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T00:46:58.261Z] ---> 02c5fea9015d [2021-01-12T00:46:58.261Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T00:46:58.534Z] ---> Running in 85d1aaf13889 [2021-01-12T00:46:59.133Z] Removing intermediate container 85d1aaf13889 [2021-01-12T00:46:59.133Z] ---> 420d73b81703 [2021-01-12T00:46:59.133Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:46:59.407Z] ---> Running in f4205da05741 [2021-01-12T00:47:00.007Z] Removing intermediate container f4205da05741 [2021-01-12T00:47:00.007Z] ---> 9d1fca3dafe5 [2021-01-12T00:47:00.007Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T00:47:00.283Z] ---> Running in 27959bebc251 [2021-01-12T00:47:00.887Z] Removing intermediate container 27959bebc251 [2021-01-12T00:47:00.887Z] ---> 801e7bcaab94 [2021-01-12T00:47:00.887Z] Step 22/23 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:47:01.173Z] ---> Running in eaee945b4cfe [2021-01-12T00:47:01.778Z] Removing intermediate container eaee945b4cfe [2021-01-12T00:47:01.778Z] ---> 25dc861fe34c [2021-01-12T00:47:01.778Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T00:47:02.054Z] ---> Running in 4b192636e131 [2021-01-12T00:47:03.032Z] Removing intermediate container 4b192636e131 [2021-01-12T00:47:03.032Z] ---> 6cd801f390dd [2021-01-12T00:47:03.032Z] [2021-01-12T00:47:03.307Z] Successfully built 6cd801f390dd [2021-01-12T00:47:03.308Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T00:47:04.291Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:47:04.291Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:47:04.291Z] ---> 2c99d6bcbf99 [2021-01-12T00:47:04.291Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T00:47:04.291Z] ---> Using cache [2021-01-12T00:47:04.291Z] ---> 79d0740a4bc8 [2021-01-12T00:47:04.291Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:47:04.291Z] ---> Using cache [2021-01-12T00:47:04.291Z] ---> 37c5f5cfd0fc [2021-01-12T00:47:04.291Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T00:47:04.291Z] ---> Using cache [2021-01-12T00:47:04.291Z] ---> 1b3f8ae5690b [2021-01-12T00:47:04.291Z] Step 6/24 : COPY go.mod . [2021-01-12T00:47:04.291Z] ---> Using cache [2021-01-12T00:47:04.291Z] ---> 9188fec4c7ab [2021-01-12T00:47:04.291Z] Step 7/24 : RUN go mod download [2021-01-12T00:47:04.291Z] ---> Using cache [2021-01-12T00:47:04.291Z] ---> 503ad0af16e0 [2021-01-12T00:47:04.291Z] Step 8/24 : COPY . . [2021-01-12T00:47:04.291Z] ---> Using cache [2021-01-12T00:47:04.291Z] ---> f035bcc2620f [2021-01-12T00:47:04.291Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T00:47:04.897Z] ---> Running in 2121db2fd4d2 [2021-01-12T00:47:05.880Z] 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-12T00:47:16.078Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:47:16.078Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:47:16.078Z] ---> 2c99d6bcbf99 [2021-01-12T00:47:16.078Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 79d0740a4bc8 [2021-01-12T00:47:16.078Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 37c5f5cfd0fc [2021-01-12T00:47:16.078Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 1b3f8ae5690b [2021-01-12T00:47:16.078Z] Step 6/21 : COPY go.mod . [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 9188fec4c7ab [2021-01-12T00:47:16.078Z] Step 7/21 : RUN go mod download [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 503ad0af16e0 [2021-01-12T00:47:16.078Z] Step 8/21 : COPY . . [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> f035bcc2620f [2021-01-12T00:47:16.078Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T00:47:16.078Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:47:16.078Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:47:16.078Z] ---> 2c99d6bcbf99 [2021-01-12T00:47:16.078Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 79d0740a4bc8 [2021-01-12T00:47:16.078Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:47:16.078Z] ---> Using cache [2021-01-12T00:47:16.078Z] ---> 37c5f5cfd0fc [2021-01-12T00:47:16.078Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T00:47:18.813Z] ---> Running in 7c8c8f94f46a [2021-01-12T00:47:18.813Z] ---> Running in 947e131a2015 [2021-01-12T00:47:20.346Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T00:47:20.346Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T00:47:20.346Z] ---> 2c99d6bcbf99 [2021-01-12T00:47:20.346Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T00:47:20.346Z] ---> Using cache [2021-01-12T00:47:20.346Z] ---> 79d0740a4bc8 [2021-01-12T00:47:20.346Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:47:20.346Z] ---> Using cache [2021-01-12T00:47:20.346Z] ---> 37c5f5cfd0fc [2021-01-12T00:47:20.346Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T00:47:20.346Z] ---> Using cache [2021-01-12T00:47:20.346Z] ---> 1b3f8ae5690b [2021-01-12T00:47:20.346Z] Step 6/22 : COPY go.mod . [2021-01-12T00:47:20.346Z] ---> Using cache [2021-01-12T00:47:20.346Z] ---> 9188fec4c7ab [2021-01-12T00:47:20.346Z] Step 7/22 : RUN go mod download [2021-01-12T00:47:20.346Z] ---> Using cache [2021-01-12T00:47:20.347Z] ---> 503ad0af16e0 [2021-01-12T00:47:20.347Z] Step 8/22 : COPY . . [2021-01-12T00:47:20.347Z] ---> Using cache [2021-01-12T00:47:20.347Z] ---> f035bcc2620f [2021-01-12T00:47:20.347Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-12T00:47:20.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:20.918Z] ---> Running in c4a80d89f219 [2021-01-12T00:47:21.193Z] 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-12T00:47:21.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:47:22.462Z] 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-12T00:47:22.462Z] OK: 217 MiB in 51 packages [2021-01-12T00:47:23.915Z] Removing intermediate container 947e131a2015 [2021-01-12T00:47:23.915Z] ---> fdd274b44952 [2021-01-12T00:47:23.915Z] Step 6/26 : COPY go.mod . [2021-01-12T00:47:25.386Z] ---> 86a47768b91c [2021-01-12T00:47:25.386Z] Step 7/26 : RUN go mod download [2021-01-12T00:47:25.386Z] ---> Running in cfe64b6ec1a0 [2021-01-12T00:47:29.833Z] Removing intermediate container cfe64b6ec1a0 [2021-01-12T00:47:29.833Z] ---> ead3338f0edd [2021-01-12T00:47:29.833Z] Step 8/26 : COPY . . [2021-01-12T00:47:48.204Z] ---> 10c6d1907a4b [2021-01-12T00:47:48.204Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T00:47:48.204Z] ---> Running in 1a3aee98cf88 [2021-01-12T00:47:49.651Z] 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-12T00:47:56.398Z] 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-12T00:48:14.762Z] Removing intermediate container 2121db2fd4d2 [2021-01-12T00:48:14.763Z] ---> 76cdbf3ce901 [2021-01-12T00:48:14.763Z] [2021-01-12T00:48:14.763Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T00:48:14.763Z] ---> afeebe901d6b [2021-01-12T00:48:14.763Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T00:48:14.763Z] ---> Using cache [2021-01-12T00:48:14.763Z] ---> 1a20515118cb [2021-01-12T00:48:14.763Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:48:14.763Z] ---> Running in 007ed8453512 [2021-01-12T00:48:14.763Z] Removing intermediate container 007ed8453512 [2021-01-12T00:48:14.763Z] ---> 17738e2ba4ab [2021-01-12T00:48:14.763Z] Step 13/24 : WORKDIR / [2021-01-12T00:48:14.763Z] ---> Running in db20da0b260a [2021-01-12T00:48:14.763Z] Removing intermediate container db20da0b260a [2021-01-12T00:48:14.763Z] ---> 97b9b1cc292c [2021-01-12T00:48:14.763Z] 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-12T00:48:15.039Z] ---> 7c89daa33b7d [2021-01-12T00:48:15.039Z] 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-12T00:48:16.492Z] ---> 097872cc5e97 [2021-01-12T00:48:16.492Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T00:48:17.483Z] ---> ed66942f4e37 [2021-01-12T00:48:17.483Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T00:48:19.492Z] ---> 3d57e80f7879 [2021-01-12T00:48:19.492Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T00:48:21.499Z] ---> 69fbfbd1a1c9 [2021-01-12T00:48:21.499Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T00:48:22.495Z] ---> c4d106fd2cbd [2021-01-12T00:48:22.495Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-12T00:48:22.495Z] ---> Running in c987eee94af6 [2021-01-12T00:48:25.935Z] Removing intermediate container c987eee94af6 [2021-01-12T00:48:25.935Z] ---> 8aa6c080c72b [2021-01-12T00:48:25.935Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T00:48:26.229Z] ---> Running in 1e86998a4d8c [2021-01-12T00:48:26.836Z] Removing intermediate container 1e86998a4d8c [2021-01-12T00:48:26.836Z] ---> ab4382879a89 [2021-01-12T00:48:26.836Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T00:48:26.836Z] ---> Running in b8437e3e5604 [2021-01-12T00:48:27.453Z] Removing intermediate container b8437e3e5604 [2021-01-12T00:48:27.453Z] ---> 03bc60636be4 [2021-01-12T00:48:27.453Z] Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:48:28.074Z] ---> Running in 202a70190780 [2021-01-12T00:48:28.696Z] 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-12T00:48:28.977Z] Removing intermediate container 202a70190780 [2021-01-12T00:48:28.977Z] ---> 967765728487 [2021-01-12T00:48:28.977Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T00:48:29.259Z] ---> Running in 33430bb32dca [2021-01-12T00:48:29.872Z] Removing intermediate container 33430bb32dca [2021-01-12T00:48:29.872Z] ---> c73c9485b029 [2021-01-12T00:48:29.872Z] [2021-01-12T00:48:30.477Z] Successfully built c73c9485b029 [2021-01-12T00:48:30.477Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T00:48:42.930Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c4a80d89f219 [2021-01-12T00:48:42.930Z] ---> 5613a12817be [2021-01-12T00:48:42.930Z] [2021-01-12T00:48:42.930Z] Step 10/22 : FROM scratch [2021-01-12T00:48:42.930Z] ---> [2021-01-12T00:48:42.930Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T00:48:42.930Z] ---> Using cache [2021-01-12T00:48:42.930Z] ---> ed3c870363e4 [2021-01-12T00:48:42.930Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-12T00:48:42.930Z] ---> Running in e085dca8d2bf [2021-01-12T00:48:42.930Z] Removing intermediate container 7c8c8f94f46a [2021-01-12T00:48:42.930Z] ---> 2030f2c5c789 [2021-01-12T00:48:42.930Z] [2021-01-12T00:48:42.930Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T00:48:42.930Z] ---> afeebe901d6b [2021-01-12T00:48:42.930Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T00:48:42.930Z] ---> Running in f8b966022f2a [2021-01-12T00:48:42.930Z] Removing intermediate container e085dca8d2bf [2021-01-12T00:48:42.930Z] ---> e9014b5b82e6 [2021-01-12T00:48:42.930Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T00:48:42.930Z] ---> Running in 44bb335a89a8 [2021-01-12T00:48:43.544Z] Removing intermediate container 44bb335a89a8 [2021-01-12T00:48:43.544Z] ---> bb40f5ecaebe [2021-01-12T00:48:43.544Z] Step 14/22 : WORKDIR / [2021-01-12T00:48:43.824Z] ---> Running in ee9f8dc9eb84 [2021-01-12T00:48:44.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:44.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:48:44.725Z] Removing intermediate container ee9f8dc9eb84 [2021-01-12T00:48:44.725Z] ---> a330f6be6ca8 [2021-01-12T00:48:44.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T00:48:45.328Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T00:48:45.328Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:48:45.328Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T00:48:45.328Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T00:48:45.328Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:48:45.328Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T00:48:45.605Z] OK: 7 MiB in 18 packages [2021-01-12T00:48:45.887Z] ---> 81284fdfd800 [2021-01-12T00:48:45.887Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T00:48:47.872Z] ---> 47b0804082d8 [2021-01-12T00:48:47.872Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T00:48:47.872Z] Removing intermediate container f8b966022f2a [2021-01-12T00:48:47.872Z] ---> db5582575fce [2021-01-12T00:48:47.872Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T00:48:47.872Z] ---> Running in 3990e5ba5172 [2021-01-12T00:48:48.484Z] Removing intermediate container 3990e5ba5172 [2021-01-12T00:48:48.484Z] ---> 450e2b12ae74 [2021-01-12T00:48:48.484Z] Step 13/21 : WORKDIR /edgex [2021-01-12T00:48:48.484Z] ---> 5c10e584e450 [2021-01-12T00:48:48.484Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-12T00:48:48.764Z] ---> Running in 4451e5a5012c [2021-01-12T00:48:49.039Z] ---> Running in 3ec29f19764e [2021-01-12T00:48:49.638Z] Removing intermediate container 4451e5a5012c [2021-01-12T00:48:49.638Z] ---> 13b77e9f37b4 [2021-01-12T00:48:49.638Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T00:48:49.638Z] Removing intermediate container 3ec29f19764e [2021-01-12T00:48:49.638Z] ---> b4843aa61119 [2021-01-12T00:48:49.638Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:48:49.911Z] ---> Running in 69f9668ee994 [2021-01-12T00:48:51.347Z] ---> 4bba2f7ab894 [2021-01-12T00:48:51.347Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T00:48:51.347Z] Removing intermediate container 69f9668ee994 [2021-01-12T00:48:51.347Z] ---> 612a4626063b [2021-01-12T00:48:51.347Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:48:51.347Z] ---> Running in 053a46521a1e [2021-01-12T00:48:51.347Z] Removing intermediate container 1a3aee98cf88 [2021-01-12T00:48:51.347Z] ---> ecbbb7df996d [2021-01-12T00:48:51.347Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T00:48:51.951Z] ---> Running in e9707b6d82ee [2021-01-12T00:48:51.951Z] Removing intermediate container 053a46521a1e [2021-01-12T00:48:51.951Z] ---> 8a249f9a1937 [2021-01-12T00:48:51.951Z] Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:48:52.226Z] ---> 746b8adae924 [2021-01-12T00:48:52.226Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T00:48:52.226Z] ---> Running in c81707affc91 [2021-01-12T00:48:53.207Z] Removing intermediate container c81707affc91 [2021-01-12T00:48:53.207Z] ---> 33b3100b7513 [2021-01-12T00:48:53.207Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:48:53.207Z] 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-12T00:48:53.207Z] ---> Running in 3d7b3dbe8930 [2021-01-12T00:48:53.480Z] ---> 114a60dc1bfa [2021-01-12T00:48:53.480Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T00:48:53.755Z] ---> Running in d339f62d7344 [2021-01-12T00:48:53.756Z] Removing intermediate container 3d7b3dbe8930 [2021-01-12T00:48:53.756Z] ---> 9022548992d8 [2021-01-12T00:48:53.756Z] [2021-01-12T00:48:54.355Z] Successfully built 9022548992d8 [2021-01-12T00:48:54.355Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T00:48:54.355Z]  Building docker-core-command-go ... done Removing intermediate container d339f62d7344 [2021-01-12T00:48:54.355Z] ---> 8235f5cce3a6 [2021-01-12T00:48:54.355Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T00:48:54.634Z] ---> Running in 5f082dcb691a [2021-01-12T00:48:54.907Z] Removing intermediate container 5f082dcb691a [2021-01-12T00:48:54.907Z] ---> a74af4e97338 [2021-01-12T00:48:54.907Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T00:48:55.187Z] ---> Running in bfab30a574ac [2021-01-12T00:48:55.795Z] Removing intermediate container bfab30a574ac [2021-01-12T00:48:55.795Z] ---> 47a676668b06 [2021-01-12T00:48:55.795Z] Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:48:55.795Z] ---> Running in 59fc09a85c0f [2021-01-12T00:48:56.074Z] Removing intermediate container e9707b6d82ee [2021-01-12T00:48:56.074Z] ---> 28a4c244ab7c [2021-01-12T00:48:56.074Z] [2021-01-12T00:48:56.074Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T00:48:56.351Z] 20.10.0: Pulling from library/docker [2021-01-12T00:48:56.351Z] Removing intermediate container 59fc09a85c0f [2021-01-12T00:48:56.351Z] ---> 454b6018ba47 [2021-01-12T00:48:56.351Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T00:48:56.639Z] ---> Running in 106c25bca998 [2021-01-12T00:48:57.630Z] Removing intermediate container 106c25bca998 [2021-01-12T00:48:57.630Z] ---> 26a76529cb48 [2021-01-12T00:48:57.630Z] [2021-01-12T00:48:57.902Z] Successfully built 26a76529cb48 [2021-01-12T00:48:58.179Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T00:49:04.938Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T00:49:04.938Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T00:49:04.938Z] ---> eeaf43b92773 [2021-01-12T00:49:04.938Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T00:49:05.919Z] ---> Running in 70769adc2538 [2021-01-12T00:49:06.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:07.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:07.756Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T00:49:07.756Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T00:49:07.756Z] Executing bash-5.0.17-r0.post-install [2021-01-12T00:49:07.756Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:49:07.756Z] OK: 12 MiB in 22 packages [2021-01-12T00:49:09.185Z] Removing intermediate container 70769adc2538 [2021-01-12T00:49:09.186Z] ---> 395b8a846426 [2021-01-12T00:49:09.186Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T00:49:09.186Z] ---> Running in b575ecffe9db [2021-01-12T00:49:09.461Z] Removing intermediate container b575ecffe9db [2021-01-12T00:49:09.461Z] ---> 1305223352a0 [2021-01-12T00:49:09.461Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T00:49:09.735Z] ---> Running in 0c5385d24dc5 [2021-01-12T00:49:10.326Z] Removing intermediate container 0c5385d24dc5 [2021-01-12T00:49:10.326Z] ---> 26a7908d81c0 [2021-01-12T00:49:10.326Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T00:49:10.326Z] ---> Running in 4579e2d329f5 [2021-01-12T00:49:10.920Z] Removing intermediate container 4579e2d329f5 [2021-01-12T00:49:10.920Z] ---> 01a1174015f1 [2021-01-12T00:49:10.920Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T00:49:11.894Z] ---> f5385cd0f18d [2021-01-12T00:49:11.894Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T00:49:12.867Z] ---> bd7b94d7f94e [2021-01-12T00:49:12.867Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T00:49:13.463Z] ---> ac12c8a1c3b4 [2021-01-12T00:49:13.463Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T00:49:13.735Z] ---> Running in e27478747452 [2021-01-12T00:49:15.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:15.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:49:15.764Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T00:49:16.034Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T00:49:16.034Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T00:49:16.034Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T00:49:16.034Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T00:49:16.034Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T00:49:16.034Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T00:49:17.996Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T00:49:17.997Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T00:49:17.997Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T00:49:17.997Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T00:49:17.997Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T00:49:17.997Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T00:49:18.266Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T00:49:18.266Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T00:49:18.266Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T00:49:18.266Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T00:49:18.266Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T00:49:18.266Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T00:49:18.266Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T00:49:18.537Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T00:49:18.537Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T00:49:18.537Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T00:49:18.537Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T00:49:18.537Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T00:49:18.537Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T00:49:18.537Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T00:49:18.537Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T00:49:18.537Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T00:49:18.537Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T00:49:18.811Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T00:49:18.811Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T00:49:18.811Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T00:49:18.811Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:49:18.811Z] OK: 71 MiB in 55 packages [2021-01-12T00:49:25.519Z] Removing intermediate container e27478747452 [2021-01-12T00:49:25.519Z] ---> 57800270f099 [2021-01-12T00:49:25.519Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T00:49:25.519Z] ---> Running in 8a492068bccc [2021-01-12T00:49:30.903Z] Collecting docker-compose==1.23.2 [2021-01-12T00:49:31.176Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T00:49:31.765Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T00:49:31.765Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T00:49:32.354Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T00:49:32.354Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T00:49:34.976Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T00:49:34.976Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T00:49:35.953Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T00:49:35.953Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T00:49:36.942Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T00:49:36.942Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T00:49:39.580Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T00:49:39.580Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T00:49:41.557Z] 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-12T00:49:42.148Z] Collecting PyYAML<4,>=3.10 [2021-01-12T00:49:42.149Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T00:49:46.450Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T00:49:46.450Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T00:49:47.422Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T00:49:47.422Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T00:49:48.014Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T00:49:48.014Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T00:49:48.288Z] Collecting idna<2.8,>=2.5 [2021-01-12T00:49:48.288Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T00:49:48.288Z] 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-12T00:49:48.570Z] 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-12T00:49:49.192Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T00:49:49.192Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T00:49:49.192Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T00:49:49.192Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T00:49:49.192Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T00:49:49.192Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T00:49:50.171Z] Installing collected packages: cached-property, dockerpty, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose [2021-01-12T00:49:50.171Z] Running setup.py install for dockerpty: started [2021-01-12T00:49:52.791Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T00:49:53.063Z] Attempting uninstall: idna [2021-01-12T00:49:53.063Z] Found existing installation: idna 2.9 [2021-01-12T00:49:53.063Z] Uninstalling idna-2.9: [2021-01-12T00:49:53.333Z] Successfully uninstalled idna-2.9 [2021-01-12T00:49:53.925Z] Attempting uninstall: urllib3 [2021-01-12T00:49:53.925Z] Found existing installation: urllib3 1.25.9 [2021-01-12T00:49:53.925Z] Uninstalling urllib3-1.25.9: [2021-01-12T00:49:54.197Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T00:49:54.790Z] Attempting uninstall: requests [2021-01-12T00:49:54.790Z] Found existing installation: requests 2.23.0 [2021-01-12T00:49:54.790Z] Uninstalling requests-2.23.0: [2021-01-12T00:49:54.790Z] Successfully uninstalled requests-2.23.0 [2021-01-12T00:49:56.765Z] Running setup.py install for texttable: started [2021-01-12T00:49:58.744Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T00:49:58.744Z] Running setup.py install for docopt: started [2021-01-12T00:50:01.347Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T00:50:01.347Z] Running setup.py install for PyYAML: started [2021-01-12T00:50:03.313Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T00:50:04.296Z] 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-12T00:50:07.667Z] Removing intermediate container 8a492068bccc [2021-01-12T00:50:07.667Z] ---> c8880278abf5 [2021-01-12T00:50:07.667Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T00:50:07.942Z] ---> Running in e1ca1459a45f [2021-01-12T00:50:08.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:50:09.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:50:10.159Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T00:50:10.159Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T00:50:10.159Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T00:50:10.159Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:50:10.159Z] OK: 71 MiB in 58 packages [2021-01-12T00:50:11.629Z] Removing intermediate container e1ca1459a45f [2021-01-12T00:50:11.629Z] ---> b5d749c0fa06 [2021-01-12T00:50:11.629Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T00:50:11.629Z] ---> Running in 098b2c7e653c [2021-01-12T00:50:11.907Z] Removing intermediate container 098b2c7e653c [2021-01-12T00:50:11.907Z] ---> daa22ec81a47 [2021-01-12T00:50:11.907Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:50:12.184Z] ---> Running in 17c84ced63d0 [2021-01-12T00:50:12.785Z] Removing intermediate container 17c84ced63d0 [2021-01-12T00:50:12.785Z] ---> 40a27a18321e [2021-01-12T00:50:12.785Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T00:50:12.785Z] ---> Running in 488c8958b72a [2021-01-12T00:50:13.376Z] Removing intermediate container 488c8958b72a [2021-01-12T00:50:13.376Z] ---> cb6ef92db9d0 [2021-01-12T00:50:13.376Z] Step 25/26 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 [2021-01-12T00:50:13.376Z] ---> Running in 70fc0b58b39e [2021-01-12T00:50:13.972Z] Removing intermediate container 70fc0b58b39e [2021-01-12T00:50:13.972Z] ---> 62c904fadd30 [2021-01-12T00:50:13.972Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T00:50:13.972Z] ---> Running in 41c7393cde55 [2021-01-12T00:50:14.562Z] Removing intermediate container 41c7393cde55 [2021-01-12T00:50:14.562Z] ---> f4d0086d1c29 [2021-01-12T00:50:14.562Z] [2021-01-12T00:50:14.839Z] Successfully built f4d0086d1c29 [2021-01-12T00:50:14.839Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T00:50:15.124Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T00:50:15.134Z] $ docker stop --time=1 a57c48580b3654c444c91c87c4b963294462b1dd80223e691c63ed97b41e2e56 [2021-01-12T00:50:16.964Z] $ docker rm -f a57c48580b3654c444c91c87c4b963294462b1dd80223e691c63ed97b41e2e56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:50:17.584Z] + docker images+ grep docker [2021-01-12T00:50:17.584Z] [2021-01-12T00:50:17.852Z] docker-sys-mgmt-agent-go-arm64 latest f4d0086d1c29 3 seconds ago 300MB [2021-01-12T00:50:17.852Z] docker-security-proxy-setup-go-arm64 latest 26a76529cb48 About a minute ago 23.3MB [2021-01-12T00:50:17.852Z] docker-core-command-go-arm64 latest 9022548992d8 About a minute ago 9.98MB [2021-01-12T00:50:17.852Z] docker-security-secretstore-setup-go-arm64 latest c73c9485b029 About a minute ago 23.4MB [2021-01-12T00:50:17.852Z] docker-core-data-go-arm64 latest 6cd801f390dd 3 minutes ago 21MB [2021-01-12T00:50:17.852Z] docker-core-metadata-go-arm64 latest f4712ae1e369 3 minutes ago 12.3MB [2021-01-12T00:50:17.852Z] docker-support-notifications-go-arm64 latest 92b50f3713b4 3 minutes ago 11.4MB [2021-01-12T00:50:17.852Z] docker-security-bootstrap-redis-go-arm64 latest 2fb60be8293e 3 minutes ago 15.1MB [2021-01-12T00:50:17.852Z] docker-support-scheduler-go-arm64 latest cad3105ee5e7 3 minutes ago 10MB [2021-01-12T00:50:17.852Z] docker 20.10.0 eeaf43b92773 4 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-12T00:50:19.586Z] provisioning config files... [2021-01-12T00:50:19.623Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2988265325359729062tmp [Pipeline] { [Pipeline] sh [2021-01-12T00:50:20.041Z] + set +x [2021-01-12T00:50:20.041Z] + curl -s https://codecov.io/bash [2021-01-12T00:50:20.041Z] + bash -s -- [2021-01-12T00:50:20.303Z] [2021-01-12T00:50:20.303Z] _____ _ [2021-01-12T00:50:20.303Z] / ____| | | [2021-01-12T00:50:20.303Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T00:50:20.303Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T00:50:20.303Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T00:50:20.303Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T00:50:20.303Z] Bash-20201231-23d4836 [2021-01-12T00:50:20.303Z] [2021-01-12T00:50:20.303Z] [2021-01-12T00:50:20.303Z] ==> git version 2.24.3 found [2021-01-12T00:50:20.303Z] ==> 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-12T00:50:20.303Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T00:50:20.303Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T00:50:20.567Z] ==> Jenkins CI detected. [2021-01-12T00:50:20.567Z] project root: . [2021-01-12T00:50:20.567Z] --> token set from env [2021-01-12T00:50:20.567Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T00:50:20.567Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T00:50:20.567Z] ==> Python coveragepy not found [2021-01-12T00:50:20.567Z] ==> Searching for coverage reports in: [2021-01-12T00:50:20.567Z] + . [2021-01-12T00:50:20.567Z] -> Found 1 reports [2021-01-12T00:50:20.567Z] ==> Detecting git/mercurial file structure [2021-01-12T00:50:20.567Z] ==> Reading reports [2021-01-12T00:50:20.567Z] + ./coverage.out bytes=545099 [2021-01-12T00:50:20.567Z] ==> Appending adjustments [2021-01-12T00:50:20.567Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T00:50:23.879Z] + Found adjustments [2021-01-12T00:50:23.879Z] ==> Gzipping contents [2021-01-12T00:50:23.879Z] 84K /tmp/codecov.ivZ07l.gz [2021-01-12T00:50:23.879Z] ==> Uploading reports [2021-01-12T00:50:23.879Z] url: https://codecov.io [2021-01-12T00:50:23.879Z] query: branch=PR-3007&commit=f7171f8093108ad0215c1f1f773285dc902fb4f3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3007%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3007&job=&cmd_args= [2021-01-12T00:50:23.879Z] -> Pinging Codecov [2021-01-12T00:50:23.879Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3007&commit=f7171f8093108ad0215c1f1f773285dc902fb4f3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3007%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3007&job=&cmd_args= [2021-01-12T00:50:24.141Z] -> Uploading to [2021-01-12T00:50:24.141Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/f7171f8093108ad0215c1f1f773285dc902fb4f3/ebe9b769-b38a-4a05-95f1-31cbcad882ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005023Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a38e6db4de75ded129dba2ce29510be42316913395e50d61b2c7d3ca27022e4f [2021-01-12T00:50:24.141Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:50:24.141Z] Dload Upload Total Spent Left Speed [2021-01-12T00:50:24.715Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82755 0 0 100 82755 0 172k --:--:-- --:--:-- --:--:-- 172k [2021-01-12T00:50:24.715Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f7171f8093108ad0215c1f1f773285dc902fb4f3 [Pipeline] } [2021-01-12T00:50:24.725Z] 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-12T00:50:26.894Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:27.773Z] ---> package-listing.sh [2021-01-12T00:50:27.773Z] ++ facter osfamily [2021-01-12T00:50:27.773Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T00:50:27.773Z] + OS_FAMILY=redhat [2021-01-12T00:50:27.773Z] + workspace=/w/workspace/edgex-go/3 [2021-01-12T00:50:27.773Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T00:50:27.773Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T00:50:27.773Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T00:50:27.773Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T00:50:27.773Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-12T00:50:27.773Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T00:50:27.773Z] + case "${OS_FAMILY}" in [2021-01-12T00:50:27.773Z] + rpm -qa [2021-01-12T00:50:27.773Z] + sort [2021-01-12T00:50:34.376Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T00:50:34.376Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T00:50:34.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T00:50:34.376Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-12T00:50:34.376Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-12T00:50:34.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-12T00:50:34.389Z] 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-12T00:50:34.678Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:50:34.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:50:34.993Z] [2021-01-12T00:50:34.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:50:35.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:50:35.369Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T00:50:35.369Z] df20fa9351a1: Pulling fs layer [2021-01-12T00:50:35.369Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T00:50:35.369Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T00:50:35.369Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T00:50:35.369Z] 93b61091891f: Pulling fs layer [2021-01-12T00:50:35.369Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T00:50:35.369Z] 5e14af77c1be: Pulling fs layer [2021-01-12T00:50:35.369Z] 01666e4c0597: Pulling fs layer [2021-01-12T00:50:35.369Z] aa168da1d23b: Pulling fs layer [2021-01-12T00:50:35.369Z] 93b9cdb0e59b: Waiting [2021-01-12T00:50:35.369Z] 46f8f816bc3b: Waiting [2021-01-12T00:50:35.369Z] 5e14af77c1be: Waiting [2021-01-12T00:50:35.369Z] 01666e4c0597: Waiting [2021-01-12T00:50:35.369Z] 93b61091891f: Waiting [2021-01-12T00:50:35.369Z] aa168da1d23b: Waiting [2021-01-12T00:50:35.369Z] 36b3adc4ff6f: Download complete [2021-01-12T00:50:35.369Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T00:50:35.369Z] 46f8f816bc3b: Download complete [2021-01-12T00:50:35.369Z] df20fa9351a1: Verifying Checksum [2021-01-12T00:50:35.639Z] 93b9cdb0e59b: Download complete [2021-01-12T00:50:35.639Z] 5e14af77c1be: Verifying Checksum [2021-01-12T00:50:35.639Z] 5e14af77c1be: Download complete [2021-01-12T00:50:35.639Z] 93b61091891f: Verifying Checksum [2021-01-12T00:50:35.639Z] 93b61091891f: Download complete [2021-01-12T00:50:35.903Z] df20fa9351a1: Pull complete [2021-01-12T00:50:35.903Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T00:50:35.903Z] 8ad3a11d3b57: Download complete [2021-01-12T00:50:36.167Z] 36b3adc4ff6f: Pull complete [2021-01-12T00:50:36.745Z] 8ad3a11d3b57: Pull complete [2021-01-12T00:50:37.011Z] 46f8f816bc3b: Pull complete [2021-01-12T00:50:37.587Z] aa168da1d23b: Verifying Checksum [2021-01-12T00:50:37.587Z] aa168da1d23b: Download complete [2021-01-12T00:50:38.163Z] 93b61091891f: Pull complete [2021-01-12T00:50:39.124Z] 93b9cdb0e59b: Pull complete [2021-01-12T00:50:39.388Z] 5e14af77c1be: Pull complete [2021-01-12T00:50:39.655Z] 01666e4c0597: Pull complete [2021-01-12T00:50:47.880Z] aa168da1d23b: Pull complete [2021-01-12T00:50:47.880Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T00:50:47.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:50:47.880Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T00:50:48.072Z] prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container [2021-01-12T00:50:48.133Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T00:50:52.017Z] $ docker top 50e1cc3340cf286cf2317ec564aae0f7a899ac67fa76275561d536e48979fe7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:50:52.569Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T00:50:52.877Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T00:50:53.179Z] + ls /var/log/sa-host [2021-01-12T00:50:53.179Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T00:50:53.179Z] file_magic: OK [2021-01-12T00:50:53.179Z] HZ: Using current value: 100 [2021-01-12T00:50:53.179Z] file_header: OK [2021-01-12T00:50:53.179Z] 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-12T00:50:53.179Z] Statistics: [2021-01-12T00:50:53.179Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T00:50:53.179Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T00:50:53.179Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T00:50:53.179Z] file_magic: OK [2021-01-12T00:50:53.180Z] HZ: Using current value: 100 [2021-01-12T00:50:53.180Z] file_header: OK [2021-01-12T00:50:53.180Z] 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-12T00:50:53.180Z] Statistics: [2021-01-12T00:50:53.180Z] Hnuu...uuuununununu... [2021-01-12T00:50:53.180Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T00:50:53.361Z] provisioning config files... [2021-01-12T00:50:53.375Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5727400758058818346tmp [Pipeline] { [Pipeline] echo [2021-01-12T00:50:53.445Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:53.744Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T00:50:53.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T00:50:53.844Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:54.141Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T00:50:54.156Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:54.462Z] ---> sudo-logs.sh [2021-01-12T00:50:54.462Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T00:50:54.473Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:54.772Z] ---> job-cost.sh [2021-01-12T00:50:54.772Z] lf-activate-venv: SKIPPING [2021-01-12T00:50:54.772Z] INFO: No Stack... [2021-01-12T00:50:55.716Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T00:50:56.288Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T00:50:56.301Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:50:56.599Z] ---> logs-deploy.sh [2021-01-12T00:50:56.599Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3007/3 [2021-01-12T00:50:56.599Z] INFO: archiving workspace using pattern(s): [2021-01-12T00:50:58.521Z] Archives upload complete. [2021-01-12T00:50:58.521Z] INFO: archiving logs to Nexus [2021-01-12T00:50:59.471Z] ---> uname -a: [2021-01-12T00:50:59.471Z] Linux prd-centos7-docker-4c-2g-19650.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-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] ---> lscpu: [2021-01-12T00:50:59.471Z] Architecture: x86_64 [2021-01-12T00:50:59.471Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-12T00:50:59.471Z] Byte Order: Little Endian [2021-01-12T00:50:59.471Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-12T00:50:59.471Z] CPU(s): 4 [2021-01-12T00:50:59.471Z] On-line CPU(s) list: 0-3 [2021-01-12T00:50:59.471Z] Thread(s) per core: 1 [2021-01-12T00:50:59.471Z] Core(s) per socket: 1 [2021-01-12T00:50:59.471Z] Socket(s): 4 [2021-01-12T00:50:59.471Z] NUMA node(s): 1 [2021-01-12T00:50:59.471Z] Vendor ID: GenuineIntel [2021-01-12T00:50:59.471Z] CPU family: 6 [2021-01-12T00:50:59.471Z] Model: 44 [2021-01-12T00:50:59.471Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-12T00:50:59.471Z] Stepping: 1 [2021-01-12T00:50:59.471Z] CPU MHz: 2933.442 [2021-01-12T00:50:59.471Z] BogoMIPS: 5866.88 [2021-01-12T00:50:59.471Z] Virtualization: VT-x [2021-01-12T00:50:59.471Z] Hypervisor vendor: KVM [2021-01-12T00:50:59.471Z] Virtualization type: full [2021-01-12T00:50:59.471Z] L1d cache: 128 KiB [2021-01-12T00:50:59.471Z] L1i cache: 128 KiB [2021-01-12T00:50:59.471Z] L2 cache: 16 MiB [2021-01-12T00:50:59.471Z] L3 cache: 64 MiB [2021-01-12T00:50:59.471Z] NUMA node0 CPU(s): 0-3 [2021-01-12T00:50:59.471Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-12T00:50:59.471Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-12T00:50:59.471Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-12T00:50:59.471Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-12T00:50:59.471Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-12T00:50:59.471Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-12T00:50:59.471Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-12T00:50:59.471Z] Vulnerability Srbds: Not affected [2021-01-12T00:50:59.471Z] Vulnerability Tsx async abort: Not affected [2021-01-12T00:50:59.471Z] 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-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] ---> nproc: [2021-01-12T00:50:59.471Z] 4 [2021-01-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] ---> df -h: [2021-01-12T00:50:59.471Z] Filesystem Size Used Available Use% Mounted on [2021-01-12T00:50:59.471Z] overlay 50.0G 12.0G 38.0G 24% / [2021-01-12T00:50:59.471Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-12T00:50:59.471Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-12T00:50:59.471Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3 [2021-01-12T00:50:59.471Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3@tmp [2021-01-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] [2021-01-12T00:50:59.471Z] ---> free -m: [2021-01-12T00:50:59.471Z] total used free shared buff/cache available [2021-01-12T00:50:59.471Z] Mem: 1837 720 239 0 876 1033 [2021-01-12T00:50:59.471Z] Swap: 1023 55 968 [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] ---> ip addr: [2021-01-12T00:50:59.472Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-12T00:50:59.472Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-12T00:50:59.472Z] inet 127.0.0.1/8 scope host lo [2021-01-12T00:50:59.472Z] valid_lft forever preferred_lft forever [2021-01-12T00:50:59.472Z] inet6 ::1/128 scope host [2021-01-12T00:50:59.472Z] valid_lft forever preferred_lft forever [2021-01-12T00:50:59.472Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-12T00:50:59.472Z] link/ether fa:16:3e:54:5d:ed brd ff:ff:ff:ff:ff:ff [2021-01-12T00:50:59.472Z] inet 10.30.123.191/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-12T00:50:59.472Z] valid_lft 85130sec preferred_lft 85130sec [2021-01-12T00:50:59.472Z] inet6 fe80::f816:3eff:fe54:5ded/64 scope link [2021-01-12T00:50:59.472Z] valid_lft forever preferred_lft forever [2021-01-12T00:50:59.472Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-12T00:50:59.472Z] link/ether 02:42:44:08:22:27 brd ff:ff:ff:ff:ff:ff [2021-01-12T00:50:59.472Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-12T00:50:59.472Z] valid_lft forever preferred_lft forever [2021-01-12T00:50:59.472Z] inet6 fe80::42:44ff:fe08:2227/64 scope link [2021-01-12T00:50:59.472Z] valid_lft forever preferred_lft forever [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] ---> sar -b -r -n DEV: [2021-01-12T00:50:59.472Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] 00:29:39 LINUX RESTART (4 CPU) [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-12T00:50:59.472Z] 00:31:01 135.39 45.69 89.70 0.00 8272.58 38664.71 0.00 [2021-01-12T00:50:59.472Z] 00:32:01 216.70 76.61 140.09 0.00 5893.73 44981.35 0.00 [2021-01-12T00:50:59.472Z] 00:33:01 234.76 90.69 144.07 0.00 3378.93 20809.41 0.00 [2021-01-12T00:50:59.472Z] 00:34:01 140.78 75.03 65.75 0.00 3745.54 9718.64 0.00 [2021-01-12T00:50:59.472Z] 00:35:02 989.66 722.68 266.98 0.00 91399.07 162017.16 0.00 [2021-01-12T00:50:59.472Z] 00:36:01 2166.36 1853.40 312.96 0.00 142392.71 151792.95 0.00 [2021-01-12T00:50:59.472Z] 00:37:03 580.09 284.44 295.65 0.00 87497.43 128899.64 0.00 [2021-01-12T00:50:59.472Z] 00:38:01 1639.90 1354.82 285.08 0.00 83541.43 87548.50 0.00 [2021-01-12T00:50:59.472Z] 00:39:01 158.29 15.71 142.58 0.00 3308.39 21056.27 0.00 [2021-01-12T00:50:59.472Z] 00:40:01 5.26 0.58 4.68 0.00 26.64 129.18 0.00 [2021-01-12T00:50:59.472Z] 00:41:01 0.33 0.00 0.33 0.00 0.00 4.43 0.00 [2021-01-12T00:50:59.472Z] 00:42:01 0.27 0.02 0.25 0.00 0.53 2.51 0.00 [2021-01-12T00:50:59.472Z] 00:43:01 0.22 0.02 0.20 0.00 0.27 2.78 0.00 [2021-01-12T00:50:59.472Z] 00:44:01 0.30 0.02 0.28 0.00 0.27 3.25 0.00 [2021-01-12T00:50:59.472Z] 00:45:01 1.76 1.41 0.35 0.00 47.94 4.03 0.00 [2021-01-12T00:50:59.472Z] 00:46:02 0.82 0.03 0.78 0.00 1.07 14.87 0.00 [2021-01-12T00:50:59.472Z] 00:47:01 0.27 0.02 0.25 0.00 0.54 2.78 0.00 [2021-01-12T00:50:59.472Z] 00:48:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 [2021-01-12T00:50:59.472Z] 00:49:01 0.22 0.00 0.22 0.00 0.00 3.18 0.00 [2021-01-12T00:50:59.472Z] 00:50:01 0.28 0.02 0.27 0.00 0.53 3.38 0.00 [2021-01-12T00:50:59.472Z] Average: 311.50 223.94 87.56 0.00 21452.83 33329.03 0.00 [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-12T00:50:59.472Z] 00:31:01 76088 0 746240 39.66 2620 1056596 1452988 49.59 656232 945408 28 [2021-01-12T00:50:59.472Z] 00:32:01 74892 0 723272 38.44 1760 1081620 1533976 52.35 570072 962220 99708 [2021-01-12T00:50:59.472Z] 00:33:01 84676 0 1013980 53.89 704 782184 1957696 66.81 793076 723252 56960 [2021-01-12T00:50:59.472Z] 00:34:01 152728 0 774744 41.18 704 953368 1430132 48.81 658812 781708 48220 [2021-01-12T00:50:59.472Z] 00:35:02 351020 0 700528 37.23 16 829980 1886780 64.39 573448 743008 36 [2021-01-12T00:50:59.472Z] 00:36:01 310772 0 1078584 57.32 16 492172 3358072 114.61 694984 614032 38672 [2021-01-12T00:50:59.472Z] 00:37:03 81784 0 688300 36.58 16 1111444 1534784 52.38 732196 858556 27136 [2021-01-12T00:50:59.472Z] 00:38:01 341800 0 745060 39.60 16 794668 2197176 74.99 614916 685192 13772 [2021-01-12T00:50:59.472Z] 00:39:01 160164 0 636248 33.82 16 1085116 1201088 40.99 591448 887820 20 [2021-01-12T00:50:59.472Z] 00:40:01 162892 0 632744 33.63 16 1085892 1174408 40.08 589840 888124 16 [2021-01-12T00:50:59.472Z] 00:41:01 163096 0 632540 33.62 16 1085892 1174408 40.08 589868 888176 8 [2021-01-12T00:50:59.472Z] 00:42:01 162996 0 632628 33.62 16 1085904 1174396 40.08 589940 888196 20 [2021-01-12T00:50:59.472Z] 00:43:01 163324 0 632292 33.60 16 1085912 1174408 40.08 590028 888200 8 [2021-01-12T00:50:59.472Z] 00:44:01 163060 0 632552 33.62 16 1085916 1174420 40.08 589968 888208 8 [2021-01-12T00:50:59.472Z] 00:45:01 162304 0 632532 33.62 16 1086692 1168180 39.87 589064 888904 20 [2021-01-12T00:50:59.472Z] 00:46:02 162512 0 632300 33.61 16 1086716 1168252 39.87 589440 888920 8 [2021-01-12T00:50:59.472Z] 00:47:01 162700 0 632116 33.60 16 1086712 1168180 39.87 589072 888920 8 [2021-01-12T00:50:59.472Z] 00:48:01 162652 0 632144 33.60 16 1086732 1168180 39.87 589080 888936 8 [2021-01-12T00:50:59.472Z] 00:49:01 162576 0 632212 33.60 16 1086740 1168180 39.87 589096 888936 8 [2021-01-12T00:50:59.472Z] 00:50:01 161872 0 632912 33.64 16 1086744 1168324 39.87 589888 888952 8 [2021-01-12T00:50:59.472Z] Average: 171195 0 703196 37.37 302 1006850 1471701 50.23 618523 848783 14234 [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-12T00:50:59.472Z] 00:31:01 eth0 1799.22 1828.00 6467.63 229.26 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:31:01 veth4eaf440 857.40 708.66 81.98 2711.55 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:31:01 docker0 857.40 708.53 70.26 2711.54 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:32:01 veth3397286 103.98 121.76 9.61 466.92 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:32:01 eth0 517.58 420.31 3673.51 44.59 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:32:01 docker0 145.95 191.93 10.62 827.54 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:33:01 vethf12cc1b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:33:01 eth0 53.02 39.12 33.05 65.32 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:33:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:34:01 vethf12cc1b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:34:01 eth0 36.33 18.46 29.63 15.60 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:35:02 vetha393ff3 4.59 5.49 0.38 24.04 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:35:02 veth42bd27f 0.23 0.28 0.02 0.70 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:35:02 eth0 226.28 186.56 1718.17 82.76 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:35:02 veth21c0db4 0.07 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:36:01 vethddf7c9e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:36:01 vetha701020 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:36:01 veth8056cad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:36:01 vethc444eaf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:37:03 eth0 2652.37 2478.09 11768.66 496.46 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:37:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:37:03 vetha28560f 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:37:03 docker0 989.13 897.69 79.24 3573.67 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:38:01 veth2be818d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:38:01 eth0 63.73 42.01 128.75 79.24 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:38:01 veth8353079 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:39:01 eth0 243.66 168.96 1695.88 26.27 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:39:01 docker0 1093.11 1033.41 85.87 4224.66 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:40:01 eth0 1.95 0.48 0.64 0.39 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:41:01 eth0 1.67 0.45 0.51 0.27 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:42:01 eth0 2.38 0.45 0.69 0.39 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:43:01 eth0 3.61 1.13 1.47 0.94 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:44:01 eth0 0.82 0.27 0.29 0.23 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:45:01 eth0 1.12 0.07 0.05 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:46:02 eth0 1.00 0.18 0.17 0.07 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:47:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:49:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:50:01 eth0 1.02 0.28 0.32 0.20 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] Average: eth0 152.06 137.99 696.73 30.87 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] Average: docker0 54.78 51.78 4.30 211.70 0.00 0.00 0.00 0.00 [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] [2021-01-12T00:50:59.472Z] ---> sar -P ALL: [2021-01-12T00:50:59.473Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T00:50:59.473Z] [2021-01-12T00:50:59.473Z] 00:29:39 LINUX RESTART (4 CPU) [2021-01-12T00:50:59.473Z] [2021-01-12T00:50:59.473Z] 00:30:02 CPU %user %nice %system %iowait %steal %idle [2021-01-12T00:50:59.473Z] 00:31:01 all 20.35 0.00 10.20 3.70 0.27 65.48 [2021-01-12T00:50:59.473Z] 00:31:01 0 19.97 0.00 13.90 2.26 0.23 63.64 [2021-01-12T00:50:59.473Z] 00:31:01 1 23.66 0.00 9.08 8.04 0.29 58.92 [2021-01-12T00:50:59.473Z] 00:31:01 2 16.83 0.00 9.63 2.67 0.33 70.54 [2021-01-12T00:50:59.473Z] 00:31:01 3 20.93 0.00 8.23 1.78 0.21 68.85 [2021-01-12T00:50:59.473Z] 00:32:01 all 11.89 0.00 7.71 3.83 0.12 76.44 [2021-01-12T00:50:59.473Z] 00:32:01 0 10.35 0.00 8.65 2.99 0.14 77.87 [2021-01-12T00:50:59.473Z] 00:32:01 1 12.44 0.00 8.00 6.06 0.12 73.38 [2021-01-12T00:50:59.473Z] 00:32:01 2 13.23 0.00 7.44 3.93 0.10 75.29 [2021-01-12T00:50:59.473Z] 00:32:01 3 11.53 0.00 6.76 2.34 0.14 79.23 [2021-01-12T00:50:59.473Z] 00:33:01 all 40.02 0.00 12.29 5.89 0.09 41.71 [2021-01-12T00:50:59.473Z] 00:33:01 0 38.88 0.00 12.19 5.05 0.09 43.80 [2021-01-12T00:50:59.473Z] 00:33:01 1 39.74 0.00 12.73 5.69 0.10 41.74 [2021-01-12T00:50:59.473Z] 00:33:01 2 40.18 0.00 12.35 6.15 0.07 41.26 [2021-01-12T00:50:59.473Z] 00:33:01 3 41.28 0.00 11.89 6.67 0.10 40.06 [2021-01-12T00:50:59.473Z] 00:34:01 all 54.46 0.00 15.32 2.20 0.05 27.97 [2021-01-12T00:50:59.473Z] 00:34:01 0 55.02 0.00 15.32 2.71 0.03 26.92 [2021-01-12T00:50:59.473Z] 00:34:01 1 52.81 0.00 15.45 2.11 0.05 29.57 [2021-01-12T00:50:59.473Z] 00:34:01 2 56.20 0.00 16.15 1.85 0.03 25.76 [2021-01-12T00:50:59.473Z] 00:34:01 3 53.81 0.00 14.38 2.12 0.07 29.62 [2021-01-12T00:50:59.473Z] 00:35:02 all 20.37 0.00 22.88 10.29 0.14 46.32 [2021-01-12T00:50:59.473Z] 00:35:02 0 20.52 0.00 21.65 10.33 0.14 47.37 [2021-01-12T00:50:59.473Z] 00:35:02 1 19.54 0.00 23.17 10.72 0.17 46.40 [2021-01-12T00:50:59.473Z] 00:35:02 2 19.37 0.00 23.44 11.42 0.09 45.68 [2021-01-12T00:50:59.473Z] 00:35:02 3 22.05 0.00 23.27 8.68 0.17 45.84 [2021-01-12T00:50:59.473Z] 00:36:01 all 28.49 0.00 24.48 26.28 0.17 20.57 [2021-01-12T00:50:59.473Z] 00:36:01 0 27.71 0.00 23.69 27.28 0.18 21.14 [2021-01-12T00:50:59.473Z] 00:36:01 1 29.38 0.00 24.24 26.24 0.21 19.92 [2021-01-12T00:50:59.473Z] 00:36:01 2 27.62 0.00 24.78 26.88 0.13 20.60 [2021-01-12T00:50:59.473Z] 00:36:01 3 29.26 0.00 25.23 24.69 0.18 20.63 [2021-01-12T00:50:59.473Z] 00:37:03 all 41.63 0.00 20.67 16.70 0.16 20.84 [2021-01-12T00:50:59.473Z] 00:37:03 0 41.01 0.00 20.87 18.44 0.15 19.52 [2021-01-12T00:50:59.473Z] 00:37:03 1 41.87 0.00 20.57 18.37 0.10 19.09 [2021-01-12T00:50:59.473Z] 00:37:03 2 41.86 0.00 20.28 13.98 0.19 23.69 [2021-01-12T00:50:59.473Z] 00:37:03 3 41.80 0.00 20.94 15.97 0.20 21.09 [2021-01-12T00:50:59.473Z] 00:38:01 all 45.52 0.00 21.62 16.79 0.09 15.99 [2021-01-12T00:50:59.473Z] 00:38:01 0 46.50 0.00 22.24 16.23 0.07 14.95 [2021-01-12T00:50:59.473Z] 00:38:01 1 45.66 0.00 22.02 15.70 0.09 16.52 [2021-01-12T00:50:59.473Z] 00:38:01 2 44.02 0.00 20.91 17.02 0.09 17.96 [2021-01-12T00:50:59.473Z] 00:38:01 3 45.88 0.00 21.28 18.25 0.11 14.48 [2021-01-12T00:50:59.473Z] 00:39:01 all 9.23 0.00 7.14 5.35 0.06 78.22 [2021-01-12T00:50:59.473Z] 00:39:01 0 8.22 0.00 7.76 4.86 0.03 79.13 [2021-01-12T00:50:59.473Z] 00:39:01 1 9.62 0.00 7.53 7.37 0.03 75.44 [2021-01-12T00:50:59.473Z] 00:39:01 2 8.53 0.00 6.27 6.15 0.07 78.98 [2021-01-12T00:50:59.473Z] 00:39:01 3 10.56 0.00 6.99 3.01 0.12 79.33 [2021-01-12T00:50:59.473Z] 00:40:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-12T00:50:59.473Z] 00:40:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:40:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-12T00:50:59.473Z] 00:40:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-12T00:50:59.473Z] 00:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-12T00:50:59.473Z] 00:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] 00:41:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-12T00:50:59.473Z] 00:41:01 2 0.53 0.00 0.02 0.00 0.02 99.43 [2021-01-12T00:50:59.473Z] 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] [2021-01-12T00:50:59.473Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2021-01-12T00:50:59.473Z] 00:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-12T00:50:59.473Z] 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T00:50:59.473Z] 00:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-12T00:50:59.473Z] 00:42:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-12T00:50:59.473Z] 00:42:01 3 0.05 0.00 0.07 0.02 0.00 99.87 [2021-01-12T00:50:59.473Z] 00:43:01 all 0.22 0.00 0.17 0.00 0.00 99.61 [2021-01-12T00:50:59.473Z] 00:43:01 0 0.10 0.00 0.12 0.00 0.02 99.77 [2021-01-12T00:50:59.473Z] 00:43:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-12T00:50:59.473Z] 00:43:01 2 0.08 0.00 0.22 0.00 0.00 99.70 [2021-01-12T00:50:59.473Z] 00:43:01 3 0.15 0.00 0.28 0.00 0.00 99.57 [2021-01-12T00:50:59.473Z] 00:44:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-01-12T00:50:59.473Z] 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:44:01 1 0.48 0.00 0.03 0.00 0.00 99.48 [2021-01-12T00:50:59.473Z] 00:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T00:50:59.473Z] 00:44:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-12T00:50:59.473Z] 00:45:01 all 0.09 0.00 0.08 0.03 0.00 99.81 [2021-01-12T00:50:59.473Z] 00:45:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-12T00:50:59.473Z] 00:45:01 1 0.20 0.00 0.08 0.00 0.00 99.72 [2021-01-12T00:50:59.473Z] 00:45:01 2 0.02 0.00 0.07 0.07 0.00 99.85 [2021-01-12T00:50:59.473Z] 00:45:01 3 0.07 0.00 0.10 0.03 0.00 99.80 [2021-01-12T00:50:59.473Z] 00:46:02 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-01-12T00:50:59.473Z] 00:46:02 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:46:02 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:46:02 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-12T00:50:59.473Z] 00:46:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:47:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2021-01-12T00:50:59.473Z] 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T00:50:59.473Z] 00:47:01 1 0.32 0.00 0.03 0.00 0.00 99.64 [2021-01-12T00:50:59.473Z] 00:47:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-12T00:50:59.473Z] 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-12T00:50:59.473Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T00:50:59.473Z] 00:48:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-01-12T00:50:59.473Z] 00:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-12T00:50:59.473Z] 00:48:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-12T00:50:59.473Z] 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T00:50:59.473Z] 00:49:01 1 0.50 0.00 0.00 0.00 0.02 99.48 [2021-01-12T00:50:59.473Z] 00:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] 00:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] 00:50:01 all 0.16 0.00 0.04 0.00 0.00 99.79 [2021-01-12T00:50:59.473Z] 00:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-12T00:50:59.473Z] 00:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-12T00:50:59.473Z] 00:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-12T00:50:59.473Z] 00:50:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-12T00:50:59.473Z] Average: all 13.34 0.00 6.96 4.42 0.06 75.23 [2021-01-12T00:50:59.473Z] Average: 0 13.09 0.00 7.14 4.38 0.05 75.33 [2021-01-12T00:50:59.473Z] Average: 1 13.61 0.00 7.00 4.90 0.06 74.44 [2021-01-12T00:50:59.473Z] Average: 2 13.16 0.00 6.90 4.36 0.06 75.52 [2021-01-12T00:50:59.473Z] Average: 3 13.51 0.00 6.78 4.03 0.06 75.62 [2021-01-12T00:50:59.473Z] [2021-01-12T00:50:59.473Z] [2021-01-12T00:50:59.473Z]