Pull request #3039 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 27f9ef015b6b6c909b41bd3d85b12fec80b46d44+c2d5dc167efdba7037e3dd944aa45209cd29109f (6c07835f79314b4b6ea0877786d7870d998b0c1a) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20512’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20527 in /w/workspace/edgexfoundry_edgex-go_PR-3039 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3039/head:refs/remotes/origin/PR-3039 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 Merge succeeded, producing 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 Checking out Revision 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 (PR-3039) > git config core.sparsecheckout # timeout=10 > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T16:36:19.894Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T16:36:20.157Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T16:36:20.249Z] ========================================================= [2021-01-15T16:36:20.249Z] EdgeX Global Pipelines Version Info [2021-01-15T16:36:20.249Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7e536ad17c81590f6edc6bd22e360c0638b695b6 # timeout=10 [2021-01-15T16:36:22.477Z] ------------------- [2021-01-15T16:36:22.477Z] stable info: [2021-01-15T16:36:22.477Z] ------------------- [2021-01-15T16:36:22.477Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T16:36:22.477Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T16:36:22.477Z] Message: update stable to v1.0.177 [2021-01-15T16:36:23.900Z] ------------------- [2021-01-15T16:36:23.900Z] experimental info: [2021-01-15T16:36:23.900Z] ------------------- [2021-01-15T16:36:23.900Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T16:36:23.900Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T16:36:23.900Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T16:36:24.242Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T16:36:24.330Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T16:36:24.425Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T16:36:24.514Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T16:36:24.601Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T16:36:24.689Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T16:36:24.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T16:36:24.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T16:36:24.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T16:36:25.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T16:36:25.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T16:36:25.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T16:36:25.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T16:36:25.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T16:36:25.572Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T16:36:25.693Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T16:36:25.822Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T16:36:25.928Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T16:36:26.022Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T16:36:26.127Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T16:36:26.215Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T16:36:26.324Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T16:36:26.422Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T16:36:26.508Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3039 [Pipeline] echo [2021-01-15T16:36:26.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3039 [Pipeline] echo [2021-01-15T16:36:26.753Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3039 [Pipeline] echo [2021-01-15T16:36:26.869Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [Pipeline] echo [2021-01-15T16:36:26.973Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 27f9ef0 [Pipeline] echo [2021-01-15T16:36:27.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T16:36:27.256Z] provisioning config files... [2021-01-15T16:36:27.302Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config9169113670145355389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:36:27.718Z] ---> docker-login.sh [2021-01-15T16:36:27.719Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:36:27.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:28.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:28.268Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:28.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:28.268Z] [2021-01-15T16:36:28.268Z] Login Succeeded [2021-01-15T16:36:28.268Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:36:28.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:28.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:28.572Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:28.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:28.572Z] [2021-01-15T16:36:28.572Z] Login Succeeded [2021-01-15T16:36:28.572Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:36:28.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:28.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:28.856Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:28.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:28.856Z] [2021-01-15T16:36:28.856Z] Login Succeeded [2021-01-15T16:36:28.856Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:36:29.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:29.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:29.138Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:29.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:29.138Z] [2021-01-15T16:36:29.138Z] Login Succeeded [2021-01-15T16:36:29.138Z] docker.io [2021-01-15T16:36:29.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:29.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:29.695Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:29.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:29.695Z] [2021-01-15T16:36:29.695Z] Login Succeeded [2021-01-15T16:36:29.695Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:36:29.717Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:36:30.245Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T16:36:30.245Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T16:36:30.245Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:30.245Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T16:36:30.245Z] ++ cut -d/ -f2 [2021-01-15T16:36:30.245Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T16:36:30.426Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:36:31.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:36:31.382Z] [2021-01-15T16:36:31.382Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:36:31.819Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:36:32.105Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T16:36:32.105Z] 31603596830f: Pulling fs layer [2021-01-15T16:36:32.105Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T16:36:32.105Z] 6ca5941a6612: Pulling fs layer [2021-01-15T16:36:32.105Z] ecc8261a40a4: Pulling fs layer [2021-01-15T16:36:32.105Z] ecc8261a40a4: Waiting [2021-01-15T16:36:32.105Z] 2a8b12db71e7: Download complete [2021-01-15T16:36:32.411Z] 31603596830f: Verifying Checksum [2021-01-15T16:36:32.411Z] 31603596830f: Download complete [2021-01-15T16:36:32.703Z] ecc8261a40a4: Verifying Checksum [2021-01-15T16:36:32.703Z] ecc8261a40a4: Download complete [2021-01-15T16:36:32.979Z] 6ca5941a6612: Verifying Checksum [2021-01-15T16:36:32.979Z] 6ca5941a6612: Download complete [2021-01-15T16:36:33.254Z] 31603596830f: Pull complete [2021-01-15T16:36:33.254Z] 2a8b12db71e7: Pull complete [2021-01-15T16:36:34.716Z] 6ca5941a6612: Pull complete [2021-01-15T16:36:34.985Z] ecc8261a40a4: Pull complete [2021-01-15T16:36:34.985Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T16:36:34.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:36:34.985Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T16:36:35.186Z] prd-centos7-docker-4c-2g-20527 does not seem to be running inside a container [2021-01-15T16:36:35.345Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T16:36:38.416Z] $ docker top 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T16:36:38.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:36:38.948Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:36:39.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:36:39.528Z] $ docker exec 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a ssh-agent [2021-01-15T16:36:39.817Z] SSH_AUTH_SOCK=/tmp/ssh-QNE6IufO0C4Y/agent.12 [2021-01-15T16:36:39.817Z] SSH_AGENT_PID=18 [2021-01-15T16:36:39.849Z] Running ssh-add (command line suppressed) [2021-01-15T16:36:40.175Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_963313769297653460.key (/w/workspace/edgex-go/2@tmp/private_key_963313769297653460.key) [2021-01-15T16:36:40.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:36:40.764Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T16:36:40.840Z] $ docker exec --env ******** --env ******** 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a ssh-agent -k [2021-01-15T16:36:41.132Z] unset SSH_AUTH_SOCK; [2021-01-15T16:36:41.134Z] unset SSH_AGENT_PID; [2021-01-15T16:36:41.134Z] echo Agent pid 18 killed; [2021-01-15T16:36:41.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T16:36:41.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:36:41.435Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:36:41.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:36:41.827Z] $ docker exec 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a ssh-agent [2021-01-15T16:36:42.268Z] SSH_AUTH_SOCK=/tmp/ssh-8IT28A9vaJbw/agent.47 [2021-01-15T16:36:42.268Z] SSH_AGENT_PID=53 [2021-01-15T16:36:42.279Z] Running ssh-add (command line suppressed) [2021-01-15T16:36:42.528Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2375559512720595858.key (/w/workspace/edgex-go/2@tmp/private_key_2375559512720595858.key) [2021-01-15T16:36:42.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:36:42.971Z] + git semver init [2021-01-15T16:36:42.971Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T16:36:42.971Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-15T16:36:42.971Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-15T16:36:42.971Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T16:36:42.971Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T16:36:42.971Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T16:36:42.971Z] # $SEMVER_BRANCH = PR-3039 [2021-01-15T16:36:42.971Z] # $SEMVER_TEMP = /tmp/semver-084721371 [2021-01-15T16:36:42.971Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T16:37:51.553Z] # '/tmp/semver-084721371' -> '/w/workspace/edgex-go/2/.semver' [2021-01-15T16:37:51.553Z] # -> Force: false [2021-01-15T16:37:51.553Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-15T16:37:51.592Z] $ docker exec --env ******** --env ******** 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a ssh-agent -k [2021-01-15T16:37:51.931Z] unset SSH_AUTH_SOCK; [2021-01-15T16:37:51.932Z] unset SSH_AGENT_PID; [2021-01-15T16:37:51.932Z] echo Agent pid 53 killed; [2021-01-15T16:37:52.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:37:52.610Z] + git semver [Pipeline] } [2021-01-15T16:37:52.646Z] $ docker stop --time=1 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a [2021-01-15T16:37:54.714Z] $ docker rm -f 90c5a0f1c36eb173aae7a303837fb932cf085617ffd25ce987f3e2641739f14a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:37:55.407Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T16:37:56.197Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T16:37:56.199Z] [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-15T16:37:57.102Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:37:57.433Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:37:57.759Z] + sudo service docker restart [2021-01-15T16:37:57.759Z] + true [2021-01-15T16:37:57.759Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T16:37:58.795Z] ========================================================= [2021-01-15T16:37:58.795Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T16:37:58.795Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:37:59.201Z] + 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-15T16:38:04.684Z] Sending build context to Docker daemon 326.6MB [2021-01-15T16:38:04.684Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T16:38:04.684Z] Step 2/6 : FROM ${BASE} [2021-01-15T16:38:04.684Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T16:38:04.684Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T16:38:04.684Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T16:38:04.684Z] de9db76c5a1d: Pulling fs layer [2021-01-15T16:38:04.684Z] bca2f99d35d6: Pulling fs layer [2021-01-15T16:38:04.684Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T16:38:04.684Z] 7c6f9722023f: Pulling fs layer [2021-01-15T16:38:04.684Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T16:38:04.684Z] bca2f99d35d6: Waiting [2021-01-15T16:38:04.684Z] 93359f2a8cfa: Waiting [2021-01-15T16:38:04.684Z] 7c6f9722023f: Waiting [2021-01-15T16:38:04.684Z] a35cf1a2eb13: Waiting [2021-01-15T16:38:04.684Z] de9db76c5a1d: Verifying Checksum [2021-01-15T16:38:04.684Z] de9db76c5a1d: Download complete [2021-01-15T16:38:04.684Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T16:38:04.684Z] 0ef7d3d256c8: Download complete [2021-01-15T16:38:04.684Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T16:38:04.684Z] 93359f2a8cfa: Download complete [2021-01-15T16:38:04.684Z] 7c6f9722023f: Download complete [2021-01-15T16:38:05.285Z] 188c0c94c7c5: Download complete [2021-01-15T16:38:05.896Z] 188c0c94c7c5: Pull complete [2021-01-15T16:38:06.170Z] 0ef7d3d256c8: Pull complete [2021-01-15T16:38:06.438Z] de9db76c5a1d: Pull complete [2021-01-15T16:38:11.537Z] Still waiting to schedule task [2021-01-15T16:38:11.537Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20512’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20513’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20514’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20515’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20516’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20541’ is offline [2021-01-15T16:38:11.843Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T16:38:11.843Z] a35cf1a2eb13: Download complete [2021-01-15T16:38:12.115Z] bca2f99d35d6: Verifying Checksum [2021-01-15T16:38:12.115Z] bca2f99d35d6: Download complete [2021-01-15T16:38:20.451Z] bca2f99d35d6: Pull complete [2021-01-15T16:38:20.728Z] 93359f2a8cfa: Pull complete [2021-01-15T16:38:20.998Z] 7c6f9722023f: Pull complete [2021-01-15T16:38:29.296Z] a35cf1a2eb13: Pull complete [2021-01-15T16:38:29.296Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T16:38:29.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T16:38:29.296Z] ---> a62c8e92a672 [2021-01-15T16:38:29.296Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T16:38:29.296Z] ---> Running in 5900593720f4 [2021-01-15T16:38:29.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:38:32.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:38:33.573Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T16:38:33.844Z] (2/12) Installing file (5.38-r0) [2021-01-15T16:38:33.844Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T16:38:33.844Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T16:38:52.075Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T16:38:52.075Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T16:38:52.075Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T16:38:52.075Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T16:38:52.075Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T16:38:52.075Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T16:38:52.075Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T16:38:52.075Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T16:38:52.075Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:38:52.075Z] OK: 233 MiB in 51 packages [2021-01-15T16:38:54.790Z] Removing intermediate container 5900593720f4 [2021-01-15T16:38:54.791Z] ---> bfa8a3e2123e [2021-01-15T16:38:54.791Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T16:38:54.791Z] ---> Running in d87bafc54b1e [2021-01-15T16:38:55.106Z] Removing intermediate container d87bafc54b1e [2021-01-15T16:38:55.106Z] ---> caae367e7112 [2021-01-15T16:38:55.106Z] Step 5/6 : COPY go.mod . [2021-01-15T16:38:55.388Z] ---> a56edd458bc9 [2021-01-15T16:38:55.388Z] Step 6/6 : RUN go mod download [2021-01-15T16:38:55.668Z] ---> Running in c7b2487aaa18 [2021-01-15T16:39:22.669Z] Removing intermediate container c7b2487aaa18 [2021-01-15T16:39:22.669Z] ---> 976504e8471d [2021-01-15T16:39:22.669Z] Successfully built 976504e8471d [2021-01-15T16:39:22.669Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:39:23.035Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T16:39:23.348Z] . [Pipeline] withDockerContainer [2021-01-15T16:39:23.630Z] prd-centos7-docker-4c-2g-20527 does not seem to be running inside a container [2021-01-15T16:39:23.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T16:39:25.111Z] $ docker top 436e3cf1b4fa342bbfd6d38ff1e82ce7a7b6d3b9f675c754a65dc3d1638ea7d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:39:25.846Z] + go version [2021-01-15T16:39:26.114Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T16:39:26.137Z] $ docker stop --time=1 436e3cf1b4fa342bbfd6d38ff1e82ce7a7b6d3b9f675c754a65dc3d1638ea7d6 [2021-01-15T16:39:27.796Z] $ docker rm -f 436e3cf1b4fa342bbfd6d38ff1e82ce7a7b6d3b9f675c754a65dc3d1638ea7d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:39:28.624Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T16:39:28.624Z] . [Pipeline] withDockerContainer [2021-01-15T16:39:28.791Z] prd-centos7-docker-4c-2g-20527 does not seem to be running inside a container [2021-01-15T16:39:28.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T16:39:29.946Z] $ docker top fe77e1da4c65744e85f2f7d025a326e3c0c761b4e77d4ee7ffefdc140be75a62 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T16:39:30.204Z] ========================================================= [2021-01-15T16:39:30.204Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T16:39:30.204Z] ========================================================= [Pipeline] sh [2021-01-15T16:39:30.528Z] + make test [2021-01-15T16:39:30.528Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T16:39:45.688Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T16:40:08.618Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T16:40:13.024Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T16:40:15.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T16:40:15.018Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T16:40:15.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T16:40:15.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T16:40:15.018Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T16:40:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T16:40:16.232Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T16:40:16.849Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T16:40:20.456Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T16:40:20.456Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T16:40:20.456Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T16:40:23.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.167s coverage: 46.6% of statements [2021-01-15T16:40:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T16:40:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T16:40:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T16:40:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T16:40:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T16:40:28.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.321s coverage: 27.0% of statements [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T16:40:28.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T16:40:28.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T16:40:28.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 67.9% of statements [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T16:40:28.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.464s coverage: 82.3% of statements [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T16:40:28.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T16:40:31.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.586s coverage: 28.6% of statements [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T16:40:31.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.188s coverage: 100.0% of statements [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T16:40:31.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-01-15T16:40:31.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T16:40:32.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements [2021-01-15T16:40:32.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T16:40:32.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.326s coverage: 97.5% of statements [2021-01-15T16:40:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T16:40:32.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements [2021-01-15T16:40:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T16:40:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T16:40:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T16:40:32.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T16:40:36.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.896s coverage: 92.8% of statements [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T16:40:36.053Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T16:40:36.053Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T16:40:36.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T16:40:36.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-01-15T16:40:36.053Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T16:40:36.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2021-01-15T16:40:36.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.103s coverage: 87.2% of statements [2021-01-15T16:40:37.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-15T16:40:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.4% of statements [2021-01-15T16:40:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T16:40:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.275s coverage: 63.5% of statements [2021-01-15T16:40:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T16:40:39.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T16:40:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-01-15T16:40:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-01-15T16:40:39.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-01-15T16:40:39.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.114s coverage: 73.7% of statements [2021-01-15T16:40:40.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-15T16:40:42.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.688s coverage: 68.9% of statements [2021-01-15T16:40:42.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T16:40:42.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T16:40:42.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T16:40:42.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T16:40:42.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T16:40:42.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.185s coverage: 37.0% of statements [2021-01-15T16:40:42.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T16:40:42.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T16:40:42.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.522s coverage: 84.0% of statements [2021-01-15T16:40:42.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.125s coverage: 100.0% of statements [2021-01-15T16:40:46.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.353s coverage: 47.1% of statements [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T16:40:46.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T16:40:46.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements [2021-01-15T16:40:46.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T16:40:48.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.427s coverage: 29.1% of statements [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T16:40:48.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T16:40:48.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.163s coverage: 100.0% of statements [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T16:40:48.710Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T16:40:48.710Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.088s coverage: 100.0% of statements [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T16:40:48.710Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T16:40:49.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements [2021-01-15T16:40:49.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T16:40:49.096Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T16:40:49.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-01-15T16:40:50.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-01-15T16:40:50.620Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.112s coverage: 100.0% of statements [2021-01-15T16:40:51.263Z] GO111MODULE=on go vet ./... [2021-01-15T16:41:30.644Z] gofmt -l . [2021-01-15T16:41:30.644Z] [ "`gofmt -l .`" = "" ] [2021-01-15T16:41:30.644Z] ./bin/test-go-mod-tidy.sh [2021-01-15T16:41:30.644Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T16:41:31.339Z] + ls -al . [2021-01-15T16:41:31.339Z] total 656 [2021-01-15T16:41:31.339Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 16:41 . [2021-01-15T16:41:31.339Z] drwxr-xr-x 4 root root 28 Jan 15 16:39 .. [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 16:36 .dockerignore [2021-01-15T16:41:31.339Z] drwxrwxr-x 8 1001 1001 179 Jan 15 16:36 .git [2021-01-15T16:41:31.339Z] drwxrwxr-x 3 1001 1001 125 Jan 15 16:36 .github [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 16:36 .gitignore [2021-01-15T16:41:31.339Z] drwx------ 3 1001 1001 47 Jan 15 16:37 .semver [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 16:36 .sonarcloud.properties [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:36 Attribution.txt [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:36 CONTRIBUTING.md [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 16:36 Dockerfile.build [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 16:36 Jenkinsfile [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:36 LICENSE [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:36 Makefile [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:36 README.md [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:36 SECURITY.md [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 16:37 VERSION [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:36 ZMQWindows.md [2021-01-15T16:41:31.339Z] drwxrwxr-x 2 1001 1001 117 Jan 15 16:36 bin [2021-01-15T16:41:31.339Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 16:36 cmd [2021-01-15T16:41:31.339Z] -rw-r--r-- 1 root root 550280 Jan 15 16:40 coverage.out [2021-01-15T16:41:31.339Z] -rw-r--r-- 1 root root 981 Jan 15 16:41 go.mod [2021-01-15T16:41:31.339Z] -rw-r--r-- 1 root root 19241 Jan 15 16:41 go.sum [2021-01-15T16:41:31.339Z] drwxrwxr-x 8 1001 1001 127 Jan 15 16:36 internal [2021-01-15T16:41:31.339Z] drwxrwxr-x 4 1001 1001 26 Jan 15 16:36 openapi [2021-01-15T16:41:31.339Z] drwxrwxr-x 4 1001 1001 71 Jan 15 16:36 snap [2021-01-15T16:41:31.339Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 16:36 version.go [Pipeline] sh [2021-01-15T16:41:31.715Z] + '[' -e coverage.out ] [2021-01-15T16:41:31.715Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T16:41:31.961Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T16:41:32.281Z] + make build [2021-01-15T16:41:32.281Z] 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-15T16:41:37.736Z] 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-15T16:41:50.258Z] 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-15T16:41:51.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T16:41:53.724Z] 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-15T16:41:55.184Z] 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-15T16:41:57.928Z] 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-15T16:42:00.661Z] 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-15T16:42:03.445Z] 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-15T16:42:04.914Z] 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-15T16:42:07.606Z] 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-15T16:42:09.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-15T16:42:11.141Z] $ docker stop --time=1 fe77e1da4c65744e85f2f7d025a326e3c0c761b4e77d4ee7ffefdc140be75a62 [2021-01-15T16:42:13.249Z] $ docker rm -f fe77e1da4c65744e85f2f7d025a326e3c0c761b4e77d4ee7ffefdc140be75a62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:42:15.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:42:15.633Z] [2021-01-15T16:42:15.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:42:16.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:42:16.513Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T16:42:16.513Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T16:42:16.513Z] ca9280d653b3: Pulling fs layer [2021-01-15T16:42:16.513Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T16:42:16.790Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-15T16:42:16.790Z] cbdbe7a5bc2a: Download complete [2021-01-15T16:42:17.412Z] cbdbe7a5bc2a: Pull complete [2021-01-15T16:42:17.412Z] ca9280d653b3: Verifying Checksum [2021-01-15T16:42:17.412Z] ca9280d653b3: Download complete [2021-01-15T16:42:19.439Z] ca9280d653b3: Pull complete [2021-01-15T16:42:20.049Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T16:42:20.049Z] 7e9c9ca2126c: Download complete [2021-01-15T16:42:28.409Z] 7e9c9ca2126c: Pull complete [2021-01-15T16:42:28.409Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T16:42:28.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:42:28.409Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T16:42:28.780Z] prd-centos7-docker-4c-2g-20527 does not seem to be running inside a container [2021-01-15T16:42:28.872Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T16:42:31.677Z] $ docker top 22fe9f1580b664040f23e072234c6ad5ed80781427366ec65630ba5fdac1902e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:42:32.284Z] + docker-compose build --help [2021-01-15T16:42:32.284Z] + grep parallel [2021-01-15T16:42:34.281Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T16:42:34.311Z] $ docker stop --time=1 22fe9f1580b664040f23e072234c6ad5ed80781427366ec65630ba5fdac1902e [2021-01-15T16:42:35.986Z] $ docker rm -f 22fe9f1580b664040f23e072234c6ad5ed80781427366ec65630ba5fdac1902e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:42:36.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:42:36.663Z] . [Pipeline] withDockerContainer [2021-01-15T16:42:36.810Z] prd-centos7-docker-4c-2g-20527 does not seem to be running inside a container [2021-01-15T16:42:36.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T16:42:38.037Z] $ docker top 5c1bc88ba11e5999c03e2649becf314200850dc3b798689c3c2868fbe338fd20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:42:38.794Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T16:42:40.830Z] Building docker-core-command-go ... [2021-01-15T16:42:40.830Z] Building docker-core-data-go ... [2021-01-15T16:42:40.830Z] Building docker-core-metadata-go ... [2021-01-15T16:42:40.830Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T16:42:40.830Z] Building docker-security-proxy-setup-go ... [2021-01-15T16:42:40.830Z] Building docker-security-secretstore-setup-go ... [2021-01-15T16:42:40.830Z] Building docker-support-notifications-go ... [2021-01-15T16:42:40.830Z] Building docker-support-scheduler-go ... [2021-01-15T16:42:40.830Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T16:42:40.830Z] Building docker-support-notifications-go [2021-01-15T16:42:40.830Z] Building docker-security-secretstore-setup-go [2021-01-15T16:42:40.830Z] Building docker-security-proxy-setup-go [2021-01-15T16:42:40.830Z] Building docker-core-metadata-go [2021-01-15T16:42:40.830Z] Building docker-core-command-go [2021-01-15T16:43:19.996Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:19.996Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:19.996Z] ---> 976504e8471d [2021-01-15T16:43:19.996Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:43:19.996Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:19.996Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:19.996Z] ---> 976504e8471d [2021-01-15T16:43:19.996Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:43:20.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:20.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:20.664Z] ---> 976504e8471d [2021-01-15T16:43:20.664Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:43:20.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:20.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:20.664Z] ---> 976504e8471d [2021-01-15T16:43:20.664Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:43:20.927Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:20.927Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:20.927Z] ---> 976504e8471d [2021-01-15T16:43:20.927Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:43:21.509Z] ---> Running in a7f22f49ddba [2021-01-15T16:43:21.509Z] ---> Running in 4301b4cc0fe7 [2021-01-15T16:43:21.509Z] ---> Running in 1cec2b95fe3d [2021-01-15T16:43:21.509Z] ---> Running in 8985b4fb50ae [2021-01-15T16:43:21.509Z] ---> Running in ddf1f15b3743 [2021-01-15T16:43:22.090Z] Removing intermediate container 4301b4cc0fe7 [2021-01-15T16:43:22.090Z] ---> fb512225d6f9 [2021-01-15T16:43:22.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:22.090Z] Removing intermediate container 8985b4fb50ae [2021-01-15T16:43:22.090Z] ---> 9854adb8b386 [2021-01-15T16:43:22.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:22.090Z] Removing intermediate container a7f22f49ddba [2021-01-15T16:43:22.090Z] ---> 621f62fb8b57 [2021-01-15T16:43:22.090Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:22.090Z] Removing intermediate container 1cec2b95fe3d [2021-01-15T16:43:22.090Z] ---> 94e5538c58a8 [2021-01-15T16:43:22.090Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:22.090Z] Removing intermediate container ddf1f15b3743 [2021-01-15T16:43:22.090Z] ---> dad8f6958440 [2021-01-15T16:43:22.090Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:22.360Z] ---> Running in 1858271da800 [2021-01-15T16:43:22.360Z] ---> Running in b18a8f02f1e1 [2021-01-15T16:43:22.360Z] ---> Running in b6931b173158 [2021-01-15T16:43:22.360Z] ---> Running in 7b0459c92637 [2021-01-15T16:43:22.360Z] ---> Running in a1d5788ee65b [2021-01-15T16:43:24.320Z] Removing intermediate container b18a8f02f1e1 [2021-01-15T16:43:24.320Z] ---> dc4a17a414c7 [2021-01-15T16:43:24.320Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:43:24.593Z] ---> Running in e403ce218cb8 [2021-01-15T16:43:24.593Z] Removing intermediate container 1858271da800 [2021-01-15T16:43:24.593Z] ---> b59ff5df2e56 [2021-01-15T16:43:24.593Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:43:25.184Z] ---> Running in 334ab8c1c84d [2021-01-15T16:43:25.184Z] Removing intermediate container b6931b173158 [2021-01-15T16:43:25.184Z] ---> 7d8c0e5e2461 [2021-01-15T16:43:25.184Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T16:43:25.184Z] Removing intermediate container a1d5788ee65b [2021-01-15T16:43:25.184Z] ---> 48b1bbbc03e4 [2021-01-15T16:43:25.184Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T16:43:25.184Z] Removing intermediate container 7b0459c92637 [2021-01-15T16:43:25.184Z] ---> 825116fdb7aa [2021-01-15T16:43:25.184Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:43:25.482Z] ---> Running in 25fa2921b0d8 [2021-01-15T16:43:25.482Z] ---> Running in 6d5bb47d7857 [2021-01-15T16:43:25.482Z] ---> Running in 96d40cec045a [2021-01-15T16:43:25.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:26.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:26.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:26.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:26.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:26.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:26.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:27.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:27.132Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:27.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:27.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:27.417Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:27.687Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:27.975Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:27.975Z] Removing intermediate container e403ce218cb8 [2021-01-15T16:43:27.975Z] ---> 3b526256d9d1 [2021-01-15T16:43:27.975Z] Step 6/22 : COPY go.mod . [2021-01-15T16:43:27.975Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:28.272Z] Removing intermediate container 334ab8c1c84d [2021-01-15T16:43:28.272Z] ---> 080d455a03de [2021-01-15T16:43:28.272Z] Step 6/21 : COPY go.mod . [2021-01-15T16:43:28.539Z] ---> 5394e4d043c6 [2021-01-15T16:43:28.539Z] Step 7/22 : RUN go mod download [2021-01-15T16:43:28.809Z] ---> Running in a75586cd3ebd [2021-01-15T16:43:28.809Z] Removing intermediate container 25fa2921b0d8 [2021-01-15T16:43:28.809Z] ---> fd391d41e234 [2021-01-15T16:43:28.809Z] Step 6/24 : COPY go.mod . [2021-01-15T16:43:28.809Z] ---> 2dbfa14100dd [2021-01-15T16:43:28.809Z] Step 7/21 : RUN go mod download [2021-01-15T16:43:29.074Z] ---> Running in ce885b142723 [2021-01-15T16:43:29.346Z] Removing intermediate container 96d40cec045a [2021-01-15T16:43:29.347Z] ---> 85faaa53efac [2021-01-15T16:43:29.347Z] Step 6/22 : COPY go.mod . [2021-01-15T16:43:29.347Z] Removing intermediate container 6d5bb47d7857 [2021-01-15T16:43:29.347Z] ---> a00e52fb53f4 [2021-01-15T16:43:29.347Z] Step 6/24 : COPY go.mod . [2021-01-15T16:43:29.347Z] ---> a2366025ebb1 [2021-01-15T16:43:29.347Z] Step 7/24 : RUN go mod download [2021-01-15T16:43:29.617Z] ---> Running in 3d379d8ec4e7 [2021-01-15T16:43:29.883Z] ---> 3cb33066c0ea [2021-01-15T16:43:29.883Z] Step 7/22 : RUN go mod download [2021-01-15T16:43:29.883Z] ---> 74347135116c [2021-01-15T16:43:29.883Z] Step 7/24 : RUN go mod download [2021-01-15T16:43:29.883Z] ---> Running in fe892b22d2b0 [2021-01-15T16:43:29.883Z] ---> Running in 4847d77525a2 [2021-01-15T16:43:31.858Z] Removing intermediate container ce885b142723 [2021-01-15T16:43:31.858Z] ---> 6f1a03aedc20 [2021-01-15T16:43:31.858Z] Step 8/21 : COPY . . [2021-01-15T16:43:31.858Z] Removing intermediate container 3d379d8ec4e7 [2021-01-15T16:43:31.858Z] ---> 2da73bbf2432 [2021-01-15T16:43:31.858Z] Step 8/24 : COPY . . [2021-01-15T16:43:31.858Z] Removing intermediate container a75586cd3ebd [2021-01-15T16:43:31.858Z] ---> bf6a9583f05c [2021-01-15T16:43:31.858Z] Step 8/22 : COPY . . [2021-01-15T16:43:31.858Z] Removing intermediate container fe892b22d2b0 [2021-01-15T16:43:31.858Z] ---> 9ce6449f6295 [2021-01-15T16:43:31.858Z] Step 8/22 : COPY . . [2021-01-15T16:43:36.134Z] Removing intermediate container 4847d77525a2 [2021-01-15T16:43:36.134Z] ---> a474917cbb4e [2021-01-15T16:43:36.134Z] Step 8/24 : COPY . . [2021-01-15T16:44:08.563Z] ---> a12616a12779 [2021-01-15T16:44:08.563Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T16:44:08.563Z] ---> 96c04de1680c [2021-01-15T16:44:08.563Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T16:44:08.828Z] ---> Running in 479c91fa2d0b [2021-01-15T16:44:08.828Z] ---> Running in 35f078ccfe4d [2021-01-15T16:44:08.828Z] ---> 8ed1fdbea2e6 [2021-01-15T16:44:08.828Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T16:44:08.828Z] ---> f280058980f3 [2021-01-15T16:44:08.828Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T16:44:08.828Z] ---> 325278df4862 [2021-01-15T16:44:08.828Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T16:44:09.094Z] ---> Running in 0f27a3ca3b82 [2021-01-15T16:44:09.094Z] ---> Running in e74f163894bd [2021-01-15T16:44:09.094Z] ---> Running in 2f846fd683dd [2021-01-15T16:44:10.549Z] 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-15T16:44:10.549Z] 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-15T16:44:10.549Z] 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-15T16:44:10.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T16:44:10.549Z] 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-15T16:44:43.308Z] 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-15T16:44:43.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T16:44:51.578Z] Removing intermediate container 479c91fa2d0b [2021-01-15T16:44:51.578Z] ---> 15be96447ab9 [2021-01-15T16:44:51.578Z] [2021-01-15T16:44:51.578Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T16:44:51.578Z] Removing intermediate container 35f078ccfe4d [2021-01-15T16:44:51.578Z] ---> c3f4f5a48d58 [2021-01-15T16:44:51.578Z] [2021-01-15T16:44:51.578Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T16:44:51.578Z] Removing intermediate container 2f846fd683dd [2021-01-15T16:44:51.578Z] ---> 9601639e347c [2021-01-15T16:44:51.578Z] [2021-01-15T16:44:51.578Z] Step 10/24 : FROM scratch [2021-01-15T16:44:51.578Z] ---> [2021-01-15T16:44:51.578Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T16:44:51.578Z] Removing intermediate container 0f27a3ca3b82 [2021-01-15T16:44:51.578Z] ---> bf8e465dbf6f [2021-01-15T16:44:51.578Z] [2021-01-15T16:44:51.578Z] Step 10/22 : FROM scratch [2021-01-15T16:44:51.578Z] ---> [2021-01-15T16:44:51.578Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:44:51.578Z] 3.12: Pulling from library/alpine [2021-01-15T16:44:51.578Z] 3.12: Pulling from library/alpine [2021-01-15T16:44:51.578Z] ---> Running in f6bb77f9d1db [2021-01-15T16:44:51.578Z] ---> Running in 23162a9f8e3e [2021-01-15T16:44:51.578Z] Removing intermediate container 23162a9f8e3e [2021-01-15T16:44:51.578Z] ---> fe895d74376e [2021-01-15T16:44:51.578Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T16:44:51.578Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:44:51.578Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:44:51.578Z] ---> Running in 756baf2c16d1 [2021-01-15T16:44:51.578Z] Removing intermediate container f6bb77f9d1db [2021-01-15T16:44:51.578Z] ---> ac83ebc7651d [2021-01-15T16:44:51.578Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T16:44:51.578Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:44:51.578Z] ---> 389fef711851 [2021-01-15T16:44:51.578Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T16:44:51.578Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:44:51.578Z] ---> 389fef711851 [2021-01-15T16:44:51.578Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:44:52.975Z] ---> Running in 1accb81e12fc [2021-01-15T16:44:52.975Z] ---> Running in b6330c5bfb0e [2021-01-15T16:44:52.975Z] ---> Running in 825c68ad2c0f [2021-01-15T16:44:52.975Z] Removing intermediate container 756baf2c16d1 [2021-01-15T16:44:52.975Z] ---> d65e66cbb00c [2021-01-15T16:44:52.975Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T16:44:52.975Z] Removing intermediate container e74f163894bd [2021-01-15T16:44:52.975Z] ---> 4a330712fd76 [2021-01-15T16:44:52.975Z] [2021-01-15T16:44:52.975Z] Step 10/22 : FROM scratch [2021-01-15T16:44:52.975Z] ---> [2021-01-15T16:44:52.975Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:44:52.975Z] ---> Using cache [2021-01-15T16:44:52.975Z] ---> ac83ebc7651d [2021-01-15T16:44:52.975Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T16:44:53.238Z] ---> Running in 5ce3e06472ce [2021-01-15T16:44:53.238Z] ---> Running in dd677ebeb912 [2021-01-15T16:44:53.238Z] Removing intermediate container 1accb81e12fc [2021-01-15T16:44:53.238Z] ---> 36af4dad681b [2021-01-15T16:44:53.238Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:44:53.522Z] ---> Running in 73a5b01ece4c [2021-01-15T16:44:53.522Z] Removing intermediate container 5ce3e06472ce [2021-01-15T16:44:53.522Z] ---> 00b568e6a132 [2021-01-15T16:44:53.522Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T16:44:53.522Z] Removing intermediate container dd677ebeb912 [2021-01-15T16:44:53.522Z] ---> 244bcf5fc854 [2021-01-15T16:44:53.522Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:44:54.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:54.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:54.495Z] ---> Running in b17f0e41cca8 [2021-01-15T16:44:54.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:54.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:54.495Z] Removing intermediate container 73a5b01ece4c [2021-01-15T16:44:54.495Z] ---> 50942a8218f1 [2021-01-15T16:44:54.495Z] Step 14/22 : WORKDIR / [2021-01-15T16:44:54.495Z] ---> 25a4db6ae756 [2021-01-15T16:44:54.495Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T16:44:54.495Z] ---> Running in c5390a782b2d [2021-01-15T16:44:54.495Z] Removing intermediate container b17f0e41cca8 [2021-01-15T16:44:54.495Z] ---> 69784e6328ce [2021-01-15T16:44:54.495Z] Step 14/22 : WORKDIR / [2021-01-15T16:44:54.495Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T16:44:54.495Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T16:44:54.774Z] ---> Running in dcd2b2258e28 [2021-01-15T16:44:54.774Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:44:54.774Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:44:54.774Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T16:44:54.774Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T16:44:54.774Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T16:44:54.774Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T16:44:54.774Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:54.774Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:44:54.774Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T16:44:54.774Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:54.774Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:44:54.774Z] OK: 7 MiB in 18 packages [2021-01-15T16:44:54.774Z] OK: 7 MiB in 19 packages [2021-01-15T16:44:55.357Z] Removing intermediate container c5390a782b2d [2021-01-15T16:44:55.357Z] ---> 873b13bad8ef [2021-01-15T16:44:55.357Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:44:55.622Z] Removing intermediate container dcd2b2258e28 [2021-01-15T16:44:55.622Z] ---> 5070166ce3bc [2021-01-15T16:44:55.622Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:44:55.622Z] ---> dc9dc8fa3d53 [2021-01-15T16:44:55.622Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T16:44:55.903Z] ---> 38c72624d9c2 [2021-01-15T16:44:55.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T16:44:55.903Z] ---> c159b97d1665 [2021-01-15T16:44:55.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T16:44:57.366Z] Removing intermediate container 825c68ad2c0f [2021-01-15T16:44:57.366Z] ---> 5a78e462fb1f [2021-01-15T16:44:57.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:44:57.366Z] Removing intermediate container b6330c5bfb0e [2021-01-15T16:44:57.366Z] ---> e1621f52d220 [2021-01-15T16:44:57.366Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:44:57.366Z] ---> 16ff69841775 [2021-01-15T16:44:57.366Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:44:57.648Z] ---> 32b8b2769b95 [2021-01-15T16:44:57.648Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:57.648Z] ---> 6af4f681ef4f [2021-01-15T16:44:57.648Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:57.648Z] ---> Running in 98bf879a2d4a [2021-01-15T16:44:57.648Z] ---> Running in 7e768f3c7341 [2021-01-15T16:44:57.915Z] Removing intermediate container 98bf879a2d4a [2021-01-15T16:44:57.915Z] ---> c0522e95c37e [2021-01-15T16:44:57.915Z] Step 13/21 : WORKDIR /edgex [2021-01-15T16:44:57.915Z] Removing intermediate container 7e768f3c7341 [2021-01-15T16:44:57.915Z] ---> 254f6143c79a [2021-01-15T16:44:57.915Z] Step 13/24 : WORKDIR / [2021-01-15T16:44:58.192Z] ---> bbba5ad58ddf [2021-01-15T16:44:58.192Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T16:44:58.192Z] ---> fe0e3a8540eb [2021-01-15T16:44:58.192Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T16:44:58.192Z] ---> 482ec3a78632 [2021-01-15T16:44:58.192Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T16:44:58.192Z] ---> Running in 861961847a21 [2021-01-15T16:44:58.192Z] ---> Running in ee88e0021eac [2021-01-15T16:44:58.192Z] ---> Running in bea0acf3fffb [2021-01-15T16:44:58.192Z] ---> Running in 8fb5a665db6d [2021-01-15T16:44:58.458Z] Removing intermediate container 861961847a21 [2021-01-15T16:44:58.458Z] ---> 6e4a39c823dd [2021-01-15T16:44:58.458Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T16:44:58.731Z] Removing intermediate container ee88e0021eac [2021-01-15T16:44:58.731Z] ---> 355c800db165 [2021-01-15T16:44:58.731Z] 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-15T16:44:58.731Z] Removing intermediate container bea0acf3fffb [2021-01-15T16:44:58.731Z] ---> 889f3c44ad12 [2021-01-15T16:44:58.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:44:58.731Z] Removing intermediate container 8fb5a665db6d [2021-01-15T16:44:58.731Z] ---> 62f9363a6f56 [2021-01-15T16:44:58.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:44:58.731Z] ---> 886325d0b270 [2021-01-15T16:44:58.731Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:58.999Z] ---> Running in 6155fa03037f [2021-01-15T16:44:58.999Z] ---> Running in 74e3cde92d50 [2021-01-15T16:44:58.999Z] ---> 9d06a633cd38 [2021-01-15T16:44:58.999Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T16:44:58.999Z] ---> 1b8c90b73968 [2021-01-15T16:44:58.999Z] 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-15T16:44:59.262Z] Removing intermediate container 6155fa03037f [2021-01-15T16:44:59.262Z] ---> 0fd464126c52 [2021-01-15T16:44:59.262Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:44:59.527Z] Removing intermediate container 74e3cde92d50 [2021-01-15T16:44:59.527Z] ---> 419dc60caba5 [2021-01-15T16:44:59.527Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:44:59.527Z] ---> 5169678568e9 [2021-01-15T16:44:59.527Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T16:44:59.804Z] ---> Running in c71d4bd947c7 [2021-01-15T16:44:59.804Z] ---> Running in 53d36be7c815 [2021-01-15T16:44:59.804Z] ---> Running in 8b4f5ff40165 [2021-01-15T16:44:59.804Z] ---> 7bf40568a995 [2021-01-15T16:44:59.804Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:59.804Z] ---> b146ea369346 [2021-01-15T16:44:59.804Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T16:45:00.083Z] Removing intermediate container 53d36be7c815 [2021-01-15T16:45:00.083Z] ---> 6d1664c0df1e [2021-01-15T16:45:00.083Z] Step 21/22 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:45:00.083Z] Removing intermediate container c71d4bd947c7 [2021-01-15T16:45:00.083Z] ---> 532502046315 [2021-01-15T16:45:00.083Z] Step 21/22 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:45:00.083Z] Removing intermediate container 8b4f5ff40165 [2021-01-15T16:45:00.083Z] ---> d86b0c31bc09 [2021-01-15T16:45:00.083Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:45:00.355Z] ---> Running in 195ccb8f9763 [2021-01-15T16:45:00.355Z] ---> Running in 006356a39714 [2021-01-15T16:45:00.355Z] ---> Running in b76043425d7a [2021-01-15T16:45:00.355Z] ---> 037285cce089 [2021-01-15T16:45:00.355Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T16:45:00.355Z] ---> 94453a5fd493 [2021-01-15T16:45:00.355Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T16:45:00.631Z] ---> Running in c43bf501281e [2021-01-15T16:45:00.631Z] Removing intermediate container 006356a39714 [2021-01-15T16:45:00.631Z] ---> 8f5af94691f9 [2021-01-15T16:45:00.631Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T16:45:00.631Z] Removing intermediate container b76043425d7a [2021-01-15T16:45:00.631Z] ---> 47e130d27691 [2021-01-15T16:45:00.631Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:45:00.914Z] Removing intermediate container 195ccb8f9763 [2021-01-15T16:45:00.914Z] ---> 6b10b4cc2e24 [2021-01-15T16:45:00.914Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:45:00.914Z] ---> Running in f43d1435ea43 [2021-01-15T16:45:00.914Z] ---> Running in 3fede56e8266 [2021-01-15T16:45:00.914Z] ---> Running in 74a12ce4c919 [2021-01-15T16:45:00.914Z] Removing intermediate container c43bf501281e [2021-01-15T16:45:00.914Z] ---> ec65d8224be9 [2021-01-15T16:45:00.914Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T16:45:01.182Z] ---> 81e41e14df9d [2021-01-15T16:45:01.182Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T16:45:01.182Z] ---> Running in e3a75bc90a79 [2021-01-15T16:45:01.793Z] Removing intermediate container 3fede56e8266 [2021-01-15T16:45:01.793Z] ---> c5b5d53f2aad [2021-01-15T16:45:01.793Z] [2021-01-15T16:45:01.793Z] Removing intermediate container f43d1435ea43 [2021-01-15T16:45:01.793Z] ---> 3fcedee0af00 [2021-01-15T16:45:01.793Z] Step 23/24 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:45:01.793Z] Removing intermediate container 74a12ce4c919 [2021-01-15T16:45:01.793Z] ---> 6e4d57d7fa2a [2021-01-15T16:45:01.793Z] [2021-01-15T16:45:01.793Z] ---> 4133f9700196 [2021-01-15T16:45:01.793Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T16:45:02.085Z] ---> Running in 930fc6f687b2 [2021-01-15T16:45:02.085Z] Removing intermediate container e3a75bc90a79 [2021-01-15T16:45:02.085Z] ---> 6bfe20fac381 [2021-01-15T16:45:02.085Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T16:45:02.085Z] Successfully built 6e4d57d7fa2a [2021-01-15T16:45:02.085Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T16:45:02.085Z] Building docker-support-scheduler-go [2021-01-15T16:45:02.085Z]  Building docker-core-metadata-go ... done Successfully built c5b5d53f2aad [2021-01-15T16:45:02.085Z] ---> Running in abd81dc20d47 [2021-01-15T16:45:02.085Z] Successfully tagged docker-core-command-go:latest [2021-01-15T16:45:02.085Z] Building docker-sys-mgmt-agent-go [2021-01-15T16:45:02.361Z]  Building docker-core-command-go ... done Removing intermediate container 930fc6f687b2 [2021-01-15T16:45:02.361Z] ---> c6bb41109d47 [2021-01-15T16:45:02.361Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:45:02.361Z] ---> 66639257da84 [2021-01-15T16:45:02.361Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T16:45:02.361Z] ---> Running in 63ae7b3e9fc0 [2021-01-15T16:45:02.649Z] Removing intermediate container abd81dc20d47 [2021-01-15T16:45:02.649Z] ---> 133e39c93a20 [2021-01-15T16:45:02.649Z] Step 20/21 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:45:02.649Z] ---> Running in c83b84f2d89b [2021-01-15T16:45:02.649Z] ---> Running in eb0002d259a7 [2021-01-15T16:45:02.918Z] Removing intermediate container 63ae7b3e9fc0 [2021-01-15T16:45:02.918Z] ---> 81e3c912620c [2021-01-15T16:45:02.918Z] [2021-01-15T16:45:03.191Z] Removing intermediate container eb0002d259a7 [2021-01-15T16:45:03.191Z] ---> 2e11e4f3c2c1 [2021-01-15T16:45:03.191Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T16:45:03.191Z] Successfully built 81e3c912620c [2021-01-15T16:45:03.191Z] ---> Running in d6dc25c427a0 [2021-01-15T16:45:03.191Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T16:45:03.191Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-15T16:45:03.790Z] Removing intermediate container d6dc25c427a0 [2021-01-15T16:45:03.790Z] ---> 8f900740a3a3 [2021-01-15T16:45:03.790Z] [2021-01-15T16:45:04.063Z] Successfully built 8f900740a3a3 [2021-01-15T16:45:04.063Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T16:45:04.063Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-15T16:45:06.012Z] Removing intermediate container c83b84f2d89b [2021-01-15T16:45:06.012Z] ---> 52b1a06e7566 [2021-01-15T16:45:06.012Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T16:45:07.419Z] ---> Running in 6386a71d0b48 [2021-01-15T16:45:08.872Z] Removing intermediate container 6386a71d0b48 [2021-01-15T16:45:08.872Z] ---> 0f73787871bf [2021-01-15T16:45:08.872Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T16:45:09.492Z] ---> Running in 5d155aef5445 [2021-01-15T16:45:10.451Z] Removing intermediate container 5d155aef5445 [2021-01-15T16:45:10.451Z] ---> 2062741f83a6 [2021-01-15T16:45:10.451Z] Step 23/24 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:45:10.719Z] ---> Running in 72c19183a995 [2021-01-15T16:45:11.300Z] Removing intermediate container 72c19183a995 [2021-01-15T16:45:11.301Z] ---> d1c28c5aaea8 [2021-01-15T16:45:11.301Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:45:11.933Z] ---> Running in d4b70b268262 [2021-01-15T16:45:12.525Z] Removing intermediate container d4b70b268262 [2021-01-15T16:45:12.525Z] ---> 8c5bc6665807 [2021-01-15T16:45:12.525Z] [2021-01-15T16:45:12.799Z] Successfully built 8c5bc6665807 [2021-01-15T16:45:13.072Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T16:45:35.387Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:45:35.387Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:45:35.387Z] ---> 976504e8471d [2021-01-15T16:45:35.387Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> dad8f6958440 [2021-01-15T16:45:35.387Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> 48b1bbbc03e4 [2021-01-15T16:45:35.387Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T16:45:35.387Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:45:35.387Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:45:35.387Z] ---> 976504e8471d [2021-01-15T16:45:35.387Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> dad8f6958440 [2021-01-15T16:45:35.387Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> 48b1bbbc03e4 [2021-01-15T16:45:35.387Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:45:35.387Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:45:35.387Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:45:35.387Z] ---> 976504e8471d [2021-01-15T16:45:35.387Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> dad8f6958440 [2021-01-15T16:45:35.387Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> 48b1bbbc03e4 [2021-01-15T16:45:35.387Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T16:45:35.387Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:45:35.387Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:45:35.387Z] ---> 976504e8471d [2021-01-15T16:45:35.387Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> dad8f6958440 [2021-01-15T16:45:35.387Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:45:35.387Z] ---> Using cache [2021-01-15T16:45:35.387Z] ---> 48b1bbbc03e4 [2021-01-15T16:45:35.387Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:45:35.387Z] ---> Running in 98ad4e9f3c8f [2021-01-15T16:45:35.387Z] ---> Running in 3fdc5b6be963 [2021-01-15T16:45:35.387Z] ---> Running in 0671ccfbb92c [2021-01-15T16:45:35.387Z] ---> Running in 8ff58f5b54e6 [2021-01-15T16:45:35.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:35.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:35.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:35.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:36.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:36.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:36.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:36.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:45:36.876Z] OK: 233 MiB in 51 packages [2021-01-15T16:45:37.148Z] OK: 233 MiB in 51 packages [2021-01-15T16:45:37.731Z] Removing intermediate container 8ff58f5b54e6 [2021-01-15T16:45:37.732Z] ---> 60f68f5e9bd1 [2021-01-15T16:45:37.732Z] Step 6/23 : COPY go.mod . [2021-01-15T16:45:37.732Z] Removing intermediate container 0671ccfbb92c [2021-01-15T16:45:37.732Z] ---> ad5894602d06 [2021-01-15T16:45:37.732Z] Step 6/21 : COPY go.mod . [2021-01-15T16:45:38.003Z] OK: 233 MiB in 51 packages [2021-01-15T16:45:38.003Z] ---> a96bde3ce387 [2021-01-15T16:45:38.003Z] Step 7/23 : RUN go mod download [2021-01-15T16:45:38.267Z] ---> aa00adaa50a3 [2021-01-15T16:45:38.267Z] Step 7/21 : RUN go mod download [2021-01-15T16:45:38.267Z] ---> Running in dbe849792bf8 [2021-01-15T16:45:38.534Z] ---> Running in 6dc7fb447c6e [2021-01-15T16:45:38.534Z] OK: 233 MiB in 51 packages [2021-01-15T16:45:38.799Z] Removing intermediate container 98ad4e9f3c8f [2021-01-15T16:45:38.799Z] ---> c31d17401eda [2021-01-15T16:45:38.799Z] Step 6/26 : COPY go.mod . [2021-01-15T16:45:39.073Z] ---> bffe1b007b5a [2021-01-15T16:45:39.073Z] Step 7/26 : RUN go mod download [2021-01-15T16:45:39.073Z] ---> Running in fbc8ea20f705 [2021-01-15T16:45:39.073Z] Removing intermediate container 3fdc5b6be963 [2021-01-15T16:45:39.073Z] ---> 3b6f600fc25c [2021-01-15T16:45:39.073Z] Step 6/22 : COPY go.mod . [2021-01-15T16:45:39.654Z] ---> b841a60815bc [2021-01-15T16:45:39.654Z] Step 7/22 : RUN go mod download [2021-01-15T16:45:39.654Z] ---> Running in 51cac9641074 [2021-01-15T16:45:40.645Z] Removing intermediate container 6dc7fb447c6e [2021-01-15T16:45:40.645Z] ---> 5a05181540a3 [2021-01-15T16:45:40.645Z] Step 8/21 : COPY . . [2021-01-15T16:45:40.645Z] Removing intermediate container dbe849792bf8 [2021-01-15T16:45:40.645Z] ---> 7e6c3a66448d [2021-01-15T16:45:40.645Z] Step 8/23 : COPY . . [2021-01-15T16:45:41.268Z] Removing intermediate container fbc8ea20f705 [2021-01-15T16:45:41.268Z] ---> 3c64ee57920f [2021-01-15T16:45:41.268Z] Step 8/26 : COPY . . [2021-01-15T16:45:46.663Z] Removing intermediate container 51cac9641074 [2021-01-15T16:45:46.663Z] ---> a1257c5dbeb8 [2021-01-15T16:45:46.663Z] Step 8/22 : COPY . . [2021-01-15T16:45:59.813Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20548 in /w/workspace/edgexfoundry_edgex-go_PR-3039 [Pipeline] { [Pipeline] ws [2021-01-15T16:45:59.870Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-15T16:46:05.544Z] using credential edgex-jenkins-ssh [2021-01-15T16:46:05.599Z] Cloning the remote Git repository [2021-01-15T16:46:05.664Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:05.783Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-15T16:46:05.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:05.885Z] > git --version # timeout=10 [2021-01-15T16:46:05.909Z] > git --version # 'git version 2.17.1' [2021-01-15T16:46:05.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:05.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:46:13.807Z] ---> 27f2d5277473 [2021-01-15T16:46:13.807Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T16:46:13.807Z] ---> 4b513299867a [2021-01-15T16:46:13.807Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T16:46:13.807Z] ---> b7a97fe777d5 [2021-01-15T16:46:13.807Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T16:46:13.807Z] ---> Running in 6436987dfc6f [2021-01-15T16:46:13.807Z] ---> Running in d6107ed4a195 [2021-01-15T16:46:13.807Z] ---> Running in 5d5ae7c06e44 [2021-01-15T16:46:13.807Z] ---> 0af0caf41f69 [2021-01-15T16:46:13.807Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T16:46:13.807Z] ---> Running in 6c11dcdbcb01 [2021-01-15T16:46:13.807Z] 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-15T16:46:13.807Z] 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-15T16:46:13.807Z] 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-15T16:46:13.807Z] 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-15T16:46:35.212Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:46:35.631Z] Merge succeeded, producing 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:46:35.632Z] Checking out Revision 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 (PR-3039) [2021-01-15T16:46:34.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:46:34.417Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:46:34.451Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:46:34.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:34.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:34.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3039/head:refs/remotes/origin/PR-3039 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T16:46:35.233Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:46:35.247Z] > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 [2021-01-15T16:46:35.550Z] > git remote # timeout=10 [2021-01-15T16:46:35.567Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T16:46:35.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:35.593Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-15T16:46:35.616Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T16:46:35.641Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:46:35.653Z] > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 [2021-01-15T16:46:40.321Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T16:46:41.941Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:46:42.405Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:46:42.754Z] + sudo service docker restart [2021-01-15T16:46:42.754Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T16:46:44.824Z] provisioning config files... [2021-01-15T16:46:44.865Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8256044101562064534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:46:45.287Z] ---> docker-login.sh [2021-01-15T16:46:45.287Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:46:46.238Z] Removing intermediate container 6c11dcdbcb01 [2021-01-15T16:46:46.238Z] ---> 1ff2dd87591b [2021-01-15T16:46:46.238Z] [2021-01-15T16:46:46.238Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T16:46:46.238Z] ---> 389fef711851 [2021-01-15T16:46:46.238Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:46:46.238Z] ---> Using cache [2021-01-15T16:46:46.238Z] ---> 5a78e462fb1f [2021-01-15T16:46:46.238Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T16:46:46.238Z] ---> Running in d4e250a2c58b [2021-01-15T16:46:46.238Z] Removing intermediate container d6107ed4a195 [2021-01-15T16:46:46.238Z] ---> 9e316a60418e [2021-01-15T16:46:46.238Z] [2021-01-15T16:46:46.238Z] Step 10/21 : FROM scratch [2021-01-15T16:46:46.238Z] ---> [2021-01-15T16:46:46.238Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:46:46.238Z] Removing intermediate container 5d5ae7c06e44 [2021-01-15T16:46:46.238Z] ---> f0d118019a2a [2021-01-15T16:46:46.238Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T16:46:46.238Z] ---> Running in c7b7bb749d3e [2021-01-15T16:46:46.238Z] ---> Using cache [2021-01-15T16:46:46.238Z] ---> ac83ebc7651d [2021-01-15T16:46:46.238Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T16:46:46.238Z] Removing intermediate container d4e250a2c58b [2021-01-15T16:46:46.238Z] ---> cb7fdbf2a617 [2021-01-15T16:46:46.238Z] Step 13/22 : WORKDIR / [2021-01-15T16:46:46.238Z] ---> Running in 76c943e6a900 [2021-01-15T16:46:46.238Z] ---> Running in 64eed9dc3089 [2021-01-15T16:46:46.238Z] 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-15T16:46:46.238Z] Removing intermediate container 76c943e6a900 [2021-01-15T16:46:46.238Z] ---> 3e1a1feb1ed2 [2021-01-15T16:46:46.238Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T16:46:46.238Z] ---> Running in a7d817f4211b [2021-01-15T16:46:46.238Z] Removing intermediate container 64eed9dc3089 [2021-01-15T16:46:46.238Z] ---> edbb3b5a62e6 [2021-01-15T16:46:46.238Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:46:46.238Z] Removing intermediate container a7d817f4211b [2021-01-15T16:46:46.238Z] ---> 09ca66ef20c3 [2021-01-15T16:46:46.238Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:46:46.238Z] ---> 9bc797785844 [2021-01-15T16:46:46.238Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T16:46:46.238Z] ---> c60144978e30 [2021-01-15T16:46:46.238Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T16:46:46.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:46.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:46.880Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:46.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:46.880Z] [2021-01-15T16:46:46.880Z] Login Succeeded [2021-01-15T16:46:46.880Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:46:47.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:47.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:47.158Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:47.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:47.158Z] [2021-01-15T16:46:47.158Z] Login Succeeded [2021-01-15T16:46:47.158Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:46:47.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:47.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:47.756Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:47.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:47.756Z] [2021-01-15T16:46:47.756Z] Login Succeeded [2021-01-15T16:46:47.756Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:46:48.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:48.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:48.301Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:48.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:48.301Z] [2021-01-15T16:46:48.301Z] Login Succeeded [2021-01-15T16:46:48.301Z] docker.io [2021-01-15T16:46:48.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:48.812Z] ---> 0b0cc8ef5d1f [2021-01-15T16:46:48.812Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T16:46:48.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:48.845Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:48.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:48.845Z] [2021-01-15T16:46:48.845Z] Login Succeeded [2021-01-15T16:46:48.845Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:46:48.865Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-15T16:46:49.081Z] ---> af786adeeacc [2021-01-15T16:46:49.081Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T16:46:49.081Z] Removing intermediate container 6436987dfc6f [2021-01-15T16:46:49.081Z] ---> 506699f575fc [2021-01-15T16:46:49.081Z] [2021-01-15T16:46:49.081Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T16:46:49.081Z] ---> 389fef711851 [2021-01-15T16:46:49.081Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] echo [2021-01-15T16:46:49.289Z] ========================================================= [2021-01-15T16:46:49.289Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T16:46:49.289Z] ========================================================= [2021-01-15T16:46:49.346Z] ---> c85d69ec34de [2021-01-15T16:46:49.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T16:46:49.346Z] ---> Running in f33c07fe8cc7 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:46:49.612Z] Removing intermediate container c7b7bb749d3e [2021-01-15T16:46:49.612Z] ---> cf3f3b49b117 [2021-01-15T16:46:49.612Z] [2021-01-15T16:46:49.612Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T16:46:49.612Z] ---> 2df656605aed [2021-01-15T16:46:49.612Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T16:46:49.612Z] 20.10.0: Pulling from library/docker [2021-01-15T16:46:49.612Z] Removing intermediate container f33c07fe8cc7 [2021-01-15T16:46:49.612Z] ---> 24ad0f5fb8a5 [2021-01-15T16:46:49.612Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T16:46:49.612Z] ---> Running in 829d5ff2a19e [2021-01-15T16:46:49.714Z] + 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-15T16:46:49.877Z] ---> fe4685d7ce29 [2021-01-15T16:46:49.877Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T16:46:49.877Z] ---> Running in 8d4451b12ab3 [2021-01-15T16:46:50.142Z] ---> Running in 22406ad83008 [2021-01-15T16:46:50.408Z] Removing intermediate container 829d5ff2a19e [2021-01-15T16:46:50.408Z] ---> 7d7902dd2c43 [2021-01-15T16:46:50.408Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:46:51.368Z] ---> Running in ffa28633f25d [2021-01-15T16:46:51.368Z] Removing intermediate container 8d4451b12ab3 [2021-01-15T16:46:51.368Z] ---> 738ca43271fc [2021-01-15T16:46:51.368Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T16:46:51.368Z] ---> Running in 24c24b775e70 [2021-01-15T16:46:51.637Z] Removing intermediate container ffa28633f25d [2021-01-15T16:46:51.637Z] ---> d683d47e9550 [2021-01-15T16:46:51.637Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T16:46:51.637Z] ---> Running in 77b618cb8827 [2021-01-15T16:46:51.637Z] Removing intermediate container 24c24b775e70 [2021-01-15T16:46:51.637Z] ---> 48f488ad1395 [2021-01-15T16:46:51.637Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:46:51.706Z] Sending build context to Docker daemon 165.5MB [2021-01-15T16:46:51.706Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T16:46:51.706Z] Step 2/6 : FROM ${BASE} [2021-01-15T16:46:51.706Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T16:46:51.706Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T16:46:51.706Z] a4357932f1b6: Pulling fs layer [2021-01-15T16:46:51.706Z] 18c013af1878: Pulling fs layer [2021-01-15T16:46:51.706Z] 00ac8860ef70: Pulling fs layer [2021-01-15T16:46:51.706Z] 63d7cb157983: Pulling fs layer [2021-01-15T16:46:51.706Z] b116817d02f9: Pulling fs layer [2021-01-15T16:46:51.706Z] 745a02a5169b: Pulling fs layer [2021-01-15T16:46:51.706Z] 00ac8860ef70: Waiting [2021-01-15T16:46:51.706Z] 63d7cb157983: Waiting [2021-01-15T16:46:51.706Z] b116817d02f9: Waiting [2021-01-15T16:46:51.706Z] 745a02a5169b: Waiting [2021-01-15T16:46:51.902Z] ---> Running in 9320c90c3371 [2021-01-15T16:46:51.978Z] 18c013af1878: Verifying Checksum [2021-01-15T16:46:51.978Z] 18c013af1878: Download complete [2021-01-15T16:46:51.978Z] a4357932f1b6: Download complete [2021-01-15T16:46:51.978Z] 63d7cb157983: Verifying Checksum [2021-01-15T16:46:51.978Z] 63d7cb157983: Download complete [2021-01-15T16:46:51.978Z] b116817d02f9: Download complete [2021-01-15T16:46:51.978Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T16:46:51.978Z] 5f621e34cdf4: Download complete [2021-01-15T16:46:52.170Z] Removing intermediate container 77b618cb8827 [2021-01-15T16:46:52.170Z] ---> 34884457ee01 [2021-01-15T16:46:52.170Z] Step 20/21 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:46:52.170Z] ---> Running in 445d2a028860 [2021-01-15T16:46:52.582Z] 5f621e34cdf4: Pull complete [2021-01-15T16:46:52.772Z] Removing intermediate container 22406ad83008 [2021-01-15T16:46:52.772Z] ---> 346afd55b580 [2021-01-15T16:46:52.772Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T16:46:52.772Z] Removing intermediate container 445d2a028860 [2021-01-15T16:46:52.772Z] ---> 68c27f1be43a [2021-01-15T16:46:52.772Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T16:46:53.037Z] ---> Running in 89f0655e5f5f [2021-01-15T16:46:53.037Z] ---> Running in 6b796b48d47a [2021-01-15T16:46:53.194Z] a4357932f1b6: Pull complete [2021-01-15T16:46:53.304Z] Removing intermediate container 6b796b48d47a [2021-01-15T16:46:53.304Z] ---> a0071ec952cd [2021-01-15T16:46:53.304Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:46:53.470Z] 18c013af1878: Pull complete [2021-01-15T16:46:53.573Z] Removing intermediate container 89f0655e5f5f [2021-01-15T16:46:53.573Z] ---> 7e78ea93a16a [2021-01-15T16:46:53.573Z] [2021-01-15T16:46:53.573Z] ---> Running in 94b4257caba3 [2021-01-15T16:46:53.840Z] Removing intermediate container 9320c90c3371 [2021-01-15T16:46:53.840Z] ---> de93a1c7a10d [2021-01-15T16:46:53.840Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T16:46:53.840Z] Successfully built 7e78ea93a16a [2021-01-15T16:46:53.840Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T16:46:53.840Z]  Building docker-support-scheduler-go ... done  ---> Running in d1e75d6acb9a [2021-01-15T16:46:53.840Z] Removing intermediate container 94b4257caba3 [2021-01-15T16:46:53.840Z] ---> 4e8628c47071 [2021-01-15T16:46:53.840Z] Step 21/22 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:46:54.109Z] ---> Running in be62919eb4b4 [2021-01-15T16:46:54.406Z] Removing intermediate container be62919eb4b4 [2021-01-15T16:46:54.406Z] ---> f4825081fb1e [2021-01-15T16:46:54.406Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:46:54.673Z] ---> Running in 21ec8429c99a [2021-01-15T16:46:54.911Z] 745a02a5169b: Download complete [2021-01-15T16:46:54.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:46:54.941Z] Removing intermediate container 21ec8429c99a [2021-01-15T16:46:54.941Z] ---> 89a6f7628668 [2021-01-15T16:46:54.941Z] [2021-01-15T16:46:55.210Z] Successfully built 89a6f7628668 [2021-01-15T16:46:55.210Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T16:46:55.474Z]  Building docker-security-bootstrap-redis-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T16:46:55.474Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T16:46:55.474Z] ---> aefe523efa57 [2021-01-15T16:46:55.474Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T16:46:55.740Z] ---> Running in 52d6cc3131a0 [2021-01-15T16:46:55.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:46:56.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:46:56.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:46:56.354Z] 00ac8860ef70: Verifying Checksum [2021-01-15T16:46:56.354Z] 00ac8860ef70: Download complete [2021-01-15T16:46:56.586Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T16:46:56.586Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T16:46:56.850Z] Executing bash-5.0.17-r0.post-install [2021-01-15T16:46:56.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:46:56.850Z] OK: 12 MiB in 22 packages [2021-01-15T16:46:57.124Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T16:46:57.124Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T16:46:57.389Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T16:46:57.967Z] Removing intermediate container 52d6cc3131a0 [2021-01-15T16:46:57.967Z] ---> c61733cff652 [2021-01-15T16:46:57.967Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T16:46:57.967Z] ---> Running in 957335fc67d6 [2021-01-15T16:46:57.967Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T16:46:57.967Z] Removing intermediate container 957335fc67d6 [2021-01-15T16:46:57.967Z] ---> e981d4c4b810 [2021-01-15T16:46:57.967Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T16:46:58.239Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T16:46:58.239Z] ---> Running in d42d72b0afe5 [2021-01-15T16:46:58.239Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:46:58.239Z] OK: 8 MiB in 19 packages [2021-01-15T16:46:58.239Z] Removing intermediate container d42d72b0afe5 [2021-01-15T16:46:58.239Z] ---> c216d7dac006 [2021-01-15T16:46:58.239Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T16:46:58.505Z] ---> Running in 6615683959c5 [2021-01-15T16:46:58.505Z] Removing intermediate container 6615683959c5 [2021-01-15T16:46:58.505Z] ---> 3cf93ba0e308 [2021-01-15T16:46:58.505Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T16:46:59.081Z] Removing intermediate container d1e75d6acb9a [2021-01-15T16:46:59.081Z] ---> 3308600b7987 [2021-01-15T16:46:59.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:46:59.081Z] ---> 940cd02559f5 [2021-01-15T16:46:59.081Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T16:46:59.346Z] ---> 7dfb7f20eef0 [2021-01-15T16:46:59.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T16:46:59.346Z] ---> 627d409e7446 [2021-01-15T16:46:59.346Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T16:47:00.032Z] ---> 24d7bebc400a [2021-01-15T16:47:00.032Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T16:47:00.032Z] ---> 4d81a5f308b6 [2021-01-15T16:47:00.032Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T16:47:00.032Z] ---> Running in 9189a84a0f30 [2021-01-15T16:47:00.316Z] ---> c0d00e323d4d [2021-01-15T16:47:00.316Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T16:47:00.600Z] ---> Running in 33e329bb4924 [2021-01-15T16:47:00.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:47:00.600Z] Removing intermediate container 33e329bb4924 [2021-01-15T16:47:00.600Z] ---> 035361144675 [2021-01-15T16:47:00.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:47:00.898Z] ---> Running in 3f827601fc9f [2021-01-15T16:47:00.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:47:00.898Z] Removing intermediate container 3f827601fc9f [2021-01-15T16:47:00.898Z] ---> 77f4ccd3f2ef [2021-01-15T16:47:00.898Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T16:47:00.898Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T16:47:00.898Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T16:47:00.898Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T16:47:00.898Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T16:47:01.180Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T16:47:01.180Z] ---> Running in 3a3456f2e699 [2021-01-15T16:47:01.180Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T16:47:01.180Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T16:47:01.814Z] Removing intermediate container 3a3456f2e699 [2021-01-15T16:47:01.814Z] ---> 3a3b811df85f [2021-01-15T16:47:01.814Z] Step 22/23 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:47:04.369Z] ---> Running in ecc8e66f608b [2021-01-15T16:47:04.369Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T16:47:04.369Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T16:47:04.369Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T16:47:04.369Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T16:47:04.369Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T16:47:04.369Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T16:47:04.369Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T16:47:04.944Z] Removing intermediate container ecc8e66f608b [2021-01-15T16:47:04.944Z] ---> 7df6c15adbd9 [2021-01-15T16:47:04.944Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T16:47:04.944Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T16:47:05.206Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T16:47:05.206Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T16:47:05.468Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T16:47:05.468Z] ---> Running in 40b0740c4b0e [2021-01-15T16:47:05.468Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T16:47:05.468Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T16:47:05.468Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T16:47:05.468Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T16:47:05.468Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T16:47:05.468Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T16:47:05.468Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T16:47:06.043Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T16:47:06.043Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T16:47:06.043Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T16:47:06.043Z] Removing intermediate container 40b0740c4b0e [2021-01-15T16:47:06.043Z] ---> 0c6a304dbb8a [2021-01-15T16:47:06.043Z] [2021-01-15T16:47:06.043Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T16:47:06.043Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T16:47:06.043Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T16:47:06.043Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T16:47:06.043Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T16:47:06.304Z] Successfully built 0c6a304dbb8a [2021-01-15T16:47:06.304Z] Successfully tagged docker-core-data-go:latest [2021-01-15T16:47:06.304Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-15T16:47:06.304Z] OK: 71 MiB in 55 packages [2021-01-15T16:47:06.540Z] 00ac8860ef70: Pull complete [2021-01-15T16:47:06.540Z] 63d7cb157983: Pull complete [2021-01-15T16:47:06.816Z] b116817d02f9: Pull complete [2021-01-15T16:47:10.230Z] 745a02a5169b: Pull complete [2021-01-15T16:47:10.512Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T16:47:10.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T16:47:10.512Z] ---> b7e6874047d6 [2021-01-15T16:47:10.512Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T16:47:12.928Z] Removing intermediate container 9189a84a0f30 [2021-01-15T16:47:12.928Z] ---> d9c426df78d5 [2021-01-15T16:47:12.928Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T16:47:12.928Z] ---> Running in 1bae88cd6521 [2021-01-15T16:47:14.850Z] Collecting docker-compose==1.23.2 [2021-01-15T16:47:14.850Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T16:47:14.850Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T16:47:14.850Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T16:47:14.850Z] 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-15T16:47:14.850Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T16:47:14.850Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T16:47:14.869Z] ---> Running in 8f22cba83269 [2021-01-15T16:47:15.113Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T16:47:15.113Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T16:47:15.375Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T16:47:15.375Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T16:47:15.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:47:15.957Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T16:47:15.957Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T16:47:16.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:47:16.220Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T16:47:16.220Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T16:47:16.798Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T16:47:16.798Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T16:47:17.028Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T16:47:17.638Z] (2/12) Installing file (5.38-r0) [2021-01-15T16:47:17.638Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T16:47:17.638Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T16:47:18.192Z] Collecting PyYAML<4,>=3.10 [2021-01-15T16:47:18.192Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T16:47:18.768Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T16:47:18.769Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T16:47:19.037Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T16:47:19.037Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T16:47:19.037Z] 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-15T16:47:19.037Z] Collecting idna<2.8,>=2.5 [2021-01-15T16:47:19.037Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T16:47:19.037Z] 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-15T16:47:19.299Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T16:47:19.299Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T16:47:19.299Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T16:47:19.299Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T16:47:19.299Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T16:47:19.299Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T16:47:19.563Z] Installing collected packages: jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, docopt, dockerpty, PyYAML, cached-property, docker-compose [2021-01-15T16:47:19.826Z] Attempting uninstall: idna [2021-01-15T16:47:19.826Z] Found existing installation: idna 2.9 [2021-01-15T16:47:19.826Z] Uninstalling idna-2.9: [2021-01-15T16:47:19.826Z] Successfully uninstalled idna-2.9 [2021-01-15T16:47:19.826Z] Attempting uninstall: urllib3 [2021-01-15T16:47:19.826Z] Found existing installation: urllib3 1.25.9 [2021-01-15T16:47:19.826Z] Uninstalling urllib3-1.25.9: [2021-01-15T16:47:20.089Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T16:47:20.089Z] Attempting uninstall: requests [2021-01-15T16:47:20.089Z] Found existing installation: requests 2.23.0 [2021-01-15T16:47:20.089Z] Uninstalling requests-2.23.0: [2021-01-15T16:47:20.350Z] Successfully uninstalled requests-2.23.0 [2021-01-15T16:47:20.614Z] Running setup.py install for texttable: started [2021-01-15T16:47:21.191Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T16:47:21.192Z] Running setup.py install for docopt: started [2021-01-15T16:47:21.455Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T16:47:21.455Z] Running setup.py install for dockerpty: started [2021-01-15T16:47:22.030Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T16:47:22.030Z] Running setup.py install for PyYAML: started [2021-01-15T16:47:22.642Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T16:47:22.905Z] 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-15T16:47:26.232Z] Removing intermediate container 1bae88cd6521 [2021-01-15T16:47:26.232Z] ---> c24f6ee0aa1b [2021-01-15T16:47:26.232Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T16:47:26.232Z] ---> Running in b3d975150151 [2021-01-15T16:47:26.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:47:26.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:47:26.762Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:47:26.762Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T16:47:26.762Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T16:47:26.762Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:47:26.762Z] OK: 72 MiB in 58 packages [2021-01-15T16:47:27.337Z] Removing intermediate container b3d975150151 [2021-01-15T16:47:27.337Z] ---> 30db35fed3ec [2021-01-15T16:47:27.337Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T16:47:27.337Z] ---> Running in d1d35aec5369 [2021-01-15T16:47:27.599Z] Removing intermediate container d1d35aec5369 [2021-01-15T16:47:27.600Z] ---> 6ed596777ba3 [2021-01-15T16:47:27.600Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:47:27.600Z] ---> Running in 138734deeb5d [2021-01-15T16:47:27.862Z] Removing intermediate container 138734deeb5d [2021-01-15T16:47:27.862Z] ---> f72d4448b70d [2021-01-15T16:47:27.862Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T16:47:27.862Z] ---> Running in 5a558d02153c [2021-01-15T16:47:28.124Z] Removing intermediate container 5a558d02153c [2021-01-15T16:47:28.124Z] ---> 691289f288f0 [2021-01-15T16:47:28.124Z] Step 25/26 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:47:28.124Z] ---> Running in 55fc177cd74e [2021-01-15T16:47:28.388Z] Removing intermediate container 55fc177cd74e [2021-01-15T16:47:28.388Z] ---> 630ec59b1307 [2021-01-15T16:47:28.388Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T16:47:28.388Z] ---> Running in 7ca773d5d3fe [2021-01-15T16:47:28.649Z] Removing intermediate container 7ca773d5d3fe [2021-01-15T16:47:28.649Z] ---> 116012275bf4 [2021-01-15T16:47:28.649Z] [2021-01-15T16:47:28.649Z] Successfully built 116012275bf4 [2021-01-15T16:47:28.649Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T16:47:29.186Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T16:47:29.196Z] $ docker stop --time=1 5c1bc88ba11e5999c03e2649becf314200850dc3b798689c3c2868fbe338fd20 [2021-01-15T16:47:31.657Z] $ docker rm -f 5c1bc88ba11e5999c03e2649becf314200850dc3b798689c3c2868fbe338fd20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:47:32.208Z] + docker images [2021-01-15T16:47:32.208Z] + grep docker [2021-01-15T16:47:32.208Z] docker-sys-mgmt-agent-go latest 116012275bf4 4 seconds ago 313MB [2021-01-15T16:47:32.208Z] docker-core-data-go latest 0c6a304dbb8a 27 seconds ago 22.3MB [2021-01-15T16:47:32.208Z] docker-security-bootstrap-redis-go latest 89a6f7628668 38 seconds ago 15.8MB [2021-01-15T16:47:32.208Z] docker-support-scheduler-go latest 7e78ea93a16a 39 seconds ago 10.7MB [2021-01-15T16:47:32.208Z] docker-security-secretstore-setup-go latest 8c5bc6665807 2 minutes ago 24.6MB [2021-01-15T16:47:32.208Z] docker-security-proxy-setup-go latest 8f900740a3a3 2 minutes ago 24.4MB [2021-01-15T16:47:32.208Z] docker-support-notifications-go latest 81e3c912620c 2 minutes ago 12MB [2021-01-15T16:47:32.208Z] docker-core-command-go latest c5b5d53f2aad 2 minutes ago 10.6MB [2021-01-15T16:47:32.208Z] docker-core-metadata-go latest 6e4d57d7fa2a 2 minutes ago 13.1MB [2021-01-15T16:47:32.208Z] docker 20.10.0 aefe523efa57 5 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] } [2021-01-15T16:47:32.697Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T16:47:32.697Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T16:47:32.697Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T16:47:32.697Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T16:47:32.697Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T16:47:32.697Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T16:47:32.697Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T16:47:32.697Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T16:47:32.697Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:47:32.697Z] OK: 217 MiB in 51 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-15T16:47:37.017Z] Removing intermediate container 8f22cba83269 [2021-01-15T16:47:37.017Z] ---> db3dc39ae92d [2021-01-15T16:47:37.017Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T16:47:37.017Z] ---> Running in 3ea0610d15a5 [2021-01-15T16:47:37.017Z] Removing intermediate container 3ea0610d15a5 [2021-01-15T16:47:37.017Z] ---> 0fb29a86f49d [2021-01-15T16:47:37.017Z] Step 5/6 : COPY go.mod . [2021-01-15T16:47:37.614Z] ---> ce6c9c7d3161 [2021-01-15T16:47:37.614Z] Step 6/6 : RUN go mod download [2021-01-15T16:47:37.885Z] ---> Running in 9b4dd2044f8b [2021-01-15T16:47:47.926Z] Still waiting to schedule task [2021-01-15T16:47:47.926Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20551’ [2021-01-15T16:48:04.708Z] Removing intermediate container 9b4dd2044f8b [2021-01-15T16:48:04.708Z] ---> 9a17265cb69e [2021-01-15T16:48:04.708Z] Successfully built 9a17265cb69e [2021-01-15T16:48:04.708Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:05.058Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T16:48:05.058Z] . [Pipeline] withDockerContainer [2021-01-15T16:48:05.394Z] prd-ubuntu18.04-docker-arm64-4c-16g-20548 does not seem to be running inside a container [2021-01-15T16:48:05.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T16:48:07.172Z] $ docker top 2e58612bd7fe14cba3f0617b3fcff12c09e1121310932a81c79f704ef6e2b3c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:48:08.250Z] + go version [2021-01-15T16:48:08.251Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T16:48:08.280Z] $ docker stop --time=1 2e58612bd7fe14cba3f0617b3fcff12c09e1121310932a81c79f704ef6e2b3c4 [2021-01-15T16:48:10.311Z] $ docker rm -f 2e58612bd7fe14cba3f0617b3fcff12c09e1121310932a81c79f704ef6e2b3c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:11.382Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T16:48:11.382Z] . [Pipeline] withDockerContainer [2021-01-15T16:48:11.701Z] prd-ubuntu18.04-docker-arm64-4c-16g-20548 does not seem to be running inside a container [2021-01-15T16:48:11.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T16:48:13.300Z] $ docker top a07877fe03cdea755b80c7645ec5a60c4d98ad3dc18416da21778907e5a06414 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T16:48:13.633Z] ========================================================= [2021-01-15T16:48:13.633Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T16:48:13.633Z] ========================================================= [Pipeline] sh [2021-01-15T16:48:14.275Z] + make test [2021-01-15T16:48:14.275Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T16:48:41.091Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T16:49:28.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T16:49:31.219Z] Running on prd-ubuntu18.04-docker-8c-8g-20555 in /w/workspace/edgexfoundry_edgex-go_PR-3039 [Pipeline] { [Pipeline] ws [2021-01-15T16:49:31.317Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-15T16:49:33.381Z] using credential edgex-jenkins-ssh [2021-01-15T16:49:33.429Z] Cloning the remote Git repository [2021-01-15T16:49:33.452Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:49:33.523Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-15T16:49:33.549Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:49:33.549Z] > git --version # timeout=10 [2021-01-15T16:49:33.556Z] > git --version # 'git version 2.17.1' [2021-01-15T16:49:33.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:49:33.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T16:49:46.794Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T16:49:48.827Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:49:48.951Z] Merge succeeded, producing 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:49:48.952Z] Checking out Revision 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 (PR-3039) [2021-01-15T16:49:48.306Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:49:48.312Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:49:48.322Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:49:48.336Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:49:48.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:49:48.340Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3039/head:refs/remotes/origin/PR-3039 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T16:49:48.834Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:49:48.839Z] > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 [2021-01-15T16:49:48.911Z] > git remote # timeout=10 [2021-01-15T16:49:48.917Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T16:49:48.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:49:48.925Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-15T16:49:48.943Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T16:49:48.954Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:49:48.960Z] > git checkout -f 27f9ef015b6b6c909b41bd3d85b12fec80b46d44 # timeout=10 [2021-01-15T16:49:53.895Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T16:49:53.895Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T16:49:53.895Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T16:49:54.011Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:49:55.200Z] + echo snap-build.sh [2021-01-15T16:49:55.200Z] snap-build.sh [2021-01-15T16:49:55.200Z] + SNAP_BASE_DIR=. [2021-01-15T16:49:55.200Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-15T16:49:55.200Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-15T16:49:55.200Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-15T16:49:55.200Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-15T16:49:55.200Z] + cd /w/workspace/edgex-go/2 [2021-01-15T16:49:55.200Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T16:49:55.200Z] Reading package lists... [2021-01-15T16:49:55.462Z] Building dependency tree... [2021-01-15T16:49:55.462Z] Reading state information... [2021-01-15T16:49:55.462Z] The following packages were automatically installed and are no longer required: [2021-01-15T16:49:55.462Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T16:49:55.462Z] uidmap xdelta3 [2021-01-15T16:49:55.462Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T16:49:55.462Z] The following packages will be REMOVED: [2021-01-15T16:49:55.462Z] lxd* lxd-client* [2021-01-15T16:49:56.036Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T16:49:56.036Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T16:49:56.827Z] (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-15T16:49:56.827Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T16:49:57.772Z] Removing lxd dnsmasq configuration [2021-01-15T16:49:57.772Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T16:49:57.772Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T16:49:58.718Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T16:49:58.981Z] (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-15T16:49:58.981Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T16:50:00.372Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T16:50:00.372Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T16:50:00.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.309s coverage: 46.6% of statements [2021-01-15T16:50:00.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T16:50:00.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T16:50:00.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T16:50:00.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T16:50:00.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T16:50:01.317Z] + sudo snap remove --purge lxd [2021-01-15T16:50:01.580Z] snap "lxd" is not installed [2021-01-15T16:50:01.580Z] + sudo groupadd --force --system lxd [2021-01-15T16:50:01.580Z] ++ whoami [2021-01-15T16:50:01.580Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T16:50:01.580Z] + newgrp - lxd [2021-01-15T16:50:01.855Z] + sudo snap install lxd [2021-01-15T16:50:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.0% of statements [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T16:50:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-01-15T16:50:08.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T16:50:08.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T16:50:08.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.307s coverage: 67.9% of statements [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T16:50:08.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.789s coverage: 82.3% of statements [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T16:50:08.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T16:50:10.051Z] 2021-01-15T16:50:08Z INFO Waiting for automatic snapd restart... [2021-01-15T16:50:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.290s coverage: 28.6% of statements [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T16:50:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T16:50:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T16:50:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.312s coverage: 86.7% of statements [2021-01-15T16:50:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T16:50:18.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements [2021-01-15T16:50:18.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T16:50:18.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.188s coverage: 78.3% of statements [2021-01-15T16:50:18.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T16:50:18.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T16:50:18.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T16:50:18.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T16:50:28.207Z] lxd 4.10 from Canonical* installed [2021-01-15T16:50:28.207Z] + sudo lxd init --auto [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.516s coverage: 92.8% of statements [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.1% of statements [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.086s coverage: 100.0% of statements [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.181s coverage: 84.2% of statements [2021-01-15T16:50:30.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements [2021-01-15T16:50:30.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T16:50:34.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.692s coverage: 63.5% of statements [2021-01-15T16:50:34.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T16:50:34.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T16:50:34.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-01-15T16:50:34.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-01-15T16:50:34.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-01-15T16:50:34.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-01-15T16:50:34.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-01-15T16:50:36.401Z] + sudo snap install --classic snapcraft [2021-01-15T16:50:40.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.070s coverage: 68.9% of statements [2021-01-15T16:50:40.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T16:50:40.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T16:50:40.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T16:50:40.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T16:50:40.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T16:50:40.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.454s coverage: 37.0% of statements [2021-01-15T16:50:40.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T16:50:40.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T16:50:41.691Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T16:50:41.691Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T16:50:41.691Z] + patch --verbose -p1 [2021-01-15T16:50:41.691Z] Hmm... Looks like a unified diff to me... [2021-01-15T16:50:41.691Z] The text leading up to this was: [2021-01-15T16:50:41.691Z] -------------------------- [2021-01-15T16:50:41.691Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T16:50:41.691Z] |From: Tony Espy [2021-01-15T16:50:41.691Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T16:50:41.691Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T16:50:41.691Z] | [2021-01-15T16:50:41.691Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T16:50:41.691Z] |optimize the snap CI check run for pull requests. When [2021-01-15T16:50:41.691Z] |applied, it essentially strips out everything (apps and [2021-01-15T16:50:41.691Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T16:50:41.691Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T16:50:41.691Z] |catch changes to edgex-go that break the snap build. [2021-01-15T16:50:41.691Z] | [2021-01-15T16:50:41.691Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T16:50:41.691Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T16:50:41.691Z] |resulting in a failed snap build CI check in the associated [2021-01-15T16:50:41.691Z] |pull request. [2021-01-15T16:50:41.691Z] | [2021-01-15T16:50:41.691Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T16:50:41.691Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T16:50:41.691Z] |need to build the finally binary .snap file (and it won't [2021-01-15T16:50:41.691Z] |work with the patch applied). This further reduces the build [2021-01-15T16:50:41.691Z] |time. [2021-01-15T16:50:41.691Z] |--- [2021-01-15T16:50:41.691Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T16:50:41.691Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T16:50:41.691Z] | [2021-01-15T16:50:41.691Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T16:50:41.691Z] |index 1e537489..faf42425 100644 [2021-01-15T16:50:41.691Z] |--- a/snap/snapcraft.yaml [2021-01-15T16:50:41.691Z] |+++ b/snap/snapcraft.yaml [2021-01-15T16:50:41.691Z] -------------------------- [2021-01-15T16:50:41.691Z] patching file snap/snapcraft.yaml [2021-01-15T16:50:41.691Z] Using Plan A... [2021-01-15T16:50:41.691Z] Hunk #1 succeeded at 73. [2021-01-15T16:50:41.691Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T16:50:41.691Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T16:50:41.691Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T16:50:41.691Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T16:50:41.691Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T16:50:41.691Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T16:50:41.691Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T16:50:41.691Z] Hmm... Ignoring the trailing garbage. [2021-01-15T16:50:41.691Z] done [2021-01-15T16:50:41.691Z] + sudo snapcraft prime --use-lxd [2021-01-15T16:50:42.268Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T16:50:42.268Z] 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-15T16:50:42.268Z] - README.md [2021-01-15T16:50:42.268Z] - snapcraft.yaml.orig [2021-01-15T16:50:42.268Z] [2021-01-15T16:50:42.268Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T16:50:42.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.841s coverage: 84.0% of statements [2021-01-15T16:50:42.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements [2021-01-15T16:50:42.839Z] Launching a container. [2021-01-15T16:50:47.922Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.404s coverage: 47.1% of statements [2021-01-15T16:50:47.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T16:50:47.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T16:50:47.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T16:50:47.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T16:50:47.922Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T16:50:47.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements [2021-01-15T16:50:47.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T16:50:47.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2021-01-15T16:50:47.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.207s coverage: 29.1% of statements [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T16:50:54.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-01-15T16:50:54.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.087s coverage: 32.1% of statements [2021-01-15T16:50:55.079Z] Waiting for container to be ready [2021-01-15T16:50:55.079Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T16:50:55.079Z] [2021-01-15T16:50:56.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-01-15T16:50:56.680Z] GO111MODULE=on go vet ./... [2021-01-15T16:50:57.635Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T16:50:57.896Z] Waiting for network to be ready... [2021-01-15T16:50:58.156Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T16:50:58.416Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T16:50:58.675Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T16:50:58.675Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T16:50:58.937Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T16:50:59.197Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T16:50:59.197Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T16:50:59.197Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T16:50:59.197Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T16:50:59.197Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T16:50:59.197Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T16:50:59.197Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T16:50:59.197Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T16:50:59.197Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T16:50:59.197Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T16:50:59.197Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T16:50:59.197Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T16:50:59.458Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T16:50:59.458Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T16:50:59.717Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T16:50:59.717Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T16:50:59.717Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T16:50:59.717Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T16:50:59.717Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T16:50:59.717Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T16:50:59.717Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T16:50:59.976Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T16:51:02.518Z] Fetched 23.7 MB in 4s (5717 kB/s) [2021-01-15T16:51:03.091Z] Reading package lists... [2021-01-15T16:51:03.351Z] Reading package lists... [2021-01-15T16:51:03.351Z] Building dependency tree... [2021-01-15T16:51:03.351Z] Reading state information... [2021-01-15T16:51:03.612Z] The following additional packages will be installed: [2021-01-15T16:51:03.612Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T16:51:03.612Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T16:51:03.612Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T16:51:03.612Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T16:51:03.612Z] Suggested packages: [2021-01-15T16:51:03.612Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T16:51:03.612Z] Recommended packages: [2021-01-15T16:51:03.612Z] gnupg libsasl2-modules [2021-01-15T16:51:03.612Z] The following NEW packages will be installed: [2021-01-15T16:51:03.612Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T16:51:03.612Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T16:51:03.612Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T16:51:03.612Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T16:51:03.612Z] The following packages will be upgraded: [2021-01-15T16:51:03.612Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T16:51:03.612Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T16:51:03.612Z] Need to get 3532 kB of archives. [2021-01-15T16:51:03.612Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T16:51:03.612Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T16:51:03.612Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T16:51:03.612Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T16:51:03.612Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T16:51:03.612Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T16:51:03.612Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T16:51:03.872Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T16:51:04.131Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T16:51:04.392Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T16:51:04.392Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T16:51:04.392Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T16:51:04.392Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T16:51:04.392Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T16:51:04.392Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T16:51:04.392Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T16:51:04.392Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T16:51:04.392Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T16:51:04.392Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T16:51:04.652Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T16:51:04.652Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T16:51:04.652Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T16:51:04.652Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-15T16:51:04.652Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:51:04.652Z] Fetched 3532 kB in 1s (3442 kB/s) [2021-01-15T16:51:04.652Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T16:51:04.652Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:51:04.911Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:51:04.911Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T16:51:05.170Z] Selecting previously unselected package udev. [2021-01-15T16:51:05.170Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T16:51:05.170Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:51:05.170Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T16:51:05.431Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T16:51:05.431Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T16:51:05.431Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T16:51:05.431Z] Selecting previously unselected package fuse. [2021-01-15T16:51:05.431Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T16:51:05.431Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T16:51:05.431Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:05.431Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:51:05.693Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:05.694Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:51:05.694Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:05.954Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:51:05.954Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T16:51:05.954Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T16:51:05.954Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T16:51:05.954Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T16:51:05.954Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:05.954Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.216Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T16:51:06.216Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.216Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.216Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T16:51:06.216Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.216Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.477Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T16:51:06.477Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.477Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.477Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T16:51:06.477Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.477Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.477Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T16:51:06.477Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.739Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.739Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T16:51:06.739Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.739Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:06.739Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T16:51:06.739Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:06.739Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:07.004Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T16:51:07.004Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:51:07.004Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:07.004Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T16:51:07.004Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T16:51:07.004Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:51:07.271Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T16:51:07.271Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T16:51:07.271Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:51:07.271Z] Selecting previously unselected package libldap-common. [2021-01-15T16:51:07.271Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T16:51:07.271Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:51:07.271Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T16:51:07.271Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T16:51:07.271Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:51:07.531Z] Selecting previously unselected package dirmngr. [2021-01-15T16:51:07.531Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:07.531Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T16:51:07.531Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:51:07.531Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T16:51:07.531Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T16:51:07.792Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:51:07.792Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:51:07.792Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T16:51:07.792Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:07.792Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T16:51:07.792Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:51:07.792Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T16:51:08.055Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T16:51:08.316Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.316Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T16:51:08.316Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T16:51:08.316Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T16:51:08.316Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.316Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.578Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.578Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.578Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.578Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.578Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:51:08.578Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:51:08.579Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T16:51:08.579Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:51:09.154Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T16:51:09.154Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T16:51:09.154Z] This means they are not meant to be enabled using systemctl. [2021-01-15T16:51:09.154Z] Possible reasons for having this kind of units are: [2021-01-15T16:51:09.154Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T16:51:09.154Z] .wants/ or .requires/ directory. [2021-01-15T16:51:09.154Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T16:51:09.154Z] a requirement dependency on it. [2021-01-15T16:51:09.154Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T16:51:09.154Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T16:51:09.154Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T16:51:09.154Z] instance name specified. [2021-01-15T16:51:09.413Z] Reading package lists... [2021-01-15T16:51:09.413Z] Building dependency tree... [2021-01-15T16:51:09.413Z] Reading state information... [2021-01-15T16:51:09.674Z] The following additional packages will be installed: [2021-01-15T16:51:09.674Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T16:51:09.674Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T16:51:09.674Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T16:51:09.674Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T16:51:09.674Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T16:51:09.674Z] Suggested packages: [2021-01-15T16:51:09.674Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T16:51:09.674Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T16:51:09.674Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T16:51:09.674Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T16:51:09.674Z] systemd-container policykit-1 [2021-01-15T16:51:09.674Z] Recommended packages: [2021-01-15T16:51:09.674Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T16:51:09.674Z] The following NEW packages will be installed: [2021-01-15T16:51:09.674Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T16:51:09.674Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T16:51:09.674Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T16:51:09.674Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T16:51:09.674Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T16:51:09.674Z] The following packages will be upgraded: [2021-01-15T16:51:09.674Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T16:51:09.674Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T16:51:09.674Z] Need to get 35.2 MB of archives. [2021-01-15T16:51:09.674Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T16:51:09.674Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T16:51:09.674Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T16:51:10.614Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T16:51:10.614Z] 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-15T16:51:10.614Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T16:51:10.614Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T16:51:10.614Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T16:51:10.614Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T16:51:10.614Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T16:51:10.614Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T16:51:10.614Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T16:51:10.614Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T16:51:10.614Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T16:51:10.614Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T16:51:10.614Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T16:51:10.614Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T16:51:10.614Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-15T16:51:10.614Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T16:51:10.875Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T16:51:10.875Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T16:51:10.875Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T16:51:10.875Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T16:51:10.875Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T16:51:10.875Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T16:51:10.875Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T16:51:10.875Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T16:51:10.875Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T16:51:10.875Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T16:51:10.875Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T16:51:10.875Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T16:51:11.818Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:51:11.818Z] Fetched 35.2 MB in 2s (16.8 MB/s) [2021-01-15T16:51:11.818Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T16:51:11.818Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:51:12.080Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:51:12.650Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:51:12.650Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:51:12.650Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T16:51:12.911Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T16:51:12.911Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T16:51:12.911Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T16:51:12.911Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T16:51:13.170Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T16:51:13.170Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T16:51:13.170Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T16:51:13.430Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T16:51:13.430Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T16:51:13.691Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T16:51:13.957Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T16:51:13.957Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T16:51:13.957Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T16:51:14.220Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T16:51:14.220Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:51:14.220Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:14.481Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T16:51:14.481Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T16:51:14.481Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T16:51:14.481Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T16:51:14.481Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:51:14.481Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:14.741Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T16:51:14.741Z] Checking for services that may need to be restarted...done. [2021-01-15T16:51:14.741Z] Checking for services that may need to be restarted...done. [2021-01-15T16:51:14.741Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:15.002Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T16:51:15.002Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:15.262Z] Selecting previously unselected package python3-minimal. [2021-01-15T16:51:15.262Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T16:51:15.262Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T16:51:15.522Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T16:51:15.522Z] Selecting previously unselected package mime-support. [2021-01-15T16:51:15.522Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T16:51:15.522Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T16:51:15.522Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T16:51:15.522Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T16:51:15.522Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T16:51:15.782Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T16:51:15.783Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:51:15.783Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:16.043Z] Selecting previously unselected package python3.6. [2021-01-15T16:51:16.043Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:51:16.043Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:16.043Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T16:51:16.043Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T16:51:16.043Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T16:51:16.304Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T16:51:16.564Z] Selecting previously unselected package python3. [2021-01-15T16:51:16.564Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T16:51:16.565Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T16:51:16.565Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T16:51:16.565Z] Selecting previously unselected package multiarch-support. [2021-01-15T16:51:16.565Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:51:16.565Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T16:51:16.565Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T16:51:16.826Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T16:51:16.826Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T16:51:16.826Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T16:51:16.826Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T16:51:16.826Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T16:51:16.826Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T16:51:16.826Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T16:51:17.094Z] Selecting previously unselected package sudo. [2021-01-15T16:51:17.094Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T16:51:17.094Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T16:51:17.094Z] Selecting previously unselected package apparmor. [2021-01-15T16:51:17.094Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T16:51:17.363Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T16:51:17.363Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T16:51:17.363Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T16:51:17.363Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T16:51:17.633Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T16:51:17.633Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:51:17.633Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:17.633Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T16:51:17.633Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:51:17.633Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:17.633Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T16:51:17.633Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T16:51:17.633Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T16:51:17.896Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T16:51:17.896Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:51:17.896Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:17.896Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T16:51:17.896Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:51:17.896Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:18.156Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T16:51:18.157Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T16:51:18.157Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T16:51:18.157Z] Selecting previously unselected package openssh-client. [2021-01-15T16:51:18.157Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T16:51:18.157Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T16:51:18.426Z] Selecting previously unselected package squashfs-tools. [2021-01-15T16:51:18.426Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T16:51:18.426Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T16:51:18.426Z] Selecting previously unselected package snapd. [2021-01-15T16:51:18.426Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T16:51:18.426Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T16:51:20.356Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T16:51:20.620Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T16:51:20.620Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T16:51:20.620Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T16:51:20.620Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T16:51:20.881Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:20.881Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:51:20.881Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T16:51:20.881Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T16:51:22.268Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T16:51:22.268Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T16:51:22.268Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T16:51:22.268Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:22.268Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:22.268Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:51:22.838Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T16:51:22.838Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:22.838Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T16:51:22.838Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T16:51:22.838Z] running python rtupdate hooks for python3.6... [2021-01-15T16:51:22.838Z] running python post-rtupdate hooks for python3.6... [2021-01-15T16:51:23.098Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T16:51:24.483Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T16:51:24.744Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:51:24.744Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T16:51:25.004Z] Setting up snapd (2.48+18.04) ... [2021-01-15T16:51:25.264Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T16:51:25.523Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T16:51:25.523Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T16:51:25.783Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T16:51:26.045Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T16:51:26.045Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T16:51:26.045Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T16:51:26.306Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T16:51:26.566Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T16:51:26.566Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T16:51:26.827Z] /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-15T16:51:26.827Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:51:26.827Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T16:51:27.771Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T16:51:28.031Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T16:51:28.031Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T16:51:29.231Z] Reading package lists... [2021-01-15T16:51:29.231Z] Reading package lists... [2021-01-15T16:51:29.492Z] Building dependency tree... [2021-01-15T16:51:29.492Z] Reading state information... [2021-01-15T16:51:29.492Z] Calculating upgrade... [2021-01-15T16:51:29.752Z] The following packages will be upgraded: [2021-01-15T16:51:29.752Z] advancecomp base-files bash binutils binutils-common [2021-01-15T16:51:29.752Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T16:51:29.752Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T16:51:29.752Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T16:51:29.752Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T16:51:29.752Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T16:51:29.752Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T16:51:29.752Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T16:51:29.752Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T16:51:29.752Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T16:51:29.752Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T16:51:29.752Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T16:51:29.752Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T16:51:29.752Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T16:51:29.752Z] ubuntu-keyring util-linux [2021-01-15T16:51:29.752Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T16:51:29.752Z] Need to get 63.7 MB of archives. [2021-01-15T16:51:29.752Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T16:51:29.752Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T16:51:29.752Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T16:51:30.694Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T16:51:30.694Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T16:51:30.694Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T16:51:30.694Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T16:51:30.694Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T16:51:30.694Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T16:51:30.694Z] 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-15T16:51:30.694Z] 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-15T16:51:30.694Z] 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-15T16:51:30.694Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T16:51:30.694Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T16:51:30.694Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T16:51:30.694Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T16:51:30.694Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T16:51:30.694Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T16:51:30.694Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T16:51:30.694Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T16:51:30.694Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T16:51:30.694Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T16:51:30.694Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T16:51:30.694Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T16:51:30.956Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T16:51:30.956Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T16:51:30.956Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T16:51:30.956Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T16:51:30.956Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T16:51:30.956Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T16:51:30.956Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T16:51:30.956Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T16:51:30.956Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T16:51:30.956Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T16:51:30.956Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T16:51:30.956Z] 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-15T16:51:30.956Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T16:51:30.956Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T16:51:30.956Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T16:51:31.217Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T16:51:31.217Z] Get:40 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-15T16:51:31.217Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T16:51:31.217Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T16:51:31.217Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T16:51:31.217Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T16:51:31.217Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T16:51:31.217Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T16:51:31.217Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T16:51:31.217Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T16:51:31.217Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T16:51:31.217Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T16:51:31.217Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T16:51:31.217Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T16:51:31.217Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T16:51:31.217Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T16:51:31.217Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T16:51:31.217Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T16:51:31.217Z] Get:57 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-15T16:51:31.217Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T16:51:31.217Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T16:51:31.217Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T16:51:31.217Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T16:51:31.217Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T16:51:31.217Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T16:51:31.217Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T16:51:31.217Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T16:51:31.217Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T16:51:31.217Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T16:51:31.217Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T16:51:31.217Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T16:51:31.217Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T16:51:31.217Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T16:51:31.217Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T16:51:31.476Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T16:51:31.476Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T16:51:31.476Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T16:51:31.476Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T16:51:31.476Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T16:51:31.476Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T16:51:31.476Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T16:51:31.476Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T16:51:31.476Z] Get:81 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-15T16:51:31.476Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T16:51:31.476Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T16:51:31.476Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T16:51:31.476Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T16:51:31.476Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T16:51:31.476Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T16:51:31.736Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T16:51:31.996Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T16:51:32.571Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T16:51:32.571Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T16:51:32.831Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T16:51:33.092Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T16:51:33.092Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T16:51:33.092Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T16:51:33.092Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T16:51:33.092Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T16:51:33.352Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:51:33.352Z] Fetched 63.7 MB in 3s (18.2 MB/s) [2021-01-15T16:51:33.352Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:33.352Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:51:33.352Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:51:33.925Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:51:33.925Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:51:34.185Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T16:51:34.185Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T16:51:34.754Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.016Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.016Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.016Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.277Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.277Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.277Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.277Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.537Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.537Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.537Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.537Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.798Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.798Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:35.798Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:51:35.798Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:51:35.798Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:35.798Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T16:51:36.060Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:51:36.060Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:51:36.060Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:36.060Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:36.321Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:36.321Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:36.321Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:36.321Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:51:36.582Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:51:36.582Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:51:36.583Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:51:36.844Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:51:37.104Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T16:51:37.366Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:51:37.366Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T16:51:37.626Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T16:51:37.626Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T16:51:37.626Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T16:51:37.887Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T16:51:37.887Z] Installing new version of config file /etc/issue ... [2021-01-15T16:51:37.887Z] Installing new version of config file /etc/issue.net ... [2021-01-15T16:51:37.887Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T16:51:37.887Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T16:51:38.149Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T16:51:38.149Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T16:51:38.149Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T16:51:38.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:38.415Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T16:51:38.415Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T16:51:38.415Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T16:51:38.415Z] 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-15T16:51:38.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:38.678Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:38.678Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:38.678Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:38.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:38.678Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T16:51:38.940Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T16:51:38.940Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T16:51:39.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:39.202Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T16:51:39.202Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T16:51:39.464Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T16:51:39.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:39.464Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:39.464Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:51:39.731Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T16:51:39.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:39.731Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:39.731Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:51:39.992Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T16:51:39.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:39.992Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T16:51:39.992Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T16:51:39.992Z] Setting up grep (3.1-2build1) ... [2021-01-15T16:51:40.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:40.253Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T16:51:40.253Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T16:51:40.253Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T16:51:40.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:40.514Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:51:40.514Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:51:40.774Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T16:51:40.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:40.775Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T16:51:40.775Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:51:41.346Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T16:51:41.346Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:51:41.346Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T16:51:41.606Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:51:42.179Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T16:51:42.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:42.179Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T16:51:42.179Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:51:43.565Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T16:51:43.565Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T16:51:43.565Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T16:51:43.565Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T16:51:43.565Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T16:51:43.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:43.565Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T16:51:43.826Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T16:51:43.826Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T16:51:44.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:44.101Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:44.101Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:44.101Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:44.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:44.101Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:44.361Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:44.361Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:44.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:44.361Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:44.361Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:44.627Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:44.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:44.627Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:44.627Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:44.888Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:44.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:44.888Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:51:44.888Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:51:45.149Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:51:45.149Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:51:45.149Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T16:51:45.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:45.411Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:51:45.411Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:51:45.411Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T16:51:45.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:45.694Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:45.694Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:45.694Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:45.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:45.954Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:45.954Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:45.954Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:46.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:46.217Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:46.217Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:46.789Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:51:47.050Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T16:51:47.310Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T16:51:47.310Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:47.310Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:51:47.310Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:51:47.569Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:51:47.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:51:47.833Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T16:51:47.833Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:51:47.833Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T16:51:48.093Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:48.093Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T16:51:48.093Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T16:51:48.354Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T16:51:48.615Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:48.615Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T16:51:48.615Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:51:48.877Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:51:48.877Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:48.877Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T16:51:48.877Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:51:49.138Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:51:49.138Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:49.138Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T16:51:49.400Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:51:49.400Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:51:49.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:49.666Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:51:49.666Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:51:49.926Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:51:49.926Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:51:49.926Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:49.926Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:51:49.926Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T16:51:50.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:50.188Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T16:51:50.188Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T16:51:50.188Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T16:51:50.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:50.449Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T16:51:50.449Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:51:50.449Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:51:50.710Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:50.710Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:50.710Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:51:50.970Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T16:51:50.970Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:50.970Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T16:51:50.970Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T16:51:51.231Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T16:51:51.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:51.231Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T16:51:51.231Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T16:51:51.494Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T16:51:51.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:51.755Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:51:51.755Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:51:52.015Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T16:51:52.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:52.015Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T16:51:52.015Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T16:51:52.279Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T16:51:52.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:52.279Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T16:51:52.279Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T16:51:52.539Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T16:51:52.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:52.539Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T16:51:52.539Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T16:51:52.799Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T16:51:52.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:52.799Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T16:51:52.799Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T16:51:53.060Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T16:51:53.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:53.061Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T16:51:53.061Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T16:51:53.321Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T16:51:53.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:51:53.321Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T16:51:53.583Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T16:51:53.583Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T16:51:53.583Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T16:51:53.583Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T16:51:53.843Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T16:51:53.843Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T16:51:53.843Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T16:51:54.104Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T16:51:54.104Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T16:51:54.365Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T16:51:54.365Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T16:51:54.626Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T16:51:54.626Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T16:51:54.626Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T16:51:54.626Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T16:51:54.888Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T16:51:54.888Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T16:51:54.888Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T16:51:54.888Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T16:51:55.154Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T16:51:55.154Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T16:51:55.154Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T16:51:55.154Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T16:51:55.415Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T16:51:55.415Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T16:51:55.415Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T16:51:55.415Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T16:51:56.357Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T16:51:56.357Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T16:51:56.357Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T16:51:56.357Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T16:51:56.619Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:51:56.619Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:51:56.881Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:51:56.881Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:51:57.141Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:51:57.141Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:51:57.141Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:51:57.141Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:51:57.402Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:57.402Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:51:57.402Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:57.402Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:51:57.663Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:57.663Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:51:57.663Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:57.663Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:51:58.602Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:58.602Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:51:59.543Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:51:59.543Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:52:00.227Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:52:00.227Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:52:00.598Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:52:00.598Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:52:01.236Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:52:01.635Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:52:01.635Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T16:52:01.635Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T16:52:01.635Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T16:52:01.635Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T16:52:01.958Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T16:52:01.959Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T16:52:01.959Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T16:52:01.959Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T16:52:01.959Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T16:52:02.219Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T16:52:02.219Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T16:52:02.219Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T16:52:02.480Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T16:52:02.480Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T16:52:02.480Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:02.480Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T16:52:02.480Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:02.739Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:02.739Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:02.739Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T16:52:02.739Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T16:52:02.739Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T16:52:02.739Z] [2021-01-15T16:52:02.739Z] Current default time zone: 'Etc/UTC' [2021-01-15T16:52:02.739Z] Local time is now: Fri Jan 15 16:52:02 UTC 2021. [2021-01-15T16:52:02.739Z] Universal Time is now: Fri Jan 15 16:52:02 UTC 2021. [2021-01-15T16:52:02.739Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T16:52:02.739Z] [2021-01-15T16:52:03.000Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T16:52:03.000Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:03.000Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T16:52:03.000Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:52:03.000Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T16:52:03.000Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T16:52:03.000Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T16:52:03.000Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T16:52:03.259Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T16:52:03.259Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T16:52:03.259Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:03.259Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T16:52:03.520Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:03.520Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:52:03.520Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:03.520Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T16:52:03.520Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T16:52:03.520Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T16:52:03.782Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T16:52:03.782Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T16:52:03.782Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T16:52:03.782Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:52:03.782Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T16:52:05.695Z] Updating certificates in /etc/ssl/certs... [2021-01-15T16:52:06.637Z] 22 added, 17 removed; done. [2021-01-15T16:52:06.637Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T16:52:06.637Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:52:06.637Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T16:52:06.637Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T16:52:06.637Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T16:52:06.897Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:06.897Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:52:06.897Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:06.897Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:06.897Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:06.897Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:06.897Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:06.897Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T16:52:07.157Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:52:07.157Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T16:52:07.157Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T16:52:07.157Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:52:07.157Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:07.157Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:52:07.157Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T16:52:07.157Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T16:52:07.418Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T16:52:07.418Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:52:07.418Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T16:52:07.418Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T16:52:07.418Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T16:52:07.418Z] Updating certificates in /etc/ssl/certs... [2021-01-15T16:52:08.358Z] 0 added, 0 removed; done. [2021-01-15T16:52:08.358Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T16:52:08.358Z] done. [2021-01-15T16:52:08.619Z] Reading package lists... [2021-01-15T16:52:08.619Z] Building dependency tree... [2021-01-15T16:52:08.619Z] Reading state information... [2021-01-15T16:52:08.880Z] The following NEW packages will be installed: [2021-01-15T16:52:08.880Z] apt-transport-https [2021-01-15T16:52:09.139Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T16:52:09.139Z] Need to get 1696 B of archives. [2021-01-15T16:52:09.139Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T16:52:09.139Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T16:52:09.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:52:09.139Z] Fetched 1696 B in 0s (8441 B/s) [2021-01-15T16:52:09.139Z] Selecting previously unselected package apt-transport-https. [2021-01-15T16:52:09.139Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T16:52:09.139Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T16:52:09.139Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T16:52:09.400Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T16:52:09.663Z] Waiting for network to be ready... [2021-01-15T16:52:14.956Z] 2021-01-15T16:52:12Z INFO Waiting for automatic snapd restart... [2021-01-15T16:52:14.956Z] snapd 2.48.2 from Canonical* installed [2021-01-15T16:52:15.901Z] "snapd" switched to the "latest/stable" channel [2021-01-15T16:52:15.901Z] [2021-01-15T16:52:18.443Z] core18 20201210 from Canonical* installed [2021-01-15T16:52:18.528Z] gofmt -l . [2021-01-15T16:52:18.528Z] [ "`gofmt -l .`" = "" ] [2021-01-15T16:52:18.528Z] ./bin/test-go-mod-tidy.sh [2021-01-15T16:52:18.528Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T16:52:18.702Z] "core18" switched to the "latest/stable" channel [2021-01-15T16:52:18.702Z] [2021-01-15T16:52:19.201Z] + ls -al . [2021-01-15T16:52:19.201Z] total 684 [2021-01-15T16:52:19.202Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 16:52 . [2021-01-15T16:52:19.202Z] drwxr-xr-x 4 root root 4096 Jan 15 16:48 .. [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 16:46 .dockerignore [2021-01-15T16:52:19.202Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 .git [2021-01-15T16:52:19.202Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 16:46 .github [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 16:46 .gitignore [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 16:46 .sonarcloud.properties [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:46 Attribution.txt [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:46 CONTRIBUTING.md [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 16:46 Dockerfile.build [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 16:46 Jenkinsfile [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:46 LICENSE [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:46 Makefile [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:46 README.md [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:46 SECURITY.md [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 16:37 VERSION [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:46 ZMQWindows.md [2021-01-15T16:52:19.202Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 16:46 bin [2021-01-15T16:52:19.202Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 16:46 cmd [2021-01-15T16:52:19.202Z] -rw-r--r-- 1 root root 550280 Jan 15 16:50 coverage.out [2021-01-15T16:52:19.202Z] -rw-r--r-- 1 root root 981 Jan 15 16:52 go.mod [2021-01-15T16:52:19.202Z] -rw-r--r-- 1 root root 19241 Jan 15 16:52 go.sum [2021-01-15T16:52:19.202Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 internal [2021-01-15T16:52:19.202Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 openapi [2021-01-15T16:52:19.202Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 snap [2021-01-15T16:52:19.202Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 16:46 version.go [Pipeline] sh [2021-01-15T16:52:19.868Z] + '[' -e coverage.out ] [2021-01-15T16:52:19.868Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T16:52:19.929Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T16:52:21.045Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T16:52:21.722Z] + make build [2021-01-15T16:52:21.722Z] 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-15T16:52:21.999Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T16:52:21.999Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T16:52:21.999Z] [2021-01-15T16:52:25.304Z] 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-15T16:52:25.304Z] - README.md [2021-01-15T16:52:25.304Z] - snapcraft.yaml.orig [2021-01-15T16:52:25.304Z] [2021-01-15T16:52:25.304Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T16:52:31.897Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:52:31.897Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T16:52:31.897Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T16:52:32.165Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T16:52:33.119Z] Reading package lists... [2021-01-15T16:52:33.378Z] 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-15T16:52:36.850Z] 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-15T16:52:39.993Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:52:39.993Z] Reading package lists... [2021-01-15T16:52:39.993Z] Building dependency tree... [2021-01-15T16:52:39.993Z] Reading state information... [2021-01-15T16:52:39.993Z] Suggested packages: [2021-01-15T16:52:39.993Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T16:52:39.993Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T16:52:39.993Z] Recommended packages: [2021-01-15T16:52:39.993Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T16:52:39.993Z] The following NEW packages will be installed: [2021-01-15T16:52:39.993Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T16:52:39.993Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T16:52:39.993Z] pkg-config zip [2021-01-15T16:52:39.993Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T16:52:39.993Z] Need to get 7655 kB of archives. [2021-01-15T16:52:39.993Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T16:52:39.993Z] 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-15T16:52:39.993Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T16:52:39.993Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T16:52:40.258Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T16:52:40.258Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T16:52:40.258Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T16:52:40.258Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T16:52:40.518Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T16:52:40.518Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T16:52:40.518Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T16:52:40.518Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T16:52:40.518Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T16:52:40.518Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T16:52:40.777Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T16:52:40.777Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T16:52:41.037Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:52:41.037Z] Fetched 7655 kB in 1s (6698 kB/s) [2021-01-15T16:52:41.037Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T16:52:41.037Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T16:52:41.037Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T16:52:41.037Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T16:52:41.297Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T16:52:41.297Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T16:52:41.297Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T16:52:41.297Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T16:52:41.297Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T16:52:41.297Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T16:52:41.297Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T16:52:41.297Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T16:52:41.558Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T16:52:41.558Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T16:52:41.558Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T16:52:41.558Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T16:52:41.558Z] Selecting previously unselected package liberror-perl. [2021-01-15T16:52:41.558Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T16:52:41.558Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T16:52:41.825Z] Selecting previously unselected package git-man. [2021-01-15T16:52:41.825Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T16:52:41.825Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:52:41.825Z] Selecting previously unselected package git. [2021-01-15T16:52:41.825Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T16:52:41.825Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:52:42.768Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T16:52:42.768Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T16:52:42.768Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T16:52:42.768Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T16:52:42.768Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T16:52:42.768Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T16:52:42.768Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T16:52:42.768Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T16:52:42.768Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T16:52:43.028Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T16:52:43.028Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T16:52:43.028Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:52:43.028Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T16:52:43.028Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T16:52:43.028Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:52:43.289Z] Selecting previously unselected package pkg-config. [2021-01-15T16:52:43.289Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T16:52:43.289Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T16:52:43.289Z] Selecting previously unselected package zip. [2021-01-15T16:52:43.289Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T16:52:43.289Z] Unpacking zip (3.0-11build1) ... [2021-01-15T16:52:43.549Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T16:52:43.549Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:52:43.549Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T16:52:43.549Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T16:52:43.549Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T16:52:43.549Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T16:52:43.549Z] No schema files found: doing nothing. [2021-01-15T16:52:43.549Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T16:52:43.810Z] Setting up zip (3.0-11build1) ... [2021-01-15T16:52:43.810Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T16:52:43.810Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T16:52:43.810Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T16:52:43.810Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:52:43.810Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T16:52:43.810Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:52:44.072Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:52:44.072Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:52:50.652Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:52:50.652Z] git set to automatically installed. [2021-01-15T16:52:50.652Z] git-man set to automatically installed. [2021-01-15T16:52:50.652Z] libcurl3-gnutls set to automatically installed. [2021-01-15T16:52:50.652Z] liberror-perl set to automatically installed. [2021-01-15T16:52:50.652Z] libglib2.0-0 set to automatically installed. [2021-01-15T16:52:50.652Z] libnghttp2-14 set to automatically installed. [2021-01-15T16:52:50.652Z] libnorm1 set to automatically installed. [2021-01-15T16:52:50.652Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T16:52:50.652Z] libpsl5 set to automatically installed. [2021-01-15T16:52:50.652Z] librtmp1 set to automatically installed. [2021-01-15T16:52:50.652Z] libsodium23 set to automatically installed. [2021-01-15T16:52:50.652Z] libzmq3-dev set to automatically installed. [2021-01-15T16:52:50.652Z] libzmq5 set to automatically installed. [2021-01-15T16:52:50.652Z] pkg-config set to automatically installed. [2021-01-15T16:52:50.652Z] zip set to automatically installed. [2021-01-15T16:52:52.566Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T16:52:59.155Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:52:59.155Z] snap "core18" has no updates available [2021-01-15T16:52:59.725Z] Pulling config-common [2021-01-15T16:53:00.664Z] Pulling go-build-helper [2021-01-15T16:53:03.688Z] 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-15T16:53:03.961Z] 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-15T16:53:10.658Z] 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-15T16:53:11.634Z] 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-15T16:53:17.038Z] 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-15T16:53:21.389Z] 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-15T16:53:22.625Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T16:53:22.625Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T16:53:22.625Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T16:53:22.625Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T16:53:22.625Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T16:53:22.625Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T16:53:22.625Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T16:53:22.625Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T16:53:22.625Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T16:53:22.625Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T16:53:22.625Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T16:53:22.625Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T16:53:22.625Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T16:53:22.625Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T16:53:22.625Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T16:53:22.625Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T16:53:22.625Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T16:53:22.625Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T16:53:22.625Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T16:53:22.625Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T16:53:22.625Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T16:53:22.625Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T16:53:22.625Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T16:53:22.625Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T16:53:22.625Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T16:53:22.625Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T16:53:22.625Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T16:53:22.625Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T16:53:22.625Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T16:53:22.625Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T16:53:22.625Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T16:53:22.625Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T16:53:22.625Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T16:53:22.625Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T16:53:22.625Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T16:53:22.625Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T16:53:22.625Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T16:53:22.625Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T16:53:22.625Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T16:53:22.625Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T16:53:22.625Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T16:53:22.625Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T16:53:22.625Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T16:53:22.625Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T16:53:22.625Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T16:53:22.625Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T16:53:22.625Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T16:53:22.625Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T16:53:22.625Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T16:53:22.625Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T16:53:22.625Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T16:53:22.625Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T16:53:22.625Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T16:53:22.625Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T16:53:22.625Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T16:53:22.625Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T16:53:22.625Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T16:53:22.625Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T16:53:22.625Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T16:53:22.625Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T16:53:22.625Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T16:53:22.625Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T16:53:22.625Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T16:53:22.625Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T16:53:25.201Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T16:53:25.201Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T16:53:25.202Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T16:53:25.202Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T16:53:25.202Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T16:53:25.202Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T16:53:25.202Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T16:53:25.202Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T16:53:25.202Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T16:53:25.202Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T16:53:25.202Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T16:53:25.202Z] Pulling static-packages [2021-01-15T16:53:25.700Z] 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-15T16:53:25.775Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-15T16:53:25.775Z] Skipping pull go-build-helper (already ran) [2021-01-15T16:53:25.775Z] Skipping pull static-packages (already ran) [2021-01-15T16:53:25.775Z] Building go-build-helper [2021-01-15T16:53:29.983Z] Building static-packages [2021-01-15T16:53:29.999Z] 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-15T16:53:31.129Z] Staging go-build-helper [2021-01-15T16:53:32.123Z] Staging static-packages [2021-01-15T16:53:33.067Z] Pulling go115 [2021-01-15T16:53:33.384Z] 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-15T16:53:34.007Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T16:53:34.007Z] Skipping pull go115 (already ran) [2021-01-15T16:53:34.007Z] Building go115 [2021-01-15T16:53:34.007Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:53:34.007Z] Dload Upload Total Spent Left Speed [2021-01-15T16:53:36.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.0M 0 0 30.0M 0 0:00:03 --:--:-- 0:00:03 29.9M 52 115M 52 60.9M 0 0 40.3M 0 0:00:02 0:00:01 0:00:01 40.3M 92 115M 92 106M 0 0 42.7M 0 0:00:02 0:00:02 --:--:-- 42.7M 100 115M 100 115M 0 0 43.0M 0 0:00:02 0:00:02 --:--:-- 42.9M [2021-01-15T16:53:36.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T16:53:37.328Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T16:53:40.634Z] Staging go115 [Pipeline] } [2021-01-15T16:53:41.132Z] $ docker stop --time=1 a07877fe03cdea755b80c7645ec5a60c4d98ad3dc18416da21778907e5a06414 [2021-01-15T16:53:43.815Z] $ docker rm -f a07877fe03cdea755b80c7645ec5a60c4d98ad3dc18416da21778907e5a06414 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:53:45.917Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T16:53:45.917Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T16:53:45.917Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T16:53:45.917Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T16:53:45.917Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T16:53:45.917Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T16:53:45.917Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T16:53:45.918Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T16:53:45.918Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T16:53:45.918Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T16:53:45.918Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T16:53:45.918Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T16:53:45.918Z] Pulling edgex-go [2021-01-15T16:53:45.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:53:46.236Z] [2021-01-15T16:53:46.236Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:53:46.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:53:46.860Z] Pulling version [2021-01-15T16:53:46.898Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T16:53:46.898Z] 29e5d40040c1: Pulling fs layer [2021-01-15T16:53:46.898Z] 1ce36da41761: Pulling fs layer [2021-01-15T16:53:46.898Z] 25b303627fd3: Pulling fs layer [2021-01-15T16:53:46.898Z] 29e5d40040c1: Verifying Checksum [2021-01-15T16:53:46.898Z] 29e5d40040c1: Download complete [2021-01-15T16:53:47.501Z] 1ce36da41761: Verifying Checksum [2021-01-15T16:53:47.501Z] 1ce36da41761: Download complete [2021-01-15T16:53:47.773Z] 29e5d40040c1: Pull complete [2021-01-15T16:53:47.798Z] Building config-common [2021-01-15T16:53:49.217Z] 1ce36da41761: Pull complete [2021-01-15T16:53:49.217Z] 25b303627fd3: Verifying Checksum [2021-01-15T16:53:49.217Z] 25b303627fd3: Download complete [2021-01-15T16:53:49.711Z] Skipping build go-build-helper (already ran) [2021-01-15T16:53:49.711Z] Skipping build static-packages (already ran) [2021-01-15T16:53:49.711Z] Skipping build go115 (already ran) [2021-01-15T16:53:49.711Z] Building edgex-go [2021-01-15T16:53:49.711Z] 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-15T16:53:51.095Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.146 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T16:53:51.095Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T16:53:51.095Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T16:53:51.095Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T16:53:51.095Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T16:53:51.095Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T16:53:51.095Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T16:53:51.095Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T16:53:51.095Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T16:53:51.358Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T16:53:51.358Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T16:53:51.358Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T16:53:51.358Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T16:53:51.358Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T16:53:51.358Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T16:53:51.358Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T16:53:51.358Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T16:53:51.358Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T16:53:51.358Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T16:53:51.358Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T16:53:51.621Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T16:53:51.621Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T16:53:58.231Z] 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-15T16:53:59.374Z] 25b303627fd3: Pull complete [2021-01-15T16:53:59.374Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T16:53:59.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:53:59.374Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T16:53:59.664Z] prd-ubuntu18.04-docker-arm64-4c-16g-20548 does not seem to be running inside a container [2021-01-15T16:53:59.741Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T16:54:01.523Z] 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-15T16:54:02.464Z] 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-15T16:54:03.364Z] $ docker top 3517a65dbbb3e1fdca586e062e81d05de4c2bc35519003d6444924be26699978 -eo pid,comm [2021-01-15T16:54:03.405Z] 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-15T16:54:03.666Z] 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-15T16:54:03.666Z] go: downloading github.com/stretchr/testify v1.6.1 [Pipeline] { [Pipeline] sh [2021-01-15T16:54:03.927Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T16:54:03.927Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T16:54:03.927Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T16:54:04.459Z] + docker-compose build --help [2021-01-15T16:54:04.459Z] + grep parallel [2021-01-15T16:54:05.310Z] 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-15T16:54:05.310Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T16:54:05.310Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T16:54:06.693Z] 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-15T16:54:07.634Z] 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-15T16:54:07.634Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T16:54:09.020Z] 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-15T16:54:09.594Z] 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-15T16:54:09.876Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T16:54:09.894Z] $ docker stop --time=1 3517a65dbbb3e1fdca586e062e81d05de4c2bc35519003d6444924be26699978 [2021-01-15T16:54:10.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T16:54:10.535Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T16:54:11.855Z] $ docker rm -f 3517a65dbbb3e1fdca586e062e81d05de4c2bc35519003d6444924be26699978 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:54:12.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:54:12.701Z] . [Pipeline] withDockerContainer [2021-01-15T16:54:13.006Z] prd-ubuntu18.04-docker-arm64-4c-16g-20548 does not seem to be running inside a container [2021-01-15T16:54:13.081Z] Building version [2021-01-15T16:54:13.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T16:54:14.566Z] $ docker top 0c4f470c722ee09f027efa1377381a5d4a5590bf58c819a9c9fddbd3f7e83b52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:54:15.000Z] Staging config-common [2021-01-15T16:54:15.573Z] Skipping stage go-build-helper (already ran) [2021-01-15T16:54:15.573Z] Skipping stage static-packages (already ran) [2021-01-15T16:54:15.573Z] Skipping stage go115 (already ran) [2021-01-15T16:54:15.573Z] Staging edgex-go [2021-01-15T16:54:15.674Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T16:54:16.522Z] Staging version [2021-01-15T16:54:17.468Z] Priming config-common [2021-01-15T16:54:18.409Z] Priming go-build-helper [2021-01-15T16:54:19.350Z] Priming static-packages [2021-01-15T16:54:21.107Z] Building docker-core-command-go ... [2021-01-15T16:54:21.107Z] Building docker-core-data-go ... [2021-01-15T16:54:21.107Z] Building docker-core-metadata-go ... [2021-01-15T16:54:21.107Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T16:54:21.107Z] Building docker-security-proxy-setup-go ... [2021-01-15T16:54:21.107Z] Building docker-security-secretstore-setup-go ... [2021-01-15T16:54:21.107Z] Building docker-support-notifications-go ... [2021-01-15T16:54:21.107Z] Building docker-support-scheduler-go ... [2021-01-15T16:54:21.107Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T16:54:21.107Z] Building docker-security-bootstrap-redis-go [2021-01-15T16:54:21.107Z] Building docker-core-command-go [2021-01-15T16:54:21.107Z] Building docker-support-notifications-go [2021-01-15T16:54:21.107Z] Building docker-security-secretstore-setup-go [2021-01-15T16:54:21.107Z] Building docker-core-metadata-go [2021-01-15T16:54:21.288Z] Priming go115 [2021-01-15T16:54:22.241Z] Priming edgex-go [2021-01-15T16:54:23.632Z] Priming version [2021-01-15T16:54:24.208Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T16:55:29.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:29.143Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:29.143Z] ---> 9a17265cb69e [2021-01-15T16:55:29.143Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:55:29.746Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:29.746Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:29.746Z] ---> 9a17265cb69e [2021-01-15T16:55:29.746Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:55:30.023Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:30.023Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:30.023Z] ---> 9a17265cb69e [2021-01-15T16:55:30.023Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:55:30.023Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:30.023Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:30.023Z] ---> 9a17265cb69e [2021-01-15T16:55:30.023Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:55:30.293Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:30.293Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:30.293Z] ---> 9a17265cb69e [2021-01-15T16:55:30.293Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:55:32.262Z] ---> Running in b2cf9fb46c13 [2021-01-15T16:55:32.262Z] ---> Running in 6f687e3860c5 [2021-01-15T16:55:32.262Z] ---> Running in db7166814d77 [2021-01-15T16:55:32.262Z] ---> Running in be317559bc2b [2021-01-15T16:55:32.262Z] ---> Running in dabb04cbe429 [2021-01-15T16:55:32.867Z] Removing intermediate container b2cf9fb46c13 [2021-01-15T16:55:32.867Z] ---> c6ee26440725 [2021-01-15T16:55:32.867Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:32.867Z] Removing intermediate container db7166814d77 [2021-01-15T16:55:32.867Z] ---> a352b659cfd5 [2021-01-15T16:55:32.867Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:33.141Z] Removing intermediate container 6f687e3860c5 [2021-01-15T16:55:33.141Z] ---> aadd966e42f2 [2021-01-15T16:55:33.141Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:33.141Z] Removing intermediate container be317559bc2b [2021-01-15T16:55:33.141Z] ---> 8e18cbab895c [2021-01-15T16:55:33.141Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:33.141Z] Removing intermediate container dabb04cbe429 [2021-01-15T16:55:33.141Z] ---> c1d0242c9687 [2021-01-15T16:55:33.141Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:33.141Z] ---> Running in 69ea63e12522 [2021-01-15T16:55:33.429Z] ---> Running in 6e7429dcf42d [2021-01-15T16:55:33.429Z] ---> Running in 7f3223a17e74 [2021-01-15T16:55:33.429Z] ---> Running in deb1638cb969 [2021-01-15T16:55:33.429Z] ---> Running in 1a1fb27865ed [2021-01-15T16:55:36.834Z] Removing intermediate container 69ea63e12522 [2021-01-15T16:55:36.834Z] ---> 06b730c6e800 [2021-01-15T16:55:36.834Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:55:37.106Z] ---> Running in 61d5636c7e0e [2021-01-15T16:55:37.106Z] Removing intermediate container 6e7429dcf42d [2021-01-15T16:55:37.106Z] ---> 25bbeb85c6a3 [2021-01-15T16:55:37.106Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:55:37.384Z] ---> Running in b4b1aa9138ef [2021-01-15T16:55:37.659Z] Removing intermediate container 7f3223a17e74 [2021-01-15T16:55:37.659Z] ---> eb8c4399dd8f [2021-01-15T16:55:37.659Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T16:55:37.659Z] Removing intermediate container deb1638cb969 [2021-01-15T16:55:37.935Z] Removing intermediate container 1a1fb27865ed [2021-01-15T16:55:37.935Z] ---> ff23b8f6868e [2021-01-15T16:55:37.935Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:55:37.935Z] ---> 374ba7359a2d [2021-01-15T16:55:37.935Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T16:55:37.935Z] ---> Running in 6f00124b6aff [2021-01-15T16:55:38.212Z] ---> Running in 348a4c8224d7 [2021-01-15T16:55:38.212Z] ---> Running in 48cfb76f2645 [2021-01-15T16:55:38.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:39.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:39.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:39.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:39.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:39.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:40.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:40.222Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:40.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:40.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:40.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:41.093Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:41.398Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:41.680Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:41.962Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:41.962Z] Removing intermediate container 61d5636c7e0e [2021-01-15T16:55:41.962Z] ---> b23605934e41 [2021-01-15T16:55:41.962Z] Step 6/22 : COPY go.mod . [2021-01-15T16:55:42.951Z] Removing intermediate container b4b1aa9138ef [2021-01-15T16:55:42.951Z] ---> 9e585adb5d29 [2021-01-15T16:55:42.951Z] Step 6/22 : COPY go.mod . [2021-01-15T16:55:42.951Z] ---> effa3188fb2d [2021-01-15T16:55:42.951Z] Step 7/22 : RUN go mod download [2021-01-15T16:55:43.563Z] ---> Running in c406119db423 [2021-01-15T16:55:43.563Z] Removing intermediate container 48cfb76f2645 [2021-01-15T16:55:43.563Z] ---> 6772b9c617b3 [2021-01-15T16:55:43.563Z] Step 6/24 : COPY go.mod . [2021-01-15T16:55:43.839Z] Removing intermediate container 6f00124b6aff [2021-01-15T16:55:43.839Z] ---> 7e55b8e7d3d5 [2021-01-15T16:55:43.839Z] Step 6/24 : COPY go.mod .Removing intermediate container 348a4c8224d7 [2021-01-15T16:55:43.839Z] [2021-01-15T16:55:43.839Z] ---> f3fedbab3c42 [2021-01-15T16:55:43.839Z] Step 6/22 : COPY go.mod . [2021-01-15T16:55:44.121Z] ---> 37f127cfc0bd [2021-01-15T16:55:44.121Z] Step 7/22 : RUN go mod download [2021-01-15T16:55:44.402Z] ---> Running in dd78eeb2447e [2021-01-15T16:55:45.004Z] ---> f48109ea655a [2021-01-15T16:55:45.004Z] Step 7/24 : RUN go mod download [2021-01-15T16:55:45.284Z] ---> d6af75c572b1 [2021-01-15T16:55:45.284Z] Step 7/22 : RUN go mod download [2021-01-15T16:55:45.284Z] ---> Running in 864bd45d89c4 [2021-01-15T16:55:45.284Z] ---> 73b6704093f2 [2021-01-15T16:55:45.284Z] Step 7/24 : RUN go mod download [2021-01-15T16:55:45.561Z] ---> Running in f9fcdc24a2b8 [2021-01-15T16:55:45.561Z] ---> Running in ea0f5c837e52 [2021-01-15T16:55:47.558Z] Removing intermediate container c406119db423 [2021-01-15T16:55:47.558Z] ---> b5a55c32fc28 [2021-01-15T16:55:47.558Z] Step 8/22 : COPY . . [2021-01-15T16:55:49.011Z] Removing intermediate container dd78eeb2447e [2021-01-15T16:55:49.012Z] ---> 6594c5a388ea [2021-01-15T16:55:49.012Z] Step 8/22 : COPY . . [2021-01-15T16:55:57.323Z] Removing intermediate container 864bd45d89c4 [2021-01-15T16:55:57.323Z] ---> d700919c4266 [2021-01-15T16:55:57.323Z] Step 8/24 : COPY . . [2021-01-15T16:55:57.323Z] Removing intermediate container ea0f5c837e52 [2021-01-15T16:55:57.323Z] ---> 6c9df74591be [2021-01-15T16:55:57.323Z] Step 8/24 : COPY . . [2021-01-15T16:55:57.323Z] Removing intermediate container f9fcdc24a2b8 [2021-01-15T16:55:57.323Z] ---> 489a290092df [2021-01-15T16:55:57.323Z] Step 8/22 : COPY . . [2021-01-15T16:56:09.774Z] ---> df10dd1be700 [2021-01-15T16:56:09.774Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T16:56:09.774Z] ---> 88f72492e398 [2021-01-15T16:56:09.774Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T16:56:13.154Z] ---> Running in 4073033fba40 [2021-01-15T16:56:13.154Z] ---> Running in 5f1825324774 [2021-01-15T16:56:13.752Z] ---> 7612c148a0a3 [2021-01-15T16:56:13.753Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T16:56:14.353Z] ---> Running in 320bcaaf8227 [2021-01-15T16:56:14.353Z] ---> 906b5f4f5c7a [2021-01-15T16:56:14.353Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T16:56:14.353Z] ---> c0d1842b85cf [2021-01-15T16:56:14.353Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T16:56:14.626Z] ---> Running in b8707cd34f7c [2021-01-15T16:56:14.925Z] ---> Running in 0543b4073bd9 [2021-01-15T16:56:14.925Z] 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-15T16:56:15.209Z] 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-15T16:56:16.228Z] 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-15T16:56:17.230Z] 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-15T16:56:17.230Z] 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-15T16:57:39.063Z] 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-15T16:57:51.744Z] Removing intermediate container 4073033fba40 [2021-01-15T16:57:51.744Z] ---> 86f239d9b03a [2021-01-15T16:57:51.744Z] [2021-01-15T16:57:51.744Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T16:57:51.744Z] 3.12: Pulling from library/alpine [2021-01-15T16:57:51.744Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:57:51.744Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:57:51.744Z] ---> afeebe901d6b [2021-01-15T16:57:51.744Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:57:52.350Z] ---> Running in b5bd6423a606 [2021-01-15T16:57:54.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:57:55.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:57:56.258Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T16:57:56.258Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:57:56.258Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T16:57:56.258Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T16:57:56.258Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T16:57:56.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:57:56.258Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:57:56.549Z] Removing intermediate container 320bcaaf8227 [2021-01-15T16:57:56.549Z] ---> 336fddfaefba [2021-01-15T16:57:56.549Z] [2021-01-15T16:57:56.549Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T16:57:56.549Z] ---> afeebe901d6b [2021-01-15T16:57:56.549Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:57:56.835Z] OK: 7 MiB in 19 packages [2021-01-15T16:57:57.120Z] ---> Running in 8ebdc50290c4 [2021-01-15T16:57:59.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:00.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:00.679Z] Removing intermediate container b5bd6423a606 [2021-01-15T16:58:00.679Z] ---> 1da28029a414 [2021-01-15T16:58:00.679Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T16:58:00.679Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T16:58:00.955Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:58:00.956Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T16:58:00.956Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T16:58:00.956Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T16:58:00.956Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:58:00.956Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:58:00.956Z] ---> Running in ca1ce4fde9bd [2021-01-15T16:58:01.230Z] OK: 7 MiB in 19 packages [2021-01-15T16:58:02.701Z] Removing intermediate container ca1ce4fde9bd [2021-01-15T16:58:02.701Z] ---> 64e4d9b0760a [2021-01-15T16:58:02.701Z] Step 13/22 : WORKDIR / [2021-01-15T16:58:03.312Z] ---> Running in 98fad7c7f7f8 [2021-01-15T16:58:03.918Z] Removing intermediate container 0543b4073bd9 [2021-01-15T16:58:03.918Z] ---> 5fb53b1c72f2 [2021-01-15T16:58:03.918Z] [2021-01-15T16:58:03.918Z] Step 10/24 : FROM scratch [2021-01-15T16:58:03.918Z] ---> [2021-01-15T16:58:03.918Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T16:58:04.512Z] Removing intermediate container b8707cd34f7c [2021-01-15T16:58:04.512Z] ---> df8ae36b80dc [2021-01-15T16:58:04.513Z] [2021-01-15T16:58:04.513Z] Step 10/22 : FROM scratch [2021-01-15T16:58:04.513Z] ---> [2021-01-15T16:58:04.513Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:58:04.513Z] ---> Running in 95e15c6ac808 [2021-01-15T16:58:04.513Z] Removing intermediate container 98fad7c7f7f8 [2021-01-15T16:58:04.513Z] ---> a15a8fa89f06 [2021-01-15T16:58:04.513Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:05.115Z] ---> Running in 4cf8ba39a72f [2021-01-15T16:58:05.115Z] Removing intermediate container 8ebdc50290c4 [2021-01-15T16:58:05.115Z] ---> 29a936654ba2 [2021-01-15T16:58:05.115Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:58:05.390Z] Removing intermediate container 95e15c6ac808 [2021-01-15T16:58:05.390Z] ---> e769f8a1a880 [2021-01-15T16:58:05.390Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T16:58:05.390Z] ---> Running in 093af2695187 [2021-01-15T16:58:05.670Z] ---> Running in 118b308e7cba [2021-01-15T16:58:05.954Z] Removing intermediate container 4cf8ba39a72f [2021-01-15T16:58:05.954Z] ---> b6e65fade139 [2021-01-15T16:58:05.954Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T16:58:06.240Z] ---> 28072c61ad0a [2021-01-15T16:58:06.240Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T16:58:06.240Z] ---> Running in 317696a401c0 [2021-01-15T16:58:06.240Z] Removing intermediate container 118b308e7cba [2021-01-15T16:58:06.240Z] Removing intermediate container 093af2695187 [2021-01-15T16:58:06.240Z] ---> f6a759eb98b7 [2021-01-15T16:58:06.519Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T16:58:06.519Z] ---> b235b78ff44f [2021-01-15T16:58:06.519Z] Step 13/24 : WORKDIR / [2021-01-15T16:58:06.519Z] ---> Running in 233e3f627434 [2021-01-15T16:58:06.519Z] ---> Running in 987b73ff4667 [2021-01-15T16:58:06.796Z] Removing intermediate container 317696a401c0 [2021-01-15T16:58:06.796Z] ---> 4841791cc784 [2021-01-15T16:58:06.796Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:58:07.075Z] ---> Running in 167d732bf455 [2021-01-15T16:58:07.354Z] Removing intermediate container 233e3f627434 [2021-01-15T16:58:07.354Z] ---> a810e0d8cd61 [2021-01-15T16:58:07.354Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T16:58:07.354Z] Removing intermediate container 987b73ff4667 [2021-01-15T16:58:07.354Z] ---> 5a8fb08d4cab [2021-01-15T16:58:07.354Z] 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-15T16:58:07.960Z] Removing intermediate container 167d732bf455 [2021-01-15T16:58:07.960Z] ---> 550d81043b27 [2021-01-15T16:58:07.960Z] Step 14/22 : WORKDIR / [2021-01-15T16:58:07.960Z] ---> 155a68be307c [2021-01-15T16:58:07.960Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T16:58:08.235Z] ---> Running in c8a51b11fc7c [2021-01-15T16:58:08.843Z] ---> 746cb952ddfb [2021-01-15T16:58:08.843Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T16:58:08.843Z] ---> 3f4cb8357065 [2021-01-15T16:58:08.843Z] 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-15T16:58:08.843Z] Removing intermediate container c8a51b11fc7c [2021-01-15T16:58:08.843Z] ---> 26ecb78e959f [2021-01-15T16:58:08.843Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:09.843Z] ---> 768bef6bbda2 [2021-01-15T16:58:09.843Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:10.114Z] ---> eac2eec3ade0 [2021-01-15T16:58:10.114Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:10.713Z] ---> 3a2cfc822eeb [2021-01-15T16:58:10.713Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T16:58:10.714Z] ---> 36d382b0f9b8 [2021-01-15T16:58:10.714Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T16:58:10.997Z] ---> b7c307eb74ae [2021-01-15T16:58:10.997Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T16:58:11.290Z] ---> Running in efea1a4cafc8 [2021-01-15T16:58:11.565Z] ---> 53abf7d2458d [2021-01-15T16:58:11.565Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T16:58:13.007Z] ---> 8b95b85d3972 [2021-01-15T16:58:13.007Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:13.282Z] ---> 86a9e2289097 [2021-01-15T16:58:13.282Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:13.882Z] ---> e5413f6cf807 [2021-01-15T16:58:13.882Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T16:58:14.156Z] ---> 0850c59375ad [2021-01-15T16:58:14.156Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T16:58:14.790Z] ---> Running in 17b2d79ed7c7 [2021-01-15T16:58:15.060Z] ---> fb1b86896b8a [2021-01-15T16:58:15.060Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T16:58:15.060Z] Removing intermediate container efea1a4cafc8 [2021-01-15T16:58:15.060Z] ---> ba7fefdff891 [2021-01-15T16:58:15.060Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T16:58:15.329Z] ---> 88304041a031 [2021-01-15T16:58:15.329Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T16:58:15.329Z] ---> Running in 0449e4cd49b8 [2021-01-15T16:58:15.601Z] Removing intermediate container 17b2d79ed7c7 [2021-01-15T16:58:15.601Z] ---> 42fddf5ab191 [2021-01-15T16:58:15.601Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:58:15.601Z] Removing intermediate container 5f1825324774 [2021-01-15T16:58:15.601Z] ---> eb1be59796e3 [2021-01-15T16:58:15.601Z] [2021-01-15T16:58:15.601Z] Step 10/22 : FROM scratch [2021-01-15T16:58:15.601Z] ---> [2021-01-15T16:58:15.601Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:58:15.601Z] ---> Using cache [2021-01-15T16:58:15.601Z] ---> b6e65fade139 [2021-01-15T16:58:15.601Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T16:58:15.872Z] ---> Running in abd921b03b57 [2021-01-15T16:58:15.873Z] ---> Running in f6e047860328 [2021-01-15T16:58:15.873Z] Removing intermediate container 0449e4cd49b8 [2021-01-15T16:58:15.873Z] ---> 9e96032d5b8f [2021-01-15T16:58:15.873Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:58:16.145Z] ---> Running in 3bb8e64e7477 [2021-01-15T16:58:16.416Z] ---> 7a8e2b496f11 [2021-01-15T16:58:16.416Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T16:58:16.687Z] ---> 0cc5e4fdc3b3 [2021-01-15T16:58:16.687Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:16.687Z] Removing intermediate container abd921b03b57 [2021-01-15T16:58:16.687Z] ---> decf0de81d0e [2021-01-15T16:58:16.687Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:58:16.687Z] Removing intermediate container f6e047860328 [2021-01-15T16:58:16.687Z] ---> 09ef3bc95e05 [2021-01-15T16:58:16.687Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:58:16.687Z] ---> Running in 9a69b9a12c84 [2021-01-15T16:58:16.687Z] ---> Running in 7f75c8deb628 [2021-01-15T16:58:16.960Z] Removing intermediate container 3bb8e64e7477 [2021-01-15T16:58:16.960Z] ---> 00d4d679ad50 [2021-01-15T16:58:16.960Z] Step 21/22 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:58:16.960Z] ---> Running in ab2e43a499b9 [2021-01-15T16:58:16.960Z] ---> Running in 2ddc475ed4cc [2021-01-15T16:58:17.559Z] Removing intermediate container 9a69b9a12c84 [2021-01-15T16:58:17.559Z] ---> 5cb2333014a4 [2021-01-15T16:58:17.559Z] Step 14/22 : WORKDIR / [2021-01-15T16:58:17.559Z] ---> Running in a7e9e20f1f12 [2021-01-15T16:58:17.559Z] ---> 89322ea13fee [2021-01-15T16:58:17.559Z] Removing intermediate container ab2e43a499b9 [2021-01-15T16:58:17.559Z] ---> 18d4b77296e0 [2021-01-15T16:58:17.559Z] Step 21/22 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:58:17.559Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T16:58:17.836Z] Removing intermediate container 2ddc475ed4cc [2021-01-15T16:58:17.836Z] ---> 54fb28b586b1 [2021-01-15T16:58:17.836Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:58:17.836Z] ---> Running in 950b9ffb3099 [2021-01-15T16:58:17.836Z] ---> Running in 277c5a9d9aa7 [2021-01-15T16:58:18.108Z] ---> Running in c5bed5a2680d [2021-01-15T16:58:18.108Z] Removing intermediate container a7e9e20f1f12 [2021-01-15T16:58:18.108Z] ---> 80a2484c677d [2021-01-15T16:58:18.108Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:18.385Z] Removing intermediate container 277c5a9d9aa7 [2021-01-15T16:58:18.385Z] ---> c6648b6c422d [2021-01-15T16:58:18.385Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:58:18.658Z] Removing intermediate container 950b9ffb3099 [2021-01-15T16:58:18.658Z] ---> 9987dbd22572 [2021-01-15T16:58:18.658Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:58:18.658Z] ---> Running in 71b0b73341b8 [2021-01-15T16:58:18.931Z] ---> Running in 82342441a87a [2021-01-15T16:58:18.931Z] Removing intermediate container c5bed5a2680d [2021-01-15T16:58:18.931Z] ---> 6757bdd84029 [2021-01-15T16:58:18.931Z] [2021-01-15T16:58:19.206Z] ---> d99d6e1060cd [2021-01-15T16:58:19.206Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T16:58:19.479Z] Removing intermediate container 71b0b73341b8 [2021-01-15T16:58:19.479Z] ---> d2388a4e69aa [2021-01-15T16:58:19.479Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T16:58:19.479Z] Successfully built 6757bdd84029 [2021-01-15T16:58:19.755Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T16:58:19.755Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-15T16:58:19.755Z] Removing intermediate container 82342441a87a [2021-01-15T16:58:19.755Z] ---> c37af64f40a6 [2021-01-15T16:58:19.755Z] [2021-01-15T16:58:19.755Z] ---> Running in 38167b5b2983 [2021-01-15T16:58:20.034Z] Removing intermediate container 7f75c8deb628 [2021-01-15T16:58:20.034Z] ---> cacb6aee959f [2021-01-15T16:58:20.034Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T16:58:20.304Z] ---> Running in 5bc7faa551ff [2021-01-15T16:58:20.304Z] Successfully built c37af64f40a6 [2021-01-15T16:58:20.304Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T16:58:20.304Z] Building docker-security-proxy-setup-go [2021-01-15T16:58:20.582Z]  Building docker-core-command-go ... done Removing intermediate container 38167b5b2983 [2021-01-15T16:58:20.582Z] ---> f5bdc66d446d [2021-01-15T16:58:20.582Z] Step 23/24 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:58:20.857Z] ---> Running in 4f739c4c1dce [2021-01-15T16:58:20.857Z] Removing intermediate container 5bc7faa551ff [2021-01-15T16:58:20.857Z] ---> c17e8c8b0dca [2021-01-15T16:58:20.857Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T16:58:20.857Z] ---> 55f3730eb3dc [2021-01-15T16:58:20.857Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:21.133Z] ---> Running in b349f7663bd0 [2021-01-15T16:58:21.402Z] Removing intermediate container 4f739c4c1dce [2021-01-15T16:58:21.402Z] ---> 1a77387524de [2021-01-15T16:58:21.402Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:58:21.674Z] ---> Running in 8ddf6cccf68a [2021-01-15T16:58:21.674Z] Removing intermediate container b349f7663bd0 [2021-01-15T16:58:21.674Z] ---> 5c7219346e66 [2021-01-15T16:58:21.674Z] Step 23/24 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:58:21.946Z] ---> 73320bd3e48a [2021-01-15T16:58:21.946Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T16:58:21.946Z] ---> Running in 122b2a2667c4 [2021-01-15T16:58:22.219Z] ---> Running in 9c4eedfc86fa [2021-01-15T16:58:22.220Z] Removing intermediate container 8ddf6cccf68a [2021-01-15T16:58:22.220Z] ---> ef6cb684e22d [2021-01-15T16:58:22.220Z] [2021-01-15T16:58:22.812Z] Successfully built ef6cb684e22d [2021-01-15T16:58:22.812Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T16:58:22.812Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-15T16:58:22.812Z] Removing intermediate container 122b2a2667c4 [2021-01-15T16:58:22.812Z] ---> fc8aa3a4fbf7 [2021-01-15T16:58:22.812Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:58:23.404Z] Removing intermediate container 9c4eedfc86fa [2021-01-15T16:58:23.404Z] ---> 35b7ea1e263a [2021-01-15T16:58:23.404Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:58:23.404Z] ---> Running in 6af8ed2a7808 [2021-01-15T16:58:23.683Z] ---> Running in 7a557af207ba [2021-01-15T16:58:23.683Z] Removing intermediate container 6af8ed2a7808 [2021-01-15T16:58:23.966Z] ---> 27974166c9db [2021-01-15T16:58:23.966Z] [2021-01-15T16:58:24.243Z] Removing intermediate container 7a557af207ba [2021-01-15T16:58:24.243Z] ---> d9657e179f9c [2021-01-15T16:58:24.243Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:58:24.243Z] Successfully built 27974166c9db [2021-01-15T16:58:24.518Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T16:58:24.518Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T16:58:24.518Z] ---> Running in c49fb7506faa [2021-01-15T16:58:25.114Z] Removing intermediate container c49fb7506faa [2021-01-15T16:58:25.114Z] ---> bf7f738db60d [2021-01-15T16:58:25.114Z] Step 21/22 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T16:58:25.384Z] ---> Running in fe6c8b4b5f50 [2021-01-15T16:58:25.980Z] Removing intermediate container fe6c8b4b5f50 [2021-01-15T16:58:25.980Z] ---> 91d9d9e72c4b [2021-01-15T16:58:25.980Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:58:26.252Z] ---> Running in 538cfc1ddc52 [2021-01-15T16:58:26.857Z] Removing intermediate container 538cfc1ddc52 [2021-01-15T16:58:26.857Z] ---> 02424c4af976 [2021-01-15T16:58:26.857Z] [2021-01-15T16:58:27.458Z] Successfully built 02424c4af976 [2021-01-15T16:58:27.458Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T16:59:14.405Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:14.405Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:14.405Z] ---> 9a17265cb69e [2021-01-15T16:59:14.405Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> c1d0242c9687 [2021-01-15T16:59:14.405Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> ff23b8f6868e [2021-01-15T16:59:14.405Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> f3fedbab3c42 [2021-01-15T16:59:14.405Z] Step 6/21 : COPY go.mod . [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> d6af75c572b1 [2021-01-15T16:59:14.405Z] Step 7/21 : RUN go mod download [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> 489a290092df [2021-01-15T16:59:14.405Z] Step 8/21 : COPY . . [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> c0d1842b85cf [2021-01-15T16:59:14.405Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T16:59:14.405Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:14.405Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:14.405Z] ---> 9a17265cb69e [2021-01-15T16:59:14.405Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> c1d0242c9687 [2021-01-15T16:59:14.405Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> ff23b8f6868e [2021-01-15T16:59:14.405Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> f3fedbab3c42 [2021-01-15T16:59:14.405Z] Step 6/21 : COPY go.mod . [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> d6af75c572b1 [2021-01-15T16:59:14.405Z] Step 7/21 : RUN go mod download [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> 489a290092df [2021-01-15T16:59:14.405Z] Step 8/21 : COPY . . [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> c0d1842b85cf [2021-01-15T16:59:14.405Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T16:59:14.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:14.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:14.405Z] ---> 9a17265cb69e [2021-01-15T16:59:14.405Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> c1d0242c9687 [2021-01-15T16:59:14.405Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> ff23b8f6868e [2021-01-15T16:59:14.405Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T16:59:14.405Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:14.405Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:14.405Z] ---> 9a17265cb69e [2021-01-15T16:59:14.405Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> c1d0242c9687 [2021-01-15T16:59:14.405Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:14.405Z] ---> Using cache [2021-01-15T16:59:14.405Z] ---> ff23b8f6868e [2021-01-15T16:59:14.405Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T16:59:15.864Z] ---> Running in 5d29a23b9c87 [2021-01-15T16:59:15.864Z] ---> Running in 34ac1f14083f [2021-01-15T16:59:15.864Z] ---> Running in d544b37c75e0 [2021-01-15T16:59:16.154Z] ---> Running in 99fc73beca9f [2021-01-15T16:59:18.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:18.160Z] 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-15T16:59:18.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:18.160Z] 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-15T16:59:18.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:19.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:19.663Z] OK: 217 MiB in 51 packages [2021-01-15T16:59:19.957Z] OK: 217 MiB in 51 packages [2021-01-15T16:59:21.415Z] Removing intermediate container 5d29a23b9c87 [2021-01-15T16:59:21.706Z] ---> a85abad3395d [2021-01-15T16:59:21.706Z] Step 6/26 : COPY go.mod . [2021-01-15T16:59:22.316Z] Removing intermediate container 99fc73beca9f [2021-01-15T16:59:22.316Z] ---> 6ee09a94a100 [2021-01-15T16:59:22.316Z] Step 6/23 : COPY go.mod . [2021-01-15T16:59:22.926Z] ---> 6b77fbc967ae [2021-01-15T16:59:22.926Z] Step 7/26 : RUN go mod download [2021-01-15T16:59:23.208Z] ---> Running in 121572b1aa16 [2021-01-15T16:59:23.821Z] ---> 85c304e90b7d [2021-01-15T16:59:23.821Z] Step 7/23 : RUN go mod download [2021-01-15T16:59:24.103Z] ---> Running in 355b6baf1755 [2021-01-15T16:59:29.503Z] Removing intermediate container 121572b1aa16 [2021-01-15T16:59:29.503Z] ---> 33592082bc19 [2021-01-15T16:59:29.503Z] Step 8/26 : COPY . . [2021-01-15T16:59:29.503Z] Removing intermediate container 355b6baf1755 [2021-01-15T16:59:29.503Z] ---> 00de65646c50 [2021-01-15T16:59:29.503Z] Step 8/23 : COPY . . [2021-01-15T17:00:02.016Z] ---> 03a3a7818b81 [2021-01-15T17:00:02.016Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T17:00:02.016Z] ---> 4975de1505bb [2021-01-15T17:00:02.016Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T17:00:02.016Z] ---> Running in f67529d6bc78 [2021-01-15T17:00:02.016Z] ---> Running in f57bc6734e70 [2021-01-15T17:00:02.016Z] 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-15T17:00:02.016Z] 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-15T17:00:17.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T17:00:35.581Z] Removing intermediate container 34ac1f14083f [2021-01-15T17:00:35.581Z] ---> 7b3cb19f88b3 [2021-01-15T17:00:35.581Z] [2021-01-15T17:00:35.581Z] Step 10/21 : FROM scratch [2021-01-15T17:00:35.581Z] ---> [2021-01-15T17:00:35.581Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T17:00:35.581Z] ---> Using cache [2021-01-15T17:00:35.581Z] ---> b6e65fade139 [2021-01-15T17:00:35.581Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T17:00:35.581Z] ---> Running in 789cfe235a17 [2021-01-15T17:00:35.581Z] Removing intermediate container d544b37c75e0 [2021-01-15T17:00:35.581Z] ---> 1ae0a2679046 [2021-01-15T17:00:35.581Z] [2021-01-15T17:00:35.581Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T17:00:35.581Z] ---> afeebe901d6b [2021-01-15T17:00:35.581Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T17:00:35.581Z] ---> Running in 28fdb9e4b2a0 [2021-01-15T17:00:35.581Z] Removing intermediate container 789cfe235a17 [2021-01-15T17:00:35.581Z] ---> 7ba65e380a45 [2021-01-15T17:00:35.581Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T17:00:35.581Z] ---> Running in 769e4292eee1 [2021-01-15T17:00:35.581Z] Removing intermediate container 769e4292eee1 [2021-01-15T17:00:35.581Z] ---> 1dc6056567cc [2021-01-15T17:00:35.581Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T17:00:36.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:00:36.572Z] ---> d94298dbec07 [2021-01-15T17:00:36.572Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T17:00:36.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:00:37.879Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T17:00:37.879Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T17:00:37.879Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T17:00:37.879Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T17:00:38.157Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:00:38.157Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T17:00:38.437Z] OK: 7 MiB in 18 packages [2021-01-15T17:00:39.049Z] ---> 6ea41591aa78 [2021-01-15T17:00:39.049Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T17:00:41.051Z] ---> b4e84e0f8d83 [2021-01-15T17:00:41.051Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T17:00:41.051Z] Removing intermediate container 28fdb9e4b2a0 [2021-01-15T17:00:41.051Z] ---> Running in d1ae159b8667 [2021-01-15T17:00:41.051Z] ---> 2707e1b683f5 [2021-01-15T17:00:41.051Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T17:00:41.331Z] ---> Running in 2da06ba4beb3 [2021-01-15T17:00:41.949Z] Removing intermediate container d1ae159b8667 [2021-01-15T17:00:41.949Z] ---> 8225b1ba8675 [2021-01-15T17:00:41.949Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T17:00:41.949Z] Removing intermediate container 2da06ba4beb3 [2021-01-15T17:00:41.949Z] ---> 06203fbdcc90 [2021-01-15T17:00:41.949Z] Step 13/21 : WORKDIR /edgex [2021-01-15T17:00:42.228Z] ---> Running in d63f99d09c37 [2021-01-15T17:00:42.228Z] ---> Running in f6713ed036c4 [2021-01-15T17:00:42.830Z] Removing intermediate container d63f99d09c37 [2021-01-15T17:00:42.830Z] ---> c98958c508f4 [2021-01-15T17:00:42.830Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T17:00:43.114Z] ---> Running in 8bd251a93dae [2021-01-15T17:00:43.401Z] Removing intermediate container f6713ed036c4 [2021-01-15T17:00:43.401Z] ---> db01ce666276 [2021-01-15T17:00:43.401Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T17:00:44.007Z] Removing intermediate container 8bd251a93dae [2021-01-15T17:00:44.007Z] ---> 3f2b681faa65 [2021-01-15T17:00:44.007Z] Step 20/21 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T17:00:44.289Z] ---> Running in 6d303568f7f6 [2021-01-15T17:00:44.567Z] ---> 30143a0b0b49 [2021-01-15T17:00:44.567Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T17:00:44.847Z] Removing intermediate container 6d303568f7f6 [2021-01-15T17:00:44.847Z] ---> f7028ceafe1a [2021-01-15T17:00:44.847Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T17:00:45.124Z] ---> Running in 27938c50b535 [2021-01-15T17:00:46.110Z] Removing intermediate container 27938c50b535 [2021-01-15T17:00:46.110Z] ---> 6d4006f1018d [2021-01-15T17:00:46.110Z] [2021-01-15T17:00:46.712Z] Successfully built 6d4006f1018d [2021-01-15T17:00:46.712Z] ---> d2c497091c45 [2021-01-15T17:00:46.712Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T17:00:46.712Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T17:00:48.714Z]  Building docker-support-scheduler-go ... done  ---> eb1c4ac59a54 [2021-01-15T17:00:48.714Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T17:00:48.714Z] ---> Running in 3bd50500d06f [2021-01-15T17:00:49.326Z] Removing intermediate container 3bd50500d06f [2021-01-15T17:00:49.326Z] ---> 485779a4b84e [2021-01-15T17:00:49.326Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T17:00:49.326Z] ---> Running in a2933c08229b [2021-01-15T17:00:50.329Z] Removing intermediate container a2933c08229b [2021-01-15T17:00:50.329Z] ---> 2bd0804d8c36 [2021-01-15T17:00:50.329Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T17:00:50.329Z] ---> Running in 6d5f45eb3627 [2021-01-15T17:00:50.939Z] Removing intermediate container 6d5f45eb3627 [2021-01-15T17:00:50.939Z] ---> fba06fd8cee0 [2021-01-15T17:00:50.939Z] Step 20/21 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T17:00:51.219Z] ---> Running in d210737351e1 [2021-01-15T17:00:52.227Z] Removing intermediate container d210737351e1 [2021-01-15T17:00:52.227Z] ---> bd131a2c4cd8 [2021-01-15T17:00:52.227Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T17:00:52.227Z] ---> Running in 97e1706fa88b [2021-01-15T17:00:52.837Z] Removing intermediate container 97e1706fa88b [2021-01-15T17:00:52.837Z] ---> a3f73d964eb9 [2021-01-15T17:00:52.837Z] [2021-01-15T17:00:53.442Z] Successfully built a3f73d964eb9 [2021-01-15T17:00:53.442Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T17:01:11.845Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f57bc6734e70 [2021-01-15T17:01:11.845Z] ---> 93f590f58250 [2021-01-15T17:01:11.845Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T17:01:11.845Z] ---> Running in 4918e5197942 [2021-01-15T17:01:11.845Z] 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-15T17:01:15.250Z] Removing intermediate container 4918e5197942 [2021-01-15T17:01:15.250Z] ---> 371c33be77ec [2021-01-15T17:01:15.250Z] [2021-01-15T17:01:15.250Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T17:01:15.250Z] 20.10.0: Pulling from library/docker [2021-01-15T17:01:23.550Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T17:01:23.550Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T17:01:23.550Z] ---> eeaf43b92773 [2021-01-15T17:01:23.550Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T17:01:24.535Z] ---> Running in a6ada0f561df [2021-01-15T17:01:24.807Z] Removing intermediate container f67529d6bc78 [2021-01-15T17:01:24.807Z] ---> 1a25254621db [2021-01-15T17:01:24.807Z] [2021-01-15T17:01:24.807Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T17:01:24.807Z] ---> afeebe901d6b [2021-01-15T17:01:24.807Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T17:01:25.081Z] ---> Running in 86c9434abbe7 [2021-01-15T17:01:25.363Z] Removing intermediate container 86c9434abbe7 [2021-01-15T17:01:25.363Z] ---> 0d1672a69666 [2021-01-15T17:01:25.363Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T17:01:25.642Z] ---> Running in 7ae07085cb24 [2021-01-15T17:01:25.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:25.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:26.191Z] Removing intermediate container 7ae07085cb24 [2021-01-15T17:01:26.191Z] ---> 7b8cd2d2da01 [2021-01-15T17:01:26.191Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T17:01:26.191Z] ---> Running in 0c7e7d64abac [2021-01-15T17:01:26.468Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T17:01:26.468Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T17:01:26.468Z] Executing bash-5.0.17-r0.post-install [2021-01-15T17:01:26.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:01:26.746Z] OK: 12 MiB in 22 packages [2021-01-15T17:01:26.746Z] Removing intermediate container 0c7e7d64abac [2021-01-15T17:01:26.746Z] ---> ee49a55050fe [2021-01-15T17:01:26.746Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T17:01:26.746Z] ---> Running in 2d0309d90dbd [2021-01-15T17:01:28.177Z] Removing intermediate container a6ada0f561df [2021-01-15T17:01:28.177Z] ---> 56341dc1e37d [2021-01-15T17:01:28.177Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T17:01:28.177Z] ---> Running in 86c9ae324497 [2021-01-15T17:01:28.779Z] Removing intermediate container 86c9ae324497 [2021-01-15T17:01:28.779Z] ---> bf0373705024 [2021-01-15T17:01:28.779Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T17:01:29.051Z] ---> Running in 19254ccb64e0 [2021-01-15T17:01:29.652Z] Removing intermediate container 2d0309d90dbd [2021-01-15T17:01:29.652Z] ---> cb0d13fcc881 [2021-01-15T17:01:29.652Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T17:01:29.652Z] Removing intermediate container 19254ccb64e0 [2021-01-15T17:01:29.652Z] ---> d89cbe69b63a [2021-01-15T17:01:29.652Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T17:01:29.652Z] ---> Running in bdbafebe2af3 [2021-01-15T17:01:29.652Z] ---> Running in cb6d67fb49cf [2021-01-15T17:01:30.261Z] Removing intermediate container bdbafebe2af3 [2021-01-15T17:01:30.261Z] ---> 19e5b10425f2 [2021-01-15T17:01:30.261Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T17:01:30.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:31.450Z] ---> eb64b992d90b [2021-01-15T17:01:31.450Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T17:01:32.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:32.319Z] ---> bd540e93c0b3 [2021-01-15T17:01:32.319Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T17:01:33.290Z] ---> 43c7ecbb23e6 [2021-01-15T17:01:33.290Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T17:01:33.290Z] ---> Running in 54333e9501ea [2021-01-15T17:01:33.290Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T17:01:33.561Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T17:01:33.561Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T17:01:34.158Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T17:01:34.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:34.436Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T17:01:34.436Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:01:34.436Z] OK: 8 MiB in 19 packages [2021-01-15T17:01:34.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:35.303Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T17:01:35.303Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T17:01:35.303Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T17:01:35.303Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T17:01:35.575Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T17:01:35.575Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T17:01:35.575Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T17:01:36.179Z] Removing intermediate container cb6d67fb49cf [2021-01-15T17:01:36.179Z] ---> fcba8a13d60a [2021-01-15T17:01:36.179Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T17:01:37.737Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T17:01:37.737Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T17:01:37.737Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T17:01:37.737Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T17:01:37.737Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T17:01:37.737Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T17:01:37.737Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T17:01:37.737Z] ---> a323cc6e918c [2021-01-15T17:01:37.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T17:01:37.737Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T17:01:37.737Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T17:01:37.737Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T17:01:38.052Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T17:01:38.052Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T17:01:38.052Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T17:01:38.052Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T17:01:38.052Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T17:01:38.052Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T17:01:38.052Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T17:01:38.052Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T17:01:38.052Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T17:01:38.052Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T17:01:38.326Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T17:01:38.326Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T17:01:38.326Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T17:01:38.326Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T17:01:38.326Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T17:01:38.326Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T17:01:38.326Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:01:38.610Z] OK: 71 MiB in 55 packages [2021-01-15T17:01:39.602Z] ---> 2f44fda49f45 [2021-01-15T17:01:39.602Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T17:01:40.581Z] ---> d021ef6f5e25 [2021-01-15T17:01:40.581Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T17:01:40.853Z] ---> Running in 6502d9c98db5 [2021-01-15T17:01:41.455Z] Removing intermediate container 6502d9c98db5 [2021-01-15T17:01:41.455Z] ---> 997a678c6a3b [2021-01-15T17:01:41.455Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T17:01:41.455Z] ---> Running in c0318808ab99 [2021-01-15T17:01:42.440Z] Removing intermediate container c0318808ab99 [2021-01-15T17:01:42.440Z] ---> 90c1518b5edd [2021-01-15T17:01:42.440Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T17:01:42.440Z] ---> Running in 2af6a31999a4 [2021-01-15T17:01:43.040Z] Removing intermediate container 2af6a31999a4 [2021-01-15T17:01:43.040Z] ---> 2ddcae05abae [2021-01-15T17:01:43.040Z] Step 22/23 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T17:01:43.312Z] ---> Running in e5647402587d [2021-01-15T17:01:43.907Z] Removing intermediate container e5647402587d [2021-01-15T17:01:43.907Z] ---> f2cc1979c5cb [2021-01-15T17:01:43.907Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T17:01:43.907Z] ---> Running in 97ebe98bf8c1 [2021-01-15T17:01:44.500Z] Removing intermediate container 97ebe98bf8c1 [2021-01-15T17:01:44.500Z] ---> 2a7e3d51311d [2021-01-15T17:01:44.500Z] [2021-01-15T17:01:44.771Z] Removing intermediate container 54333e9501ea [2021-01-15T17:01:44.771Z] ---> 3ecc592c1240 [2021-01-15T17:01:44.771Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T17:01:45.042Z] ---> Running in 2cebe803f6c7 [2021-01-15T17:01:45.042Z] Successfully built 2a7e3d51311d [2021-01-15T17:01:45.042Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T17:01:50.413Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-15T17:01:50.413Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T17:01:51.381Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T17:01:51.381Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T17:01:51.381Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T17:01:51.652Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T17:01:54.262Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T17:01:54.262Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T17:01:57.621Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T17:01:57.621Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T17:01:57.621Z] 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-15T17:01:57.895Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T17:01:57.895Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T17:01:59.327Z] Collecting PyYAML<4,>=3.10 [2021-01-15T17:01:59.327Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T17:02:03.621Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T17:02:03.621Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T17:02:03.621Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T17:02:03.621Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T17:02:06.228Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T17:02:06.229Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T17:02:06.503Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T17:02:06.503Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T17:02:07.104Z] Collecting idna<2.8,>=2.5 [2021-01-15T17:02:07.104Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T17:02:07.104Z] 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-15T17:02:07.104Z] 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-15T17:02:07.382Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T17:02:07.382Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T17:02:07.382Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T17:02:07.382Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T17:02:07.382Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T17:02:07.382Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T17:02:08.353Z] Installing collected packages: cached-property, docopt, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, docker-compose [2021-01-15T17:02:08.353Z] Running setup.py install for docopt: started [2021-01-15T17:02:10.332Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T17:02:10.332Z] Running setup.py install for texttable: started [2021-01-15T17:02:12.297Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T17:02:12.297Z] Attempting uninstall: urllib3 [2021-01-15T17:02:12.297Z] Found existing installation: urllib3 1.25.9 [2021-01-15T17:02:12.297Z] Uninstalling urllib3-1.25.9: [2021-01-15T17:02:12.568Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T17:02:12.841Z] Attempting uninstall: idna [2021-01-15T17:02:12.841Z] Found existing installation: idna 2.9 [2021-01-15T17:02:12.841Z] Uninstalling idna-2.9: [2021-01-15T17:02:13.112Z] Successfully uninstalled idna-2.9 [2021-01-15T17:02:13.715Z] Attempting uninstall: requests [2021-01-15T17:02:13.715Z] Found existing installation: requests 2.23.0 [2021-01-15T17:02:13.715Z] Uninstalling requests-2.23.0: [2021-01-15T17:02:13.715Z] Successfully uninstalled requests-2.23.0 [2021-01-15T17:02:15.136Z] Running setup.py install for PyYAML: started [2021-01-15T17:02:17.094Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T17:02:17.094Z] Running setup.py install for dockerpty: started [2021-01-15T17:02:19.070Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T17:02:20.040Z] 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-15T17:02:23.408Z] Removing intermediate container 2cebe803f6c7 [2021-01-15T17:02:23.408Z] ---> 21cd606a3801 [2021-01-15T17:02:23.408Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T17:02:23.680Z] ---> Running in 1e4c164fbfd8 [2021-01-15T17:02:25.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:02:25.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:02:25.706Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T17:02:25.706Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T17:02:25.706Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T17:02:25.706Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:02:25.706Z] OK: 71 MiB in 58 packages [2021-01-15T17:02:27.140Z] Removing intermediate container 1e4c164fbfd8 [2021-01-15T17:02:27.140Z] ---> 7a9756a21d26 [2021-01-15T17:02:27.140Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T17:02:27.140Z] ---> Running in 68c788e9f6d4 [2021-01-15T17:02:27.418Z] Removing intermediate container 68c788e9f6d4 [2021-01-15T17:02:27.418Z] ---> 9f42a89822e7 [2021-01-15T17:02:27.690Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T17:02:27.690Z] ---> Running in 8119475ab34b [2021-01-15T17:02:28.282Z] Removing intermediate container 8119475ab34b [2021-01-15T17:02:28.282Z] ---> 05e6f277fab8 [2021-01-15T17:02:28.282Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T17:02:28.282Z] ---> Running in 6465d58bd3b7 [2021-01-15T17:02:28.874Z] Removing intermediate container 6465d58bd3b7 [2021-01-15T17:02:28.874Z] ---> e01259f17472 [2021-01-15T17:02:28.874Z] Step 25/26 : LABEL git_sha=27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [2021-01-15T17:02:28.874Z] ---> Running in 1e9d0e5d18dd [2021-01-15T17:02:29.469Z] Removing intermediate container 1e9d0e5d18dd [2021-01-15T17:02:29.469Z] ---> 2c7f861625f1 [2021-01-15T17:02:29.469Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T17:02:29.469Z] ---> Running in 57adc40c9e7e [2021-01-15T17:02:30.061Z] Removing intermediate container 57adc40c9e7e [2021-01-15T17:02:30.061Z] ---> aaa8cd2470e7 [2021-01-15T17:02:30.061Z] [2021-01-15T17:02:30.332Z] Successfully built aaa8cd2470e7 [2021-01-15T17:02:30.332Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T17:02:30.619Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T17:02:30.610Z] $ docker stop --time=1 0c4f470c722ee09f027efa1377381a5d4a5590bf58c819a9c9fddbd3f7e83b52 [2021-01-15T17:02:32.506Z] $ docker rm -f 0c4f470c722ee09f027efa1377381a5d4a5590bf58c819a9c9fddbd3f7e83b52 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T17:02:33.140Z] + + docker imagesgrep [2021-01-15T17:02:33.140Z] docker [2021-01-15T17:02:33.409Z] docker-sys-mgmt-agent-go-arm64 latest aaa8cd2470e7 4 seconds ago 300MB [2021-01-15T17:02:33.409Z] docker-core-data-go-arm64 latest 2a7e3d51311d 49 seconds ago 21MB [2021-01-15T17:02:33.409Z] docker-security-proxy-setup-go-arm64 latest a3f73d964eb9 About a minute ago 23.2MB [2021-01-15T17:02:33.409Z] docker-support-scheduler-go-arm64 latest 6d4006f1018d About a minute ago 10MB [2021-01-15T17:02:33.409Z] docker-core-metadata-go-arm64 latest 02424c4af976 4 minutes ago 12.3MB [2021-01-15T17:02:33.409Z] docker-security-secretstore-setup-go-arm64 latest 27974166c9db 4 minutes ago 23.4MB [2021-01-15T17:02:33.409Z] docker-support-notifications-go-arm64 latest ef6cb684e22d 4 minutes ago 11.4MB [2021-01-15T17:02:33.409Z] docker-core-command-go-arm64 latest c37af64f40a6 4 minutes ago 9.98MB [2021-01-15T17:02:33.409Z] docker-security-bootstrap-redis-go-arm64 latest 6757bdd84029 4 minutes ago 15.1MB [2021-01-15T17:02:33.409Z] docker 20.10.0 eeaf43b92773 5 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-15T17:02:34.949Z] provisioning config files... [2021-01-15T17:02:34.976Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5062009938668247904tmp [Pipeline] { [Pipeline] sh [2021-01-15T17:02:35.356Z] + set +x [2021-01-15T17:02:35.356Z] + curl -s https://codecov.io/bash [2021-01-15T17:02:35.356Z] + bash -s -- [2021-01-15T17:02:35.619Z] [2021-01-15T17:02:35.619Z] _____ _ [2021-01-15T17:02:35.619Z] / ____| | | [2021-01-15T17:02:35.619Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T17:02:35.619Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T17:02:35.619Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T17:02:35.619Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T17:02:35.619Z] Bash-20210115-cec3c92 [2021-01-15T17:02:35.619Z] [2021-01-15T17:02:35.619Z] [2021-01-15T17:02:35.619Z] ==> git version 2.24.3 found [2021-01-15T17:02:35.882Z] ==> 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-15T17:02:35.882Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T17:02:35.882Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T17:02:35.882Z] ==> Jenkins CI detected. [2021-01-15T17:02:35.882Z] project root: . [2021-01-15T17:02:35.882Z] --> token set from env [2021-01-15T17:02:35.882Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T17:02:35.882Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T17:02:35.882Z] ==> Python coveragepy not found [2021-01-15T17:02:35.882Z] ==> Searching for coverage reports in: [2021-01-15T17:02:35.882Z] + . [2021-01-15T17:02:35.882Z] -> Found 1 reports [2021-01-15T17:02:35.882Z] ==> Detecting git/mercurial file structure [2021-01-15T17:02:36.146Z] ==> Reading reports [2021-01-15T17:02:36.146Z] + ./coverage.out bytes=550280 [2021-01-15T17:02:36.146Z] ==> Appending adjustments [2021-01-15T17:02:36.146Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T17:02:39.455Z] + Found adjustments [2021-01-15T17:02:39.455Z] ==> Gzipping contents [2021-01-15T17:02:39.455Z] 84K /tmp/codecov.RPlNXW.gz [2021-01-15T17:02:39.455Z] ==> Uploading reports [2021-01-15T17:02:39.455Z] url: https://codecov.io [2021-01-15T17:02:39.455Z] query: branch=PR-3039&commit=27f9ef015b6b6c909b41bd3d85b12fec80b46d44&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3039%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3039&job=&cmd_args= [2021-01-15T17:02:39.455Z] -> Pinging Codecov [2021-01-15T17:02:39.455Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3039&commit=27f9ef015b6b6c909b41bd3d85b12fec80b46d44&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3039%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3039&job=&cmd_args= [2021-01-15T17:02:39.725Z] -> Uploading to [2021-01-15T17:02:39.725Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/27f9ef015b6b6c909b41bd3d85b12fec80b46d44/4046b2df-70ce-4f28-99f5-9591387904f0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T170239Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b82fdd1771ecc8953751deec994c51827ab75debc0fd562fe1da39a29e28e6d [2021-01-15T17:02:39.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T17:02:39.725Z] Dload Upload Total Spent Left Speed [2021-01-15T17:02:40.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83149 0 0 100 83149 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-01-15T17:02:40.301Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/27f9ef015b6b6c909b41bd3d85b12fec80b46d44 [Pipeline] } [2021-01-15T17:02:40.311Z] 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-15T17:02:42.119Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:43.009Z] ---> package-listing.sh [2021-01-15T17:02:43.009Z] ++ facter osfamily [2021-01-15T17:02:43.009Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T17:02:43.009Z] + OS_FAMILY=redhat [2021-01-15T17:02:43.009Z] + workspace=/w/workspace/edgex-go/2 [2021-01-15T17:02:43.009Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T17:02:43.009Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T17:02:43.009Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T17:02:43.010Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T17:02:43.010Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-15T17:02:43.010Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T17:02:43.010Z] + case "${OS_FAMILY}" in [2021-01-15T17:02:43.010Z] + rpm -qa [2021-01-15T17:02:43.010Z] + sort [2021-01-15T17:02:48.329Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T17:02:48.329Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T17:02:48.329Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T17:02:48.329Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-15T17:02:48.329Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-15T17:02:48.329Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-15T17:02:48.343Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T17:02:48.640Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T17:02:48.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T17:02:48.951Z] [2021-01-15T17:02:48.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T17:02:49.560Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T17:02:49.560Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T17:02:49.560Z] df20fa9351a1: Pulling fs layer [2021-01-15T17:02:49.560Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T17:02:49.560Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T17:02:49.560Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T17:02:49.560Z] 93b61091891f: Pulling fs layer [2021-01-15T17:02:49.560Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T17:02:49.560Z] 5e14af77c1be: Pulling fs layer [2021-01-15T17:02:49.560Z] 01666e4c0597: Pulling fs layer [2021-01-15T17:02:49.560Z] aa168da1d23b: Pulling fs layer [2021-01-15T17:02:49.560Z] 93b9cdb0e59b: Waiting [2021-01-15T17:02:49.560Z] 5e14af77c1be: Waiting [2021-01-15T17:02:49.560Z] 01666e4c0597: Waiting [2021-01-15T17:02:49.560Z] 46f8f816bc3b: Waiting [2021-01-15T17:02:49.560Z] 93b61091891f: Waiting [2021-01-15T17:02:49.560Z] aa168da1d23b: Waiting [2021-01-15T17:02:49.560Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T17:02:49.560Z] 36b3adc4ff6f: Download complete [2021-01-15T17:02:49.560Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T17:02:49.560Z] 46f8f816bc3b: Download complete [2021-01-15T17:02:49.823Z] df20fa9351a1: Download complete [2021-01-15T17:02:49.823Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T17:02:49.823Z] 93b9cdb0e59b: Download complete [2021-01-15T17:02:49.823Z] 5e14af77c1be: Verifying Checksum [2021-01-15T17:02:49.823Z] 5e14af77c1be: Download complete [2021-01-15T17:02:49.823Z] 01666e4c0597: Verifying Checksum [2021-01-15T17:02:49.823Z] 01666e4c0597: Download complete [2021-01-15T17:02:49.823Z] 93b61091891f: Verifying Checksum [2021-01-15T17:02:49.823Z] 93b61091891f: Download complete [2021-01-15T17:02:49.823Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T17:02:49.824Z] 8ad3a11d3b57: Download complete [2021-01-15T17:02:50.085Z] df20fa9351a1: Pull complete [2021-01-15T17:02:50.354Z] 36b3adc4ff6f: Pull complete [2021-01-15T17:02:51.900Z] aa168da1d23b: Verifying Checksum [2021-01-15T17:02:51.900Z] aa168da1d23b: Download complete [2021-01-15T17:02:52.918Z] 8ad3a11d3b57: Pull complete [2021-01-15T17:02:53.518Z] 46f8f816bc3b: Pull complete [2021-01-15T17:02:54.094Z] 93b61091891f: Pull complete [2021-01-15T17:02:54.094Z] 93b9cdb0e59b: Pull complete [2021-01-15T17:02:54.356Z] 5e14af77c1be: Pull complete [2021-01-15T17:02:54.356Z] 01666e4c0597: Pull complete [2021-01-15T17:03:04.390Z] aa168da1d23b: Pull complete [2021-01-15T17:03:04.390Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T17:03:04.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T17:03:04.390Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T17:03:04.625Z] prd-centos7-docker-4c-2g-20527 does not seem to be running inside a container [2021-01-15T17:03:04.677Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T17:03:08.815Z] $ docker top bb5dafbf8d575a93efd68bb49d44c920cb50da30f6d8c336c0e022098eee1780 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T17:03:09.371Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T17:03:09.676Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T17:03:09.975Z] + ls /var/log/sa-host [2021-01-15T17:03:09.975Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T17:03:09.975Z] file_magic: OK [2021-01-15T17:03:09.975Z] HZ: Using current value: 100 [2021-01-15T17:03:09.975Z] file_header: OK [2021-01-15T17:03:09.975Z] 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-15T17:03:09.975Z] Statistics: [2021-01-15T17:03:09.975Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T17:03:09.975Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T17:03:09.975Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T17:03:09.975Z] file_magic: OK [2021-01-15T17:03:09.975Z] HZ: Using current value: 100 [2021-01-15T17:03:09.975Z] file_header: OK [2021-01-15T17:03:09.975Z] 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-15T17:03:09.975Z] Statistics: [2021-01-15T17:03:09.975Z] Hnuu...uuuununununu... [2021-01-15T17:03:09.975Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T17:03:10.164Z] provisioning config files... [2021-01-15T17:03:10.178Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config749841614604033758tmp [Pipeline] { [Pipeline] echo [2021-01-15T17:03:10.275Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:03:10.576Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T17:03:10.592Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T17:03:10.675Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:03:10.972Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T17:03:10.982Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:03:11.278Z] ---> sudo-logs.sh [2021-01-15T17:03:11.278Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T17:03:11.288Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:03:11.589Z] ---> job-cost.sh [2021-01-15T17:03:11.589Z] lf-activate-venv: SKIPPING [2021-01-15T17:03:11.589Z] INFO: No Stack... [2021-01-15T17:03:13.509Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T17:03:13.771Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T17:03:13.783Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:03:14.081Z] ---> logs-deploy.sh [2021-01-15T17:03:14.081Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3039/2 [2021-01-15T17:03:14.081Z] INFO: archiving workspace using pattern(s): [2021-01-15T17:03:16.003Z] Archives upload complete. [2021-01-15T17:03:16.003Z] INFO: archiving logs to Nexus [2021-01-15T17:03:16.954Z] ---> uname -a: [2021-01-15T17:03:16.954Z] Linux prd-centos7-docker-4c-2g-20527.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-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] ---> lscpu: [2021-01-15T17:03:16.954Z] Architecture: x86_64 [2021-01-15T17:03:16.954Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-15T17:03:16.954Z] Byte Order: Little Endian [2021-01-15T17:03:16.954Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-15T17:03:16.954Z] CPU(s): 4 [2021-01-15T17:03:16.954Z] On-line CPU(s) list: 0-3 [2021-01-15T17:03:16.954Z] Thread(s) per core: 1 [2021-01-15T17:03:16.954Z] Core(s) per socket: 1 [2021-01-15T17:03:16.954Z] Socket(s): 4 [2021-01-15T17:03:16.954Z] NUMA node(s): 1 [2021-01-15T17:03:16.954Z] Vendor ID: GenuineIntel [2021-01-15T17:03:16.954Z] CPU family: 6 [2021-01-15T17:03:16.954Z] Model: 44 [2021-01-15T17:03:16.954Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-15T17:03:16.954Z] Stepping: 1 [2021-01-15T17:03:16.954Z] CPU MHz: 2933.436 [2021-01-15T17:03:16.954Z] BogoMIPS: 5866.87 [2021-01-15T17:03:16.954Z] Virtualization: VT-x [2021-01-15T17:03:16.954Z] Hypervisor vendor: KVM [2021-01-15T17:03:16.954Z] Virtualization type: full [2021-01-15T17:03:16.954Z] L1d cache: 128 KiB [2021-01-15T17:03:16.954Z] L1i cache: 128 KiB [2021-01-15T17:03:16.954Z] L2 cache: 16 MiB [2021-01-15T17:03:16.954Z] L3 cache: 64 MiB [2021-01-15T17:03:16.954Z] NUMA node0 CPU(s): 0-3 [2021-01-15T17:03:16.954Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-15T17:03:16.954Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-15T17:03:16.954Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-15T17:03:16.954Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-15T17:03:16.954Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-15T17:03:16.954Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-15T17:03:16.954Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-15T17:03:16.954Z] Vulnerability Srbds: Not affected [2021-01-15T17:03:16.954Z] Vulnerability Tsx async abort: Not affected [2021-01-15T17:03:16.954Z] 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-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] ---> nproc: [2021-01-15T17:03:16.954Z] 4 [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] ---> df -h: [2021-01-15T17:03:16.954Z] Filesystem Size Used Available Use% Mounted on [2021-01-15T17:03:16.954Z] overlay 50.0G 12.9G 37.1G 26% / [2021-01-15T17:03:16.954Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-15T17:03:16.954Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-15T17:03:16.954Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2 [2021-01-15T17:03:16.954Z] /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/2@tmp [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] ---> free -m: [2021-01-15T17:03:16.954Z] total used free shared buff/cache available [2021-01-15T17:03:16.954Z] Mem: 1837 734 275 0 826 1016 [2021-01-15T17:03:16.954Z] Swap: 1023 35 988 [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] ---> ip addr: [2021-01-15T17:03:16.954Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-15T17:03:16.954Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-15T17:03:16.954Z] inet 127.0.0.1/8 scope host lo [2021-01-15T17:03:16.954Z] valid_lft forever preferred_lft forever [2021-01-15T17:03:16.954Z] inet6 ::1/128 scope host [2021-01-15T17:03:16.954Z] valid_lft forever preferred_lft forever [2021-01-15T17:03:16.954Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-15T17:03:16.954Z] link/ether fa:16:3e:ca:65:df brd ff:ff:ff:ff:ff:ff [2021-01-15T17:03:16.954Z] inet 10.30.122.75/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-15T17:03:16.954Z] valid_lft 84700sec preferred_lft 84700sec [2021-01-15T17:03:16.954Z] inet6 fe80::f816:3eff:feca:65df/64 scope link [2021-01-15T17:03:16.954Z] valid_lft forever preferred_lft forever [2021-01-15T17:03:16.954Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-15T17:03:16.954Z] link/ether 02:42:89:f5:4c:d2 brd ff:ff:ff:ff:ff:ff [2021-01-15T17:03:16.954Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-15T17:03:16.954Z] valid_lft forever preferred_lft forever [2021-01-15T17:03:16.954Z] inet6 fe80::42:89ff:fef5:4cd2/64 scope link [2021-01-15T17:03:16.954Z] valid_lft forever preferred_lft forever [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] ---> sar -b -r -n DEV: [2021-01-15T17:03:16.954Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] 16:34:46 LINUX RESTART (4 CPU) [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] 16:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-15T17:03:16.954Z] 16:37:01 48.84 12.19 36.66 0.00 4689.48 4074.28 0.00 [2021-01-15T17:03:16.954Z] 16:38:01 87.61 62.17 25.44 0.00 5057.00 14720.50 0.00 [2021-01-15T17:03:16.954Z] 16:39:02 175.86 48.46 127.40 0.00 2858.62 34226.16 0.00 [2021-01-15T17:03:16.954Z] 16:40:01 209.57 86.55 123.02 0.00 3269.02 16461.44 0.00 [2021-01-15T17:03:16.954Z] 16:41:01 114.43 44.86 69.57 0.00 1859.27 6682.92 0.00 [2021-01-15T17:03:16.954Z] 16:42:02 80.11 26.31 53.81 0.00 1876.29 8865.30 0.00 [2021-01-15T17:03:16.954Z] 16:43:01 243.36 88.68 154.68 0.00 30108.44 97563.00 0.00 [2021-01-15T17:03:16.954Z] 16:44:01 2400.62 2055.00 345.62 0.00 186886.56 196747.55 0.00 [2021-01-15T17:03:16.954Z] 16:45:02 608.98 405.99 202.99 0.00 25174.46 42597.91 0.00 [2021-01-15T17:03:16.954Z] 16:46:01 2011.72 1668.33 343.38 0.00 161185.36 209393.74 0.00 [2021-01-15T17:03:16.954Z] 16:47:02 771.73 538.04 233.69 0.00 35222.42 59638.55 0.00 [2021-01-15T17:03:16.954Z] 16:48:01 103.71 18.28 85.43 0.00 4074.75 5250.22 0.00 [2021-01-15T17:03:16.954Z] 16:49:01 1.50 0.00 1.50 0.00 0.00 26.18 0.00 [2021-01-15T17:03:16.954Z] 16:50:01 1.93 1.65 0.28 0.00 53.51 3.09 0.00 [2021-01-15T17:03:16.954Z] 16:51:01 0.83 0.03 0.80 0.00 1.07 14.90 0.00 [2021-01-15T17:03:16.954Z] 16:52:01 0.40 0.00 0.40 0.00 0.00 5.59 0.00 [2021-01-15T17:03:16.954Z] 16:53:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-01-15T17:03:16.954Z] 16:54:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 [2021-01-15T17:03:16.954Z] 16:55:01 0.27 0.02 0.25 0.00 0.53 2.90 0.00 [2021-01-15T17:03:16.954Z] 16:56:02 0.27 0.03 0.23 0.00 0.40 2.03 0.00 [2021-01-15T17:03:16.954Z] 16:57:01 0.29 0.03 0.25 0.00 0.27 3.03 0.00 [2021-01-15T17:03:16.954Z] 16:58:01 0.27 0.02 0.25 0.00 0.27 2.86 0.00 [2021-01-15T17:03:16.954Z] 16:59:01 0.32 0.00 0.32 0.00 0.00 3.13 0.00 [2021-01-15T17:03:16.954Z] 17:00:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 [2021-01-15T17:03:16.954Z] 17:01:01 0.25 0.05 0.20 0.00 1.20 1.88 0.00 [2021-01-15T17:03:16.954Z] 17:02:01 0.65 0.35 0.30 0.00 23.03 4.76 0.00 [2021-01-15T17:03:16.954Z] 17:03:01 127.65 70.84 56.81 0.00 6275.07 14803.08 0.00 [2021-01-15T17:03:16.954Z] Average: 258.76 189.73 69.03 0.00 17327.82 26312.35 0.00 [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] 16:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-15T17:03:16.954Z] 16:37:01 68072 0 680124 36.15 2620 1130728 1333256 45.50 531444 1077440 58468 [2021-01-15T17:03:16.954Z] 16:38:01 66144 0 684452 36.38 2620 1128328 1526484 52.10 664564 945360 70044 [2021-01-15T17:03:16.954Z] 16:39:02 129908 0 720956 38.32 1996 1028684 1528868 52.18 555032 950036 4080 [2021-01-15T17:03:16.954Z] 16:40:01 70880 0 965052 51.29 964 844648 1926040 65.73 745424 791052 58136 [2021-01-15T17:03:16.954Z] 16:41:01 290752 0 778776 41.39 836 811180 1680940 57.37 569084 739780 63636 [2021-01-15T17:03:16.954Z] 16:42:02 188508 0 755524 40.15 792 936720 1430384 48.82 621232 786600 11212 [2021-01-15T17:03:16.954Z] 16:43:01 61948 0 835640 44.41 108 983848 2273740 77.60 675844 922356 73868 [2021-01-15T17:03:16.954Z] 16:44:01 79296 0 836772 44.47 0 965476 2348516 80.15 725740 853832 14360 [2021-01-15T17:03:16.954Z] 16:45:02 301912 0 742752 39.48 0 836880 1586452 54.14 593932 733676 8 [2021-01-15T17:03:16.954Z] 16:46:01 77952 0 799860 42.51 0 1003732 2148772 73.33 691136 891640 38336 [2021-01-15T17:03:16.954Z] 16:47:02 100624 0 731472 38.88 0 1049448 1483648 50.63 580612 945796 14912 [2021-01-15T17:03:16.954Z] 16:48:01 133104 0 666220 35.41 0 1082220 1198256 40.89 589540 905604 20 [2021-01-15T17:03:16.954Z] 16:49:01 135088 0 664192 35.30 0 1082264 1178820 40.23 588292 905216 12 [2021-01-15T17:03:16.954Z] 16:50:01 133444 0 664916 35.34 0 1083184 1178844 40.23 589100 905760 20 [2021-01-15T17:03:16.954Z] 16:51:01 133144 0 665204 35.35 0 1083196 1178816 40.23 589020 905780 12 [2021-01-15T17:03:16.954Z] 16:52:01 133988 0 664336 35.31 0 1083220 1178712 40.23 588484 905792 12 [2021-01-15T17:03:16.954Z] 16:53:01 134348 0 663972 35.29 0 1083224 1178712 40.23 588608 905792 20 [2021-01-15T17:03:16.954Z] 16:54:01 134316 0 663996 35.29 0 1083232 1178712 40.23 588492 905792 8 [2021-01-15T17:03:16.954Z] 16:55:01 133816 0 664484 35.32 0 1083244 1178872 40.23 588912 905808 8 [2021-01-15T17:03:16.954Z] 16:56:02 134012 0 664284 35.31 0 1083248 1178848 40.23 588732 905816 8 [2021-01-15T17:03:16.954Z] 16:57:01 134260 0 664028 35.29 0 1083256 1178776 40.23 588640 905824 12 [2021-01-15T17:03:16.954Z] 16:58:01 133788 0 664492 35.32 0 1083264 1178776 40.23 588400 905828 8 [2021-01-15T17:03:16.954Z] 16:59:01 133872 0 664400 35.31 0 1083272 1178776 40.23 588632 905836 8 [2021-01-15T17:03:16.954Z] 17:00:01 133680 0 664584 35.32 0 1083280 1178776 40.23 588528 905836 8 [2021-01-15T17:03:16.954Z] 17:01:01 132876 0 665368 35.36 0 1083300 1181176 40.31 589352 905852 8 [2021-01-15T17:03:16.954Z] 17:02:01 132804 0 664780 35.33 0 1083960 1179284 40.25 588768 906400 8 [2021-01-15T17:03:16.954Z] 17:03:01 235880 0 759888 40.39 0 885776 1602240 54.68 626756 732684 78760 [2021-01-15T17:03:16.954Z] Average: 136238 0 713353 37.91 368 1031586 1428648 48.76 607863 887303 18000 [2021-01-15T17:03:16.954Z] [2021-01-15T17:03:16.954Z] 16:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-15T17:03:16.954Z] 16:37:01 veth154e879 327.15 278.99 33.23 1003.80 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:37:01 eth0 542.44 528.61 2211.64 77.16 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:37:01 docker0 327.15 278.85 28.76 1003.79 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:38:01 eth0 468.84 519.55 1681.77 77.78 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:38:01 docker0 503.67 439.47 40.22 1660.60 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:39:02 eth0 488.66 412.12 3274.23 37.95 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:39:02 veth4461050 31.10 43.10 2.89 89.47 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:39:02 docker0 82.33 112.78 5.20 448.88 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:40:01 veth68da92d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:40:01 eth0 121.06 106.05 409.62 54.73 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:40:01 docker0 79.95 90.28 6.26 382.81 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:41:01 veth68da92d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:41:01 eth0 36.13 24.56 25.82 35.97 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:42:02 veth68da92d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:42:02 eth0 21.12 16.43 17.99 9.64 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:43:01 veth8f1bcae 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:43:01 eth0 197.95 144.23 1703.33 83.59 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.954Z] 16:44:01 veth8f1bcae 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:44:01 eth0 41.91 23.27 161.82 8.96 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:44:01 docker0 9.12 23.37 0.48 146.62 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:45:02 veth8f1bcae 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:45:02 eth0 51.05 33.01 141.43 57.86 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:45:02 docker0 5.16 11.92 0.29 76.92 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:46:01 veth8f1bcae 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:46:01 eth0 49.03 27.23 140.13 12.40 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:46:01 docker0 13.10 20.82 0.71 118.25 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:47:02 veth8f1bcae 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:47:02 veth3e50b88 13.16 37.61 0.87 253.20 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:47:02 eth0 214.70 150.05 1560.00 83.47 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:48:01 eth0 42.65 26.35 129.55 11.80 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:48:01 docker0 1077.00 1069.45 85.72 4355.20 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:49:01 eth0 1.03 0.30 0.32 0.20 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:50:01 eth0 1.03 0.30 0.33 0.20 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:51:01 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:52:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:53:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:54:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:55:01 eth0 0.50 0.37 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:56:02 eth0 0.37 0.30 0.15 0.08 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:57:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:58:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:59:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:00:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:01:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:02:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:03:01 eth0 242.13 203.33 2168.71 67.25 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] Average: eth0 93.69 82.34 506.56 23.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] Average: docker0 39.28 39.00 3.13 158.82 0.00 0.00 0.00 0.00 [2021-01-15T17:03:16.955Z] [2021-01-15T17:03:16.955Z] [2021-01-15T17:03:16.955Z] ---> sar -P ALL: [2021-01-15T17:03:16.955Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) [2021-01-15T17:03:16.955Z] [2021-01-15T17:03:16.955Z] 16:34:46 LINUX RESTART (4 CPU) [2021-01-15T17:03:16.955Z] [2021-01-15T17:03:16.955Z] 16:36:01 CPU %user %nice %system %iowait %steal %idle [2021-01-15T17:03:16.955Z] 16:37:01 all 5.61 0.00 3.87 1.03 10.77 78.73 [2021-01-15T17:03:16.955Z] 16:37:01 0 7.09 0.00 4.30 0.47 11.30 76.84 [2021-01-15T17:03:16.955Z] 16:37:01 1 3.89 0.00 3.33 0.99 10.26 81.54 [2021-01-15T17:03:16.955Z] 16:37:01 2 6.95 0.00 3.99 1.99 10.87 76.20 [2021-01-15T17:03:16.955Z] 16:37:01 3 4.53 0.00 3.87 0.66 10.65 80.29 [2021-01-15T17:03:16.955Z] 16:38:01 all 7.65 0.00 3.19 0.74 11.56 76.86 [2021-01-15T17:03:16.955Z] 16:38:01 0 15.59 0.00 4.08 0.60 11.83 67.89 [2021-01-15T17:03:16.955Z] 16:38:01 1 6.32 0.00 2.53 0.28 12.11 78.75 [2021-01-15T17:03:16.955Z] 16:38:01 2 4.86 0.00 2.66 1.07 11.08 80.33 [2021-01-15T17:03:16.955Z] 16:38:01 3 4.15 0.00 3.54 0.99 11.24 80.07 [2021-01-15T17:03:16.955Z] 16:39:02 all 5.52 0.00 5.40 1.82 9.61 77.65 [2021-01-15T17:03:16.955Z] 16:39:02 0 6.18 0.00 6.83 3.27 9.96 73.76 [2021-01-15T17:03:16.955Z] 16:39:02 1 5.19 0.00 5.55 1.27 9.34 78.66 [2021-01-15T17:03:16.955Z] 16:39:02 2 5.34 0.00 4.36 1.87 9.88 78.55 [2021-01-15T17:03:16.955Z] 16:39:02 3 5.40 0.00 4.91 0.89 9.27 79.52 [2021-01-15T17:03:16.955Z] 16:40:01 all 30.80 0.00 10.41 4.67 8.64 45.47 [2021-01-15T17:03:16.955Z] 16:40:01 0 32.64 0.00 9.91 4.21 8.31 44.93 [2021-01-15T17:03:16.955Z] 16:40:01 1 30.91 0.00 11.52 5.22 8.49 43.85 [2021-01-15T17:03:16.955Z] 16:40:01 2 28.20 0.00 10.39 5.58 9.36 46.48 [2021-01-15T17:03:16.955Z] 16:40:01 3 31.47 0.00 9.84 3.68 8.39 46.62 [2021-01-15T17:03:16.955Z] 16:41:01 all 52.45 0.00 15.63 3.49 11.50 16.92 [2021-01-15T17:03:16.955Z] 16:41:01 0 53.72 0.00 17.42 3.20 10.64 15.02 [2021-01-15T17:03:16.955Z] 16:41:01 1 51.40 0.00 14.76 2.72 10.64 20.47 [2021-01-15T17:03:16.955Z] 16:41:01 2 47.69 0.00 14.70 3.96 13.88 19.78 [2021-01-15T17:03:16.955Z] 16:41:01 3 57.18 0.00 15.69 4.08 10.76 12.29 [2021-01-15T17:03:16.955Z] 16:42:02 all 36.11 0.00 13.24 2.81 8.74 39.10 [2021-01-15T17:03:16.955Z] 16:42:02 0 36.51 0.00 13.73 3.67 8.79 37.30 [2021-01-15T17:03:16.955Z] 16:42:02 1 34.35 0.00 12.35 4.27 9.65 39.37 [2021-01-15T17:03:16.955Z] 16:42:02 2 35.63 0.00 13.36 0.52 9.10 41.40 [2021-01-15T17:03:16.955Z] 16:42:02 3 37.98 0.00 13.53 2.80 7.41 38.29 [2021-01-15T17:03:16.955Z] 16:43:01 all 12.94 0.00 13.87 3.26 14.91 55.02 [2021-01-15T17:03:16.955Z] 16:43:01 0 12.84 0.00 13.20 3.16 15.64 55.16 [2021-01-15T17:03:16.955Z] 16:43:01 1 14.48 0.00 14.86 3.44 14.89 52.33 [2021-01-15T17:03:16.955Z] 16:43:01 2 13.11 0.00 14.71 3.48 13.95 54.75 [2021-01-15T17:03:16.955Z] 16:43:01 3 11.35 0.00 12.72 2.95 15.17 57.81 [2021-01-15T17:03:16.955Z] 16:44:01 all 24.53 0.00 30.94 17.70 4.57 22.26 [2021-01-15T17:03:16.955Z] 16:44:01 0 23.57 0.00 29.36 15.68 4.72 26.68 [2021-01-15T17:03:16.955Z] 16:44:01 1 25.61 0.00 34.07 19.38 3.95 17.00 [2021-01-15T17:03:16.955Z] 16:44:01 2 24.14 0.00 30.46 18.22 4.81 22.37 [2021-01-15T17:03:16.955Z] 16:44:01 3 24.83 0.00 29.91 17.54 4.78 22.94 [2021-01-15T17:03:16.955Z] 16:45:02 all 55.42 0.00 18.63 9.34 1.59 15.02 [2021-01-15T17:03:16.955Z] 16:45:02 0 54.57 0.00 18.59 9.42 1.74 15.69 [2021-01-15T17:03:16.955Z] 16:45:02 1 55.96 0.00 19.28 8.84 1.42 14.51 [2021-01-15T17:03:16.955Z] 16:45:02 2 56.57 0.00 17.95 10.23 1.60 13.65 [2021-01-15T17:03:16.955Z] 16:45:02 3 54.57 0.00 18.71 8.86 1.60 16.25 [2021-01-15T17:03:16.955Z] 16:46:01 all 21.90 0.00 30.28 15.32 4.53 27.97 [2021-01-15T17:03:16.955Z] 16:46:01 0 20.74 0.00 29.32 13.05 5.12 31.78 [2021-01-15T17:03:16.955Z] 16:46:01 1 21.80 0.00 29.17 16.48 4.22 28.33 [2021-01-15T17:03:16.955Z] 16:46:01 2 22.10 0.00 31.81 15.99 4.37 25.74 [2021-01-15T17:03:16.955Z] 16:46:01 3 22.97 0.00 30.85 15.80 4.42 25.96 [2021-01-15T17:03:16.955Z] 16:47:02 all 48.70 0.00 18.40 11.02 0.40 21.48 [2021-01-15T17:03:16.955Z] 16:47:02 0 48.95 0.00 18.51 10.09 0.40 22.05 [2021-01-15T17:03:16.955Z] 16:47:02 1 48.18 0.00 17.55 14.80 0.42 19.05 [2021-01-15T17:03:16.955Z] 16:47:02 2 48.26 0.00 18.97 10.07 0.37 22.33 [2021-01-15T17:03:16.955Z] 16:47:02 3 49.41 0.00 18.57 9.15 0.41 22.47 [2021-01-15T17:03:16.955Z] [2021-01-15T17:03:16.955Z] 16:47:02 CPU %user %nice %system %iowait %steal %idle [2021-01-15T17:03:16.955Z] 16:48:01 all 4.75 0.00 3.02 4.37 0.06 87.80 [2021-01-15T17:03:16.955Z] 16:48:01 0 7.43 0.00 3.67 4.95 0.05 83.89 [2021-01-15T17:03:16.955Z] 16:48:01 1 2.81 0.00 2.67 3.11 0.07 91.34 [2021-01-15T17:03:16.955Z] 16:48:01 2 5.90 0.00 3.20 5.76 0.05 85.09 [2021-01-15T17:03:16.955Z] 16:48:01 3 2.86 0.00 2.54 3.68 0.07 90.85 [2021-01-15T17:03:16.955Z] 16:49:01 all 0.11 0.00 0.05 0.00 0.01 99.83 [2021-01-15T17:03:16.955Z] 16:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-15T17:03:16.955Z] 16:49:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-15T17:03:16.955Z] 16:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T17:03:16.955Z] 16:49:01 3 0.35 0.00 0.07 0.00 0.02 99.57 [2021-01-15T17:03:16.955Z] 16:50:01 all 0.16 0.00 0.07 0.02 0.04 99.71 [2021-01-15T17:03:16.955Z] 16:50:01 0 0.03 0.00 0.07 0.05 0.03 99.82 [2021-01-15T17:03:16.955Z] 16:50:01 1 0.05 0.00 0.07 0.00 0.05 99.83 [2021-01-15T17:03:16.955Z] 16:50:01 2 0.03 0.00 0.10 0.03 0.05 99.78 [2021-01-15T17:03:16.955Z] 16:50:01 3 0.52 0.00 0.05 0.00 0.03 99.40 [2021-01-15T17:03:16.955Z] 16:51:01 all 0.16 0.00 0.03 0.00 0.02 99.79 [2021-01-15T17:03:16.955Z] 16:51:01 0 0.08 0.00 0.05 0.00 0.03 99.83 [2021-01-15T17:03:16.955Z] 16:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-15T17:03:16.955Z] 16:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-15T17:03:16.955Z] 16:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-15T17:03:16.955Z] 16:52:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-01-15T17:03:16.955Z] 16:52:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-15T17:03:16.955Z] 16:52:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-15T17:03:16.955Z] 16:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-15T17:03:16.955Z] 16:52:01 3 0.48 0.00 0.02 0.00 0.02 99.48 [2021-01-15T17:03:16.955Z] 16:53:01 all 0.05 0.00 0.03 0.00 0.00 99.91 [2021-01-15T17:03:16.955Z] 16:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.955Z] 16:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.955Z] 16:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T17:03:16.955Z] 16:53:01 3 0.17 0.00 0.07 0.00 0.02 99.75 [2021-01-15T17:03:16.955Z] 16:54:01 all 0.10 0.00 0.04 0.00 0.00 99.86 [2021-01-15T17:03:16.955Z] 16:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T17:03:16.955Z] 16:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T17:03:16.955Z] 16:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-15T17:03:16.955Z] 16:54:01 3 0.32 0.00 0.07 0.00 0.00 99.62 [2021-01-15T17:03:16.955Z] 16:55:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-15T17:03:16.955Z] 16:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-15T17:03:16.955Z] 16:55:01 1 0.02 0.00 0.08 0.00 0.00 99.90 [2021-01-15T17:03:16.955Z] 16:55:01 2 0.30 0.00 0.02 0.00 0.00 99.68 [2021-01-15T17:03:16.955Z] 16:55:01 3 0.25 0.00 0.02 0.00 0.00 99.73 [2021-01-15T17:03:16.955Z] 16:56:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-15T17:03:16.955Z] 16:56:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.955Z] 16:56:02 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-15T17:03:16.955Z] 16:56:02 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-15T17:03:16.955Z] 16:56:02 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T17:03:16.955Z] 16:57:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-01-15T17:03:16.955Z] 16:57:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-01-15T17:03:16.955Z] 16:57:01 1 0.49 0.00 0.03 0.00 0.00 99.48 [2021-01-15T17:03:16.955Z] 16:57:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2021-01-15T17:03:16.955Z] 16:57:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-15T17:03:16.955Z] 16:58:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-15T17:03:16.955Z] 16:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-15T17:03:16.955Z] 16:58:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-15T17:03:16.956Z] 16:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.956Z] 16:58:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-15T17:03:16.956Z] [2021-01-15T17:03:16.956Z] 16:58:01 CPU %user %nice %system %iowait %steal %idle [2021-01-15T17:03:16.956Z] 16:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-15T17:03:16.956Z] 16:59:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T17:03:16.956Z] 16:59:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-15T17:03:16.956Z] 16:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T17:03:16.956Z] 16:59:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-15T17:03:16.956Z] 17:00:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-01-15T17:03:16.956Z] 17:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.956Z] 17:00:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2021-01-15T17:03:16.956Z] 17:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T17:03:16.956Z] 17:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.956Z] 17:01:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-01-15T17:03:16.956Z] 17:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T17:03:16.956Z] 17:01:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-15T17:03:16.956Z] 17:01:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-15T17:03:16.956Z] 17:01:01 3 0.03 0.00 0.03 0.02 0.02 99.90 [2021-01-15T17:03:16.956Z] 17:02:01 all 0.15 0.00 0.05 0.01 0.00 99.78 [2021-01-15T17:03:16.956Z] 17:02:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-01-15T17:03:16.956Z] 17:02:01 1 0.52 0.00 0.05 0.03 0.00 99.40 [2021-01-15T17:03:16.956Z] 17:02:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-15T17:03:16.956Z] 17:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T17:03:16.956Z] 17:03:01 all 6.27 0.00 4.66 2.90 0.08 86.08 [2021-01-15T17:03:16.956Z] 17:03:01 0 5.37 0.00 4.58 1.97 0.07 88.01 [2021-01-15T17:03:16.956Z] 17:03:01 1 7.53 0.00 5.16 2.94 0.07 84.31 [2021-01-15T17:03:16.956Z] 17:03:01 2 6.14 0.00 4.50 2.98 0.08 86.30 [2021-01-15T17:03:16.956Z] 17:03:01 3 6.05 0.00 4.41 3.72 0.12 85.70 [2021-01-15T17:03:16.956Z] Average: all 11.21 0.00 6.11 2.77 3.21 76.69 [2021-01-15T17:03:16.956Z] Average: 0 11.62 0.00 6.20 2.62 3.25 76.31 [2021-01-15T17:03:16.956Z] Average: 1 11.08 0.00 6.15 2.95 3.17 76.65 [2021-01-15T17:03:16.956Z] Average: 2 10.96 0.00 6.11 2.90 3.31 76.72 [2021-01-15T17:03:16.956Z] Average: 3 11.18 0.00 6.00 2.63 3.12 77.07 [2021-01-15T17:03:16.956Z] [2021-01-15T17:03:16.956Z] [2021-01-15T17:03:16.956Z]