Pull request #3269 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a95ed040b1a2a92af1d85bcb18f5aad8b497af07+be0d14e436fe9c753018b2c9bd281985489666e3 (261603b5d73535eeadb461236fd95da20ea9cc81) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30722’ is offline; ‘prd-centos7-docker-4c-2g-30727’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30733 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit a95ed040b1a2a92af1d85bcb18f5aad8b497af07 Merge succeeded, producing a95ed040b1a2a92af1d85bcb18f5aad8b497af07 Checking out Revision a95ed040b1a2a92af1d85bcb18f5aad8b497af07 (PR-3269) > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:24:26.290Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk dae911a45406044c6bc2df530b0c13327117112a # timeout=10 [Pipeline] withCredentials [2021-03-20T17:24:26.564Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:24:26.656Z] ========================================================= [2021-03-20T17:24:26.656Z] EdgeX Global Pipelines Version Info [2021-03-20T17:24:26.656Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:24:29.069Z] ------------------- [2021-03-20T17:24:29.069Z] stable info: [2021-03-20T17:24:29.069Z] ------------------- [2021-03-20T17:24:29.069Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:24:29.069Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:24:29.069Z] Message: update stable to v1.0.186 [2021-03-20T17:24:30.066Z] ------------------- [2021-03-20T17:24:30.067Z] experimental info: [2021-03-20T17:24:30.067Z] ------------------- [2021-03-20T17:24:30.067Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:24:30.067Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:24:30.067Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:24:30.390Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-20T17:24:30.738Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-20T17:24:30.829Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:24:30.924Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:24:31.016Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:24:31.100Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:24:31.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:24:31.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-20T17:24:31.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-20T17:24:31.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-20T17:24:31.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:24:31.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:24:31.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:24:31.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:24:31.932Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:24:32.015Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:24:32.117Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:24:32.196Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:24:32.274Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-20T17:24:32.357Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-20T17:24:32.441Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-20T17:24:32.521Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:24:32.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo [2021-03-20T17:24:32.682Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo [2021-03-20T17:24:32.790Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo [2021-03-20T17:24:32.911Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [Pipeline] echo [2021-03-20T17:24:33.050Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a95ed04 [Pipeline] echo [2021-03-20T17:24:33.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:24:33.314Z] provisioning config files... [2021-03-20T17:24:33.364Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config780081127563901582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:24:33.783Z] ---> docker-login.sh [2021-03-20T17:24:33.783Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:24:34.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:34.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:34.781Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:34.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:34.781Z] [2021-03-20T17:24:34.781Z] Login Succeeded [2021-03-20T17:24:34.781Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:24:35.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:35.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:35.421Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:35.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:35.421Z] [2021-03-20T17:24:35.421Z] Login Succeeded [2021-03-20T17:24:35.421Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:24:35.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:35.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:35.701Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:35.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:35.701Z] [2021-03-20T17:24:35.701Z] Login Succeeded [2021-03-20T17:24:35.991Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:24:35.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:36.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:36.278Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:36.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:36.278Z] [2021-03-20T17:24:36.278Z] Login Succeeded [2021-03-20T17:24:36.278Z] docker.io [2021-03-20T17:24:36.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:24:36.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:24:36.838Z] Configure a credential helper to remove this warning. See [2021-03-20T17:24:36.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:24:36.838Z] [2021-03-20T17:24:36.838Z] Login Succeeded [2021-03-20T17:24:36.838Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:24:36.855Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:24:37.346Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/core-command/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/core-data/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-20T17:24:37.346Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-20T17:24:37.346Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:24:37.346Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-20T17:24:37.346Z] ++ cut -d/ -f2 [2021-03-20T17:24:37.346Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-20T17:24:37.486Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-03-20T17:24:38.453Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:24:38.747Z] [2021-03-20T17:24:38.747Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:24:39.365Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:24:39.365Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:24:39.365Z] 31603596830f: Pulling fs layer [2021-03-20T17:24:39.365Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:24:39.365Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:24:39.365Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:24:39.365Z] ecc8261a40a4: Waiting [2021-03-20T17:24:39.365Z] 2a8b12db71e7: Verifying Checksum [2021-03-20T17:24:39.365Z] 2a8b12db71e7: Download complete [2021-03-20T17:24:39.689Z] 31603596830f: Verifying Checksum [2021-03-20T17:24:39.689Z] 31603596830f: Download complete [2021-03-20T17:24:39.977Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:24:39.977Z] ecc8261a40a4: Download complete [2021-03-20T17:24:40.324Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:24:40.324Z] 6ca5941a6612: Download complete [2021-03-20T17:24:41.105Z] 31603596830f: Pull complete [2021-03-20T17:24:41.397Z] 2a8b12db71e7: Pull complete [2021-03-20T17:24:43.629Z] 6ca5941a6612: Pull complete [2021-03-20T17:24:44.678Z] ecc8261a40a4: Pull complete [2021-03-20T17:24:44.678Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:24:44.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:24:44.678Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:24:44.921Z] prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container [2021-03-20T17:24:45.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:24:47.924Z] $ docker top ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:24:48.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:24:48.630Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:24:49.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:24:49.430Z] $ docker exec ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent [2021-03-20T17:24:50.049Z] SSH_AUTH_SOCK=/tmp/ssh-cp9DOpAb5hkU/agent.12 [2021-03-20T17:24:50.050Z] SSH_AGENT_PID=17 [2021-03-20T17:24:50.064Z] Running ssh-add (command line suppressed) [2021-03-20T17:24:50.246Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6775829544226770880.key (/w/workspace/edgex-go/4@tmp/private_key_6775829544226770880.key) [2021-03-20T17:24:50.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:24:50.677Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:24:50.741Z] $ docker exec --env ******** --env ******** ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent -k [2021-03-20T17:24:51.175Z] unset SSH_AUTH_SOCK; [2021-03-20T17:24:51.175Z] unset SSH_AGENT_PID; [2021-03-20T17:24:51.175Z] echo Agent pid 17 killed; [2021-03-20T17:24:51.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:24:51.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:24:51.479Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:24:52.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:24:52.249Z] $ docker exec ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent [2021-03-20T17:24:52.814Z] SSH_AUTH_SOCK=/tmp/ssh-VH2TJeAflojP/agent.46 [2021-03-20T17:24:52.814Z] SSH_AGENT_PID=51 [2021-03-20T17:24:52.849Z] Running ssh-add (command line suppressed) [2021-03-20T17:24:53.153Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2806621176127945057.key (/w/workspace/edgex-go/4@tmp/private_key_2806621176127945057.key) [2021-03-20T17:24:53.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:24:54.164Z] + git semver init [2021-03-20T17:24:54.164Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:24:54.164Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-20T17:24:54.164Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-20T17:24:54.164Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:24:54.164Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:24:54.164Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:24:54.164Z] # $SEMVER_BRANCH = PR-3269 [2021-03-20T17:24:54.164Z] # $SEMVER_TEMP = /tmp/semver-211865139 [2021-03-20T17:24:54.164Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-20T17:25:26.931Z] # '/tmp/semver-211865139' -> '/w/workspace/edgex-go/4/.semver' [2021-03-20T17:25:26.931Z] # -> Force: false [2021-03-20T17:25:26.931Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-20T17:25:26.966Z] $ docker exec --env ******** --env ******** ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 ssh-agent -k [2021-03-20T17:25:28.012Z] unset SSH_AUTH_SOCK; [2021-03-20T17:25:28.013Z] unset SSH_AGENT_PID; [2021-03-20T17:25:28.013Z] echo Agent pid 51 killed; [2021-03-20T17:25:28.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:25:29.309Z] + git semver [Pipeline] } [2021-03-20T17:25:29.638Z] $ docker stop --time=1 ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 [2021-03-20T17:25:31.725Z] $ docker rm -f ec9563812f685b14a2e32c0ab22c3f5e4e5989dc31939df2ad037ff7002d1ad5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:25:32.379Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:25:33.807Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:25:33.810Z] [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-03-20T17:25:34.672Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:25:35.040Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:25:35.372Z] + sudo service docker restart [2021-03-20T17:25:35.372Z] + true [2021-03-20T17:25:35.372Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-20T17:25:36.853Z] ========================================================= [2021-03-20T17:25:36.853Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:25:36.853Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:37.245Z] + 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-03-20T17:25:49.149Z] Still waiting to schedule task [2021-03-20T17:25:49.150Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-30732’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30720’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30738’ is offline [2021-03-20T17:25:49.903Z] Sending build context to Docker daemon 328.6MB [2021-03-20T17:25:49.903Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:25:49.903Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:25:49.903Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:25:49.903Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:25:49.903Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:25:49.903Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:25:49.903Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:25:49.903Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:25:49.903Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:25:49.903Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:25:49.903Z] bca2f99d35d6: Waiting [2021-03-20T17:25:49.903Z] 7c6f9722023f: Waiting [2021-03-20T17:25:49.903Z] a35cf1a2eb13: Waiting [2021-03-20T17:25:49.903Z] 93359f2a8cfa: Waiting [2021-03-20T17:25:49.903Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:25:49.903Z] de9db76c5a1d: Download complete [2021-03-20T17:25:49.903Z] 0ef7d3d256c8: Download complete [2021-03-20T17:25:49.903Z] 93359f2a8cfa: Verifying Checksum [2021-03-20T17:25:49.903Z] 93359f2a8cfa: Download complete [2021-03-20T17:25:49.903Z] 7c6f9722023f: Verifying Checksum [2021-03-20T17:25:49.903Z] 7c6f9722023f: Download complete [2021-03-20T17:25:49.903Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:25:49.903Z] 188c0c94c7c5: Download complete [2021-03-20T17:25:49.903Z] 188c0c94c7c5: Pull complete [2021-03-20T17:25:50.519Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:25:50.519Z] de9db76c5a1d: Pull complete [2021-03-20T17:25:54.070Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:25:54.070Z] a35cf1a2eb13: Download complete [2021-03-20T17:25:55.720Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:25:55.720Z] bca2f99d35d6: Download complete [2021-03-20T17:26:11.165Z] bca2f99d35d6: Pull complete [2021-03-20T17:26:11.442Z] 93359f2a8cfa: Pull complete [2021-03-20T17:26:11.714Z] 7c6f9722023f: Pull complete [2021-03-20T17:26:22.533Z] a35cf1a2eb13: Pull complete [2021-03-20T17:26:22.533Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:26:22.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:26:22.533Z] ---> a62c8e92a672 [2021-03-20T17:26:22.533Z] 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-03-20T17:26:22.533Z] ---> Running in e31bc0d16df7 [2021-03-20T17:26:23.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:24.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:25.127Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:26:25.127Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:26:25.407Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:26:25.407Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:26:43.709Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:26:43.709Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:26:43.709Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:26:43.709Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:26:43.709Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:26:43.987Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:26:43.987Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:26:43.987Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:26:44.263Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:26:44.263Z] OK: 233 MiB in 51 packages [2021-03-20T17:26:48.776Z] Removing intermediate container e31bc0d16df7 [2021-03-20T17:26:48.776Z] ---> b5078ebf2357 [2021-03-20T17:26:48.776Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:26:48.776Z] ---> Running in 9da59bfdfa76 [2021-03-20T17:26:49.364Z] Removing intermediate container 9da59bfdfa76 [2021-03-20T17:26:49.364Z] ---> 2e0b023b7404 [2021-03-20T17:26:49.364Z] Step 5/6 : COPY go.mod . [2021-03-20T17:26:50.346Z] ---> 022ba1b24c55 [2021-03-20T17:26:50.346Z] Step 6/6 : RUN go mod download [2021-03-20T17:26:50.346Z] ---> Running in ae8762e5f1cf [2021-03-20T17:27:23.187Z] Removing intermediate container ae8762e5f1cf [2021-03-20T17:27:23.187Z] ---> 69c8d49072cc [2021-03-20T17:27:23.187Z] Successfully built 69c8d49072cc [2021-03-20T17:27:23.187Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:23.588Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:27:23.860Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:24.033Z] prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container [2021-03-20T17:27:24.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:27:25.706Z] $ docker top 8b3d496375932b3f5203feb6919b4dfca9914cc0841852c3b0a03f5bb6cb29e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:27:27.102Z] + go version [2021-03-20T17:27:27.102Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:27:27.150Z] $ docker stop --time=1 8b3d496375932b3f5203feb6919b4dfca9914cc0841852c3b0a03f5bb6cb29e4 [2021-03-20T17:27:29.336Z] $ docker rm -f 8b3d496375932b3f5203feb6919b4dfca9914cc0841852c3b0a03f5bb6cb29e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:30.467Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:27:30.740Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:30.943Z] prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container [2021-03-20T17:27:31.052Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:27:33.503Z] $ docker top 6df570a47c0d0c206fa85034be76e138f7ccb37e30e642788a35837aedcfec8a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:27:33.728Z] ========================================================= [2021-03-20T17:27:33.728Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:27:33.728Z] ========================================================= [Pipeline] sh [2021-03-20T17:27:34.058Z] + make test [2021-03-20T17:27:34.058Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:28:01.321Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:28:04.459Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30744 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-20T17:28:04.538Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-20T17:28:10.045Z] using credential edgex-jenkins-ssh [2021-03-20T17:28:10.115Z] Cloning the remote Git repository [2021-03-20T17:28:10.186Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:28:10.322Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-20T17:28:10.402Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:28:10.405Z] > git --version # timeout=10 [2021-03-20T17:28:10.427Z] > git --version # 'git version 2.17.1' [2021-03-20T17:28:10.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:28:10.505Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:28:28.964Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:28:32.977Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:28:33.393Z] Merge succeeded, producing a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:28:33.394Z] Checking out Revision a95ed040b1a2a92af1d85bcb18f5aad8b497af07 (PR-3269) [2021-03-20T17:28:32.249Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:28:32.281Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:28:32.305Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:28:32.334Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:28:32.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:28:32.346Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:28:33.015Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:28:33.030Z] > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 [2021-03-20T17:28:33.340Z] > git remote # timeout=10 [2021-03-20T17:28:33.356Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:28:33.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:28:33.378Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-20T17:28:33.400Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:28:33.420Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:28:33.429Z] > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 [2021-03-20T17:28:37.901Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:28:39.607Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:28:40.020Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:28:40.370Z] + true [2021-03-20T17:28:40.370Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:28:42.431Z] provisioning config files... [2021-03-20T17:28:42.506Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7062461759448153746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:28:42.927Z] ---> docker-login.sh [2021-03-20T17:28:42.928Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:28:43.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:28:44.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:28:44.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:28:44.184Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:28:44.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:28:44.193Z] Configure a credential helper to remove this warning. See [2021-03-20T17:28:44.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:28:44.193Z] [2021-03-20T17:28:44.193Z] Login Succeeded [2021-03-20T17:28:44.193Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:28:44.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:28:44.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:28:44.463Z] Configure a credential helper to remove this warning. See [2021-03-20T17:28:44.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:28:44.463Z] [2021-03-20T17:28:44.463Z] Login Succeeded [2021-03-20T17:28:44.737Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:28:45.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:28:45.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:28:45.011Z] Configure a credential helper to remove this warning. See [2021-03-20T17:28:45.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:28:45.011Z] [2021-03-20T17:28:45.011Z] Login Succeeded [2021-03-20T17:28:45.011Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:28:45.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:28:45.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:28:45.609Z] Configure a credential helper to remove this warning. See [2021-03-20T17:28:45.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:28:45.609Z] [2021-03-20T17:28:45.609Z] Login Succeeded [2021-03-20T17:28:45.609Z] docker.io [2021-03-20T17:28:46.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:28:46.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:28:46.481Z] Configure a credential helper to remove this warning. See [2021-03-20T17:28:46.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:28:46.481Z] [2021-03-20T17:28:46.481Z] Login Succeeded [2021-03-20T17:28:46.481Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:28:46.501Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-20T17:28:46.989Z] ========================================================= [2021-03-20T17:28:46.989Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-20T17:28:46.989Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:28:47.383Z] + 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-03-20T17:28:50.000Z] Sending build context to Docker daemon 166.8MB [2021-03-20T17:28:50.000Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:50.000Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:28:50.000Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-20T17:28:50.000Z] 5f621e34cdf4: Pulling fs layer [2021-03-20T17:28:50.000Z] a4357932f1b6: Pulling fs layer [2021-03-20T17:28:50.000Z] 18c013af1878: Pulling fs layer [2021-03-20T17:28:50.000Z] 00ac8860ef70: Pulling fs layer [2021-03-20T17:28:50.000Z] 63d7cb157983: Pulling fs layer [2021-03-20T17:28:50.000Z] b116817d02f9: Pulling fs layer [2021-03-20T17:28:50.000Z] 745a02a5169b: Pulling fs layer [2021-03-20T17:28:50.000Z] 63d7cb157983: Waiting [2021-03-20T17:28:50.000Z] b116817d02f9: Waiting [2021-03-20T17:28:50.000Z] 745a02a5169b: Waiting [2021-03-20T17:28:50.000Z] 00ac8860ef70: Waiting [2021-03-20T17:28:50.000Z] 18c013af1878: Verifying Checksum [2021-03-20T17:28:50.000Z] 18c013af1878: Download complete [2021-03-20T17:28:50.000Z] a4357932f1b6: Verifying Checksum [2021-03-20T17:28:50.000Z] a4357932f1b6: Download complete [2021-03-20T17:28:50.000Z] 63d7cb157983: Verifying Checksum [2021-03-20T17:28:50.000Z] 63d7cb157983: Download complete [2021-03-20T17:28:50.000Z] b116817d02f9: Verifying Checksum [2021-03-20T17:28:50.000Z] b116817d02f9: Download complete [2021-03-20T17:28:50.000Z] 5f621e34cdf4: Verifying Checksum [2021-03-20T17:28:50.000Z] 5f621e34cdf4: Download complete [2021-03-20T17:28:50.604Z] 5f621e34cdf4: Pull complete [2021-03-20T17:28:51.213Z] a4357932f1b6: Pull complete [2021-03-20T17:28:51.489Z] 18c013af1878: Pull complete [2021-03-20T17:28:51.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:28:51.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:28:51.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:28:51.633Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:28:51.764Z] 745a02a5169b: Verifying Checksum [2021-03-20T17:28:51.764Z] 745a02a5169b: Download complete [2021-03-20T17:28:51.950Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:28:53.666Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:28:53.764Z] 00ac8860ef70: Verifying Checksum [2021-03-20T17:28:53.764Z] 00ac8860ef70: Download complete [2021-03-20T17:28:59.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:28:59.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:28:59.409Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:29:03.945Z] 00ac8860ef70: Pull complete [2021-03-20T17:29:03.946Z] 63d7cb157983: Pull complete [2021-03-20T17:29:04.218Z] b116817d02f9: Pull complete [2021-03-20T17:29:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.225s coverage: 45.9% of statements [2021-03-20T17:29:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:29:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:29:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:29:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:29:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:29:04.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:29:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.221s coverage: 19.8% of statements [2021-03-20T17:29:04.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.193s coverage: 100.0% of statements [2021-03-20T17:29:07.636Z] 745a02a5169b: Pull complete [2021-03-20T17:29:07.636Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-20T17:29:07.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-20T17:29:07.636Z] ---> b7e6874047d6 [2021-03-20T17:29:07.636Z] 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-03-20T17:29:11.041Z] ---> Running in 58b7aef8561e [2021-03-20T17:29:12.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:29:12.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:29:12.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:29:12.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 71.3% of statements [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:29:12.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:29:12.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:29:13.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:29:14.479Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:29:15.085Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:29:15.085Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:29:15.085Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:29:15.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 2.645s coverage: 82.9% of statements [2021-03-20T17:29:15.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:29:15.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:29:15.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.335s coverage: 78.9% of statements [2021-03-20T17:29:15.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:29:20.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.668s coverage: 28.6% of statements [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:29:20.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:29:20.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:29:20.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.192s coverage: 86.7% of statements [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:29:20.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.239s coverage: 97.5% of statements [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:29:20.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:29:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:29:24.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.629s coverage: 92.8% of statements [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:29:24.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:29:24.734Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:29:24.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:29:24.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2021-03-20T17:29:24.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-03-20T17:29:24.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements [2021-03-20T17:29:25.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-03-20T17:29:25.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-03-20T17:29:30.216Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:29:30.216Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:29:30.216Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:29:30.216Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:29:30.216Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:29:30.216Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:29:30.216Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:29:30.216Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:29:30.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:29:30.216Z] OK: 217 MiB in 51 packages [2021-03-20T17:29:33.624Z] Removing intermediate container 58b7aef8561e [2021-03-20T17:29:33.624Z] ---> ca950ada677f [2021-03-20T17:29:33.624Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:29:33.624Z] ---> Running in 4e1f87aaaef5 [2021-03-20T17:29:34.223Z] Removing intermediate container 4e1f87aaaef5 [2021-03-20T17:29:34.223Z] ---> 9290929b39d7 [2021-03-20T17:29:34.223Z] Step 5/6 : COPY go.mod . [2021-03-20T17:29:35.222Z] ---> a6e3f5f53218 [2021-03-20T17:29:35.222Z] Step 6/6 : RUN go mod download [2021-03-20T17:29:35.222Z] ---> Running in 32965623e611 [2021-03-20T17:29:38.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.166s coverage: 94.4% of statements [2021-03-20T17:29:38.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements [2021-03-20T17:29:41.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.299s coverage: 81.9% of statements [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.163s coverage: 92.9% of statements [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements [2021-03-20T17:29:50.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements [2021-03-20T17:29:50.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.292s coverage: 62.4% of statements [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.410s coverage: 69.0% of statements [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.261s coverage: 38.4% of statements [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-03-20T17:29:50.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:29:50.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2021-03-20T17:29:55.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 1.145s coverage: 47.0% of statements [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:29:55.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:29:55.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.429s coverage: 100.0% of statements [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:29:55.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:29:56.445Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.230s coverage: 87.1% of statements [2021-03-20T17:29:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:29:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:29:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:30:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.994s coverage: 29.1% of statements [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:30:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:30:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:30:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.171s coverage: 96.5% of statements [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:30:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.085s coverage: 0.0% of statements [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:30:00.071Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:30:00.071Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:30:00.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-03-20T17:30:00.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:30:00.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:30:00.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-03-20T17:30:01.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.105s coverage: 32.1% of statements [2021-03-20T17:30:02.032Z] Removing intermediate container 32965623e611 [2021-03-20T17:30:02.032Z] ---> 1ec4eaad6fca [2021-03-20T17:30:02.032Z] Successfully built 1ec4eaad6fca [2021-03-20T17:30:02.032Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:02.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.143s coverage: 100.0% of statements [2021-03-20T17:30:02.417Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:30:02.417Z] . [Pipeline] withDockerContainer [2021-03-20T17:30:02.754Z] prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container [2021-03-20T17:30:02.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:30:03.682Z] GO111MODULE=on go vet ./... [2021-03-20T17:30:04.521Z] $ docker top 659d85bbee1cf9b832e61a8394a1b197aa8f713d6c519a9bc9c5400309efe0e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:30:05.548Z] + go version [2021-03-20T17:30:05.548Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-20T17:30:05.606Z] $ docker stop --time=1 659d85bbee1cf9b832e61a8394a1b197aa8f713d6c519a9bc9c5400309efe0e8 [2021-03-20T17:30:07.614Z] $ docker rm -f 659d85bbee1cf9b832e61a8394a1b197aa8f713d6c519a9bc9c5400309efe0e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:08.624Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:30:08.625Z] . [Pipeline] withDockerContainer [2021-03-20T17:30:08.908Z] prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container [2021-03-20T17:30:09.029Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:30:10.606Z] $ docker top e21102f43fe1a030d79f50245d73a67df4a95c85452824a3079bbc57e64ac5ae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:30:10.975Z] ========================================================= [2021-03-20T17:30:10.975Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:30:10.975Z] ========================================================= [Pipeline] sh [2021-03-20T17:30:11.632Z] + make test [2021-03-20T17:30:11.632Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:30:38.486Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:31:12.850Z] gofmt -l . [2021-03-20T17:31:12.850Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:31:12.850Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:31:13.128Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:31:14.781Z] + ls -al . [2021-03-20T17:31:14.781Z] total 760 [2021-03-20T17:31:14.781Z] drwxrwxr-x 10 1001 1001 4096 Mar 20 17:31 . [2021-03-20T17:31:14.781Z] drwxr-xr-x 4 root root 28 Mar 20 17:27 .. [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:24 .dockerignore [2021-03-20T17:31:14.781Z] drwxrwxr-x 8 1001 1001 179 Mar 20 17:24 .git [2021-03-20T17:31:14.781Z] drwxrwxr-x 3 1001 1001 125 Mar 20 17:24 .github [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:24 .gitignore [2021-03-20T17:31:14.781Z] drwx------ 3 1001 1001 60 Mar 20 17:25 .semver [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:24 .sonarcloud.properties [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:24 Attribution.txt [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:24 CONTRIBUTING.md [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:24 Dockerfile.build [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:24 Jenkinsfile [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:24 LICENSE [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:24 Makefile [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:24 README.md [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:24 SECURITY.md [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:25 VERSION [2021-03-20T17:31:14.781Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:24 ZMQWindows.md [2021-03-20T17:31:14.781Z] drwxrwxr-x 2 1001 1001 117 Mar 20 17:24 bin [2021-03-20T17:31:14.781Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:24 cmd [2021-03-20T17:31:14.781Z] -rw-r--r-- 1 root root 650607 Mar 20 17:30 coverage.out [2021-03-20T17:31:14.782Z] -rw-r--r-- 1 root root 1055 Mar 20 17:31 go.mod [2021-03-20T17:31:14.782Z] -rw-r--r-- 1 root root 22325 Mar 20 17:31 go.sum [2021-03-20T17:31:14.782Z] drwxrwxr-x 8 1001 1001 127 Mar 20 17:24 internal [2021-03-20T17:31:14.782Z] drwxrwxr-x 4 1001 1001 26 Mar 20 17:24 openapi [2021-03-20T17:31:14.782Z] drwxrwxr-x 4 1001 1001 71 Mar 20 17:24 snap [2021-03-20T17:31:14.782Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:24 version.go [Pipeline] sh [2021-03-20T17:31:15.882Z] + '[' -e coverage.out ] [2021-03-20T17:31:15.882Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:31:16.599Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:31:17.320Z] + make build [2021-03-20T17:31:17.320Z] 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-03-20T17:31:24.082Z] 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-03-20T17:31:25.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:31:47.983Z] 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-03-20T17:31:48.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:31:48.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:31:48.153Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:31:48.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:31:48.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:31:48.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:31:48.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:31:48.969Z] 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-03-20T17:31:51.643Z] 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-03-20T17:31:52.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:31:52.730Z] 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-03-20T17:31:52.759Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:31:56.181Z] 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-03-20T17:31:59.540Z] 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-03-20T17:32:01.341Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:32:01.341Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:32:01.341Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:32:02.260Z] 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-03-20T17:32:05.016Z] 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-03-20T17:32:06.481Z] 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-03-20T17:32:08.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.354s coverage: 45.9% of statements [2021-03-20T17:32:08.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:32:08.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:32:08.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:32:08.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:32:08.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:32:08.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:32:08.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements [2021-03-20T17:32:08.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements [2021-03-20T17:32:12.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-20T17:32:16.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:32:16.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:32:16.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:32:16.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:32:16.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements [2021-03-20T17:32:16.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:32:16.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] } [2021-03-20T17:32:16.787Z] $ docker stop --time=1 6df570a47c0d0c206fa85034be76e138f7ccb37e30e642788a35837aedcfec8a [2021-03-20T17:32:18.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.598s coverage: 82.9% of statements [2021-03-20T17:32:18.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:32:18.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:32:18.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements [2021-03-20T17:32:18.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:32:18.864Z] $ docker rm -f 6df570a47c0d0c206fa85034be76e138f7ccb37e30e642788a35837aedcfec8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:32:21.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:32:21.565Z] [2021-03-20T17:32:21.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:32:21.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:32:21.947Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-20T17:32:21.947Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-20T17:32:21.947Z] ca9280d653b3: Pulling fs layer [2021-03-20T17:32:21.947Z] 7e9c9ca2126c: Pulling fs layer [2021-03-20T17:32:22.301Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-20T17:32:22.301Z] cbdbe7a5bc2a: Download complete [2021-03-20T17:32:23.416Z] ca9280d653b3: Verifying Checksum [2021-03-20T17:32:23.416Z] ca9280d653b3: Download complete [2021-03-20T17:32:23.416Z] cbdbe7a5bc2a: Pull complete [2021-03-20T17:32:25.476Z] ca9280d653b3: Pull complete [2021-03-20T17:32:25.476Z] 7e9c9ca2126c: Verifying Checksum [2021-03-20T17:32:25.476Z] 7e9c9ca2126c: Download complete [2021-03-20T17:32:30.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.205s coverage: 28.6% of statements [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:32:30.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:32:30.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:32:30.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:32:30.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements [2021-03-20T17:32:30.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:32:30.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.180s coverage: 78.3% of statements [2021-03-20T17:32:30.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:32:30.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:32:30.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:32:30.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.255s coverage: 92.8% of statements [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:32:38.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.101s coverage: 79.5% of statements [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements [2021-03-20T17:32:38.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements [2021-03-20T17:32:40.791Z] 7e9c9ca2126c: Pull complete [2021-03-20T17:32:40.791Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-20T17:32:40.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:32:40.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-20T17:32:41.368Z] prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container [2021-03-20T17:32:41.517Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:32:45.440Z] $ docker top efc9b4e18c4e1ac662c9aa9dadcc20de8b7391f7b617dac278f4bde492d6ce22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:32:46.474Z] + docker-compose build --help [2021-03-20T17:32:46.474Z] + grep parallel [2021-03-20T17:32:47.978Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:32:48.337Z] $ docker stop --time=1 efc9b4e18c4e1ac662c9aa9dadcc20de8b7391f7b617dac278f4bde492d6ce22 [2021-03-20T17:32:50.562Z] $ docker rm -f efc9b4e18c4e1ac662c9aa9dadcc20de8b7391f7b617dac278f4bde492d6ce22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:32:51.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-03-20T17:32:51.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-20T17:32:51.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:32:51.344Z] . [Pipeline] withDockerContainer [2021-03-20T17:32:51.488Z] prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container [2021-03-20T17:32:51.545Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:32:53.155Z] $ docker top accd013091181c5ea7cd7c55f1bd2f585bf53700e96d39e5e99bb89cab86761d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:32:54.111Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:32:55.540Z] Building docker-core-command-go ... [2021-03-20T17:32:55.540Z] Building docker-core-data-go ... [2021-03-20T17:32:55.540Z] Building docker-core-metadata-go ... [2021-03-20T17:32:55.540Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:32:55.540Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:32:55.540Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:32:55.540Z] Building docker-support-notifications-go ... [2021-03-20T17:32:55.540Z] Building docker-support-scheduler-go ... [2021-03-20T17:32:55.540Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:32:55.540Z] Building docker-security-secretstore-setup-go [2021-03-20T17:32:55.540Z] Building docker-support-notifications-go [2021-03-20T17:32:55.540Z] Building docker-security-bootstrapper-go [2021-03-20T17:32:55.540Z] Building docker-core-metadata-go [2021-03-20T17:32:55.540Z] Building docker-core-command-go [2021-03-20T17:32:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.270s coverage: 81.9% of statements [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.6% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.706s coverage: 62.4% of statements [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:33:06.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-03-20T17:33:06.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-03-20T17:33:08.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-20T17:33:09.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-03-20T17:33:12.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 69.0% of statements [2021-03-20T17:33:12.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:33:12.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:33:12.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:33:13.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.439s coverage: 38.4% of statements [2021-03-20T17:33:13.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:33:13.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:33:13.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.170s coverage: 89.5% of statements [2021-03-20T17:33:13.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:33:13.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-03-20T17:33:22.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:33:22.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:33:22.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:33:22.087Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.419s coverage: 87.1% of statements [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:33:22.087Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.654s coverage: 29.1% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.270s coverage: 96.5% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:33:28.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:33:28.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:33:29.821Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-20T17:33:30.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-20T17:33:30.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-03-20T17:33:31.669Z] GO111MODULE=on go vet ./... [2021-03-20T17:34:33.374Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:33.374Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:34:33.374Z] ---> 69c8d49072cc [2021-03-20T17:34:33.374Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:34:33.374Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:33.374Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:34:33.374Z] ---> 69c8d49072cc [2021-03-20T17:34:33.374Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:34:33.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:33.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:34:33.374Z] ---> 69c8d49072cc [2021-03-20T17:34:33.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:34:33.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:33.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:34:33.374Z] ---> 69c8d49072cc [2021-03-20T17:34:33.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:34:33.374Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:34:33.374Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:34:33.374Z] ---> 69c8d49072cc [2021-03-20T17:34:33.374Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:34:33.374Z] ---> Running in 58e03ac58f75 [2021-03-20T17:34:33.374Z] ---> Running in 2dd26a086a4d [2021-03-20T17:34:33.374Z] ---> Running in 316f99310104 [2021-03-20T17:34:33.374Z] ---> Running in 0e42a43d30ba [2021-03-20T17:34:33.374Z] ---> Running in 2f42aac44039 [2021-03-20T17:34:33.374Z] Removing intermediate container 58e03ac58f75 [2021-03-20T17:34:33.374Z] ---> b3ba40508f16 [2021-03-20T17:34:33.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:33.374Z] Removing intermediate container 2f42aac44039 [2021-03-20T17:34:33.374Z] ---> 67c7ca5fac9c [2021-03-20T17:34:33.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:33.374Z] Removing intermediate container 316f99310104 [2021-03-20T17:34:33.374Z] ---> c890b90e3534 [2021-03-20T17:34:33.374Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:33.374Z] Removing intermediate container 0e42a43d30ba [2021-03-20T17:34:33.374Z] ---> a3cfe6bab1fd [2021-03-20T17:34:33.374Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:33.374Z] Removing intermediate container 2dd26a086a4d [2021-03-20T17:34:33.374Z] ---> 7ac32e4b9f92 [2021-03-20T17:34:33.374Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:33.374Z] ---> Running in 8ba0619b5932 [2021-03-20T17:34:33.374Z] ---> Running in d0e2ad6560fa [2021-03-20T17:34:33.374Z] ---> Running in 055d2a68bafa [2021-03-20T17:34:33.374Z] ---> Running in ce081c8f9dc4 [2021-03-20T17:34:33.374Z] ---> Running in e0e05e801149 [2021-03-20T17:34:33.374Z] Removing intermediate container e0e05e801149 [2021-03-20T17:34:33.374Z] ---> 604f2a84797e [2021-03-20T17:34:33.374Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:34:33.374Z] Removing intermediate container d0e2ad6560fa [2021-03-20T17:34:33.374Z] ---> bec3b2197c93 [2021-03-20T17:34:33.374Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:34:33.374Z] ---> Running in e1647e3898d9 [2021-03-20T17:34:33.374Z] ---> Running in 5a46945d30c1 [2021-03-20T17:34:33.374Z] Removing intermediate container ce081c8f9dc4 [2021-03-20T17:34:33.374Z] ---> 23820b525daa [2021-03-20T17:34:33.374Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:34:33.374Z] Removing intermediate container 8ba0619b5932 [2021-03-20T17:34:33.374Z] ---> 759da511cc61 [2021-03-20T17:34:33.374Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:34:33.374Z] ---> Running in 5896ef55b392 [2021-03-20T17:34:33.374Z] Removing intermediate container 055d2a68bafa [2021-03-20T17:34:33.374Z] ---> 3d766578612c [2021-03-20T17:34:33.374Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:34:33.374Z] ---> Running in 8f4b7919ea23 [2021-03-20T17:34:33.374Z] ---> Running in edba43e9c23e [2021-03-20T17:34:33.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:33.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:33.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:34.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:34.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:35.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:35.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:35.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:36.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:36.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:34:36.966Z] OK: 233 MiB in 51 packages [2021-03-20T17:34:36.966Z] OK: 233 MiB in 51 packages [2021-03-20T17:34:37.243Z] OK: 233 MiB in 51 packages [2021-03-20T17:34:38.230Z] OK: 233 MiB in 51 packages [2021-03-20T17:34:38.230Z] OK: 233 MiB in 51 packages [2021-03-20T17:34:39.677Z] Removing intermediate container 5a46945d30c1 [2021-03-20T17:34:39.677Z] ---> 50f4c10a084d [2021-03-20T17:34:39.677Z] Step 6/23 : COPY go.mod . [2021-03-20T17:34:39.677Z] Removing intermediate container e1647e3898d9 [2021-03-20T17:34:39.677Z] ---> 4932f9139434 [2021-03-20T17:34:39.677Z] Step 6/24 : COPY go.mod . [2021-03-20T17:34:39.677Z] Removing intermediate container 5896ef55b392 [2021-03-20T17:34:39.677Z] ---> 440274211648 [2021-03-20T17:34:39.678Z] Step 6/22 : COPY go.mod . [2021-03-20T17:34:39.952Z] Removing intermediate container 8f4b7919ea23 [2021-03-20T17:34:39.952Z] ---> 600682a3ca87 [2021-03-20T17:34:39.952Z] Step 6/23 : COPY go.mod . [2021-03-20T17:34:39.952Z] ---> 3d038d2f188f [2021-03-20T17:34:39.952Z] Step 7/23 : RUN go mod download [2021-03-20T17:34:40.225Z] ---> bd6369ca5d4d [2021-03-20T17:34:40.225Z] Step 7/24 : RUN go mod download [2021-03-20T17:34:40.225Z] Removing intermediate container edba43e9c23e [2021-03-20T17:34:40.225Z] ---> a5bf5771cb2e [2021-03-20T17:34:40.225Z] Step 6/31 : COPY go.mod . [2021-03-20T17:34:40.225Z] ---> Running in 8950452e2c5f [2021-03-20T17:34:40.499Z] ---> Running in 4a60e44d9445 [2021-03-20T17:34:40.499Z] ---> 5087f2f55fe0 [2021-03-20T17:34:40.499Z] Step 7/22 : RUN go mod download [2021-03-20T17:34:40.781Z] ---> 5959876858c4 [2021-03-20T17:34:40.781Z] Step 7/23 : RUN go mod download [2021-03-20T17:34:40.781Z] ---> Running in 979ebbd84c41 [2021-03-20T17:34:41.088Z] ---> 0aa43a1a7c6c [2021-03-20T17:34:41.088Z] Step 7/31 : RUN go mod download [2021-03-20T17:34:41.088Z] ---> Running in cb8d4ac71738 [2021-03-20T17:34:41.369Z] ---> Running in b2a1e3cb3beb [2021-03-20T17:34:48.421Z] Removing intermediate container 8950452e2c5f [2021-03-20T17:34:48.421Z] ---> a47a286632d1 [2021-03-20T17:34:48.421Z] Step 8/23 : COPY . . [2021-03-20T17:34:48.421Z] Removing intermediate container 979ebbd84c41 [2021-03-20T17:34:48.421Z] ---> bed542ce0b80 [2021-03-20T17:34:48.421Z] Step 8/22 : COPY . . [2021-03-20T17:34:48.703Z] Removing intermediate container cb8d4ac71738 [2021-03-20T17:34:48.703Z] ---> 8935aa0d7d1f [2021-03-20T17:34:48.703Z] Step 8/23 : COPY . . [2021-03-20T17:34:48.703Z] Removing intermediate container 4a60e44d9445 [2021-03-20T17:34:48.703Z] ---> 9e12dbe8a1ba [2021-03-20T17:34:48.703Z] Step 8/24 : COPY . . [2021-03-20T17:34:48.703Z] Removing intermediate container b2a1e3cb3beb [2021-03-20T17:34:48.703Z] ---> 391f8607aef3 [2021-03-20T17:34:48.703Z] Step 8/31 : COPY . . [2021-03-20T17:34:53.488Z] gofmt -l . [2021-03-20T17:34:55.459Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:34:58.946Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:34:59.570Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:35:02.210Z] + ls -al . [2021-03-20T17:35:02.210Z] total 788 [2021-03-20T17:35:02.210Z] drwxrwxr-x 9 1001 1001 4096 Mar 20 17:35 . [2021-03-20T17:35:02.210Z] drwxr-xr-x 4 root root 4096 Mar 20 17:30 .. [2021-03-20T17:35:02.210Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:28 .dockerignore [2021-03-20T17:35:02.210Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:28 .git [2021-03-20T17:35:02.210Z] drwxrwxr-x 3 1001 1001 4096 Mar 20 17:28 .github [2021-03-20T17:35:02.210Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:28 .gitignore [2021-03-20T17:35:02.210Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:28 .sonarcloud.properties [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:28 Attribution.txt [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:28 CONTRIBUTING.md [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:28 Dockerfile.build [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:28 Jenkinsfile [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:28 LICENSE [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:28 Makefile [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:28 README.md [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:28 SECURITY.md [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:25 VERSION [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:28 ZMQWindows.md [2021-03-20T17:35:02.211Z] drwxrwxr-x 2 1001 1001 4096 Mar 20 17:28 bin [2021-03-20T17:35:02.211Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:28 cmd [2021-03-20T17:35:02.211Z] -rw-r--r-- 1 root root 650607 Mar 20 17:33 coverage.out [2021-03-20T17:35:02.211Z] -rw-r--r-- 1 root root 1055 Mar 20 17:34 go.mod [2021-03-20T17:35:02.211Z] -rw-r--r-- 1 root root 22325 Mar 20 17:34 go.sum [2021-03-20T17:35:02.211Z] drwxrwxr-x 8 1001 1001 4096 Mar 20 17:28 internal [2021-03-20T17:35:02.211Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:28 openapi [2021-03-20T17:35:02.211Z] drwxrwxr-x 4 1001 1001 4096 Mar 20 17:28 snap [2021-03-20T17:35:02.211Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:28 version.go [Pipeline] sh [2021-03-20T17:35:02.862Z] + '[' -e coverage.out ] [2021-03-20T17:35:02.862Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:35:02.921Z] Warning: overwriting stash ‘coverage-report’ [2021-03-20T17:35:04.069Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:35:04.712Z] + make build [2021-03-20T17:35:04.712Z] 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-03-20T17:35:19.792Z] 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-03-20T17:35:46.580Z] 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-03-20T17:35:49.958Z] 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-03-20T17:35:56.703Z] 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-03-20T17:35:58.680Z] 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-03-20T17:36:05.401Z] 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-03-20T17:36:09.715Z] 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-03-20T17:36:15.120Z] 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-03-20T17:36:20.523Z] 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-03-20T17:36:24.833Z] 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-03-20T17:36:29.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-20T17:36:35.994Z] $ docker stop --time=1 e21102f43fe1a030d79f50245d73a67df4a95c85452824a3079bbc57e64ac5ae [2021-03-20T17:36:38.466Z] $ docker rm -f e21102f43fe1a030d79f50245d73a67df4a95c85452824a3079bbc57e64ac5ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:36:40.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:36:40.695Z] [2021-03-20T17:36:40.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:36:41.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:36:41.373Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-20T17:36:41.373Z] 29e5d40040c1: Pulling fs layer [2021-03-20T17:36:41.373Z] 1ce36da41761: Pulling fs layer [2021-03-20T17:36:41.373Z] 25b303627fd3: Pulling fs layer [2021-03-20T17:36:41.968Z] 29e5d40040c1: Download complete [2021-03-20T17:36:42.247Z] 1ce36da41761: Verifying Checksum [2021-03-20T17:36:42.247Z] 1ce36da41761: Download complete [2021-03-20T17:36:42.523Z] 29e5d40040c1: Pull complete [2021-03-20T17:36:43.963Z] 1ce36da41761: Pull complete [2021-03-20T17:36:43.963Z] 25b303627fd3: Verifying Checksum [2021-03-20T17:36:43.963Z] 25b303627fd3: Download complete [2021-03-20T17:36:54.120Z] 25b303627fd3: Pull complete [2021-03-20T17:36:54.120Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-20T17:36:54.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:36:54.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-20T17:36:54.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container [2021-03-20T17:36:54.532Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:36:57.544Z] $ docker top c64c95ece2cbbc00d4035e2a1160ccb6de17814c45d75a4a10a02e671ab5cb77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:36:58.493Z] + docker-compose build --help [2021-03-20T17:36:58.493Z] + grep parallel [2021-03-20T17:37:03.875Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:37:04.006Z] $ docker stop --time=1 c64c95ece2cbbc00d4035e2a1160ccb6de17814c45d75a4a10a02e671ab5cb77 [2021-03-20T17:37:05.944Z] $ docker rm -f c64c95ece2cbbc00d4035e2a1160ccb6de17814c45d75a4a10a02e671ab5cb77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:37:06.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:37:06.622Z] . [Pipeline] withDockerContainer [2021-03-20T17:37:06.862Z] prd-ubuntu18.04-docker-arm64-4c-16g-30744 does not seem to be running inside a container [2021-03-20T17:37:07.059Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-20T17:37:08.476Z] $ docker top 9e9651d427731036e40fb00ad29943193cf341f094bf0b217e6a92bea852f89e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:37:09.382Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:37:12.878Z] ---> 0852efb2d37d [2021-03-20T17:37:12.878Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:37:12.878Z] ---> 426bd959c4d9 [2021-03-20T17:37:12.878Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:37:12.878Z] ---> 9f71a14510cb [2021-03-20T17:37:12.878Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:37:12.878Z] ---> 986939674bd6 [2021-03-20T17:37:12.878Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:37:12.878Z] ---> Running in df8f32836172 [2021-03-20T17:37:12.878Z] ---> Running in ee117a7211d5 [2021-03-20T17:37:12.878Z] ---> cc4ab2a03b7f [2021-03-20T17:37:12.878Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:37:12.878Z] ---> Running in dceae4bc43dc [2021-03-20T17:37:12.878Z] ---> Running in 8d18ca975d1d [2021-03-20T17:37:12.878Z] ---> Running in 97046a28ffcb [2021-03-20T17:37:14.777Z] Building docker-core-command-go ... [2021-03-20T17:37:14.778Z] Building docker-core-data-go ... [2021-03-20T17:37:14.778Z] Building docker-core-metadata-go ... [2021-03-20T17:37:14.778Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:37:14.778Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:37:14.778Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:37:14.778Z] Building docker-support-notifications-go ... [2021-03-20T17:37:14.778Z] Building docker-support-scheduler-go ... [2021-03-20T17:37:14.778Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:37:14.778Z] Building docker-support-notifications-go [2021-03-20T17:37:14.778Z] Building docker-security-secretstore-setup-go [2021-03-20T17:37:14.778Z] Building docker-core-metadata-go [2021-03-20T17:37:14.778Z] Building docker-core-command-go [2021-03-20T17:37:14.778Z] Building docker-security-proxy-setup-go [2021-03-20T17:37:15.554Z] 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-03-20T17:37:15.554Z] 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-03-20T17:37:15.554Z] 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-03-20T17:37:15.554Z] 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-03-20T17:37:15.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-20T17:38:36.612Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:38:36.613Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:38:36.613Z] ---> 1ec4eaad6fca [2021-03-20T17:38:36.613Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:38:36.613Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:38:36.613Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:38:36.613Z] ---> 1ec4eaad6fca [2021-03-20T17:38:36.613Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:38:36.613Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:38:36.613Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:38:36.613Z] ---> 1ec4eaad6fca [2021-03-20T17:38:36.613Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:38:36.613Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:38:36.613Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:38:36.613Z] ---> 1ec4eaad6fca [2021-03-20T17:38:36.613Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:38:36.613Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:38:36.613Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:38:36.613Z] ---> 1ec4eaad6fca [2021-03-20T17:38:36.613Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:38:36.613Z] ---> Running in 982419c5ad9b [2021-03-20T17:38:36.613Z] ---> Running in dd58d1c600e0 [2021-03-20T17:38:36.613Z] ---> Running in 9b0acce3ff80 [2021-03-20T17:38:36.613Z] ---> Running in 4e086fa72d57 [2021-03-20T17:38:36.613Z] ---> Running in 1579b731ba27 [2021-03-20T17:38:36.613Z] Removing intermediate container 1579b731ba27 [2021-03-20T17:38:36.613Z] ---> 2b331d477ae0 [2021-03-20T17:38:36.613Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:38:36.613Z] Removing intermediate container 982419c5ad9b [2021-03-20T17:38:36.613Z] ---> 12790b54b50c [2021-03-20T17:38:36.613Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:38:36.613Z] Removing intermediate container dd58d1c600e0 [2021-03-20T17:38:36.613Z] ---> 1af081ca618c [2021-03-20T17:38:36.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:38:36.613Z] Removing intermediate container 9b0acce3ff80 [2021-03-20T17:38:36.613Z] ---> 7c7365128443 [2021-03-20T17:38:36.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:38:36.613Z] Removing intermediate container 4e086fa72d57 [2021-03-20T17:38:36.613Z] ---> 663c7b1af413 [2021-03-20T17:38:36.613Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:38:36.613Z] ---> Running in a50c0db03f6c [2021-03-20T17:38:36.613Z] ---> Running in 14d7b2cc4e9e [2021-03-20T17:38:36.613Z] ---> Running in edddc1c3362b [2021-03-20T17:38:36.613Z] ---> Running in 4e4055324b08 [2021-03-20T17:38:36.613Z] ---> Running in 3df7e9f690f7 [2021-03-20T17:38:37.221Z] Removing intermediate container a50c0db03f6c [2021-03-20T17:38:37.221Z] ---> 8bfcdc3ad23c [2021-03-20T17:38:37.221Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:38:37.497Z] ---> Running in e828f8ced174 [2021-03-20T17:38:37.768Z] Removing intermediate container 14d7b2cc4e9e [2021-03-20T17:38:37.769Z] ---> dd663ecf6822 [2021-03-20T17:38:37.769Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:38:37.769Z] Removing intermediate container edddc1c3362b [2021-03-20T17:38:37.769Z] ---> 0b9bb4810d14 [2021-03-20T17:38:37.769Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:38:38.044Z] Removing intermediate container 4e4055324b08 [2021-03-20T17:38:38.044Z] ---> 19c34c3005b9 [2021-03-20T17:38:38.044Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:38:38.045Z] ---> Running in 0215218b3820 [2021-03-20T17:38:38.045Z] ---> Running in 1621aebf76a5 [2021-03-20T17:38:38.319Z] Removing intermediate container 3df7e9f690f7 [2021-03-20T17:38:38.319Z] ---> 0cd5c352b3aa [2021-03-20T17:38:38.319Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:38:38.319Z] ---> Running in c84189fcf518 [2021-03-20T17:38:38.596Z] ---> Running in 60773d9bbaea [2021-03-20T17:38:39.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:39.768Z] 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-03-20T17:38:40.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:40.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:40.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:40.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:40.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:41.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:41.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:41.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:41.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:38:41.624Z] OK: 217 MiB in 51 packages [2021-03-20T17:38:41.906Z] OK: 217 MiB in 51 packages [2021-03-20T17:38:42.186Z] OK: 217 MiB in 51 packages [2021-03-20T17:38:42.186Z] OK: 217 MiB in 51 packages [2021-03-20T17:38:42.514Z] OK: 217 MiB in 51 packages [2021-03-20T17:38:43.494Z] Removing intermediate container e828f8ced174 [2021-03-20T17:38:43.494Z] ---> b6812ceeceee [2021-03-20T17:38:43.494Z] Step 6/22 : COPY go.mod . [2021-03-20T17:38:44.104Z] Removing intermediate container 0215218b3820 [2021-03-20T17:38:44.104Z] ---> c5b790fb2c30 [2021-03-20T17:38:44.104Z] Step 6/24 : COPY go.mod . [2021-03-20T17:38:44.380Z] Removing intermediate container 1621aebf76a5 [2021-03-20T17:38:44.380Z] ---> 052d9ceee3ec [2021-03-20T17:38:44.380Z] Step 6/23 : COPY go.mod . [2021-03-20T17:38:44.380Z] Removing intermediate container c84189fcf518 [2021-03-20T17:38:44.380Z] ---> e4cb6562318b [2021-03-20T17:38:44.380Z] Step 6/21 : COPY go.mod . [2021-03-20T17:38:44.655Z] Removing intermediate container 60773d9bbaea [2021-03-20T17:38:44.655Z] ---> 5de4e80ab4dd [2021-03-20T17:38:44.655Z] Step 6/23 : COPY go.mod . [2021-03-20T17:38:44.655Z] ---> 130e477cbea8 [2021-03-20T17:38:44.655Z] Step 7/22 : RUN go mod download [2021-03-20T17:38:44.934Z] ---> Running in 82fb4845b34c [2021-03-20T17:38:45.208Z] ---> 17d136825ff7 [2021-03-20T17:38:45.208Z] Step 7/24 : RUN go mod download [2021-03-20T17:38:45.208Z] ---> Running in a58a10946cb4 [2021-03-20T17:38:45.479Z] ---> e467ca7b9339 [2021-03-20T17:38:45.479Z] Step 7/23 : RUN go mod download [2021-03-20T17:38:45.479Z] ---> 0c3d7c5c50b5 [2021-03-20T17:38:45.479Z] Step 7/21 : RUN go mod download [2021-03-20T17:38:45.758Z] ---> Running in 58a25f6628f5 [2021-03-20T17:38:46.032Z] ---> Running in 57d6a0b7c190 [2021-03-20T17:38:46.032Z] ---> 2373049b7a74 [2021-03-20T17:38:46.032Z] Step 7/23 : RUN go mod download [2021-03-20T17:38:46.305Z] ---> Running in 45be15a4968b [2021-03-20T17:38:49.253Z] Removing intermediate container 97046a28ffcb [2021-03-20T17:38:49.253Z] ---> 9bc82d4feafc [2021-03-20T17:38:49.253Z] [2021-03-20T17:38:49.253Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:38:49.253Z] 3.12: Pulling from library/alpine [2021-03-20T17:38:49.726Z] Removing intermediate container 82fb4845b34c [2021-03-20T17:38:49.726Z] ---> 1a9d68d245d3 [2021-03-20T17:38:49.726Z] Step 8/22 : COPY . . [2021-03-20T17:38:49.726Z] Removing intermediate container a58a10946cb4 [2021-03-20T17:38:49.726Z] ---> ce96e21a7eff [2021-03-20T17:38:49.726Z] Step 8/24 : COPY . . [2021-03-20T17:38:51.228Z] Removing intermediate container 57d6a0b7c190 [2021-03-20T17:38:51.228Z] ---> 5a5514e6fd22 [2021-03-20T17:38:51.228Z] Step 8/21 : COPY . . [2021-03-20T17:38:51.502Z] Removing intermediate container 45be15a4968b [2021-03-20T17:38:51.502Z] ---> eee331e018f9 [2021-03-20T17:38:51.502Z] Step 8/23 : COPY . . [2021-03-20T17:38:51.502Z] Removing intermediate container 58a25f6628f5 [2021-03-20T17:38:51.502Z] ---> 8b15c0abc091 [2021-03-20T17:38:51.502Z] Step 8/23 : COPY . . [2021-03-20T17:38:52.652Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:38:52.652Z] Removing intermediate container dceae4bc43dc [2021-03-20T17:38:52.652Z] ---> 96d18ed995f9 [2021-03-20T17:38:52.652Z] [2021-03-20T17:38:52.652Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:38:52.652Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:38:52.652Z] ---> 88dd2752d2ea [2021-03-20T17:38:52.652Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:38:53.191Z] 3.12: Pulling from library/alpine [2021-03-20T17:38:53.191Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:38:53.191Z] Status: Image is up to date for alpine:3.12 [2021-03-20T17:38:53.191Z] ---> 88dd2752d2ea [2021-03-20T17:38:53.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:38:54.912Z] ---> Running in f407bb7b7187 [2021-03-20T17:38:54.912Z] ---> Running in bf9205cc7dd3 [2021-03-20T17:38:54.912Z] Removing intermediate container 8d18ca975d1d [2021-03-20T17:38:54.912Z] ---> 0c3ed00b39a3 [2021-03-20T17:38:54.912Z] [2021-03-20T17:38:54.912Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:38:54.912Z] ---> 88dd2752d2ea [2021-03-20T17:38:54.912Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:38:56.362Z] Removing intermediate container df8f32836172 [2021-03-20T17:38:56.362Z] ---> 955b5a75e022 [2021-03-20T17:38:56.362Z] [2021-03-20T17:38:56.362Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:38:56.992Z] ---> 88dd2752d2ea [2021-03-20T17:38:56.992Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:38:56.992Z] ---> Running in 436f62b9ca9e [2021-03-20T17:38:57.423Z] Removing intermediate container bf9205cc7dd3 [2021-03-20T17:38:57.423Z] ---> f34fa4878fa0 [2021-03-20T17:38:57.423Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:38:57.423Z] ---> Running in 6b677a3bda51 [2021-03-20T17:38:57.771Z] ---> Running in 022533a6ee37 [2021-03-20T17:38:58.206Z] Removing intermediate container ee117a7211d5 [2021-03-20T17:38:58.206Z] ---> 7fb896719d6d [2021-03-20T17:38:58.206Z] [2021-03-20T17:38:58.206Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:38:58.206Z] ---> 88dd2752d2ea [2021-03-20T17:38:58.206Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:38:58.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:58.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:59.087Z] ---> Running in b82a3bbb7c49 [2021-03-20T17:38:59.087Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:38:59.087Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:38:59.411Z] OK: 6 MiB in 15 packages [2021-03-20T17:38:59.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:59.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:00.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:00.592Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:39:00.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:00.592Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:00.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:00.904Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:39:00.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:00.905Z] OK: 6 MiB in 16 packages [2021-03-20T17:39:00.905Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:39:01.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:01.255Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:39:01.255Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:39:01.255Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:39:01.255Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:01.255Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:01.255Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:39:01.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:01.255Z] OK: 7 MiB in 19 packages [2021-03-20T17:39:01.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:39:01.587Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:01.587Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:39:01.587Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:01.587Z] OK: 6 MiB in 16 packages [2021-03-20T17:39:01.946Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:39:01.946Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:39:01.946Z] OK: 6 MiB in 15 packages [2021-03-20T17:39:02.594Z] Removing intermediate container f407bb7b7187 [2021-03-20T17:39:02.594Z] ---> 35b2cc529446 [2021-03-20T17:39:02.594Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:39:02.873Z] ---> Running in 411558dee0e8 [2021-03-20T17:39:03.541Z] Removing intermediate container 411558dee0e8 [2021-03-20T17:39:03.541Z] ---> ddbc07683391 [2021-03-20T17:39:03.541Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:39:03.850Z] Removing intermediate container 436f62b9ca9e [2021-03-20T17:39:03.850Z] ---> 3a8dc8f37b98 [2021-03-20T17:39:03.850Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:39:04.153Z] ---> Running in 477d34efd4b5 [2021-03-20T17:39:04.153Z] ---> Running in 11fea3df11a8 [2021-03-20T17:39:04.456Z] Removing intermediate container 6b677a3bda51 [2021-03-20T17:39:04.456Z] ---> 8d2f05ff8995 [2021-03-20T17:39:04.456Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:39:04.456Z] Removing intermediate container b82a3bbb7c49 [2021-03-20T17:39:04.456Z] ---> 0b9f7824dec7 [2021-03-20T17:39:04.456Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:39:04.729Z] Removing intermediate container 022533a6ee37 [2021-03-20T17:39:04.729Z] ---> 55a0e7ebfba0 [2021-03-20T17:39:04.729Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:39:05.066Z] ---> Running in 79f2222c5143 [2021-03-20T17:39:05.066Z] ---> Running in d11936be37ae [2021-03-20T17:39:05.066Z] ---> Running in dea8ffed6187 [2021-03-20T17:39:05.066Z] Removing intermediate container 477d34efd4b5 [2021-03-20T17:39:05.066Z] ---> 66e63ada254a [2021-03-20T17:39:05.066Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:39:05.407Z] Removing intermediate container 11fea3df11a8 [2021-03-20T17:39:05.407Z] ---> 2c7b94ecde99 [2021-03-20T17:39:05.407Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:39:05.407Z] ---> Running in f9196ff2c04f [2021-03-20T17:39:06.030Z] ---> Running in 213e2789ebf1 [2021-03-20T17:39:06.457Z] Removing intermediate container 79f2222c5143 [2021-03-20T17:39:06.457Z] ---> 73b60648fc72 [2021-03-20T17:39:06.457Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:39:06.457Z] Removing intermediate container d11936be37ae [2021-03-20T17:39:06.457Z] ---> d116178573ff [2021-03-20T17:39:06.457Z] Step 13/24 : WORKDIR / [2021-03-20T17:39:06.457Z] Removing intermediate container dea8ffed6187 [2021-03-20T17:39:06.457Z] ---> 2c5bee3f8aaa [2021-03-20T17:39:06.457Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:39:06.457Z] ---> Running in 93462a279ffe [2021-03-20T17:39:06.742Z] ---> Running in e047fc7b1efb [2021-03-20T17:39:06.742Z] ---> Running in 5dfa544e4b4d [2021-03-20T17:39:06.742Z] Removing intermediate container f9196ff2c04f [2021-03-20T17:39:06.742Z] ---> b5f81b597a0c [2021-03-20T17:39:06.742Z] Step 15/23 : WORKDIR / [2021-03-20T17:39:06.742Z] Removing intermediate container 213e2789ebf1 [2021-03-20T17:39:06.742Z] ---> aaa94e24adce [2021-03-20T17:39:06.742Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:39:06.742Z] ---> Running in a49e6c4222f8 [2021-03-20T17:39:07.013Z] ---> Running in f101c1124395 [2021-03-20T17:39:07.013Z] Removing intermediate container 93462a279ffe [2021-03-20T17:39:07.013Z] ---> 44bf0e4a6942 [2021-03-20T17:39:07.013Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:39:07.296Z] Removing intermediate container e047fc7b1efb [2021-03-20T17:39:07.296Z] ---> 4a3911e8edba [2021-03-20T17:39:07.296Z] 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-03-20T17:39:07.296Z] Removing intermediate container 5dfa544e4b4d [2021-03-20T17:39:07.296Z] ---> 460026cedbef [2021-03-20T17:39:07.296Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:39:07.296Z] ---> Running in 852c2cd1e683 [2021-03-20T17:39:07.572Z] Removing intermediate container f101c1124395 [2021-03-20T17:39:07.572Z] ---> 37377cc6226b [2021-03-20T17:39:07.572Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:39:07.572Z] ---> Running in 74bee9bdebd1 [2021-03-20T17:39:07.572Z] Removing intermediate container a49e6c4222f8 [2021-03-20T17:39:07.572Z] ---> 1d09ed4068bf [2021-03-20T17:39:07.572Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:39:07.843Z] ---> d43c42dcbe5e [2021-03-20T17:39:07.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-03-20T17:39:07.843Z] Removing intermediate container 852c2cd1e683 [2021-03-20T17:39:07.843Z] ---> 1390dffc1408 [2021-03-20T17:39:07.843Z] Step 15/23 : WORKDIR / [2021-03-20T17:39:08.127Z] ---> Running in 0ac4c1f720ba [2021-03-20T17:39:08.406Z] ---> 327f4a88189d [2021-03-20T17:39:08.406Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:39:08.406Z] ---> fae3abc8a24c [2021-03-20T17:39:08.406Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:39:08.688Z] ---> f585cbfb488f [2021-03-20T17:39:08.688Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:39:08.994Z] Removing intermediate container 0ac4c1f720ba [2021-03-20T17:39:08.994Z] ---> b78d3f4ce97c [2021-03-20T17:39:08.994Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:39:10.010Z] ---> 5c06eeab1a3f [2021-03-20T17:39:10.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:39:10.010Z] ---> fb5cef243bc0 [2021-03-20T17:39:10.010Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:39:10.010Z] ---> 4a62c4a9b92d [2021-03-20T17:39:10.010Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:39:10.010Z] ---> 909d394cf821 [2021-03-20T17:39:10.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:39:10.671Z] Removing intermediate container 74bee9bdebd1 [2021-03-20T17:39:10.671Z] ---> 9d3a02267e2f [2021-03-20T17:39:10.671Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:39:11.343Z] ---> 0e6a815f1b26 [2021-03-20T17:39:11.343Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:39:11.343Z] ---> Running in 15464c93364d [2021-03-20T17:39:11.615Z] ---> e541b7df6dcf [2021-03-20T17:39:11.615Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:39:11.615Z] ---> Running in f4477516ff71 [2021-03-20T17:39:11.615Z] ---> 84360bfc5751 [2021-03-20T17:39:11.615Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:39:11.897Z] ---> Running in ffb3e1c99e53 [2021-03-20T17:39:12.173Z] Removing intermediate container 15464c93364d [2021-03-20T17:39:12.173Z] ---> bcba6a4e5772 [2021-03-20T17:39:12.173Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:39:12.173Z] ---> 8373a07705db [2021-03-20T17:39:12.173Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:39:12.173Z] Removing intermediate container f4477516ff71 [2021-03-20T17:39:12.173Z] ---> 3d1d16a0f814 [2021-03-20T17:39:12.173Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:39:12.453Z] Removing intermediate container ffb3e1c99e53 [2021-03-20T17:39:12.453Z] ---> 1f4ff19d876b [2021-03-20T17:39:12.453Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:39:12.734Z] ---> Running in e518aaf63d88 [2021-03-20T17:39:12.734Z] ---> Running in d089dac34fbd [2021-03-20T17:39:13.018Z] ---> a9857a41d700 [2021-03-20T17:39:13.018Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:39:13.018Z] ---> 385faf34b3eb [2021-03-20T17:39:13.018Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:39:13.018Z] ---> d3b35b9bf2e8 [2021-03-20T17:39:13.018Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:39:13.348Z] ---> Running in f0598189c223 [2021-03-20T17:39:13.348Z] Removing intermediate container e518aaf63d88 [2021-03-20T17:39:13.348Z] ---> 3e13ab4cfa4b [2021-03-20T17:39:13.348Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:39:13.630Z] ---> Running in 9aa5c8c58ceb [2021-03-20T17:39:13.630Z] Removing intermediate container d089dac34fbd [2021-03-20T17:39:13.630Z] ---> 86e1c2d9e29d [2021-03-20T17:39:13.630Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:39:13.630Z] ---> Running in 0009ba8107e6 [2021-03-20T17:39:13.903Z] ---> Running in 3711ed74213e [2021-03-20T17:39:14.169Z] Removing intermediate container 9aa5c8c58ceb [2021-03-20T17:39:14.169Z] ---> 273c714f2181 [2021-03-20T17:39:14.169Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:39:14.169Z] ---> fa571fda8efe [2021-03-20T17:39:14.169Z] 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-03-20T17:39:14.169Z] Removing intermediate container 0009ba8107e6 [2021-03-20T17:39:14.169Z] ---> 2a3fb38fdd5b [2021-03-20T17:39:14.169Z] Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:39:14.448Z] ---> Running in 85ae509264e2 [2021-03-20T17:39:14.448Z] Removing intermediate container 3711ed74213e [2021-03-20T17:39:14.448Z] ---> 789dbf4b325d [2021-03-20T17:39:14.448Z] Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:39:14.448Z] ---> Running in 66052488ed82 [2021-03-20T17:39:14.448Z] ---> Running in 614f4ea59ca0 [2021-03-20T17:39:14.724Z] ---> Running in 23df5487a531 [2021-03-20T17:39:15.019Z] Removing intermediate container 85ae509264e2 [2021-03-20T17:39:15.019Z] ---> b75583ac5cf0 [2021-03-20T17:39:15.019Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:39:15.019Z] Removing intermediate container 614f4ea59ca0 [2021-03-20T17:39:15.019Z] ---> 0b24a042ac80 [2021-03-20T17:39:15.019Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:39:15.019Z] ---> Running in 3dd0dac645d4 [2021-03-20T17:39:15.292Z] ---> Running in ead46775980a [2021-03-20T17:39:15.292Z] Removing intermediate container 23df5487a531 [2021-03-20T17:39:15.292Z] ---> 72274fb133d3 [2021-03-20T17:39:15.292Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:39:15.569Z] ---> Running in 2bab8213e6c9 [2021-03-20T17:39:16.167Z] Removing intermediate container 3dd0dac645d4 [2021-03-20T17:39:16.167Z] ---> 2b22c3c2f78f [2021-03-20T17:39:16.167Z] Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:39:16.167Z] Removing intermediate container ead46775980a [2021-03-20T17:39:16.167Z] ---> fd976f1e0978 [2021-03-20T17:39:16.167Z] [2021-03-20T17:39:16.448Z] Removing intermediate container f0598189c223 [2021-03-20T17:39:16.448Z] ---> 865a3389bc34 [2021-03-20T17:39:16.448Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:39:16.769Z] ---> Running in f8c7c95e1163 [2021-03-20T17:39:16.769Z] Removing intermediate container 2bab8213e6c9 [2021-03-20T17:39:16.769Z] ---> beb3e5c8e3cb [2021-03-20T17:39:16.769Z] [2021-03-20T17:39:17.483Z] ---> 7493c436056d [2021-03-20T17:39:17.483Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:39:17.483Z] Removing intermediate container 66052488ed82 [2021-03-20T17:39:17.483Z] ---> 2aa87627e357 [2021-03-20T17:39:17.483Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:39:17.483Z] Successfully built fd976f1e0978 [2021-03-20T17:39:17.807Z] Successfully tagged docker-support-notifications-go:latest [2021-03-20T17:39:17.807Z] Building docker-security-proxy-setup-go [2021-03-20T17:39:17.807Z]  Building docker-support-notifications-go ... done Removing intermediate container f8c7c95e1163 [2021-03-20T17:39:17.807Z] ---> c930c4ebbc87 [2021-03-20T17:39:17.807Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:39:18.099Z] ---> Running in ec5ba143e7fb [2021-03-20T17:39:18.099Z] Successfully built beb3e5c8e3cb [2021-03-20T17:39:18.099Z] Successfully tagged docker-core-command-go:latest [2021-03-20T17:39:18.333Z] ---> dab28ae43d8b [2021-03-20T17:39:18.333Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:39:18.333Z] ---> 6efb166e8830 [2021-03-20T17:39:18.333Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:39:18.333Z] ---> 6c0da4774246 [2021-03-20T17:39:18.333Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:39:18.333Z] ---> d0928cf7041b [2021-03-20T17:39:18.333Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:39:18.333Z] ---> 4406116e1bc1 [2021-03-20T17:39:18.333Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:39:18.333Z] ---> Running in c8de23ad7179 [2021-03-20T17:39:18.333Z] ---> Running in c9cc8ffd5b4f [2021-03-20T17:39:18.333Z] ---> Running in 7930862babae [2021-03-20T17:39:18.333Z] ---> Running in b426119bed76 [2021-03-20T17:39:18.333Z] ---> Running in 141476569f17 [2021-03-20T17:39:18.394Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-20T17:39:18.709Z] ---> Running in 3c224860b8fb [2021-03-20T17:39:19.351Z] Removing intermediate container ec5ba143e7fb [2021-03-20T17:39:19.351Z] ---> 272e5bcca1d0 [2021-03-20T17:39:19.351Z] Step 22/24 : LABEL arch=x86_64 [2021-03-20T17:39:19.351Z] ---> 89fb9a93791a [2021-03-20T17:39:19.351Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:39:19.651Z] ---> Running in 81e9902219e9 [2021-03-20T17:39:19.651Z] Removing intermediate container 3c224860b8fb [2021-03-20T17:39:19.651Z] ---> 9efb9bb53126 [2021-03-20T17:39:19.651Z] [2021-03-20T17:39:19.767Z] 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-03-20T17:39:20.041Z] 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-03-20T17:39:20.041Z] 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-03-20T17:39:20.315Z] 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-03-20T17:39:20.315Z] 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-03-20T17:39:20.356Z] Successfully built 9efb9bb53126 [2021-03-20T17:39:20.748Z] Removing intermediate container 81e9902219e9 [2021-03-20T17:39:20.748Z] ---> 553012b707c0 [2021-03-20T17:39:20.748Z] Step 23/24 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:39:21.333Z] Successfully tagged docker-core-metadata-go:latest [2021-03-20T17:39:21.333Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-20T17:39:22.134Z] ---> b596cbae0b04 [2021-03-20T17:39:22.134Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:39:22.134Z] ---> Running in f5c9e678dfa0 [2021-03-20T17:39:25.258Z] Removing intermediate container f5c9e678dfa0 [2021-03-20T17:39:25.258Z] ---> e1c42c36fe44 [2021-03-20T17:39:25.258Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:39:25.948Z] ---> 5c4eeb98f3df [2021-03-20T17:39:25.948Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:39:25.948Z] ---> Running in ac8e1b0e8aa3 [2021-03-20T17:39:26.554Z] Removing intermediate container ac8e1b0e8aa3 [2021-03-20T17:39:26.554Z] ---> 1d1aad6c35c9 [2021-03-20T17:39:26.554Z] [2021-03-20T17:39:26.837Z] ---> 3b3b80456a60 [2021-03-20T17:39:26.837Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:39:27.143Z] Successfully built 1d1aad6c35c9 [2021-03-20T17:39:27.486Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-20T17:39:27.486Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-20T17:39:27.486Z] ---> Running in fa26f6da155d [2021-03-20T17:39:29.008Z] Removing intermediate container fa26f6da155d [2021-03-20T17:39:29.008Z] ---> 5705f4a04b49 [2021-03-20T17:39:29.008Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:39:33.065Z] ---> c1b7e32a16a0 [2021-03-20T17:39:33.065Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:39:33.360Z] ---> Running in 7fb4e9eb172a [2021-03-20T17:39:44.064Z] Removing intermediate container 7fb4e9eb172a [2021-03-20T17:39:44.064Z] ---> 0fecaa1837bb [2021-03-20T17:39:44.064Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:39:46.832Z] ---> Running in e62392cae562 [2021-03-20T17:39:47.989Z] Removing intermediate container e62392cae562 [2021-03-20T17:39:47.989Z] ---> ffe549d935c0 [2021-03-20T17:39:47.989Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:39:48.267Z] ---> Running in 724871aeecd7 [2021-03-20T17:39:48.859Z] Removing intermediate container 724871aeecd7 [2021-03-20T17:39:48.859Z] ---> ad75327bab30 [2021-03-20T17:39:48.859Z] Step 29/31 : LABEL arch=x86_64 [2021-03-20T17:39:48.859Z] ---> Running in 6f64cd4c11cc [2021-03-20T17:39:49.544Z] Removing intermediate container 6f64cd4c11cc [2021-03-20T17:39:49.544Z] ---> 64bfe86bbd2f [2021-03-20T17:39:49.544Z] Step 30/31 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:39:49.814Z] ---> Running in 564787757b69 [2021-03-20T17:39:51.647Z] Removing intermediate container 564787757b69 [2021-03-20T17:39:51.647Z] ---> 600b84de185c [2021-03-20T17:39:51.647Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:39:54.343Z] ---> Running in 366c30c8de4b [2021-03-20T17:39:57.290Z] Removing intermediate container 366c30c8de4b [2021-03-20T17:39:57.290Z] ---> d6c8f57e35c6 [2021-03-20T17:39:57.290Z] [2021-03-20T17:39:57.608Z] Successfully built d6c8f57e35c6 [2021-03-20T17:39:57.608Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-20T17:40:38.193Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:40:38.193Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:40:38.193Z] ---> 69c8d49072cc [2021-03-20T17:40:38.193Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:40:38.193Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:40:38.193Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:40:38.193Z] ---> 69c8d49072cc [2021-03-20T17:40:38.193Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:40:38.193Z] ---> Using cache [2021-03-20T17:40:38.193Z] ---> 7ac32e4b9f92 [2021-03-20T17:40:38.193Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:38.193Z] ---> Using cache [2021-03-20T17:40:38.193Z] ---> 7ac32e4b9f92 [2021-03-20T17:40:38.193Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 604f2a84797e [2021-03-20T17:40:38.194Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 604f2a84797e [2021-03-20T17:40:38.194Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 4932f9139434 [2021-03-20T17:40:38.194Z] Step 6/22 : COPY go.mod . [2021-03-20T17:40:38.194Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:40:38.194Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:40:38.194Z] ---> 69c8d49072cc [2021-03-20T17:40:38.194Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 7ac32e4b9f92 [2021-03-20T17:40:38.194Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 604f2a84797e [2021-03-20T17:40:38.194Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 4932f9139434 [2021-03-20T17:40:38.194Z] Step 6/21 : COPY go.mod . [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> bd6369ca5d4d [2021-03-20T17:40:38.194Z] Step 7/21 : RUN go mod download [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> bd6369ca5d4d [2021-03-20T17:40:38.194Z] Step 7/22 : RUN go mod download [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 9e12dbe8a1ba [2021-03-20T17:40:38.194Z] Step 8/21 : COPY . . [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 9e12dbe8a1ba [2021-03-20T17:40:38.194Z] Step 8/22 : COPY . . [2021-03-20T17:40:38.194Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:40:38.194Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:40:38.194Z] ---> 69c8d49072cc [2021-03-20T17:40:38.194Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 7ac32e4b9f92 [2021-03-20T17:40:38.194Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 604f2a84797e [2021-03-20T17:40:38.194Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> Using cache [2021-03-20T17:40:38.194Z] ---> 0852efb2d37d [2021-03-20T17:40:38.194Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:40:38.194Z] ---> 0852efb2d37d [2021-03-20T17:40:38.194Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:40:38.791Z] ---> Running in 69b06741656c [2021-03-20T17:40:38.791Z] ---> Running in 39d91f592abf [2021-03-20T17:40:38.791Z] ---> Running in 5e6d665c0fb0 [2021-03-20T17:40:38.791Z] ---> Running in 7e18323e9494 [2021-03-20T17:40:42.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-20T17:40:42.333Z] 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-03-20T17:40:42.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:40:42.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:40:47.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:40:47.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:40:50.046Z] OK: 233 MiB in 51 packages [2021-03-20T17:40:50.340Z] OK: 233 MiB in 51 packages [2021-03-20T17:40:53.836Z] Removing intermediate container 69b06741656c [2021-03-20T17:40:53.836Z] ---> 632398ac66b8 [2021-03-20T17:40:53.836Z] Step 6/26 : COPY go.mod . [2021-03-20T17:40:53.836Z] Removing intermediate container 39d91f592abf [2021-03-20T17:40:53.836Z] ---> 339f320b198f [2021-03-20T17:40:53.836Z] Step 6/23 : COPY go.mod . [2021-03-20T17:40:54.889Z] ---> 51bad345379e [2021-03-20T17:40:54.889Z] Step 7/26 : RUN go mod download [2021-03-20T17:40:55.178Z] ---> 4ed309a64ae6 [2021-03-20T17:40:55.178Z] Step 7/23 : RUN go mod download [2021-03-20T17:40:55.466Z] ---> Running in 187213cca7a6 [2021-03-20T17:40:55.467Z] ---> Running in 87ac87602fda [2021-03-20T17:40:57.163Z] 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-03-20T17:40:57.163Z] 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-03-20T17:41:04.616Z] Removing intermediate container 87ac87602fda [2021-03-20T17:41:04.616Z] ---> b75212a08a41 [2021-03-20T17:41:04.616Z] Step 8/23 : COPY . . [2021-03-20T17:41:04.616Z] Removing intermediate container 187213cca7a6 [2021-03-20T17:41:04.616Z] ---> 1e100c2ceb76 [2021-03-20T17:41:04.616Z] Step 8/26 : COPY . . [2021-03-20T17:41:09.592Z] Removing intermediate container c8de23ad7179 [2021-03-20T17:41:09.592Z] ---> 7411ef612103 [2021-03-20T17:41:09.592Z] [2021-03-20T17:41:09.592Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:41:09.592Z] 3.12: Pulling from library/alpine [2021-03-20T17:41:09.592Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:41:09.592Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:41:09.592Z] ---> d10569e2745f [2021-03-20T17:41:09.592Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:41:10.622Z] ---> Running in 076c1068d5ce [2021-03-20T17:41:12.637Z] Removing intermediate container b426119bed76 [2021-03-20T17:41:12.637Z] ---> 3086429d1fd0 [2021-03-20T17:41:12.637Z] [2021-03-20T17:41:12.637Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:41:12.637Z] ---> d10569e2745f [2021-03-20T17:41:12.637Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:41:12.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:12.914Z] ---> Running in e2c565dafde4 [2021-03-20T17:41:13.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:14.199Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:41:14.199Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:41:14.199Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:41:14.199Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:41:14.199Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:41:14.199Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:41:14.199Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:41:14.481Z] OK: 7 MiB in 19 packages [2021-03-20T17:41:14.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:15.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:16.026Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:41:16.026Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:41:16.026Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:41:16.026Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:41:16.026Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:41:16.026Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:41:16.303Z] OK: 7 MiB in 18 packages [2021-03-20T17:41:18.295Z] Removing intermediate container 076c1068d5ce [2021-03-20T17:41:18.295Z] ---> e9c6649abb84 [2021-03-20T17:41:18.295Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:41:18.295Z] ---> Running in 8d8c07ec1c7e [2021-03-20T17:41:19.297Z] Removing intermediate container e2c565dafde4 [2021-03-20T17:41:19.297Z] ---> d844f615e552 [2021-03-20T17:41:19.297Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:41:19.573Z] Removing intermediate container 8d8c07ec1c7e [2021-03-20T17:41:19.573Z] ---> 7d5e0d959edb [2021-03-20T17:41:19.573Z] Step 13/24 : WORKDIR / [2021-03-20T17:41:19.573Z] ---> Running in 54ac88694434 [2021-03-20T17:41:19.854Z] ---> Running in d804d12bc713 [2021-03-20T17:41:20.460Z] Removing intermediate container 54ac88694434 [2021-03-20T17:41:20.460Z] ---> 45deb0d3ba64 [2021-03-20T17:41:20.460Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:41:20.735Z] Removing intermediate container d804d12bc713 [2021-03-20T17:41:20.735Z] ---> 2ee5ff4c2247 [2021-03-20T17:41:20.735Z] 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-03-20T17:41:20.735Z] ---> Running in 6018147a5248 [2021-03-20T17:41:21.727Z] Removing intermediate container 6018147a5248 [2021-03-20T17:41:21.727Z] ---> af7159aa905c [2021-03-20T17:41:21.727Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:41:22.011Z] ---> 9452127fd6f1 [2021-03-20T17:41:22.011Z] 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-03-20T17:41:23.014Z] ---> 542e84a28c55 [2021-03-20T17:41:23.014Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:41:23.290Z] ---> 82b8cf694e0c [2021-03-20T17:41:23.290Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:41:25.336Z] ---> fb6ca8ee427b [2021-03-20T17:41:25.336Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:41:25.616Z] ---> 1e62d86a19c9 [2021-03-20T17:41:25.616Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:41:27.605Z] ---> f349adcb636b [2021-03-20T17:41:27.605Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:41:27.605Z] Removing intermediate container 141476569f17 [2021-03-20T17:41:27.605Z] ---> a6ef259853dc [2021-03-20T17:41:27.605Z] [2021-03-20T17:41:27.605Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:41:27.605Z] ---> d10569e2745f [2021-03-20T17:41:27.605Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:41:27.903Z] ---> 7d42379d3f78 [2021-03-20T17:41:27.903Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:41:28.393Z] ---> Running in 5756e7d01cf2 [2021-03-20T17:41:28.393Z] ---> Running in ad6cd27fcaec [2021-03-20T17:41:30.001Z] Removing intermediate container ad6cd27fcaec [2021-03-20T17:41:30.001Z] ---> 38b6c228adeb [2021-03-20T17:41:30.001Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:41:30.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:30.638Z] ---> Running in 7b3b5ccc5bac [2021-03-20T17:41:30.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:30.916Z] ---> e6ef5cb7555f [2021-03-20T17:41:30.916Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:41:31.563Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:41:31.563Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:41:31.563Z] OK: 5 MiB in 15 packages [2021-03-20T17:41:32.167Z] Removing intermediate container 7b3b5ccc5bac [2021-03-20T17:41:32.167Z] ---> a9c17f75b06b [2021-03-20T17:41:32.167Z] Step 19/21 : LABEL arch=arm64 [2021-03-20T17:41:32.167Z] Removing intermediate container c9cc8ffd5b4f [2021-03-20T17:41:32.167Z] ---> c5789e15add7 [2021-03-20T17:41:32.167Z] [2021-03-20T17:41:32.167Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:41:32.167Z] ---> d10569e2745f [2021-03-20T17:41:32.167Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:41:32.444Z] ---> 415ee4575459 [2021-03-20T17:41:32.444Z] 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-03-20T17:41:32.444Z] ---> Running in 0683dbbb57cd [2021-03-20T17:41:32.444Z] ---> Running in 9dcf4bfa24ef [2021-03-20T17:41:32.721Z] ---> Running in e6381d34d81c [2021-03-20T17:41:33.329Z] Removing intermediate container 9dcf4bfa24ef [2021-03-20T17:41:33.329Z] ---> 2a9ce8d23530 [2021-03-20T17:41:33.329Z] Step 20/21 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:41:33.927Z] ---> Running in 6d5bbced8955 [2021-03-20T17:41:33.927Z] Removing intermediate container 5756e7d01cf2 [2021-03-20T17:41:33.927Z] ---> 15c0bdf2b69e [2021-03-20T17:41:33.927Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:41:34.205Z] ---> Running in 37165d6b79ba [2021-03-20T17:41:34.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:34.803Z] Removing intermediate container 6d5bbced8955 [2021-03-20T17:41:34.803Z] ---> cf9157e79cb8 [2021-03-20T17:41:34.803Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:41:34.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:41:35.401Z] ---> Running in 3f42612cf5bb [2021-03-20T17:41:35.675Z] Removing intermediate container 37165d6b79ba [2021-03-20T17:41:35.675Z] ---> bc5d554078dd [2021-03-20T17:41:35.675Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:41:35.675Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:41:35.953Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:41:35.953Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:41:35.953Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:41:36.227Z] OK: 6 MiB in 16 packages [2021-03-20T17:41:36.227Z] ---> Running in a62e146c3578 [2021-03-20T17:41:36.227Z] Removing intermediate container 3f42612cf5bb [2021-03-20T17:41:36.227Z] ---> 39130301ea39 [2021-03-20T17:41:36.227Z] [2021-03-20T17:41:37.217Z] Removing intermediate container 7930862babae [2021-03-20T17:41:37.217Z] ---> c5a3c6350c9e [2021-03-20T17:41:37.218Z] [2021-03-20T17:41:37.218Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:41:37.218Z] ---> d10569e2745f [2021-03-20T17:41:37.218Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:41:37.218Z] ---> Using cache [2021-03-20T17:41:37.218Z] ---> 15c0bdf2b69e [2021-03-20T17:41:37.218Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:41:37.218Z] ---> Using cache [2021-03-20T17:41:37.218Z] ---> bc5d554078dd [2021-03-20T17:41:37.218Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:41:37.218Z] Removing intermediate container e6381d34d81c [2021-03-20T17:41:37.218Z] ---> 4b413b27ff3d [2021-03-20T17:41:37.218Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:41:37.218Z] Successfully built 39130301ea39 [2021-03-20T17:41:37.218Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-20T17:41:37.218Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-20T17:41:37.218Z] ---> Running in 82fa35ebe7de [2021-03-20T17:41:37.491Z] ---> Running in fe72024226bc [2021-03-20T17:41:37.491Z] Removing intermediate container a62e146c3578 [2021-03-20T17:41:37.491Z] ---> fd942d4e60aa [2021-03-20T17:41:37.491Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:41:37.765Z] ---> Running in 65ebbd435335 [2021-03-20T17:41:38.053Z] 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-03-20T17:41:38.756Z] Removing intermediate container 82fa35ebe7de [2021-03-20T17:41:38.756Z] ---> 61d470d9c457 [2021-03-20T17:41:38.756Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:41:38.756Z] Removing intermediate container fe72024226bc [2021-03-20T17:41:38.756Z] ---> 67cfe9bba4e4 [2021-03-20T17:41:38.756Z] Step 22/24 : LABEL arch=arm64 [2021-03-20T17:41:39.033Z] ---> Running in 20eef1b14b1c [2021-03-20T17:41:39.033Z] Removing intermediate container 65ebbd435335 [2021-03-20T17:41:39.033Z] ---> 3ef906a533e9 [2021-03-20T17:41:39.033Z] Step 15/23 : WORKDIR / [2021-03-20T17:41:39.314Z] ---> Running in 07a641a733a5 [2021-03-20T17:41:39.590Z] Removing intermediate container 0683dbbb57cd [2021-03-20T17:41:39.590Z] ---> d7957593be13 [2021-03-20T17:41:39.590Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:41:39.590Z] ---> Running in 2a224359a78e [2021-03-20T17:41:39.868Z] ---> Running in 3e9c66a61a17 [2021-03-20T17:41:39.868Z] Removing intermediate container 20eef1b14b1c [2021-03-20T17:41:39.868Z] ---> 39b0f4bd453a [2021-03-20T17:41:39.868Z] Step 15/23 : WORKDIR / [2021-03-20T17:41:40.468Z] Removing intermediate container 07a641a733a5 [2021-03-20T17:41:40.468Z] ---> 09fa8c00eded [2021-03-20T17:41:40.468Z] Step 23/24 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:41:40.741Z] ---> Running in a494e40d2ee9 [2021-03-20T17:41:41.017Z] ---> Running in 49d18815e4c3 [2021-03-20T17:41:41.017Z] Removing intermediate container 2a224359a78e [2021-03-20T17:41:41.017Z] ---> 992a6d828945 [2021-03-20T17:41:41.017Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:41:41.017Z] Removing intermediate container 3e9c66a61a17 [2021-03-20T17:41:41.017Z] ---> 6fe848724ff9 [2021-03-20T17:41:41.017Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:41:41.615Z] ---> Running in 3a7f2d66bfe1 [2021-03-20T17:41:41.615Z] Removing intermediate container a494e40d2ee9 [2021-03-20T17:41:41.615Z] ---> 8b54a8a74f22 [2021-03-20T17:41:41.615Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:41:41.897Z] Removing intermediate container 49d18815e4c3 [2021-03-20T17:41:41.897Z] ---> d797167b9018 [2021-03-20T17:41:41.897Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:41:42.184Z] ---> Running in 27ac691dc4eb [2021-03-20T17:41:42.474Z] Removing intermediate container 3a7f2d66bfe1 [2021-03-20T17:41:42.474Z] ---> d4ce9a5307da [2021-03-20T17:41:42.474Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:41:42.762Z] ---> d441538a1021 [2021-03-20T17:41:42.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:41:42.762Z] ---> Running in 3437d6b125f7 [2021-03-20T17:41:43.045Z] ---> 8e6ad751f025 [2021-03-20T17:41:43.045Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:41:43.045Z] Removing intermediate container 27ac691dc4eb [2021-03-20T17:41:43.045Z] ---> 3c816ca1f4a0 [2021-03-20T17:41:43.045Z] [2021-03-20T17:41:43.646Z] Removing intermediate container 3437d6b125f7 [2021-03-20T17:41:43.646Z] ---> 51c161c26f1e [2021-03-20T17:41:43.646Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:41:43.924Z] Successfully built 3c816ca1f4a0 [2021-03-20T17:41:43.924Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-20T17:41:43.924Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-20T17:41:44.905Z] ---> 6996bf3ee95c [2021-03-20T17:41:44.905Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:41:45.181Z] ---> dd96dc35b3ee [2021-03-20T17:41:45.181Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:41:45.181Z] ---> 58a2da7614a0 [2021-03-20T17:41:45.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:41:46.165Z] ---> 7803f33c75f0 [2021-03-20T17:41:46.165Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:41:46.165Z] ---> Running in 69deb128247c [2021-03-20T17:41:46.437Z] ---> 277b3cb8363f [2021-03-20T17:41:46.437Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:41:46.717Z] ---> Running in e859f35e2d8b [2021-03-20T17:41:46.717Z] ---> 1b90ba7eeecf [2021-03-20T17:41:46.717Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:41:47.001Z] Removing intermediate container 69deb128247c [2021-03-20T17:41:47.001Z] ---> cf238b706de5 [2021-03-20T17:41:47.001Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:41:47.273Z] ---> Running in b6857c4c58a9 [2021-03-20T17:41:47.273Z] Removing intermediate container e859f35e2d8b [2021-03-20T17:41:47.273Z] ---> ea5868558f33 [2021-03-20T17:41:47.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:41:47.550Z] ---> Running in f344e96c4114 [2021-03-20T17:41:48.156Z] Removing intermediate container b6857c4c58a9 [2021-03-20T17:41:48.156Z] ---> 5140ebe1a2ee [2021-03-20T17:41:48.156Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:41:48.156Z] ---> 941237f60ed5 [2021-03-20T17:41:48.156Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:41:48.439Z] ---> Running in a85d4b10c715 [2021-03-20T17:41:48.720Z] ---> Running in bfbb856ceb30 [2021-03-20T17:41:48.720Z] Removing intermediate container f344e96c4114 [2021-03-20T17:41:48.720Z] ---> 3a3f4a086cff [2021-03-20T17:41:48.720Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:41:49.324Z] ---> Running in fda85dbc3ce7 [2021-03-20T17:41:49.324Z] Removing intermediate container a85d4b10c715 [2021-03-20T17:41:49.324Z] ---> a1630f4c8f5d [2021-03-20T17:41:49.324Z] Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:41:49.616Z] Removing intermediate container bfbb856ceb30 [2021-03-20T17:41:49.616Z] ---> 0906c4db5246 [2021-03-20T17:41:49.898Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:41:49.898Z] ---> Running in 4b7844e8137e [2021-03-20T17:41:50.194Z] ---> Running in 691867910b33 [2021-03-20T17:41:50.194Z] Removing intermediate container fda85dbc3ce7 [2021-03-20T17:41:50.194Z] ---> 3db06b32d487 [2021-03-20T17:41:50.194Z] Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:41:50.790Z] ---> Running in 2c57cd54e477 [2021-03-20T17:41:50.790Z] Removing intermediate container 4b7844e8137e [2021-03-20T17:41:50.790Z] ---> 243f218317cf [2021-03-20T17:41:50.790Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:41:51.065Z] Removing intermediate container 691867910b33 [2021-03-20T17:41:51.065Z] ---> fab0568a15c7 [2021-03-20T17:41:51.065Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:41:51.065Z] ---> Running in 382d75e7d6a7 [2021-03-20T17:41:51.346Z] ---> Running in fc2254a0b209 [2021-03-20T17:41:51.346Z] Removing intermediate container 2c57cd54e477 [2021-03-20T17:41:51.346Z] ---> 0642bb8a7960 [2021-03-20T17:41:51.346Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:41:51.625Z] ---> Running in 363610de660e [2021-03-20T17:41:51.905Z] Removing intermediate container 382d75e7d6a7 [2021-03-20T17:41:51.905Z] ---> 358e8236da94 [2021-03-20T17:41:51.905Z] [2021-03-20T17:41:51.905Z] Removing intermediate container fc2254a0b209 [2021-03-20T17:41:51.905Z] ---> 8c1303b79008 [2021-03-20T17:41:51.905Z] Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:41:52.506Z] ---> Running in 10d6decfcfb4 [2021-03-20T17:41:52.506Z] Removing intermediate container 363610de660e [2021-03-20T17:41:52.506Z] ---> 5fa1674feb72 [2021-03-20T17:41:52.506Z] [2021-03-20T17:41:52.506Z] Successfully built 358e8236da94 [2021-03-20T17:41:52.782Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-20T17:41:52.782Z] Building docker-security-bootstrapper-go [2021-03-20T17:41:53.058Z]  Building docker-core-command-go ... done Successfully built 5fa1674feb72 [2021-03-20T17:41:53.330Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-20T17:41:53.330Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-20T17:41:53.330Z] Removing intermediate container 10d6decfcfb4 [2021-03-20T17:41:53.330Z] ---> 4833e0e431ff [2021-03-20T17:41:53.330Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:41:53.603Z] ---> Running in 36e717be314d [2021-03-20T17:41:54.198Z] Removing intermediate container 36e717be314d [2021-03-20T17:41:54.198Z] ---> f2b3ec252964 [2021-03-20T17:41:54.198Z] [2021-03-20T17:41:54.471Z] Successfully built f2b3ec252964 [2021-03-20T17:41:54.743Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-20T17:42:05.467Z] Removing intermediate container 5e6d665c0fb0 [2021-03-20T17:42:05.467Z] ---> 2bcc08a536c5 [2021-03-20T17:42:05.467Z] [2021-03-20T17:42:05.467Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:42:05.467Z] ---> 88dd2752d2ea [2021-03-20T17:42:05.467Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:42:05.467Z] ---> Using cache [2021-03-20T17:42:05.467Z] ---> 0b9f7824dec7 [2021-03-20T17:42:05.467Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:42:05.467Z] ---> Using cache [2021-03-20T17:42:05.467Z] ---> 73b60648fc72 [2021-03-20T17:42:05.467Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:42:05.467Z] ---> Running in a8089d4b47a8 [2021-03-20T17:42:07.537Z] Removing intermediate container a8089d4b47a8 [2021-03-20T17:42:07.537Z] ---> 3fb117b42c0a [2021-03-20T17:42:07.537Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:42:08.763Z] ---> Running in 910ca8aa4ae7 [2021-03-20T17:42:12.371Z] Removing intermediate container 910ca8aa4ae7 [2021-03-20T17:42:12.371Z] ---> b9b415bd9073 [2021-03-20T17:42:12.371Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:42:13.849Z] ---> 347f0d234034 [2021-03-20T17:42:13.849Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:42:16.040Z] Removing intermediate container 7e18323e9494 [2021-03-20T17:42:16.040Z] ---> f4d4f03d51d2 [2021-03-20T17:42:16.040Z] [2021-03-20T17:42:16.040Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:42:16.040Z] ---> 88dd2752d2ea [2021-03-20T17:42:16.040Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:42:18.795Z] ---> a73a2d32b578 [2021-03-20T17:42:18.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:42:18.795Z] ---> Running in 1a386596ea98 [2021-03-20T17:42:22.854Z] ---> 382802bac3e3 [2021-03-20T17:42:22.854Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:42:22.854Z] ---> Running in a329349c2db0 [2021-03-20T17:42:22.861Z]  Building docker-support-notifications-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:42:22.861Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:42:22.861Z] ---> 1ec4eaad6fca [2021-03-20T17:42:22.861Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:42:22.861Z] ---> Using cache [2021-03-20T17:42:22.861Z] ---> 663c7b1af413 [2021-03-20T17:42:22.861Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:42:22.861Z] ---> Using cache [2021-03-20T17:42:22.861Z] ---> 19c34c3005b9 [2021-03-20T17:42:22.861Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:42:23.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:42:23.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:42:23.923Z] Removing intermediate container a329349c2db0 [2021-03-20T17:42:23.923Z] ---> 98bf7fde6436 [2021-03-20T17:42:23.923Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:42:24.242Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:42:25.117Z] ---> Running in 8ca403793aee [2021-03-20T17:42:25.117Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:42:25.117Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:42:25.117Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:42:25.117Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:42:25.117Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:42:25.117Z] OK: 7 MiB in 18 packages [2021-03-20T17:42:25.789Z] Removing intermediate container 8ca403793aee [2021-03-20T17:42:25.789Z] ---> 9dc7ec6c5c87 [2021-03-20T17:42:25.789Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:42:26.895Z] ---> Running in 79b923c906a5 [2021-03-20T17:42:27.193Z] ---> Running in e3b8f0198dae [2021-03-20T17:42:27.961Z] Removing intermediate container 79b923c906a5 [2021-03-20T17:42:27.961Z] ---> 136f77d34375 [2021-03-20T17:42:27.961Z] Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:42:27.961Z] ---> Running in b1cff5357dc5 [2021-03-20T17:42:27.961Z] ---> f733da7d8f7c [2021-03-20T17:42:27.961Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:42:28.249Z] Removing intermediate container 1a386596ea98 [2021-03-20T17:42:28.249Z] ---> c4437dfc16f4 [2021-03-20T17:42:28.249Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:42:28.249Z] ---> Running in d8fa000c3473 [2021-03-20T17:42:28.526Z] ---> Running in 3e5e437a51da [2021-03-20T17:42:28.526Z] ---> f78ec9010275 [2021-03-20T17:42:28.526Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:42:28.526Z] Removing intermediate container b1cff5357dc5 [2021-03-20T17:42:28.526Z] ---> eeb1dc6a5ed6 [2021-03-20T17:42:28.526Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:42:28.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:42:28.824Z] ---> Running in d6ff89952d3b [2021-03-20T17:42:28.824Z] ---> Running in 779957f6517d [2021-03-20T17:42:29.095Z] Removing intermediate container 3e5e437a51da [2021-03-20T17:42:29.095Z] ---> 24ae46fc60ce [2021-03-20T17:42:29.095Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:42:29.374Z] ---> Running in 8e6430d4dfb1 [2021-03-20T17:42:29.374Z] Removing intermediate container 779957f6517d [2021-03-20T17:42:29.374Z] ---> fec4a7b110f6 [2021-03-20T17:42:29.374Z] [2021-03-20T17:42:29.668Z] 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-03-20T17:42:29.940Z] 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-03-20T17:42:30.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:42:30.602Z] Removing intermediate container 8e6430d4dfb1 [2021-03-20T17:42:30.602Z] ---> c4f9dbaa854a [2021-03-20T17:42:30.602Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:42:31.519Z] OK: 217 MiB in 51 packages [2021-03-20T17:42:31.563Z] Successfully built fec4a7b110f6 [2021-03-20T17:42:31.796Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:42:31.796Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:42:31.796Z] ---> 1ec4eaad6fca [2021-03-20T17:42:31.796Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:42:31.796Z] ---> Using cache [2021-03-20T17:42:31.796Z] ---> 663c7b1af413 [2021-03-20T17:42:31.796Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:42:31.796Z] ---> Using cache [2021-03-20T17:42:31.796Z] ---> 19c34c3005b9 [2021-03-20T17:42:31.796Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:42:32.141Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-20T17:42:32.441Z]  Building docker-support-scheduler-go ... done  ---> 4eec0ce28310 [2021-03-20T17:42:32.441Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:42:33.243Z] ---> Running in f962d5c13ec2 [2021-03-20T17:42:33.896Z] ---> 0da1e57f7acd [2021-03-20T17:42:33.896Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:42:34.252Z] Removing intermediate container e3b8f0198dae [2021-03-20T17:42:34.252Z] ---> 7254d1e284cc [2021-03-20T17:42:34.252Z] Step 6/23 : COPY go.mod . [2021-03-20T17:42:34.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:42:35.473Z] ---> d3ac6a649cac [2021-03-20T17:42:35.473Z] Step 7/23 : RUN go mod download [2021-03-20T17:42:36.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:42:36.072Z] ---> Running in 672cd0982913 [2021-03-20T17:42:36.668Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:42:36.668Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:42:36.668Z] ---> 1ec4eaad6fca [2021-03-20T17:42:36.668Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:42:36.668Z] ---> Using cache [2021-03-20T17:42:36.668Z] ---> 663c7b1af413 [2021-03-20T17:42:36.668Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:42:36.668Z] ---> Using cache [2021-03-20T17:42:36.668Z] ---> 19c34c3005b9 [2021-03-20T17:42:36.668Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:42:36.668Z] ---> Using cache [2021-03-20T17:42:36.668Z] ---> e4cb6562318b [2021-03-20T17:42:36.668Z] Step 6/31 : COPY go.mod . [2021-03-20T17:42:36.668Z] ---> Using cache [2021-03-20T17:42:36.668Z] ---> 0c3d7c5c50b5 [2021-03-20T17:42:36.668Z] Step 7/31 : RUN go mod download [2021-03-20T17:42:36.668Z] ---> Using cache [2021-03-20T17:42:36.668Z] ---> 5a5514e6fd22 [2021-03-20T17:42:36.668Z] Step 8/31 : COPY . . [2021-03-20T17:42:36.903Z] ---> ddf3e5188ae3 [2021-03-20T17:42:36.903Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:42:36.903Z] ---> Running in f756dca82a18 [2021-03-20T17:42:36.946Z] ---> Using cache [2021-03-20T17:42:36.946Z] ---> d0928cf7041b [2021-03-20T17:42:36.946Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:42:36.946Z] OK: 217 MiB in 51 packages [2021-03-20T17:42:36.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:42:36.946Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:42:36.946Z] ---> 1ec4eaad6fca [2021-03-20T17:42:36.946Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:42:36.946Z] ---> Using cache [2021-03-20T17:42:36.946Z] ---> 663c7b1af413 [2021-03-20T17:42:36.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:42:36.946Z] ---> Using cache [2021-03-20T17:42:36.946Z] ---> 19c34c3005b9 [2021-03-20T17:42:37.221Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:42:37.221Z] ---> Using cache [2021-03-20T17:42:37.221Z] ---> e4cb6562318b [2021-03-20T17:42:37.221Z] Step 6/22 : COPY go.mod . [2021-03-20T17:42:37.221Z] ---> Using cache [2021-03-20T17:42:37.221Z] ---> 0c3d7c5c50b5 [2021-03-20T17:42:37.221Z] Step 7/22 : RUN go mod download [2021-03-20T17:42:37.221Z] ---> Using cache [2021-03-20T17:42:37.221Z] ---> 5a5514e6fd22 [2021-03-20T17:42:37.221Z] Step 8/22 : COPY . . [2021-03-20T17:42:37.221Z] ---> Using cache [2021-03-20T17:42:37.221Z] ---> d0928cf7041b [2021-03-20T17:42:37.221Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:42:37.221Z] ---> Running in b844ea8fbfc1 [2021-03-20T17:42:37.498Z] ---> Running in 6c9f8d52dfc7 [2021-03-20T17:42:38.081Z] Removing intermediate container f756dca82a18 [2021-03-20T17:42:38.081Z] ---> 9eec61767ad6 [2021-03-20T17:42:38.081Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:42:38.384Z] ---> Running in 946889674e21 [2021-03-20T17:42:38.936Z] Removing intermediate container f962d5c13ec2 [2021-03-20T17:42:38.936Z] ---> 7b28f1c92b8a [2021-03-20T17:42:38.936Z] Step 6/26 : COPY go.mod . [2021-03-20T17:42:39.436Z] Removing intermediate container 946889674e21 [2021-03-20T17:42:39.436Z] ---> dc65085ae607 [2021-03-20T17:42:39.436Z] Step 19/21 : LABEL arch=x86_64 [2021-03-20T17:42:39.436Z] ---> Running in d3a99fa9fff6 [2021-03-20T17:42:39.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-20T17:42:39.542Z] 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-03-20T17:42:39.542Z] Removing intermediate container 672cd0982913 [2021-03-20T17:42:39.542Z] ---> fd010a0022b9 [2021-03-20T17:42:39.542Z] Step 8/23 : COPY . . [2021-03-20T17:42:39.825Z] ---> f1f825048847 [2021-03-20T17:42:39.825Z] Step 7/26 : RUN go mod download [2021-03-20T17:42:40.102Z] ---> Running in ce4de9bceaef [2021-03-20T17:42:40.436Z] Removing intermediate container d3a99fa9fff6 [2021-03-20T17:42:40.436Z] ---> 090466dfd03a [2021-03-20T17:42:40.436Z] Step 20/21 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:42:42.701Z] ---> Running in 0786d6f7a6f7 [2021-03-20T17:42:44.326Z] Removing intermediate container 0786d6f7a6f7 [2021-03-20T17:42:44.326Z] ---> eca40a5533de [2021-03-20T17:42:44.326Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:42:44.326Z] ---> Running in 97122131351d [2021-03-20T17:42:45.006Z] Removing intermediate container 97122131351d [2021-03-20T17:42:45.006Z] ---> 7e92acdbbf68 [2021-03-20T17:42:45.006Z] [2021-03-20T17:42:46.155Z] Successfully built 7e92acdbbf68 [2021-03-20T17:42:46.855Z] Removing intermediate container ce4de9bceaef [2021-03-20T17:42:46.855Z] ---> 45344d2fe11c [2021-03-20T17:42:46.855Z] Step 8/26 : COPY . . [2021-03-20T17:42:48.055Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-20T17:43:09.087Z] ---> 30a66bfab199 [2021-03-20T17:43:09.087Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:43:09.087Z] ---> Running in 57b6c0f07749 [2021-03-20T17:43:10.308Z] 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-03-20T17:43:12.987Z] ---> 969040d8a483 [2021-03-20T17:43:12.987Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:43:12.987Z] ---> Running in 4d6a10180089 [2021-03-20T17:43:14.977Z] 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-03-20T17:43:21.429Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d6ff89952d3b [2021-03-20T17:43:21.429Z] ---> 23fb70dfc56c [2021-03-20T17:43:21.429Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:43:21.429Z] ---> Running in 26ef57f0ba80 [2021-03-20T17:43:21.429Z] 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-03-20T17:43:24.252Z] Removing intermediate container d8fa000c3473 [2021-03-20T17:43:24.252Z] ---> c2deaf92d309 [2021-03-20T17:43:24.252Z] [2021-03-20T17:43:24.252Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:43:24.252Z] ---> 88dd2752d2ea [2021-03-20T17:43:24.252Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:43:24.252Z] ---> Running in b5d110f3dceb [2021-03-20T17:43:24.252Z] Removing intermediate container 26ef57f0ba80 [2021-03-20T17:43:24.252Z] ---> b40b2baefe4e [2021-03-20T17:43:24.252Z] [2021-03-20T17:43:24.252Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:43:24.523Z] 20.10.0: Pulling from library/docker [2021-03-20T17:43:24.797Z] Removing intermediate container b5d110f3dceb [2021-03-20T17:43:24.797Z] ---> 9ac3f1a9e6dc [2021-03-20T17:43:24.797Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:43:25.103Z] ---> Running in 11a75bd2ac20 [2021-03-20T17:43:26.111Z] Removing intermediate container 11a75bd2ac20 [2021-03-20T17:43:26.112Z] ---> 6bffeaaa71c6 [2021-03-20T17:43:26.112Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:43:26.444Z] ---> Running in bca6bae9c42c [2021-03-20T17:43:27.084Z] Removing intermediate container bca6bae9c42c [2021-03-20T17:43:27.084Z] ---> 167db231404b [2021-03-20T17:43:27.084Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:43:27.384Z] ---> Running in 92d0ec6e3456 [2021-03-20T17:43:31.159Z] Removing intermediate container 92d0ec6e3456 [2021-03-20T17:43:31.159Z] ---> 2d5ba2da92e5 [2021-03-20T17:43:31.159Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:43:31.777Z] ---> Running in 8214527478d6 [2021-03-20T17:43:35.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:35.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:36.347Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:43:36.347Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:43:36.347Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:43:36.616Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:43:36.883Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:43:37.495Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:43:37.495Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:43:37.495Z] OK: 8 MiB in 20 packages [2021-03-20T17:43:39.566Z] Removing intermediate container 8214527478d6 [2021-03-20T17:43:39.566Z] ---> 174c5ec5fb5f [2021-03-20T17:43:39.566Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:43:39.566Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:43:39.566Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:43:39.566Z] ---> aefe523efa57 [2021-03-20T17:43:39.566Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:43:39.566Z] ---> Running in fb5914854ca7 [2021-03-20T17:43:40.589Z] ---> a820663751e8 [2021-03-20T17:43:40.589Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:43:41.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:41.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:41.518Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:43:41.518Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:43:41.518Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:43:41.518Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:43:41.518Z] OK: 12 MiB in 22 packages [2021-03-20T17:43:41.518Z] ---> 2eb294630cbb [2021-03-20T17:43:41.518Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:43:42.615Z] ---> fdd95367244c [2021-03-20T17:43:42.615Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:43:42.615Z] ---> Running in e33a9102ba2f [2021-03-20T17:43:42.615Z] Removing intermediate container fb5914854ca7 [2021-03-20T17:43:42.615Z] ---> 7f02f78be155 [2021-03-20T17:43:42.615Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:43:42.901Z] ---> Running in 9a16b285e668 [2021-03-20T17:43:43.208Z] Removing intermediate container e33a9102ba2f [2021-03-20T17:43:43.208Z] ---> 44923e54bd89 [2021-03-20T17:43:43.208Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:43:43.208Z] Removing intermediate container 9a16b285e668 [2021-03-20T17:43:43.208Z] ---> 676b7437ad2b [2021-03-20T17:43:43.208Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:43:43.208Z] ---> Running in 24daf32d9a91 [2021-03-20T17:43:43.481Z] ---> Running in 8089a97a8f56 [2021-03-20T17:43:43.787Z] Removing intermediate container 24daf32d9a91 [2021-03-20T17:43:43.787Z] ---> 0d6f1231957a [2021-03-20T17:43:43.787Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:43:44.061Z] ---> Running in 3d60ae04abda [2021-03-20T17:43:44.061Z] Removing intermediate container 8089a97a8f56 [2021-03-20T17:43:44.061Z] ---> cc0d90117e95 [2021-03-20T17:43:44.061Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:43:44.061Z] ---> Running in 0bc2176cc22b [2021-03-20T17:43:44.431Z] Removing intermediate container 3d60ae04abda [2021-03-20T17:43:44.431Z] ---> d90c4e59f85e [2021-03-20T17:43:44.431Z] Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:43:44.431Z] ---> Running in 20429621fe4b [2021-03-20T17:43:44.431Z] Removing intermediate container 0bc2176cc22b [2021-03-20T17:43:44.431Z] ---> 5635d88d80dd [2021-03-20T17:43:44.431Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:43:45.093Z] Removing intermediate container 20429621fe4b [2021-03-20T17:43:45.093Z] ---> e33d9ce6d93c [2021-03-20T17:43:45.093Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:43:45.398Z] ---> Running in ea95181879c1 [2021-03-20T17:43:45.690Z] Removing intermediate container ea95181879c1 [2021-03-20T17:43:45.690Z] ---> 9f60581dfcac [2021-03-20T17:43:45.690Z] [2021-03-20T17:43:45.690Z] ---> 40b97f6c2217 [2021-03-20T17:43:45.690Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:43:46.356Z] Successfully built 9f60581dfcac [2021-03-20T17:43:46.965Z] Successfully tagged docker-core-data-go:latest [2021-03-20T17:43:46.965Z]  Building docker-core-data-go ... done  ---> 77e63b6563e3 [2021-03-20T17:43:46.965Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:43:47.955Z] ---> 40204218426e [2021-03-20T17:43:47.955Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:43:48.240Z] ---> Running in dd07cc9c3e5e [2021-03-20T17:43:50.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:50.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:50.641Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:43:50.641Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:43:50.641Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:43:50.641Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:43:50.641Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:43:50.641Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:43:50.641Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:43:52.206Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:43:52.206Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:43:52.206Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:43:52.206Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:43:52.206Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:43:52.206Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:43:52.206Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:43:52.485Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:43:52.485Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:43:52.485Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:43:52.485Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:43:52.485Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:43:52.485Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:43:52.785Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:43:52.785Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:43:52.785Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:43:52.785Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:43:52.785Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:43:52.785Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:43:52.785Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:43:52.785Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:43:52.785Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:43:52.785Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:43:52.785Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:43:52.785Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:43:52.785Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:43:53.084Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:43:53.084Z] OK: 71 MiB in 55 packages [2021-03-20T17:44:05.584Z] Removing intermediate container dd07cc9c3e5e [2021-03-20T17:44:05.584Z] ---> 3df5cf2daf5f [2021-03-20T17:44:05.584Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:44:05.584Z] ---> Running in 9652ec695263 [2021-03-20T17:44:08.419Z] Collecting docker-compose==1.23.2 [2021-03-20T17:44:08.419Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:44:08.849Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:44:08.850Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:44:09.820Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:44:09.820Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:44:11.611Z] Removing intermediate container b844ea8fbfc1 [2021-03-20T17:44:11.611Z] ---> 1e98a7ba3064 [2021-03-20T17:44:11.611Z] [2021-03-20T17:44:11.611Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:44:11.611Z] ---> d10569e2745f [2021-03-20T17:44:11.611Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:44:11.611Z] ---> Running in 11fdc76c3f80 [2021-03-20T17:44:11.611Z] Removing intermediate container 11fdc76c3f80 [2021-03-20T17:44:11.611Z] ---> 3b9c8f1d3c4f [2021-03-20T17:44:11.611Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:44:11.611Z] ---> Running in b8e31e3a1501 [2021-03-20T17:44:11.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:44:11.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:44:11.611Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:44:11.611Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:44:11.611Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:44:11.611Z] OK: 5 MiB in 16 packages [2021-03-20T17:44:11.611Z] Removing intermediate container b8e31e3a1501 [2021-03-20T17:44:11.611Z] ---> 0fa048e4246a [2021-03-20T17:44:11.611Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:44:11.611Z] ---> Running in 6c41a748a930 [2021-03-20T17:44:11.884Z] Removing intermediate container 6c41a748a930 [2021-03-20T17:44:11.884Z] ---> 870c83d5eb5c [2021-03-20T17:44:11.884Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:44:12.160Z] ---> Running in 6fabe7330314 [2021-03-20T17:44:12.454Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:44:12.454Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:44:12.454Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:44:12.454Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:44:12.758Z] Removing intermediate container 6fabe7330314 [2021-03-20T17:44:12.758Z] ---> 18afc9036d24 [2021-03-20T17:44:12.758Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:44:13.356Z] ---> Running in 434ef65f0afe [2021-03-20T17:44:13.442Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:44:13.442Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:44:14.040Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:44:14.040Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:44:14.040Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:44:14.040Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:44:14.319Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:44:14.319Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:44:14.918Z] 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-03-20T17:44:14.918Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:44:14.918Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:44:15.898Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:44:15.898Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:44:15.898Z] 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-03-20T17:44:15.898Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:44:15.898Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:44:16.176Z] 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-03-20T17:44:16.176Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:44:16.176Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:44:16.176Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:44:16.176Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:44:16.176Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:44:16.177Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:44:16.461Z] Installing collected packages: texttable, PyYAML, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, cached-property, jsonschema, docopt, docker-compose [2021-03-20T17:44:16.461Z] Running setup.py install for texttable: started [2021-03-20T17:44:17.927Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:44:17.927Z] Running setup.py install for PyYAML: started [2021-03-20T17:44:18.776Z] Removing intermediate container 434ef65f0afe [2021-03-20T17:44:18.776Z] ---> 329eaf52ec9e [2021-03-20T17:44:18.776Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:44:18.776Z] Removing intermediate container 6c9f8d52dfc7 [2021-03-20T17:44:18.776Z] ---> 9197358fd5a9 [2021-03-20T17:44:18.776Z] [2021-03-20T17:44:18.776Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:44:18.776Z] ---> d10569e2745f [2021-03-20T17:44:18.776Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:44:18.776Z] ---> Using cache [2021-03-20T17:44:18.776Z] ---> 15c0bdf2b69e [2021-03-20T17:44:18.776Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:44:18.776Z] ---> Using cache [2021-03-20T17:44:18.776Z] ---> bc5d554078dd [2021-03-20T17:44:18.776Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:44:18.776Z] ---> Running in e96173af234a [2021-03-20T17:44:18.776Z] ---> Running in 8662fed33d86 [2021-03-20T17:44:19.385Z] Removing intermediate container e96173af234a [2021-03-20T17:44:19.385Z] ---> 6c057abb93e7 [2021-03-20T17:44:19.385Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:44:19.402Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:44:19.402Z] Attempting uninstall: idna [2021-03-20T17:44:19.402Z] Found existing installation: idna 2.9 [2021-03-20T17:44:19.402Z] Uninstalling idna-2.9: [2021-03-20T17:44:19.402Z] Successfully uninstalled idna-2.9 [2021-03-20T17:44:19.660Z] Removing intermediate container 8662fed33d86 [2021-03-20T17:44:19.660Z] ---> 65e41d15ee82 [2021-03-20T17:44:19.660Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:44:19.673Z] Attempting uninstall: urllib3 [2021-03-20T17:44:19.673Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:44:19.673Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:44:19.941Z] ---> Running in 419833158f65 [2021-03-20T17:44:19.946Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:44:20.213Z] Attempting uninstall: requests [2021-03-20T17:44:20.213Z] Found existing installation: requests 2.23.0 [2021-03-20T17:44:20.213Z] Uninstalling requests-2.23.0: [2021-03-20T17:44:20.498Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:44:20.498Z] Running setup.py install for dockerpty: started [2021-03-20T17:44:20.939Z] ---> 13393a480732 [2021-03-20T17:44:20.939Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:44:20.939Z] Removing intermediate container 419833158f65 [2021-03-20T17:44:20.939Z] ---> 2998bc705fc7 [2021-03-20T17:44:20.939Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:44:20.939Z] ---> Running in ef85457a3613 [2021-03-20T17:44:21.482Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:44:22.393Z] ---> 4b9e42de1d52 [2021-03-20T17:44:22.393Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:44:22.466Z] Running setup.py install for docopt: started [2021-03-20T17:44:23.057Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:44:24.073Z] 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.58.0 [2021-03-20T17:44:25.049Z] ---> ed2878fd53ad [2021-03-20T17:44:25.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:44:25.049Z] Removing intermediate container ef85457a3613 [2021-03-20T17:44:25.049Z] ---> f737aa7fc6b4 [2021-03-20T17:44:25.049Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:44:26.046Z] ---> c841e79a9528 [2021-03-20T17:44:26.047Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:44:26.335Z] ---> 00cbed8cae36 [2021-03-20T17:44:26.335Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:44:26.335Z] ---> Running in 21f6a40ff029 [2021-03-20T17:44:27.321Z] Removing intermediate container 21f6a40ff029 [2021-03-20T17:44:27.321Z] ---> 1ed8417b44be [2021-03-20T17:44:27.321Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:44:27.452Z] Removing intermediate container 9652ec695263 [2021-03-20T17:44:27.452Z] ---> 2bd3b508b0f7 [2021-03-20T17:44:27.452Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:44:27.600Z] ---> Running in ca4eb0b76308 [2021-03-20T17:44:27.718Z] ---> Running in 62e8ac24f0f4 [2021-03-20T17:44:28.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:44:28.594Z] Removing intermediate container ca4eb0b76308 [2021-03-20T17:44:28.594Z] ---> b7f88e1f5132 [2021-03-20T17:44:28.594Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:44:28.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:44:28.874Z] ---> 7d7fd5b4f9bc [2021-03-20T17:44:28.874Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:44:28.874Z] ---> Running in 624dd6a7c497 [2021-03-20T17:44:28.889Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:44:28.889Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:44:28.889Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:44:28.889Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:44:28.889Z] OK: 72 MiB in 58 packages [2021-03-20T17:44:29.879Z] Removing intermediate container 624dd6a7c497 [2021-03-20T17:44:29.879Z] ---> 768b95890bb1 [2021-03-20T17:44:29.879Z] Step 21/22 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:44:30.155Z] ---> Running in 087a1da03735 [2021-03-20T17:44:30.430Z] ---> 0ab533855240 [2021-03-20T17:44:30.430Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:44:30.874Z] Removing intermediate container 62e8ac24f0f4 [2021-03-20T17:44:30.874Z] ---> 00aab8fcd106 [2021-03-20T17:44:30.874Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:44:30.874Z] ---> Running in ca5271428024 [2021-03-20T17:44:31.204Z] Removing intermediate container ca5271428024 [2021-03-20T17:44:31.204Z] ---> bbd6a3d0de13 [2021-03-20T17:44:31.204Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:44:31.204Z] ---> Running in ee442618ad9a [2021-03-20T17:44:31.411Z] Removing intermediate container 087a1da03735 [2021-03-20T17:44:31.411Z] ---> cf5956f43718 [2021-03-20T17:44:31.411Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:44:31.684Z] ---> Running in d80af1deb25d [2021-03-20T17:44:32.284Z] ---> 3e6507efb108 [2021-03-20T17:44:32.284Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:44:32.460Z] Removing intermediate container ee442618ad9a [2021-03-20T17:44:32.460Z] ---> a7d20b968afe [2021-03-20T17:44:32.460Z] Step 24/26 : LABEL arch=x86_64 [2021-03-20T17:44:32.460Z] ---> Running in 43d7b399ac06 [2021-03-20T17:44:32.559Z] Removing intermediate container d80af1deb25d [2021-03-20T17:44:32.559Z] ---> 47bba0c043e6 [2021-03-20T17:44:32.559Z] [2021-03-20T17:44:32.743Z] Removing intermediate container 43d7b399ac06 [2021-03-20T17:44:32.743Z] ---> 0eeb434c91c4 [2021-03-20T17:44:32.743Z] Step 25/26 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:44:33.016Z] ---> Running in e1cbea823b62 [2021-03-20T17:44:33.548Z] Successfully built 47bba0c043e6 [2021-03-20T17:44:33.548Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-20T17:44:33.608Z] Removing intermediate container e1cbea823b62 [2021-03-20T17:44:33.608Z] ---> b01c8701d7c6 [2021-03-20T17:44:33.608Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:44:33.608Z] ---> Running in b4c06ee974b9 [2021-03-20T17:44:33.825Z]  Building docker-support-scheduler-go ... done  ---> 0802216dccfd [2021-03-20T17:44:33.825Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:44:33.876Z] Removing intermediate container b4c06ee974b9 [2021-03-20T17:44:33.876Z] ---> 94f1ce0562d9 [2021-03-20T17:44:33.876Z] [2021-03-20T17:44:34.102Z] Removing intermediate container 4d6a10180089 [2021-03-20T17:44:34.102Z] ---> ed1ca5dba87b [2021-03-20T17:44:34.102Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:44:34.102Z] ---> Running in f3b324fbe74d [2021-03-20T17:44:34.142Z] Successfully built 94f1ce0562d9 [2021-03-20T17:44:34.378Z] ---> Running in edaa81d25c9e [2021-03-20T17:44:34.414Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-20T17:44:34.984Z] Removing intermediate container f3b324fbe74d [2021-03-20T17:44:34.984Z] ---> e660f9cfdcec [2021-03-20T17:44:34.984Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:44:35.034Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-20T17:44:35.040Z] $ docker stop --time=1 accd013091181c5ea7cd7c55f1bd2f585bf53700e96d39e5e99bb89cab86761d [2021-03-20T17:44:35.974Z] 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-03-20T17:44:35.974Z] ---> 90270ec317ec [2021-03-20T17:44:35.974Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:44:36.260Z] ---> Running in 01a2d96e9bcf [2021-03-20T17:44:37.889Z] $ docker rm -f accd013091181c5ea7cd7c55f1bd2f585bf53700e96d39e5e99bb89cab86761d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:44:38.455Z] + docker images [2021-03-20T17:44:38.455Z] + grep docker [2021-03-20T17:44:39.659Z] Removing intermediate container 01a2d96e9bcf [2021-03-20T17:44:39.659Z] ---> b12fd9297809 [2021-03-20T17:44:39.659Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:44:39.659Z] Removing intermediate container edaa81d25c9e [2021-03-20T17:44:39.659Z] ---> e4ba3e86d067 [2021-03-20T17:44:39.659Z] [2021-03-20T17:44:39.659Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:44:39.914Z] docker-sys-mgmt-agent-go latest 94f1ce0562d9 6 seconds ago 313MB [2021-03-20T17:44:39.914Z] docker-core-data-go latest 9f60581dfcac 54 seconds ago 22.6MB [2021-03-20T17:44:39.914Z] docker-security-proxy-setup-go latest 7e92acdbbf68 About a minute ago 24.7MB [2021-03-20T17:44:39.914Z] docker-support-scheduler-go latest fec4a7b110f6 2 minutes ago 17.3MB [2021-03-20T17:44:39.914Z] docker-security-bootstrapper-go latest d6c8f57e35c6 4 minutes ago 18.8MB [2021-03-20T17:44:39.914Z] docker-security-secretstore-setup-go latest 1d1aad6c35c9 5 minutes ago 24.9MB [2021-03-20T17:44:39.914Z] docker-core-metadata-go latest 9efb9bb53126 5 minutes ago 19.1MB [2021-03-20T17:44:39.914Z] docker-core-command-go latest beb3e5c8e3cb 5 minutes ago 17.3MB [2021-03-20T17:44:39.914Z] docker-support-notifications-go latest fd976f1e0978 5 minutes ago 17.9MB [2021-03-20T17:44:39.914Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [2021-03-20T17:44:39.931Z] 20.10.0: Pulling from library/docker [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-03-20T17:44:40.216Z] ---> Running in 1d9170fe15d0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-20T17:44:41.200Z] Removing intermediate container 1d9170fe15d0 [2021-03-20T17:44:41.200Z] ---> 592674e5f14a [2021-03-20T17:44:41.200Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:44:42.191Z] ---> Running in 5c8b06a8207c [2021-03-20T17:44:43.171Z] Removing intermediate container 5c8b06a8207c [2021-03-20T17:44:43.171Z] ---> 85671f2fb1f3 [2021-03-20T17:44:43.171Z] Step 29/31 : LABEL arch=arm64 [2021-03-20T17:44:43.442Z] ---> Running in b427800801d6 [2021-03-20T17:44:44.084Z] Removing intermediate container b427800801d6 [2021-03-20T17:44:44.084Z] ---> 824164301fc6 [2021-03-20T17:44:44.084Z] Step 30/31 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:44:45.053Z] ---> Running in a569438316af [2021-03-20T17:44:46.030Z] Removing intermediate container a569438316af [2021-03-20T17:44:46.030Z] ---> 36b9f6efb388 [2021-03-20T17:44:46.030Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:44:46.623Z] ---> Running in 3789fcd0b4ad [2021-03-20T17:44:47.603Z] Removing intermediate container 3789fcd0b4ad [2021-03-20T17:44:47.603Z] ---> d10c2b8c4f11 [2021-03-20T17:44:47.603Z] [2021-03-20T17:44:48.200Z] Successfully built d10c2b8c4f11 [2021-03-20T17:44:48.200Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-20T17:44:50.164Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 57b6c0f07749 [2021-03-20T17:44:50.164Z] ---> 47ee75f6c1c7 [2021-03-20T17:44:50.164Z] [2021-03-20T17:44:50.164Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:44:50.164Z] ---> d10569e2745f [2021-03-20T17:44:50.164Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:44:50.164Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:44:50.164Z] ---> Running in deae7069f1d7 [2021-03-20T17:44:50.164Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:44:50.164Z] ---> eeaf43b92773 [2021-03-20T17:44:50.164Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:44:50.442Z] ---> Running in eb687730dc2b [2021-03-20T17:44:50.726Z] Removing intermediate container deae7069f1d7 [2021-03-20T17:44:50.727Z] ---> 7bcd11cc9b1f [2021-03-20T17:44:50.727Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:44:51.001Z] ---> Running in df75aa293321 [2021-03-20T17:44:51.279Z] Removing intermediate container df75aa293321 [2021-03-20T17:44:51.551Z] ---> a5e1eac6dd47 [2021-03-20T17:44:51.551Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:44:51.551Z] ---> Running in fed6446e1d2b [2021-03-20T17:44:51.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:44:51.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:44:52.099Z] Removing intermediate container fed6446e1d2b [2021-03-20T17:44:52.099Z] ---> 6dd10a973767 [2021-03-20T17:44:52.100Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:44:52.100Z] ---> Running in 2947759192f9 [2021-03-20T17:44:52.693Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:44:52.693Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:44:52.693Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:44:52.693Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:44:52.693Z] OK: 12 MiB in 22 packages [2021-03-20T17:44:54.133Z] Removing intermediate container eb687730dc2b [2021-03-20T17:44:54.133Z] ---> 9943c2a1b426 [2021-03-20T17:44:54.133Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:44:54.134Z] ---> Running in 061b5fd230aa [2021-03-20T17:44:54.412Z] Removing intermediate container 2947759192f9 [2021-03-20T17:44:54.412Z] ---> 70f634a45d27 [2021-03-20T17:44:54.412Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:44:54.412Z] ---> Running in 644e29d3dab6 [2021-03-20T17:44:54.689Z] Removing intermediate container 061b5fd230aa [2021-03-20T17:44:54.689Z] ---> be644fa144a7 [2021-03-20T17:44:54.689Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:44:54.965Z] ---> Running in dff73285c03f [2021-03-20T17:44:55.238Z] Removing intermediate container dff73285c03f [2021-03-20T17:44:55.238Z] ---> a84b46fc2180 [2021-03-20T17:44:55.238Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:44:55.510Z] ---> Running in f917c8a7899e [2021-03-20T17:44:55.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:44:55.809Z] Still waiting to schedule task [2021-03-20T17:44:55.809Z] ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-30742’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-30747’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-30748’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ [2021-03-20T17:44:56.104Z] Removing intermediate container f917c8a7899e [2021-03-20T17:44:56.104Z] ---> fff44ab253f2 [2021-03-20T17:44:56.104Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:44:56.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:44:57.349Z] ---> f234958dde2d [2021-03-20T17:44:57.349Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:44:57.349Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:44:57.349Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:44:57.349Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:44:57.349Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:44:57.623Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:44:57.895Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:44:57.895Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:44:57.895Z] OK: 8 MiB in 20 packages [2021-03-20T17:44:57.895Z] ---> 371ccdd0bae1 [2021-03-20T17:44:57.895Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:44:58.906Z] ---> 5e8bbc6c2440 [2021-03-20T17:44:58.907Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:44:58.907Z] ---> Running in c0cf4c911402 [2021-03-20T17:44:59.180Z] Removing intermediate container 644e29d3dab6 [2021-03-20T17:44:59.180Z] ---> fdb9567fcc94 [2021-03-20T17:44:59.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:45:00.239Z] ---> 4cd4916b8e68 [2021-03-20T17:45:00.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:45:00.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:00.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:01.426Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:45:01.426Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:45:01.426Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:45:01.426Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:45:01.426Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:45:01.426Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:45:01.426Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:45:01.698Z] ---> 76fc81623411 [2021-03-20T17:45:01.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:45:03.144Z] ---> 4734c2605583 [2021-03-20T17:45:03.144Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:45:03.144Z] ---> Running in fbca435b9edc [2021-03-20T17:45:03.416Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:45:03.416Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:45:03.416Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:45:03.416Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:45:03.416Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:45:03.416Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:45:03.702Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:45:03.702Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:45:03.702Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:45:03.702Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:45:03.702Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:45:03.702Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:45:03.702Z] Removing intermediate container fbca435b9edc [2021-03-20T17:45:03.702Z] ---> 1e2ff0e0b0ba [2021-03-20T17:45:03.702Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:45:03.702Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:45:03.702Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:45:03.976Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:45:03.976Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:45:03.976Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:45:03.976Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:45:03.976Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:45:03.976Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:45:03.976Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:45:03.976Z] ---> Running in ca1a89a600a4 [2021-03-20T17:45:03.976Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:45:03.976Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:45:03.976Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:45:03.976Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:45:03.976Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:45:04.255Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:45:04.255Z] OK: 71 MiB in 55 packages [2021-03-20T17:45:04.530Z] Removing intermediate container ca1a89a600a4 [2021-03-20T17:45:04.531Z] ---> 2f013ceed14d [2021-03-20T17:45:04.531Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:45:04.531Z] ---> Running in f62048f0091a [2021-03-20T17:45:05.132Z] Removing intermediate container f62048f0091a [2021-03-20T17:45:05.132Z] ---> 15663c12b44d [2021-03-20T17:45:05.132Z] Step 22/23 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:45:05.406Z] ---> Running in 91210ca474d6 [2021-03-20T17:45:06.003Z] Removing intermediate container 91210ca474d6 [2021-03-20T17:45:06.003Z] ---> 9bf176b9785b [2021-03-20T17:45:06.003Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:45:06.003Z] ---> Running in 17c9618b22af [2021-03-20T17:45:06.606Z] Removing intermediate container 17c9618b22af [2021-03-20T17:45:06.606Z] ---> f500d150f30f [2021-03-20T17:45:06.606Z] [2021-03-20T17:45:07.208Z] Successfully built f500d150f30f [2021-03-20T17:45:07.208Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-20T17:45:09.838Z]  Building docker-core-data-go ... done Removing intermediate container c0cf4c911402 [2021-03-20T17:45:09.838Z] ---> bc9036f13872 [2021-03-20T17:45:09.838Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:45:10.117Z] ---> Running in 7d0061c4eb81 [2021-03-20T17:45:15.537Z] Collecting docker-compose==1.23.2 [2021-03-20T17:45:15.537Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:45:15.537Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:45:15.537Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:45:18.178Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:45:18.178Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:45:21.579Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:45:21.579Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:45:22.172Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:45:22.172Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:45:22.447Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:45:22.447Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:45:23.421Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:45:23.421Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:45:23.720Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:45:23.720Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:45:25.701Z] 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-03-20T17:45:25.701Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:45:25.701Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:45:27.677Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:45:27.950Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:45:28.230Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:45:28.230Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:45:28.230Z] 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-03-20T17:45:28.825Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:45:28.825Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:45:29.098Z] 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-03-20T17:45:29.098Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:45:29.098Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:45:29.369Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:45:29.369Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:45:29.369Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:45:29.369Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:45:30.344Z] Installing collected packages: texttable, PyYAML, idna, urllib3, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-03-20T17:45:30.344Z] Running setup.py install for texttable: started [2021-03-20T17:45:32.315Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:45:32.315Z] Running setup.py install for PyYAML: started [2021-03-20T17:45:34.298Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:45:34.298Z] Attempting uninstall: idna [2021-03-20T17:45:34.298Z] Found existing installation: idna 2.9 [2021-03-20T17:45:34.298Z] Uninstalling idna-2.9: [2021-03-20T17:45:34.571Z] Successfully uninstalled idna-2.9 [2021-03-20T17:45:35.166Z] Attempting uninstall: urllib3 [2021-03-20T17:45:35.166Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:45:35.166Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:45:35.438Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:45:36.032Z] Attempting uninstall: requests [2021-03-20T17:45:36.032Z] Found existing installation: requests 2.23.0 [2021-03-20T17:45:36.032Z] Uninstalling requests-2.23.0: [2021-03-20T17:45:36.032Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:45:38.004Z] Running setup.py install for dockerpty: started [2021-03-20T17:45:39.976Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:45:39.976Z] Running setup.py install for docopt: started [2021-03-20T17:45:41.955Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:45:42.930Z] 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.58.0 [2021-03-20T17:45:47.233Z] Removing intermediate container 7d0061c4eb81 [2021-03-20T17:45:47.233Z] ---> a791db72883d [2021-03-20T17:45:47.233Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:45:47.233Z] ---> Running in 18013de6ab69 [2021-03-20T17:45:48.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:48.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:45:49.078Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:45:49.078Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:45:49.078Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:45:49.078Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:45:49.078Z] OK: 72 MiB in 58 packages [2021-03-20T17:45:50.520Z] Removing intermediate container 18013de6ab69 [2021-03-20T17:45:50.520Z] ---> d6a7cdc3bf2b [2021-03-20T17:45:50.520Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:45:50.520Z] ---> Running in 590c0124ab6e [2021-03-20T17:45:50.794Z] Removing intermediate container 590c0124ab6e [2021-03-20T17:45:50.794Z] ---> 94d7aa2b3c7f [2021-03-20T17:45:50.795Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:45:51.069Z] ---> Running in 53d202536d10 [2021-03-20T17:45:51.343Z] Removing intermediate container 53d202536d10 [2021-03-20T17:45:51.343Z] ---> 7a1a23b575ec [2021-03-20T17:45:51.343Z] Step 24/26 : LABEL arch=arm64 [2021-03-20T17:45:51.617Z] ---> Running in 1bd8c8607e53 [2021-03-20T17:45:51.890Z] Removing intermediate container 1bd8c8607e53 [2021-03-20T17:45:51.890Z] ---> 869f7f621bdd [2021-03-20T17:45:51.890Z] Step 25/26 : LABEL git_sha=a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:45:52.163Z] ---> Running in 495b9e1edad4 [2021-03-20T17:45:52.756Z] Removing intermediate container 495b9e1edad4 [2021-03-20T17:45:52.756Z] ---> c244c0d90fcb [2021-03-20T17:45:52.756Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:45:52.756Z] ---> Running in df6791de9f35 [2021-03-20T17:45:53.361Z] Removing intermediate container df6791de9f35 [2021-03-20T17:45:53.361Z] ---> 11e89d1b83be [2021-03-20T17:45:53.361Z] [2021-03-20T17:45:53.640Z] Successfully built 11e89d1b83be [2021-03-20T17:45:53.640Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-20T17:45:53.930Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-20T17:45:54.076Z] $ docker stop --time=1 9e9651d427731036e40fb00ad29943193cf341f094bf0b217e6a92bea852f89e [2021-03-20T17:45:55.944Z] $ docker rm -f 9e9651d427731036e40fb00ad29943193cf341f094bf0b217e6a92bea852f89e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:45:56.452Z] + docker images [2021-03-20T17:45:56.452Z] + grep docker [2021-03-20T17:45:56.723Z] docker-sys-mgmt-agent-go-arm64 latest 11e89d1b83be 3 seconds ago 300MB [2021-03-20T17:45:56.723Z] docker-core-data-go-arm64 latest f500d150f30f 50 seconds ago 21.3MB [2021-03-20T17:45:56.723Z] docker-security-bootstrapper-go-arm64 latest d10c2b8c4f11 About a minute ago 17.8MB [2021-03-20T17:45:56.723Z] docker-support-scheduler-go-arm64 latest 47bba0c043e6 About a minute ago 16.3MB [2021-03-20T17:45:56.723Z] docker-support-notifications-go-arm64 latest f2b3ec252964 4 minutes ago 16.9MB [2021-03-20T17:45:56.723Z] docker-core-metadata-go-arm64 latest 5fa1674feb72 4 minutes ago 17.9MB [2021-03-20T17:45:56.723Z] docker-core-command-go-arm64 latest 358e8236da94 4 minutes ago 16.4MB [2021-03-20T17:45:56.723Z] docker-security-secretstore-setup-go-arm64 latest 3c816ca1f4a0 4 minutes ago 23.7MB [2021-03-20T17:45:56.723Z] docker-security-proxy-setup-go-arm64 latest 39130301ea39 4 minutes ago 23.4MB [2021-03-20T17:45:56.723Z] docker 20.10.0 eeaf43b92773 3 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:45:57.699Z] ---> job-cost.sh [2021-03-20T17:45:57.699Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qQOs [2021-03-20T17:46:29.765Z] Running on prd-ubuntu18.04-docker-8c-8g-30749 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws [2021-03-20T17:46:29.821Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-20T17:46:33.544Z] using credential edgex-jenkins-ssh [2021-03-20T17:46:33.609Z] Cloning the remote Git repository [2021-03-20T17:46:33.642Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:46:33.726Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-20T17:46:33.817Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:46:33.817Z] > git --version # timeout=10 [2021-03-20T17:46:33.825Z] > git --version # 'git version 2.17.1' [2021-03-20T17:46:33.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:46:33.855Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:46:36.700Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:46:49.267Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:46:49.466Z] Merge succeeded, producing a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [2021-03-20T17:46:49.466Z] Checking out Revision a95ed040b1a2a92af1d85bcb18f5aad8b497af07 (PR-3269) [2021-03-20T17:46:48.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:46:48.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:46:48.723Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:46:48.750Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:46:48.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:46:48.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:46:49.281Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:46:49.287Z] > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 [2021-03-20T17:46:49.427Z] > git remote # timeout=10 [2021-03-20T17:46:49.435Z] > git config --get remote.origin.url # timeout=10 [2021-03-20T17:46:49.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:46:49.444Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-20T17:46:49.462Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-20T17:46:49.472Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:46:49.477Z] > git checkout -f a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 [2021-03-20T17:46:53.359Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-03-20T17:46:53.673Z] [2021-03-20T17:46:53.673Z] GitHub has been notified of this commit’s build result [2021-03-20T17:46:53.673Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:54.546Z] + echo snap-build.sh [2021-03-20T17:46:54.546Z] snap-build.sh [2021-03-20T17:46:54.546Z] + SNAP_BASE_DIR=. [2021-03-20T17:46:54.546Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-20T17:46:54.546Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-20T17:46:54.546Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-20T17:46:54.546Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-20T17:46:54.546Z] + cd /w/workspace/edgex-go/4 [2021-03-20T17:46:54.546Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-20T17:46:54.546Z] Reading package lists... [2021-03-20T17:46:54.810Z] Building dependency tree... [2021-03-20T17:46:54.810Z] Reading state information... [2021-03-20T17:46:55.073Z] The following packages were automatically installed and are no longer required: [2021-03-20T17:46:55.073Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-20T17:46:55.073Z] uidmap xdelta3 [2021-03-20T17:46:55.073Z] Use 'sudo apt autoremove' to remove them. [2021-03-20T17:46:55.335Z] The following packages will be REMOVED: [2021-03-20T17:46:55.335Z] lxd* lxd-client* [2021-03-20T17:46:55.911Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-20T17:46:55.911Z] After this operation, 31.7 MB disk space will be freed. [2021-03-20T17:46:57.239Z] (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-03-20T17:46:57.239Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:46:58.189Z] Removing lxd dnsmasq configuration [2021-03-20T17:46:58.451Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:46:58.721Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-20T17:46:59.680Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-20T17:46:59.944Z] (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-03-20T17:46:59.944Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-20T17:47:01.876Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-20T17:47:02.139Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-20T17:47:04.076Z] + sudo snap remove --purge lxd [2021-03-20T17:47:04.337Z] snap "lxd" is not installed [2021-03-20T17:47:04.337Z] + sudo groupadd --force --system lxd [2021-03-20T17:47:04.337Z] ++ whoami [2021-03-20T17:47:04.337Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-20T17:47:04.337Z] + newgrp - lxd [2021-03-20T17:47:04.599Z] + sudo snap install lxd [2021-03-20T17:47:14.735Z] 2021-03-20T17:47:12Z INFO Waiting for automatic snapd restart... [2021-03-20T17:47:33.007Z] lxd 4.12 from Canonical* installed [2021-03-20T17:47:33.007Z] + sudo lxd init --auto [2021-03-20T17:47:41.193Z] + sudo snap install --classic snapcraft [2021-03-20T17:47:49.401Z] snapcraft 4.5.4 from Canonical* installed [2021-03-20T17:47:49.401Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-20T17:47:49.401Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-20T17:47:49.401Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:47:49.401Z] Dload Upload Total Spent Left Speed [2021-03-20T17:47:49.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 [2021-03-20T17:47:49.401Z] 100 3325k 100 3325k 0 0 10.2M 0 --:--:-- --:--:-- --:--:-- 10.2M [2021-03-20T17:47:49.401Z] ./yq_linux_amd64 [2021-03-20T17:47:49.665Z] + sudo snapcraft prime --use-lxd [2021-03-20T17:47:52.234Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-20T17:47:52.234Z] 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-03-20T17:47:52.234Z] - README.md [2021-03-20T17:47:52.234Z] [2021-03-20T17:47:52.234Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-20T17:47:53.189Z] Launching a container. [2021-03-20T17:48:08.192Z] Waiting for container to be ready [2021-03-20T17:48:08.192Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-20T17:48:08.192Z] [2021-03-20T17:48:13.437Z] lf-activate-venv(): INFO: Adding /tmp/venv-qQOs/bin to PATH [2021-03-20T17:48:13.437Z] INFO: No Stack... [2021-03-20T17:48:13.438Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-20T17:48:13.438Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:48:13.527Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-20T17:48:13.527Z] Waiting for network to be ready... [2021-03-20T17:48:13.770Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-20T17:48:13.770Z] + cut -d, -f6 [Pipeline] lock [2021-03-20T17:48:13.872Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] [2021-03-20T17:48:13.882Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] did not exist. Created. [2021-03-20T17:48:13.882Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:48:14.106Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:48:14.106Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-20T17:48:14.106Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-20T17:48:14.319Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-20T17:48:14.387Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-20T17:48:14.387Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-20T17:48:14.387Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-20T17:48:14.387Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-20T17:48:14.387Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-20T17:48:14.387Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-20T17:48:14.387Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-20T17:48:14.589Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:48:14.596Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-4-stack-cost] [2021-03-20T17:48:14.655Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-20T17:48:14.925Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-20T17:48:15.199Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-20T17:48:15.199Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-20T17:48:15.199Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-20T17:48:15.199Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-20T17:48:15.199Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-20T17:48:15.199Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [Pipeline] // stage [Pipeline] } [2021-03-20T17:48:15.464Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-20T17:48:15.740Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-20T17:48:15.740Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-20T17:48:15.740Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-20T17:48:15.740Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-20T17:48:15.740Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-20T17:48:15.740Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-20T17:48:15.740Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-20T17:48:15.740Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-20T17:48:19.997Z] Fetched 24.1 MB in 6s (4118 kB/s) [2021-03-20T17:48:21.396Z] Reading package lists... [2021-03-20T17:48:21.661Z] Reading package lists... [2021-03-20T17:48:21.927Z] Building dependency tree... [2021-03-20T17:48:21.927Z] Reading state information... [2021-03-20T17:48:22.192Z] The following additional packages will be installed: [2021-03-20T17:48:22.192Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-20T17:48:22.192Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-20T17:48:22.192Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-20T17:48:22.192Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-20T17:48:22.192Z] Suggested packages: [2021-03-20T17:48:22.192Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-20T17:48:22.192Z] Recommended packages: [2021-03-20T17:48:22.192Z] gnupg libsasl2-modules [2021-03-20T17:48:22.192Z] The following NEW packages will be installed: [2021-03-20T17:48:22.192Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-20T17:48:22.192Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-20T17:48:22.192Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-20T17:48:22.192Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-20T17:48:22.192Z] The following packages will be upgraded: [2021-03-20T17:48:22.192Z] gpg gpg-agent gpgconf libudev1 [2021-03-20T17:48:22.460Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-20T17:48:22.460Z] Need to get 3530 kB of archives. [2021-03-20T17:48:22.460Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-20T17:48:22.460Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-20T17:48:22.460Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-20T17:48:22.460Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-20T17:48:22.724Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-20T17:48:22.724Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-20T17:48:22.724Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-20T17:48:22.991Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-20T17:48:22.992Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-20T17:48:22.992Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-20T17:48:23.257Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-20T17:48:23.257Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-20T17:48:23.257Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-20T17:48:23.257Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-20T17:48:23.257Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-20T17:48:23.257Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-20T17:48:23.257Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-20T17:48:23.257Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-20T17:48:23.257Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-20T17:48:23.257Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-20T17:48:23.257Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-20T17:48:23.257Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-20T17:48:23.257Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-20T17:48:23.526Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:48:23.526Z] Fetched 3530 kB in 1s (3185 kB/s) [2021-03-20T17:48:23.794Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-20T17:48:23.794Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:48:23.794Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:48:23.794Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-20T17:48:24.061Z] Selecting previously unselected package udev. [2021-03-20T17:48:24.061Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-20T17:48:24.061Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:48:24.061Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-20T17:48:24.326Z] Selecting previously unselected package libfuse2:amd64. [2021-03-20T17:48:24.326Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-20T17:48:24.326Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-20T17:48:24.590Z] Selecting previously unselected package fuse. [2021-03-20T17:48:24.590Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-20T17:48:24.590Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-20T17:48:24.590Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:48:24.852Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:48:24.852Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:48:24.852Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:48:25.115Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:48:25.116Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:48:25.116Z] Selecting previously unselected package libksba8:amd64. [2021-03-20T17:48:25.116Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-20T17:48:25.379Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-20T17:48:25.379Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-20T17:48:25.379Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:25.379Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:25.379Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-20T17:48:25.379Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:25.379Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:25.645Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-20T17:48:25.645Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:25.645Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:25.912Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-20T17:48:25.912Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:25.912Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:25.912Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-20T17:48:25.912Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:25.912Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:26.185Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-20T17:48:26.185Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:26.185Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:26.185Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-20T17:48:26.185Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:26.185Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:26.452Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-20T17:48:26.452Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:26.452Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:26.452Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-20T17:48:26.452Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-20T17:48:26.452Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:26.719Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-20T17:48:26.719Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-20T17:48:26.719Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:48:26.719Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-20T17:48:26.719Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-20T17:48:26.719Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:48:26.998Z] Selecting previously unselected package libldap-common. [2021-03-20T17:48:26.998Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-20T17:48:26.998Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:48:26.998Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-20T17:48:26.998Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-20T17:48:26.998Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:48:27.269Z] Selecting previously unselected package dirmngr. [2021-03-20T17:48:27.269Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:48:27.269Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-20T17:48:27.533Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:48:27.533Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-20T17:48:27.533Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-20T17:48:27.533Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:48:27.533Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-20T17:48:27.533Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-20T17:48:27.797Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:27.797Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-20T17:48:27.797Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:48:27.797Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-20T17:48:28.377Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-20T17:48:28.377Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:28.377Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-20T17:48:28.377Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-20T17:48:28.643Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-20T17:48:28.643Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:28.643Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:28.912Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:28.912Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:29.178Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:29.178Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:29.178Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-20T17:48:29.178Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-20T17:48:29.178Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-20T17:48:29.178Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:48:30.134Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-20T17:48:30.134Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-20T17:48:30.134Z] This means they are not meant to be enabled using systemctl. [2021-03-20T17:48:30.134Z] Possible reasons for having this kind of units are: [2021-03-20T17:48:30.134Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-20T17:48:30.134Z] .wants/ or .requires/ directory. [2021-03-20T17:48:30.134Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-20T17:48:30.134Z] a requirement dependency on it. [2021-03-20T17:48:30.134Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-20T17:48:30.134Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-20T17:48:30.134Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-20T17:48:30.134Z] instance name specified. [2021-03-20T17:48:30.400Z] Reading package lists... [2021-03-20T17:48:30.666Z] Building dependency tree... [2021-03-20T17:48:30.666Z] Reading state information... [2021-03-20T17:48:30.666Z] The following additional packages will be installed: [2021-03-20T17:48:30.666Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-20T17:48:30.666Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-20T17:48:30.666Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-20T17:48:30.666Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-20T17:48:30.666Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-20T17:48:30.666Z] Suggested packages: [2021-03-20T17:48:30.666Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-20T17:48:30.666Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-20T17:48:30.666Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-20T17:48:30.666Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-20T17:48:30.666Z] systemd-container policykit-1 [2021-03-20T17:48:30.666Z] Recommended packages: [2021-03-20T17:48:30.666Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-20T17:48:30.666Z] The following NEW packages will be installed: [2021-03-20T17:48:30.666Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-20T17:48:30.666Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-20T17:48:30.666Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-20T17:48:30.666Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-20T17:48:30.666Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-20T17:48:30.666Z] The following packages will be upgraded: [2021-03-20T17:48:30.666Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-20T17:48:30.943Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-20T17:48:30.943Z] Need to get 35.2 MB of archives. [2021-03-20T17:48:30.943Z] After this operation, 141 MB of additional disk space will be used. [2021-03-20T17:48:30.943Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-20T17:48:30.943Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-20T17:48:30.943Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-20T17:48:30.943Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-20T17:48:30.943Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-20T17:48:31.221Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-20T17:48:31.221Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-20T17:48:31.221Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-20T17:48:31.221Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-20T17:48:31.221Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-20T17:48:31.221Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-20T17:48:31.221Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-20T17:48:31.221Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-20T17:48:31.221Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-20T17:48:31.221Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-20T17:48:31.487Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-20T17:48:31.487Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-20T17:48:31.487Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-20T17:48:31.487Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-20T17:48:31.756Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-20T17:48:31.756Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-20T17:48:31.756Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-20T17:48:31.756Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-20T17:48:31.756Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-20T17:48:31.756Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-20T17:48:31.756Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-20T17:48:31.756Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-20T17:48:31.756Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-20T17:48:32.020Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-20T17:48:32.020Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-20T17:48:32.602Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:48:32.602Z] Fetched 35.2 MB in 2s (23.0 MB/s) [2021-03-20T17:48:32.602Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:48:32.602Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:48:32.864Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:48:33.828Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:48:33.828Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:48:34.098Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-20T17:48:35.521Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:48:35.521Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-20T17:48:35.521Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-20T17:48:35.787Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-20T17:48:35.787Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-20T17:48:35.787Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-20T17:48:36.054Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-20T17:48:36.329Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-20T17:48:36.329Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-20T17:48:36.905Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-20T17:48:37.167Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-20T17:48:37.167Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-20T17:48:37.167Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-20T17:48:37.436Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-20T17:48:37.436Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:48:37.436Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:37.702Z] Selecting previously unselected package libexpat1:amd64. [2021-03-20T17:48:37.702Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-20T17:48:37.702Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-20T17:48:37.702Z] Selecting previously unselected package python3.6-minimal. [2021-03-20T17:48:37.702Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:48:37.969Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:38.235Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-20T17:48:38.504Z] Checking for services that may need to be restarted...done. [2021-03-20T17:48:38.504Z] Checking for services that may need to be restarted...done. [2021-03-20T17:48:38.504Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:38.504Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-20T17:48:38.504Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:39.465Z] Selecting previously unselected package python3-minimal. [2021-03-20T17:48:39.465Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-20T17:48:39.465Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:48:39.465Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-20T17:48:39.465Z] Selecting previously unselected package mime-support. [2021-03-20T17:48:39.729Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-20T17:48:39.729Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-20T17:48:39.729Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-20T17:48:39.729Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-20T17:48:39.729Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-20T17:48:39.729Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-20T17:48:39.729Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:48:39.999Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:40.263Z] Selecting previously unselected package python3.6. [2021-03-20T17:48:40.263Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-20T17:48:40.263Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:40.263Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-20T17:48:40.263Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:48:40.529Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-20T17:48:40.796Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-20T17:48:41.061Z] Selecting previously unselected package python3. [2021-03-20T17:48:41.061Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-20T17:48:41.061Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-20T17:48:41.061Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-20T17:48:41.327Z] Selecting previously unselected package multiarch-support. [2021-03-20T17:48:41.327Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:48:41.327Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-20T17:48:41.327Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-20T17:48:41.593Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-20T17:48:41.593Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-20T17:48:41.593Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-20T17:48:41.593Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-20T17:48:41.593Z] Selecting previously unselected package libbsd0:amd64. [2021-03-20T17:48:41.593Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-20T17:48:41.593Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-20T17:48:41.858Z] Selecting previously unselected package sudo. [2021-03-20T17:48:41.858Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-20T17:48:41.858Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-20T17:48:42.128Z] Selecting previously unselected package apparmor. [2021-03-20T17:48:42.128Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-20T17:48:42.128Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-20T17:48:42.395Z] Selecting previously unselected package libedit2:amd64. [2021-03-20T17:48:42.395Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-20T17:48:42.395Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-20T17:48:42.395Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-20T17:48:42.395Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:48:42.395Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:42.670Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-20T17:48:42.670Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:48:42.670Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:42.670Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-20T17:48:42.670Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-20T17:48:42.670Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-20T17:48:42.670Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-20T17:48:42.670Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:48:42.670Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:42.941Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-20T17:48:42.941Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-20T17:48:42.941Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:43.210Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-20T17:48:43.210Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-20T17:48:43.210Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-20T17:48:43.473Z] Selecting previously unselected package openssh-client. [2021-03-20T17:48:43.473Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-20T17:48:43.473Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-20T17:48:43.473Z] Selecting previously unselected package squashfs-tools. [2021-03-20T17:48:43.473Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-20T17:48:43.473Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-20T17:48:43.735Z] Selecting previously unselected package snapd. [2021-03-20T17:48:43.735Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-20T17:48:43.735Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-20T17:48:46.314Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-20T17:48:46.314Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-20T17:48:46.314Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-20T17:48:46.581Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-20T17:48:46.581Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-20T17:48:46.581Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:46.581Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:48:46.845Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-20T17:48:46.845Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-20T17:48:47.795Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-20T17:48:47.795Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-20T17:48:47.795Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-20T17:48:47.795Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:47.795Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:47.795Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-20T17:48:48.746Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-20T17:48:48.746Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:48.746Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-20T17:48:48.746Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-20T17:48:49.009Z] running python rtupdate hooks for python3.6... [2021-03-20T17:48:49.009Z] running python post-rtupdate hooks for python3.6... [2021-03-20T17:48:49.009Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-20T17:48:50.935Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-20T17:48:51.199Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-20T17:48:51.199Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-20T17:48:51.199Z] Setting up snapd (2.48.3+18.04) ... [2021-03-20T17:48:51.791Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-20T17:48:52.057Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-20T17:48:52.321Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-20T17:48:52.588Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-20T17:48:52.870Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-20T17:48:52.870Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-20T17:48:53.163Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-20T17:48:53.755Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-20T17:48:54.028Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-20T17:48:54.299Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-20T17:48:54.299Z] /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-03-20T17:48:54.576Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-20T17:48:54.576Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-20T17:48:56.564Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:48:56.564Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:48:56.564Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:48:58.809Z] Reading package lists... [2021-03-20T17:48:58.809Z] Reading package lists... [2021-03-20T17:48:59.075Z] Building dependency tree... [2021-03-20T17:48:59.075Z] Reading state information... [2021-03-20T17:48:59.339Z] Calculating upgrade... [2021-03-20T17:48:59.615Z] The following packages will be upgraded: [2021-03-20T17:48:59.615Z] advancecomp base-files bash binutils binutils-common [2021-03-20T17:48:59.615Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-20T17:48:59.615Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-20T17:48:59.615Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-20T17:48:59.615Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-20T17:48:59.615Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-20T17:48:59.615Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-20T17:48:59.615Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-20T17:48:59.615Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-20T17:48:59.615Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-20T17:48:59.615Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-20T17:48:59.615Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-20T17:48:59.615Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-20T17:48:59.615Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-20T17:48:59.615Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-20T17:48:59.615Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:48:59.615Z] Need to get 63.8 MB of archives. [2021-03-20T17:48:59.615Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-20T17:48:59.615Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-20T17:48:59.882Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-20T17:48:59.882Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-20T17:48:59.882Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-20T17:48:59.882Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-20T17:48:59.882Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-20T17:48:59.882Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-20T17:48:59.882Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-20T17:48:59.882Z] 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-03-20T17:48:59.882Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-20T17:48:59.882Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-20T17:48:59.882Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-20T17:48:59.882Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-20T17:48:59.882Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-20T17:48:59.882Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-20T17:48:59.883Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-20T17:48:59.883Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-20T17:48:59.883Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-20T17:48:59.883Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-20T17:48:59.883Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-20T17:48:59.883Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-20T17:49:00.152Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-20T17:49:00.152Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-20T17:49:00.152Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-20T17:49:00.152Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-20T17:49:00.152Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-20T17:49:00.152Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-20T17:49:00.152Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-20T17:49:00.152Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-20T17:49:00.152Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-20T17:49:00.152Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-20T17:49:00.152Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-20T17:49:00.152Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-20T17:49:00.152Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-20T17:49:00.152Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-20T17:49:00.152Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-20T17:49:00.152Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-20T17:49:00.152Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-20T17:49:00.152Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-20T17:49:00.152Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-20T17:49:00.152Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-20T17:49:00.152Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-20T17:49:00.152Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-20T17:49:00.152Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-20T17:49:00.152Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-20T17:49:00.152Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-20T17:49:00.152Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-20T17:49:00.152Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-20T17:49:00.152Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-20T17:49:00.152Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-20T17:49:00.152Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-20T17:49:00.152Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-20T17:49:00.152Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-20T17:49:00.152Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-20T17:49:00.152Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-20T17:49:00.422Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-20T17:49:00.703Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-20T17:49:00.703Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-20T17:49:00.703Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-20T17:49:00.703Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-20T17:49:00.703Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-20T17:49:00.971Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-20T17:49:00.971Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-20T17:49:00.971Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-20T17:49:00.971Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-20T17:49:00.971Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-20T17:49:00.971Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-20T17:49:00.971Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-20T17:49:00.971Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-20T17:49:00.971Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-20T17:49:00.971Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-20T17:49:00.971Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-20T17:49:00.971Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-20T17:49:00.971Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-20T17:49:00.971Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-20T17:49:00.971Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-20T17:49:00.971Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-20T17:49:00.971Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-20T17:49:01.243Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-20T17:49:01.243Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-20T17:49:01.243Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-20T17:49:01.243Z] Get:82 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-03-20T17:49:01.243Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-20T17:49:01.243Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-20T17:49:01.243Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-20T17:49:01.243Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-20T17:49:01.243Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-20T17:49:01.243Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-20T17:49:01.243Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-20T17:49:01.243Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-20T17:49:01.243Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-20T17:49:01.243Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-20T17:49:01.512Z] Get:93 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-03-20T17:49:01.512Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-20T17:49:01.512Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-20T17:49:01.512Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-20T17:49:01.512Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-20T17:49:01.512Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-20T17:49:01.512Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-20T17:49:01.783Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:49:01.783Z] Fetched 63.8 MB in 2s (32.9 MB/s) [2021-03-20T17:49:01.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:01.783Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:49:01.783Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:49:02.750Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:49:02.750Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:49:02.750Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-20T17:49:03.028Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-20T17:49:03.653Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:03.922Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:03.922Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:04.203Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:04.203Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:04.203Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:04.469Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:04.469Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:04.469Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:04.738Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:04.738Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:04.738Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:05.007Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:05.007Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:05.007Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:05.277Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:49:05.277Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:05.277Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-20T17:49:05.546Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:05.546Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:49:05.546Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:05.546Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:05.811Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:05.811Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:05.811Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:06.077Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-20T17:49:06.077Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:06.343Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:49:06.343Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:49:06.608Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:49:07.564Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-20T17:49:08.147Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-20T17:49:08.147Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-20T17:49:08.417Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-20T17:49:08.417Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-20T17:49:08.417Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-20T17:49:09.008Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-20T17:49:09.008Z] Installing new version of config file /etc/issue ... [2021-03-20T17:49:09.008Z] Installing new version of config file /etc/issue.net ... [2021-03-20T17:49:09.008Z] Installing new version of config file /etc/lsb-release ... [2021-03-20T17:49:09.008Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-20T17:49:09.275Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-20T17:49:09.544Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-20T17:49:09.544Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-20T17:49:09.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:09.544Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-20T17:49:09.544Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-20T17:49:09.809Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-20T17:49:10.074Z] 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-03-20T17:49:10.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:10.074Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:10.074Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:10.341Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:10.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:10.341Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-20T17:49:10.341Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-20T17:49:10.607Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-20T17:49:10.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:10.607Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-20T17:49:10.607Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:49:11.188Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-20T17:49:11.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:11.188Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:49:11.453Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:49:11.453Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:49:11.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:11.718Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:49:11.718Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:49:11.984Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-20T17:49:11.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:11.984Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-20T17:49:11.984Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-20T17:49:12.257Z] Setting up grep (3.1-2build1) ... [2021-03-20T17:49:12.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:12.257Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-20T17:49:12.257Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-20T17:49:12.522Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-20T17:49:12.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:12.794Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:49:12.794Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:49:13.065Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-20T17:49:13.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:13.065Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:49:13.065Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:49:14.072Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:49:14.380Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:49:14.380Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-20T17:49:14.380Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:49:14.964Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-20T17:49:15.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:15.237Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-20T17:49:15.237Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-20T17:49:16.205Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-20T17:49:16.205Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-20T17:49:16.471Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-20T17:49:16.471Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-20T17:49:16.471Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-20T17:49:16.736Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:16.736Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-20T17:49:16.736Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-20T17:49:17.003Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-20T17:49:17.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:17.003Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:17.003Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:17.269Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:17.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:17.269Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:17.269Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:17.537Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:17.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:17.537Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:17.537Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:17.803Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:17.803Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:17.803Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:17.803Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:18.070Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:18.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:18.070Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:49:18.070Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:49:18.338Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:49:18.338Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:49:18.338Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:49:18.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:18.609Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-20T17:49:18.609Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:49:18.876Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:49:18.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:18.876Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:18.876Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:19.143Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:19.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:19.143Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:19.143Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:19.413Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:19.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:19.413Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:19.682Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:20.268Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:20.536Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-20T17:49:21.122Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-20T17:49:21.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:21.122Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-20T17:49:21.122Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-20T17:49:21.387Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:49:22.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-20T17:49:22.349Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-20T17:49:22.349Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-20T17:49:22.617Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-20T17:49:22.617Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:22.617Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-20T17:49:22.617Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-20T17:49:22.881Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-20T17:49:23.462Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:23.462Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-20T17:49:23.462Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-20T17:49:23.462Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-20T17:49:23.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:23.727Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-20T17:49:23.727Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-20T17:49:23.727Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-20T17:49:23.993Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:23.993Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:49:23.993Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:49:23.993Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:49:24.259Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:24.259Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:49:24.528Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:49:24.528Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:49:24.849Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:24.849Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-20T17:49:24.849Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:49:25.118Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:49:25.385Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:25.385Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-20T17:49:25.385Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-20T17:49:25.385Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-20T17:49:25.655Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-20T17:49:25.655Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:49:25.655Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:49:25.942Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:49:26.210Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:26.210Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-20T17:49:26.485Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-20T17:49:26.754Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-20T17:49:27.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:27.339Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-20T17:49:27.339Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-20T17:49:27.920Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-20T17:49:28.499Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:28.499Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-20T17:49:28.499Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-20T17:49:28.766Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-20T17:49:28.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:28.766Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-20T17:49:28.766Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-20T17:49:29.032Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-20T17:49:29.314Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:29.314Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-20T17:49:29.314Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-20T17:49:29.586Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-20T17:49:29.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:29.854Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-20T17:49:29.854Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-20T17:49:29.854Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-20T17:49:30.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:30.122Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-20T17:49:30.122Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-20T17:49:30.393Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-20T17:49:30.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:30.393Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-20T17:49:30.393Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-20T17:49:30.661Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-20T17:49:30.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:30.661Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-20T17:49:30.661Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-20T17:49:30.929Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-20T17:49:31.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:31.200Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-20T17:49:31.200Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-20T17:49:31.200Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-20T17:49:31.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:31.466Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-20T17:49:31.466Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-20T17:49:31.735Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-20T17:49:31.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-20T17:49:31.735Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-20T17:49:31.735Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-20T17:49:32.001Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-20T17:49:32.001Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-20T17:49:32.001Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-20T17:49:32.001Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-20T17:49:32.278Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-20T17:49:32.278Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-20T17:49:32.875Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-20T17:49:32.875Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-20T17:49:33.145Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-20T17:49:33.145Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-20T17:49:33.413Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-20T17:49:33.413Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-20T17:49:33.684Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-20T17:49:33.684Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-20T17:49:33.684Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-20T17:49:33.684Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-20T17:49:33.952Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-20T17:49:33.952Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-20T17:49:33.952Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-20T17:49:33.952Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-20T17:49:34.223Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-20T17:49:34.224Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-20T17:49:34.495Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-20T17:49:34.495Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-20T17:49:34.495Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-20T17:49:34.495Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-20T17:49:35.459Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-20T17:49:35.459Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-20T17:49:35.723Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-20T17:49:35.723Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-20T17:49:35.990Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:49:35.990Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:49:36.255Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:49:36.520Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:49:36.520Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:49:36.520Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:49:36.784Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-20T17:49:36.784Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-20T17:49:37.049Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:37.049Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:37.049Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:37.049Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:37.315Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:37.316Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:37.582Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:37.582Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:39.003Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:39.003Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:39.972Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:39.972Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:40.557Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:40.557Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:41.154Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:41.154Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:42.574Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-20T17:49:42.574Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-20T17:49:42.574Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:49:42.574Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:49:42.574Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-20T17:49:42.574Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:49:42.839Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-20T17:49:42.839Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-20T17:49:43.103Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-20T17:49:43.103Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-20T17:49:43.103Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:49:43.103Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:49:43.367Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-20T17:49:43.367Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-20T17:49:43.367Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-20T17:49:43.367Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-20T17:49:43.632Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:43.632Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-20T17:49:43.632Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:43.632Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:43.905Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:43.905Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-20T17:49:43.905Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-20T17:49:43.905Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-20T17:49:44.182Z] [2021-03-20T17:49:44.182Z] Current default time zone: 'Etc/UTC' [2021-03-20T17:49:44.182Z] Local time is now: Sat Mar 20 17:49:43 UTC 2021. [2021-03-20T17:49:44.182Z] Universal Time is now: Sat Mar 20 17:49:43 UTC 2021. [2021-03-20T17:49:44.182Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-20T17:49:44.182Z] [2021-03-20T17:49:44.182Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-20T17:49:44.182Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:44.182Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-20T17:49:44.182Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-20T17:49:44.446Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-20T17:49:44.446Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-20T17:49:44.446Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-20T17:49:44.446Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-20T17:49:44.446Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-20T17:49:44.446Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-20T17:49:44.709Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:44.709Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-20T17:49:44.974Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:44.974Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:49:44.974Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:44.974Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-20T17:49:45.245Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-20T17:49:45.245Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-20T17:49:45.245Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-20T17:49:45.245Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-20T17:49:45.245Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-20T17:49:45.245Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:49:45.245Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-20T17:49:47.812Z] Updating certificates in /etc/ssl/certs... [2021-03-20T17:49:48.766Z] 23 added, 27 removed; done. [2021-03-20T17:49:48.766Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-20T17:49:48.766Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-20T17:49:48.766Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-20T17:49:49.027Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-20T17:49:49.028Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-20T17:49:49.028Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.028Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:49:49.028Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.290Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.290Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.290Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.290Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.290Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-20T17:49:49.290Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:49:49.290Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:49:49.553Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-20T17:49:49.553Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-20T17:49:49.553Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.553Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-20T17:49:49.553Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:49:49.553Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-20T17:49:49.553Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-20T17:49:49.815Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:49:49.815Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-20T17:49:50.078Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-20T17:49:50.078Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-20T17:49:50.078Z] Updating certificates in /etc/ssl/certs... [2021-03-20T17:49:51.034Z] 0 added, 0 removed; done. [2021-03-20T17:49:51.034Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-20T17:49:51.034Z] done. [2021-03-20T17:49:51.989Z] Reading package lists... [2021-03-20T17:49:51.989Z] Building dependency tree... [2021-03-20T17:49:51.989Z] Reading state information... [2021-03-20T17:49:52.255Z] The following NEW packages will be installed: [2021-03-20T17:49:52.255Z] apt-transport-https [2021-03-20T17:49:52.518Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:49:52.518Z] Need to get 1696 B of archives. [2021-03-20T17:49:52.518Z] After this operation, 153 kB of additional disk space will be used. [2021-03-20T17:49:52.518Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-20T17:49:52.783Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:49:52.783Z] Fetched 1696 B in 0s (12.3 kB/s) [2021-03-20T17:49:52.783Z] Selecting previously unselected package apt-transport-https. [2021-03-20T17:49:52.783Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-20T17:49:52.783Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-20T17:49:52.783Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-20T17:49:53.051Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-20T17:49:53.632Z] Waiting for network to be ready... [2021-03-20T17:50:01.813Z] 2021-03-20T17:49:59Z INFO Waiting for automatic snapd restart... [2021-03-20T17:50:01.813Z] snapd 2.49 from Canonical* installed [2021-03-20T17:50:03.210Z] "snapd" switched to the "latest/stable" channel [2021-03-20T17:50:03.210Z] [2021-03-20T17:50:09.844Z] core18 20210128 from Canonical* installed [2021-03-20T17:50:09.844Z] "core18" switched to the "latest/stable" channel [2021-03-20T17:50:09.844Z] [2021-03-20T17:50:16.462Z] snapcraft 4.5.4 from Canonical* installed [2021-03-20T17:50:16.462Z] "snapcraft" switched to the "latest/stable" channel [2021-03-20T17:50:16.462Z] [2021-03-20T17:50:20.712Z] 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-03-20T17:50:20.712Z] - README.md [2021-03-20T17:50:20.712Z] [2021-03-20T17:50:20.712Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-20T17:50:28.891Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:50:28.891Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:50:28.891Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:50:28.891Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:50:29.848Z] Reading package lists... [2021-03-20T17:50:30.431Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-03-20T17:50:37.051Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:50:37.051Z] Reading package lists... [2021-03-20T17:50:37.051Z] Building dependency tree... [2021-03-20T17:50:37.051Z] Reading state information... [2021-03-20T17:50:37.051Z] Suggested packages: [2021-03-20T17:50:37.051Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-20T17:50:37.051Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-20T17:50:37.051Z] Recommended packages: [2021-03-20T17:50:37.051Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-20T17:50:37.051Z] The following NEW packages will be installed: [2021-03-20T17:50:37.051Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-20T17:50:37.052Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-20T17:50:37.052Z] pkg-config zip [2021-03-20T17:50:37.052Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-20T17:50:37.052Z] Need to get 7657 kB of archives. [2021-03-20T17:50:37.052Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-20T17:50:37.052Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-20T17:50:37.052Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-20T17:50:37.052Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-20T17:50:37.052Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-20T17:50:37.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-20T17:50:37.316Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-20T17:50:37.316Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-20T17:50:37.316Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-20T17:50:37.577Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-20T17:50:37.577Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-20T17:50:37.577Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-20T17:50:37.578Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-20T17:50:37.578Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-20T17:50:37.840Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-20T17:50:37.840Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-20T17:50:37.840Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-20T17:50:37.840Z] Fetched 7657 kB in 1s (9740 kB/s) [2021-03-20T17:50:38.103Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-20T17:50:38.103Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-20T17:50:38.103Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-20T17:50:38.103Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-20T17:50:38.366Z] Selecting previously unselected package libpsl5:amd64. [2021-03-20T17:50:38.366Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-20T17:50:38.366Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-20T17:50:38.366Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-20T17:50:38.366Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-20T17:50:38.366Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-20T17:50:38.629Z] Selecting previously unselected package librtmp1:amd64. [2021-03-20T17:50:38.629Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-20T17:50:38.629Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-20T17:50:38.629Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-20T17:50:38.629Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-20T17:50:38.629Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-20T17:50:38.891Z] Selecting previously unselected package liberror-perl. [2021-03-20T17:50:38.891Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-20T17:50:38.891Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-20T17:50:38.891Z] Selecting previously unselected package git-man. [2021-03-20T17:50:38.891Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-20T17:50:38.891Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:50:39.155Z] Selecting previously unselected package git. [2021-03-20T17:50:39.155Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-20T17:50:39.155Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:50:40.115Z] Selecting previously unselected package libnorm1:amd64. [2021-03-20T17:50:40.115Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-20T17:50:40.115Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-20T17:50:40.115Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-20T17:50:40.115Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-20T17:50:40.115Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-20T17:50:40.378Z] Selecting previously unselected package libsodium23:amd64. [2021-03-20T17:50:40.379Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-20T17:50:40.379Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-20T17:50:40.379Z] Selecting previously unselected package libzmq5:amd64. [2021-03-20T17:50:40.379Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-20T17:50:40.379Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:50:40.641Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-20T17:50:40.641Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-20T17:50:40.641Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:50:40.641Z] Selecting previously unselected package pkg-config. [2021-03-20T17:50:40.641Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-20T17:50:40.641Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-20T17:50:40.903Z] Selecting previously unselected package zip. [2021-03-20T17:50:40.903Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-20T17:50:40.903Z] Unpacking zip (3.0-11build1) ... [2021-03-20T17:50:40.903Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-20T17:50:40.903Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:50:40.903Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-20T17:50:41.166Z] Setting up liberror-perl (0.17025-1) ... [2021-03-20T17:50:41.166Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-20T17:50:41.166Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-20T17:50:41.166Z] No schema files found: doing nothing. [2021-03-20T17:50:41.166Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-20T17:50:41.166Z] Setting up zip (3.0-11build1) ... [2021-03-20T17:50:41.166Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-20T17:50:41.166Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-20T17:50:41.166Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-20T17:50:41.429Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:50:41.429Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-20T17:50:41.429Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-20T17:50:41.429Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-20T17:50:41.429Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-20T17:50:48.036Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:50:48.300Z] git set to automatically installed. [2021-03-20T17:50:48.300Z] git-man set to automatically installed. [2021-03-20T17:50:48.300Z] libcurl3-gnutls set to automatically installed. [2021-03-20T17:50:48.300Z] liberror-perl set to automatically installed. [2021-03-20T17:50:48.300Z] libglib2.0-0 set to automatically installed. [2021-03-20T17:50:48.300Z] libnghttp2-14 set to automatically installed. [2021-03-20T17:50:48.300Z] libnorm1 set to automatically installed. [2021-03-20T17:50:48.300Z] libpgm-5.2-0 set to automatically installed. [2021-03-20T17:50:48.300Z] libpsl5 set to automatically installed. [2021-03-20T17:50:48.300Z] librtmp1 set to automatically installed. [2021-03-20T17:50:48.300Z] libsodium23 set to automatically installed. [2021-03-20T17:50:48.300Z] libzmq3-dev set to automatically installed. [2021-03-20T17:50:48.300Z] libzmq5 set to automatically installed. [2021-03-20T17:50:48.300Z] pkg-config set to automatically installed. [2021-03-20T17:50:48.300Z] zip set to automatically installed. [2021-03-20T17:50:50.866Z] snapd is not logged in, snap install commands will use sudo [2021-03-20T17:50:57.496Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:50:57.496Z] snap "core18" has no updates available [2021-03-20T17:50:58.450Z] snapd is not logged in, snap install commands will use sudo [2021-03-20T17:51:05.084Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-20T17:52:12.931Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-20T17:52:12.931Z] Pulling go-build-helper [2021-03-20T17:52:12.931Z] + snapcraftctl pull [2021-03-20T17:52:12.931Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-20T17:52:12.931Z] Skipping pull go-build-helper (already ran) [2021-03-20T17:52:12.931Z] Building go-build-helper [2021-03-20T17:52:12.931Z] + snapcraftctl build [2021-03-20T17:52:15.488Z] Staging go-build-helper [2021-03-20T17:52:15.488Z] + snapcraftctl stage [2021-03-20T17:52:30.479Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-20T17:52:30.479Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-20T17:52:30.479Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-20T17:52:30.479Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-20T17:52:30.479Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-20T17:52:30.479Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-20T17:52:30.479Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-20T17:52:30.479Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-20T17:52:30.479Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-20T17:52:30.479Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-20T17:52:30.479Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-20T17:52:30.479Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-20T17:52:30.479Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-20T17:52:30.479Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-20T17:52:30.479Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-20T17:52:30.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-20T17:52:30.479Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-20T17:52:30.479Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-20T17:52:30.479Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-20T17:52:30.479Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-20T17:52:30.479Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-20T17:52:30.479Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-20T17:52:30.479Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-20T17:52:30.479Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-20T17:52:30.479Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-20T17:52:30.479Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-20T17:52:30.479Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-20T17:52:30.479Z] Fetched 24.1 MB in 6s (3966 kB/s) [2021-03-20T17:52:30.479Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-20T17:52:30.479Z] Fetched 224 kB in 0s (0 B/s) [2021-03-20T17:52:30.479Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-20T17:52:30.479Z] Fetched 157 kB in 0s (0 B/s) [2021-03-20T17:52:30.479Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-20T17:52:30.479Z] Fetched 221 kB in 0s (0 B/s) [2021-03-20T17:52:30.479Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-20T17:52:30.479Z] Fetched 143 kB in 0s (0 B/s) [2021-03-20T17:52:30.479Z] Pulling app-service-config [2021-03-20T17:52:30.479Z] + snapcraftctl pull [2021-03-20T17:52:31.055Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-20T17:52:32.005Z] Pulling config-common [2021-03-20T17:52:32.005Z] + snapcraftctl pull [2021-03-20T17:52:38.613Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:52:38.613Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:52:38.613Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:52:38.613Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:52:38.613Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-20T17:52:38.613Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:52:38.613Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-20T17:52:38.613Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:52:38.613Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-20T17:52:38.613Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:52:38.613Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-20T17:52:38.613Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:52:38.613Z] Pulling edgex-go [2021-03-20T17:52:38.613Z] + snapcraftctl pull [2021-03-20T17:53:05.296Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-20T17:53:05.296Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-20T17:53:05.296Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-20T17:53:05.296Z] Fetched 0 B in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-20T17:53:05.296Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-20T17:53:05.296Z] Fetched 279 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-20T17:53:05.296Z] Fetched 122 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-20T17:53:05.296Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-20T17:53:05.296Z] Fetched 8848 B in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-20T17:53:05.296Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-20T17:53:05.296Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-20T17:53:05.296Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-20T17:53:05.296Z] Fetched 214 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-20T17:53:05.296Z] Fetched 154 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-20T17:53:05.296Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-20T17:53:05.296Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-20T17:53:05.296Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-20T17:53:05.296Z] Fetched 499 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-20T17:53:05.296Z] Fetched 111 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-20T17:53:05.296Z] Fetched 240 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-20T17:53:05.296Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-20T17:53:05.296Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-20T17:53:05.296Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-20T17:53:05.296Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-20T17:53:05.296Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-20T17:53:05.296Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-20T17:53:05.296Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-20T17:53:05.296Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-20T17:53:05.296Z] Fetched 8720 B in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-20T17:53:05.296Z] Fetched 137 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-20T17:53:05.296Z] Fetched 119 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-20T17:53:05.296Z] Fetched 109 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-20T17:53:05.296Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-20T17:53:05.296Z] Fetched 645 kB in 0s (0 B/s) [2021-03-20T17:53:05.296Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-20T17:53:05.296Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-20T17:53:05.297Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-20T17:53:05.297Z] Fetched 368 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-20T17:53:05.297Z] Fetched 187 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-20T17:53:05.297Z] Fetched 175 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-20T17:53:05.297Z] Fetched 206 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-20T17:53:05.297Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-20T17:53:05.297Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-20T17:53:05.297Z] Fetched 159 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-20T17:53:05.297Z] Fetched 107 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-20T17:53:05.297Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-20T17:53:05.297Z] Pulling static-packages [2021-03-20T17:53:05.297Z] + snapcraftctl pull [2021-03-20T17:53:05.297Z] Pulling version [2021-03-20T17:53:05.297Z] + cd /root/project [2021-03-20T17:53:05.297Z] + [ -f VERSION ] [2021-03-20T17:53:05.297Z] + PROJECT_VERSION=local-dev [2021-03-20T17:53:05.297Z] + git rev-parse --short HEAD [2021-03-20T17:53:05.297Z] + GIT_REVISION=a95ed040 [2021-03-20T17:53:05.297Z] + snapcraftctl set-version local-dev [2021-03-20T17:53:06.429Z] Skipping build go-build-helper (already ran) [2021-03-20T17:53:06.429Z] Building app-service-config [2021-03-20T17:53:06.429Z] + make build [2021-03-20T17:53:06.429Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-20T17:53:10.126Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-20T17:53:10.126Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-20T17:53:10.126Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-20T17:53:10.126Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-20T17:53:10.126Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-20T17:53:10.126Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-20T17:53:10.126Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-20T17:53:10.126Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-20T17:53:10.126Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-20T17:53:10.418Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-20T17:53:10.418Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-20T17:53:10.684Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-20T17:53:10.684Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-20T17:53:10.684Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-20T17:53:11.005Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-20T17:53:11.005Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-20T17:53:11.005Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-20T17:53:11.005Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-20T17:53:11.005Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-20T17:53:11.005Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-20T17:53:11.005Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-20T17:53:11.356Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-20T17:53:11.356Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-20T17:53:11.356Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-20T17:53:11.356Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-20T17:53:11.356Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-20T17:53:11.356Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-20T17:53:11.356Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-20T17:53:11.356Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-20T17:53:11.356Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-20T17:53:11.356Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-20T17:53:11.356Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-20T17:53:11.704Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-20T17:53:11.704Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-20T17:53:11.704Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-20T17:53:11.704Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-20T17:53:11.704Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-20T17:53:11.704Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-20T17:53:11.978Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-20T17:53:11.978Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-20T17:53:11.978Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-20T17:53:11.978Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-20T17:53:11.978Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-20T17:53:27.180Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-20T17:53:27.180Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-20T17:53:27.181Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-20T17:53:27.181Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-20T17:53:28.581Z] Building config-common [2021-03-20T17:53:28.581Z] + snapcraftctl build [2021-03-20T17:53:31.936Z] Building edgex-go [2021-03-20T17:53:32.516Z] + cd /root/parts/edgex-go/src [2021-03-20T17:53:32.516Z] + make build [2021-03-20T17:53:32.516Z] 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-03-20T17:53:33.511Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-20T17:53:33.511Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-20T17:53:33.511Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-20T17:53:33.511Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-20T17:53:33.511Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-20T17:53:33.511Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-20T17:53:33.511Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-20T17:53:33.511Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-20T17:53:33.511Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-20T17:53:33.780Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-20T17:53:33.780Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-20T17:53:40.470Z] 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-03-20T17:53:40.470Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-20T17:53:48.870Z] 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-03-20T17:53:50.280Z] 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-03-20T17:53:52.846Z] 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-03-20T17:53:53.428Z] 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-03-20T17:53:53.720Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-20T17:53:53.988Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-20T17:53:53.988Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-20T17:53:53.988Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-20T17:53:56.587Z] 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-03-20T17:53:56.855Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-20T17:53:56.855Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-20T17:53:59.458Z] 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-03-20T17:54:00.870Z] 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-03-20T17:54:00.870Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-20T17:54:02.868Z] 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-03-20T17:54:04.276Z] 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-03-20T17:54:04.542Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-20T17:54:06.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-20T17:54:06.787Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-20T17:54:10.186Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-20T17:54:10.186Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-20T17:54:10.186Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-20T17:54:10.186Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-20T17:54:10.186Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-20T17:54:10.186Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-20T17:54:10.186Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-20T17:54:10.186Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-20T17:54:10.186Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-20T17:54:10.186Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-20T17:54:10.186Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-20T17:54:14.446Z] Building static-packages [2021-03-20T17:54:14.446Z] + snapcraftctl build [2021-03-20T17:54:17.043Z] Building version [2021-03-20T17:54:17.043Z] + snapcraftctl build [2021-03-20T17:54:20.420Z] Skipping stage go-build-helper (already ran) [2021-03-20T17:54:20.420Z] Staging app-service-config [2021-03-20T17:54:20.420Z] + snapcraftctl stage [2021-03-20T17:54:21.400Z] Staging config-common [2021-03-20T17:54:21.400Z] + snapcraftctl stage [2021-03-20T17:54:22.363Z] Staging edgex-go [2021-03-20T17:54:22.363Z] + snapcraftctl stage [2021-03-20T17:54:23.766Z] Staging static-packages [2021-03-20T17:54:23.766Z] + snapcraftctl stage [2021-03-20T17:54:25.169Z] Staging version [2021-03-20T17:54:25.169Z] + snapcraftctl stage [2021-03-20T17:54:26.585Z] Priming go-build-helper [2021-03-20T17:54:26.585Z] + snapcraftctl prime [2021-03-20T17:54:27.560Z] Priming app-service-config [2021-03-20T17:54:27.560Z] + snapcraftctl prime [2021-03-20T17:54:29.522Z] Priming config-common [2021-03-20T17:54:29.522Z] + snapcraftctl prime [2021-03-20T17:54:30.486Z] Priming edgex-go [2021-03-20T17:54:30.486Z] + snapcraftctl prime [2021-03-20T17:54:31.904Z] Priming static-packages [2021-03-20T17:54:31.904Z] + snapcraftctl prime [2021-03-20T17:54:35.250Z] Priming version [2021-03-20T17:54:35.250Z] + snapcraftctl prime [2021-03-20T17:54:36.212Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-20T17:54:40.131Z] provisioning config files... [2021-03-20T17:54:40.148Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1965524861498611092tmp [Pipeline] { [Pipeline] sh [2021-03-20T17:54:40.641Z] + set +x [2021-03-20T17:54:40.641Z] + curl -s https://codecov.io/bash [2021-03-20T17:54:40.641Z] + bash -s -- [2021-03-20T17:54:41.278Z] [2021-03-20T17:54:41.278Z] _____ _ [2021-03-20T17:54:41.278Z] / ____| | | [2021-03-20T17:54:41.278Z] | | ___ __| | ___ ___ _____ __ [2021-03-20T17:54:41.278Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-20T17:54:41.278Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-20T17:54:41.278Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-20T17:54:41.278Z] Bash-20210309-2b87ace [2021-03-20T17:54:41.278Z] [2021-03-20T17:54:41.278Z] [2021-03-20T17:54:41.278Z] ==> git version 2.24.3 found [2021-03-20T17:54:41.278Z] ==> 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-03-20T17:54:41.278Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-20T17:54:41.278Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-20T17:54:41.278Z] ==> Jenkins CI detected. [2021-03-20T17:54:41.278Z] project root: . [2021-03-20T17:54:41.278Z] --> token set from env [2021-03-20T17:54:41.278Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-20T17:54:41.565Z] ==> Running gcov in . (disable via -X gcov) [2021-03-20T17:54:41.565Z] ==> Python coveragepy not found [2021-03-20T17:54:41.565Z] ==> Searching for coverage reports in: [2021-03-20T17:54:41.565Z] + . [2021-03-20T17:54:41.565Z] -> Found 1 reports [2021-03-20T17:54:41.565Z] ==> Detecting git/mercurial file structure [2021-03-20T17:54:41.843Z] ==> Reading reports [2021-03-20T17:54:41.843Z] + ./coverage.out bytes=650607 [2021-03-20T17:54:41.843Z] ==> Appending adjustments [2021-03-20T17:54:41.843Z] https://docs.codecov.io/docs/fixing-reports [2021-03-20T17:54:48.600Z] + Found adjustments [2021-03-20T17:54:48.600Z] ==> Gzipping contents [2021-03-20T17:54:48.600Z] 96K /tmp/codecov.LIxG29.gz [2021-03-20T17:54:48.600Z] ==> Uploading reports [2021-03-20T17:54:48.600Z] url: https://codecov.io [2021-03-20T17:54:48.600Z] query: branch=PR-3269&commit=a95ed040b1a2a92af1d85bcb18f5aad8b497af07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= [2021-03-20T17:54:48.600Z] -> Pinging Codecov [2021-03-20T17:54:48.600Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=a95ed040b1a2a92af1d85bcb18f5aad8b497af07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= [2021-03-20T17:54:48.871Z] -> Uploading to [2021-03-20T17:54:48.871Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/a95ed040b1a2a92af1d85bcb18f5aad8b497af07/d5e198fa-8b51-4787-a395-46b4588171f5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T175448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2c11c96b6456a74befcbbdca8e8991f740ae035b526224617869ac06a067aa32 [2021-03-20T17:54:48.871Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:54:48.871Z] Dload Upload Total Spent Left Speed [2021-03-20T17:54:49.459Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94984 0 0 100 94984 0 169k --:--:-- --:--:-- --:--:-- 169k [2021-03-20T17:54:49.459Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a95ed040b1a2a92af1d85bcb18f5aad8b497af07 [Pipeline] } [2021-03-20T17:54:49.470Z] 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] { (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-03-20T17:54:51.103Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:54:52.524Z] ---> package-listing.sh [2021-03-20T17:54:52.524Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:54:52.524Z] ++ facter osfamily [2021-03-20T17:54:52.792Z] + OS_FAMILY=redhat [2021-03-20T17:54:52.792Z] + workspace=/w/workspace/edgex-go/4 [2021-03-20T17:54:52.792Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:54:52.792Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:54:52.792Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:54:52.792Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:54:52.792Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-20T17:54:52.792Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:54:52.792Z] + case "${OS_FAMILY}" in [2021-03-20T17:54:52.792Z] + sort [2021-03-20T17:54:52.792Z] + rpm -qa [2021-03-20T17:54:59.605Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:54:59.605Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:54:59.605Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:54:59.605Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-20T17:54:59.605Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-20T17:54:59.605Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-20T17:54:59.664Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-20T17:55:00.064Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:55:01.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:55:01.043Z] [2021-03-20T17:55:01.043Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:55:01.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:55:02.118Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:55:02.118Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:55:02.118Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:55:02.118Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:55:02.118Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:55:02.118Z] 93b61091891f: Pulling fs layer [2021-03-20T17:55:02.118Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:55:02.118Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:55:02.118Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:55:02.118Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:55:02.118Z] 46f8f816bc3b: Waiting [2021-03-20T17:55:02.118Z] 93b61091891f: Waiting [2021-03-20T17:55:02.118Z] 93b9cdb0e59b: Waiting [2021-03-20T17:55:02.118Z] 5e14af77c1be: Waiting [2021-03-20T17:55:02.118Z] 01666e4c0597: Waiting [2021-03-20T17:55:02.118Z] aa168da1d23b: Waiting [2021-03-20T17:55:02.386Z] 36b3adc4ff6f: Download complete [2021-03-20T17:55:02.386Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:55:02.386Z] 46f8f816bc3b: Download complete [2021-03-20T17:55:02.386Z] df20fa9351a1: Download complete [2021-03-20T17:55:02.386Z] 93b9cdb0e59b: Verifying Checksum [2021-03-20T17:55:02.386Z] 93b9cdb0e59b: Download complete [2021-03-20T17:55:02.386Z] 93b61091891f: Verifying Checksum [2021-03-20T17:55:02.386Z] 93b61091891f: Download complete [2021-03-20T17:55:02.661Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:55:02.661Z] 5e14af77c1be: Download complete [2021-03-20T17:55:02.661Z] 01666e4c0597: Verifying Checksum [2021-03-20T17:55:02.661Z] 01666e4c0597: Download complete [2021-03-20T17:55:02.661Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:55:02.661Z] 8ad3a11d3b57: Download complete [2021-03-20T17:55:02.942Z] df20fa9351a1: Pull complete [2021-03-20T17:55:03.558Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:55:05.630Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:55:06.280Z] 46f8f816bc3b: Pull complete [2021-03-20T17:55:07.818Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:55:07.818Z] aa168da1d23b: Download complete [2021-03-20T17:55:08.117Z] 93b61091891f: Pull complete [2021-03-20T17:55:08.744Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:55:09.015Z] 5e14af77c1be: Pull complete [2021-03-20T17:55:10.018Z] 01666e4c0597: Pull complete [2021-03-20T17:55:32.455Z] aa168da1d23b: Pull complete [2021-03-20T17:55:32.455Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:55:32.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:55:32.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:55:33.045Z] prd-centos7-docker-4c-2g-30733 does not seem to be running inside a container [2021-03-20T17:55:33.186Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-03-20T17:55:38.159Z] $ docker top 4aac14604a44259f1cb8f138193edfd44541be1a366b13b4f2cd6b77e8ae0528 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:55:39.325Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:55:40.012Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:55:41.061Z] + ls /var/log/sa-host [2021-03-20T17:55:41.061Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:55:41.061Z] file_magic: OK [2021-03-20T17:55:41.061Z] HZ: Using current value: 100 [2021-03-20T17:55:41.061Z] file_header: OK [2021-03-20T17:55:41.061Z] 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-03-20T17:55:41.061Z] Statistics: [2021-03-20T17:55:41.061Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-20T17:55:41.061Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:55:41.061Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:55:41.061Z] file_magic: OK [2021-03-20T17:55:41.061Z] HZ: Using current value: 100 [2021-03-20T17:55:41.061Z] file_header: OK [2021-03-20T17:55:41.061Z] 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-03-20T17:55:41.061Z] Statistics: [2021-03-20T17:55:41.061Z] Hnuu...uuuununununu... [2021-03-20T17:55:41.061Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:55:41.280Z] provisioning config files... [2021-03-20T17:55:41.323Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8708040938743208261tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:55:41.391Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:55:41.737Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:55:42.025Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:55:42.117Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:55:42.778Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:55:42.798Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:55:43.439Z] ---> sudo-logs.sh [2021-03-20T17:55:43.440Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:55:43.497Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:55:44.165Z] ---> job-cost.sh [2021-03-20T17:55:44.165Z] lf-activate-venv: SKIPPING [2021-03-20T17:55:44.165Z] DEBUG: total: 0.20999999344348907 [2021-03-20T17:55:44.165Z] INFO: Retrieving Stack Cost... [2021-03-20T17:55:46.129Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:55:46.417Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:55:46.450Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:55:46.780Z] ---> logs-deploy.sh [2021-03-20T17:55:46.780Z] lf-activate-venv: SKIPPING [2021-03-20T17:55:46.780Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/4 [2021-03-20T17:55:46.780Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:55:51.229Z] Archives upload complete. [2021-03-20T17:55:51.543Z] INFO: archiving logs to Nexus