Pull request #3084 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64+82d8907018ab8cb9f1ec85c1c043836e064d42f9 (29eb9f1f6752bbe4af6b0ce7bdefccc9a20b5a94) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23764 in /w/workspace/edgexfoundry_edgex-go_PR-3084 [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/3084/head:refs/remotes/origin/PR-3084 +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 Merging remotes/origin/hanoi commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 Merge succeeded, producing cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 Checking out Revision cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 (PR-3084) > git config core.sparsecheckout # timeout=10 > git checkout -f cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 # 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 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi" First time build. Skipping changelog. > git rev-list --no-walk c2a2b6349ce29b74f819c00a19a636ca2f2df593 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T15:43:23.502Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T15:43:23.729Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T15:43:23.831Z] ========================================================= [2021-01-28T15:43:23.831Z] EdgeX Global Pipelines Version Info [2021-01-28T15:43:23.831Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:43:25.296Z] ------------------- [2021-01-28T15:43:25.296Z] stable info: [2021-01-28T15:43:25.296Z] ------------------- [2021-01-28T15:43:25.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T15:43:25.296Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T15:43:25.296Z] Message: update stable to v1.0.179 [2021-01-28T15:43:26.242Z] ------------------- [2021-01-28T15:43:26.242Z] experimental info: [2021-01-28T15:43:26.242Z] ------------------- [2021-01-28T15:43:26.242Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T15:43:26.242Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T15:43:26.242Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T15:43:26.537Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T15:43:26.618Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T15:43:26.699Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T15:43:26.790Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T15:43:26.882Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T15:43:26.961Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T15:43:27.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T15:43:27.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T15:43:27.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T15:43:27.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T15:43:27.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T15:43:27.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T15:43:27.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T15:43:27.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T15:43:27.680Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T15:43:27.784Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T15:43:27.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T15:43:27.942Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T15:43:28.020Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T15:43:28.100Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T15:43:28.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T15:43:28.271Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T15:43:28.349Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T15:43:28.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3084 [Pipeline] echo [2021-01-28T15:43:28.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3084 [Pipeline] echo [2021-01-28T15:43:28.592Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3084 [Pipeline] echo [2021-01-28T15:43:28.693Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [Pipeline] echo [2021-01-28T15:43:28.770Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbdaf6d [Pipeline] echo [2021-01-28T15:43:28.851Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T15:43:29.013Z] provisioning config files... [2021-01-28T15:43:29.041Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config458124822236193542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:43:29.387Z] ---> docker-login.sh [2021-01-28T15:43:29.387Z] nexus3.edgexfoundry.org:10001 [2021-01-28T15:43:29.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:43:29.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:43:29.914Z] Configure a credential helper to remove this warning. See [2021-01-28T15:43:29.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:43:29.914Z] [2021-01-28T15:43:29.914Z] Login Succeeded [2021-01-28T15:43:29.914Z] nexus3.edgexfoundry.org:10002 [2021-01-28T15:43:29.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:43:30.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:43:30.176Z] Configure a credential helper to remove this warning. See [2021-01-28T15:43:30.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:43:30.176Z] [2021-01-28T15:43:30.176Z] Login Succeeded [2021-01-28T15:43:30.176Z] nexus3.edgexfoundry.org:10003 [2021-01-28T15:43:30.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:43:30.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:43:30.440Z] Configure a credential helper to remove this warning. See [2021-01-28T15:43:30.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:43:30.440Z] [2021-01-28T15:43:30.440Z] Login Succeeded [2021-01-28T15:43:30.440Z] nexus3.edgexfoundry.org:10004 [2021-01-28T15:43:30.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:43:30.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:43:30.440Z] Configure a credential helper to remove this warning. See [2021-01-28T15:43:30.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:43:30.440Z] [2021-01-28T15:43:30.440Z] Login Succeeded [2021-01-28T15:43:30.440Z] docker.io [2021-01-28T15:43:30.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:43:30.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:43:30.965Z] Configure a credential helper to remove this warning. See [2021-01-28T15:43:30.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:43:30.965Z] [2021-01-28T15:43:30.965Z] Login Succeeded [2021-01-28T15:43:30.965Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T15:43:30.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T15:43:31.458Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/support-logging/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo support-logging,cmd/support-logging/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T15:43:31.458Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:43:31.458Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T15:43:31.458Z] ++ cut -d/ -f2 [2021-01-28T15:43:31.458Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T15:43:31.528Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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-28T15:43:32.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T15:43:32.981Z] [2021-01-28T15:43:32.981Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:43:33.319Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T15:43:33.319Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T15:43:33.319Z] 31603596830f: Pulling fs layer [2021-01-28T15:43:33.319Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T15:43:33.319Z] 6ca5941a6612: Pulling fs layer [2021-01-28T15:43:33.319Z] ecc8261a40a4: Pulling fs layer [2021-01-28T15:43:33.319Z] ecc8261a40a4: Waiting [2021-01-28T15:43:33.319Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T15:43:33.319Z] 2a8b12db71e7: Download complete [2021-01-28T15:43:33.582Z] 31603596830f: Download complete [2021-01-28T15:43:33.582Z] ecc8261a40a4: Verifying Checksum [2021-01-28T15:43:33.582Z] ecc8261a40a4: Download complete [2021-01-28T15:43:33.582Z] 6ca5941a6612: Download complete [2021-01-28T15:43:34.160Z] 31603596830f: Pull complete [2021-01-28T15:43:34.160Z] 2a8b12db71e7: Pull complete [2021-01-28T15:43:35.107Z] 6ca5941a6612: Pull complete [2021-01-28T15:43:35.107Z] ecc8261a40a4: Pull complete [2021-01-28T15:43:35.107Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T15:43:35.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T15:43:35.107Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T15:43:35.210Z] prd-centos7-docker-4c-2g-23764 does not seem to be running inside a container [2021-01-28T15:43:35.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T15:43:37.848Z] $ docker top 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T15:43:38.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T15:43:38.208Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T15:43:38.431Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T15:43:38.436Z] $ docker exec 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 ssh-agent [2021-01-28T15:43:38.607Z] SSH_AUTH_SOCK=/tmp/ssh-ymXbTdM5ZvcF/agent.11 [2021-01-28T15:43:38.607Z] SSH_AGENT_PID=16 [2021-01-28T15:43:38.618Z] Running ssh-add (command line suppressed) [2021-01-28T15:43:38.742Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5234936467501496367.key (/w/workspace/edgex-go/3@tmp/private_key_5234936467501496367.key) [2021-01-28T15:43:38.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T15:43:39.130Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T15:43:39.156Z] $ docker exec --env ******** --env ******** 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 ssh-agent -k [2021-01-28T15:43:39.276Z] unset SSH_AUTH_SOCK; [2021-01-28T15:43:39.277Z] unset SSH_AGENT_PID; [2021-01-28T15:43:39.277Z] echo Agent pid 16 killed; [2021-01-28T15:43:39.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T15:43:39.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T15:43:39.573Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T15:43:39.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T15:43:39.751Z] $ docker exec 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 ssh-agent [2021-01-28T15:43:39.913Z] SSH_AUTH_SOCK=/tmp/ssh-Hd6svxovh4Re/agent.44 [2021-01-28T15:43:39.913Z] SSH_AGENT_PID=49 [2021-01-28T15:43:39.919Z] Running ssh-add (command line suppressed) [2021-01-28T15:43:40.040Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3793904688703616407.key (/w/workspace/edgex-go/3@tmp/private_key_3793904688703616407.key) [2021-01-28T15:43:40.092Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T15:43:40.433Z] + git semver init [2021-01-28T15:43:40.434Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T15:43:40.434Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-28T15:43:40.434Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-28T15:43:40.434Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T15:43:40.434Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T15:43:40.434Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T15:43:40.434Z] # $SEMVER_BRANCH = PR-3084 [2021-01-28T15:43:40.434Z] # $SEMVER_TEMP = /tmp/semver-785476552 [2021-01-28T15:43:40.434Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T15:43:58.652Z] # '/tmp/semver-785476552' -> '/w/workspace/edgex-go/3/.semver' [2021-01-28T15:43:58.652Z] # -> Force: false [2021-01-28T15:43:58.652Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-28T15:43:58.667Z] $ docker exec --env ******** --env ******** 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 ssh-agent -k [2021-01-28T15:43:58.878Z] unset SSH_AUTH_SOCK; [2021-01-28T15:43:58.878Z] unset SSH_AGENT_PID; [2021-01-28T15:43:58.878Z] echo Agent pid 49 killed; [2021-01-28T15:43:58.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T15:43:59.477Z] + git semver [Pipeline] } [2021-01-28T15:43:59.496Z] $ docker stop --time=1 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 [2021-01-28T15:44:01.179Z] $ docker rm -f 9398e3c587dbe5cc502e283baf3bbd7d90e83457ad28e15a302a9f55bb77fbe6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T15:44:01.719Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T15:44:02.247Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T15:44:02.250Z] [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-28T15:44:03.157Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:44:03.459Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:44:03.767Z] + sudo service docker restart [2021-01-28T15:44:03.767Z] + true [2021-01-28T15:44:03.767Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T15:44:04.371Z] ========================================================= [2021-01-28T15:44:04.371Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T15:44:04.371Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:44:04.726Z] + 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-28T15:44:08.969Z] Sending build context to Docker daemon 327.3MB [2021-01-28T15:44:08.969Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-28T15:44:08.969Z] Step 2/7 : FROM ${BASE} [2021-01-28T15:44:08.969Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T15:44:08.969Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T15:44:08.969Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T15:44:08.969Z] de9db76c5a1d: Pulling fs layer [2021-01-28T15:44:08.969Z] bca2f99d35d6: Pulling fs layer [2021-01-28T15:44:08.969Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T15:44:08.969Z] 7c6f9722023f: Pulling fs layer [2021-01-28T15:44:08.969Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T15:44:08.969Z] 93359f2a8cfa: Waiting [2021-01-28T15:44:08.969Z] 7c6f9722023f: Waiting [2021-01-28T15:44:08.969Z] a35cf1a2eb13: Waiting [2021-01-28T15:44:08.969Z] bca2f99d35d6: Waiting [2021-01-28T15:44:08.969Z] de9db76c5a1d: Verifying Checksum [2021-01-28T15:44:08.969Z] de9db76c5a1d: Download complete [2021-01-28T15:44:08.969Z] 0ef7d3d256c8: Download complete [2021-01-28T15:44:08.969Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T15:44:08.969Z] 93359f2a8cfa: Download complete [2021-01-28T15:44:09.239Z] 7c6f9722023f: Verifying Checksum [2021-01-28T15:44:09.239Z] 7c6f9722023f: Download complete [2021-01-28T15:44:09.239Z] 188c0c94c7c5: Download complete [2021-01-28T15:44:09.505Z] 188c0c94c7c5: Pull complete [2021-01-28T15:44:09.769Z] 0ef7d3d256c8: Pull complete [2021-01-28T15:44:10.035Z] de9db76c5a1d: Pull complete [2021-01-28T15:44:11.964Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T15:44:11.964Z] a35cf1a2eb13: Download complete [2021-01-28T15:44:12.235Z] bca2f99d35d6: Verifying Checksum [2021-01-28T15:44:12.235Z] bca2f99d35d6: Download complete [2021-01-28T15:44:17.596Z] bca2f99d35d6: Pull complete [2021-01-28T15:44:17.653Z] Still waiting to schedule task [2021-01-28T15:44:17.653Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T15:44:17.897Z] 93359f2a8cfa: Pull complete [2021-01-28T15:44:17.897Z] 7c6f9722023f: Pull complete [2021-01-28T15:44:23.220Z] a35cf1a2eb13: Pull complete [2021-01-28T15:44:23.220Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T15:44:23.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T15:44:23.220Z] ---> a62c8e92a672 [2021-01-28T15:44:23.220Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T15:44:23.220Z] ---> Running in 9988fc7757a7 [2021-01-28T15:44:23.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:44:25.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:44:26.584Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T15:44:27.165Z] (2/12) Installing file (5.38-r0) [2021-01-28T15:44:27.165Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T15:44:27.165Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T15:44:39.419Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T15:44:39.419Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T15:44:39.419Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T15:44:39.419Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T15:44:39.419Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T15:44:39.419Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T15:44:39.419Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T15:44:39.684Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T15:44:39.684Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:44:39.684Z] OK: 233 MiB in 51 packages [2021-01-28T15:44:43.012Z] Removing intermediate container 9988fc7757a7 [2021-01-28T15:44:43.012Z] ---> 136a4e9cc133 [2021-01-28T15:44:43.012Z] Step 4/7 : WORKDIR /edgex-go [2021-01-28T15:44:43.012Z] ---> Running in 04b183cf86bc [2021-01-28T15:44:43.012Z] Removing intermediate container 04b183cf86bc [2021-01-28T15:44:43.012Z] ---> c8de3a876d02 [2021-01-28T15:44:43.012Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-28T15:44:43.586Z] latest: Pulling from library/docker [2021-01-28T15:44:43.586Z] 801bfaa63ef2: Pulling fs layer [2021-01-28T15:44:43.586Z] 4f7dc993c79e: Pulling fs layer [2021-01-28T15:44:43.586Z] d39d95e4997f: Pulling fs layer [2021-01-28T15:44:43.586Z] ae283de69b7d: Pulling fs layer [2021-01-28T15:44:43.586Z] 1962c7344fe5: Pulling fs layer [2021-01-28T15:44:43.586Z] aa7a3367c785: Pulling fs layer [2021-01-28T15:44:43.586Z] 5e259227d438: Pulling fs layer [2021-01-28T15:44:43.586Z] 1962c7344fe5: Waiting [2021-01-28T15:44:43.586Z] aa7a3367c785: Waiting [2021-01-28T15:44:43.586Z] 5e259227d438: Waiting [2021-01-28T15:44:43.586Z] ae283de69b7d: Waiting [2021-01-28T15:44:43.852Z] d39d95e4997f: Verifying Checksum [2021-01-28T15:44:43.852Z] d39d95e4997f: Download complete [2021-01-28T15:44:43.852Z] 4f7dc993c79e: Download complete [2021-01-28T15:44:43.852Z] 801bfaa63ef2: Verifying Checksum [2021-01-28T15:44:43.852Z] 801bfaa63ef2: Download complete [2021-01-28T15:44:43.852Z] 1962c7344fe5: Verifying Checksum [2021-01-28T15:44:43.852Z] 1962c7344fe5: Download complete [2021-01-28T15:44:43.852Z] aa7a3367c785: Verifying Checksum [2021-01-28T15:44:43.852Z] aa7a3367c785: Download complete [2021-01-28T15:44:44.118Z] 5e259227d438: Verifying Checksum [2021-01-28T15:44:44.118Z] 5e259227d438: Download complete [2021-01-28T15:44:44.118Z] 801bfaa63ef2: Pull complete [2021-01-28T15:44:44.381Z] 4f7dc993c79e: Pull complete [2021-01-28T15:44:44.645Z] d39d95e4997f: Pull complete [2021-01-28T15:44:44.912Z] ae283de69b7d: Verifying Checksum [2021-01-28T15:44:44.912Z] ae283de69b7d: Download complete [2021-01-28T15:44:47.496Z] ae283de69b7d: Pull complete [2021-01-28T15:44:47.765Z] 1962c7344fe5: Pull complete [2021-01-28T15:44:47.765Z] aa7a3367c785: Pull complete [2021-01-28T15:44:48.040Z] 5e259227d438: Pull complete [2021-01-28T15:44:48.040Z] Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf [2021-01-28T15:44:48.040Z] Status: Downloaded newer image for docker:latest [2021-01-28T15:44:49.981Z] ---> 5657947b5c51 [2021-01-28T15:44:49.981Z] Step 6/7 : COPY go.mod . [2021-01-28T15:44:49.981Z] ---> 8f927a27c37c [2021-01-28T15:44:49.981Z] Step 7/7 : RUN go mod download [2021-01-28T15:44:49.981Z] ---> Running in d946dedc3edb [2021-01-28T15:45:12.001Z] Removing intermediate container d946dedc3edb [2021-01-28T15:45:12.001Z] ---> 0fa7dbe920ea [2021-01-28T15:45:12.001Z] Successfully built 0fa7dbe920ea [2021-01-28T15:45:12.001Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:45:12.324Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T15:45:12.325Z] . [Pipeline] withDockerContainer [2021-01-28T15:45:12.436Z] prd-centos7-docker-4c-2g-23764 does not seem to be running inside a container [2021-01-28T15:45:12.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T15:45:13.396Z] $ docker top 718b69bdd5786c42551d8106151d331210479dab43bd2a7c91e6679b60bd4543 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:45:13.948Z] + go version [2021-01-28T15:45:13.949Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T15:45:13.966Z] $ docker stop --time=1 718b69bdd5786c42551d8106151d331210479dab43bd2a7c91e6679b60bd4543 [2021-01-28T15:45:15.368Z] $ docker rm -f 718b69bdd5786c42551d8106151d331210479dab43bd2a7c91e6679b60bd4543 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:45:16.185Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T15:45:16.185Z] . [Pipeline] withDockerContainer [2021-01-28T15:45:16.294Z] prd-centos7-docker-4c-2g-23764 does not seem to be running inside a container [2021-01-28T15:45:16.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T15:45:17.133Z] $ docker top 1111c95173e695b8f8766f03b816f760bfeed51909f9049b9cb733ab80a9addd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T15:45:17.325Z] ========================================================= [2021-01-28T15:45:17.325Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T15:45:17.325Z] ========================================================= [Pipeline] sh [2021-01-28T15:45:17.624Z] + make test [2021-01-28T15:45:17.624Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T15:45:27.719Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T15:45:43.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T15:45:48.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T15:45:48.942Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T15:45:48.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T15:45:48.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T15:45:48.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T15:45:51.517Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.051s [2021-01-28T15:45:51.517Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T15:45:51.517Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-01-28T15:45:51.517Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T15:45:52.101Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T15:45:52.101Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T15:45:52.101Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T15:45:52.101Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T15:45:54.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 46.6% of statements [2021-01-28T15:45:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T15:45:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T15:45:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T15:45:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T15:45:54.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T15:45:59.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T15:45:59.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T15:45:59.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T15:45:59.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 64.9% of statements [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T15:45:59.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.408s coverage: 84.5% of statements [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T15:45:59.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T15:46:00.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T15:46:00.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T15:46:00.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T15:46:00.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-01-28T15:46:00.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T15:46:01.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-01-28T15:46:01.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T15:46:01.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 100.0% of statements [2021-01-28T15:46:01.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T15:46:01.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T15:46:01.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T15:46:01.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T15:46:02.032Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23766 in /w/workspace/edgexfoundry_edgex-go_PR-3084 [Pipeline] { [Pipeline] ws [2021-01-28T15:46:02.209Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 95.7% of statements [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.0% of statements [no tests to run] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T15:46:03.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-01-28T15:46:03.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-01-28T15:46:05.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 55.9% of statements [2021-01-28T15:46:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T15:46:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T15:46:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T15:46:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T15:46:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T15:46:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-01-28T15:46:07.392Z] using credential edgex-jenkins-ssh [2021-01-28T15:46:07.449Z] Cloning the remote Git repository [2021-01-28T15:46:07.519Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:46:07.626Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T15:46:07.714Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:46:07.715Z] > git --version # timeout=10 [2021-01-28T15:46:07.734Z] > git --version # 'git version 2.17.1' [2021-01-28T15:46:07.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.195s coverage: 86.3% of statements [2021-01-28T15:46:07.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.164s coverage: 72.2% of statements [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.445s coverage: 72.1% of statements [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2021-01-28T15:46:07.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-01-28T15:46:07.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-01-28T15:46:07.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.053s coverage: 28.8% of statements [2021-01-28T15:46:07.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-01-28T15:46:07.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2021-01-28T15:46:07.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-01-28T15:46:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 36.5% of statements [2021-01-28T15:46:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T15:46:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T15:46:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.345s coverage: 84.1% of statements [2021-01-28T15:46:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements [2021-01-28T15:46:07.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T15:46:09.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements [2021-01-28T15:46:09.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-01-28T15:46:09.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-01-28T15:46:09.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.039s coverage: 100.0% of statements [2021-01-28T15:46:09.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-01-28T15:46:09.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2021-01-28T15:46:09.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-01-28T15:46:10.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T15:46:10.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T15:46:10.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T15:46:10.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-28T15:46:10.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.678s coverage: 29.1% of statements [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T15:46:12.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T15:46:12.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-01-28T15:46:13.208Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-28T15:46:13.208Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T15:46:13.791Z] GO111MODULE=on go vet ./... [2021-01-28T15:46:29.074Z] Merging remotes/origin/hanoi commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:46:28.202Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T15:46:28.220Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T15:46:28.252Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T15:46:28.286Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:46:28.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:46:28.299Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3084/head:refs/remotes/origin/PR-3084 +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-28T15:46:29.100Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T15:46:29.168Z] > git checkout -f cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 # timeout=10 [2021-01-28T15:46:29.625Z] Merge succeeded, producing cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:46:29.625Z] Checking out Revision cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 (PR-3084) [2021-01-28T15:46:29.534Z] > git remote # timeout=10 [2021-01-28T15:46:29.561Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T15:46:29.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:46:29.590Z] > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [2021-01-28T15:46:29.615Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T15:46:29.639Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T15:46:29.656Z] > git checkout -f cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 # timeout=10 [2021-01-28T15:46:34.063Z] Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T15:46:35.792Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:46:36.188Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:46:36.521Z] + true [2021-01-28T15:46:36.521Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T15:46:38.591Z] provisioning config files... [2021-01-28T15:46:38.633Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2924388228595199007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:46:39.045Z] ---> docker-login.sh [2021-01-28T15:46:39.045Z] nexus3.edgexfoundry.org:10001 [2021-01-28T15:46:40.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:46:40.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:46:40.298Z] Configure a credential helper to remove this warning. See [2021-01-28T15:46:40.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:46:40.298Z] [2021-01-28T15:46:40.298Z] Login Succeeded [2021-01-28T15:46:40.298Z] nexus3.edgexfoundry.org:10002 [2021-01-28T15:46:40.512Z] gofmt -l . [2021-01-28T15:46:40.512Z] [ "`gofmt -l .`" = "" ] [2021-01-28T15:46:40.512Z] ./bin/test-go-mod-tidy.sh [2021-01-28T15:46:40.512Z] ./bin/test-attribution-txt.sh [2021-01-28T15:46:40.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-01-28T15:46:40.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:46:40.852Z] Configure a credential helper to remove this warning. See [2021-01-28T15:46:40.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:46:40.852Z] [2021-01-28T15:46:40.852Z] Login Succeeded [2021-01-28T15:46:40.852Z] nexus3.edgexfoundry.org:10003 [2021-01-28T15:46:41.090Z] + ls -al . [2021-01-28T15:46:41.090Z] total 632 [2021-01-28T15:46:41.090Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 15:46 . [2021-01-28T15:46:41.090Z] drwxr-xr-x 4 root root 28 Jan 28 15:45 .. [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 15:43 .dockerignore [2021-01-28T15:46:41.090Z] drwxrwxr-x 8 1001 1001 179 Jan 28 15:43 .git [2021-01-28T15:46:41.090Z] drwxrwxr-x 3 1001 1001 125 Jan 28 15:43 .github [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 944 Jan 28 15:43 .gitignore [2021-01-28T15:46:41.090Z] drwx------ 3 1001 1001 60 Jan 28 15:43 .semver [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 15:43 .sonarcloud.properties [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 15:43 CONTRIBUTING.md [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 1035 Jan 28 15:43 Dockerfile.build [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 15:43 Jenkinsfile [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 15:43 LICENSE [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 6581 Jan 28 15:43 Makefile [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 6447 Jan 28 15:43 README.md [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 259 Jan 28 15:43 SECURITY.md [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 15:44 VERSION [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 15:43 ZMQWindows.md [2021-01-28T15:46:41.090Z] drwxrwxr-x 2 1001 1001 117 Jan 28 15:43 bin [2021-01-28T15:46:41.090Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 15:43 cmd [2021-01-28T15:46:41.090Z] -rw-r--r-- 1 root root 539650 Jan 28 15:46 coverage.out [2021-01-28T15:46:41.090Z] -rw-r--r-- 1 root root 1041 Jan 28 15:46 go.mod [2021-01-28T15:46:41.090Z] -rw-r--r-- 1 root root 18582 Jan 28 15:46 go.sum [2021-01-28T15:46:41.090Z] drwxrwxr-x 8 1001 1001 127 Jan 28 15:43 internal [2021-01-28T15:46:41.090Z] drwxrwxr-x 4 1001 1001 26 Jan 28 15:43 openapi [2021-01-28T15:46:41.090Z] drwxrwxr-x 4 1001 1001 71 Jan 28 15:43 snap [2021-01-28T15:46:41.090Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 15:43 version.go [Pipeline] sh [2021-01-28T15:46:41.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:46:41.399Z] + '[' -e coverage.out ] [2021-01-28T15:46:41.399Z] + chown 1001:1001 coverage.out [2021-01-28T15:46:41.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:46:41.402Z] Configure a credential helper to remove this warning. See [2021-01-28T15:46:41.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:46:41.402Z] [2021-01-28T15:46:41.402Z] Login Succeeded [2021-01-28T15:46:41.402Z] nexus3.edgexfoundry.org:10004 [Pipeline] stash [2021-01-28T15:46:41.645Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T15:46:41.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:46:41.943Z] + make build [2021-01-28T15:46:41.943Z] 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-28T15:46:41.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:46:41.953Z] Configure a credential helper to remove this warning. See [2021-01-28T15:46:41.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:46:41.954Z] [2021-01-28T15:46:41.954Z] Login Succeeded [2021-01-28T15:46:41.954Z] docker.io [2021-01-28T15:46:42.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:46:42.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:46:42.498Z] Configure a credential helper to remove this warning. See [2021-01-28T15:46:42.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:46:42.498Z] [2021-01-28T15:46:42.498Z] Login Succeeded [2021-01-28T15:46:42.498Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T15:46:42.515Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T15:46:42.993Z] ========================================================= [2021-01-28T15:46:42.993Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T15:46:42.993Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:46:43.375Z] + 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-28T15:46:46.052Z] Sending build context to Docker daemon 166.1MB [2021-01-28T15:46:46.052Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-28T15:46:46.052Z] Step 2/7 : FROM ${BASE} [2021-01-28T15:46:46.052Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T15:46:46.052Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T15:46:46.052Z] a4357932f1b6: Pulling fs layer [2021-01-28T15:46:46.052Z] 18c013af1878: Pulling fs layer [2021-01-28T15:46:46.052Z] 00ac8860ef70: Pulling fs layer [2021-01-28T15:46:46.052Z] 63d7cb157983: Pulling fs layer [2021-01-28T15:46:46.052Z] b116817d02f9: Pulling fs layer [2021-01-28T15:46:46.052Z] 745a02a5169b: Pulling fs layer [2021-01-28T15:46:46.052Z] 00ac8860ef70: Waiting [2021-01-28T15:46:46.052Z] 63d7cb157983: Waiting [2021-01-28T15:46:46.052Z] b116817d02f9: Waiting [2021-01-28T15:46:46.052Z] 745a02a5169b: Waiting [2021-01-28T15:46:46.052Z] 18c013af1878: Verifying Checksum [2021-01-28T15:46:46.052Z] 18c013af1878: Download complete [2021-01-28T15:46:46.052Z] a4357932f1b6: Download complete [2021-01-28T15:46:46.649Z] 63d7cb157983: Verifying Checksum [2021-01-28T15:46:46.649Z] 63d7cb157983: Download complete [2021-01-28T15:46:46.649Z] b116817d02f9: Verifying Checksum [2021-01-28T15:46:46.649Z] b116817d02f9: Download complete [2021-01-28T15:46:46.649Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T15:46:46.649Z] 5f621e34cdf4: Download complete [2021-01-28T15:46:47.257Z] 5f621e34cdf4: Pull complete [2021-01-28T15:46:47.857Z] a4357932f1b6: Pull complete [2021-01-28T15:46:48.463Z] 18c013af1878: Pull complete [2021-01-28T15:46:49.058Z] 745a02a5169b: Download complete [2021-01-28T15:46:50.036Z] 00ac8860ef70: Download complete [2021-01-28T15:46:50.212Z] 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-28T15:46:53.545Z] 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-28T15:46:54.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T15:46:56.363Z] 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-28T15:46:57.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T15:46:58.028Z] 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-28T15:46:59.430Z] 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-28T15:47:00.195Z] 00ac8860ef70: Pull complete [2021-01-28T15:47:00.196Z] 63d7cb157983: Pull complete [2021-01-28T15:47:00.196Z] b116817d02f9: Pull complete [2021-01-28T15:47:00.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T15:47:02.767Z] 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-28T15:47:03.715Z] 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-28T15:47:04.505Z] 745a02a5169b: Pull complete [2021-01-28T15:47:04.505Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T15:47:04.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T15:47:04.505Z] ---> b7e6874047d6 [2021-01-28T15:47:04.505Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T15:47:05.136Z] 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-28T15:47:06.094Z] 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 [Pipeline] } [2021-01-28T15:47:07.070Z] $ docker stop --time=1 1111c95173e695b8f8766f03b816f760bfeed51909f9049b9cb733ab80a9addd [2021-01-28T15:47:07.138Z] ---> Running in 9417f97ba295 [2021-01-28T15:47:08.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:47:08.860Z] $ docker rm -f 1111c95173e695b8f8766f03b816f760bfeed51909f9049b9cb733ab80a9addd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-28T15:47:09.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T15:47:10.981Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T15:47:11.252Z] (2/12) Installing file (5.38-r0) [2021-01-28T15:47:11.523Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T15:47:11.523Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:47:12.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:47:12.611Z] [2021-01-28T15:47:12.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:47:12.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:47:12.962Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T15:47:12.962Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T15:47:12.962Z] ca9280d653b3: Pulling fs layer [2021-01-28T15:47:12.962Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T15:47:13.227Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T15:47:13.227Z] cbdbe7a5bc2a: Download complete [2021-01-28T15:47:13.490Z] cbdbe7a5bc2a: Pull complete [2021-01-28T15:47:13.753Z] ca9280d653b3: Verifying Checksum [2021-01-28T15:47:13.753Z] ca9280d653b3: Download complete [2021-01-28T15:47:14.710Z] 7e9c9ca2126c: Download complete [2021-01-28T15:47:14.975Z] ca9280d653b3: Pull complete [2021-01-28T15:47:21.840Z] 7e9c9ca2126c: Pull complete [2021-01-28T15:47:21.840Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T15:47:21.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:47:21.840Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T15:47:21.950Z] prd-centos7-docker-4c-2g-23764 does not seem to be running inside a container [2021-01-28T15:47:22.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T15:47:23.868Z] $ docker top c487ed5f8cef701949ca7bf253739ecaa9f9bbe90f1490f4bb00898585fe0aa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:47:24.452Z] + docker-compose build --help [2021-01-28T15:47:24.452Z] + grep parallel [2021-01-28T15:47:25.398Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T15:47:25.676Z] $ docker stop --time=1 c487ed5f8cef701949ca7bf253739ecaa9f9bbe90f1490f4bb00898585fe0aa5 [2021-01-28T15:47:26.566Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T15:47:26.566Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T15:47:26.566Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T15:47:26.566Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T15:47:26.566Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T15:47:26.566Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T15:47:26.566Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T15:47:26.566Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T15:47:26.566Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:47:26.566Z] OK: 217 MiB in 51 packages [2021-01-28T15:47:27.069Z] $ docker rm -f c487ed5f8cef701949ca7bf253739ecaa9f9bbe90f1490f4bb00898585fe0aa5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:47:27.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:47:27.750Z] . [Pipeline] withDockerContainer [2021-01-28T15:47:27.856Z] prd-centos7-docker-4c-2g-23764 does not seem to be running inside a container [2021-01-28T15:47:27.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T15:47:28.690Z] $ docker top 98c54a4c511f2535df9398480817c8f1194bccd4ea62a1c8eb87082e60ec4c67 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:47:29.241Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T15:47:30.190Z] Building docker-core-command-go ... [2021-01-28T15:47:30.190Z] Building docker-core-data-go ... [2021-01-28T15:47:30.190Z] Building docker-core-metadata-go ... [2021-01-28T15:47:30.190Z] Building docker-security-bootstrap-redis-go ... [2021-01-28T15:47:30.190Z] Building docker-security-proxy-setup-go ... [2021-01-28T15:47:30.190Z] Building docker-security-secrets-setup-go ... [2021-01-28T15:47:30.190Z] Building docker-security-secretstore-setup-go ... [2021-01-28T15:47:30.190Z] Building docker-support-logging-go ... [2021-01-28T15:47:30.190Z] Building docker-support-notifications-go ... [2021-01-28T15:47:30.190Z] Building docker-support-scheduler-go ... [2021-01-28T15:47:30.190Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T15:47:30.190Z] Building docker-core-metadata-go [2021-01-28T15:47:30.190Z] Building docker-security-bootstrap-redis-go [2021-01-28T15:47:30.190Z] Building docker-security-secretstore-setup-go [2021-01-28T15:47:30.190Z] Building docker-support-logging-go [2021-01-28T15:47:30.190Z] Building docker-support-notifications-go [2021-01-28T15:47:30.881Z] Removing intermediate container 9417f97ba295 [2021-01-28T15:47:30.881Z] ---> 78f031dc9cb2 [2021-01-28T15:47:30.881Z] Step 4/7 : WORKDIR /edgex-go [2021-01-28T15:47:30.881Z] ---> Running in 3b206d9d63ca [2021-01-28T15:47:31.477Z] Removing intermediate container 3b206d9d63ca [2021-01-28T15:47:31.477Z] ---> b588bfb5636b [2021-01-28T15:47:31.477Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2021-01-28T15:47:31.754Z] latest: Pulling from library/docker [2021-01-28T15:47:32.028Z] 159e5727ea61: Pulling fs layer [2021-01-28T15:47:32.028Z] 687389c36290: Pulling fs layer [2021-01-28T15:47:32.028Z] 94e28978939c: Pulling fs layer [2021-01-28T15:47:32.028Z] 81bd9c9fe1b1: Pulling fs layer [2021-01-28T15:47:32.028Z] 0c5a7137269a: Pulling fs layer [2021-01-28T15:47:32.028Z] 650eeba05d50: Pulling fs layer [2021-01-28T15:47:32.028Z] 283d3dba4d5b: Pulling fs layer [2021-01-28T15:47:32.028Z] 81bd9c9fe1b1: Waiting [2021-01-28T15:47:32.028Z] 0c5a7137269a: Waiting [2021-01-28T15:47:32.028Z] 650eeba05d50: Waiting [2021-01-28T15:47:32.028Z] 283d3dba4d5b: Waiting [2021-01-28T15:47:32.028Z] 94e28978939c: Verifying Checksum [2021-01-28T15:47:32.028Z] 94e28978939c: Download complete [2021-01-28T15:47:32.028Z] 159e5727ea61: Verifying Checksum [2021-01-28T15:47:32.028Z] 159e5727ea61: Download complete [2021-01-28T15:47:32.028Z] 687389c36290: Verifying Checksum [2021-01-28T15:47:32.028Z] 687389c36290: Download complete [2021-01-28T15:47:32.307Z] 0c5a7137269a: Verifying Checksum [2021-01-28T15:47:32.307Z] 0c5a7137269a: Download complete [2021-01-28T15:47:32.307Z] 650eeba05d50: Verifying Checksum [2021-01-28T15:47:32.307Z] 650eeba05d50: Download complete [2021-01-28T15:47:32.307Z] 283d3dba4d5b: Download complete [2021-01-28T15:47:32.916Z] 159e5727ea61: Pull complete [2021-01-28T15:47:33.526Z] 687389c36290: Pull complete [2021-01-28T15:47:33.814Z] 81bd9c9fe1b1: Verifying Checksum [2021-01-28T15:47:33.814Z] 81bd9c9fe1b1: Download complete [2021-01-28T15:47:33.814Z] 94e28978939c: Pull complete [2021-01-28T15:47:38.135Z] 81bd9c9fe1b1: Pull complete [2021-01-28T15:47:38.136Z] 0c5a7137269a: Pull complete [2021-01-28T15:47:38.409Z] 650eeba05d50: Pull complete [2021-01-28T15:47:39.005Z] 283d3dba4d5b: Pull complete [2021-01-28T15:47:39.005Z] Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf [2021-01-28T15:47:39.005Z] Status: Downloaded newer image for docker:latest [2021-01-28T15:47:42.406Z] ---> 9a967a7ef586 [2021-01-28T15:47:42.406Z] Step 6/7 : COPY go.mod . [2021-01-28T15:47:42.998Z] ---> 0106c44adbc3 [2021-01-28T15:47:42.998Z] Step 7/7 : RUN go mod download [2021-01-28T15:47:43.275Z] ---> Running in ee4b59b4ea29 [2021-01-28T15:48:02.503Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:48:02.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:48:02.503Z] ---> 0fa7dbe920ea [2021-01-28T15:48:02.503Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:48:02.503Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:48:02.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:48:02.503Z] ---> 0fa7dbe920ea [2021-01-28T15:48:02.503Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:48:02.774Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:48:02.774Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:48:02.774Z] ---> 0fa7dbe920ea [2021-01-28T15:48:02.774Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T15:48:02.774Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:48:02.774Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:48:02.774Z] ---> 0fa7dbe920ea [2021-01-28T15:48:02.774Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:48:03.037Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:48:03.037Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:48:03.037Z] ---> 0fa7dbe920ea [2021-01-28T15:48:03.037Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T15:48:03.998Z] ---> Running in 7985d13019e5 [2021-01-28T15:48:03.998Z] ---> Running in 4a311aa9533e [2021-01-28T15:48:03.998Z] ---> Running in 0caeb8b525c2 [2021-01-28T15:48:03.998Z] ---> Running in 8d97bffe2ec8 [2021-01-28T15:48:03.998Z] ---> Running in be2ae5736e03 [2021-01-28T15:48:04.298Z] Removing intermediate container 8d97bffe2ec8 [2021-01-28T15:48:04.298Z] ---> 78304b07bc54 [2021-01-28T15:48:04.298Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:48:04.298Z] Removing intermediate container be2ae5736e03 [2021-01-28T15:48:04.298Z] ---> bce75bf46bb8 [2021-01-28T15:48:04.298Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:48:04.298Z] Removing intermediate container 0caeb8b525c2 [2021-01-28T15:48:04.298Z] ---> f4bbde862111 [2021-01-28T15:48:04.298Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:48:04.562Z] Removing intermediate container 7985d13019e5 [2021-01-28T15:48:04.562Z] ---> 90a93cb31a1d [2021-01-28T15:48:04.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:48:04.562Z] Removing intermediate container 4a311aa9533e [2021-01-28T15:48:04.562Z] ---> 71f6d374d35a [2021-01-28T15:48:04.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:48:04.562Z] ---> Running in 4e8b3ff8caf9 [2021-01-28T15:48:04.562Z] ---> Running in 09b14139654e [2021-01-28T15:48:04.562Z] ---> Running in 10631bfbb57c [2021-01-28T15:48:04.562Z] ---> Running in 6f7b07473a4e [2021-01-28T15:48:04.562Z] ---> Running in f0ad6e3a993e [2021-01-28T15:48:06.502Z] Removing intermediate container 09b14139654e [2021-01-28T15:48:06.502Z] ---> d6403bb3ed3c [2021-01-28T15:48:06.502Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T15:48:06.502Z] Removing intermediate container 10631bfbb57c [2021-01-28T15:48:06.502Z] ---> 05c20f9e2083 [2021-01-28T15:48:06.502Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-28T15:48:06.765Z] ---> Running in 730c520f0528 [2021-01-28T15:48:06.765Z] ---> Running in b49e6a343c91 [2021-01-28T15:48:07.029Z] Removing intermediate container 4e8b3ff8caf9 [2021-01-28T15:48:07.029Z] ---> 5ced24ee466c [2021-01-28T15:48:07.029Z] Step 5/24 : RUN apk update && apk add make git [2021-01-28T15:48:07.296Z] Removing intermediate container f0ad6e3a993e [2021-01-28T15:48:07.296Z] ---> cae09e4045ef [2021-01-28T15:48:07.296Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-01-28T15:48:07.296Z] Removing intermediate container 6f7b07473a4e [2021-01-28T15:48:07.296Z] ---> 33262c37995c [2021-01-28T15:48:07.296Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T15:48:07.296Z] ---> Running in 597de19b819e [2021-01-28T15:48:07.296Z] ---> Running in 71216d483b88 [2021-01-28T15:48:07.563Z] ---> Running in 3e9a1120d896 [2021-01-28T15:48:07.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:07.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:08.997Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:48:08.997Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:48:08.997Z] OK: 12752 distinct packages available [2021-01-28T15:48:08.997Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:48:08.997Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:48:08.997Z] OK: 12752 distinct packages available [2021-01-28T15:48:09.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:09.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:48:09.260Z] OK: 233 MiB in 51 packages [2021-01-28T15:48:09.260Z] OK: 233 MiB in 51 packages [2021-01-28T15:48:09.527Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:48:09.527Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:48:09.527Z] OK: 12752 distinct packages available [2021-01-28T15:48:09.796Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:48:09.796Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:48:09.796Z] OK: 12752 distinct packages available [2021-01-28T15:48:09.796Z] OK: 233 MiB in 51 packages [2021-01-28T15:48:09.796Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:48:09.796Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:48:09.796Z] OK: 12752 distinct packages available [2021-01-28T15:48:10.062Z] Removing intermediate container 730c520f0528 [2021-01-28T15:48:10.062Z] ---> 707cb6cb6420 [2021-01-28T15:48:10.062Z] Step 6/22 : COPY go.mod . [2021-01-28T15:48:10.062Z] Removing intermediate container b49e6a343c91 [2021-01-28T15:48:10.062Z] ---> 5eb8e4919f8a [2021-01-28T15:48:10.062Z] Step 6/24 : COPY go.mod . [2021-01-28T15:48:10.062Z] OK: 233 MiB in 51 packages [2021-01-28T15:48:10.062Z] OK: 233 MiB in 51 packages [2021-01-28T15:48:10.064Z] Removing intermediate container ee4b59b4ea29 [2021-01-28T15:48:10.064Z] ---> 0a903d0514d9 [2021-01-28T15:48:10.064Z] Successfully built 0a903d0514d9 [2021-01-28T15:48:10.064Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:48:10.327Z] OK: 233 MiB in 51 packages [2021-01-28T15:48:10.327Z] ---> 26c83313d52c [2021-01-28T15:48:10.327Z] Step 7/22 : RUN go mod download [2021-01-28T15:48:10.412Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T15:48:10.412Z] . [Pipeline] withDockerContainer [2021-01-28T15:48:10.599Z] ---> 416e694fdb33 [2021-01-28T15:48:10.599Z] Step 7/24 : RUN go mod download [2021-01-28T15:48:10.599Z] ---> Running in 6bc0efa03ac2 [2021-01-28T15:48:10.599Z] ---> Running in 92538540101f [2021-01-28T15:48:10.676Z] prd-ubuntu18.04-docker-arm64-4c-16g-23766 does not seem to be running inside a container [2021-01-28T15:48:10.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T15:48:10.862Z] Removing intermediate container 597de19b819e [2021-01-28T15:48:10.862Z] ---> c2cbfd0efeb4 [2021-01-28T15:48:10.863Z] Step 6/24 : COPY go.mod . [2021-01-28T15:48:11.129Z] Removing intermediate container 3e9a1120d896 [2021-01-28T15:48:11.129Z] ---> 55efab540288 [2021-01-28T15:48:11.129Z] Step 6/22 : COPY go.mod . [2021-01-28T15:48:11.395Z] ---> fd082b37e804 [2021-01-28T15:48:11.395Z] Step 7/24 : RUN go mod download [2021-01-28T15:48:11.395Z] Removing intermediate container 71216d483b88 [2021-01-28T15:48:11.395Z] ---> 3d330bdccaaa [2021-01-28T15:48:11.395Z] Step 6/22 : COPY go.mod . [2021-01-28T15:48:11.395Z] ---> 47f2c1b3db6c [2021-01-28T15:48:11.395Z] Step 7/22 : RUN go mod download [2021-01-28T15:48:11.395Z] ---> Running in 1ee0e3a51774 [2021-01-28T15:48:11.665Z] ---> Running in b6c06fb2d1e1 [2021-01-28T15:48:11.928Z] ---> 5e32eb287c7e [2021-01-28T15:48:11.928Z] Step 7/22 : RUN go mod download [2021-01-28T15:48:11.928Z] ---> Running in 5e86f241d65d [2021-01-28T15:48:12.481Z] $ docker top f47ed6eb2b2af19d23a3c306ce2a5083cb4b76919115792722dfc4d0b8fc0b37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:48:13.530Z] + go version [2021-01-28T15:48:13.530Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T15:48:13.566Z] $ docker stop --time=1 f47ed6eb2b2af19d23a3c306ce2a5083cb4b76919115792722dfc4d0b8fc0b37 [2021-01-28T15:48:13.871Z] Removing intermediate container 92538540101f [2021-01-28T15:48:13.871Z] ---> 13903eb9c22b [2021-01-28T15:48:13.871Z] Step 8/24 : COPY . . [2021-01-28T15:48:13.871Z] Removing intermediate container 1ee0e3a51774 [2021-01-28T15:48:13.871Z] ---> 449810ef9da6 [2021-01-28T15:48:13.871Z] Step 8/24 : COPY . . [2021-01-28T15:48:13.871Z] Removing intermediate container 6bc0efa03ac2 [2021-01-28T15:48:13.871Z] ---> e8e0f6159e42 [2021-01-28T15:48:13.871Z] Step 8/22 : COPY . . [2021-01-28T15:48:13.871Z] Removing intermediate container b6c06fb2d1e1 [2021-01-28T15:48:13.871Z] ---> 8c02db5c9829 [2021-01-28T15:48:13.871Z] Step 8/22 : COPY . . [2021-01-28T15:48:13.871Z] Removing intermediate container 5e86f241d65d [2021-01-28T15:48:13.871Z] ---> 9b5acb5db1d5 [2021-01-28T15:48:13.871Z] Step 8/22 : COPY . . [2021-01-28T15:48:15.464Z] $ docker rm -f f47ed6eb2b2af19d23a3c306ce2a5083cb4b76919115792722dfc4d0b8fc0b37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:48:16.376Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T15:48:16.376Z] . [Pipeline] withDockerContainer [2021-01-28T15:48:16.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-23766 does not seem to be running inside a container [2021-01-28T15:48:16.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T15:48:18.250Z] $ docker top b16a3ff4eb892eaa94cb4724c2476c76db0f70193c8320b32dc39b2361bab3fa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T15:48:18.587Z] ========================================================= [2021-01-28T15:48:18.587Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T15:48:18.587Z] ========================================================= [Pipeline] sh [2021-01-28T15:48:19.238Z] + make test [2021-01-28T15:48:19.238Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T15:48:41.420Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T15:49:00.783Z] ---> 2b53b55781ca [2021-01-28T15:49:00.783Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-01-28T15:49:00.783Z] ---> ab713e402f30 [2021-01-28T15:49:00.783Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-28T15:49:00.783Z] ---> 59a7838f4caf [2021-01-28T15:49:00.783Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-28T15:49:00.783Z] ---> b78b2c6dee0f [2021-01-28T15:49:00.783Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T15:49:00.783Z] ---> 37a40d2beb15 [2021-01-28T15:49:00.783Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-28T15:49:00.783Z] ---> Running in 8c05e6fb257f [2021-01-28T15:49:00.783Z] ---> Running in 4252d7cf39a4 [2021-01-28T15:49:00.783Z] ---> Running in ef02b72ff656 [2021-01-28T15:49:00.783Z] ---> Running in d57a989cb9d1 [2021-01-28T15:49:00.783Z] ---> Running in 0fae675ed424 [2021-01-28T15:49:00.783Z] 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-28T15:49:00.783Z] 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-28T15:49:00.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T15:49:00.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T15:49:00.783Z] 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-28T15:49:22.895Z] 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-28T15:49:26.268Z] Removing intermediate container ef02b72ff656 [2021-01-28T15:49:26.268Z] ---> 62d5aeb272f4 [2021-01-28T15:49:26.268Z] [2021-01-28T15:49:26.268Z] Step 10/22 : FROM alpine:3.10 [2021-01-28T15:49:26.268Z] 3.10: Pulling from library/alpine [2021-01-28T15:49:27.259Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-28T15:49:27.259Z] Status: Downloaded newer image for alpine:3.10 [2021-01-28T15:49:27.259Z] ---> be4e4bea2c2e [2021-01-28T15:49:27.259Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T15:49:28.721Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T15:49:29.222Z] ---> Running in 4929893db183 [2021-01-28T15:49:31.151Z] Removing intermediate container 0fae675ed424 [2021-01-28T15:49:31.151Z] ---> b52e3a24bcd8 [2021-01-28T15:49:31.151Z] [2021-01-28T15:49:31.151Z] Step 10/22 : FROM scratch [2021-01-28T15:49:31.151Z] ---> [2021-01-28T15:49:31.151Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T15:49:31.430Z] Removing intermediate container 4252d7cf39a4 [2021-01-28T15:49:31.430Z] ---> 69130a1c3738 [2021-01-28T15:49:31.430Z] [2021-01-28T15:49:31.430Z] Step 10/24 : FROM alpine:3.10 [2021-01-28T15:49:31.430Z] ---> be4e4bea2c2e [2021-01-28T15:49:31.430Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T15:49:31.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:49:31.430Z] ---> Running in 3bc61d04931c [2021-01-28T15:49:31.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:49:31.700Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-28T15:49:31.700Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-28T15:49:31.700Z] OK: 10350 distinct packages available [2021-01-28T15:49:31.964Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-28T15:49:31.964Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-28T15:49:31.964Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-28T15:49:31.964Z] (4/5) Installing curl (7.66.0-r3) [2021-01-28T15:49:31.964Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T15:49:31.964Z] Executing busybox-1.30.1-r3.trigger [2021-01-28T15:49:31.964Z] Executing ca-certificates-20191127-r2.trigger [2021-01-28T15:49:32.229Z] OK: 7 MiB in 19 packages [2021-01-28T15:49:32.229Z] ---> Running in 90474765e210 [2021-01-28T15:49:33.179Z] Removing intermediate container 3bc61d04931c [2021-01-28T15:49:33.179Z] ---> b86e61dc65eb [2021-01-28T15:49:33.179Z] Step 12/22 : ENV APP_PORT=48061 [2021-01-28T15:49:33.179Z] Removing intermediate container 8c05e6fb257f [2021-01-28T15:49:33.179Z] ---> 3eb5b4ef1d94 [2021-01-28T15:49:33.179Z] [2021-01-28T15:49:33.179Z] Step 10/24 : FROM scratch [2021-01-28T15:49:33.179Z] ---> [2021-01-28T15:49:33.179Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T15:49:33.179Z] ---> Running in 616eb23894ff [2021-01-28T15:49:33.179Z] ---> Using cache [2021-01-28T15:49:33.179Z] ---> b86e61dc65eb [2021-01-28T15:49:33.179Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-28T15:49:33.444Z] ---> Running in ebc23363e37b [2021-01-28T15:49:33.940Z] Removing intermediate container 616eb23894ff [2021-01-28T15:49:33.940Z] ---> 3ccd82e0802b [2021-01-28T15:49:33.940Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T15:49:33.940Z] Removing intermediate container ebc23363e37b [2021-01-28T15:49:33.940Z] ---> 713cbe05731e [2021-01-28T15:49:33.940Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T15:49:34.216Z] ---> Running in 3f968c3d5629 [2021-01-28T15:49:35.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:49:35.666Z] ---> Running in d8c8bcaeb8d3 [2021-01-28T15:49:35.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:49:35.981Z] Removing intermediate container 4929893db183 [2021-01-28T15:49:35.981Z] ---> 0f7ad1e71f2b [2021-01-28T15:49:35.981Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-28T15:49:35.982Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-28T15:49:35.982Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-28T15:49:35.982Z] OK: 10350 distinct packages available [2021-01-28T15:49:35.982Z] Removing intermediate container 3f968c3d5629 [2021-01-28T15:49:35.982Z] ---> 279acb2eec6b [2021-01-28T15:49:35.982Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-01-28T15:49:35.982Z] Removing intermediate container d8c8bcaeb8d3 [2021-01-28T15:49:35.982Z] ---> 1273ab974972 [2021-01-28T15:49:35.982Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-28T15:49:35.982Z] ---> Running in 66ca1856cf65 [2021-01-28T15:49:35.982Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-28T15:49:35.982Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-28T15:49:36.248Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-28T15:49:36.248Z] (4/5) Installing curl (7.66.0-r3) [2021-01-28T15:49:36.248Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T15:49:36.248Z] Executing busybox-1.30.1-r3.trigger [2021-01-28T15:49:36.248Z] Executing ca-certificates-20191127-r2.trigger [2021-01-28T15:49:36.248Z] OK: 7 MiB in 19 packages [2021-01-28T15:49:36.248Z] ---> e07733e0b3e6 [2021-01-28T15:49:36.248Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-01-28T15:49:37.041Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T15:49:37.203Z] Removing intermediate container 66ca1856cf65 [2021-01-28T15:49:37.203Z] ---> 5d8eae83f619 [2021-01-28T15:49:37.203Z] Step 13/22 : WORKDIR / [2021-01-28T15:49:37.783Z] ---> 083293844ff2 [2021-01-28T15:49:37.783Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-28T15:49:38.734Z] ---> Running in e76f1e24e675 [2021-01-28T15:49:38.999Z] ---> 305f0f2fb326 [2021-01-28T15:49:38.999Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-01-28T15:49:38.999Z] Removing intermediate container d57a989cb9d1 [2021-01-28T15:49:38.999Z] ---> 17e10c2eb1bb [2021-01-28T15:49:38.999Z] [2021-01-28T15:49:38.999Z] Step 10/22 : FROM scratch [2021-01-28T15:49:38.999Z] ---> [2021-01-28T15:49:38.999Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T15:49:38.999Z] ---> 67ef615533a6 [2021-01-28T15:49:38.999Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-28T15:49:39.269Z] ---> Running in 109bc8905ceb [2021-01-28T15:49:39.843Z] Removing intermediate container e76f1e24e675 [2021-01-28T15:49:39.843Z] ---> 88157b56b579 [2021-01-28T15:49:39.843Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-28T15:49:40.107Z] ---> 687392438738 [2021-01-28T15:49:40.107Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-01-28T15:49:40.107Z] Removing intermediate container 90474765e210 [2021-01-28T15:49:40.107Z] ---> 332dbf8a50fc [2021-01-28T15:49:40.107Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T15:49:40.107Z] Removing intermediate container 109bc8905ceb [2021-01-28T15:49:40.107Z] ---> 7503e1e07f2c [2021-01-28T15:49:40.107Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-28T15:49:40.107Z] ---> 8f6d63bc4574 [2021-01-28T15:49:40.107Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-28T15:49:40.373Z] ---> Running in de917ba13330 [2021-01-28T15:49:40.373Z] ---> Running in f0f15dd1ddde [2021-01-28T15:49:40.373Z] ---> 962cbdc40e3a [2021-01-28T15:49:40.373Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-28T15:49:40.373Z] ---> 5742ed04f79e [2021-01-28T15:49:40.373Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-01-28T15:49:40.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T15:49:40.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T15:49:40.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T15:49:40.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T15:49:40.637Z] Removing intermediate container de917ba13330 [2021-01-28T15:49:40.637Z] ---> e22a9716d9bf [2021-01-28T15:49:40.637Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T15:49:40.637Z] ---> Running in bcc4ad28622f [2021-01-28T15:49:40.637Z] Removing intermediate container f0f15dd1ddde [2021-01-28T15:49:40.637Z] ---> 6a71612a3b92 [2021-01-28T15:49:40.637Z] Step 13/24 : WORKDIR / [2021-01-28T15:49:40.901Z] ---> 7a38b8f69796 [2021-01-28T15:49:40.901Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T15:49:40.901Z] ---> Running in 979751c09c77 [2021-01-28T15:49:40.901Z] ---> Running in dc4a1d1d2bf6 [2021-01-28T15:49:40.901Z] Removing intermediate container bcc4ad28622f [2021-01-28T15:49:40.901Z] ---> 05127c09e5e6 [2021-01-28T15:49:40.901Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:49:40.901Z] ---> 7da9057d064f [2021-01-28T15:49:40.901Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-28T15:49:41.168Z] ---> Running in d993ffa5246b [2021-01-28T15:49:41.434Z] Removing intermediate container 979751c09c77 [2021-01-28T15:49:41.434Z] ---> 734ac8920259 [2021-01-28T15:49:41.434Z] Step 14/22 : WORKDIR / [2021-01-28T15:49:41.434Z] Removing intermediate container dc4a1d1d2bf6 [2021-01-28T15:49:41.434Z] ---> 8fe294b7bef9 [2021-01-28T15:49:41.434Z] 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-28T15:49:41.434Z] ---> Running in 08e9ed13c157 [2021-01-28T15:49:41.434Z] ---> cce3ce235506 [2021-01-28T15:49:41.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-28T15:49:42.408Z] ---> 04925367f2f0 [2021-01-28T15:49:42.408Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T15:49:42.408Z] Removing intermediate container d993ffa5246b [2021-01-28T15:49:42.408Z] ---> ebf0649e83c2 [2021-01-28T15:49:42.408Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T15:49:42.408Z] Removing intermediate container 08e9ed13c157 [2021-01-28T15:49:42.408Z] ---> 41b19e3b8872 [2021-01-28T15:49:42.408Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-28T15:49:42.408Z] ---> c9b7b25668d2 [2021-01-28T15:49:42.408Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-28T15:49:42.408Z] ---> 966dba8908a9 [2021-01-28T15:49:42.408Z] 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-28T15:49:42.408Z] ---> Running in 7adb0e8e52be [2021-01-28T15:49:42.678Z] ---> Running in 0312d6e740cd [2021-01-28T15:49:42.678Z] ---> 6f48db86f342 [2021-01-28T15:49:42.678Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-28T15:49:42.678Z] ---> 697527f9a395 [2021-01-28T15:49:42.678Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T15:49:42.943Z] Removing intermediate container 7adb0e8e52be [2021-01-28T15:49:42.943Z] ---> 2cfc28c6ef48 [2021-01-28T15:49:42.943Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:49:43.209Z] ---> b11f480cfc95 [2021-01-28T15:49:43.209Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T15:49:43.209Z] ---> Running in f18b25b86b9b [2021-01-28T15:49:43.209Z] ---> Running in 69cbe68e5dda [2021-01-28T15:49:43.473Z] Removing intermediate container f18b25b86b9b [2021-01-28T15:49:43.473Z] ---> c9f943a4a75c [2021-01-28T15:49:43.473Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:49:43.473Z] ---> e9462dc1c555 [2021-01-28T15:49:43.473Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T15:49:43.473Z] ---> Running in f583258427eb [2021-01-28T15:49:43.473Z] Removing intermediate container 69cbe68e5dda [2021-01-28T15:49:43.473Z] ---> b64e7288201b [2021-01-28T15:49:43.473Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T15:49:43.737Z] ---> fd15cd9956f8 [2021-01-28T15:49:43.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T15:49:43.737Z] ---> Running in 2e5559ce3f17 [2021-01-28T15:49:44.000Z] Removing intermediate container f583258427eb [2021-01-28T15:49:44.000Z] ---> e582936cb0a2 [2021-01-28T15:49:44.000Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T15:49:44.000Z] ---> 4da37c4d7a2e [2021-01-28T15:49:44.000Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-28T15:49:44.000Z] ---> Running in adc4ad80b815 [2021-01-28T15:49:44.578Z] Removing intermediate container 2e5559ce3f17 [2021-01-28T15:49:44.578Z] ---> e85f14c2af51 [2021-01-28T15:49:44.578Z] [2021-01-28T15:49:44.578Z] ---> 7ee43368dbfb [2021-01-28T15:49:44.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T15:49:44.578Z] ---> Running in 551d614239e4 [2021-01-28T15:49:44.845Z] Successfully built e85f14c2af51 [2021-01-28T15:49:44.845Z] Successfully tagged docker-support-logging-go:latest [2021-01-28T15:49:44.845Z] Removing intermediate container adc4ad80b815 [2021-01-28T15:49:44.845Z] ---> f5fb4f4a75cc [2021-01-28T15:49:44.845Z] Step 23/24 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:49:44.845Z] Building docker-support-scheduler-go [2021-01-28T15:49:44.845Z] Removing intermediate container 0312d6e740cd [2021-01-28T15:49:44.845Z]  Building docker-support-logging-go ... done  ---> ab433e413e7b [2021-01-28T15:49:44.845Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T15:49:45.111Z] ---> Running in 1f6cfd8227d5 [2021-01-28T15:49:45.111Z] ---> Running in 5532bc27595d [2021-01-28T15:49:45.111Z] Removing intermediate container 551d614239e4 [2021-01-28T15:49:45.111Z] ---> 53a35413142b [2021-01-28T15:49:45.111Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:49:45.111Z] ---> c5c0fcb12c51 [2021-01-28T15:49:45.111Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T15:49:45.111Z] ---> Running in a146ef35a836 [2021-01-28T15:49:45.377Z] Removing intermediate container 5532bc27595d [2021-01-28T15:49:45.377Z] ---> ac16ab921ced [2021-01-28T15:49:45.377Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T15:49:45.377Z] Removing intermediate container 1f6cfd8227d5 [2021-01-28T15:49:45.377Z] ---> 82e49ca550a8 [2021-01-28T15:49:45.377Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T15:49:45.651Z] ---> Running in ea4304881395 [2021-01-28T15:49:45.651Z] ---> Running in 3c11723f58e4 [2021-01-28T15:49:45.914Z] ---> 28cd5a2585ce [2021-01-28T15:49:45.914Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T15:49:45.914Z] Removing intermediate container a146ef35a836 [2021-01-28T15:49:45.914Z] ---> 8cc50c6baa24 [2021-01-28T15:49:45.914Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T15:49:46.490Z] ---> Running in 76586219c931 [2021-01-28T15:49:46.490Z] ---> Running in 30101c029648 [2021-01-28T15:49:46.490Z] Removing intermediate container ea4304881395 [2021-01-28T15:49:46.490Z] ---> fb895e00099f [2021-01-28T15:49:46.490Z] [2021-01-28T15:49:46.490Z] Removing intermediate container 3c11723f58e4 [2021-01-28T15:49:46.490Z] ---> 4891f22a8de0 [2021-01-28T15:49:46.490Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:49:47.196Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s [2021-01-28T15:49:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T15:49:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2021-01-28T15:49:47.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T15:49:47.438Z] Successfully built fb895e00099f [2021-01-28T15:49:47.438Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T15:49:47.438Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-28T15:49:48.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T15:49:48.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T15:49:48.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T15:49:48.185Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T15:49:50.054Z] Removing intermediate container 30101c029648 [2021-01-28T15:49:50.054Z] ---> 46ed9c418b83 [2021-01-28T15:49:50.054Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:49:50.647Z] ---> Running in 1450d101c2cd [2021-01-28T15:49:52.268Z] ---> Running in 8c371b1086b5 [2021-01-28T15:49:54.312Z] Removing intermediate container 1450d101c2cd [2021-01-28T15:49:54.312Z] ---> a17deafec4c0 [2021-01-28T15:49:54.312Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T15:49:54.892Z] Removing intermediate container 8c371b1086b5 [2021-01-28T15:49:54.892Z] ---> 651e2a06fb56 [2021-01-28T15:49:54.892Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T15:49:58.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.272s coverage: 46.6% of statements [2021-01-28T15:49:58.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T15:49:58.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T15:49:58.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T15:49:58.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T15:49:58.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T15:49:59.139Z] Removing intermediate container 76586219c931 [2021-01-28T15:49:59.139Z] ---> 36713d1b62f9 [2021-01-28T15:49:59.139Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T15:49:59.139Z] ---> Running in 78b6133d78ff [2021-01-28T15:49:59.404Z] ---> Running in 275c9b62bb23 [2021-01-28T15:50:02.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:50:02.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:50:02.784Z] ---> 0fa7dbe920ea [2021-01-28T15:50:02.784Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T15:50:02.784Z] ---> Using cache [2021-01-28T15:50:02.784Z] ---> 71f6d374d35a [2021-01-28T15:50:02.784Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:50:02.784Z] ---> Using cache [2021-01-28T15:50:02.784Z] ---> cae09e4045ef [2021-01-28T15:50:02.784Z] Step 5/21 : RUN apk update && apk add make git [2021-01-28T15:50:03.369Z] Removing intermediate container 78b6133d78ff [2021-01-28T15:50:03.369Z] ---> c8097543bb5e [2021-01-28T15:50:03.369Z] [2021-01-28T15:50:03.369Z] ---> Running in f13529096f59 [2021-01-28T15:50:03.369Z] Removing intermediate container 275c9b62bb23 [2021-01-28T15:50:03.369Z] ---> 0c3f9589e9a2 [2021-01-28T15:50:03.369Z] [2021-01-28T15:50:03.369Z] ---> Running in 760cffe3ae71 [2021-01-28T15:50:03.640Z] Successfully built c8097543bb5e [2021-01-28T15:50:03.640Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T15:50:03.640Z] Building docker-core-command-go [2021-01-28T15:50:03.640Z]  Building docker-core-metadata-go ... done Successfully built 0c3f9589e9a2 [2021-01-28T15:50:03.640Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-28T15:50:03.640Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T15:50:03.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.1% of statements [2021-01-28T15:50:03.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T15:50:03.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T15:50:03.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T15:50:03.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T15:50:03.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T15:50:03.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T15:50:03.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-01-28T15:50:03.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T15:50:03.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-28T15:50:03.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T15:50:03.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T15:50:03.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.498s coverage: 66.0% of statements [2021-01-28T15:50:03.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T15:50:03.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T15:50:03.911Z] Removing intermediate container f13529096f59 [2021-01-28T15:50:03.911Z] ---> d8134e08f477 [2021-01-28T15:50:03.911Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T15:50:03.911Z] ---> Running in e808dd53d073 [2021-01-28T15:50:04.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.603s coverage: 84.5% of statements [2021-01-28T15:50:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T15:50:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T15:50:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T15:50:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T15:50:07.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:07.270Z] Removing intermediate container e808dd53d073 [2021-01-28T15:50:07.270Z] ---> eae3ac8f61de [2021-01-28T15:50:07.270Z] Step 23/24 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:50:07.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:08.384Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:50:08.384Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:50:08.384Z] OK: 12752 distinct packages available [2021-01-28T15:50:08.948Z] OK: 233 MiB in 51 packages [2021-01-28T15:50:10.612Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:50:10.612Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:50:10.612Z] ---> 0fa7dbe920ea [2021-01-28T15:50:10.612Z] Step 3/20 : WORKDIR /edgex-go [2021-01-28T15:50:10.612Z] ---> Using cache [2021-01-28T15:50:10.612Z] ---> 71f6d374d35a [2021-01-28T15:50:10.612Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:50:10.612Z] ---> Using cache [2021-01-28T15:50:10.612Z] ---> cae09e4045ef [2021-01-28T15:50:10.612Z] Step 5/20 : RUN apk update && apk add make git [2021-01-28T15:50:11.244Z] ---> Running in d0b8ae2539ef [2021-01-28T15:50:11.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T15:50:11.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T15:50:11.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-28T15:50:11.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T15:50:11.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.280s coverage: 86.7% of statements [2021-01-28T15:50:11.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T15:50:12.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements [2021-01-28T15:50:12.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T15:50:12.242Z] ---> Running in 3fe34c908989 [2021-01-28T15:50:13.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 100.0% of statements [2021-01-28T15:50:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T15:50:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T15:50:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T15:50:13.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T15:50:13.635Z] Removing intermediate container d0b8ae2539ef [2021-01-28T15:50:13.635Z] ---> 6c5430350f58 [2021-01-28T15:50:13.635Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T15:50:13.905Z] ---> Running in c09a20426423 [2021-01-28T15:50:13.905Z] Removing intermediate container 760cffe3ae71 [2021-01-28T15:50:13.905Z] ---> d557252e4f76 [2021-01-28T15:50:13.905Z] Step 6/21 : COPY go.mod . [2021-01-28T15:50:14.171Z] Removing intermediate container c09a20426423 [2021-01-28T15:50:14.171Z] ---> 65ae49181ffd [2021-01-28T15:50:14.171Z] [2021-01-28T15:50:14.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:14.440Z] Successfully built 65ae49181ffd [2021-01-28T15:50:14.440Z] ---> a13922ce80a6 [2021-01-28T15:50:14.440Z] Step 7/21 : RUN go mod download [2021-01-28T15:50:14.440Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T15:50:14.440Z] Building docker-core-data-go [2021-01-28T15:50:14.440Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3ba67cdbeb35 [2021-01-28T15:50:15.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:16.536Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:50:16.536Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:50:16.536Z] OK: 12752 distinct packages available [2021-01-28T15:50:16.804Z] OK: 233 MiB in 51 packages [2021-01-28T15:50:19.020Z] Removing intermediate container 3fe34c908989 [2021-01-28T15:50:19.020Z] ---> 1903c5c8c97a [2021-01-28T15:50:19.020Z] Step 6/20 : COPY go.mod . [2021-01-28T15:50:19.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.946s coverage: 95.7% of statements [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2021-01-28T15:50:19.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T15:50:19.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T15:50:19.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.0% of statements [no tests to run] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T15:50:19.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.636s coverage: 63.5% of statements [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T15:50:19.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T15:50:19.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-28T15:50:19.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-01-28T15:50:19.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-01-28T15:50:20.045Z] Removing intermediate container 3ba67cdbeb35 [2021-01-28T15:50:20.045Z] ---> 7e0a24eefda7 [2021-01-28T15:50:20.045Z] Step 8/21 : COPY . . [2021-01-28T15:50:20.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-01-28T15:50:20.331Z] ---> 1c5549c22e0e [2021-01-28T15:50:20.331Z] Step 7/20 : RUN go mod download [2021-01-28T15:50:21.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.085s coverage: 100.0% of statements [2021-01-28T15:50:24.121Z] ---> Running in 41a449fde3ec [2021-01-28T15:50:24.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 55.9% of statements [2021-01-28T15:50:24.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T15:50:24.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T15:50:24.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T15:50:24.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T15:50:24.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T15:50:24.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2021-01-28T15:50:27.685Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:50:27.685Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:50:27.685Z] ---> 0fa7dbe920ea [2021-01-28T15:50:27.685Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:50:27.685Z] ---> Using cache [2021-01-28T15:50:27.685Z] ---> 71f6d374d35a [2021-01-28T15:50:27.685Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:50:27.685Z] ---> Using cache [2021-01-28T15:50:27.685Z] ---> cae09e4045ef [2021-01-28T15:50:27.685Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T15:50:27.685Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:50:27.685Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:50:27.685Z] ---> 0fa7dbe920ea [2021-01-28T15:50:27.685Z] Step 3/27 : WORKDIR /edgex-go [2021-01-28T15:50:27.685Z] ---> Using cache [2021-01-28T15:50:27.685Z] ---> 71f6d374d35a [2021-01-28T15:50:27.685Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:50:27.685Z] ---> Using cache [2021-01-28T15:50:27.685Z] ---> cae09e4045ef [2021-01-28T15:50:27.685Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-28T15:50:27.685Z] ---> Using cache [2021-01-28T15:50:27.685Z] ---> 1903c5c8c97a [2021-01-28T15:50:27.685Z] Step 6/22 : COPY go.mod . [2021-01-28T15:50:27.685Z] ---> Using cache [2021-01-28T15:50:27.685Z] ---> 1c5549c22e0e [2021-01-28T15:50:27.685Z] Step 7/22 : RUN go mod download [2021-01-28T15:50:33.361Z] ---> Running in b7aef6f0f748 [2021-01-28T15:50:33.361Z] ---> Running in 7a6a6b1216e0 [2021-01-28T15:50:36.733Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:50:36.733Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:50:36.733Z] ---> 0fa7dbe920ea [2021-01-28T15:50:36.733Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T15:50:36.733Z] ---> Using cache [2021-01-28T15:50:36.733Z] ---> 71f6d374d35a [2021-01-28T15:50:36.733Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:50:36.733Z] ---> Using cache [2021-01-28T15:50:36.733Z] ---> cae09e4045ef [2021-01-28T15:50:36.733Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T15:50:37.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:37.963Z] ---> Running in a21abbbb406a [2021-01-28T15:50:38.237Z] Removing intermediate container 41a449fde3ec [2021-01-28T15:50:38.237Z] ---> e5ca6720d739 [2021-01-28T15:50:38.237Z] Step 8/20 : COPY . . [2021-01-28T15:50:38.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:39.105Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:50:39.105Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:50:39.105Z] OK: 12752 distinct packages available [2021-01-28T15:50:39.687Z] OK: 233 MiB in 51 packages [2021-01-28T15:50:39.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:40.547Z] Removing intermediate container 7a6a6b1216e0 [2021-01-28T15:50:40.547Z] ---> 85e5ce7cc9aa [2021-01-28T15:50:40.547Z] Step 8/22 : COPY . . [2021-01-28T15:50:40.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:50:41.557Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:50:41.557Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:50:41.557Z] OK: 12752 distinct packages available [2021-01-28T15:50:41.821Z] OK: 233 MiB in 51 packages [2021-01-28T15:50:51.882Z] Removing intermediate container b7aef6f0f748 [2021-01-28T15:50:51.882Z] ---> afc576d6ae3a [2021-01-28T15:50:51.882Z] Step 6/27 : COPY go.mod . [2021-01-28T15:50:53.284Z] Removing intermediate container a21abbbb406a [2021-01-28T15:50:53.284Z] ---> ed2cd9ded00e [2021-01-28T15:50:53.284Z] Step 6/23 : COPY go.mod . [2021-01-28T15:50:56.615Z] ---> 6ac077d8625f [2021-01-28T15:50:56.615Z] Step 7/27 : RUN go mod download [2021-01-28T15:50:56.615Z] ---> 2c579b98cf18 [2021-01-28T15:50:56.615Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T15:50:56.615Z] ---> d932922baf55 [2021-01-28T15:50:56.615Z] Step 7/23 : RUN go mod download [2021-01-28T15:50:56.615Z] ---> Running in cef2628bc854 [2021-01-28T15:50:56.615Z] ---> Running in 53acf8594db3 [2021-01-28T15:50:58.049Z] ---> Running in 9d29f0fc84df [2021-01-28T15:51:00.055Z] 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-28T15:51:04.368Z] Removing intermediate container 53acf8594db3 [2021-01-28T15:51:04.368Z] ---> b91af651b439 [2021-01-28T15:51:04.368Z] Step 8/27 : COPY . . [2021-01-28T15:51:05.085Z] Removing intermediate container 9d29f0fc84df [2021-01-28T15:51:05.085Z] ---> 808b543a452a [2021-01-28T15:51:05.085Z] Step 8/23 : COPY . . [2021-01-28T15:51:10.805Z] ---> 92516962dd0b [2021-01-28T15:51:10.805Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-01-28T15:51:12.242Z] ---> Running in 4a8b74971631 [2021-01-28T15:51:13.665Z] ---> 1f4a8840eb73 [2021-01-28T15:51:13.665Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-28T15:51:20.333Z] 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-28T15:51:20.333Z] ---> Running in 751d97744cbf [2021-01-28T15:51:23.748Z] 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-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 65.162s coverage: 86.3% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.463s coverage: 72.2% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.493s coverage: 72.1% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.074s coverage: 48.4% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.064s coverage: 28.8% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.089s coverage: 96.8% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 36.5% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.525s coverage: 84.1% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.091s coverage: 42.9% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.079s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.099s coverage: 83.8% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.318s coverage: 47.1% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.838s coverage: 29.1% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.162s coverage: 99.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T15:51:32.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-28T15:51:32.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements [2021-01-28T15:51:32.667Z] GO111MODULE=on go vet ./... [2021-01-28T15:51:42.136Z] Removing intermediate container cef2628bc854 [2021-01-28T15:51:42.137Z] ---> f09a580347a6 [2021-01-28T15:51:42.137Z] [2021-01-28T15:51:42.137Z] Step 10/21 : FROM scratch [2021-01-28T15:51:42.137Z] ---> [2021-01-28T15:51:42.137Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T15:51:42.137Z] ---> 00cbb06dd6c0 [2021-01-28T15:51:42.137Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T15:51:42.137Z] ---> aabe8244c569 [2021-01-28T15:51:42.137Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T15:51:42.137Z] ---> Running in 02ff16813361 [2021-01-28T15:51:42.137Z] ---> Using cache [2021-01-28T15:51:42.137Z] ---> 7503e1e07f2c [2021-01-28T15:51:42.137Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-28T15:51:42.137Z] ---> Running in 63d10d375b6b [2021-01-28T15:51:42.137Z] ---> Running in 93be548b754b [2021-01-28T15:51:42.137Z] Removing intermediate container 93be548b754b [2021-01-28T15:51:42.137Z] ---> dfde32de58f1 [2021-01-28T15:51:42.137Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-28T15:51:42.137Z] ---> Running in 37950af48d5f [2021-01-28T15:51:42.137Z] Removing intermediate container 37950af48d5f [2021-01-28T15:51:42.137Z] ---> 8fe58b67044c [2021-01-28T15:51:42.137Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-28T15:51:42.137Z] 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-28T15:51:42.137Z] 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-28T15:51:42.137Z] ---> 77a44916341c [2021-01-28T15:51:42.137Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T15:51:43.579Z] ---> 54e1251774db [2021-01-28T15:51:43.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T15:51:43.848Z] ---> 865ab5ac7de6 [2021-01-28T15:51:43.849Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T15:51:44.120Z] ---> Running in 218c2878ad07 [2021-01-28T15:51:44.715Z] Removing intermediate container 218c2878ad07 [2021-01-28T15:51:44.715Z] ---> 38a9c542eb1b [2021-01-28T15:51:44.715Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:51:46.153Z] ---> Running in 0048bada60a3 [2021-01-28T15:51:47.309Z] Removing intermediate container 0048bada60a3 [2021-01-28T15:51:47.309Z] ---> f660e95a5172 [2021-01-28T15:51:47.309Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T15:51:47.575Z] Removing intermediate container 4a8b74971631 [2021-01-28T15:51:47.575Z] ---> 87d80cd0f329 [2021-01-28T15:51:47.575Z] [2021-01-28T15:51:47.575Z] Step 10/20 : FROM alpine [2021-01-28T15:51:47.575Z] ---> Running in 958593171c1a [2021-01-28T15:51:47.855Z] latest: Pulling from library/alpine [2021-01-28T15:51:47.855Z] Removing intermediate container 958593171c1a [2021-01-28T15:51:47.855Z] ---> 1ac6dd16e5ce [2021-01-28T15:51:47.855Z] Step 20/21 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:51:48.120Z] ---> Running in a369af1bd669 [2021-01-28T15:51:50.055Z] Removing intermediate container a369af1bd669 [2021-01-28T15:51:50.055Z] ---> dabf9388eebb [2021-01-28T15:51:50.055Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T15:51:50.645Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-28T15:51:50.921Z] Status: Downloaded newer image for alpine:latest [2021-01-28T15:51:50.921Z] ---> 7731472c3f2a [2021-01-28T15:51:50.921Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-28T15:51:50.921Z] ---> Running in d5edf4d4e8dc [2021-01-28T15:51:51.201Z] ---> Running in f2c0b9daf2b5 [2021-01-28T15:51:51.201Z] Removing intermediate container 751d97744cbf [2021-01-28T15:51:51.201Z] ---> c0706c507714 [2021-01-28T15:51:51.201Z] [2021-01-28T15:51:51.201Z] Step 10/22 : FROM scratch [2021-01-28T15:51:51.201Z] ---> [2021-01-28T15:51:51.201Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T15:51:51.201Z] ---> Using cache [2021-01-28T15:51:51.201Z] ---> 7503e1e07f2c [2021-01-28T15:51:51.201Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-28T15:51:51.201Z] Removing intermediate container d5edf4d4e8dc [2021-01-28T15:51:51.201Z] ---> 6eff29b08928 [2021-01-28T15:51:51.201Z] [2021-01-28T15:51:51.477Z] ---> Running in b754b530108b [2021-01-28T15:51:52.066Z] Successfully built 6eff29b08928 [2021-01-28T15:51:52.066Z] Removing intermediate container b754b530108b [2021-01-28T15:51:52.066Z] ---> af9c06e2bfea [2021-01-28T15:51:52.066Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T15:51:52.066Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T15:51:52.066Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2021-01-28T15:51:52.066Z] ---> Running in cc1f826c60b2 [2021-01-28T15:51:53.528Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:51:53.529Z] Removing intermediate container cc1f826c60b2 [2021-01-28T15:51:53.801Z] ---> 47478dfccdc5 [2021-01-28T15:51:53.801Z] Step 14/22 : WORKDIR / [2021-01-28T15:51:53.801Z] ---> Running in e2c08700d905 [2021-01-28T15:51:53.801Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:51:54.777Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T15:51:54.777Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T15:51:54.777Z] OK: 13881 distinct packages available [2021-01-28T15:51:55.054Z] (1/5) Installing ca-certificates (20191127-r5) [2021-01-28T15:51:55.055Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-01-28T15:51:55.655Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-01-28T15:51:55.656Z] (4/5) Installing libcurl (7.74.0-r0) [2021-01-28T15:51:55.656Z] Removing intermediate container e2c08700d905 [2021-01-28T15:51:55.656Z] ---> fa507983c0f8 [2021-01-28T15:51:55.656Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-28T15:51:55.656Z] (5/5) Installing curl (7.74.0-r0) [2021-01-28T15:51:55.656Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T15:51:55.656Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T15:51:56.613Z] OK: 8 MiB in 19 packages [2021-01-28T15:51:59.963Z] ---> 959c5c3f007c [2021-01-28T15:51:59.964Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T15:52:02.580Z] Removing intermediate container f2c0b9daf2b5 [2021-01-28T15:52:02.580Z] ---> 77d0ab205313 [2021-01-28T15:52:02.580Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T15:52:04.571Z] ---> 27dc9aceb91d [2021-01-28T15:52:04.571Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T15:52:04.571Z] ---> Running in 770b503983ed [2021-01-28T15:52:05.978Z] Removing intermediate container 770b503983ed [2021-01-28T15:52:05.978Z] ---> 65fe5de01ca1 [2021-01-28T15:52:05.978Z] Step 13/20 : WORKDIR /edgex [2021-01-28T15:52:05.978Z] ---> 4dd6a2c63886 [2021-01-28T15:52:05.978Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-28T15:52:06.253Z] ---> Running in aec313100a8d [2021-01-28T15:52:06.254Z] ---> Running in 0e98363fea74 [2021-01-28T15:52:06.859Z] Removing intermediate container 0e98363fea74 [2021-01-28T15:52:06.859Z] ---> 09f0ffac4753 [2021-01-28T15:52:06.859Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:52:06.859Z] Removing intermediate container aec313100a8d [2021-01-28T15:52:06.859Z] ---> 6e58a3800550 [2021-01-28T15:52:06.859Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T15:52:07.130Z] ---> Running in ab19a718dafc [2021-01-28T15:52:12.449Z] ---> ed560a5404ff [2021-01-28T15:52:12.449Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T15:52:12.449Z] Removing intermediate container ab19a718dafc [2021-01-28T15:52:12.449Z] ---> fe1424cf7cba [2021-01-28T15:52:12.449Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T15:52:14.406Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:52:14.406Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-01-28T15:52:14.981Z] Removing intermediate container 02ff16813361 [2021-01-28T15:52:14.981Z] ---> 12b85e0f15f3 [2021-01-28T15:52:14.981Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T15:52:15.243Z] ---> 0fa7dbe920ea [2021-01-28T15:52:15.243Z] Step 3/29 : WORKDIR /edgex-go [2021-01-28T15:52:15.243Z] ---> Using cache [2021-01-28T15:52:15.243Z] ---> 71f6d374d35a [2021-01-28T15:52:15.243Z] Step 4/29 : RUN apk update && apk add make git [2021-01-28T15:52:15.529Z] ---> Running in 3fe4703ee687 [2021-01-28T15:52:15.529Z] ---> 7ae4753270d7 [2021-01-28T15:52:15.529Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T15:52:15.529Z] ---> Running in 30072c504eb5 [2021-01-28T15:52:15.529Z] ---> Running in c30a0ad124f6 [2021-01-28T15:52:15.791Z] ---> Running in 0406ff1d098a [2021-01-28T15:52:15.791Z] Removing intermediate container 3fe4703ee687 [2021-01-28T15:52:15.791Z] ---> 0a3696ee98e4 [2021-01-28T15:52:15.791Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:52:16.057Z] ---> Running in 0cb71b0d4f30 [2021-01-28T15:52:16.057Z] Removing intermediate container 0406ff1d098a [2021-01-28T15:52:16.057Z] ---> cfd678c94363 [2021-01-28T15:52:16.057Z] Step 17/20 : CMD ["--init=true"] [2021-01-28T15:52:16.323Z] ---> Running in f57283af3321 [2021-01-28T15:52:16.323Z] Removing intermediate container 0cb71b0d4f30 [2021-01-28T15:52:16.323Z] ---> 9a197426830c [2021-01-28T15:52:16.323Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T15:52:16.589Z] ---> Running in b6039aa3abf9 [2021-01-28T15:52:16.589Z] Removing intermediate container f57283af3321 [2021-01-28T15:52:16.589Z] ---> cf4e12a0137f [2021-01-28T15:52:16.589Z] Step 18/20 : LABEL arch=x86_64 [2021-01-28T15:52:16.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:16.589Z] 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-28T15:52:16.589Z] ---> Running in 742dccba33d0 [2021-01-28T15:52:16.852Z] Removing intermediate container b6039aa3abf9 [2021-01-28T15:52:16.852Z] ---> 2e81d563fd70 [2021-01-28T15:52:16.852Z] [2021-01-28T15:52:17.115Z] Removing intermediate container 742dccba33d0 [2021-01-28T15:52:17.115Z] ---> 92f21c84c380 [2021-01-28T15:52:17.115Z] Step 19/20 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:52:17.115Z] Successfully built 2e81d563fd70 [2021-01-28T15:52:17.115Z] Successfully tagged docker-core-command-go:latest [2021-01-28T15:52:17.115Z]  Building docker-core-command-go ... done  ---> Running in 86daf7e3e127 [2021-01-28T15:52:17.381Z] Removing intermediate container 86daf7e3e127 [2021-01-28T15:52:17.381Z] ---> 963d7e332085 [2021-01-28T15:52:17.381Z] Step 20/20 : LABEL version=0.0.0 [2021-01-28T15:52:17.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:17.647Z] ---> Running in 3e81246c9967 [2021-01-28T15:52:18.603Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:52:18.603Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:52:18.603Z] OK: 12752 distinct packages available [2021-01-28T15:52:18.603Z] Removing intermediate container 3e81246c9967 [2021-01-28T15:52:18.603Z] ---> ae5b95aa5b60 [2021-01-28T15:52:18.603Z] [2021-01-28T15:52:18.869Z] OK: 233 MiB in 51 packages [2021-01-28T15:52:19.140Z] Successfully built ae5b95aa5b60 [2021-01-28T15:52:19.140Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T15:52:20.531Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c30a0ad124f6 [2021-01-28T15:52:20.532Z] ---> 4f692b80a230 [2021-01-28T15:52:20.532Z] [2021-01-28T15:52:20.532Z] Step 11/27 : FROM docker:latest [2021-01-28T15:52:20.532Z] ---> 1b003a99702a [2021-01-28T15:52:20.532Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-28T15:52:21.131Z] Removing intermediate container 63d10d375b6b [2021-01-28T15:52:21.131Z] ---> 8706c52c4f80 [2021-01-28T15:52:21.131Z] [2021-01-28T15:52:21.131Z] Step 10/23 : FROM alpine [2021-01-28T15:52:21.131Z] ---> 7731472c3f2a [2021-01-28T15:52:21.131Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T15:52:21.131Z] Removing intermediate container 30072c504eb5 [2021-01-28T15:52:21.131Z] ---> 9d81b577ab8c [2021-01-28T15:52:21.131Z] Step 5/29 : COPY go.mod . [2021-01-28T15:52:21.131Z] ---> Running in 4c07a45a388f [2021-01-28T15:52:21.395Z] ---> Running in a151d55d36db [2021-01-28T15:52:21.660Z] Removing intermediate container a151d55d36db [2021-01-28T15:52:21.660Z] ---> b8da6a196e58 [2021-01-28T15:52:21.660Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T15:52:21.660Z] ---> e3e325f02935 [2021-01-28T15:52:21.660Z] Step 6/29 : RUN go mod download [2021-01-28T15:52:21.660Z] ---> Running in 13b22325a9a1 [2021-01-28T15:52:21.660Z] ---> Running in 54b38b1a22c0 [2021-01-28T15:52:21.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:21.931Z] Removing intermediate container 13b22325a9a1 [2021-01-28T15:52:21.931Z] ---> 0fd3cbc0c7ac [2021-01-28T15:52:21.931Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T15:52:21.931Z] ---> Running in 95d189beccb9 [2021-01-28T15:52:22.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:22.196Z] Removing intermediate container 95d189beccb9 [2021-01-28T15:52:22.196Z] ---> bc5ddd7bd403 [2021-01-28T15:52:22.196Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:52:22.196Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T15:52:22.196Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T15:52:22.196Z] Executing bash-5.0.17-r0.post-install [2021-01-28T15:52:22.196Z] ---> Running in f688102af590 [2021-01-28T15:52:22.196Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:52:22.461Z] OK: 12 MiB in 22 packages [2021-01-28T15:52:23.100Z] Removing intermediate container 4c07a45a388f [2021-01-28T15:52:23.100Z] ---> 2927c95f2a48 [2021-01-28T15:52:23.100Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-28T15:52:23.381Z] ---> Running in b9eb29ae7c83 [2021-01-28T15:52:23.381Z] Removing intermediate container 54b38b1a22c0 [2021-01-28T15:52:23.381Z] ---> 5a645840d474 [2021-01-28T15:52:23.381Z] Step 7/29 : COPY . . [2021-01-28T15:52:23.677Z] Removing intermediate container f688102af590 [2021-01-28T15:52:23.677Z] ---> d7994532da89 [2021-01-28T15:52:23.677Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-28T15:52:23.977Z] ---> Running in 0725a7946681 [2021-01-28T15:52:28.325Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:28.592Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:30.165Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-01-28T15:52:30.165Z] Removing intermediate container b9eb29ae7c83 [2021-01-28T15:52:30.165Z] ---> 6192b0275655 [2021-01-28T15:52:30.165Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T15:52:30.165Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-28T15:52:30.165Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-28T15:52:30.165Z] (4/5) Installing libzmq (4.3.3-r1) [2021-01-28T15:52:30.745Z] (5/5) Installing zeromq (4.3.3-r1) [2021-01-28T15:52:30.745Z] ---> Running in e012e37c4636 [2021-01-28T15:52:30.745Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T15:52:30.745Z] OK: 8 MiB in 19 packages [2021-01-28T15:52:33.323Z] Removing intermediate container e012e37c4636 [2021-01-28T15:52:33.323Z] ---> dce2c695a9e3 [2021-01-28T15:52:33.323Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-28T15:52:33.902Z] ---> Running in bb0913077f92 [2021-01-28T15:52:34.164Z] Removing intermediate container 0725a7946681 [2021-01-28T15:52:34.164Z] ---> 6b7bd599425e [2021-01-28T15:52:34.164Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-28T15:52:34.429Z] Removing intermediate container bb0913077f92 [2021-01-28T15:52:34.429Z] ---> f215f0bb27f4 [2021-01-28T15:52:34.429Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-28T15:52:36.352Z] ---> Running in eafb943d8eec [2021-01-28T15:52:36.620Z] ---> 5e660cb72315 [2021-01-28T15:52:36.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T15:52:38.023Z] Removing intermediate container eafb943d8eec [2021-01-28T15:52:38.023Z] ---> 3ce2f447328f [2021-01-28T15:52:38.023Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T15:52:38.977Z] ---> 041c911997aa [2021-01-28T15:52:38.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T15:52:39.935Z] ---> 06dddda67a37 [2021-01-28T15:52:39.935Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T15:52:40.720Z] gofmt -l . [2021-01-28T15:52:40.720Z] [ "`gofmt -l .`" = "" ] [2021-01-28T15:52:40.720Z] ./bin/test-go-mod-tidy.sh [2021-01-28T15:52:40.720Z] ./bin/test-attribution-txt.sh [2021-01-28T15:52:40.889Z] ---> 3de94e97a1da [2021-01-28T15:52:40.889Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T15:52:41.480Z] ---> Running in 9942dc1322f8 [2021-01-28T15:52:41.480Z] ---> 2a70cfe11a61 [2021-01-28T15:52:41.480Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T15:52:41.743Z] ---> 105b20e4bdad [2021-01-28T15:52:41.743Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-01-28T15:52:41.743Z] ---> Running in da690f4d17ab [2021-01-28T15:52:41.743Z] Removing intermediate container 9942dc1322f8 [2021-01-28T15:52:41.743Z] ---> 18666dc4e9ce [2021-01-28T15:52:41.743Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:52:42.018Z] ---> Running in de074a3f896f [2021-01-28T15:52:42.018Z] ---> 0a38c91fc13f [2021-01-28T15:52:42.018Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-28T15:52:42.287Z] ---> Running in 589e82886bc4 [2021-01-28T15:52:42.287Z] Removing intermediate container de074a3f896f [2021-01-28T15:52:42.287Z] ---> dc33dc1bb9bb [2021-01-28T15:52:42.287Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T15:52:42.552Z] ---> Running in 81172722abd0 [2021-01-28T15:52:42.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T15:52:42.822Z] Removing intermediate container 81172722abd0 [2021-01-28T15:52:42.822Z] ---> 7191d37c05d5 [2021-01-28T15:52:42.822Z] Step 22/23 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:52:42.822Z] ---> Running in cb140abf9f99 [2021-01-28T15:52:42.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:43.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:43.092Z] Removing intermediate container cb140abf9f99 [2021-01-28T15:52:43.092Z] ---> 60f895aa9e6e [2021-01-28T15:52:43.092Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T15:52:43.092Z] ---> Running in 33c31e19998e [2021-01-28T15:52:43.092Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T15:52:43.092Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T15:52:43.092Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T15:52:43.092Z] (4/33) Installing gdbm (1.13-r1) [Pipeline] sh [2021-01-28T15:52:43.357Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T15:52:43.357Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T15:52:43.357Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T15:52:43.357Z] Removing intermediate container 33c31e19998e [2021-01-28T15:52:43.357Z] ---> 309847596607 [2021-01-28T15:52:43.357Z] [2021-01-28T15:52:43.626Z] Successfully built 309847596607 [2021-01-28T15:52:43.626Z] Successfully tagged docker-core-data-go:latest [2021-01-28T15:52:43.998Z] + ls -al . [2021-01-28T15:52:43.998Z] total 660 [2021-01-28T15:52:43.998Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 15:52 . [2021-01-28T15:52:43.998Z] drwxr-xr-x 4 root root 4096 Jan 28 15:48 .. [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 15:46 .dockerignore [2021-01-28T15:52:43.998Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 15:46 .git [2021-01-28T15:52:43.998Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 15:46 .github [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 944 Jan 28 15:46 .gitignore [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 15:46 .sonarcloud.properties [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 15:46 CONTRIBUTING.md [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 1035 Jan 28 15:46 Dockerfile.build [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 15:46 Jenkinsfile [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 15:46 LICENSE [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 6581 Jan 28 15:46 Makefile [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 6447 Jan 28 15:46 README.md [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 259 Jan 28 15:46 SECURITY.md [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 15:44 VERSION [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 15:46 ZMQWindows.md [2021-01-28T15:52:43.998Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 15:46 bin [2021-01-28T15:52:43.998Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 15:46 cmd [2021-01-28T15:52:43.998Z] -rw-r--r-- 1 root root 539650 Jan 28 15:51 coverage.out [2021-01-28T15:52:43.998Z] -rw-r--r-- 1 root root 1041 Jan 28 15:52 go.mod [2021-01-28T15:52:43.998Z] -rw-r--r-- 1 root root 18582 Jan 28 15:52 go.sum [2021-01-28T15:52:43.998Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 15:46 internal [2021-01-28T15:52:43.998Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 15:46 openapi [2021-01-28T15:52:43.998Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 15:46 snap [2021-01-28T15:52:43.998Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 15:46 version.go [Pipeline] sh [2021-01-28T15:52:44.598Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T15:52:44.598Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T15:52:44.598Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T15:52:44.598Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T15:52:44.598Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T15:52:44.598Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T15:52:44.598Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T15:52:44.598Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T15:52:44.598Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T15:52:44.598Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T15:52:44.659Z] + '[' -e coverage.out ] [2021-01-28T15:52:44.659Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T15:52:44.681Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T15:52:45.193Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T15:52:45.194Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T15:52:45.194Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T15:52:45.194Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T15:52:45.194Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T15:52:45.194Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T15:52:45.194Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T15:52:45.194Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T15:52:45.194Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T15:52:45.472Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T15:52:45.472Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T15:52:45.472Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T15:52:45.472Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T15:52:45.472Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T15:52:45.472Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T15:52:45.472Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T15:52:45.472Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:52:45.472Z] OK: 71 MiB in 55 packages [2021-01-28T15:52:45.927Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T15:52:46.596Z] + make build [2021-01-28T15:52:46.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T15:52:57.796Z] Removing intermediate container 589e82886bc4 [2021-01-28T15:52:57.796Z] ---> 9467f52d59ca [2021-01-28T15:52:57.796Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-28T15:52:57.796Z] ---> Running in cbee70691cf9 [2021-01-28T15:52:58.743Z] Collecting docker-compose==1.23.2 [2021-01-28T15:52:59.006Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T15:52:59.954Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T15:52:59.954Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T15:52:59.954Z] Removing intermediate container da690f4d17ab [2021-01-28T15:52:59.954Z] ---> 314b8884afa0 [2021-01-28T15:52:59.954Z] [2021-01-28T15:52:59.954Z] Step 9/29 : FROM alpine:latest [2021-01-28T15:52:59.954Z] ---> 7731472c3f2a [2021-01-28T15:52:59.954Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-01-28T15:52:59.954Z] ---> Running in 3637bd1ef916 [2021-01-28T15:52:59.954Z] Removing intermediate container 3637bd1ef916 [2021-01-28T15:52:59.954Z] ---> 2f45a88770c1 [2021-01-28T15:52:59.954Z] Step 11/29 : USER root [2021-01-28T15:53:00.215Z] ---> Running in 1b2b650eb544 [2021-01-28T15:53:00.215Z] Removing intermediate container 1b2b650eb544 [2021-01-28T15:53:00.215Z] ---> 56dc008a9ceb [2021-01-28T15:53:00.215Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-01-28T15:53:00.478Z] ---> Running in ed31a202fcd2 [2021-01-28T15:53:00.478Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T15:53:00.478Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T15:53:00.478Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T15:53:00.744Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T15:53:00.744Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:53:01.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:53:01.268Z] Collecting PyYAML<4,>=3.10 [2021-01-28T15:53:01.268Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T15:53:01.533Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T15:53:01.533Z] v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T15:53:01.533Z] OK: 13881 distinct packages available [2021-01-28T15:53:01.796Z] (1/2) Installing ca-certificates (20191127-r5) [2021-01-28T15:53:01.796Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-01-28T15:53:01.796Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T15:53:01.796Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T15:53:02.059Z] OK: 6 MiB in 16 packages [2021-01-28T15:53:02.547Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T15:53:02.547Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T15:53:03.494Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T15:53:03.494Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T15:53:03.756Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T15:53:03.757Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T15:53:04.331Z] Removing intermediate container ed31a202fcd2 [2021-01-28T15:53:04.331Z] ---> 534164f9f42e [2021-01-28T15:53:04.331Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-01-28T15:53:04.331Z] ---> Running in 69e43f66450b [2021-01-28T15:53:04.594Z] Removing intermediate container 69e43f66450b [2021-01-28T15:53:04.594Z] ---> a5b7a7b903c1 [2021-01-28T15:53:04.594Z] Step 14/29 : WORKDIR $BASE_DIR [2021-01-28T15:53:04.594Z] ---> Running in 3eed31ac9d3e [2021-01-28T15:53:04.857Z] Removing intermediate container 3eed31ac9d3e [2021-01-28T15:53:04.857Z] ---> 2e7bce991a16 [2021-01-28T15:53:04.857Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-01-28T15:53:04.857Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T15:53:04.857Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T15:53:04.857Z] ---> Running in 0fbe05a4f3bc [2021-01-28T15:53:04.857Z] 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-28T15:53:05.123Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T15:53:05.701Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T15:53:06.650Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T15:53:06.650Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T15:53:06.650Z] 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-28T15:53:06.650Z] Collecting idna<2.8,>=2.5 [2021-01-28T15:53:06.650Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T15:53:06.912Z] 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-28T15:53:07.174Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T15:53:07.174Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T15:53:07.174Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T15:53:07.174Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T15:53:07.174Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T15:53:07.175Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T15:53:07.175Z] Removing intermediate container 0fbe05a4f3bc [2021-01-28T15:53:07.175Z] ---> 46f82bca0606 [2021-01-28T15:53:07.175Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-01-28T15:53:07.175Z] Installing collected packages: texttable, urllib3, idna, requests, dockerpty, PyYAML, cached-property, websocket-client, docopt, docker-pycreds, docker, jsonschema, docker-compose [2021-01-28T15:53:07.175Z] Running setup.py install for texttable: started [2021-01-28T15:53:07.754Z] ---> 6aafd5620153 [2021-01-28T15:53:07.754Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-01-28T15:53:07.754Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T15:53:07.754Z] Attempting uninstall: urllib3 [2021-01-28T15:53:07.754Z] Found existing installation: urllib3 1.25.9 [2021-01-28T15:53:07.754Z] Uninstalling urllib3-1.25.9: [2021-01-28T15:53:08.018Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T15:53:08.602Z] Attempting uninstall: idna [2021-01-28T15:53:08.602Z] Found existing installation: idna 2.9 [2021-01-28T15:53:08.602Z] ---> a3c40cfb5525 [2021-01-28T15:53:08.602Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-01-28T15:53:08.602Z] Uninstalling idna-2.9: [2021-01-28T15:53:08.864Z] Successfully uninstalled idna-2.9 [2021-01-28T15:53:08.864Z] Attempting uninstall: requests [2021-01-28T15:53:08.864Z] Found existing installation: requests 2.23.0 [2021-01-28T15:53:08.864Z] Uninstalling requests-2.23.0: [2021-01-28T15:53:08.864Z] Successfully uninstalled requests-2.23.0 [2021-01-28T15:53:09.126Z] ---> c53139849a85 [2021-01-28T15:53:09.126Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-01-28T15:53:09.126Z] Running setup.py install for dockerpty: started [2021-01-28T15:53:09.387Z] ---> e7754f84ce35 [2021-01-28T15:53:09.387Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-01-28T15:53:09.648Z] ---> 16d69bfca7e3 [2021-01-28T15:53:09.648Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-01-28T15:53:09.648Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T15:53:09.648Z] Running setup.py install for PyYAML: started [2021-01-28T15:53:09.648Z] ---> Running in 1c5f425252f7 [2021-01-28T15:53:10.228Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T15:53:10.501Z] Running setup.py install for docopt: started [2021-01-28T15:53:10.775Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T15:53:10.775Z] Removing intermediate container 1c5f425252f7 [2021-01-28T15:53:10.775Z] ---> 31f2c93c249d [2021-01-28T15:53:10.775Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T15:53:11.722Z] ---> fcd6e8097d6e [2021-01-28T15:53:11.722Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T15:53:11.984Z] ---> Running in acc5b89e6732 [2021-01-28T15:53:12.561Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T15:53:13.413Z] 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-28T15:53:13.511Z] Removing intermediate container acc5b89e6732 [2021-01-28T15:53:13.511Z] ---> 2fb8f6737911 [2021-01-28T15:53:13.511Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-01-28T15:53:14.087Z] ---> Running in 58b3956e97d4 [2021-01-28T15:53:15.035Z] Removing intermediate container cbee70691cf9 [2021-01-28T15:53:15.035Z] ---> f1edb8b0b83a [2021-01-28T15:53:15.035Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-28T15:53:15.035Z] ---> Running in 00f6215cbe8a [2021-01-28T15:53:15.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:53:15.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:53:15.874Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T15:53:15.874Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T15:53:16.139Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T15:53:16.139Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:53:16.139Z] OK: 72 MiB in 58 packages [2021-01-28T15:53:16.139Z] Removing intermediate container 58b3956e97d4 [2021-01-28T15:53:16.139Z] ---> 0ed05631c90d [2021-01-28T15:53:16.139Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T15:53:16.139Z] ---> Running in fcc50a895849 [2021-01-28T15:53:16.402Z] Removing intermediate container fcc50a895849 [2021-01-28T15:53:16.402Z] ---> c89c075336d9 [2021-01-28T15:53:16.402Z] Step 26/29 : CMD [ "generate" ] [2021-01-28T15:53:16.402Z] Removing intermediate container 00f6215cbe8a [2021-01-28T15:53:16.402Z] ---> aa6b9b3de450 [2021-01-28T15:53:16.402Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T15:53:16.664Z] ---> Running in 5b7618d596ea [2021-01-28T15:53:16.664Z] ---> Running in b77263dcf6c7 [2021-01-28T15:53:16.664Z] Removing intermediate container 5b7618d596ea [2021-01-28T15:53:16.664Z] ---> cdc199bb4427 [2021-01-28T15:53:16.664Z] Step 27/29 : LABEL arch=x86_64 [2021-01-28T15:53:16.926Z] ---> Running in 391d13d81dac [2021-01-28T15:53:16.926Z] Removing intermediate container b77263dcf6c7 [2021-01-28T15:53:16.926Z] ---> d36941ad784f [2021-01-28T15:53:16.926Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:53:16.926Z] ---> Running in f973a17a54f8 [2021-01-28T15:53:16.926Z] Removing intermediate container 391d13d81dac [2021-01-28T15:53:16.926Z] ---> cbfbd1f0f468 [2021-01-28T15:53:16.926Z] Step 28/29 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:53:17.188Z] ---> Running in 019b804644cb [2021-01-28T15:53:17.188Z] Removing intermediate container f973a17a54f8 [2021-01-28T15:53:17.188Z] ---> 1d45072781dc [2021-01-28T15:53:17.188Z] Step 25/27 : LABEL arch=x86_64 [2021-01-28T15:53:17.188Z] ---> Running in 1f61204a3da6 [2021-01-28T15:53:17.188Z] Removing intermediate container 019b804644cb [2021-01-28T15:53:17.188Z] ---> 3d0eb61d66d0 [2021-01-28T15:53:17.188Z] Step 29/29 : LABEL version=0.0.0 [2021-01-28T15:53:17.451Z] ---> Running in 2ded794c7dc5 [2021-01-28T15:53:17.451Z] Removing intermediate container 1f61204a3da6 [2021-01-28T15:53:17.451Z] ---> 028e7e99e4d2 [2021-01-28T15:53:17.451Z] Step 26/27 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:53:17.451Z] ---> Running in e32e199e112e [2021-01-28T15:53:17.713Z] Removing intermediate container 2ded794c7dc5 [2021-01-28T15:53:17.713Z] ---> f8cafd9bdfef [2021-01-28T15:53:17.713Z] [2021-01-28T15:53:17.974Z] Successfully built f8cafd9bdfef [2021-01-28T15:53:17.974Z] Successfully tagged docker-security-secrets-setup-go:latest [2021-01-28T15:53:17.974Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container e32e199e112e [2021-01-28T15:53:17.974Z] ---> e6abc63e7ae3 [2021-01-28T15:53:17.974Z] Step 27/27 : LABEL version=0.0.0 [2021-01-28T15:53:17.974Z] ---> Running in 1ac051a851fe [2021-01-28T15:53:18.237Z] Removing intermediate container 1ac051a851fe [2021-01-28T15:53:18.237Z] ---> 0d13e31a6cfd [2021-01-28T15:53:18.237Z] [2021-01-28T15:53:18.500Z] Successfully built 0d13e31a6cfd [2021-01-28T15:53:18.500Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T15:53:18.791Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T15:53:18.859Z] $ docker stop --time=1 98c54a4c511f2535df9398480817c8f1194bccd4ea62a1c8eb87082e60ec4c67 [2021-01-28T15:53:20.657Z] $ docker rm -f 98c54a4c511f2535df9398480817c8f1194bccd4ea62a1c8eb87082e60ec4c67 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T15:53:21.250Z] + docker images [2021-01-28T15:53:21.250Z] + grep docker [2021-01-28T15:53:21.667Z] 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-28T15:53:21.833Z] docker-sys-mgmt-agent-go latest 0d13e31a6cfd 3 seconds ago 313MB [2021-01-28T15:53:21.833Z] docker-security-secrets-setup-go latest f8cafd9bdfef 4 seconds ago 24MB [2021-01-28T15:53:21.833Z] docker-core-data-go latest 309847596607 38 seconds ago 23.8MB [2021-01-28T15:53:21.833Z] docker-security-proxy-setup-go latest ae5b95aa5b60 About a minute ago 16.7MB [2021-01-28T15:53:21.833Z] docker-core-command-go latest 2e81d563fd70 About a minute ago 12.2MB [2021-01-28T15:53:21.833Z] docker-support-scheduler-go latest 6eff29b08928 About a minute ago 12.3MB [2021-01-28T15:53:21.833Z] docker-security-secretstore-setup-go latest 65ae49181ffd 3 minutes ago 24.7MB [2021-01-28T15:53:21.834Z] docker-core-metadata-go latest c8097543bb5e 3 minutes ago 14.5MB [2021-01-28T15:53:21.834Z] docker-security-bootstrap-redis-go latest 0c3f9589e9a2 3 minutes ago 15.8MB [2021-01-28T15:53:21.834Z] docker-support-notifications-go latest fb895e00099f 3 minutes ago 13.6MB [2021-01-28T15:53:21.834Z] docker-support-logging-go latest e85f14c2af51 3 minutes ago 11.1MB [2021-01-28T15:53:21.834Z] docker latest 1b003a99702a 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T15:53:25.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T15:53:30.277Z] 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-28T15:53:35.680Z] 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-28T15:53:36.659Z] 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-28T15:53:37.762Z] Still waiting to schedule task [2021-01-28T15:53:37.763Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T15:53:42.066Z] 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-28T15:53:46.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T15:53:49.004Z] 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-28T15:53:53.291Z] 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-28T15:53:56.674Z] 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-28T15:54:00.982Z] 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 [Pipeline] } [2021-01-28T15:54:03.642Z] $ docker stop --time=1 b16a3ff4eb892eaa94cb4724c2476c76db0f70193c8320b32dc39b2361bab3fa [2021-01-28T15:54:06.088Z] $ docker rm -f b16a3ff4eb892eaa94cb4724c2476c76db0f70193c8320b32dc39b2361bab3fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:54:08.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T15:54:08.141Z] [2021-01-28T15:54:08.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:54:08.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T15:54:08.792Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T15:54:08.792Z] 29e5d40040c1: Pulling fs layer [2021-01-28T15:54:08.792Z] 1ce36da41761: Pulling fs layer [2021-01-28T15:54:08.792Z] 25b303627fd3: Pulling fs layer [2021-01-28T15:54:09.384Z] 29e5d40040c1: Verifying Checksum [2021-01-28T15:54:09.384Z] 29e5d40040c1: Download complete [2021-01-28T15:54:09.982Z] 29e5d40040c1: Pull complete [2021-01-28T15:54:09.982Z] 1ce36da41761: Verifying Checksum [2021-01-28T15:54:09.982Z] 1ce36da41761: Download complete [2021-01-28T15:54:11.415Z] 1ce36da41761: Pull complete [2021-01-28T15:54:11.684Z] 25b303627fd3: Verifying Checksum [2021-01-28T15:54:11.684Z] 25b303627fd3: Download complete [2021-01-28T15:54:21.831Z] 25b303627fd3: Pull complete [2021-01-28T15:54:21.831Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T15:54:21.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T15:54:21.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T15:54:22.097Z] prd-ubuntu18.04-docker-arm64-4c-16g-23766 does not seem to be running inside a container [2021-01-28T15:54:22.205Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T15:54:25.385Z] $ docker top 9e5a1d03e8584d54728af795267976720c360ac5b6459bf67264cc80489f4e87 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:54:26.424Z] + docker-compose build --help [2021-01-28T15:54:26.424Z] + grep parallel [2021-01-28T15:54:28.211Z] Running on prd-ubuntu18.04-docker-8c-8g-23769 in /w/workspace/edgexfoundry_edgex-go_PR-3084 [Pipeline] { [Pipeline] ws [2021-01-28T15:54:28.262Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T15:54:29.857Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T15:54:30.189Z] $ docker stop --time=1 9e5a1d03e8584d54728af795267976720c360ac5b6459bf67264cc80489f4e87 [2021-01-28T15:54:30.494Z] using credential edgex-jenkins-ssh [2021-01-28T15:54:30.555Z] Cloning the remote Git repository [2021-01-28T15:54:30.577Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:54:30.659Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T15:54:30.692Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:54:30.692Z] > git --version # timeout=10 [2021-01-28T15:54:30.705Z] > git --version # 'git version 2.17.1' [2021-01-28T15:54:30.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:54:30.738Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T15:54:32.045Z] $ docker rm -f 9e5a1d03e8584d54728af795267976720c360ac5b6459bf67264cc80489f4e87 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:54:32.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T15:54:32.886Z] . [Pipeline] withDockerContainer [2021-01-28T15:54:33.186Z] prd-ubuntu18.04-docker-arm64-4c-16g-23766 does not seem to be running inside a container [2021-01-28T15:54:33.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T15:54:34.564Z] $ docker top a889a1e3c695b5234850eeacdb18dcd704aa097b62062f47239af77c318c1125 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:54:35.560Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T15:54:38.994Z] Building docker-core-command-go ... [2021-01-28T15:54:38.994Z] Building docker-core-data-go ... [2021-01-28T15:54:38.994Z] Building docker-core-metadata-go ... [2021-01-28T15:54:38.994Z] Building docker-security-bootstrap-redis-go ... [2021-01-28T15:54:38.994Z] Building docker-security-proxy-setup-go ... [2021-01-28T15:54:38.994Z] Building docker-security-secrets-setup-go ... [2021-01-28T15:54:38.994Z] Building docker-security-secretstore-setup-go ... [2021-01-28T15:54:38.994Z] Building docker-support-logging-go ... [2021-01-28T15:54:38.994Z] Building docker-support-notifications-go ... [2021-01-28T15:54:38.994Z] Building docker-support-scheduler-go ... [2021-01-28T15:54:38.994Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T15:54:38.994Z] Building docker-core-metadata-go [2021-01-28T15:54:38.994Z] Building docker-security-secretstore-setup-go [2021-01-28T15:54:39.267Z] Building docker-security-secrets-setup-go [2021-01-28T15:54:39.267Z] Building docker-security-proxy-setup-go [2021-01-28T15:54:39.267Z] Building docker-core-command-go [2021-01-28T15:54:56.514Z] Merging remotes/origin/hanoi commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:54:56.647Z] Merge succeeded, producing cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:54:56.648Z] Checking out Revision cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 (PR-3084) [2021-01-28T15:54:55.877Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T15:54:55.889Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T15:54:55.900Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T15:54:55.912Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:54:55.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:54:55.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3084/head:refs/remotes/origin/PR-3084 +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 [2021-01-28T15:54:56.540Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T15:54:56.545Z] > git checkout -f cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 # timeout=10 [2021-01-28T15:54:56.623Z] > git remote # timeout=10 [2021-01-28T15:54:56.630Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T15:54:56.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:54:56.647Z] > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [2021-01-28T15:54:56.657Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T15:54:56.667Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T15:54:56.672Z] > git checkout -f cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 # timeout=10 [2021-01-28T15:55:00.377Z] Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:55:02.071Z] + echo snap-build.sh [2021-01-28T15:55:02.071Z] snap-build.sh [2021-01-28T15:55:02.071Z] + SNAP_BASE_DIR=. [2021-01-28T15:55:02.071Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-28T15:55:02.071Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-28T15:55:02.071Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-28T15:55:02.071Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-28T15:55:02.071Z] + cd /w/workspace/edgex-go/3 [2021-01-28T15:55:02.071Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T15:55:02.071Z] Reading package lists... [2021-01-28T15:55:02.071Z] Building dependency tree... [2021-01-28T15:55:02.071Z] Reading state information... [2021-01-28T15:55:02.333Z] The following packages were automatically installed and are no longer required: [2021-01-28T15:55:02.333Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T15:55:02.333Z] uidmap xdelta3 [2021-01-28T15:55:02.333Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T15:55:02.333Z] The following packages will be REMOVED: [2021-01-28T15:55:02.333Z] lxd* lxd-client* [2021-01-28T15:55:02.908Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T15:55:02.908Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T15:55:03.957Z] (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-28T15:55:03.957Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T15:55:04.531Z] Removing lxd dnsmasq configuration [2021-01-28T15:55:04.794Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T15:55:05.054Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T15:55:06.002Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T15:55:06.002Z] (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-28T15:55:06.002Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T15:55:07.393Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T15:55:07.393Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T15:55:08.788Z] + sudo snap remove --purge lxd [2021-01-28T15:55:08.788Z] snap "lxd" is not installed [2021-01-28T15:55:08.788Z] + sudo groupadd --force --system lxd [2021-01-28T15:55:08.788Z] ++ whoami [2021-01-28T15:55:08.788Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T15:55:08.788Z] + newgrp - lxd [2021-01-28T15:55:08.788Z] + sudo snap install lxd [2021-01-28T15:55:18.816Z] 2021-01-28T15:55:16Z INFO Waiting for automatic snapd restart... [2021-01-28T15:55:33.890Z] lxd 4.10 from Canonical* installed [2021-01-28T15:55:33.890Z] + sudo lxd init --auto [2021-01-28T15:55:40.501Z] + sudo snap install --classic snapcraft [2021-01-28T15:55:48.655Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T15:55:48.655Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T15:55:48.655Z] + patch --verbose -p1 [2021-01-28T15:55:48.655Z] Hmm... Looks like a unified diff to me... [2021-01-28T15:55:48.655Z] The text leading up to this was: [2021-01-28T15:55:48.655Z] -------------------------- [2021-01-28T15:55:48.655Z] |From ef7e4b7ed23e3d1fe7a246914d4dcde63262eca0 Mon Sep 17 00:00:00 2001 [2021-01-28T15:55:48.656Z] |From: Tony Espy [2021-01-28T15:55:48.656Z] |Date: Wed, 27 Jan 2021 12:55:10 -0500 [2021-01-28T15:55:48.656Z] |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check [2021-01-28T15:55:48.656Z] | [2021-01-28T15:55:48.656Z] |--- [2021-01-28T15:55:48.656Z] | snap/snapcraft.yaml | 474 +------------------------------------------- [2021-01-28T15:55:48.656Z] | 1 file changed, 2 insertions(+), 472 deletions(-) [2021-01-28T15:55:48.656Z] | [2021-01-28T15:55:48.656Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T15:55:48.656Z] |index 4f322fc4..a1dfb449 100644 [2021-01-28T15:55:48.656Z] |--- a/snap/snapcraft.yaml [2021-01-28T15:55:48.656Z] |+++ b/snap/snapcraft.yaml [2021-01-28T15:55:48.656Z] -------------------------- [2021-01-28T15:55:48.656Z] patching file snap/snapcraft.yaml [2021-01-28T15:55:48.656Z] Using Plan A... [2021-01-28T15:55:48.656Z] Hunk #1 succeeded at 75. [2021-01-28T15:55:48.656Z] Hunk #2 succeeded at 84. [2021-01-28T15:55:48.656Z] Hunk #3 succeeded at 218. [2021-01-28T15:55:48.656Z] Hunk #4 succeeded at 226. [2021-01-28T15:55:48.656Z] Hunk #5 succeeded at 233. [2021-01-28T15:55:48.656Z] Hunk #6 succeeded at 260. [2021-01-28T15:55:48.656Z] Hunk #7 succeeded at 294. [2021-01-28T15:55:48.656Z] Hunk #8 succeeded at 341. [2021-01-28T15:55:48.656Z] Hmm... Ignoring the trailing garbage. [2021-01-28T15:55:48.656Z] done [2021-01-28T15:55:48.656Z] + sudo snapcraft prime --use-lxd [2021-01-28T15:55:48.656Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T15:55:48.656Z] 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-28T15:55:48.656Z] - README.md [2021-01-28T15:55:48.656Z] [2021-01-28T15:55:48.656Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T15:55:49.228Z] Launching a container. [2021-01-28T15:56:01.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:56:01.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:56:01.053Z] ---> 0a903d0514d9 [2021-01-28T15:56:01.053Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:56:01.053Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:56:01.053Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:56:01.053Z] ---> 0a903d0514d9 [2021-01-28T15:56:01.053Z] Step 3/20 : WORKDIR /edgex-go [2021-01-28T15:56:01.053Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:56:01.053Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:56:01.053Z] ---> 0a903d0514d9 [2021-01-28T15:56:01.053Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T15:56:01.053Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:56:01.053Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2021-01-28T15:56:01.053Z] ---> 0a903d0514d9 [2021-01-28T15:56:01.053Z] Step 3/29 : WORKDIR /edgex-go [2021-01-28T15:56:01.053Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:56:01.053Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:56:01.053Z] ---> 0a903d0514d9 [2021-01-28T15:56:01.053Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:56:01.053Z] ---> Running in 8aff13b195b5 [2021-01-28T15:56:01.053Z] ---> Running in e984e6f6e1d5 [2021-01-28T15:56:01.053Z] ---> Running in 487e90d3674a [2021-01-28T15:56:01.053Z] ---> Running in 583a5f04f70b [2021-01-28T15:56:01.053Z] ---> Running in 7ec467a4352d [2021-01-28T15:56:01.053Z] Removing intermediate container 487e90d3674a [2021-01-28T15:56:01.053Z] ---> 4d5d2e82fd87 [2021-01-28T15:56:01.053Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:56:01.053Z] Removing intermediate container 8aff13b195b5 [2021-01-28T15:56:01.053Z] ---> ae856978b407 [2021-01-28T15:56:01.053Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:56:01.053Z] Removing intermediate container e984e6f6e1d5 [2021-01-28T15:56:01.053Z] ---> 34624c2ecab7 [2021-01-28T15:56:01.053Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:56:01.053Z] Removing intermediate container 7ec467a4352d [2021-01-28T15:56:01.053Z] ---> cb32c6485dc1 [2021-01-28T15:56:01.053Z] Step 4/29 : RUN apk update && apk add make git [2021-01-28T15:56:01.053Z] Removing intermediate container 583a5f04f70b [2021-01-28T15:56:01.053Z] ---> 5032f5bb5ff2 [2021-01-28T15:56:01.053Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:56:01.053Z] ---> Running in fd10c544ed77 [2021-01-28T15:56:01.053Z] ---> Running in 981be5eeee46 [2021-01-28T15:56:01.053Z] ---> Running in 1399ccd974ab [2021-01-28T15:56:01.053Z] ---> Running in 83eb84567d33 [2021-01-28T15:56:01.053Z] ---> Running in cd01caea5c3c [2021-01-28T15:56:01.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:01.054Z] Removing intermediate container fd10c544ed77 [2021-01-28T15:56:01.054Z] ---> 4cdcc34c9042 [2021-01-28T15:56:01.054Z] Step 5/24 : RUN apk update && apk add make git [2021-01-28T15:56:01.054Z] ---> Running in 5f5017fa0aa1 [2021-01-28T15:56:01.054Z] Removing intermediate container 83eb84567d33 [2021-01-28T15:56:01.054Z] ---> 9a8c3566fd4c [2021-01-28T15:56:01.054Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T15:56:01.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:01.054Z] ---> Running in d4cb760b1c6e [2021-01-28T15:56:01.054Z] Removing intermediate container 981be5eeee46 [2021-01-28T15:56:01.054Z] ---> b32f4e3fb537 [2021-01-28T15:56:01.054Z] Step 5/20 : RUN apk update && apk add make git [2021-01-28T15:56:01.054Z] Removing intermediate container cd01caea5c3c [2021-01-28T15:56:01.054Z] ---> 0c98d2b07b13 [2021-01-28T15:56:01.054Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T15:56:01.054Z] ---> Running in 7bcae2746a5c [2021-01-28T15:56:01.054Z] ---> Running in 24b63fd9a617 [2021-01-28T15:56:01.054Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:56:01.054Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:56:01.054Z] OK: 12622 distinct packages available [2021-01-28T15:56:01.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:01.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:01.331Z] OK: 217 MiB in 51 packages [2021-01-28T15:56:01.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:01.476Z] Waiting for container to be ready [2021-01-28T15:56:01.476Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T15:56:01.476Z] [2021-01-28T15:56:01.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:01.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:02.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:02.482Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:56:02.482Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:56:02.482Z] OK: 12622 distinct packages available [2021-01-28T15:56:02.760Z] Removing intermediate container 1399ccd974ab [2021-01-28T15:56:02.760Z] ---> e02e6f84aab5 [2021-01-28T15:56:02.760Z] Step 5/29 : COPY go.mod . [2021-01-28T15:56:02.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:02.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:56:03.377Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:56:03.377Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:56:03.377Z] OK: 12622 distinct packages available [2021-01-28T15:56:03.377Z] OK: 217 MiB in 51 packages [2021-01-28T15:56:03.660Z] ---> 07e784161d91 [2021-01-28T15:56:03.660Z] Step 6/29 : RUN go mod download [2021-01-28T15:56:03.942Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:56:03.942Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:56:03.942Z] OK: 12622 distinct packages available [2021-01-28T15:56:03.942Z] ---> Running in 8b32f88ed0fe [2021-01-28T15:56:04.234Z] OK: 217 MiB in 51 packages [2021-01-28T15:56:04.234Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:56:04.234Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:56:04.234Z] OK: 12622 distinct packages available [2021-01-28T15:56:04.777Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T15:56:04.777Z] Waiting for network to be ready... [2021-01-28T15:56:04.844Z] OK: 217 MiB in 51 packages [2021-01-28T15:56:05.350Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T15:56:05.350Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T15:56:05.350Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T15:56:05.443Z] OK: 217 MiB in 51 packages [2021-01-28T15:56:05.443Z] Removing intermediate container 5f5017fa0aa1 [2021-01-28T15:56:05.443Z] ---> 2d878ab9c805 [2021-01-28T15:56:05.443Z] Step 6/24 : COPY go.mod . [2021-01-28T15:56:05.609Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T15:56:05.609Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T15:56:05.609Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T15:56:05.609Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T15:56:05.609Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T15:56:05.609Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T15:56:05.609Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T15:56:05.869Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T15:56:05.869Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T15:56:06.043Z] Removing intermediate container d4cb760b1c6e [2021-01-28T15:56:06.043Z] ---> 94f33081b73b [2021-01-28T15:56:06.043Z] Step 6/22 : COPY go.mod . [2021-01-28T15:56:06.130Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T15:56:06.130Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T15:56:06.130Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T15:56:06.130Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T15:56:06.130Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T15:56:06.130Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T15:56:06.643Z] ---> 91a4fe56cae4 [2021-01-28T15:56:06.644Z] Step 7/24 : RUN go mod download [2021-01-28T15:56:06.644Z] Removing intermediate container 24b63fd9a617 [2021-01-28T15:56:06.644Z] ---> 840101d4a4fe [2021-01-28T15:56:06.644Z] Step 6/22 : COPY go.mod . [2021-01-28T15:56:06.703Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T15:56:06.921Z] ---> Running in 2e59173d2d36 [2021-01-28T15:56:06.962Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T15:56:06.962Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T15:56:06.962Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T15:56:06.962Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T15:56:06.962Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T15:56:06.962Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T15:56:06.962Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T15:56:06.962Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T15:56:07.196Z] ---> 08cee9b0df26 [2021-01-28T15:56:07.196Z] Step 7/22 : RUN go mod download [2021-01-28T15:56:07.196Z] Removing intermediate container 7bcae2746a5c [2021-01-28T15:56:07.196Z] ---> 7a8b7860dc93 [2021-01-28T15:56:07.196Z] Step 6/20 : COPY go.mod . [2021-01-28T15:56:07.476Z] ---> Running in 37e0e2a1ebdd [2021-01-28T15:56:08.079Z] Removing intermediate container 8b32f88ed0fe [2021-01-28T15:56:08.079Z] ---> b7a147a8a813 [2021-01-28T15:56:08.079Z] Step 7/29 : COPY . . [2021-01-28T15:56:08.079Z] ---> ea1f63c0ee1d [2021-01-28T15:56:08.079Z] Step 7/22 : RUN go mod download [2021-01-28T15:56:08.368Z] ---> Running in 7b28b673eb9c [2021-01-28T15:56:08.649Z] ---> 8d1dc47926e3 [2021-01-28T15:56:08.649Z] Step 7/20 : RUN go mod download [2021-01-28T15:56:08.924Z] ---> Running in 56cb98a79f87 [2021-01-28T15:56:09.505Z] Fetched 23.8 MB in 4s (5866 kB/s) [2021-01-28T15:56:10.075Z] Reading package lists... [2021-01-28T15:56:10.334Z] Reading package lists... [2021-01-28T15:56:10.334Z] Building dependency tree... [2021-01-28T15:56:10.334Z] Reading state information... [2021-01-28T15:56:10.594Z] The following additional packages will be installed: [2021-01-28T15:56:10.594Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T15:56:10.594Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T15:56:10.594Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T15:56:10.594Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T15:56:10.594Z] Suggested packages: [2021-01-28T15:56:10.594Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T15:56:10.594Z] Recommended packages: [2021-01-28T15:56:10.594Z] gnupg libsasl2-modules [2021-01-28T15:56:10.595Z] The following NEW packages will be installed: [2021-01-28T15:56:10.595Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T15:56:10.595Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T15:56:10.595Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T15:56:10.595Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T15:56:10.595Z] The following packages will be upgraded: [2021-01-28T15:56:10.595Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T15:56:10.595Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T15:56:10.595Z] Need to get 3533 kB of archives. [2021-01-28T15:56:10.595Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T15:56:10.595Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T15:56:10.855Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T15:56:11.115Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T15:56:11.115Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T15:56:11.115Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T15:56:11.115Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-28T15:56:11.115Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T15:56:11.115Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T15:56:11.115Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T15:56:11.376Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T15:56:11.376Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T15:56:11.376Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T15:56:11.376Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T15:56:11.376Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T15:56:11.376Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T15:56:11.376Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T15:56:11.376Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T15:56:11.376Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T15:56:11.376Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T15:56:11.376Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T15:56:11.636Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T15:56:11.636Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T15:56:11.636Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T15:56:11.636Z] Fetched 3533 kB in 1s (3326 kB/s) [2021-01-28T15:56:11.905Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T15:56:11.905Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T15:56:11.905Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T15:56:11.905Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T15:56:11.905Z] Selecting previously unselected package udev. [2021-01-28T15:56:11.905Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T15:56:11.905Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T15:56:12.163Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T15:56:12.163Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T15:56:12.163Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T15:56:12.163Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T15:56:12.463Z] Selecting previously unselected package fuse. [2021-01-28T15:56:12.463Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T15:56:12.464Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T15:56:12.464Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:12.464Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T15:56:12.726Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:12.726Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T15:56:12.726Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:12.726Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T15:56:12.988Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T15:56:12.988Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T15:56:12.988Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T15:56:12.988Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T15:56:12.988Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:12.988Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:12.988Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T15:56:12.988Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:12.988Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.235Z] Removing intermediate container 37e0e2a1ebdd [2021-01-28T15:56:13.235Z] ---> 8cafc96d41dc [2021-01-28T15:56:13.235Z] Step 8/22 : COPY . . [2021-01-28T15:56:13.235Z] Removing intermediate container 2e59173d2d36 [2021-01-28T15:56:13.235Z] ---> f6a6c6062d08 [2021-01-28T15:56:13.235Z] Step 8/24 : COPY . . [2021-01-28T15:56:13.249Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T15:56:13.250Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.250Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.250Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T15:56:13.250Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.250Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.509Z] Removing intermediate container 7b28b673eb9c [2021-01-28T15:56:13.509Z] ---> b0aeadbb1f84 [2021-01-28T15:56:13.509Z] Step 8/22 : COPY . . [2021-01-28T15:56:13.511Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T15:56:13.511Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.511Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.511Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T15:56:13.511Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.511Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.511Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T15:56:13.511Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.511Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.773Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T15:56:13.773Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.773Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.773Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T15:56:13.773Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T15:56:13.773Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:13.773Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T15:56:13.773Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T15:56:14.036Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T15:56:14.036Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T15:56:14.036Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T15:56:14.036Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T15:56:14.036Z] Selecting previously unselected package libldap-common. [2021-01-28T15:56:14.036Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T15:56:14.036Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T15:56:14.036Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T15:56:14.036Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T15:56:14.036Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T15:56:14.108Z] Removing intermediate container 56cb98a79f87 [2021-01-28T15:56:14.108Z] ---> 4fbedfa73d8e [2021-01-28T15:56:14.108Z] Step 8/20 : COPY . . [2021-01-28T15:56:14.297Z] Selecting previously unselected package dirmngr. [2021-01-28T15:56:14.297Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:14.297Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T15:56:14.297Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T15:56:14.557Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T15:56:14.557Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T15:56:14.558Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T15:56:14.558Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T15:56:14.558Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T15:56:14.558Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:14.558Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T15:56:14.558Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T15:56:14.558Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T15:56:15.132Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T15:56:15.132Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.132Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T15:56:15.132Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T15:56:15.393Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T15:56:15.393Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T15:56:15.393Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T15:56:15.393Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T15:56:15.655Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T15:56:15.915Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T15:56:15.915Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T15:56:15.915Z] This means they are not meant to be enabled using systemctl. [2021-01-28T15:56:15.915Z] Possible reasons for having this kind of units are: [2021-01-28T15:56:15.915Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T15:56:15.915Z] .wants/ or .requires/ directory. [2021-01-28T15:56:15.915Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T15:56:15.915Z] a requirement dependency on it. [2021-01-28T15:56:15.915Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T15:56:15.915Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T15:56:15.915Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T15:56:15.915Z] instance name specified. [2021-01-28T15:56:16.175Z] Reading package lists... [2021-01-28T15:56:16.436Z] Building dependency tree... [2021-01-28T15:56:16.436Z] Reading state information... [2021-01-28T15:56:16.436Z] The following additional packages will be installed: [2021-01-28T15:56:16.436Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T15:56:16.436Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T15:56:16.436Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T15:56:16.436Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T15:56:16.436Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T15:56:16.436Z] Suggested packages: [2021-01-28T15:56:16.436Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T15:56:16.436Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T15:56:16.436Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T15:56:16.436Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T15:56:16.436Z] systemd-container policykit-1 [2021-01-28T15:56:16.436Z] Recommended packages: [2021-01-28T15:56:16.436Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T15:56:16.436Z] The following NEW packages will be installed: [2021-01-28T15:56:16.436Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T15:56:16.436Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T15:56:16.436Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T15:56:16.436Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T15:56:16.436Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T15:56:16.436Z] The following packages will be upgraded: [2021-01-28T15:56:16.436Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T15:56:16.699Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T15:56:16.699Z] Need to get 35.2 MB of archives. [2021-01-28T15:56:16.699Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T15:56:16.699Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T15:56:16.699Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T15:56:16.699Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T15:56:16.699Z] 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-28T15:56:16.960Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T15:56:16.960Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T15:56:16.960Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T15:56:16.960Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T15:56:16.960Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T15:56:16.960Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T15:56:16.960Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T15:56:16.960Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T15:56:16.960Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T15:56:16.960Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T15:56:16.960Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T15:56:16.960Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T15:56:16.960Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T15:56:16.960Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T15:56:17.901Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T15:56:17.901Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T15:56:17.901Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T15:56:17.901Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T15:56:17.901Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T15:56:17.901Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T15:56:17.901Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T15:56:17.901Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T15:56:17.901Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T15:56:17.901Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T15:56:17.902Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T15:56:17.902Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T15:56:19.814Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T15:56:19.814Z] Fetched 35.2 MB in 3s (11.6 MB/s) [2021-01-28T15:56:19.814Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T15:56:19.814Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T15:56:20.075Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T15:56:20.647Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T15:56:20.647Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T15:56:20.647Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T15:56:20.647Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T15:56:20.647Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T15:56:20.908Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T15:56:20.908Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T15:56:21.167Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T15:56:21.167Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T15:56:21.167Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T15:56:21.429Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T15:56:21.429Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T15:56:21.694Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T15:56:21.955Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T15:56:21.955Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T15:56:21.955Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T15:56:22.220Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T15:56:22.220Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T15:56:22.220Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:22.220Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T15:56:22.220Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T15:56:22.791Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T15:56:22.791Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T15:56:22.791Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T15:56:22.791Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:23.051Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T15:56:23.051Z] Checking for services that may need to be restarted...done. [2021-01-28T15:56:23.051Z] Checking for services that may need to be restarted...done. [2021-01-28T15:56:23.051Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:23.311Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T15:56:23.311Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:23.883Z] Selecting previously unselected package python3-minimal. [2021-01-28T15:56:23.883Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T15:56:23.883Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T15:56:23.883Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T15:56:23.883Z] Selecting previously unselected package mime-support. [2021-01-28T15:56:23.883Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T15:56:23.883Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T15:56:23.883Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T15:56:23.883Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T15:56:23.883Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T15:56:24.144Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T15:56:24.144Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T15:56:24.144Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:24.144Z] Selecting previously unselected package python3.6. [2021-01-28T15:56:24.144Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T15:56:24.405Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:24.405Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T15:56:24.405Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T15:56:24.405Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T15:56:24.405Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T15:56:24.666Z] Selecting previously unselected package python3. [2021-01-28T15:56:24.666Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T15:56:24.666Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T15:56:24.666Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T15:56:24.666Z] Selecting previously unselected package multiarch-support. [2021-01-28T15:56:24.666Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T15:56:24.666Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T15:56:24.927Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T15:56:24.927Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T15:56:24.927Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T15:56:24.927Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T15:56:24.927Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T15:56:24.927Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T15:56:24.927Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T15:56:24.927Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T15:56:25.188Z] Selecting previously unselected package sudo. [2021-01-28T15:56:25.188Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T15:56:25.188Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T15:56:25.449Z] Selecting previously unselected package apparmor. [2021-01-28T15:56:25.449Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T15:56:25.449Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T15:56:25.449Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T15:56:25.449Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T15:56:25.449Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T15:56:25.710Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T15:56:25.710Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T15:56:25.710Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:25.710Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T15:56:25.710Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T15:56:25.710Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:25.970Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T15:56:25.970Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T15:56:25.970Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T15:56:25.970Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T15:56:25.970Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T15:56:25.970Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:26.230Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T15:56:26.230Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T15:56:26.230Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:26.230Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T15:56:26.230Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T15:56:26.230Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T15:56:26.492Z] Selecting previously unselected package openssh-client. [2021-01-28T15:56:26.492Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T15:56:26.492Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T15:56:26.752Z] Selecting previously unselected package squashfs-tools. [2021-01-28T15:56:26.752Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T15:56:26.752Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T15:56:26.752Z] Selecting previously unselected package snapd. [2021-01-28T15:56:26.752Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T15:56:26.752Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T15:56:29.309Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T15:56:29.309Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T15:56:29.309Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T15:56:29.309Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T15:56:29.309Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T15:56:29.309Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:29.309Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T15:56:29.309Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T15:56:29.309Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T15:56:30.250Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T15:56:30.250Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T15:56:30.250Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T15:56:30.250Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:30.250Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:30.250Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T15:56:30.820Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T15:56:30.820Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:31.082Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T15:56:31.082Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T15:56:31.082Z] running python rtupdate hooks for python3.6... [2021-01-28T15:56:31.082Z] running python post-rtupdate hooks for python3.6... [2021-01-28T15:56:31.082Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T15:56:32.466Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T15:56:32.727Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T15:56:32.727Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T15:56:32.988Z] Setting up snapd (2.48+18.04) ... [2021-01-28T15:56:33.250Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T15:56:33.511Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T15:56:33.511Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T15:56:33.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T15:56:34.037Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T15:56:34.037Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T15:56:34.037Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T15:56:34.299Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T15:56:34.561Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T15:56:34.561Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T15:56:34.824Z] /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-28T15:56:34.824Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T15:56:34.824Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T15:56:35.768Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T15:56:35.768Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T15:56:35.768Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T15:56:36.315Z] ---> 31de9ab42d9e [2021-01-28T15:56:36.315Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2021-01-28T15:56:36.315Z] ---> Running in 3c74e91a090f [2021-01-28T15:56:36.920Z] ---> b0c08ac79459 [2021-01-28T15:56:36.920Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-28T15:56:36.920Z] ---> 1caff1cd7d97 [2021-01-28T15:56:36.920Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2021-01-28T15:56:36.920Z] ---> 387db023da31 [2021-01-28T15:56:36.920Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T15:56:36.920Z] ---> b7084f271ce3 [2021-01-28T15:56:36.920Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-28T15:56:37.194Z] ---> Running in 1e5f20df8c18 [2021-01-28T15:56:37.194Z] ---> Running in 887a9236a0c9 [2021-01-28T15:56:37.194Z] ---> Running in d159d20f6028 [2021-01-28T15:56:37.194Z] ---> Running in 2a8e311d5c65 [2021-01-28T15:56:37.422Z] Reading package lists... [2021-01-28T15:56:37.422Z] Reading package lists... [2021-01-28T15:56:37.684Z] Building dependency tree... [2021-01-28T15:56:37.684Z] Reading state information... [2021-01-28T15:56:37.684Z] Calculating upgrade... [2021-01-28T15:56:37.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T15:56:37.946Z] The following packages will be upgraded: [2021-01-28T15:56:37.946Z] advancecomp base-files bash binutils binutils-common [2021-01-28T15:56:37.946Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T15:56:37.946Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T15:56:37.946Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T15:56:37.946Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T15:56:37.946Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T15:56:37.946Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T15:56:37.946Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T15:56:37.946Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T15:56:37.946Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T15:56:37.946Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T15:56:37.946Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T15:56:37.946Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T15:56:37.946Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T15:56:37.946Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T15:56:37.946Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T15:56:37.946Z] Need to get 63.8 MB of archives. [2021-01-28T15:56:37.946Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T15:56:37.946Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T15:56:37.946Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T15:56:38.519Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T15:56:38.519Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T15:56:38.519Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T15:56:38.519Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T15:56:38.519Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T15:56:38.519Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T15:56:38.519Z] 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-28T15:56:38.519Z] 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-28T15:56:38.519Z] 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-28T15:56:38.782Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T15:56:38.782Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T15:56:38.782Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T15:56:38.782Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T15:56:38.782Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T15:56:38.782Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T15:56:38.782Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T15:56:38.782Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T15:56:38.782Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T15:56:39.044Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T15:56:39.044Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T15:56:39.044Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T15:56:39.044Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T15:56:39.044Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T15:56:39.240Z] 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-28T15:56:39.306Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T15:56:39.306Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T15:56:39.306Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T15:56:39.306Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T15:56:39.306Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T15:56:39.306Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T15:56:39.306Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T15:56:39.306Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T15:56:39.306Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T15:56:39.306Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T15:56:39.306Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T15:56:39.306Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T15:56:39.306Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T15:56:39.306Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-28T15:56:39.306Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T15:56:39.306Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T15:56:39.306Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T15:56:39.306Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T15:56:39.306Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T15:56:39.306Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T15:56:39.306Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T15:56:39.306Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T15:56:39.306Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T15:56:39.306Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T15:56:39.306Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T15:56:39.306Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T15:56:39.306Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T15:56:39.306Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T15:56:39.306Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T15:56:39.306Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T15:56:39.306Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T15:56:39.306Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T15:56:39.567Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T15:56:39.567Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T15:56:39.567Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T15:56:39.567Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-28T15:56:39.567Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T15:56:39.567Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T15:56:39.567Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T15:56:39.567Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T15:56:39.567Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T15:56:39.567Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T15:56:39.567Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T15:56:39.567Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T15:56:39.567Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T15:56:39.567Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T15:56:39.567Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T15:56:39.567Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T15:56:39.567Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T15:56:39.567Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T15:56:39.840Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T15:56:39.840Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T15:56:39.840Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T15:56:39.840Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T15:56:39.840Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T15:56:39.840Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T15:56:39.840Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T15:56:39.840Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-28T15:56:39.840Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T15:56:39.840Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T15:56:39.840Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T15:56:39.840Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T15:56:39.840Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T15:56:39.840Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T15:56:39.840Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T15:56:39.847Z] 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-28T15:56:40.128Z] 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-28T15:56:40.128Z] 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-28T15:56:40.787Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T15:56:41.048Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T15:56:41.048Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T15:56:41.048Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T15:56:41.310Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T15:56:41.310Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T15:56:41.310Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T15:56:41.310Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T15:56:41.310Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T15:56:41.570Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T15:56:41.570Z] Fetched 63.8 MB in 4s (18.2 MB/s) [2021-01-28T15:56:41.570Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:41.570Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T15:56:41.570Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T15:56:42.139Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T15:56:42.139Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T15:56:42.403Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T15:56:42.403Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T15:56:43.344Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.344Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.344Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.344Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.344Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.344Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.605Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.606Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.606Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.606Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.867Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.867Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.867Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:43.867Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:43.867Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:56:44.128Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T15:56:44.128Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:44.128Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T15:56:44.128Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:56:44.397Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T15:56:44.397Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:44.397Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:44.397Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:44.397Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:44.397Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T15:56:44.663Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T15:56:44.663Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:56:44.952Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T15:56:44.952Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T15:56:44.952Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T15:56:45.213Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T15:56:45.473Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T15:56:45.473Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T15:56:45.473Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T15:56:45.735Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T15:56:45.735Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T15:56:45.996Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T15:56:45.996Z] Installing new version of config file /etc/issue ... [2021-01-28T15:56:45.996Z] Installing new version of config file /etc/issue.net ... [2021-01-28T15:56:45.996Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T15:56:45.996Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T15:56:46.257Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T15:56:46.257Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T15:56:46.257Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T15:56:46.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:46.257Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T15:56:46.257Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T15:56:46.517Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T15:56:46.517Z] 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-28T15:56:46.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:46.781Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:46.781Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:46.781Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:47.046Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:47.046Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T15:56:47.046Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T15:56:47.046Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T15:56:47.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:47.309Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T15:56:47.309Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T15:56:47.573Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T15:56:47.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:47.573Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:47.573Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T15:56:47.835Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T15:56:47.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:47.835Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:47.835Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T15:56:48.098Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T15:56:48.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:48.098Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T15:56:48.098Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T15:56:48.359Z] Setting up grep (3.1-2build1) ... [2021-01-28T15:56:48.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:48.359Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T15:56:48.359Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T15:56:48.620Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T15:56:48.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:48.620Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T15:56:48.620Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T15:56:48.882Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T15:56:48.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:48.882Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T15:56:48.882Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T15:56:49.455Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T15:56:49.455Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T15:56:49.716Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T15:56:49.716Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T15:56:50.287Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T15:56:50.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:50.287Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T15:56:50.287Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T15:56:51.227Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T15:56:51.227Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T15:56:51.487Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T15:56:51.488Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T15:56:51.749Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T15:56:51.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:51.749Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T15:56:51.749Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T15:56:52.010Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T15:56:52.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:52.271Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:52.271Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:52.271Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:52.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:52.531Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:52.531Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:52.531Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:52.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:52.794Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:52.794Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:52.794Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:53.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:53.061Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:53.061Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:53.321Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:53.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:53.321Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T15:56:53.321Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T15:56:53.582Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T15:56:53.582Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T15:56:53.582Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T15:56:53.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:53.846Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T15:56:53.847Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T15:56:53.847Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T15:56:54.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:54.107Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:54.107Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:54.107Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:54.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:54.107Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:54.367Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:54.367Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:54.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:54.367Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:54.629Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:55.201Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:56:55.201Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T15:56:55.463Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T15:56:55.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:55.723Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T15:56:55.723Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T15:56:55.723Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T15:56:55.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T15:56:55.985Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T15:56:55.985Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T15:56:56.246Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T15:56:56.246Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:56.246Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T15:56:56.509Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T15:56:56.509Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T15:56:56.770Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:56.770Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T15:56:56.770Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T15:56:57.041Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T15:56:57.041Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:57.041Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T15:56:57.041Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T15:56:57.303Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T15:56:57.303Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:57.303Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T15:56:57.303Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T15:56:57.566Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T15:56:57.567Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:57.567Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T15:56:57.567Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T15:56:57.831Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T15:56:57.831Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:57.831Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T15:56:58.099Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T15:56:58.099Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T15:56:58.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:58.362Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T15:56:58.362Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T15:56:58.625Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T15:56:58.625Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T15:56:58.625Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:58.626Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T15:56:58.888Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T15:56:58.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:58.888Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T15:56:58.888Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T15:56:59.162Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T15:56:59.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:59.162Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T15:56:59.162Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T15:56:59.427Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T15:56:59.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:59.688Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T15:56:59.688Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T15:56:59.688Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T15:56:59.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:59.688Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T15:56:59.688Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T15:56:59.950Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T15:56:59.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:56:59.950Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T15:56:59.950Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T15:57:00.521Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T15:57:00.521Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:00.521Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T15:57:00.521Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T15:57:00.782Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T15:57:00.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:00.782Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T15:57:00.782Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T15:57:01.044Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T15:57:01.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:01.044Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T15:57:01.044Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T15:57:01.323Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T15:57:01.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:01.323Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T15:57:01.323Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T15:57:01.583Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T15:57:01.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:01.583Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T15:57:01.583Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T15:57:01.845Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T15:57:01.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:01.845Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T15:57:01.845Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T15:57:02.109Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T15:57:02.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T15:57:02.109Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T15:57:02.109Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T15:57:02.109Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T15:57:02.370Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T15:57:02.370Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T15:57:02.370Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T15:57:02.370Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T15:57:02.370Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T15:57:02.635Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T15:57:02.635Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T15:57:02.897Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T15:57:02.897Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T15:57:03.159Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T15:57:03.159Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T15:57:03.159Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T15:57:03.160Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T15:57:03.420Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T15:57:03.420Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T15:57:03.420Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T15:57:03.420Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T15:57:03.686Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T15:57:03.686Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T15:57:03.686Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T15:57:03.686Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T15:57:03.950Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T15:57:03.950Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T15:57:04.212Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T15:57:04.212Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T15:57:05.618Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T15:57:05.618Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T15:57:05.618Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T15:57:05.618Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T15:57:05.618Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T15:57:05.618Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T15:57:06.190Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T15:57:06.190Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T15:57:06.190Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T15:57:06.190Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T15:57:06.450Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T15:57:06.450Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T15:57:06.450Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:06.450Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:06.711Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:06.711Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:06.712Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:06.712Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:06.973Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:06.973Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:07.917Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:07.918Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:08.858Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:08.858Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:09.429Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:09.429Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:09.690Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:09.690Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:10.725Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T15:57:10.725Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T15:57:10.725Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T15:57:10.725Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T15:57:11.035Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T15:57:11.035Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T15:57:11.035Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T15:57:11.035Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T15:57:11.346Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T15:57:11.346Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T15:57:11.346Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T15:57:11.346Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T15:57:11.346Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T15:57:11.681Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T15:57:11.681Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T15:57:11.681Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T15:57:11.681Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:11.681Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T15:57:11.977Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:11.977Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:11.977Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:11.977Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T15:57:11.977Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T15:57:11.977Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T15:57:11.977Z] [2021-01-28T15:57:11.977Z] Current default time zone: 'Etc/UTC' [2021-01-28T15:57:11.977Z] Local time is now: Thu Jan 28 15:57:11 UTC 2021. [2021-01-28T15:57:11.977Z] Universal Time is now: Thu Jan 28 15:57:11 UTC 2021. [2021-01-28T15:57:11.977Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T15:57:11.977Z] [2021-01-28T15:57:12.239Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T15:57:12.239Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:12.239Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T15:57:12.239Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T15:57:12.239Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T15:57:12.239Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T15:57:12.239Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T15:57:12.239Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T15:57:12.501Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T15:57:12.501Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T15:57:12.501Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:12.501Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T15:57:12.763Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:12.763Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T15:57:12.763Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:12.763Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T15:57:12.763Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T15:57:12.763Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T15:57:12.763Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T15:57:12.763Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T15:57:12.763Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T15:57:13.025Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T15:57:13.025Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T15:57:14.942Z] Updating certificates in /etc/ssl/certs... [2021-01-28T15:57:15.514Z] 22 added, 17 removed; done. [2021-01-28T15:57:15.776Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T15:57:15.776Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T15:57:15.776Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T15:57:15.776Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T15:57:15.776Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T15:57:15.776Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.037Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T15:57:16.037Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.037Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.037Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.037Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.037Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.037Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T15:57:16.037Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T15:57:16.299Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T15:57:16.299Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T15:57:16.299Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T15:57:16.299Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.299Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T15:57:16.299Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T15:57:16.299Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T15:57:16.299Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T15:57:16.561Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T15:57:16.561Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T15:57:16.561Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T15:57:16.561Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T15:57:16.561Z] Updating certificates in /etc/ssl/certs... [2021-01-28T15:57:17.506Z] 0 added, 0 removed; done. [2021-01-28T15:57:17.506Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T15:57:17.506Z] done. [2021-01-28T15:57:17.766Z] Reading package lists... [2021-01-28T15:57:17.766Z] Building dependency tree... [2021-01-28T15:57:17.766Z] Reading state information... [2021-01-28T15:57:18.026Z] The following NEW packages will be installed: [2021-01-28T15:57:18.026Z] apt-transport-https [2021-01-28T15:57:18.026Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T15:57:18.026Z] Need to get 1696 B of archives. [2021-01-28T15:57:18.026Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T15:57:18.026Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T15:57:18.287Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T15:57:18.287Z] Fetched 1696 B in 0s (27.0 kB/s) [2021-01-28T15:57:18.287Z] Selecting previously unselected package apt-transport-https. [2021-01-28T15:57:18.287Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T15:57:18.288Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T15:57:18.288Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T15:57:18.288Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T15:57:18.549Z] Waiting for network to be ready... [2021-01-28T15:57:24.324Z] 2021-01-28T15:57:21Z INFO Waiting for automatic snapd restart... [2021-01-28T15:57:24.324Z] snapd 2.48.2 from Canonical* installed [2021-01-28T15:57:25.275Z] "snapd" switched to the "latest/stable" channel [2021-01-28T15:57:25.275Z] [2021-01-28T15:57:27.824Z] core18 20201210 from Canonical* installed [2021-01-28T15:57:28.096Z] "core18" switched to the "latest/stable" channel [2021-01-28T15:57:28.096Z] [2021-01-28T15:57:31.409Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T15:57:31.409Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T15:57:31.409Z] [2021-01-28T15:57:34.708Z] 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-28T15:57:34.708Z] - README.md [2021-01-28T15:57:34.708Z] [2021-01-28T15:57:34.708Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T15:57:41.295Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T15:57:41.295Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T15:57:41.295Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T15:57:41.556Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T15:57:42.756Z] Reading package lists... [2021-01-28T15:57:43.016Z] 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-28T15:57:49.613Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T15:57:49.613Z] Reading package lists... [2021-01-28T15:57:49.613Z] Building dependency tree... [2021-01-28T15:57:49.613Z] Reading state information... [2021-01-28T15:57:49.613Z] Suggested packages: [2021-01-28T15:57:49.613Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T15:57:49.613Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T15:57:49.613Z] Recommended packages: [2021-01-28T15:57:49.613Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T15:57:49.613Z] The following NEW packages will be installed: [2021-01-28T15:57:49.613Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T15:57:49.613Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T15:57:49.613Z] pkg-config zip [2021-01-28T15:57:49.613Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T15:57:49.613Z] Need to get 7655 kB of archives. [2021-01-28T15:57:49.613Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T15:57:49.613Z] 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-28T15:57:49.613Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T15:57:49.613Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T15:57:49.613Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T15:57:49.613Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T15:57:49.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T15:57:49.613Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T15:57:49.874Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T15:57:49.874Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T15:57:49.874Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T15:57:49.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T15:57:50.136Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T15:57:50.136Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T15:57:50.136Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T15:57:50.136Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T15:57:50.397Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T15:57:50.397Z] Fetched 7655 kB in 1s (8979 kB/s) [2021-01-28T15:57:50.397Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T15:57:50.397Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T15:57:50.397Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T15:57:50.397Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T15:57:50.664Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T15:57:50.664Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T15:57:50.664Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T15:57:50.664Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T15:57:50.664Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T15:57:50.664Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T15:57:50.930Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T15:57:50.930Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T15:57:50.930Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T15:57:50.930Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T15:57:50.930Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T15:57:50.930Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T15:57:51.193Z] Selecting previously unselected package liberror-perl. [2021-01-28T15:57:51.193Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T15:57:51.193Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T15:57:51.193Z] Selecting previously unselected package git-man. [2021-01-28T15:57:51.193Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T15:57:51.193Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T15:57:51.454Z] Selecting previously unselected package git. [2021-01-28T15:57:51.454Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T15:57:51.454Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T15:57:52.026Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T15:57:52.026Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T15:57:52.026Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T15:57:52.287Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T15:57:52.287Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T15:57:52.287Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T15:57:52.287Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T15:57:52.287Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T15:57:52.287Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T15:57:52.553Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T15:57:52.554Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T15:57:52.554Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T15:57:52.554Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T15:57:52.554Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T15:57:52.554Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T15:57:52.814Z] Selecting previously unselected package pkg-config. [2021-01-28T15:57:52.814Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T15:57:52.814Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T15:57:52.814Z] Selecting previously unselected package zip. [2021-01-28T15:57:52.814Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T15:57:52.814Z] Unpacking zip (3.0-11build1) ... [2021-01-28T15:57:53.075Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T15:57:53.075Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T15:57:53.075Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T15:57:53.075Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T15:57:53.075Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T15:57:53.075Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T15:57:53.075Z] No schema files found: doing nothing. [2021-01-28T15:57:53.075Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T15:57:53.075Z] Setting up zip (3.0-11build1) ... [2021-01-28T15:57:53.075Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T15:57:53.075Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T15:57:53.338Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T15:57:53.338Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T15:57:53.338Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T15:57:53.338Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T15:57:53.338Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T15:57:53.338Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T15:57:59.929Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T15:57:59.929Z] git set to automatically installed. [2021-01-28T15:57:59.929Z] git-man set to automatically installed. [2021-01-28T15:57:59.929Z] libcurl3-gnutls set to automatically installed. [2021-01-28T15:57:59.929Z] liberror-perl set to automatically installed. [2021-01-28T15:57:59.929Z] libglib2.0-0 set to automatically installed. [2021-01-28T15:57:59.929Z] libnghttp2-14 set to automatically installed. [2021-01-28T15:57:59.929Z] libnorm1 set to automatically installed. [2021-01-28T15:57:59.929Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T15:57:59.929Z] libpsl5 set to automatically installed. [2021-01-28T15:57:59.929Z] librtmp1 set to automatically installed. [2021-01-28T15:57:59.929Z] libsodium23 set to automatically installed. [2021-01-28T15:57:59.929Z] libzmq3-dev set to automatically installed. [2021-01-28T15:57:59.929Z] libzmq5 set to automatically installed. [2021-01-28T15:57:59.929Z] pkg-config set to automatically installed. [2021-01-28T15:57:59.929Z] zip set to automatically installed. [2021-01-28T15:58:01.842Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T15:58:01.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T15:58:01.992Z] Removing intermediate container 3c74e91a090f [2021-01-28T15:58:01.992Z] ---> 938206ad7ae8 [2021-01-28T15:58:01.992Z] [2021-01-28T15:58:01.992Z] Step 9/29 : FROM alpine:latest [2021-01-28T15:58:01.992Z] latest: Pulling from library/alpine [2021-01-28T15:58:01.992Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-28T15:58:01.992Z] Removing intermediate container d159d20f6028 [2021-01-28T15:58:01.992Z] ---> ad04150d2f47 [2021-01-28T15:58:01.992Z] [2021-01-28T15:58:01.992Z] Step 10/20 : FROM alpine [2021-01-28T15:58:01.992Z] Status: Downloaded newer image for alpine:latest [2021-01-28T15:58:01.992Z] ---> 1fca6fe4a1ec [2021-01-28T15:58:01.992Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2021-01-28T15:58:01.992Z] latest: Pulling from library/alpine [2021-01-28T15:58:01.992Z] Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 [2021-01-28T15:58:01.992Z] Status: Image is up to date for alpine:latest [2021-01-28T15:58:01.992Z] ---> 1fca6fe4a1ec [2021-01-28T15:58:01.992Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2021-01-28T15:58:01.992Z] ---> Running in 9d8c92972236 [2021-01-28T15:58:01.992Z] ---> Running in 93d51be5eeea [2021-01-28T15:58:01.992Z] Removing intermediate container 9d8c92972236 [2021-01-28T15:58:01.992Z] ---> b67bba8d98ca [2021-01-28T15:58:01.992Z] Step 11/29 : USER root [2021-01-28T15:58:01.992Z] ---> Running in fc2fbd7b75a1 [2021-01-28T15:58:02.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:02.887Z] Removing intermediate container fc2fbd7b75a1 [2021-01-28T15:58:02.887Z] ---> fbbe27f32b26 [2021-01-28T15:58:02.887Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2021-01-28T15:58:02.887Z] ---> Running in 0e870d58a43f [2021-01-28T15:58:03.170Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:04.155Z] v3.13.0-140-g1f07af8a5d [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T15:58:04.155Z] v3.13.0-137-gb887882d95 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T15:58:04.155Z] OK: 13727 distinct packages available [2021-01-28T15:58:04.771Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:05.375Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:05.653Z] (1/5) Installing ca-certificates (20191127-r5) [2021-01-28T15:58:05.930Z] (2/5) Installing brotli-libs (1.0.9-r3) [2021-01-28T15:58:05.930Z] (3/5) Installing nghttp2-libs (1.42.0-r1) [2021-01-28T15:58:05.930Z] (4/5) Installing libcurl (7.74.0-r0) [2021-01-28T15:58:05.930Z] (5/5) Installing curl (7.74.0-r0) [2021-01-28T15:58:05.930Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T15:58:05.930Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T15:58:06.534Z] OK: 8 MiB in 19 packages [2021-01-28T15:58:06.534Z] v3.13.0-140-g1f07af8a5d [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] [2021-01-28T15:58:06.534Z] v3.13.0-137-gb887882d95 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] [2021-01-28T15:58:06.534Z] OK: 13727 distinct packages available [2021-01-28T15:58:07.996Z] (1/2) Installing ca-certificates (20191127-r5) [2021-01-28T15:58:07.996Z] (2/2) Installing dumb-init (1.2.5-r0) [2021-01-28T15:58:07.996Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T15:58:07.996Z] Executing ca-certificates-20191127-r5.trigger [2021-01-28T15:58:08.437Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T15:58:08.621Z] OK: 6 MiB in 16 packages [2021-01-28T15:58:08.697Z] snap "core18" has no updates available [2021-01-28T15:58:09.620Z] Removing intermediate container 887a9236a0c9 [2021-01-28T15:58:09.620Z] ---> c8fc43e12b5f [2021-01-28T15:58:09.620Z] [2021-01-28T15:58:09.620Z] Step 10/24 : FROM alpine:3.10 [2021-01-28T15:58:09.903Z] 3.10: Pulling from library/alpine [2021-01-28T15:58:10.080Z] Pulling config-common [2021-01-28T15:58:10.516Z] Removing intermediate container 93d51be5eeea [2021-01-28T15:58:10.516Z] ---> a348c553508b [2021-01-28T15:58:10.516Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T15:58:10.794Z] ---> Running in ac2f7f3d37c0 [2021-01-28T15:58:11.023Z] Pulling go-build-helper [2021-01-28T15:58:11.803Z] Removing intermediate container 0e870d58a43f [2021-01-28T15:58:11.803Z] ---> 2e40501c7edc [2021-01-28T15:58:11.803Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2021-01-28T15:58:11.803Z] Removing intermediate container ac2f7f3d37c0 [2021-01-28T15:58:11.803Z] ---> 218627c29bd5 [2021-01-28T15:58:11.803Z] Step 13/20 : WORKDIR /edgex [2021-01-28T15:58:12.090Z] ---> Running in 349b38504ec3 [2021-01-28T15:58:12.090Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2021-01-28T15:58:12.369Z] ---> Running in ae5135801896 [2021-01-28T15:58:12.369Z] Status: Downloaded newer image for alpine:3.10 [2021-01-28T15:58:12.369Z] ---> 536a684cf733 [2021-01-28T15:58:12.369Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T15:58:12.658Z] ---> Running in 291c29c2d687 [2021-01-28T15:58:12.938Z] Removing intermediate container 349b38504ec3 [2021-01-28T15:58:12.938Z] ---> 55f6e02903f4 [2021-01-28T15:58:12.938Z] Step 14/29 : WORKDIR $BASE_DIR [2021-01-28T15:58:13.548Z] ---> Running in 46174fd6dcc6 [2021-01-28T15:58:13.548Z] Removing intermediate container ae5135801896 [2021-01-28T15:58:13.548Z] ---> 744d302485c1 [2021-01-28T15:58:13.548Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T15:58:14.999Z] Removing intermediate container 46174fd6dcc6 [2021-01-28T15:58:14.999Z] ---> a80e5c672f27 [2021-01-28T15:58:14.999Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2021-01-28T15:58:14.999Z] ---> Running in c42d43756357 [2021-01-28T15:58:15.272Z] ---> dbc38d9c82e2 [2021-01-28T15:58:15.272Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T15:58:15.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:15.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:17.002Z] v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2021-01-28T15:58:17.002Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2021-01-28T15:58:17.002Z] OK: 10171 distinct packages available [2021-01-28T15:58:17.674Z] ---> f34c30304a9d [2021-01-28T15:58:17.674Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T15:58:17.961Z] (1/5) Installing ca-certificates (20191127-r2) [2021-01-28T15:58:17.961Z] ---> Running in ba2d5b2f78f2 [2021-01-28T15:58:17.961Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2021-01-28T15:58:17.961Z] (3/5) Installing libcurl (7.66.0-r3) [2021-01-28T15:58:17.961Z] (4/5) Installing curl (7.66.0-r3) [2021-01-28T15:58:18.235Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T15:58:18.235Z] Executing busybox-1.30.1-r3.trigger [2021-01-28T15:58:18.235Z] Executing ca-certificates-20191127-r2.trigger [2021-01-28T15:58:18.850Z] OK: 7 MiB in 19 packages [2021-01-28T15:58:18.850Z] Removing intermediate container ba2d5b2f78f2 [2021-01-28T15:58:18.850Z] ---> 5a18add5fc45 [2021-01-28T15:58:18.850Z] Step 17/20 : CMD ["--init=true"] [2021-01-28T15:58:18.850Z] ---> Running in eaf6a986f3d6 [2021-01-28T15:58:19.137Z] Removing intermediate container c42d43756357 [2021-01-28T15:58:19.137Z] ---> 605bf440f5d3 [2021-01-28T15:58:19.137Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2021-01-28T15:58:20.153Z] Removing intermediate container eaf6a986f3d6 [2021-01-28T15:58:20.153Z] ---> af7f7b7d8f27 [2021-01-28T15:58:20.153Z] Step 18/20 : LABEL arch=arm64 [2021-01-28T15:58:20.439Z] ---> Running in 377c251470a2 [2021-01-28T15:58:21.912Z] Removing intermediate container 291c29c2d687 [2021-01-28T15:58:21.912Z] ---> 666ee641dd18 [2021-01-28T15:58:21.912Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T15:58:21.912Z] Removing intermediate container 377c251470a2 [2021-01-28T15:58:21.912Z] ---> a6966efd96dd [2021-01-28T15:58:21.912Z] Step 19/20 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:58:21.912Z] ---> 1500dd06135b [2021-01-28T15:58:21.912Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2021-01-28T15:58:22.196Z] ---> Running in 6a39c078fe67 [2021-01-28T15:58:22.468Z] ---> Running in fd567f23e815 [2021-01-28T15:58:23.929Z] Removing intermediate container fd567f23e815 [2021-01-28T15:58:23.929Z] ---> d01b57d2ae0e [2021-01-28T15:58:23.929Z] Step 20/20 : LABEL version=0.0.0 [2021-01-28T15:58:23.929Z] Removing intermediate container 6a39c078fe67 [2021-01-28T15:58:23.929Z] ---> ee0d0025ad3d [2021-01-28T15:58:23.929Z] Step 13/24 : WORKDIR / [2021-01-28T15:58:23.929Z] ---> 0c762cdb6809 [2021-01-28T15:58:23.929Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2021-01-28T15:58:23.929Z] ---> Running in 122e7acf610c [2021-01-28T15:58:23.929Z] ---> Running in 865507a4f08f [2021-01-28T15:58:25.420Z] Removing intermediate container 122e7acf610c [2021-01-28T15:58:25.420Z] ---> 21c36ce80bfd [2021-01-28T15:58:25.420Z] 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-28T15:58:25.420Z] Removing intermediate container 865507a4f08f [2021-01-28T15:58:25.420Z] ---> ca6530228fa3 [2021-01-28T15:58:25.420Z] [2021-01-28T15:58:25.706Z] ---> 53fe34a17dd3 [2021-01-28T15:58:25.706Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2021-01-28T15:58:26.707Z] Successfully built ca6530228fa3 [2021-01-28T15:58:26.707Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T15:58:26.707Z] Building docker-support-notifications-go [2021-01-28T15:58:27.322Z]  Building docker-security-proxy-setup-go ... done  ---> 108e6df67a5a [2021-01-28T15:58:27.322Z] 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-28T15:58:27.603Z] ---> 280d86154302 [2021-01-28T15:58:27.603Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2021-01-28T15:58:29.597Z] Removing intermediate container 1e5f20df8c18 [2021-01-28T15:58:29.597Z] ---> 1da8357b32c0 [2021-01-28T15:58:29.597Z] [2021-01-28T15:58:29.597Z] Step 10/22 : FROM scratch [2021-01-28T15:58:29.597Z] ---> [2021-01-28T15:58:29.597Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T15:58:30.197Z] ---> 05e075ddbb63 [2021-01-28T15:58:30.197Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T15:58:30.197Z] ---> b1a048d86939 [2021-01-28T15:58:30.197Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2021-01-28T15:58:30.476Z] ---> Running in dc76930137b3 [2021-01-28T15:58:30.751Z] ---> Running in 4db4cf08327d [2021-01-28T15:58:31.030Z] Removing intermediate container dc76930137b3 [2021-01-28T15:58:31.030Z] ---> 71d8d55d82b2 [2021-01-28T15:58:31.030Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-28T15:58:31.302Z] ---> Running in 1b115b0beecd [2021-01-28T15:58:31.582Z] ---> aa1fc48ea9da [2021-01-28T15:58:31.582Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T15:58:32.577Z] Removing intermediate container 1b115b0beecd [2021-01-28T15:58:32.578Z] ---> 4be26ff69a24 [2021-01-28T15:58:32.578Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T15:58:33.007Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T15:58:33.007Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T15:58:33.007Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T15:58:33.007Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T15:58:33.007Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T15:58:33.007Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T15:58:33.007Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T15:58:33.007Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T15:58:33.007Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T15:58:33.007Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T15:58:33.007Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T15:58:33.007Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T15:58:33.007Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T15:58:33.007Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T15:58:33.007Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T15:58:33.007Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T15:58:33.007Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T15:58:33.007Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T15:58:33.007Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T15:58:33.007Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T15:58:33.007Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T15:58:33.007Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T15:58:33.007Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T15:58:33.007Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T15:58:33.007Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T15:58:33.007Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T15:58:33.007Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T15:58:33.007Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T15:58:33.007Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T15:58:33.007Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T15:58:33.007Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T15:58:33.007Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T15:58:33.007Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T15:58:33.007Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T15:58:33.007Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T15:58:33.007Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T15:58:33.007Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T15:58:33.007Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T15:58:33.007Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T15:58:33.008Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T15:58:33.008Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T15:58:33.008Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T15:58:33.008Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T15:58:33.008Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T15:58:33.008Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T15:58:33.008Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T15:58:33.008Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T15:58:33.008Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T15:58:33.008Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T15:58:33.008Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T15:58:33.008Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T15:58:33.008Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T15:58:33.008Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T15:58:33.008Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T15:58:33.008Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T15:58:33.008Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T15:58:33.008Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T15:58:33.008Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T15:58:33.008Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T15:58:33.008Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T15:58:33.008Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T15:58:33.008Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T15:58:33.008Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T15:58:33.008Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T15:58:33.008Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T15:58:33.197Z] ---> Running in e105961c1094 [2021-01-28T15:58:33.484Z] ---> 93cd68f6766d [2021-01-28T15:58:33.792Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T15:58:33.792Z] Removing intermediate container e105961c1094 [2021-01-28T15:58:33.792Z] ---> 7324b009ea33 [2021-01-28T15:58:33.792Z] Step 14/22 : WORKDIR / [2021-01-28T15:58:34.066Z] ---> Running in 09f2aab96f21 [2021-01-28T15:58:34.395Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T15:58:34.395Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T15:58:34.395Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T15:58:34.395Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T15:58:34.395Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T15:58:34.395Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T15:58:34.395Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T15:58:34.395Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T15:58:34.395Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T15:58:34.395Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T15:58:34.395Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T15:58:34.395Z] Pulling static-packages [2021-01-28T15:58:34.674Z] Removing intermediate container 4db4cf08327d [2021-01-28T15:58:34.674Z] ---> 62535f69d265 [2021-01-28T15:58:34.674Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T15:58:34.949Z] Removing intermediate container 09f2aab96f21 [2021-01-28T15:58:34.950Z] ---> 05f318496c45 [2021-01-28T15:58:34.950Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-28T15:58:35.338Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T15:58:35.338Z] Skipping pull go-build-helper (already ran) [2021-01-28T15:58:35.338Z] Skipping pull static-packages (already ran) [2021-01-28T15:58:35.338Z] Building go-build-helper [2021-01-28T15:58:35.547Z] ---> 797bbd019f3e [2021-01-28T15:58:35.547Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T15:58:35.822Z] ---> 9171cd031281 [2021-01-28T15:58:35.822Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T15:58:36.101Z] ---> 3d3773347f9f [2021-01-28T15:58:36.101Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T15:58:36.745Z] ---> Running in 306ee0c3cee2 [2021-01-28T15:58:37.725Z] ---> 7f3873d38273 [2021-01-28T15:58:37.725Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-28T15:58:38.704Z] ---> Running in 83e1ef24cba7 [2021-01-28T15:58:39.305Z] ---> f53a8e5fdfdb [2021-01-28T15:58:39.305Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T15:58:39.546Z] Building static-packages [2021-01-28T15:58:39.581Z] Removing intermediate container 2a8e311d5c65 [2021-01-28T15:58:39.581Z] ---> 1ee9f1cec92e [2021-01-28T15:58:39.581Z] [2021-01-28T15:58:39.581Z] Step 10/22 : FROM scratch [2021-01-28T15:58:39.581Z] ---> [2021-01-28T15:58:39.581Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T15:58:39.852Z] ---> Using cache [2021-01-28T15:58:39.852Z] ---> 71d8d55d82b2 [2021-01-28T15:58:39.852Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-28T15:58:40.453Z] ---> Running in 0d52a213c48b [2021-01-28T15:58:40.726Z] ---> 586934261076 [2021-01-28T15:58:40.726Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-28T15:58:40.936Z] Staging go-build-helper [2021-01-28T15:58:40.999Z] Removing intermediate container 0d52a213c48b [2021-01-28T15:58:40.999Z] ---> 2c8547e1871e [2021-01-28T15:58:40.999Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T15:58:41.509Z] Staging static-packages [2021-01-28T15:58:41.592Z] ---> Running in 79c866d81b17 [2021-01-28T15:58:41.882Z] ---> Running in 5998ff45f30b [2021-01-28T15:58:42.166Z] Removing intermediate container 79c866d81b17 [2021-01-28T15:58:42.166Z] ---> 92090ca42060 [2021-01-28T15:58:42.166Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:58:42.531Z] Pulling go115 [2021-01-28T15:58:43.148Z] ---> Running in 24c308e1d29e [2021-01-28T15:58:43.148Z] Removing intermediate container 5998ff45f30b [2021-01-28T15:58:43.148Z] ---> 063c4fc7a373 [2021-01-28T15:58:43.148Z] Step 14/22 : WORKDIR / [2021-01-28T15:58:43.148Z] Removing intermediate container 306ee0c3cee2 [2021-01-28T15:58:43.148Z] ---> 9cd362086b26 [2021-01-28T15:58:43.148Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2021-01-28T15:58:43.422Z] ---> Running in 5f4ca0a76a5d [2021-01-28T15:58:43.422Z] Removing intermediate container 83e1ef24cba7 [2021-01-28T15:58:43.422Z] ---> e1ad2e29a70b [2021-01-28T15:58:43.422Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T15:58:43.422Z] ---> Running in 78e8ece722f0 [2021-01-28T15:58:43.578Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T15:58:43.578Z] Skipping pull go115 (already ran) [2021-01-28T15:58:43.578Z] Building go115 [2021-01-28T15:58:43.578Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T15:58:43.578Z] Dload Upload Total Spent Left Speed [2021-01-28T15:58:43.706Z] ---> Running in a6321b414118 [2021-01-28T15:58:43.707Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:58:43.707Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:58:43.707Z] ---> 0a903d0514d9 [2021-01-28T15:58:43.707Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T15:58:43.707Z] ---> Using cache [2021-01-28T15:58:43.707Z] ---> 5032f5bb5ff2 [2021-01-28T15:58:43.707Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:58:43.707Z] ---> Using cache [2021-01-28T15:58:43.707Z] ---> 0c98d2b07b13 [2021-01-28T15:58:43.707Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2021-01-28T15:58:43.707Z] Removing intermediate container 24c308e1d29e [2021-01-28T15:58:43.707Z] ---> 7c7e630fcd38 [2021-01-28T15:58:43.707Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T15:58:43.984Z] ---> Running in 51fa297d9355 [2021-01-28T15:58:43.984Z] ---> Running in 3bc92ea348eb [2021-01-28T15:58:44.263Z] Removing intermediate container 5f4ca0a76a5d [2021-01-28T15:58:44.263Z] ---> 0a02159d884c [2021-01-28T15:58:44.263Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-28T15:58:44.263Z] Removing intermediate container a6321b414118 [2021-01-28T15:58:44.263Z] ---> de624a29639d [2021-01-28T15:58:44.263Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T15:58:44.564Z] ---> Running in baf90606cb6a [2021-01-28T15:58:44.846Z] Removing intermediate container 3bc92ea348eb [2021-01-28T15:58:44.846Z] ---> c2952c7c51c7 [2021-01-28T15:58:44.846Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:58:45.153Z] ---> Running in 5145b11be56c [2021-01-28T15:58:45.431Z] Removing intermediate container baf90606cb6a [2021-01-28T15:58:45.431Z] ---> 834b29badd4a [2021-01-28T15:58:45.431Z] Step 23/24 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:58:45.431Z] ---> 16a35efbad0d [2021-01-28T15:58:45.431Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T15:58:45.707Z] Removing intermediate container 5145b11be56c [2021-01-28T15:58:45.707Z] ---> c66f6a9194f2 [2021-01-28T15:58:45.707Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T15:58:45.707Z] ---> Running in dc99bc2b976a [2021-01-28T15:58:45.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:45.982Z] ---> Running in a2087160c892 [2021-01-28T15:58:46.588Z] Removing intermediate container dc99bc2b976a [2021-01-28T15:58:46.588Z] ---> a4e5b6642e1d [2021-01-28T15:58:46.588Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T15:58:46.588Z] Removing intermediate container a2087160c892 [2021-01-28T15:58:46.588Z] ---> 63ef622bd4c1 [2021-01-28T15:58:46.588Z] [2021-01-28T15:58:46.588Z] ---> Running in 7635d86c3371 [2021-01-28T15:58:46.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4623k 0 0 12.8M 0 0:00:08 --:--:-- 0:00:08 12.8M 35 115M 35 41.2M 0 0 30.9M 0 0:00:03 0:00:01 0:00:02 30.9M 70 115M 70 81.2M 0 0 34.7M 0 0:00:03 0:00:02 0:00:01 34.7M 100 115M 100 115M 0 0 36.1M 0 0:00:03 0:00:03 --:--:-- 36.1M [2021-01-28T15:58:47.192Z] Successfully built 63ef622bd4c1 [2021-01-28T15:58:47.192Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T15:58:47.192Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-28T15:58:47.192Z] Removing intermediate container 78e8ece722f0 [2021-01-28T15:58:47.192Z] ---> 110a7c69856e [2021-01-28T15:58:47.192Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T15:58:47.295Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T15:58:47.465Z] Removing intermediate container 7635d86c3371 [2021-01-28T15:58:47.465Z] ---> Running in 7a1fd92f96ae [2021-01-28T15:58:47.465Z] ---> f1ff4381c7f0 [2021-01-28T15:58:47.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T15:58:47.465Z] ---> 4ae5ea7766f9 [2021-01-28T15:58:47.465Z] [2021-01-28T15:58:48.061Z] Successfully built 4ae5ea7766f9 [2021-01-28T15:58:48.061Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T15:58:48.061Z] Building docker-support-scheduler-go [2021-01-28T15:58:48.061Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7a1fd92f96ae [2021-01-28T15:58:48.061Z] ---> 8a15d02b514e [2021-01-28T15:58:48.061Z] Step 26/29 : CMD [ "generate" ] [2021-01-28T15:58:48.334Z] ---> Running in a8ad8b68d3b5 [2021-01-28T15:58:48.612Z] ---> c7f19020882c [2021-01-28T15:58:48.612Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-28T15:58:48.613Z] ---> Running in a954df10903d [2021-01-28T15:58:48.888Z] Removing intermediate container a8ad8b68d3b5 [2021-01-28T15:58:48.888Z] ---> 78884c1eec0f [2021-01-28T15:58:48.888Z] Step 27/29 : LABEL arch=arm64 [2021-01-28T15:58:49.161Z] ---> Running in 478efb8d434d [2021-01-28T15:58:49.161Z] Removing intermediate container a954df10903d [2021-01-28T15:58:49.161Z] ---> 0a4fb5c50fd9 [2021-01-28T15:58:49.161Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T15:58:49.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:58:49.718Z] ---> Running in 0fe01b7b97cc [2021-01-28T15:58:50.341Z] Removing intermediate container 478efb8d434d [2021-01-28T15:58:50.341Z] ---> a7688c15fee9 [2021-01-28T15:58:50.341Z] Step 28/29 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:58:50.946Z] Removing intermediate container 0fe01b7b97cc [2021-01-28T15:58:50.946Z] ---> 694551bfe33c [2021-01-28T15:58:50.946Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T15:58:51.227Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:58:51.227Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:58:51.227Z] OK: 12622 distinct packages available [2021-01-28T15:58:51.512Z] Staging go115 [2021-01-28T15:58:51.524Z] ---> Running in 9b6647e0707a [2021-01-28T15:58:52.157Z] OK: 217 MiB in 51 packages [2021-01-28T15:58:52.157Z] ---> Running in 767eb1ae0351 [2021-01-28T15:58:52.434Z] Removing intermediate container 9b6647e0707a [2021-01-28T15:58:52.717Z] ---> e39b363d10ff [2021-01-28T15:58:52.717Z] Step 29/29 : LABEL version=0.0.0 [2021-01-28T15:58:52.990Z] Removing intermediate container 767eb1ae0351 [2021-01-28T15:58:52.990Z] ---> 3a1c30ac6a9c [2021-01-28T15:58:52.990Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T15:58:53.267Z] ---> Running in 3a6de1e1ac5c [2021-01-28T15:58:53.267Z] ---> Running in a1d10f29bff0 [2021-01-28T15:58:54.260Z] Removing intermediate container 51fa297d9355 [2021-01-28T15:58:54.260Z] ---> c5d560a76511 [2021-01-28T15:58:54.260Z] Step 6/24 : COPY go.mod . [2021-01-28T15:58:54.261Z] Removing intermediate container 3a6de1e1ac5c [2021-01-28T15:58:54.261Z] ---> 412ff3b4228b [2021-01-28T15:58:54.261Z] [2021-01-28T15:58:54.860Z] Successfully built 412ff3b4228b [2021-01-28T15:58:54.860Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2021-01-28T15:58:54.860Z] Building docker-security-bootstrap-redis-go [2021-01-28T15:58:54.860Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a1d10f29bff0 [2021-01-28T15:58:54.860Z] ---> 38d869f0d52d [2021-01-28T15:58:54.860Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T15:58:55.467Z] ---> Running in f93b9999cceb [2021-01-28T15:58:55.467Z] ---> 5056bf4dc12e [2021-01-28T15:58:55.467Z] Step 7/24 : RUN go mod download [2021-01-28T15:58:55.467Z] ---> Running in d377cd8508ce [2021-01-28T15:58:56.063Z] Removing intermediate container f93b9999cceb [2021-01-28T15:58:56.063Z] ---> 255eba65b882 [2021-01-28T15:58:56.063Z] [2021-01-28T15:58:56.337Z] Successfully built 255eba65b882 [2021-01-28T15:58:56.337Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T15:58:56.337Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T15:58:56.814Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T15:58:56.814Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T15:58:56.814Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T15:58:56.814Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T15:58:56.814Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T15:58:56.814Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T15:58:56.814Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T15:58:56.814Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T15:58:56.815Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T15:58:56.815Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T15:58:56.815Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T15:58:56.815Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T15:58:56.815Z] Pulling edgex-go [2021-01-28T15:58:57.077Z] Pulling version [2021-01-28T15:58:58.020Z] Building config-common [2021-01-28T15:58:59.741Z] Removing intermediate container d377cd8508ce [2021-01-28T15:58:59.741Z] ---> 343e8c6bafd6 [2021-01-28T15:58:59.741Z] Step 8/24 : COPY . . [2021-01-28T15:58:59.956Z] Skipping build go-build-helper (already ran) [2021-01-28T15:58:59.956Z] Skipping build static-packages (already ran) [2021-01-28T15:58:59.956Z] Skipping build go115 (already ran) [2021-01-28T15:58:59.956Z] Building edgex-go [2021-01-28T15:59:00.218Z] 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-28T15:59:01.157Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.57 [2021-01-28T15:59:01.157Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.112 [2021-01-28T15:59:01.157Z] go: downloading github.com/gorilla/mux v1.7.1 [2021-01-28T15:59:01.157Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2021-01-28T15:59:01.419Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-28T15:59:01.419Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2021-01-28T15:59:01.419Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2021-01-28T15:59:01.419Z] go: downloading github.com/google/uuid v1.1.2 [2021-01-28T15:59:01.419Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T15:59:01.419Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T15:59:01.419Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T15:59:01.419Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T15:59:01.419Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T15:59:01.419Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T15:59:01.419Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T15:59:01.419Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T15:59:01.419Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T15:59:01.419Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T15:59:01.419Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T15:59:01.419Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T15:59:01.419Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T15:59:01.680Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T15:59:01.680Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T15:59:01.680Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T15:59:01.680Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T15:59:01.680Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T15:59:01.945Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T15:59:08.548Z] 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-28T15:59:08.548Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T15:59:08.548Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-28T15:59:08.548Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T15:59:08.548Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T15:59:08.548Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T15:59:08.548Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T15:59:13.827Z] 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-28T15:59:14.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T15:59:15.712Z] 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-28T15:59:16.651Z] 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-28T15:59:16.912Z] 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-28T15:59:16.912Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-01-28T15:59:17.173Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T15:59:17.173Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T15:59:18.089Z] ---> 760b78e357bc [2021-01-28T15:59:18.089Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-28T15:59:18.089Z] ---> Running in 7570faed2e82 [2021-01-28T15:59:18.089Z] 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-28T15:59:18.555Z] 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-28T15:59:18.555Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T15:59:18.555Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T15:59:19.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2021-01-28T15:59:20.436Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T15:59:20.436Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T15:59:21.386Z] 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-28T15:59:21.652Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T15:59:23.035Z] 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-28T15:59:23.609Z] 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-28T15:59:26.159Z] Building version [2021-01-28T15:59:28.073Z] Staging config-common [2021-01-28T15:59:28.645Z] Skipping stage go-build-helper (already ran) [2021-01-28T15:59:28.645Z] Skipping stage static-packages (already ran) [2021-01-28T15:59:28.645Z] Skipping stage go115 (already ran) [2021-01-28T15:59:28.645Z] Staging edgex-go [2021-01-28T15:59:29.590Z] Staging version [2021-01-28T15:59:30.535Z] Priming config-common [2021-01-28T15:59:31.491Z] Priming go-build-helper [2021-01-28T15:59:32.441Z] Priming static-packages [2021-01-28T15:59:34.368Z] Priming go115 [2021-01-28T15:59:35.314Z] Priming edgex-go [2021-01-28T15:59:36.487Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:59:36.487Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:59:36.487Z] ---> 0a903d0514d9 [2021-01-28T15:59:36.487Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> 5032f5bb5ff2 [2021-01-28T15:59:36.487Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> 0c98d2b07b13 [2021-01-28T15:59:36.487Z] Step 5/21 : RUN apk update && apk add make git [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> 840101d4a4fe [2021-01-28T15:59:36.487Z] Step 6/21 : COPY go.mod . [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> ea1f63c0ee1d [2021-01-28T15:59:36.487Z] Step 7/21 : RUN go mod download [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> b0aeadbb1f84 [2021-01-28T15:59:36.487Z] Step 8/21 : COPY . . [2021-01-28T15:59:36.487Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:59:36.487Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:59:36.487Z] ---> 0a903d0514d9 [2021-01-28T15:59:36.487Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> 5032f5bb5ff2 [2021-01-28T15:59:36.487Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> 0c98d2b07b13 [2021-01-28T15:59:36.487Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T15:59:36.487Z] ---> Using cache [2021-01-28T15:59:36.487Z] ---> b0c08ac79459 [2021-01-28T15:59:36.487Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T15:59:36.701Z] Priming version [2021-01-28T15:59:37.643Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [2021-01-28T15:59:39.157Z] ---> Running in 88ff68458bb9 [2021-01-28T15:59:39.157Z] ---> Running in f9f475e1365a [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T15:59:41.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:59:41.775Z] 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-28T15:59:42.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:59:43.415Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:59:43.415Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:59:43.415Z] ---> 0a903d0514d9 [2021-01-28T15:59:43.415Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:59:43.415Z] ---> Using cache [2021-01-28T15:59:43.415Z] ---> 5032f5bb5ff2 [2021-01-28T15:59:43.415Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:59:43.415Z] ---> Using cache [2021-01-28T15:59:43.700Z] ---> 0c98d2b07b13 [2021-01-28T15:59:43.700Z] Step 5/22 : RUN apk update && apk add make git [2021-01-28T15:59:43.700Z] ---> Using cache [2021-01-28T15:59:43.700Z] ---> 840101d4a4fe [2021-01-28T15:59:43.700Z] Step 6/22 : COPY go.mod . [2021-01-28T15:59:43.700Z] ---> Using cache [2021-01-28T15:59:43.700Z] ---> ea1f63c0ee1d [2021-01-28T15:59:43.700Z] Step 7/22 : RUN go mod download [2021-01-28T15:59:43.700Z] ---> Using cache [2021-01-28T15:59:43.700Z] ---> b0aeadbb1f84 [2021-01-28T15:59:43.700Z] Step 8/22 : COPY . . [2021-01-28T15:59:43.700Z] ---> Using cache [2021-01-28T15:59:43.700Z] ---> b0c08ac79459 [2021-01-28T15:59:43.700Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-28T15:59:44.837Z] ---> Running in b49c1cd97c20 [2021-01-28T15:59:45.829Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T15:59:45.829Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:59:45.829Z] ---> 0a903d0514d9 [2021-01-28T15:59:45.829Z] Step 3/27 : WORKDIR /edgex-go [2021-01-28T15:59:45.829Z] ---> Using cache [2021-01-28T15:59:45.829Z] ---> 5032f5bb5ff2 [2021-01-28T15:59:45.829Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:59:45.829Z] ---> Using cache [2021-01-28T15:59:45.829Z] ---> 0c98d2b07b13 [2021-01-28T15:59:45.829Z] Step 5/27 : RUN apk update && apk add make bash git [2021-01-28T15:59:45.829Z] ---> Running in 91a16d3e75e2 [2021-01-28T15:59:45.829Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:59:45.829Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:59:45.829Z] OK: 12622 distinct packages available [2021-01-28T15:59:46.818Z] 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-28T15:59:46.818Z] OK: 217 MiB in 51 packages [2021-01-28T15:59:47.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:59:48.905Z] Removing intermediate container 88ff68458bb9 [2021-01-28T15:59:48.905Z] ---> 68c330576702 [2021-01-28T15:59:48.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:59:48.905Z] Step 6/23 : COPY go.mod . [2021-01-28T15:59:49.901Z] ---> 378af1a42903 [2021-01-28T15:59:49.901Z] Step 7/23 : RUN go mod download [2021-01-28T15:59:49.901Z] ---> Running in a75d06dc8629 [2021-01-28T15:59:51.352Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T15:59:51.352Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T15:59:51.352Z] OK: 12622 distinct packages available [2021-01-28T15:59:51.955Z] OK: 217 MiB in 51 packages [2021-01-28T15:59:53.955Z] Removing intermediate container 91a16d3e75e2 [2021-01-28T15:59:53.955Z] ---> 1d60185923a5 [2021-01-28T15:59:53.955Z] Step 6/27 : COPY go.mod . [2021-01-28T15:59:54.565Z] Removing intermediate container a75d06dc8629 [2021-01-28T15:59:54.566Z] ---> 251812da3134 [2021-01-28T15:59:54.566Z] Step 8/23 : COPY . . [2021-01-28T15:59:55.563Z] ---> ac0114f7b141 [2021-01-28T15:59:55.563Z] Step 7/27 : RUN go mod download [2021-01-28T15:59:55.843Z] ---> Running in 7f290812aaa8 [2021-01-28T16:00:04.179Z] Removing intermediate container 7f290812aaa8 [2021-01-28T16:00:04.179Z] ---> b03ff4c327e6 [2021-01-28T16:00:04.179Z] Step 8/27 : COPY . . [2021-01-28T16:00:22.575Z] ---> 5b4c2de5142f [2021-01-28T16:00:22.575Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T16:00:23.185Z] ---> Running in 1729a10c5e18 [2021-01-28T16:00:25.851Z] 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-28T16:00:27.312Z] ---> c2d0e120e984 [2021-01-28T16:00:27.312Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T16:00:27.312Z] ---> Running in 549d549e959e [2021-01-28T16:00:29.301Z] 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-28T16:00:34.740Z] Removing intermediate container 7570faed2e82 [2021-01-28T16:00:34.740Z] ---> 3671d70f77a6 [2021-01-28T16:00:34.741Z] [2021-01-28T16:00:34.741Z] Step 10/24 : FROM scratch [2021-01-28T16:00:34.741Z] ---> [2021-01-28T16:00:34.741Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T16:00:34.741Z] ---> Running in caffc10971a8 [2021-01-28T16:00:34.741Z] Removing intermediate container caffc10971a8 [2021-01-28T16:00:34.741Z] ---> f8c678e2fc7e [2021-01-28T16:00:34.741Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-28T16:00:35.014Z] ---> Running in 5cb80f5436b2 [2021-01-28T16:00:35.613Z] Removing intermediate container 5cb80f5436b2 [2021-01-28T16:00:35.613Z] ---> 38b2210a88e0 [2021-01-28T16:00:35.613Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T16:00:35.613Z] ---> Running in 67ef6753d38a [2021-01-28T16:00:36.230Z] Removing intermediate container 67ef6753d38a [2021-01-28T16:00:36.230Z] ---> a2d8339b9e45 [2021-01-28T16:00:36.230Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-28T16:00:37.673Z] ---> 36a8e373ea9b [2021-01-28T16:00:37.673Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-28T16:00:39.117Z] ---> 88752d94bbdf [2021-01-28T16:00:39.117Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-28T16:00:40.565Z] ---> c916010b1d0d [2021-01-28T16:00:40.565Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-28T16:00:42.015Z] ---> 3fae62f0d0a1 [2021-01-28T16:00:42.015Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T16:00:43.464Z] ---> 160d635d3693 [2021-01-28T16:00:43.464Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T16:00:44.453Z] ---> 150ca881e93e [2021-01-28T16:00:44.453Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-28T16:00:44.732Z] ---> Running in eae531b1e887 [2021-01-28T16:00:45.333Z] Removing intermediate container eae531b1e887 [2021-01-28T16:00:45.333Z] ---> 000ef845c433 [2021-01-28T16:00:45.611Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:00:45.611Z] ---> Running in f295cdf4edce [2021-01-28T16:00:46.229Z] Removing intermediate container f295cdf4edce [2021-01-28T16:00:46.229Z] ---> 7dc22998d458 [2021-01-28T16:00:46.229Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T16:00:46.508Z] ---> Running in 78aa86852673 [2021-01-28T16:00:47.118Z] Removing intermediate container 78aa86852673 [2021-01-28T16:00:47.118Z] ---> 551c443f7e4f [2021-01-28T16:00:47.118Z] Step 23/24 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T16:00:47.118Z] ---> Running in e4e226cc971e [2021-01-28T16:00:48.155Z] Removing intermediate container e4e226cc971e [2021-01-28T16:00:48.155Z] ---> b2745e4d18c6 [2021-01-28T16:00:48.155Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T16:00:48.155Z] ---> Running in 5d3120dc60a8 [2021-01-28T16:00:48.508Z] Removing intermediate container 5d3120dc60a8 [2021-01-28T16:00:48.508Z] ---> 0a15aaf4d514 [2021-01-28T16:00:48.508Z] [2021-01-28T16:00:49.119Z] Successfully built 0a15aaf4d514 [2021-01-28T16:00:49.119Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T16:00:49.119Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2021-01-28T16:01:11.560Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2021-01-28T16:01:11.560Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:01:11.560Z] ---> 0a903d0514d9 [2021-01-28T16:01:11.560Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:01:11.560Z] ---> Using cache [2021-01-28T16:01:11.560Z] ---> 5032f5bb5ff2 [2021-01-28T16:01:11.560Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:01:11.560Z] ---> Using cache [2021-01-28T16:01:11.560Z] ---> 0c98d2b07b13 [2021-01-28T16:01:11.560Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2021-01-28T16:01:12.574Z] ---> Running in eea774d5bbc4 [2021-01-28T16:01:14.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:01:15.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:01:17.650Z] v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] [2021-01-28T16:01:17.650Z] v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] [2021-01-28T16:01:17.651Z] OK: 12622 distinct packages available [2021-01-28T16:01:17.651Z] Removing intermediate container b49c1cd97c20 [2021-01-28T16:01:17.651Z] ---> 09c459447a5d [2021-01-28T16:01:17.651Z] [2021-01-28T16:01:17.651Z] Step 10/22 : FROM alpine:3.10 [2021-01-28T16:01:17.651Z] ---> 536a684cf733 [2021-01-28T16:01:17.651Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2021-01-28T16:01:17.651Z] ---> Using cache [2021-01-28T16:01:17.651Z] ---> 666ee641dd18 [2021-01-28T16:01:17.651Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-28T16:01:17.651Z] ---> Running in e1f3af51cc19 [2021-01-28T16:01:18.265Z] OK: 217 MiB in 51 packages [2021-01-28T16:01:18.265Z] Removing intermediate container e1f3af51cc19 [2021-01-28T16:01:18.265Z] ---> b6a48e884b17 [2021-01-28T16:01:18.265Z] Step 13/22 : WORKDIR / [2021-01-28T16:01:18.545Z] ---> Running in d1400fffcd4d [2021-01-28T16:01:19.439Z] Removing intermediate container d1400fffcd4d [2021-01-28T16:01:19.439Z] ---> a0a286ef2acd [2021-01-28T16:01:19.439Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-28T16:01:19.440Z] OK: 217 MiB in 51 packages [2021-01-28T16:01:20.995Z] ---> cf62b2d1ae1e [2021-01-28T16:01:20.995Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-28T16:01:21.597Z] Removing intermediate container eea774d5bbc4 [2021-01-28T16:01:21.597Z] ---> 6e4149a43c14 [2021-01-28T16:01:21.597Z] Step 6/22 : COPY go.mod . [2021-01-28T16:01:23.036Z] ---> 4e53e5ed3736 [2021-01-28T16:01:23.036Z] Step 7/22 : RUN go mod download [2021-01-28T16:01:23.036Z] ---> e64cd3b223ca [2021-01-28T16:01:23.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-28T16:01:23.312Z] ---> Running in 51177ff19c24 [2021-01-28T16:01:24.302Z] ---> 619d68a9e1bc [2021-01-28T16:01:24.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-28T16:01:26.044Z] ---> 79cb9b1cf57b [2021-01-28T16:01:26.044Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-28T16:01:26.044Z] ---> Running in 9aec2904ac99 [2021-01-28T16:01:28.074Z] Removing intermediate container 51177ff19c24 [2021-01-28T16:01:28.074Z] ---> 03b51f187b04 [2021-01-28T16:01:28.074Z] Step 8/22 : COPY . . [2021-01-28T16:01:30.745Z] Removing intermediate container 9aec2904ac99 [2021-01-28T16:01:30.745Z] ---> 0bd57641050b [2021-01-28T16:01:30.745Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T16:01:30.745Z] ---> Running in 214c442eef07 [2021-01-28T16:01:31.747Z] Removing intermediate container 214c442eef07 [2021-01-28T16:01:31.747Z] ---> 6a3b8569db68 [2021-01-28T16:01:31.747Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:01:32.030Z] ---> Running in c2b65960e5bf [2021-01-28T16:01:33.489Z] Removing intermediate container c2b65960e5bf [2021-01-28T16:01:33.489Z] ---> 85ecbe1fc447 [2021-01-28T16:01:33.489Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T16:01:34.113Z] ---> Running in 02d9be2e2224 [2021-01-28T16:01:35.113Z] Removing intermediate container 02d9be2e2224 [2021-01-28T16:01:35.113Z] ---> 713b00a2e486 [2021-01-28T16:01:35.113Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T16:01:35.722Z] ---> Running in 57a70e32fc31 [2021-01-28T16:01:37.170Z] Removing intermediate container 57a70e32fc31 [2021-01-28T16:01:37.170Z] ---> 5d56e61784b9 [2021-01-28T16:01:37.170Z] [2021-01-28T16:01:38.634Z] Successfully built 5d56e61784b9 [2021-01-28T16:01:38.634Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-28T16:01:39.666Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f9f475e1365a [2021-01-28T16:01:39.666Z] ---> 2513d9e16ab2 [2021-01-28T16:01:39.666Z] [2021-01-28T16:01:39.666Z] Step 10/21 : FROM scratch [2021-01-28T16:01:39.666Z] ---> [2021-01-28T16:01:39.666Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:01:39.666Z] ---> Using cache [2021-01-28T16:01:39.666Z] ---> 71d8d55d82b2 [2021-01-28T16:01:39.666Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-28T16:01:40.272Z] ---> Running in b217f166a654 [2021-01-28T16:01:41.273Z] Removing intermediate container b217f166a654 [2021-01-28T16:01:41.273Z] ---> 4cdef0eae0cd [2021-01-28T16:01:41.273Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-28T16:01:41.273Z] ---> Running in d72723085cf7 [2021-01-28T16:01:42.272Z] Removing intermediate container d72723085cf7 [2021-01-28T16:01:42.272Z] ---> 83458f88c7c9 [2021-01-28T16:01:42.272Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-28T16:01:43.784Z] ---> 9f0e7d96b544 [2021-01-28T16:01:43.785Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T16:01:47.236Z] ---> eeff81bb88e5 [2021-01-28T16:01:47.236Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T16:01:49.280Z] ---> 4bdb17f9f778 [2021-01-28T16:01:49.280Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T16:01:49.280Z] ---> Running in e901913d2804 [2021-01-28T16:01:50.277Z] Removing intermediate container e901913d2804 [2021-01-28T16:01:50.277Z] ---> de8cf3156adf [2021-01-28T16:01:50.277Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:01:50.555Z] ---> Running in c31673a3e7e8 [2021-01-28T16:01:51.169Z] ---> 77b590ecf72e [2021-01-28T16:01:51.169Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2021-01-28T16:01:51.453Z] Removing intermediate container c31673a3e7e8 [2021-01-28T16:01:51.453Z] ---> 09527717b29d [2021-01-28T16:01:51.453Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T16:01:51.453Z] ---> Running in 848d484bde28 [2021-01-28T16:01:51.453Z] ---> Running in cb1a94f66a61 [2021-01-28T16:01:52.447Z] Removing intermediate container cb1a94f66a61 [2021-01-28T16:01:52.447Z] ---> f3b2568ffbd3 [2021-01-28T16:01:52.447Z] Step 20/21 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T16:01:52.447Z] ---> Running in aea354643f0d [2021-01-28T16:01:53.467Z] Removing intermediate container aea354643f0d [2021-01-28T16:01:53.467Z] ---> 7f2c009ff086 [2021-01-28T16:01:53.467Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T16:01:53.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2021-01-28T16:01:53.467Z] ---> Running in ea35cf7dc64f [2021-01-28T16:01:54.457Z] Removing intermediate container ea35cf7dc64f [2021-01-28T16:01:54.457Z] ---> d067f4d11c16 [2021-01-28T16:01:54.457Z] [2021-01-28T16:01:54.736Z] Successfully built d067f4d11c16 [2021-01-28T16:01:54.736Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T16:01:59.111Z]  Building docker-support-scheduler-go ... done Removing intermediate container 549d549e959e [2021-01-28T16:01:59.111Z] ---> 47648f67fddb [2021-01-28T16:01:59.111Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T16:01:59.111Z] ---> Running in fec621ff8d37 [2021-01-28T16:02:00.570Z] 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-28T16:02:06.030Z] Removing intermediate container fec621ff8d37 [2021-01-28T16:02:06.030Z] ---> 4dfd9c75b9a6 [2021-01-28T16:02:06.030Z] [2021-01-28T16:02:06.031Z] Step 11/27 : FROM docker:latest [2021-01-28T16:02:06.031Z] ---> 83ca638d8957 [2021-01-28T16:02:06.031Z] Step 12/27 : RUN apk add --no-cache bash [2021-01-28T16:02:06.031Z] ---> Running in b349892439b6 [2021-01-28T16:02:07.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:02:07.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:02:08.761Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T16:02:08.761Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T16:02:08.761Z] Executing bash-5.0.17-r0.post-install [2021-01-28T16:02:08.761Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:02:08.761Z] OK: 12 MiB in 22 packages [2021-01-28T16:02:10.770Z] Removing intermediate container b349892439b6 [2021-01-28T16:02:10.770Z] ---> 25c5fd66264f [2021-01-28T16:02:10.770Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2021-01-28T16:02:10.770Z] ---> Running in 82ee0895e723 [2021-01-28T16:02:14.210Z] Removing intermediate container 82ee0895e723 [2021-01-28T16:02:14.210Z] ---> 452d19e6259d [2021-01-28T16:02:14.210Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T16:02:14.210Z] ---> Running in 4bed94a94a7b [2021-01-28T16:02:14.210Z] Removing intermediate container 4bed94a94a7b [2021-01-28T16:02:14.210Z] ---> 42db8bbb9079 [2021-01-28T16:02:14.210Z] Step 15/27 : ENV APP_PORT=48090 [2021-01-28T16:02:14.495Z] ---> Running in bc44f3fcd086 [2021-01-28T16:02:15.101Z] Removing intermediate container bc44f3fcd086 [2021-01-28T16:02:15.101Z] ---> 29ee34ef2edc [2021-01-28T16:02:15.101Z] Step 16/27 : EXPOSE $APP_PORT [2021-01-28T16:02:15.101Z] ---> Running in 9a654202efff [2021-01-28T16:02:15.711Z] Removing intermediate container 9a654202efff [2021-01-28T16:02:15.711Z] ---> d8d7ccac8732 [2021-01-28T16:02:15.711Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T16:02:17.730Z] ---> 7f5faaf341f4 [2021-01-28T16:02:17.730Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T16:02:18.734Z] ---> d9247e2fa964 [2021-01-28T16:02:18.734Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T16:02:20.254Z] ---> f594d71cf34c [2021-01-28T16:02:20.254Z] Step 20/27 : RUN apk --no-cache add py3-pip [2021-01-28T16:02:20.531Z] ---> Running in b38fa854b875 [2021-01-28T16:02:22.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:02:22.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:02:23.133Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T16:02:23.133Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T16:02:23.133Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T16:02:23.133Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T16:02:23.133Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T16:02:23.133Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T16:02:23.133Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T16:02:25.160Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T16:02:25.160Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T16:02:25.160Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T16:02:25.160Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T16:02:25.160Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T16:02:25.160Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T16:02:25.160Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T16:02:25.510Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T16:02:25.510Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T16:02:25.510Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T16:02:25.510Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T16:02:25.510Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T16:02:25.510Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T16:02:25.845Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T16:02:25.845Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T16:02:25.845Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T16:02:25.845Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T16:02:25.845Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T16:02:25.845Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T16:02:25.845Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T16:02:26.152Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T16:02:26.152Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T16:02:26.152Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T16:02:26.152Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T16:02:26.152Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T16:02:26.152Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T16:02:26.469Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:02:26.469Z] OK: 71 MiB in 55 packages [2021-01-28T16:02:32.056Z] Removing intermediate container 1729a10c5e18 [2021-01-28T16:02:32.056Z] ---> ee20b7df2d19 [2021-01-28T16:02:32.056Z] [2021-01-28T16:02:32.056Z] Step 10/23 : FROM alpine [2021-01-28T16:02:32.056Z] ---> 1fca6fe4a1ec [2021-01-28T16:02:32.056Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:02:32.340Z] ---> Running in ea6e2be8453a [2021-01-28T16:02:33.339Z] Removing intermediate container ea6e2be8453a [2021-01-28T16:02:33.339Z] ---> 4d4c014c8d95 [2021-01-28T16:02:33.339Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T16:02:33.624Z] ---> Running in 4edd5d01c276 [2021-01-28T16:02:34.222Z] Removing intermediate container 4edd5d01c276 [2021-01-28T16:02:34.222Z] ---> ddb1a970656e [2021-01-28T16:02:34.222Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T16:02:34.493Z] ---> Running in 2bc8c06f64f7 [2021-01-28T16:02:34.781Z] Removing intermediate container b38fa854b875 [2021-01-28T16:02:34.781Z] ---> 1e7f35e1eaf5 [2021-01-28T16:02:34.781Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2021-01-28T16:02:35.380Z] ---> Running in ddf73dbb87c9 [2021-01-28T16:02:35.380Z] Removing intermediate container 2bc8c06f64f7 [2021-01-28T16:02:35.380Z] ---> 716dbce23ddd [2021-01-28T16:02:35.380Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:02:35.380Z] ---> Running in 67434ab93703 [2021-01-28T16:02:38.790Z] Removing intermediate container 848d484bde28 [2021-01-28T16:02:38.790Z] ---> 2a7a400d1766 [2021-01-28T16:02:38.790Z] [2021-01-28T16:02:38.790Z] Step 10/22 : FROM scratch [2021-01-28T16:02:38.790Z] ---> [2021-01-28T16:02:38.790Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-28T16:02:38.790Z] ---> Using cache [2021-01-28T16:02:38.790Z] ---> f8c678e2fc7e [2021-01-28T16:02:38.790Z] Step 12/22 : ENV APP_PORT=48061 [2021-01-28T16:02:38.790Z] ---> Running in 3d1de7af2cc1 [2021-01-28T16:02:38.790Z] Removing intermediate container 67434ab93703 [2021-01-28T16:02:38.790Z] ---> c994bd3064d4 [2021-01-28T16:02:38.790Z] Step 15/23 : RUN apk --no-cache add zeromq [2021-01-28T16:02:38.790Z] ---> Running in ca4b50902cd0 [2021-01-28T16:02:39.063Z] Removing intermediate container 3d1de7af2cc1 [2021-01-28T16:02:39.063Z] ---> 9acb5a61bfd6 [2021-01-28T16:02:39.063Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-28T16:02:39.343Z] ---> Running in e648cdc9af66 [2021-01-28T16:02:39.934Z] Removing intermediate container e648cdc9af66 [2021-01-28T16:02:39.934Z] ---> d499919a877c [2021-01-28T16:02:39.934Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2021-01-28T16:02:39.934Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:02:40.524Z] ---> bfa07790060b [2021-01-28T16:02:40.524Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2021-01-28T16:02:41.119Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:02:41.119Z] ---> 74528b5af0ff [2021-01-28T16:02:41.119Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2021-01-28T16:02:41.710Z] Collecting docker-compose==1.23.2 [2021-01-28T16:02:41.989Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T16:02:42.269Z] ---> 77b3236c668d [2021-01-28T16:02:42.269Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2021-01-28T16:02:42.541Z] (1/5) Installing libgcc (10.2.1_pre1-r3) [2021-01-28T16:02:42.541Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-28T16:02:42.816Z] (3/5) Installing libstdc++ (10.2.1_pre1-r3) [2021-01-28T16:02:43.088Z] ---> 09fdf60b54fc [2021-01-28T16:02:43.088Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2021-01-28T16:02:43.088Z] (4/5) Installing libzmq (4.3.3-r1) [2021-01-28T16:02:43.088Z] ---> Running in 1370889ac17d [2021-01-28T16:02:43.363Z] (5/5) Installing zeromq (4.3.3-r1) [2021-01-28T16:02:43.363Z] Collecting PyYAML<4,>=3.10 [2021-01-28T16:02:43.363Z] Executing busybox-1.32.1-r0.trigger [2021-01-28T16:02:43.363Z] OK: 8 MiB in 19 packages [2021-01-28T16:02:43.363Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T16:02:43.637Z] Removing intermediate container 1370889ac17d [2021-01-28T16:02:43.637Z] ---> 2c8efbccb61b [2021-01-28T16:02:43.637Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:02:43.913Z] ---> Running in 69ed991c065b [2021-01-28T16:02:44.511Z] Removing intermediate container 69ed991c065b [2021-01-28T16:02:44.511Z] ---> 404da25b2d1c [2021-01-28T16:02:44.511Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:02:44.511Z] ---> Running in 7cbc1e8ae066 [2021-01-28T16:02:44.787Z] Removing intermediate container ca4b50902cd0 [2021-01-28T16:02:44.787Z] ---> 590a43378602 [2021-01-28T16:02:44.787Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-28T16:02:45.068Z] Removing intermediate container 7cbc1e8ae066 [2021-01-28T16:02:45.068Z] ---> e757205a3b2f [2021-01-28T16:02:45.068Z] Step 21/22 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T16:02:45.343Z] ---> Running in 5d375d2db6ac [2021-01-28T16:02:45.614Z] ---> 244cb7ca979e [2021-01-28T16:02:45.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T16:02:45.886Z] Removing intermediate container 5d375d2db6ac [2021-01-28T16:02:45.886Z] ---> 5930ed3ddf57 [2021-01-28T16:02:45.886Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T16:02:46.157Z] ---> Running in b93f701710c7 [2021-01-28T16:02:46.749Z] Removing intermediate container b93f701710c7 [2021-01-28T16:02:46.749Z] ---> 1acbf1118fcf [2021-01-28T16:02:46.749Z] [2021-01-28T16:02:47.022Z] ---> bf1ad1fa41a9 [2021-01-28T16:02:47.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T16:02:47.022Z] Successfully built 1acbf1118fcf [2021-01-28T16:02:47.022Z] Successfully tagged docker-support-logging-go-arm64:latest [2021-01-28T16:02:47.993Z]  Building docker-support-logging-go ... done  ---> ede000e18fc7 [2021-01-28T16:02:47.993Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T16:02:47.993Z] ---> Running in 972ff04fc465 [2021-01-28T16:02:48.270Z] Removing intermediate container 972ff04fc465 [2021-01-28T16:02:48.270Z] ---> 9cd784a91c62 [2021-01-28T16:02:48.270Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:02:48.545Z] ---> Running in a7e5e3ccbf6a [2021-01-28T16:02:48.545Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T16:02:48.545Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T16:02:48.856Z] Removing intermediate container a7e5e3ccbf6a [2021-01-28T16:02:48.856Z] ---> 0f4097442790 [2021-01-28T16:02:48.856Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T16:02:49.130Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T16:02:49.130Z] ---> Running in 71980d11d2ad [2021-01-28T16:02:49.130Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T16:02:49.728Z] Removing intermediate container 71980d11d2ad [2021-01-28T16:02:49.728Z] ---> 3e4564ecc49f [2021-01-28T16:02:49.728Z] Step 22/23 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T16:02:49.728Z] ---> Running in 1c94ead86c37 [2021-01-28T16:02:49.728Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T16:02:49.728Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T16:02:50.322Z] Removing intermediate container 1c94ead86c37 [2021-01-28T16:02:50.322Z] ---> f9161efa4fc6 [2021-01-28T16:02:50.322Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:02:50.322Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T16:02:50.322Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T16:02:50.322Z] ---> Running in e0159ea78340 [2021-01-28T16:02:50.598Z] Removing intermediate container e0159ea78340 [2021-01-28T16:02:50.598Z] ---> 950e5658b02a [2021-01-28T16:02:50.598Z] [2021-01-28T16:02:51.191Z] Successfully built 950e5658b02a [2021-01-28T16:02:51.191Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T16:02:52.163Z]  Building docker-core-data-go ... done 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-28T16:02:52.432Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T16:02:52.432Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T16:02:53.020Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T16:02:53.020Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T16:02:53.609Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T16:02:53.609Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T16:02:55.575Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T16:02:55.575Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T16:02:57.005Z] 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-28T16:02:57.594Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T16:02:57.594Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T16:02:57.864Z] 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-28T16:02:57.864Z] Collecting idna<2.8,>=2.5 [2021-01-28T16:02:58.135Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T16:02:58.135Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T16:02:58.135Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T16:02:58.404Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T16:02:58.404Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T16:02:58.404Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T16:02:58.404Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T16:02:59.374Z] Installing collected packages: PyYAML, urllib3, idna, requests, cached-property, websocket-client, texttable, jsonschema, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-01-28T16:02:59.374Z] Running setup.py install for PyYAML: started [2021-01-28T16:03:01.343Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T16:03:01.343Z] Attempting uninstall: urllib3 [2021-01-28T16:03:01.343Z] Found existing installation: urllib3 1.25.9 [2021-01-28T16:03:01.343Z] Uninstalling urllib3-1.25.9: [2021-01-28T16:03:01.343Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T16:03:01.934Z] Attempting uninstall: idna [2021-01-28T16:03:01.934Z] Found existing installation: idna 2.9 [2021-01-28T16:03:01.934Z] Uninstalling idna-2.9: [2021-01-28T16:03:01.934Z] Successfully uninstalled idna-2.9 [2021-01-28T16:03:02.525Z] Attempting uninstall: requests [2021-01-28T16:03:02.525Z] Found existing installation: requests 2.23.0 [2021-01-28T16:03:02.525Z] Uninstalling requests-2.23.0: [2021-01-28T16:03:02.525Z] Successfully uninstalled requests-2.23.0 [2021-01-28T16:03:03.119Z] Running setup.py install for texttable: started [2021-01-28T16:03:05.087Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T16:03:06.058Z] Running setup.py install for dockerpty: started [2021-01-28T16:03:08.036Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T16:03:08.036Z] Running setup.py install for docopt: started [2021-01-28T16:03:09.456Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T16:03:10.428Z] 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-28T16:03:14.713Z] Removing intermediate container ddf73dbb87c9 [2021-01-28T16:03:14.713Z] ---> de81df39d6bf [2021-01-28T16:03:14.713Z] Step 22/27 : RUN apk --no-cache add curl [2021-01-28T16:03:14.713Z] ---> Running in cf70c15f3611 [2021-01-28T16:03:15.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:03:15.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:03:15.890Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:03:15.890Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T16:03:15.890Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T16:03:15.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:03:15.890Z] OK: 71 MiB in 58 packages [2021-01-28T16:03:17.328Z] Removing intermediate container cf70c15f3611 [2021-01-28T16:03:17.328Z] ---> 9522ea949b30 [2021-01-28T16:03:17.328Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T16:03:17.328Z] ---> Running in 10213df705eb [2021-01-28T16:03:17.599Z] Removing intermediate container 10213df705eb [2021-01-28T16:03:17.599Z] ---> c41a707c2aae [2021-01-28T16:03:17.599Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:03:17.872Z] ---> Running in 9ec8a07bb50a [2021-01-28T16:03:18.468Z] Removing intermediate container 9ec8a07bb50a [2021-01-28T16:03:18.468Z] ---> 49ca97643622 [2021-01-28T16:03:18.468Z] Step 25/27 : LABEL arch=arm64 [2021-01-28T16:03:18.468Z] ---> Running in f195fd1102e9 [2021-01-28T16:03:19.061Z] Removing intermediate container f195fd1102e9 [2021-01-28T16:03:19.061Z] ---> 1f9808037553 [2021-01-28T16:03:19.061Z] Step 26/27 : LABEL git_sha=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [2021-01-28T16:03:19.061Z] ---> Running in 00f06a00a643 [2021-01-28T16:03:19.654Z] Removing intermediate container 00f06a00a643 [2021-01-28T16:03:19.654Z] ---> 8726d14ce359 [2021-01-28T16:03:19.654Z] Step 27/27 : LABEL version=0.0.0 [2021-01-28T16:03:19.654Z] ---> Running in 3ce8b8846dfe [2021-01-28T16:03:20.248Z] Removing intermediate container 3ce8b8846dfe [2021-01-28T16:03:20.248Z] ---> 9f56962ff7d2 [2021-01-28T16:03:20.248Z] [2021-01-28T16:03:20.524Z] Successfully built 9f56962ff7d2 [2021-01-28T16:03:20.524Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T16:03:20.810Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T16:03:20.855Z] $ docker stop --time=1 a889a1e3c695b5234850eeacdb18dcd704aa097b62062f47239af77c318c1125 [2021-01-28T16:03:22.807Z] $ docker rm -f a889a1e3c695b5234850eeacdb18dcd704aa097b62062f47239af77c318c1125 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T16:03:23.558Z] + + grep docker [2021-01-28T16:03:23.558Z] docker images [2021-01-28T16:03:23.835Z] docker-sys-mgmt-agent-go-arm64 latest 9f56962ff7d2 4 seconds ago 300MB [2021-01-28T16:03:23.835Z] docker-core-data-go-arm64 latest 950e5658b02a 33 seconds ago 22.4MB [2021-01-28T16:03:23.835Z] docker-support-logging-go-arm64 latest 1acbf1118fcf 37 seconds ago 10.6MB [2021-01-28T16:03:23.835Z] docker-support-scheduler-go-arm64 latest d067f4d11c16 About a minute ago 11.5MB [2021-01-28T16:03:23.835Z] docker-security-bootstrap-redis-go-arm64 latest 5d56e61784b9 About a minute ago 15.2MB [2021-01-28T16:03:23.835Z] docker-support-notifications-go-arm64 latest 0a15aaf4d514 2 minutes ago 12.9MB [2021-01-28T16:03:23.835Z] docker-core-metadata-go-arm64 latest 255eba65b882 4 minutes ago 13.5MB [2021-01-28T16:03:23.835Z] docker-security-secrets-setup-go-arm64 latest 412ff3b4228b 4 minutes ago 22.7MB [2021-01-28T16:03:23.835Z] docker-security-secretstore-setup-go-arm64 latest 4ae5ea7766f9 4 minutes ago 23.5MB [2021-01-28T16:03:23.835Z] docker-core-command-go-arm64 latest 63ef622bd4c1 4 minutes ago 11.3MB [2021-01-28T16:03:23.835Z] docker-security-proxy-setup-go-arm64 latest ca6530228fa3 4 minutes ago 15.9MB [2021-01-28T16:03:23.835Z] docker latest 83ca638d8957 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T16:03:25.796Z] provisioning config files... [2021-01-28T16:03:25.821Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config976354101238489485tmp [Pipeline] { [Pipeline] sh [2021-01-28T16:03:26.181Z] + set +x [2021-01-28T16:03:26.181Z] + curl -s https://codecov.io/bash [2021-01-28T16:03:26.181Z] + bash -s -- [2021-01-28T16:03:26.443Z] [2021-01-28T16:03:26.443Z] _____ _ [2021-01-28T16:03:26.443Z] / ____| | | [2021-01-28T16:03:26.443Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T16:03:26.443Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T16:03:26.443Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T16:03:26.443Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T16:03:26.443Z] Bash-20210128-d4071a2 [2021-01-28T16:03:26.443Z] [2021-01-28T16:03:26.443Z] [2021-01-28T16:03:26.443Z] ==> git version 2.24.3 found [2021-01-28T16:03:26.443Z] ==> 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-28T16:03:26.443Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T16:03:26.443Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T16:03:26.705Z] ==> Jenkins CI detected. [2021-01-28T16:03:26.705Z] project root: . [2021-01-28T16:03:26.705Z] --> token set from env [2021-01-28T16:03:26.705Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T16:03:26.705Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T16:03:26.705Z] ==> Python coveragepy not found [2021-01-28T16:03:26.705Z] ==> Searching for coverage reports in: [2021-01-28T16:03:26.705Z] + . [2021-01-28T16:03:26.705Z] -> Found 1 reports [2021-01-28T16:03:26.705Z] ==> Detecting git/mercurial file structure [2021-01-28T16:03:26.705Z] ==> Reading reports [2021-01-28T16:03:26.705Z] + ./coverage.out bytes=539650 [2021-01-28T16:03:26.705Z] ==> Appending adjustments [2021-01-28T16:03:26.705Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T16:03:30.019Z] + Found adjustments [2021-01-28T16:03:30.019Z] ==> Gzipping contents [2021-01-28T16:03:30.019Z] 84K /tmp/codecov.87KtMS.gz [2021-01-28T16:03:30.019Z] ==> Uploading reports [2021-01-28T16:03:30.019Z] url: https://codecov.io [2021-01-28T16:03:30.019Z] query: branch=PR-3084&commit=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3084%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3084&job=&cmd_args= [2021-01-28T16:03:30.019Z] -> Pinging Codecov [2021-01-28T16:03:30.019Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3084&commit=cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3084%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3084&job=&cmd_args= [2021-01-28T16:03:30.599Z] -> Uploading to [2021-01-28T16:03:30.599Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64/2e2b4da0-49b7-4d65-b569-f0d045490fbc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T160330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52d6a938741d4648ab495f4028173e8cf33c1c7fd1f691a394868064fdf31f43 [2021-01-28T16:03:30.599Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:03:30.599Z] Dload Upload Total Spent Left Speed [2021-01-28T16:03:30.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85039 0 0 100 85039 0 167k --:--:-- --:--:-- --:--:-- 167k [2021-01-28T16:03:30.870Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/cbdaf6d8bf1aa1dbc9143d8ec7f3e1e688935c64 [Pipeline] } [2021-01-28T16:03:30.882Z] 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-28T16:03:32.893Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:03:33.781Z] ---> package-listing.sh [2021-01-28T16:03:33.781Z] ++ facter osfamily [2021-01-28T16:03:33.781Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T16:03:33.781Z] + OS_FAMILY=redhat [2021-01-28T16:03:33.781Z] + workspace=/w/workspace/edgex-go/3 [2021-01-28T16:03:33.781Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T16:03:33.781Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T16:03:33.781Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T16:03:33.781Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T16:03:33.781Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T16:03:33.781Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T16:03:33.781Z] + case "${OS_FAMILY}" in [2021-01-28T16:03:33.781Z] + rpm -qa [2021-01-28T16:03:33.781Z] + sort [2021-01-28T16:03:39.090Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T16:03:39.090Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T16:03:39.090Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T16:03:39.090Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T16:03:39.090Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-28T16:03:39.090Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-28T16:03:39.103Z] 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-28T16:03:39.395Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:03:39.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:03:39.700Z] [2021-01-28T16:03:39.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:03:40.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:03:40.074Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T16:03:40.074Z] df20fa9351a1: Pulling fs layer [2021-01-28T16:03:40.074Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T16:03:40.074Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T16:03:40.074Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T16:03:40.074Z] 93b61091891f: Pulling fs layer [2021-01-28T16:03:40.074Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T16:03:40.074Z] 5e14af77c1be: Pulling fs layer [2021-01-28T16:03:40.074Z] 01666e4c0597: Pulling fs layer [2021-01-28T16:03:40.074Z] aa168da1d23b: Pulling fs layer [2021-01-28T16:03:40.074Z] 46f8f816bc3b: Waiting [2021-01-28T16:03:40.074Z] 93b9cdb0e59b: Waiting [2021-01-28T16:03:40.074Z] 93b61091891f: Waiting [2021-01-28T16:03:40.074Z] 5e14af77c1be: Waiting [2021-01-28T16:03:40.074Z] 01666e4c0597: Waiting [2021-01-28T16:03:40.074Z] aa168da1d23b: Waiting [2021-01-28T16:03:40.336Z] df20fa9351a1: Verifying Checksum [2021-01-28T16:03:40.336Z] df20fa9351a1: Download complete [2021-01-28T16:03:40.336Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T16:03:40.336Z] 46f8f816bc3b: Download complete [2021-01-28T16:03:40.336Z] 93b61091891f: Verifying Checksum [2021-01-28T16:03:40.336Z] 93b61091891f: Download complete [2021-01-28T16:03:40.336Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T16:03:40.336Z] 93b9cdb0e59b: Download complete [2021-01-28T16:03:40.336Z] 5e14af77c1be: Verifying Checksum [2021-01-28T16:03:40.336Z] 5e14af77c1be: Download complete [2021-01-28T16:03:40.599Z] 01666e4c0597: Verifying Checksum [2021-01-28T16:03:40.599Z] 01666e4c0597: Download complete [2021-01-28T16:03:40.599Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T16:03:40.599Z] 8ad3a11d3b57: Download complete [2021-01-28T16:03:40.880Z] df20fa9351a1: Pull complete [2021-01-28T16:03:41.148Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T16:03:41.148Z] 36b3adc4ff6f: Download complete [2021-01-28T16:03:41.414Z] 36b3adc4ff6f: Pull complete [2021-01-28T16:03:42.368Z] 8ad3a11d3b57: Pull complete [2021-01-28T16:03:42.368Z] 46f8f816bc3b: Pull complete [2021-01-28T16:03:43.327Z] aa168da1d23b: Verifying Checksum [2021-01-28T16:03:43.327Z] aa168da1d23b: Download complete [2021-01-28T16:03:44.275Z] 93b61091891f: Pull complete [2021-01-28T16:03:44.539Z] 93b9cdb0e59b: Pull complete [2021-01-28T16:03:44.539Z] 5e14af77c1be: Pull complete [2021-01-28T16:03:44.803Z] 01666e4c0597: Pull complete [2021-01-28T16:03:54.846Z] aa168da1d23b: Pull complete [2021-01-28T16:03:54.846Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T16:03:54.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:03:54.846Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T16:03:55.133Z] prd-centos7-docker-4c-2g-23764 does not seem to be running inside a container [2021-01-28T16:03:55.198Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T16:04:01.816Z] $ docker top 9f559262eb15b2530c624697e1e8ecd0fe8a74c94337c6d1a3f9681994129229 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:04:02.391Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T16:04:02.692Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T16:04:02.992Z] + ls /var/log/sa-host [2021-01-28T16:04:02.992Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T16:04:02.992Z] file_magic: OK [2021-01-28T16:04:02.992Z] HZ: Using current value: 100 [2021-01-28T16:04:02.992Z] file_header: OK [2021-01-28T16:04:02.992Z] 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-28T16:04:02.992Z] Statistics: [2021-01-28T16:04:02.992Z] Hnuu...uuuununununu... [2021-01-28T16:04:02.992Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T16:04:02.992Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T16:04:02.992Z] file_magic: OK [2021-01-28T16:04:02.992Z] HZ: Using current value: 100 [2021-01-28T16:04:02.992Z] file_header: OK [2021-01-28T16:04:02.992Z] 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-28T16:04:02.992Z] Statistics: [2021-01-28T16:04:02.992Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T16:04:02.992Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T16:04:03.250Z] provisioning config files... [2021-01-28T16:04:03.270Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config193379746928521193tmp [Pipeline] { [Pipeline] echo [2021-01-28T16:04:03.343Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:04:03.650Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T16:04:03.660Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T16:04:03.751Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:04:04.051Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T16:04:04.063Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:04:04.370Z] ---> sudo-logs.sh [2021-01-28T16:04:04.370Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T16:04:04.382Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:04:04.683Z] ---> job-cost.sh [2021-01-28T16:04:04.683Z] lf-activate-venv: SKIPPING [2021-01-28T16:04:04.683Z] INFO: No Stack... [2021-01-28T16:04:05.717Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T16:04:06.001Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T16:04:06.077Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:04:06.385Z] ---> logs-deploy.sh [2021-01-28T16:04:06.385Z] lf-activate-venv: SKIPPING [2021-01-28T16:04:06.385Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3084/3 [2021-01-28T16:04:06.385Z] INFO: archiving workspace using pattern(s): [2021-01-28T16:04:08.309Z] Archives upload complete. [2021-01-28T16:04:08.309Z] INFO: archiving logs to Nexus [2021-01-28T16:04:09.262Z] ---> uname -a: [2021-01-28T16:04:09.262Z] Linux prd-centos7-docker-4c-2g-23764.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-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] ---> lscpu: [2021-01-28T16:04:09.262Z] Architecture: x86_64 [2021-01-28T16:04:09.262Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T16:04:09.262Z] Byte Order: Little Endian [2021-01-28T16:04:09.262Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T16:04:09.262Z] CPU(s): 4 [2021-01-28T16:04:09.262Z] On-line CPU(s) list: 0-3 [2021-01-28T16:04:09.262Z] Thread(s) per core: 1 [2021-01-28T16:04:09.262Z] Core(s) per socket: 1 [2021-01-28T16:04:09.262Z] Socket(s): 4 [2021-01-28T16:04:09.262Z] NUMA node(s): 1 [2021-01-28T16:04:09.262Z] Vendor ID: GenuineIntel [2021-01-28T16:04:09.262Z] CPU family: 6 [2021-01-28T16:04:09.262Z] Model: 44 [2021-01-28T16:04:09.262Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T16:04:09.262Z] Stepping: 1 [2021-01-28T16:04:09.262Z] CPU MHz: 2933.442 [2021-01-28T16:04:09.262Z] BogoMIPS: 5866.88 [2021-01-28T16:04:09.262Z] Virtualization: VT-x [2021-01-28T16:04:09.262Z] Hypervisor vendor: KVM [2021-01-28T16:04:09.262Z] Virtualization type: full [2021-01-28T16:04:09.262Z] L1d cache: 128 KiB [2021-01-28T16:04:09.262Z] L1i cache: 128 KiB [2021-01-28T16:04:09.262Z] L2 cache: 16 MiB [2021-01-28T16:04:09.262Z] L3 cache: 64 MiB [2021-01-28T16:04:09.262Z] NUMA node0 CPU(s): 0-3 [2021-01-28T16:04:09.262Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T16:04:09.262Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T16:04:09.262Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T16:04:09.262Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T16:04:09.262Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T16:04:09.262Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T16:04:09.262Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T16:04:09.262Z] Vulnerability Srbds: Not affected [2021-01-28T16:04:09.262Z] Vulnerability Tsx async abort: Not affected [2021-01-28T16:04:09.262Z] 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-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] ---> nproc: [2021-01-28T16:04:09.262Z] 4 [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] ---> df -h: [2021-01-28T16:04:09.262Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T16:04:09.262Z] overlay 50.0G 14.1G 35.9G 28% / [2021-01-28T16:04:09.262Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T16:04:09.262Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T16:04:09.262Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /facter-os [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/resolv.conf [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hostname [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /etc/hosts [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/auth.log [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /run/cloud-init/result.json [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/sa-host [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /var/log/secure [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/3 [2021-01-28T16:04:09.262Z] /dev/vda1 50.0G 14.1G 35.9G 28% /w/workspace/edgex-go/3@tmp [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] ---> free -m: [2021-01-28T16:04:09.262Z] total used free shared buff/cache available [2021-01-28T16:04:09.262Z] Mem: 1837 668 145 0 1023 1085 [2021-01-28T16:04:09.262Z] Swap: 1023 96 927 [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] ---> ip addr: [2021-01-28T16:04:09.262Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T16:04:09.262Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T16:04:09.262Z] inet 127.0.0.1/8 scope host lo [2021-01-28T16:04:09.262Z] valid_lft forever preferred_lft forever [2021-01-28T16:04:09.262Z] inet6 ::1/128 scope host [2021-01-28T16:04:09.262Z] valid_lft forever preferred_lft forever [2021-01-28T16:04:09.262Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T16:04:09.262Z] link/ether fa:16:3e:13:43:f3 brd ff:ff:ff:ff:ff:ff [2021-01-28T16:04:09.262Z] inet 10.30.122.196/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T16:04:09.262Z] valid_lft 85114sec preferred_lft 85114sec [2021-01-28T16:04:09.262Z] inet6 fe80::f816:3eff:fe13:43f3/64 scope link [2021-01-28T16:04:09.262Z] valid_lft forever preferred_lft forever [2021-01-28T16:04:09.262Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T16:04:09.262Z] link/ether 02:42:61:10:7f:e4 brd ff:ff:ff:ff:ff:ff [2021-01-28T16:04:09.262Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T16:04:09.262Z] valid_lft forever preferred_lft forever [2021-01-28T16:04:09.262Z] inet6 fe80::42:61ff:fe10:7fe4/64 scope link [2021-01-28T16:04:09.262Z] valid_lft forever preferred_lft forever [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] ---> sar -b -r -n DEV: [2021-01-28T16:04:09.262Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] 15:42:30 LINUX RESTART (4 CPU) [2021-01-28T16:04:09.262Z] [2021-01-28T16:04:09.262Z] 15:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T16:04:09.262Z] 15:44:01 120.37 52.03 68.34 0.00 9584.42 19771.04 0.00 [2021-01-28T16:04:09.262Z] 15:45:01 245.55 67.39 178.16 0.00 3903.82 58424.28 0.00 [2021-01-28T16:04:09.262Z] 15:46:01 262.84 130.16 132.68 0.00 5132.82 19948.45 0.00 [2021-01-28T16:04:09.262Z] 15:47:01 154.46 82.97 71.49 0.00 3615.85 10113.28 0.00 [2021-01-28T16:04:09.262Z] 15:48:02 946.43 706.78 239.65 0.00 90063.42 163267.30 0.00 [2021-01-28T16:04:09.262Z] 15:49:02 2777.02 2463.33 313.69 0.00 150508.45 159150.13 0.00 [2021-01-28T16:04:09.262Z] 15:50:01 734.80 470.36 264.43 0.00 63448.20 80032.86 0.00 [2021-01-28T16:04:09.262Z] 15:51:02 2026.22 1655.97 370.25 0.00 178841.45 189202.50 0.00 [2021-01-28T16:04:09.262Z] 15:52:02 1267.73 949.93 317.80 0.00 92745.36 102657.97 0.00 [2021-01-28T16:04:09.262Z] 15:53:01 1361.79 1052.48 309.32 0.00 51896.94 66020.08 0.00 [2021-01-28T16:04:09.262Z] 15:54:01 112.90 31.52 81.37 0.00 3322.90 3384.07 0.00 [2021-01-28T16:04:09.262Z] 15:55:01 5.46 4.05 1.42 0.00 169.00 21.33 0.00 [2021-01-28T16:04:09.262Z] 15:56:01 0.32 0.02 0.30 0.00 0.27 4.35 0.00 [2021-01-28T16:04:09.262Z] 15:57:01 2.30 1.97 0.33 0.00 46.89 5.20 0.00 [2021-01-28T16:04:09.262Z] 15:58:01 2.05 1.83 0.22 0.00 59.68 3.98 0.00 [2021-01-28T16:04:09.263Z] 15:59:01 0.98 0.07 0.92 0.00 1.47 16.84 0.00 [2021-01-28T16:04:09.263Z] 16:00:01 0.32 0.02 0.30 0.00 0.13 4.08 0.00 [2021-01-28T16:04:09.263Z] 16:01:01 0.38 0.13 0.25 0.00 2.13 3.41 0.00 [2021-01-28T16:04:09.263Z] 16:02:01 0.80 0.38 0.42 0.00 22.63 7.36 0.00 [2021-01-28T16:04:09.263Z] 16:03:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 [2021-01-28T16:04:09.263Z] 16:04:02 182.24 86.03 96.20 0.00 7231.16 17077.88 0.00 [2021-01-28T16:04:09.263Z] Average: 485.24 368.74 116.50 0.00 31517.02 42471.05 0.00 [2021-01-28T16:04:09.263Z] [2021-01-28T16:04:09.263Z] 15:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T16:04:09.263Z] 15:44:01 393772 0 562080 29.87 2620 923072 1107076 37.78 435596 851188 16 [2021-01-28T16:04:09.263Z] 15:45:01 77832 0 704832 37.46 1492 1097388 1500600 51.21 626884 903204 31500 [2021-01-28T16:04:09.263Z] 15:46:01 334828 0 775936 41.24 520 770260 1691408 57.72 651072 611068 24952 [2021-01-28T16:04:09.263Z] 15:47:01 242608 0 713812 37.94 504 924620 1320572 45.07 626108 720200 16 [2021-01-28T16:04:09.263Z] 15:48:02 384864 0 677940 36.03 100 818640 1459316 49.80 526000 758368 29512 [2021-01-28T16:04:09.263Z] 15:49:02 65560 0 1286500 68.37 100 529384 4548692 155.24 845884 701864 29960 [2021-01-28T16:04:09.263Z] 15:50:01 86764 0 688128 36.57 100 1106552 1757388 59.98 710680 846792 76520 [2021-01-28T16:04:09.263Z] 15:51:02 67372 0 762116 40.50 100 1051956 2292332 78.23 650312 931196 21512 [2021-01-28T16:04:09.263Z] 15:52:02 75204 0 715720 38.04 100 1090520 2125244 72.53 548844 1005024 38676 [2021-01-28T16:04:09.263Z] 15:53:01 296456 0 661276 35.15 100 923712 1607244 54.85 469924 864524 3756 [2021-01-28T16:04:09.263Z] 15:54:01 499432 0 578524 30.75 100 803488 1208772 41.25 418880 718852 12 [2021-01-28T16:04:09.263Z] 15:55:01 496700 0 578232 30.73 100 806512 1175004 40.10 417600 723256 8 [2021-01-28T16:04:09.263Z] 15:56:01 497752 0 577156 30.67 100 806536 1174836 40.10 416692 723276 8 [2021-01-28T16:04:09.263Z] 15:57:01 495056 0 579848 30.82 100 806540 1175108 40.10 417868 724684 8 [2021-01-28T16:04:09.263Z] 15:58:01 494328 0 579460 30.80 100 807656 1174940 40.10 417640 725032 8 [2021-01-28T16:04:09.263Z] 15:59:01 494724 0 579056 30.78 100 807664 1174988 40.10 417716 725048 8 [2021-01-28T16:04:09.263Z] 16:00:01 494756 0 579020 30.77 100 807668 1173876 40.06 417464 725052 8 [2021-01-28T16:04:09.263Z] 16:01:01 493136 0 580632 30.86 100 807676 1176420 40.15 418316 725072 8 [2021-01-28T16:04:09.263Z] 16:02:01 493896 0 579196 30.78 100 808352 1174384 40.08 417720 725628 8 [2021-01-28T16:04:09.263Z] 16:03:01 493740 0 579344 30.79 100 808360 1174384 40.08 417844 725636 8 [2021-01-28T16:04:09.263Z] 16:04:02 214308 0 628480 33.40 100 1038656 1278212 43.62 470920 908840 16 [2021-01-28T16:04:09.263Z] Average: 342528 0 665109 35.35 326 873582 1546228 52.77 511427 778276 12215 [2021-01-28T16:04:09.263Z] [2021-01-28T16:04:09.263Z] 15:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T16:04:09.263Z] 15:44:01 eth0 1841.89 1623.17 6380.60 223.80 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:44:01 docker0 861.75 774.15 70.57 2677.71 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:45:01 eth0 702.18 545.10 4940.41 53.05 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:45:01 docker0 129.54 178.11 9.12 829.94 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:46:01 veth439a4ea 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:46:01 eth0 48.09 33.69 33.66 69.08 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:47:01 veth439a4ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:47:01 eth0 31.16 16.11 25.95 13.69 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:48:02 eth0 192.39 159.15 1659.19 75.70 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:48:02 vethb10d0db 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:49:02 veth5a87eca 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:49:02 eth0 43.42 23.76 162.57 8.49 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:49:02 veth51ea0a6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:50:01 eth0 72.45 54.38 143.71 65.44 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:50:01 vethb10d0db 0.00 0.57 0.00 0.03 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:50:01 docker0 1020.83 994.89 81.41 3737.91 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:51:02 vethb3d80a1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:51:02 eth0 55.03 33.31 143.97 25.44 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:51:02 vethb10d0db 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:52:02 vethfc24884 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:52:02 eth0 58.90 39.08 121.57 65.76 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:52:02 vethb10d0db 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:53:01 eth0 131.89 79.78 506.43 73.24 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:53:01 vethb10d0db 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:53:01 vethf4acfc2 5.00 5.92 0.34 33.30 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:54:01 eth0 32.11 19.16 68.48 9.75 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:54:01 docker0 1076.80 1097.75 84.72 4402.92 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:55:01 eth0 0.83 0.40 0.30 0.21 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:56:01 eth0 0.75 0.02 0.07 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:57:01 eth0 5.03 5.13 0.59 10.75 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:58:01 eth0 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:59:01 eth0 1.17 1.05 0.20 6.61 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:00:01 eth0 0.73 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:01:01 eth0 2.16 2.10 0.38 6.85 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:02:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:03:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:04:02 eth0 219.64 184.63 2180.61 48.86 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] 16:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] Average: eth0 164.12 134.58 782.19 36.03 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] Average: docker0 51.33 52.33 4.04 209.88 0.00 0.00 0.00 0.00 [2021-01-28T16:04:09.263Z] [2021-01-28T16:04:09.263Z] [2021-01-28T16:04:09.263Z] ---> sar -P ALL: [2021-01-28T16:04:09.263Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T16:04:09.263Z] [2021-01-28T16:04:09.263Z] 15:42:30 LINUX RESTART (4 CPU) [2021-01-28T16:04:09.263Z] [2021-01-28T16:04:09.263Z] 15:43:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T16:04:09.263Z] 15:44:01 all 21.49 0.00 8.37 2.41 0.04 67.69 [2021-01-28T16:04:09.263Z] 15:44:01 0 21.03 0.00 11.73 1.16 0.03 66.04 [2021-01-28T16:04:09.263Z] 15:44:01 1 20.84 0.00 6.23 2.93 0.03 69.96 [2021-01-28T16:04:09.263Z] 15:44:01 2 22.01 0.00 8.64 2.57 0.05 66.73 [2021-01-28T16:04:09.263Z] 15:44:01 3 22.07 0.00 6.91 2.98 0.05 67.99 [2021-01-28T16:04:09.263Z] 15:45:01 all 12.15 0.00 9.53 4.61 0.03 73.68 [2021-01-28T16:04:09.263Z] 15:45:01 0 12.81 0.00 9.81 5.03 0.03 72.32 [2021-01-28T16:04:09.263Z] 15:45:01 1 11.96 0.00 9.38 3.66 0.05 74.95 [2021-01-28T16:04:09.263Z] 15:45:01 2 12.51 0.00 9.56 5.35 0.03 72.55 [2021-01-28T16:04:09.263Z] 15:45:01 3 11.33 0.00 9.38 4.40 0.02 74.88 [2021-01-28T16:04:09.263Z] 15:46:01 all 44.31 0.00 13.33 6.98 0.05 35.33 [2021-01-28T16:04:09.263Z] 15:46:01 0 44.65 0.00 13.16 5.99 0.07 36.12 [2021-01-28T16:04:09.263Z] 15:46:01 1 42.00 0.00 13.84 7.51 0.02 36.63 [2021-01-28T16:04:09.263Z] 15:46:01 2 44.97 0.00 12.90 7.10 0.05 34.98 [2021-01-28T16:04:09.263Z] 15:46:01 3 45.59 0.00 13.43 7.32 0.07 33.58 [2021-01-28T16:04:09.263Z] 15:47:01 all 53.02 0.00 15.10 3.09 0.04 28.75 [2021-01-28T16:04:09.263Z] 15:47:01 0 52.76 0.00 13.84 3.41 0.05 29.94 [2021-01-28T16:04:09.263Z] 15:47:01 1 52.48 0.00 15.46 4.14 0.05 27.87 [2021-01-28T16:04:09.263Z] 15:47:01 2 52.92 0.00 15.52 2.48 0.05 29.04 [2021-01-28T16:04:09.263Z] 15:47:01 3 53.89 0.00 15.57 2.36 0.02 28.16 [2021-01-28T16:04:09.263Z] 15:48:02 all 23.07 0.00 23.18 3.87 0.17 49.71 [2021-01-28T16:04:09.263Z] 15:48:02 0 21.67 0.00 22.94 2.67 0.15 52.56 [2021-01-28T16:04:09.263Z] 15:48:02 1 22.93 0.00 23.00 3.56 0.19 50.33 [2021-01-28T16:04:09.263Z] 15:48:02 2 24.04 0.00 24.52 4.30 0.12 47.01 [2021-01-28T16:04:09.263Z] 15:48:02 3 23.66 0.00 22.25 4.96 0.21 48.92 [2021-01-28T16:04:09.263Z] 15:49:02 all 24.62 0.00 26.15 26.86 0.12 22.25 [2021-01-28T16:04:09.263Z] 15:49:02 0 24.11 0.00 25.30 28.60 0.11 21.89 [2021-01-28T16:04:09.263Z] 15:49:02 1 24.91 0.00 25.92 26.92 0.14 22.11 [2021-01-28T16:04:09.263Z] 15:49:02 2 24.86 0.00 26.32 25.40 0.13 23.30 [2021-01-28T16:04:09.263Z] 15:49:02 3 24.62 0.00 27.08 26.51 0.11 21.68 [2021-01-28T16:04:09.263Z] 15:50:01 all 45.66 0.00 16.81 20.47 0.10 16.96 [2021-01-28T16:04:09.263Z] 15:50:01 0 44.56 0.00 17.24 21.64 0.09 16.47 [2021-01-28T16:04:09.263Z] 15:50:01 1 45.61 0.00 16.62 19.48 0.12 18.17 [2021-01-28T16:04:09.263Z] 15:50:01 2 46.07 0.00 16.63 18.67 0.09 18.53 [2021-01-28T16:04:09.263Z] 15:50:01 3 46.38 0.00 16.76 22.05 0.09 14.71 [2021-01-28T16:04:09.263Z] 15:51:02 all 20.11 0.00 27.53 30.67 0.11 21.58 [2021-01-28T16:04:09.263Z] 15:51:02 0 20.07 0.00 27.05 27.86 0.09 24.93 [2021-01-28T16:04:09.263Z] 15:51:02 1 19.19 0.00 27.40 31.31 0.09 22.01 [2021-01-28T16:04:09.263Z] 15:51:02 2 19.91 0.00 26.71 32.85 0.14 20.38 [2021-01-28T16:04:09.263Z] 15:51:02 3 21.30 0.00 28.96 30.67 0.11 18.97 [2021-01-28T16:04:09.264Z] 15:52:02 all 52.84 0.00 23.01 18.22 0.09 5.84 [2021-01-28T16:04:09.264Z] 15:52:02 0 51.97 0.00 22.03 18.19 0.07 7.73 [2021-01-28T16:04:09.264Z] 15:52:02 1 52.43 0.00 24.17 18.93 0.09 4.38 [2021-01-28T16:04:09.264Z] 15:52:02 2 52.25 0.00 23.30 18.66 0.09 5.71 [2021-01-28T16:04:09.264Z] 15:52:02 3 54.72 0.00 22.54 17.11 0.09 5.54 [2021-01-28T16:04:09.264Z] 15:53:01 all 23.55 0.00 18.13 21.90 0.10 36.33 [2021-01-28T16:04:09.264Z] 15:53:01 0 23.77 0.00 17.88 20.13 0.11 38.10 [2021-01-28T16:04:09.264Z] 15:53:01 1 22.63 0.00 17.73 23.60 0.09 35.95 [2021-01-28T16:04:09.264Z] 15:53:01 2 22.94 0.00 17.85 19.24 0.12 39.85 [2021-01-28T16:04:09.264Z] 15:53:01 3 24.85 0.00 19.05 24.65 0.09 31.36 [2021-01-28T16:04:09.264Z] 15:54:01 all 4.23 0.00 3.36 5.33 0.02 87.06 [2021-01-28T16:04:09.264Z] 15:54:01 0 4.90 0.00 3.76 4.67 0.00 86.67 [2021-01-28T16:04:09.264Z] 15:54:01 1 4.27 0.00 2.94 7.55 0.03 85.21 [2021-01-28T16:04:09.264Z] 15:54:01 2 4.41 0.00 3.23 3.97 0.03 88.36 [2021-01-28T16:04:09.264Z] 15:54:01 3 3.32 0.00 3.52 5.14 0.02 88.01 [2021-01-28T16:04:09.264Z] [2021-01-28T16:04:09.264Z] 15:54:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T16:04:09.264Z] 15:55:01 all 0.17 0.00 0.05 0.09 0.00 99.70 [2021-01-28T16:04:09.264Z] 15:55:01 0 0.28 0.00 0.05 0.00 0.00 99.67 [2021-01-28T16:04:09.264Z] 15:55:01 1 0.07 0.00 0.07 0.23 0.00 99.63 [2021-01-28T16:04:09.264Z] 15:55:01 2 0.28 0.00 0.03 0.12 0.00 99.57 [2021-01-28T16:04:09.264Z] 15:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-28T16:04:09.264Z] 15:56:01 all 0.18 0.00 0.17 0.00 0.00 99.64 [2021-01-28T16:04:09.264Z] 15:56:01 0 0.50 0.00 0.07 0.00 0.02 99.42 [2021-01-28T16:04:09.264Z] 15:56:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2021-01-28T16:04:09.264Z] 15:56:01 2 0.07 0.00 0.30 0.00 0.00 99.63 [2021-01-28T16:04:09.264Z] 15:56:01 3 0.08 0.00 0.23 0.00 0.00 99.68 [2021-01-28T16:04:09.264Z] 15:57:01 all 0.21 0.00 0.07 0.05 0.00 99.68 [2021-01-28T16:04:09.264Z] 15:57:01 0 0.52 0.00 0.07 0.00 0.00 99.42 [2021-01-28T16:04:09.264Z] 15:57:01 1 0.13 0.00 0.07 0.07 0.00 99.73 [2021-01-28T16:04:09.264Z] 15:57:01 2 0.12 0.00 0.07 0.05 0.02 99.75 [2021-01-28T16:04:09.264Z] 15:57:01 3 0.07 0.00 0.07 0.07 0.00 99.80 [2021-01-28T16:04:09.264Z] 15:58:01 all 0.07 0.00 0.16 0.02 0.00 99.74 [2021-01-28T16:04:09.264Z] 15:58:01 0 0.03 0.00 0.07 0.02 0.02 99.87 [2021-01-28T16:04:09.264Z] 15:58:01 1 0.08 0.00 0.13 0.00 0.00 99.78 [2021-01-28T16:04:09.264Z] 15:58:01 2 0.12 0.00 0.25 0.08 0.00 99.55 [2021-01-28T16:04:09.264Z] 15:58:01 3 0.07 0.00 0.18 0.00 0.00 99.75 [2021-01-28T16:04:09.264Z] 15:59:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-01-28T16:04:09.264Z] 15:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T16:04:09.264Z] 15:59:01 1 0.07 0.00 0.05 0.02 0.00 99.87 [2021-01-28T16:04:09.264Z] 15:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-28T16:04:09.264Z] 15:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:00:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2021-01-28T16:04:09.264Z] 16:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T16:04:09.264Z] 16:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T16:04:09.264Z] 16:01:01 all 0.05 0.00 0.05 0.00 0.00 99.89 [2021-01-28T16:04:09.264Z] 16:01:01 0 0.03 0.00 0.07 0.02 0.00 99.88 [2021-01-28T16:04:09.264Z] 16:01:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-28T16:04:09.264Z] 16:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T16:04:09.264Z] 16:01:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-28T16:04:09.264Z] 16:02:01 all 0.03 0.00 0.04 0.01 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:02:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2021-01-28T16:04:09.264Z] 16:02:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:02:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:02:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-28T16:04:09.264Z] 16:03:01 all 0.01 0.00 0.02 0.00 0.00 99.97 [2021-01-28T16:04:09.264Z] 16:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-28T16:04:09.264Z] 16:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T16:04:09.264Z] 16:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-28T16:04:09.264Z] 16:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T16:04:09.264Z] 16:04:02 all 6.82 0.00 5.26 4.16 0.06 83.70 [2021-01-28T16:04:09.264Z] 16:04:02 0 6.32 0.00 5.15 0.83 0.08 87.62 [2021-01-28T16:04:09.264Z] 16:04:02 1 8.43 0.00 6.13 8.46 0.07 76.91 [2021-01-28T16:04:09.264Z] 16:04:02 2 6.69 0.00 5.59 4.60 0.05 83.07 [2021-01-28T16:04:09.264Z] 16:04:02 3 5.83 0.00 4.19 2.76 0.03 87.19 [2021-01-28T16:04:09.264Z] Average: all 15.39 0.00 8.81 6.84 0.04 68.92 [2021-01-28T16:04:09.264Z] Average: 0 15.29 0.00 8.82 6.46 0.04 69.39 [2021-01-28T16:04:09.264Z] Average: 1 15.15 0.00 8.75 7.30 0.05 68.75 [2021-01-28T16:04:09.264Z] Average: 2 15.46 0.00 8.87 6.70 0.05 68.93 [2021-01-28T16:04:09.264Z] Average: 3 15.64 0.00 8.78 6.93 0.04 68.61 [2021-01-28T16:04:09.264Z] [2021-01-28T16:04:09.264Z] [2021-01-28T16:04:09.264Z]