Pull request #3228 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1+f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (9ab86a079e47c55e78ee8f2e64b0d9b4244ad2d9) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Running on prd-centos7-docker-4c-2g-28739 in /w/workspace/edgexfoundry_edgex-go_PR-3228 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 > 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/3228/head:refs/remotes/origin/PR-3228 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 Checking out Revision 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 (PR-3228) > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # 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 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 Commit message: "Merge branch 'master' into proxy-setup-config" > git rev-list --no-walk 581ae7452407347f2198823b46abb8b0879b19ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T18:43:24.517Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T18:43:24.768Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T18:43:24.857Z] ========================================================= [2021-03-05T18:43:24.858Z] EdgeX Global Pipelines Version Info [2021-03-05T18:43:24.858Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:43:27.039Z] ------------------- [2021-03-05T18:43:27.039Z] stable info: [2021-03-05T18:43:27.039Z] ------------------- [2021-03-05T18:43:27.039Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T18:43:27.039Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T18:43:27.039Z] Message: update stable to v1.0.184 [2021-03-05T18:43:28.130Z] ------------------- [2021-03-05T18:43:28.130Z] experimental info: [2021-03-05T18:43:28.130Z] ------------------- [2021-03-05T18:43:28.130Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T18:43:28.130Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T18:43:28.130Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T18:43:28.439Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T18:43:28.523Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T18:43:28.607Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T18:43:28.692Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T18:43:28.774Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T18:43:28.889Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T18:43:28.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T18:43:29.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T18:43:29.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T18:43:29.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T18:43:29.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T18:43:29.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T18:43:29.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T18:43:29.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T18:43:29.696Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T18:43:29.779Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T18:43:29.865Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T18:43:29.952Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T18:43:30.051Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T18:43:30.185Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T18:43:30.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T18:43:30.389Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T18:43:30.490Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3228 [Pipeline] echo [2021-03-05T18:43:30.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3228 [Pipeline] echo [2021-03-05T18:43:30.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3228 [Pipeline] echo [2021-03-05T18:43:30.767Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [Pipeline] echo [2021-03-05T18:43:30.894Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75b1490 [Pipeline] echo [2021-03-05T18:43:30.978Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:43:31.145Z] provisioning config files... [2021-03-05T18:43:31.180Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5528458410100889442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:43:31.567Z] ---> docker-login.sh [2021-03-05T18:43:31.567Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:43:32.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:43:33.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:43:33.283Z] Configure a credential helper to remove this warning. See [2021-03-05T18:43:33.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:43:33.283Z] [2021-03-05T18:43:33.283Z] Login Succeeded [2021-03-05T18:43:33.283Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:43:33.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:43:33.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:43:33.550Z] Configure a credential helper to remove this warning. See [2021-03-05T18:43:33.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:43:33.550Z] [2021-03-05T18:43:33.550Z] Login Succeeded [2021-03-05T18:43:33.550Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:43:33.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:43:33.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:43:33.823Z] Configure a credential helper to remove this warning. See [2021-03-05T18:43:33.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:43:33.823Z] [2021-03-05T18:43:33.823Z] Login Succeeded [2021-03-05T18:43:33.823Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:43:34.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:43:34.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:43:34.419Z] Configure a credential helper to remove this warning. See [2021-03-05T18:43:34.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:43:34.419Z] [2021-03-05T18:43:34.419Z] Login Succeeded [2021-03-05T18:43:34.419Z] docker.io [2021-03-05T18:43:34.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:43:34.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:43:34.686Z] Configure a credential helper to remove this warning. See [2021-03-05T18:43:34.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:43:34.686Z] [2021-03-05T18:43:34.686Z] Login Succeeded [2021-03-05T18:43:34.686Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:43:34.699Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:43:35.186Z] ++ 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-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T18:43:35.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:43:35.186Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T18:43:35.186Z] ++ cut -d/ -f2 [2021-03-05T18:43:35.186Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T18:43:35.318Z] 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-05T18:43:36.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:43:36.216Z] [2021-03-05T18:43:36.216Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:43:36.578Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:43:36.578Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T18:43:36.578Z] 31603596830f: Pulling fs layer [2021-03-05T18:43:36.578Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T18:43:36.578Z] 6ca5941a6612: Pulling fs layer [2021-03-05T18:43:36.578Z] ecc8261a40a4: Pulling fs layer [2021-03-05T18:43:36.578Z] ecc8261a40a4: Waiting [2021-03-05T18:43:36.578Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T18:43:36.578Z] 2a8b12db71e7: Download complete [2021-03-05T18:43:36.860Z] 31603596830f: Verifying Checksum [2021-03-05T18:43:36.860Z] 31603596830f: Download complete [2021-03-05T18:43:37.135Z] ecc8261a40a4: Verifying Checksum [2021-03-05T18:43:37.135Z] ecc8261a40a4: Download complete [2021-03-05T18:43:37.135Z] 6ca5941a6612: Verifying Checksum [2021-03-05T18:43:37.135Z] 6ca5941a6612: Download complete [2021-03-05T18:43:37.724Z] 31603596830f: Pull complete [2021-03-05T18:43:37.997Z] 2a8b12db71e7: Pull complete [2021-03-05T18:43:39.471Z] 6ca5941a6612: Pull complete [2021-03-05T18:43:40.532Z] ecc8261a40a4: Pull complete [2021-03-05T18:43:40.532Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T18:43:40.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:43:40.532Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T18:43:41.621Z] prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container [2021-03-05T18:43:42.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T18:43:46.836Z] $ docker top 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T18:43:47.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:43:47.659Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:43:49.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:43:49.032Z] $ docker exec 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent [2021-03-05T18:43:49.317Z] SSH_AUTH_SOCK=/tmp/ssh-k0rgkIcMIzMH/agent.11 [2021-03-05T18:43:49.317Z] SSH_AGENT_PID=17 [2021-03-05T18:43:49.333Z] Running ssh-add (command line suppressed) [2021-03-05T18:43:49.648Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_476013627569563154.key (/w/workspace/edgex-go/3@tmp/private_key_476013627569563154.key) [2021-03-05T18:43:49.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:43:50.528Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T18:43:50.951Z] $ docker exec --env ******** --env ******** 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent -k [2021-03-05T18:43:51.426Z] unset SSH_AUTH_SOCK; [2021-03-05T18:43:51.426Z] unset SSH_AGENT_PID; [2021-03-05T18:43:51.427Z] echo Agent pid 17 killed; [2021-03-05T18:43:51.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T18:43:51.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:43:51.842Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:43:52.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:43:52.309Z] $ docker exec 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent [2021-03-05T18:43:52.587Z] SSH_AUTH_SOCK=/tmp/ssh-NZtDUHgKLyfJ/agent.46 [2021-03-05T18:43:52.587Z] SSH_AGENT_PID=51 [2021-03-05T18:43:52.596Z] Running ssh-add (command line suppressed) [2021-03-05T18:43:52.806Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3027688929851264032.key (/w/workspace/edgex-go/3@tmp/private_key_3027688929851264032.key) [2021-03-05T18:43:52.949Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:43:53.296Z] + git semver init [2021-03-05T18:43:53.296Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T18:43:53.296Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-05T18:43:53.296Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-05T18:43:53.296Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T18:43:53.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T18:43:53.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T18:43:53.296Z] # $SEMVER_BRANCH = PR-3228 [2021-03-05T18:43:53.296Z] # $SEMVER_TEMP = /tmp/semver-229903663 [2021-03-05T18:43:53.296Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T18:44:40.607Z] # '/tmp/semver-229903663' -> '/w/workspace/edgex-go/3/.semver' [2021-03-05T18:44:40.607Z] # -> Force: false [2021-03-05T18:44:40.607Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-05T18:44:40.723Z] $ docker exec --env ******** --env ******** 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent -k [2021-03-05T18:44:42.564Z] unset SSH_AUTH_SOCK; [2021-03-05T18:44:42.565Z] unset SSH_AGENT_PID; [2021-03-05T18:44:42.565Z] echo Agent pid 51 killed; [2021-03-05T18:44:43.008Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:44:44.113Z] + git semver [Pipeline] } [2021-03-05T18:44:44.402Z] $ docker stop --time=1 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f [2021-03-05T18:44:46.516Z] $ docker rm -f 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T18:44:47.635Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T18:44:49.481Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T18:44:49.485Z] [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-05T18:44:50.393Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:44:50.725Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:44:51.062Z] + true [2021-03-05T18:44:51.062Z] + sudo service docker restart [2021-03-05T18:44:51.062Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T18:44:52.626Z] ========================================================= [2021-03-05T18:44:52.626Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T18:44:52.626Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:44:53.291Z] + 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-05T18:45:04.860Z] Still waiting to schedule task [2021-03-05T18:45:04.861Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-05T18:45:05.972Z] Sending build context to Docker daemon 328.3MB [2021-03-05T18:45:05.973Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T18:45:05.973Z] Step 2/6 : FROM ${BASE} [2021-03-05T18:45:05.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T18:45:05.973Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T18:45:05.973Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T18:45:05.973Z] de9db76c5a1d: Pulling fs layer [2021-03-05T18:45:05.973Z] bca2f99d35d6: Pulling fs layer [2021-03-05T18:45:05.973Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T18:45:05.973Z] 7c6f9722023f: Pulling fs layer [2021-03-05T18:45:05.973Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T18:45:05.973Z] bca2f99d35d6: Waiting [2021-03-05T18:45:05.973Z] 93359f2a8cfa: Waiting [2021-03-05T18:45:05.973Z] 7c6f9722023f: Waiting [2021-03-05T18:45:05.973Z] a35cf1a2eb13: Waiting [2021-03-05T18:45:05.973Z] de9db76c5a1d: Verifying Checksum [2021-03-05T18:45:05.973Z] de9db76c5a1d: Download complete [2021-03-05T18:45:05.973Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T18:45:05.973Z] 0ef7d3d256c8: Download complete [2021-03-05T18:45:05.973Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T18:45:05.973Z] 93359f2a8cfa: Download complete [2021-03-05T18:45:05.973Z] 7c6f9722023f: Verifying Checksum [2021-03-05T18:45:05.973Z] 7c6f9722023f: Download complete [2021-03-05T18:45:05.973Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T18:45:05.973Z] 188c0c94c7c5: Download complete [2021-03-05T18:45:06.604Z] 188c0c94c7c5: Pull complete [2021-03-05T18:45:06.931Z] 0ef7d3d256c8: Pull complete [2021-03-05T18:45:08.637Z] de9db76c5a1d: Pull complete [2021-03-05T18:45:10.128Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T18:45:10.128Z] a35cf1a2eb13: Download complete [2021-03-05T18:45:11.633Z] bca2f99d35d6: Verifying Checksum [2021-03-05T18:45:11.633Z] bca2f99d35d6: Download complete [2021-03-05T18:45:27.182Z] bca2f99d35d6: Pull complete [2021-03-05T18:45:27.182Z] 93359f2a8cfa: Pull complete [2021-03-05T18:45:28.625Z] 7c6f9722023f: Pull complete [2021-03-05T18:45:37.053Z] a35cf1a2eb13: Pull complete [2021-03-05T18:45:37.053Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T18:45:37.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T18:45:37.053Z] ---> a62c8e92a672 [2021-03-05T18:45:37.053Z] 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-05T18:45:37.053Z] ---> Running in ae9c44c56649 [2021-03-05T18:45:39.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:45:39.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:45:40.162Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T18:45:40.467Z] (2/12) Installing file (5.38-r0) [2021-03-05T18:45:40.467Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T18:45:40.743Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T18:45:46.586Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T18:45:46.586Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T18:45:46.586Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T18:45:46.586Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T18:45:46.586Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T18:45:46.586Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T18:45:46.586Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T18:45:46.586Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T18:45:46.586Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:45:46.586Z] OK: 233 MiB in 51 packages [2021-03-05T18:45:55.285Z] Removing intermediate container ae9c44c56649 [2021-03-05T18:45:55.285Z] ---> 304e557ce59f [2021-03-05T18:45:55.285Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T18:45:55.285Z] ---> Running in 3569c638bd4a [2021-03-05T18:45:55.285Z] Removing intermediate container 3569c638bd4a [2021-03-05T18:45:55.285Z] ---> 56a533c5f26b [2021-03-05T18:45:55.285Z] Step 5/6 : COPY go.mod . [2021-03-05T18:45:55.285Z] ---> 5c01e8dc6d94 [2021-03-05T18:45:55.285Z] Step 6/6 : RUN go mod download [2021-03-05T18:45:55.285Z] ---> Running in 64ed0c37bbcc [2021-03-05T18:46:53.471Z] Removing intermediate container 64ed0c37bbcc [2021-03-05T18:46:53.471Z] ---> 48a24ec47e52 [2021-03-05T18:46:53.471Z] Successfully built 48a24ec47e52 [2021-03-05T18:46:53.471Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:46:55.198Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T18:46:56.020Z] . [Pipeline] withDockerContainer [2021-03-05T18:46:56.743Z] prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container [2021-03-05T18:46:56.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T18:47:01.095Z] $ docker top 3b6059bd10f8ab046da7d716d25a63d0027093b94d7e22f357f01a43289c0ff3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:47:03.736Z] + go version [2021-03-05T18:47:03.736Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T18:47:03.780Z] $ docker stop --time=1 3b6059bd10f8ab046da7d716d25a63d0027093b94d7e22f357f01a43289c0ff3 [2021-03-05T18:47:07.239Z] $ docker rm -f 3b6059bd10f8ab046da7d716d25a63d0027093b94d7e22f357f01a43289c0ff3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:47:08.621Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T18:47:08.937Z] . [Pipeline] withDockerContainer [2021-03-05T18:47:09.340Z] prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container [2021-03-05T18:47:09.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T18:47:12.642Z] $ docker top d36dfca5d2139d4777d39bd7bbd87d04d8f05f178198f9d809a6f46121c98aa8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T18:47:12.995Z] ========================================================= [2021-03-05T18:47:12.995Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T18:47:12.995Z] ========================================================= [Pipeline] sh [2021-03-05T18:47:13.320Z] + make test [2021-03-05T18:47:13.320Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T18:47:53.841Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T18:49:02.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T18:49:02.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T18:49:04.972Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T18:49:04.972Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T18:49:09.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T18:49:09.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T18:49:09.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T18:49:10.201Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T18:49:15.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T18:49:17.779Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T18:49:30.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T18:49:30.526Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T18:49:30.526Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T18:49:42.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 2.908s coverage: 45.9% of statements [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T18:49:42.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T18:49:42.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.534s coverage: 100.0% of statements [2021-03-05T18:49:51.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.996s coverage: 27.1% of statements [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T18:49:51.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.724s coverage: 100.0% of statements [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T18:49:51.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.299s coverage: 100.0% of statements [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T18:49:51.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 66.2% of statements [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T18:49:51.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T18:49:55.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.973s coverage: 82.4% of statements [2021-03-05T18:49:55.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T18:49:55.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:49:55.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T18:49:55.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T18:50:05.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.500s coverage: 28.6% of statements [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T18:50:05.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.313s coverage: 100.0% of statements [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T18:50:05.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.381s coverage: 100.0% of statements [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T18:50:05.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T18:50:05.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T18:50:05.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.329s coverage: 78.3% of statements [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T18:50:05.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T18:50:10.678Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28747 in /w/workspace/edgexfoundry_edgex-go_PR-3228 [Pipeline] { [Pipeline] ws [2021-03-05T18:50:10.733Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.738s coverage: 92.8% of statements [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.099s coverage: 58.8% of statements [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.141s coverage: 0.1% of statements [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T18:50:13.198Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.139s coverage: 79.5% of statements [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.183s coverage: 96.3% of statements [2021-03-05T18:50:13.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-03-05T18:50:16.845Z] using credential edgex-jenkins-ssh [2021-03-05T18:50:16.919Z] Cloning the remote Git repository [2021-03-05T18:50:17.018Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:50:17.162Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-05T18:50:17.280Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:50:17.281Z] > git --version # timeout=10 [2021-03-05T18:50:17.312Z] > git --version # 'git version 2.17.1' [2021-03-05T18:50:17.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:50:17.400Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T18:50:26.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.126s coverage: 94.4% of statements [2021-03-05T18:50:26.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.134s coverage: 44.8% of statements [2021-03-05T18:50:26.198Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.387s coverage: 81.4% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.129s coverage: 92.9% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.6% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.365s coverage: 62.4% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 69.0% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.193s coverage: 38.4% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.140s coverage: 89.5% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.0% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T18:50:41.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T18:50:41.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T18:50:42.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.240s coverage: 88.5% of statements [2021-03-05T18:50:42.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T18:50:42.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:50:42.546Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T18:50:44.950Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.516s coverage: 29.1% of statements [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T18:50:44.950Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T18:50:44.950Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T18:50:44.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T18:50:45.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 95.6% of statements [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T18:50:45.221Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T18:50:45.221Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T18:50:45.221Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T18:50:46.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-03-05T18:50:46.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T18:50:46.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T18:50:46.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2021-03-05T18:50:46.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.041s coverage: 32.1% of statements [2021-03-05T18:50:46.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-03-05T18:50:47.907Z] GO111MODULE=on go vet ./... [2021-03-05T18:50:48.733Z] Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T18:50:49.389Z] Merge succeeded, producing 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T18:50:49.390Z] Checking out Revision 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 (PR-3228) [2021-03-05T18:50:47.675Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T18:50:47.700Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T18:50:47.734Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T18:50:47.779Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:50:47.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:50:47.799Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3228/head:refs/remotes/origin/PR-3228 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T18:50:48.760Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T18:50:48.781Z] > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 [2021-03-05T18:50:49.253Z] > git remote # timeout=10 [2021-03-05T18:50:49.282Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T18:50:49.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:50:49.342Z] > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 [2021-03-05T18:50:49.373Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T18:50:49.402Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T18:50:49.430Z] > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 [2021-03-05T18:50:54.129Z] Commit message: "Merge branch 'master' into proxy-setup-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T18:50:55.692Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:50:56.194Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:50:56.550Z] + sudo service docker restart [2021-03-05T18:50:56.550Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:50:59.255Z] provisioning config files... [2021-03-05T18:50:59.304Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3977103554833435180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:50:59.729Z] ---> docker-login.sh [2021-03-05T18:50:59.729Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:51:00.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:51:01.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:51:01.330Z] Configure a credential helper to remove this warning. See [2021-03-05T18:51:01.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:51:01.330Z] [2021-03-05T18:51:01.330Z] Login Succeeded [2021-03-05T18:51:01.330Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:51:01.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:51:01.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:51:01.883Z] Configure a credential helper to remove this warning. See [2021-03-05T18:51:01.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:51:01.883Z] [2021-03-05T18:51:01.883Z] Login Succeeded [2021-03-05T18:51:01.883Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:51:02.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:51:02.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:51:02.485Z] Configure a credential helper to remove this warning. See [2021-03-05T18:51:02.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:51:02.485Z] [2021-03-05T18:51:02.485Z] Login Succeeded [2021-03-05T18:51:02.485Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:51:03.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:51:03.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:51:03.087Z] Configure a credential helper to remove this warning. See [2021-03-05T18:51:03.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:51:03.087Z] [2021-03-05T18:51:03.087Z] Login Succeeded [2021-03-05T18:51:03.087Z] docker.io [2021-03-05T18:51:03.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:51:04.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:51:04.012Z] Configure a credential helper to remove this warning. See [2021-03-05T18:51:04.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:51:04.012Z] [2021-03-05T18:51:04.012Z] Login Succeeded [2021-03-05T18:51:04.012Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:51:04.034Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T18:51:04.672Z] ========================================================= [2021-03-05T18:51:04.672Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T18:51:04.672Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:51:05.070Z] + 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-05T18:51:07.730Z] Sending build context to Docker daemon 166.6MB [2021-03-05T18:51:07.730Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T18:51:07.730Z] Step 2/6 : FROM ${BASE} [2021-03-05T18:51:07.731Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T18:51:07.731Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T18:51:07.731Z] a4357932f1b6: Pulling fs layer [2021-03-05T18:51:07.731Z] 18c013af1878: Pulling fs layer [2021-03-05T18:51:07.731Z] 00ac8860ef70: Pulling fs layer [2021-03-05T18:51:07.731Z] 63d7cb157983: Pulling fs layer [2021-03-05T18:51:07.731Z] b116817d02f9: Pulling fs layer [2021-03-05T18:51:07.731Z] 745a02a5169b: Pulling fs layer [2021-03-05T18:51:07.731Z] 63d7cb157983: Waiting [2021-03-05T18:51:07.731Z] b116817d02f9: Waiting [2021-03-05T18:51:07.731Z] 745a02a5169b: Waiting [2021-03-05T18:51:07.731Z] 00ac8860ef70: Waiting [2021-03-05T18:51:07.731Z] 18c013af1878: Download complete [2021-03-05T18:51:07.731Z] a4357932f1b6: Download complete [2021-03-05T18:51:07.731Z] 63d7cb157983: Download complete [2021-03-05T18:51:08.007Z] b116817d02f9: Verifying Checksum [2021-03-05T18:51:08.007Z] b116817d02f9: Download complete [2021-03-05T18:51:08.007Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T18:51:08.007Z] 5f621e34cdf4: Download complete [2021-03-05T18:51:08.614Z] 5f621e34cdf4: Pull complete [2021-03-05T18:51:09.225Z] a4357932f1b6: Pull complete [2021-03-05T18:51:09.839Z] 18c013af1878: Pull complete [2021-03-05T18:51:10.826Z] 745a02a5169b: Verifying Checksum [2021-03-05T18:51:10.826Z] 745a02a5169b: Download complete [2021-03-05T18:51:11.812Z] 00ac8860ef70: Verifying Checksum [2021-03-05T18:51:11.813Z] 00ac8860ef70: Download complete [2021-03-05T18:51:22.010Z] 00ac8860ef70: Pull complete [2021-03-05T18:51:22.010Z] 63d7cb157983: Pull complete [2021-03-05T18:51:22.285Z] b116817d02f9: Pull complete [2021-03-05T18:51:25.724Z] 745a02a5169b: Pull complete [2021-03-05T18:51:25.724Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T18:51:25.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T18:51:25.724Z] ---> b7e6874047d6 [2021-03-05T18:51:25.724Z] 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-05T18:51:30.049Z] ---> Running in 7490f0dd3c29 [2021-03-05T18:51:31.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:51:31.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:51:32.611Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T18:51:32.611Z] (2/12) Installing file (5.38-r0) [2021-03-05T18:51:32.885Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T18:51:32.885Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T18:51:36.273Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T18:51:36.273Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T18:51:36.273Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T18:51:36.273Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T18:51:36.547Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T18:51:36.547Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T18:51:36.547Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T18:51:36.822Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T18:51:36.822Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:51:36.822Z] OK: 217 MiB in 51 packages [2021-03-05T18:51:41.143Z] Removing intermediate container 7490f0dd3c29 [2021-03-05T18:51:41.143Z] ---> 49796c46cb8f [2021-03-05T18:51:41.143Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T18:51:41.418Z] ---> Running in 68a2fc4081d4 [2021-03-05T18:51:42.022Z] Removing intermediate container 68a2fc4081d4 [2021-03-05T18:51:42.022Z] ---> 0fccc9d20ea8 [2021-03-05T18:51:42.022Z] Step 5/6 : COPY go.mod . [2021-03-05T18:51:42.619Z] ---> 3048ab8a79a5 [2021-03-05T18:51:42.619Z] Step 6/6 : RUN go mod download [2021-03-05T18:51:42.901Z] ---> Running in 248be88fbef1 [2021-03-05T18:52:15.283Z] Removing intermediate container 248be88fbef1 [2021-03-05T18:52:15.283Z] ---> 0a307382f0bb [2021-03-05T18:52:15.283Z] Successfully built 0a307382f0bb [2021-03-05T18:52:15.283Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:52:15.645Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T18:52:15.645Z] . [Pipeline] withDockerContainer [2021-03-05T18:52:15.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container [2021-03-05T18:52:16.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T18:52:17.752Z] $ docker top f2dc10893c690ecd958b3ea6c0e0d55df233304052024a0b68df5b85173644be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:52:18.872Z] + go version [2021-03-05T18:52:18.872Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T18:52:18.905Z] $ docker stop --time=1 f2dc10893c690ecd958b3ea6c0e0d55df233304052024a0b68df5b85173644be [2021-03-05T18:52:20.920Z] $ docker rm -f f2dc10893c690ecd958b3ea6c0e0d55df233304052024a0b68df5b85173644be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:52:21.997Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T18:52:21.997Z] . [Pipeline] withDockerContainer [2021-03-05T18:52:22.294Z] prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container [2021-03-05T18:52:22.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T18:52:23.911Z] $ docker top 125f13455c49506b410a7844e422c48101bd7c2a41dc748f57c5f5bd826755ee -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T18:52:24.320Z] ========================================================= [2021-03-05T18:52:24.320Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T18:52:24.320Z] ========================================================= [Pipeline] sh [2021-03-05T18:52:24.976Z] + make test [2021-03-05T18:52:24.977Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T18:52:27.168Z] gofmt -l . [2021-03-05T18:52:27.168Z] [ "`gofmt -l .`" = "" ] [2021-03-05T18:52:27.168Z] ./bin/test-go-mod-tidy.sh [2021-03-05T18:52:27.168Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T18:52:30.444Z] + ls -al . [2021-03-05T18:52:30.444Z] total 732 [2021-03-05T18:52:30.444Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 18:52 . [2021-03-05T18:52:30.444Z] drwxr-xr-x 4 root root 28 Mar 5 18:47 .. [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 18:43 .dockerignore [2021-03-05T18:52:30.444Z] drwxrwxr-x 8 1001 1001 179 Mar 5 18:43 .git [2021-03-05T18:52:30.444Z] drwxrwxr-x 3 1001 1001 125 Mar 5 18:43 .github [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 18:43 .gitignore [2021-03-05T18:52:30.444Z] drwx------ 3 1001 1001 60 Mar 5 18:44 .semver [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 18:43 .sonarcloud.properties [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:43 Attribution.txt [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:43 CONTRIBUTING.md [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 18:43 Dockerfile.build [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 18:43 Jenkinsfile [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:43 LICENSE [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:43 Makefile [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:43 README.md [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:43 SECURITY.md [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 18:44 VERSION [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:43 ZMQWindows.md [2021-03-05T18:52:30.444Z] drwxrwxr-x 2 1001 1001 117 Mar 5 18:43 bin [2021-03-05T18:52:30.444Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 18:43 cmd [2021-03-05T18:52:30.444Z] -rw-r--r-- 1 root root 621194 Mar 5 18:50 coverage.out [2021-03-05T18:52:30.444Z] -rw-r--r-- 1 root root 1055 Mar 5 18:52 go.mod [2021-03-05T18:52:30.444Z] -rw-r--r-- 1 root root 21699 Mar 5 18:52 go.sum [2021-03-05T18:52:30.444Z] drwxrwxr-x 8 1001 1001 127 Mar 5 18:43 internal [2021-03-05T18:52:30.444Z] drwxrwxr-x 4 1001 1001 26 Mar 5 18:43 openapi [2021-03-05T18:52:30.444Z] drwxrwxr-x 4 1001 1001 71 Mar 5 18:43 snap [2021-03-05T18:52:30.444Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 18:43 version.go [Pipeline] sh [2021-03-05T18:52:30.902Z] + '[' -e coverage.out ] [2021-03-05T18:52:30.902Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T18:52:31.603Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T18:52:32.356Z] + make build [2021-03-05T18:52:32.861Z] 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-05T18:52:44.075Z] 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-05T18:52:51.798Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T18:53:32.816Z] 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-05T18:53:32.816Z] 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-05T18:53:32.816Z] 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-05T18:53:32.816Z] 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-05T18:53:38.695Z] 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-05T18:53:45.765Z] 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-05T18:53:48.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T18:53:48.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T18:53:51.670Z] 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-05T18:53:55.316Z] 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-05T18:53:59.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T18:53:59.190Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T18:54:00.161Z] 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-05T18:54:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T18:54:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T18:54:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T18:54:00.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T18:54:03.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T18:54:03.814Z] 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-05T18:54:04.243Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T18:54:12.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T18:54:12.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T18:54:12.551Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] } [2021-03-05T18:54:13.833Z] $ docker stop --time=1 d36dfca5d2139d4777d39bd7bbd87d04d8f05f178198f9d809a6f46121c98aa8 [2021-03-05T18:54:17.543Z] $ docker rm -f d36dfca5d2139d4777d39bd7bbd87d04d8f05f178198f9d809a6f46121c98aa8 [2021-03-05T18:54:18.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 45.9% of statements [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T18:54:18.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T18:54:18.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:54:21.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:54:23.648Z] [2021-03-05T18:54:23.648Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:54:24.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:54:24.439Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T18:54:24.439Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T18:54:24.439Z] ca9280d653b3: Pulling fs layer [2021-03-05T18:54:24.439Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T18:54:24.774Z] cbdbe7a5bc2a: Download complete [2021-03-05T18:54:25.877Z] cbdbe7a5bc2a: Pull complete [2021-03-05T18:54:26.175Z] ca9280d653b3: Verifying Checksum [2021-03-05T18:54:26.175Z] ca9280d653b3: Download complete [2021-03-05T18:54:26.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.569s coverage: 27.1% of statements [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T18:54:26.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T18:54:26.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T18:54:26.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.223s coverage: 66.2% of statements [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T18:54:26.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T18:54:28.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 82.4% of statements [2021-03-05T18:54:28.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T18:54:28.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:54:28.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T18:54:28.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T18:54:29.079Z] ca9280d653b3: Pull complete [2021-03-05T18:54:29.079Z] 7e9c9ca2126c: Verifying Checksum [2021-03-05T18:54:29.079Z] 7e9c9ca2126c: Download complete [2021-03-05T18:54:33.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.097s coverage: 28.6% of statements [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T18:54:33.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T18:54:33.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-03-05T18:54:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T18:54:34.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements [2021-03-05T18:54:34.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T18:54:34.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.435s coverage: 97.5% of statements [2021-03-05T18:54:34.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T18:54:35.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-03-05T18:54:35.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T18:54:35.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T18:54:35.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T18:54:35.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T18:54:45.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.280s coverage: 92.8% of statements [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T18:54:45.797Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-03-05T18:54:45.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T18:54:45.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T18:54:45.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements [2021-03-05T18:54:45.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T18:54:45.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T18:54:45.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T18:54:45.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-03-05T18:54:45.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 79.5% of statements [2021-03-05T18:54:45.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2021-03-05T18:54:45.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-03-05T18:54:45.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-03-05T18:54:47.640Z] 7e9c9ca2126c: Pull complete [2021-03-05T18:54:47.640Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T18:54:47.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:54:47.640Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T18:54:48.395Z] prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container [2021-03-05T18:54:48.491Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T18:54:51.640Z] $ docker top 1506fb0e73c4e60d22aec0dd45124b477d5b61e7e9af3942dc5789081eb25853 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:54:52.228Z] + docker-compose build --help [2021-03-05T18:54:52.228Z] + grep parallel [2021-03-05T18:54:56.569Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T18:54:56.590Z] $ docker stop --time=1 1506fb0e73c4e60d22aec0dd45124b477d5b61e7e9af3942dc5789081eb25853 [2021-03-05T18:54:58.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-03-05T18:54:58.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements [2021-03-05T18:54:58.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.101s coverage: 81.4% of statements [2021-03-05T18:54:58.275Z] $ docker rm -f 1506fb0e73c4e60d22aec0dd45124b477d5b61e7e9af3942dc5789081eb25853 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:54:59.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T18:54:59.051Z] . [Pipeline] withDockerContainer [2021-03-05T18:54:59.460Z] prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container [2021-03-05T18:54:59.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T18:55:03.093Z] $ docker top e28169d64f6d8380c85a1b02a85a6e82de9a81f9fc44211b51d2103ce56d0cad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:55:03.709Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T18:55:05.138Z] Building docker-core-command-go ... [2021-03-05T18:55:05.138Z] Building docker-core-data-go ... [2021-03-05T18:55:05.138Z] Building docker-core-metadata-go ... [2021-03-05T18:55:05.138Z] Building docker-security-bootstrapper-go ... [2021-03-05T18:55:05.138Z] Building docker-security-proxy-setup-go ... [2021-03-05T18:55:05.138Z] Building docker-security-secretstore-setup-go ... [2021-03-05T18:55:05.138Z] Building docker-support-notifications-go ... [2021-03-05T18:55:05.138Z] Building docker-support-scheduler-go ... [2021-03-05T18:55:05.138Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T18:55:05.138Z] Building docker-support-scheduler-go [2021-03-05T18:55:05.138Z] Building docker-support-notifications-go [2021-03-05T18:55:05.138Z] Building docker-security-bootstrapper-go [2021-03-05T18:55:05.138Z] Building docker-security-proxy-setup-go [2021-03-05T18:55:05.138Z] Building docker-core-data-go [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.6% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.483s coverage: 62.4% of statements [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T18:55:13.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-03-05T18:55:13.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-05T18:55:14.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.870s coverage: 69.0% of statements [2021-03-05T18:55:14.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T18:55:14.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T18:55:14.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-05T18:55:17.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.474s coverage: 38.4% of statements [2021-03-05T18:55:17.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T18:55:17.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T18:55:17.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.132s coverage: 89.5% of statements [2021-03-05T18:55:17.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T18:55:17.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-03-05T18:55:24.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T18:55:24.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T18:55:24.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T18:55:24.143Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.374s coverage: 88.5% of statements [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:55:24.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.300s coverage: 29.1% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.211s coverage: 95.6% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.121s coverage: 87.9% of statements [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T18:55:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T18:55:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-03-05T18:55:31.468Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-03-05T18:55:32.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-05T18:55:33.870Z] GO111MODULE=on go vet ./... [2021-03-05T18:56:55.657Z] gofmt -l . [2021-03-05T18:56:55.657Z] [ "`gofmt -l .`" = "" ] [2021-03-05T18:56:55.657Z] ./bin/test-go-mod-tidy.sh [2021-03-05T18:56:55.657Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T18:56:56.311Z] + ls -al . [2021-03-05T18:56:56.311Z] total 760 [2021-03-05T18:56:56.311Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 18:56 . [2021-03-05T18:56:56.311Z] drwxr-xr-x 4 root root 4096 Mar 5 18:52 .. [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 18:50 .dockerignore [2021-03-05T18:56:56.311Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 18:50 .git [2021-03-05T18:56:56.311Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 18:50 .github [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 18:50 .gitignore [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 18:50 .sonarcloud.properties [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:50 Attribution.txt [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:50 CONTRIBUTING.md [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 18:50 Dockerfile.build [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 18:50 Jenkinsfile [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:50 LICENSE [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:50 Makefile [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:50 README.md [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:50 SECURITY.md [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 18:44 VERSION [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:50 ZMQWindows.md [2021-03-05T18:56:56.311Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 18:50 bin [2021-03-05T18:56:56.311Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 18:50 cmd [2021-03-05T18:56:56.311Z] -rw-r--r-- 1 root root 621194 Mar 5 18:55 coverage.out [2021-03-05T18:56:56.311Z] -rw-r--r-- 1 root root 1055 Mar 5 18:56 go.mod [2021-03-05T18:56:56.311Z] -rw-r--r-- 1 root root 21699 Mar 5 18:56 go.sum [2021-03-05T18:56:56.311Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 18:50 internal [2021-03-05T18:56:56.311Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 18:50 openapi [2021-03-05T18:56:56.311Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 18:50 snap [2021-03-05T18:56:56.311Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 18:50 version.go [Pipeline] sh [2021-03-05T18:56:56.957Z] + '[' -e coverage.out ] [2021-03-05T18:56:56.957Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T18:56:57.018Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T18:56:58.245Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T18:56:58.975Z] + make build [2021-03-05T18:56:58.975Z] 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-05T18:57:09.149Z] 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-05T18:57:15.813Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:57:15.813Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:57:15.813Z] ---> 48a24ec47e52 [2021-03-05T18:57:15.813Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T18:57:15.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:57:15.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:57:15.813Z] ---> 48a24ec47e52 [2021-03-05T18:57:15.813Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T18:57:15.813Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:57:15.813Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:57:15.813Z] ---> 48a24ec47e52 [2021-03-05T18:57:15.813Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T18:57:15.813Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:57:15.813Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:57:15.813Z] ---> 48a24ec47e52 [2021-03-05T18:57:15.813Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T18:57:15.813Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T18:57:15.813Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T18:57:15.813Z] ---> 48a24ec47e52 [2021-03-05T18:57:15.813Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T18:57:15.813Z] ---> Running in 1043be4fe0e2 [2021-03-05T18:57:15.813Z] ---> Running in e0e6c6be4ddf [2021-03-05T18:57:15.813Z] ---> Running in 653807925ac7 [2021-03-05T18:57:15.813Z] ---> Running in d39b756cc576 [2021-03-05T18:57:15.813Z] ---> Running in 0c52911680fe [2021-03-05T18:57:15.813Z] Removing intermediate container 1043be4fe0e2 [2021-03-05T18:57:15.813Z] ---> bf3659666874 [2021-03-05T18:57:15.813Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:57:15.813Z] Removing intermediate container d39b756cc576 [2021-03-05T18:57:15.813Z] ---> 4726873ce020 [2021-03-05T18:57:15.813Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:57:15.813Z] Removing intermediate container 0c52911680fe [2021-03-05T18:57:15.813Z] ---> b4502ba9e017 [2021-03-05T18:57:15.813Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:57:15.813Z] Removing intermediate container e0e6c6be4ddf [2021-03-05T18:57:15.813Z] ---> 5f35186b4a6a [2021-03-05T18:57:15.813Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:57:15.813Z] ---> Running in 63b4fe3df7e0 [2021-03-05T18:57:15.813Z] Removing intermediate container 653807925ac7 [2021-03-05T18:57:15.813Z] ---> 49ad4d4af60f [2021-03-05T18:57:15.813Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T18:57:15.813Z] ---> Running in 22aacc390408 [2021-03-05T18:57:15.813Z] ---> Running in 3d876f0612f3 [2021-03-05T18:57:15.813Z] ---> Running in 42ad91491185 [2021-03-05T18:57:15.813Z] ---> Running in 019f7a2e4259 [2021-03-05T18:57:15.813Z] Removing intermediate container 63b4fe3df7e0 [2021-03-05T18:57:15.813Z] ---> 9dbcccd08900 [2021-03-05T18:57:15.813Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T18:57:15.813Z] Removing intermediate container 22aacc390408 [2021-03-05T18:57:15.813Z] ---> 2cabf0aae2be [2021-03-05T18:57:15.813Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T18:57:15.813Z] ---> Running in 9ff6eec40b54 [2021-03-05T18:57:15.813Z] ---> Running in b9398ce3c927 [2021-03-05T18:57:15.813Z] Removing intermediate container 3d876f0612f3 [2021-03-05T18:57:15.813Z] ---> eb3731073feb [2021-03-05T18:57:15.813Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T18:57:15.813Z] Removing intermediate container 42ad91491185 [2021-03-05T18:57:15.813Z] ---> 6d0798d65e2b [2021-03-05T18:57:15.813Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T18:57:15.813Z] Removing intermediate container 019f7a2e4259 [2021-03-05T18:57:15.813Z] ---> 0eeb2365f41e [2021-03-05T18:57:15.813Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T18:57:15.813Z] ---> Running in d9c3d1111de1 [2021-03-05T18:57:16.173Z] ---> Running in 7ce1d700d75c [2021-03-05T18:57:16.173Z] ---> Running in a3dc88b42ff3 [2021-03-05T18:57:18.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:18.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:18.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:19.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:19.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:19.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:19.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:20.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:20.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:21.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:57:21.363Z] OK: 233 MiB in 51 packages [2021-03-05T18:57:22.392Z] OK: 233 MiB in 51 packages [2021-03-05T18:57:23.008Z] OK: 233 MiB in 51 packages [2021-03-05T18:57:23.008Z] OK: 233 MiB in 51 packages [2021-03-05T18:57:23.008Z] OK: 233 MiB in 51 packages [2021-03-05T18:57:25.338Z] Removing intermediate container d9c3d1111de1 [2021-03-05T18:57:25.338Z] ---> 50d5c6753215 [2021-03-05T18:57:25.338Z] Step 6/21 : COPY go.mod . [2021-03-05T18:57:25.338Z] Removing intermediate container a3dc88b42ff3 [2021-03-05T18:57:25.338Z] ---> 1d9c2c97f8a4 [2021-03-05T18:57:25.338Z] Step 6/22 : COPY go.mod . [2021-03-05T18:57:25.942Z] Removing intermediate container 9ff6eec40b54 [2021-03-05T18:57:25.942Z] ---> 2b407b2b0503 [2021-03-05T18:57:25.942Z] Step 6/23 : COPY go.mod . [2021-03-05T18:57:25.942Z] Removing intermediate container b9398ce3c927 [2021-03-05T18:57:25.942Z] ---> f57115160714 [2021-03-05T18:57:25.942Z] Step 6/31 : COPY go.mod . [2021-03-05T18:57:25.942Z] ---> 4d6122c552a5 [2021-03-05T18:57:25.942Z] Step 7/22 : RUN go mod download [2021-03-05T18:57:25.942Z] Removing intermediate container 7ce1d700d75c [2021-03-05T18:57:25.942Z] ---> d9b29cc799ca [2021-03-05T18:57:25.942Z] Step 6/22 : COPY go.mod . [2021-03-05T18:57:26.281Z] ---> d12e8955d6f1 [2021-03-05T18:57:26.281Z] Step 7/21 : RUN go mod download [2021-03-05T18:57:26.615Z] ---> Running in c8de3b652186 [2021-03-05T18:57:26.615Z] ---> Running in 94c563c52f14 [2021-03-05T18:57:26.944Z] ---> 31167251c60d [2021-03-05T18:57:26.944Z] Step 7/23 : RUN go mod download [2021-03-05T18:57:26.944Z] ---> dcb71f4b7914 [2021-03-05T18:57:26.944Z] Step 7/31 : RUN go mod download [2021-03-05T18:57:27.856Z] ---> a566c2e26df5 [2021-03-05T18:57:27.856Z] Step 7/22 : RUN go mod download [2021-03-05T18:57:28.193Z] ---> Running in 7a877ab217f0 [2021-03-05T18:57:28.193Z] ---> Running in 6dac8c5692c0 [2021-03-05T18:57:28.904Z] ---> Running in 1feb84f661de [2021-03-05T18:57:36.010Z] 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-05T18:57:37.791Z] Removing intermediate container 7a877ab217f0 [2021-03-05T18:57:37.791Z] ---> f7c910a95fa7 [2021-03-05T18:57:37.791Z] Step 8/31 : COPY . . [2021-03-05T18:57:37.791Z] Removing intermediate container 6dac8c5692c0 [2021-03-05T18:57:37.791Z] ---> 18481ea95b4c [2021-03-05T18:57:37.791Z] Step 8/23 : COPY . . [2021-03-05T18:57:38.068Z] Removing intermediate container 1feb84f661de [2021-03-05T18:57:38.068Z] ---> e7fd6b052876 [2021-03-05T18:57:38.068Z] Step 8/22 : COPY . . [2021-03-05T18:57:38.344Z] Removing intermediate container c8de3b652186 [2021-03-05T18:57:38.344Z] ---> d47a11ffc5b6 [2021-03-05T18:57:38.344Z] Step 8/21 : COPY . . [2021-03-05T18:57:38.344Z] Removing intermediate container 94c563c52f14 [2021-03-05T18:57:38.344Z] ---> 24f438125849 [2021-03-05T18:57:38.344Z] Step 8/22 : COPY . . [2021-03-05T18:57:40.309Z] 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-05T18:57:45.699Z] 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-05T18:57:46.670Z] 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-05T18:57:52.085Z] 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-05T18:57:57.480Z] 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-05T18:58:01.824Z] 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-05T18:58:06.172Z] 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-05T18:58:11.578Z] 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-05T18:58:15.878Z] 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-05T18:58:21.300Z] $ docker stop --time=1 125f13455c49506b410a7844e422c48101bd7c2a41dc748f57c5f5bd826755ee [2021-03-05T18:58:24.097Z] $ docker rm -f 125f13455c49506b410a7844e422c48101bd7c2a41dc748f57c5f5bd826755ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:58:26.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:58:26.121Z] [2021-03-05T18:58:26.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:58:26.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:58:26.770Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T18:58:26.770Z] 29e5d40040c1: Pulling fs layer [2021-03-05T18:58:26.770Z] 1ce36da41761: Pulling fs layer [2021-03-05T18:58:26.770Z] 25b303627fd3: Pulling fs layer [2021-03-05T18:58:27.044Z] 29e5d40040c1: Verifying Checksum [2021-03-05T18:58:27.044Z] 29e5d40040c1: Download complete [2021-03-05T18:58:27.641Z] 1ce36da41761: Verifying Checksum [2021-03-05T18:58:27.641Z] 1ce36da41761: Download complete [2021-03-05T18:58:27.641Z] 29e5d40040c1: Pull complete [2021-03-05T18:58:29.080Z] 1ce36da41761: Pull complete [2021-03-05T18:58:29.357Z] 25b303627fd3: Verifying Checksum [2021-03-05T18:58:29.357Z] 25b303627fd3: Download complete [2021-03-05T18:58:39.525Z] 25b303627fd3: Pull complete [2021-03-05T18:58:39.525Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T18:58:39.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:58:39.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T18:58:39.778Z] prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container [2021-03-05T18:58:39.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T18:58:42.804Z] $ docker top e288c32cdd2bf9220b7eec3554023f367c2a33a12a4b48a5d5669c0d6efb979d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:58:43.818Z] + docker-compose build+ --helpgrep [2021-03-05T18:58:43.819Z] parallel [2021-03-05T18:58:47.195Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T18:58:47.488Z] $ docker stop --time=1 e288c32cdd2bf9220b7eec3554023f367c2a33a12a4b48a5d5669c0d6efb979d [2021-03-05T18:58:49.380Z] $ docker rm -f e288c32cdd2bf9220b7eec3554023f367c2a33a12a4b48a5d5669c0d6efb979d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:58:50.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T18:58:50.180Z] . [Pipeline] withDockerContainer [2021-03-05T18:58:50.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container [2021-03-05T18:58:50.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T18:58:51.836Z] $ docker top 138b735a8776fcace819c0b6bcf9aec2c23d684352d7625ebdf27069282fb24d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:58:52.863Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T18:58:57.156Z] Building docker-core-command-go ... [2021-03-05T18:58:57.156Z] Building docker-core-data-go ... [2021-03-05T18:58:57.156Z] Building docker-core-metadata-go ... [2021-03-05T18:58:57.156Z] Building docker-security-bootstrapper-go ... [2021-03-05T18:58:57.156Z] Building docker-security-proxy-setup-go ... [2021-03-05T18:58:57.156Z] Building docker-security-secretstore-setup-go ... [2021-03-05T18:58:57.156Z] Building docker-support-notifications-go ... [2021-03-05T18:58:57.156Z] Building docker-support-scheduler-go ... [2021-03-05T18:58:57.156Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T18:58:57.156Z] Building docker-core-data-go [2021-03-05T18:58:57.156Z] Building docker-support-scheduler-go [2021-03-05T18:58:57.156Z] Building docker-support-notifications-go [2021-03-05T18:58:57.156Z] Building docker-security-bootstrapper-go [2021-03-05T18:58:57.156Z] Building docker-core-command-go [2021-03-05T19:00:18.951Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:00:18.951Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:00:18.951Z] ---> 0a307382f0bb [2021-03-05T19:00:18.951Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T19:00:18.951Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:00:18.951Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:00:18.951Z] ---> 0a307382f0bb [2021-03-05T19:00:18.951Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T19:00:18.951Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:00:18.951Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:00:18.951Z] ---> 0a307382f0bb [2021-03-05T19:00:18.951Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T19:00:18.951Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:00:18.951Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:00:18.951Z] ---> 0a307382f0bb [2021-03-05T19:00:18.951Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T19:00:18.951Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:00:18.951Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:00:18.951Z] ---> 0a307382f0bb [2021-03-05T19:00:18.951Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T19:00:18.951Z] ---> Running in 43bce555c161 [2021-03-05T19:00:18.951Z] ---> Running in 482ab81b0f7c [2021-03-05T19:00:18.951Z] ---> Running in 3c7055c684e2 [2021-03-05T19:00:18.951Z] ---> Running in 0838a86ae23e [2021-03-05T19:00:18.951Z] ---> Running in d42311ea0a3d [2021-03-05T19:00:18.951Z] Removing intermediate container 0838a86ae23e [2021-03-05T19:00:18.951Z] Removing intermediate container 3c7055c684e2 [2021-03-05T19:00:18.951Z] ---> 5300d162f2ab [2021-03-05T19:00:18.951Z] ---> 3c6f2474d9d7 [2021-03-05T19:00:18.951Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:00:18.951Z] [2021-03-05T19:00:18.951Z] Removing intermediate container 43bce555c161 [2021-03-05T19:00:18.951Z] ---> d4e895c06a1a [2021-03-05T19:00:18.951Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:00:18.951Z] Removing intermediate container 482ab81b0f7c [2021-03-05T19:00:18.951Z] ---> b28bfeace216 [2021-03-05T19:00:18.951Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:00:18.951Z] Removing intermediate container d42311ea0a3d [2021-03-05T19:00:18.951Z] ---> 321a746656ee [2021-03-05T19:00:18.951Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:00:18.951Z] ---> Running in e5a3aa5697b1 [2021-03-05T19:00:18.951Z] ---> Running in 7b20c2a1b52c [2021-03-05T19:00:18.951Z] ---> Running in c157ba41b12e [2021-03-05T19:00:18.951Z] ---> Running in 7d18f2ae2c5b [2021-03-05T19:00:18.951Z] ---> Running in 20805c0a2483 [2021-03-05T19:00:18.951Z] Removing intermediate container c157ba41b12e [2021-03-05T19:00:18.951Z] ---> 36bad1cdbc75 [2021-03-05T19:00:18.951Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T19:00:18.951Z] ---> Running in e31e523d58a8 [2021-03-05T19:00:18.951Z] Removing intermediate container e5a3aa5697b1 [2021-03-05T19:00:18.951Z] ---> 540e92198ad4 [2021-03-05T19:00:18.951Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T19:00:18.951Z] ---> Running in c3cbf3e49e8e [2021-03-05T19:00:18.951Z] Removing intermediate container 20805c0a2483 [2021-03-05T19:00:18.951Z] ---> 0b5e2344e027 [2021-03-05T19:00:18.951Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T19:00:18.951Z] Removing intermediate container 7d18f2ae2c5b [2021-03-05T19:00:18.951Z] ---> 7c1e6f554a7b [2021-03-05T19:00:18.951Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T19:00:18.951Z] Removing intermediate container 7b20c2a1b52c [2021-03-05T19:00:18.951Z] ---> 95d5b2c1debe [2021-03-05T19:00:18.951Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T19:00:18.951Z] ---> Running in 7e5dd906fea8 [2021-03-05T19:00:18.951Z] ---> Running in 55b4f928c0f7 [2021-03-05T19:00:18.951Z] ---> Running in 425fc713c74e [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] OK: 217 MiB in 51 packages [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:00:18.951Z] OK: 217 MiB in 51 packages [2021-03-05T19:00:18.951Z] OK: 217 MiB in 51 packages [2021-03-05T19:00:18.951Z] OK: 217 MiB in 51 packages [2021-03-05T19:00:19.228Z] OK: 217 MiB in 51 packages [2021-03-05T19:00:19.228Z] Removing intermediate container e31e523d58a8 [2021-03-05T19:00:19.228Z] ---> a6f3ce318be7 [2021-03-05T19:00:19.228Z] Step 6/23 : COPY go.mod . [2021-03-05T19:00:20.215Z] Removing intermediate container c3cbf3e49e8e [2021-03-05T19:00:20.215Z] ---> 33970a51dde1 [2021-03-05T19:00:20.215Z] Step 6/22 : COPY go.mod . [2021-03-05T19:00:20.215Z] ---> bc62dfd355df [2021-03-05T19:00:20.215Z] Step 7/23 : RUN go mod download [2021-03-05T19:00:20.489Z] ---> Running in 1916a8f1caf7 [2021-03-05T19:00:20.489Z] Removing intermediate container 55b4f928c0f7 [2021-03-05T19:00:20.489Z] ---> 4649640a10fa [2021-03-05T19:00:20.489Z] Step 6/23 : COPY go.mod . [2021-03-05T19:00:20.767Z] Removing intermediate container 425fc713c74e [2021-03-05T19:00:20.767Z] ---> 5843ef46b006 [2021-03-05T19:00:20.767Z] Step 6/31 : COPY go.mod . [2021-03-05T19:00:21.044Z] Removing intermediate container 7e5dd906fea8 [2021-03-05T19:00:21.044Z] ---> 730c429f2b01 [2021-03-05T19:00:21.044Z] Step 6/22 : COPY go.mod . [2021-03-05T19:00:21.044Z] ---> 6d9dd46a227e [2021-03-05T19:00:21.044Z] Step 7/22 : RUN go mod download [2021-03-05T19:00:21.321Z] ---> Running in 8cfef13ba5d2 [2021-03-05T19:00:21.920Z] ---> 831ec5c447af [2021-03-05T19:00:21.920Z] Step 7/23 : RUN go mod download [2021-03-05T19:00:21.920Z] ---> Running in a0a32aa8fbe1 [2021-03-05T19:00:22.197Z] ---> fba22f53a981 [2021-03-05T19:00:22.197Z] Step 7/22 : RUN go mod download [2021-03-05T19:00:22.197Z] ---> c9ed9a80a9d2 [2021-03-05T19:00:22.197Z] Step 7/31 : RUN go mod download [2021-03-05T19:00:22.480Z] ---> Running in b5c0b25ea9c3 [2021-03-05T19:00:22.480Z] ---> Running in 373fbc114ef4 [2021-03-05T19:00:24.492Z] Removing intermediate container 1916a8f1caf7 [2021-03-05T19:00:24.492Z] ---> 78c7ab6d114e [2021-03-05T19:00:24.492Z] Step 8/23 : COPY . . [2021-03-05T19:00:25.495Z] Removing intermediate container 8cfef13ba5d2 [2021-03-05T19:00:25.495Z] ---> f9882872da89 [2021-03-05T19:00:25.495Z] Step 8/22 : COPY . . [2021-03-05T19:00:27.487Z] Removing intermediate container a0a32aa8fbe1 [2021-03-05T19:00:27.487Z] ---> 484a49616c7f [2021-03-05T19:00:27.487Z] Step 8/23 : COPY . . [2021-03-05T19:00:28.084Z] Removing intermediate container b5c0b25ea9c3 [2021-03-05T19:00:28.084Z] ---> 2314137801f1 [2021-03-05T19:00:28.084Z] Step 8/31 : COPY . . [2021-03-05T19:00:28.359Z] Removing intermediate container 373fbc114ef4 [2021-03-05T19:00:28.359Z] ---> 858fd8d87a81 [2021-03-05T19:00:28.359Z] Step 8/22 : COPY . . [2021-03-05T19:00:55.175Z] ---> 151a9f4c3d80 [2021-03-05T19:00:55.175Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T19:00:55.175Z] ---> 090c8b5ea72c [2021-03-05T19:00:55.175Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T19:00:55.175Z] ---> 4250fb1da992 [2021-03-05T19:00:55.175Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T19:00:55.175Z] ---> 0cb77f4f5d39 [2021-03-05T19:00:55.175Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T19:00:55.175Z] ---> 18d0fbcf1a97 [2021-03-05T19:00:55.175Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T19:00:55.175Z] ---> Running in 48c8d864d150 [2021-03-05T19:00:55.175Z] ---> Running in a12056cabc8a [2021-03-05T19:00:55.175Z] ---> Running in dd5117e46f28 [2021-03-05T19:00:55.175Z] ---> Running in 29a9ba1c33b1 [2021-03-05T19:00:55.175Z] ---> Running in f30bb045ba96 [2021-03-05T19:00:55.175Z] 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-05T19:00:55.175Z] 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-05T19:00:55.175Z] 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-05T19:00:55.175Z] 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-05T19:00:55.175Z] 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-05T19:01:18.450Z] ---> a33919083d60 [2021-03-05T19:01:18.450Z] ---> 39ea5a0ae27b [2021-03-05T19:01:18.450Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T19:01:18.450Z] ---> 6c683fd92758 [2021-03-05T19:01:18.450Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T19:01:18.450Z] ---> d2a75f1d9d50 [2021-03-05T19:01:18.450Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T19:01:18.450Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T19:01:18.450Z] ---> 6077112a7429 [2021-03-05T19:01:18.450Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T19:01:18.450Z] ---> Running in 8d3104973d0e [2021-03-05T19:01:18.450Z] ---> Running in 8a90c256496f [2021-03-05T19:01:18.450Z] ---> Running in 6a651c5b87bf [2021-03-05T19:01:18.450Z] ---> Running in 0ed173bb91bb [2021-03-05T19:01:18.450Z] ---> Running in b68026411801 [2021-03-05T19:01:18.450Z] 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-05T19:01:18.450Z] 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-05T19:01:18.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-05T19:01:18.450Z] 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-05T19:01:18.450Z] 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-05T19:02:47.090Z] Removing intermediate container f30bb045ba96 [2021-03-05T19:02:47.090Z] ---> f5dd3605f286 [2021-03-05T19:02:47.090Z] [2021-03-05T19:02:47.090Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T19:02:47.090Z] 3.12: Pulling from library/alpine [2021-03-05T19:02:47.090Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T19:02:47.090Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T19:02:47.090Z] ---> d10569e2745f [2021-03-05T19:02:47.090Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T19:02:47.090Z] ---> Running in 09e1e5ccc1c9 [2021-03-05T19:02:47.090Z] Removing intermediate container 09e1e5ccc1c9 [2021-03-05T19:02:47.090Z] ---> 1783c36ab75f [2021-03-05T19:02:47.090Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T19:02:47.090Z] ---> Running in 63855b86703c [2021-03-05T19:02:47.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:47.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:47.090Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T19:02:47.090Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T19:02:47.090Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:02:47.090Z] OK: 5 MiB in 16 packages [2021-03-05T19:02:49.743Z] Removing intermediate container 63855b86703c [2021-03-05T19:02:49.744Z] ---> 510085b91cf8 [2021-03-05T19:02:49.744Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T19:02:50.355Z] ---> Running in 7c2747b695a8 [2021-03-05T19:02:51.355Z] Removing intermediate container 7c2747b695a8 [2021-03-05T19:02:51.355Z] ---> eac39c4d7406 [2021-03-05T19:02:51.355Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T19:02:51.962Z] ---> Running in 4c9f2b2f9e13 [2021-03-05T19:02:53.433Z] Removing intermediate container 4c9f2b2f9e13 [2021-03-05T19:02:53.433Z] ---> 4007aa7d6693 [2021-03-05T19:02:53.433Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T19:02:54.037Z] ---> Running in 336db9723387 [2021-03-05T19:02:55.024Z] Removing intermediate container dd5117e46f28 [2021-03-05T19:02:55.024Z] ---> f582f29b9362 [2021-03-05T19:02:55.024Z] [2021-03-05T19:02:55.024Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T19:02:55.024Z] ---> d10569e2745f [2021-03-05T19:02:55.024Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T19:02:55.298Z] ---> Running in 720e47a62296 [2021-03-05T19:02:55.576Z] Removing intermediate container 29a9ba1c33b1 [2021-03-05T19:02:55.576Z] ---> 797f34e2dddb [2021-03-05T19:02:55.576Z] [2021-03-05T19:02:55.576Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T19:02:55.576Z] ---> d10569e2745f [2021-03-05T19:02:55.576Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T19:02:55.853Z] Removing intermediate container 48c8d864d150 [2021-03-05T19:02:55.853Z] ---> 14389a28a53b [2021-03-05T19:02:55.853Z] [2021-03-05T19:02:55.853Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T19:02:55.853Z] ---> d10569e2745f [2021-03-05T19:02:55.853Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T19:02:56.461Z] ---> Running in d0f78620f685 [2021-03-05T19:02:56.461Z] ---> Running in d6abd7540c4f [2021-03-05T19:02:58.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:58.450Z] Removing intermediate container 336db9723387 [2021-03-05T19:02:58.450Z] ---> 927e62662fc3 [2021-03-05T19:02:58.450Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T19:02:58.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:58.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:58.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:58.726Z] ---> Running in 5a0ab067a61d [2021-03-05T19:02:58.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:59.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:02:59.059Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T19:02:59.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:02:59.059Z] OK: 5 MiB in 15 packages [2021-03-05T19:02:59.152Z] 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-05T19:02:59.335Z] Removing intermediate container 5a0ab067a61d [2021-03-05T19:02:59.335Z] ---> 62c87c4bb4cd [2021-03-05T19:02:59.335Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T19:02:59.613Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T19:02:59.613Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:02:59.613Z] OK: 5 MiB in 15 packages [2021-03-05T19:02:59.613Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T19:02:59.893Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T19:02:59.893Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:02:59.893Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T19:03:00.175Z] OK: 6 MiB in 16 packages [2021-03-05T19:03:00.774Z] ---> 0bbf138ffa10 [2021-03-05T19:03:00.774Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T19:03:01.048Z] ---> Running in a1536726478c [2021-03-05T19:03:01.326Z] Removing intermediate container 720e47a62296 [2021-03-05T19:03:01.326Z] ---> 68f6cb13163a [2021-03-05T19:03:01.326Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:03:01.605Z] ---> Running in 5c6b28fe22e3 [2021-03-05T19:03:01.882Z] Removing intermediate container d6abd7540c4f [2021-03-05T19:03:01.882Z] ---> c8200fccdefd [2021-03-05T19:03:01.882Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:03:02.159Z] ---> Running in f39c5019f9ee [2021-03-05T19:03:02.437Z] Removing intermediate container 5c6b28fe22e3 [2021-03-05T19:03:02.437Z] ---> ce1dc9d66506 [2021-03-05T19:03:02.437Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T19:03:02.437Z] Removing intermediate container d0f78620f685 [2021-03-05T19:03:02.437Z] ---> 629e6e21e3e2 [2021-03-05T19:03:02.437Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:03:02.711Z] ---> Running in 51c10550d453 [2021-03-05T19:03:03.043Z] ---> Running in 8256a2e7a904 [2021-03-05T19:03:03.043Z] Removing intermediate container f39c5019f9ee [2021-03-05T19:03:03.043Z] ---> 8b905137218c [2021-03-05T19:03:03.043Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T19:03:03.359Z] ---> Running in d5029c08860a [2021-03-05T19:03:03.648Z] Removing intermediate container 51c10550d453 [2021-03-05T19:03:03.648Z] ---> c8e80efa0cef [2021-03-05T19:03:03.648Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T19:03:03.648Z] Removing intermediate container 8256a2e7a904 [2021-03-05T19:03:03.648Z] ---> c065b54e127e [2021-03-05T19:03:03.648Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T19:03:03.940Z] ---> Running in 6cd689d7617e [2021-03-05T19:03:04.254Z] ---> Running in 1983e912bc1e [2021-03-05T19:03:04.254Z] Removing intermediate container d5029c08860a [2021-03-05T19:03:04.254Z] ---> 4eeb2978814f [2021-03-05T19:03:04.254Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T19:03:04.552Z] ---> Running in 0cf42fb0975d [2021-03-05T19:03:05.154Z] Removing intermediate container 6cd689d7617e [2021-03-05T19:03:05.154Z] ---> 5927b5fb415a [2021-03-05T19:03:05.154Z] Step 15/23 : WORKDIR / [2021-03-05T19:03:05.428Z] Removing intermediate container 1983e912bc1e [2021-03-05T19:03:05.428Z] ---> 5529bab69baf [2021-03-05T19:03:05.428Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T19:03:05.703Z] ---> Running in 255a4abca088 [2021-03-05T19:03:05.703Z] Removing intermediate container a1536726478c [2021-03-05T19:03:05.703Z] ---> 68e85f8962b0 [2021-03-05T19:03:05.703Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:05.979Z] ---> Running in ed427e75cec5 [2021-03-05T19:03:05.979Z] Removing intermediate container 0cf42fb0975d [2021-03-05T19:03:05.979Z] ---> 629c93376417 [2021-03-05T19:03:05.979Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:06.583Z] Removing intermediate container 255a4abca088 [2021-03-05T19:03:06.583Z] ---> 86f9b6c10dad [2021-03-05T19:03:06.583Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:07.181Z] ---> 1732eb0bbeb1 [2021-03-05T19:03:07.181Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T19:03:07.181Z] Removing intermediate container ed427e75cec5 [2021-03-05T19:03:07.181Z] ---> fb6f270644ee [2021-03-05T19:03:07.181Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:07.456Z] ---> a4c4c6091ea3 [2021-03-05T19:03:07.456Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T19:03:07.732Z] Removing intermediate container a12056cabc8a [2021-03-05T19:03:07.732Z] ---> c8e41bd93970 [2021-03-05T19:03:07.732Z] [2021-03-05T19:03:07.732Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T19:03:07.732Z] ---> d10569e2745f [2021-03-05T19:03:07.732Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T19:03:08.009Z] ---> 7b04fc2a6bbc [2021-03-05T19:03:08.009Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T19:03:08.286Z] ---> Running in 6c36980c5d35 [2021-03-05T19:03:08.559Z] ---> 6d45d87c5d92 [2021-03-05T19:03:08.559Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T19:03:08.833Z] ---> c1bc80d91813 [2021-03-05T19:03:08.833Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T19:03:09.111Z] Removing intermediate container 6c36980c5d35 [2021-03-05T19:03:09.111Z] ---> 0376c0b33f55 [2021-03-05T19:03:09.111Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T19:03:09.111Z] ---> c41f58c06595 [2021-03-05T19:03:09.111Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:09.386Z] ---> Running in aef0bc32f1de [2021-03-05T19:03:09.983Z] ---> aa28f1072797 [2021-03-05T19:03:09.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:10.256Z] ---> ce0266c51861 [2021-03-05T19:03:10.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:10.256Z] ---> eea56af27dfc [2021-03-05T19:03:10.256Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T19:03:10.256Z] Removing intermediate container aef0bc32f1de [2021-03-05T19:03:10.256Z] ---> beb12af3f2f5 [2021-03-05T19:03:10.256Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T19:03:10.256Z] ---> b1636dff07ea [2021-03-05T19:03:10.256Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T19:03:10.532Z] ---> Running in 7f5adb9ce4ce [2021-03-05T19:03:10.533Z] ---> Running in 2e0200e7c7e5 [2021-03-05T19:03:10.807Z] ---> 1840ee7d6dac [2021-03-05T19:03:10.807Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T19:03:11.078Z] ---> Running in cacdf91d3632 [2021-03-05T19:03:11.078Z] Removing intermediate container 7f5adb9ce4ce [2021-03-05T19:03:11.078Z] ---> 1dfe410ac34c [2021-03-05T19:03:11.078Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:03:11.351Z] Removing intermediate container 2e0200e7c7e5 [2021-03-05T19:03:11.351Z] ---> 473daca46f06 [2021-03-05T19:03:11.351Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:11.351Z] ---> a292af1b81bc [2021-03-05T19:03:11.351Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T19:03:11.351Z] ---> 9f7147a7cf34 [2021-03-05T19:03:11.351Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T19:03:11.629Z] ---> Running in 795cff6ca89e [2021-03-05T19:03:11.629Z] ---> Running in 5b52dc84a790 [2021-03-05T19:03:11.629Z] ---> Running in 2d8a31cc1879 [2021-03-05T19:03:11.629Z] Removing intermediate container cacdf91d3632 [2021-03-05T19:03:11.629Z] ---> a4852aff72e0 [2021-03-05T19:03:11.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:11.920Z] ---> Running in 121915ec3428 [2021-03-05T19:03:12.527Z] Removing intermediate container 795cff6ca89e [2021-03-05T19:03:12.527Z] ---> 03a1d0b17e19 [2021-03-05T19:03:12.527Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T19:03:12.527Z] Removing intermediate container 2d8a31cc1879 [2021-03-05T19:03:12.527Z] ---> e9bd6a331b44 [2021-03-05T19:03:12.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:12.527Z] ---> f5d7fd7278cd [2021-03-05T19:03:12.527Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T19:03:12.527Z] ---> Running in 2bfc71153c09 [2021-03-05T19:03:12.527Z] ---> Running in 10ee0be48e4c [2021-03-05T19:03:13.127Z] ---> Running in f423d45f1704 [2021-03-05T19:03:13.127Z] Removing intermediate container 121915ec3428 [2021-03-05T19:03:13.127Z] ---> 4bb8222a0f2a [2021-03-05T19:03:13.127Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T19:03:13.401Z] Removing intermediate container 10ee0be48e4c [2021-03-05T19:03:13.401Z] ---> ba4533f9da69 [2021-03-05T19:03:13.401Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T19:03:13.401Z] Removing intermediate container 2bfc71153c09 [2021-03-05T19:03:13.401Z] ---> bcb8e70ac6d7 [2021-03-05T19:03:13.401Z] Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:13.401Z] ---> Running in 24a02695ea60 [2021-03-05T19:03:13.683Z] ---> Running in fadf23243119 [2021-03-05T19:03:13.683Z] ---> Running in f6dd2247b0b0 [2021-03-05T19:03:13.965Z] Removing intermediate container f423d45f1704 [2021-03-05T19:03:13.965Z] ---> 18acf9385d34 [2021-03-05T19:03:13.965Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T19:03:14.243Z] Removing intermediate container 24a02695ea60 [2021-03-05T19:03:14.243Z] ---> cd0a840598d7 [2021-03-05T19:03:14.243Z] Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:14.243Z] ---> Running in 50f9a0f735ac [2021-03-05T19:03:14.516Z] Removing intermediate container f6dd2247b0b0 [2021-03-05T19:03:14.516Z] ---> 582dff026f50 [2021-03-05T19:03:14.516Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T19:03:14.516Z] Removing intermediate container fadf23243119 [2021-03-05T19:03:14.516Z] ---> 1baad361c160 [2021-03-05T19:03:14.516Z] Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:14.516Z] Removing intermediate container 5b52dc84a790 [2021-03-05T19:03:14.516Z] ---> 423437064b08 [2021-03-05T19:03:14.516Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T19:03:14.788Z] ---> Running in be203cd1b7f7 [2021-03-05T19:03:14.788Z] ---> Running in 063a0a04d8db [2021-03-05T19:03:14.788Z] ---> Running in 6a7377eb9a52 [2021-03-05T19:03:15.063Z] Removing intermediate container 50f9a0f735ac [2021-03-05T19:03:15.063Z] ---> b138b95d4bf3 [2021-03-05T19:03:15.063Z] Step 23/23 : LABEL version=0.0.0 ---> f34b4651f1b9 [2021-03-05T19:03:15.063Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T19:03:15.063Z] [2021-03-05T19:03:15.348Z] ---> Running in f7ddde463d50 [2021-03-05T19:03:15.348Z] ---> Running in 982c20e0208f [2021-03-05T19:03:15.348Z] Removing intermediate container 063a0a04d8db [2021-03-05T19:03:15.349Z] ---> f674cd899a26 [2021-03-05T19:03:15.349Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T19:03:15.626Z] Removing intermediate container be203cd1b7f7 [2021-03-05T19:03:15.626Z] ---> e2899067c78d [2021-03-05T19:03:15.626Z] [2021-03-05T19:03:15.626Z] ---> Running in 4cb4fc0e26db [2021-03-05T19:03:16.249Z] Removing intermediate container f7ddde463d50 [2021-03-05T19:03:16.249Z] ---> 2b434569941e [2021-03-05T19:03:16.249Z] [2021-03-05T19:03:16.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:03:16.528Z] Successfully built e2899067c78d [2021-03-05T19:03:16.528Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T19:03:16.528Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-05T19:03:16.801Z] Removing intermediate container 4cb4fc0e26db [2021-03-05T19:03:16.801Z] Successfully built 2b434569941e [2021-03-05T19:03:16.801Z] ---> c961b9c77316 [2021-03-05T19:03:16.801Z] [2021-03-05T19:03:16.801Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T19:03:16.801Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-05T19:03:17.079Z] Successfully built c961b9c77316 [2021-03-05T19:03:17.079Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T19:03:17.079Z] Building docker-security-proxy-setup-go [2021-03-05T19:03:17.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:03:18.069Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T19:03:18.069Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T19:03:18.069Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T19:03:18.069Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T19:03:18.342Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T19:03:18.342Z] Removing intermediate container 982c20e0208f [2021-03-05T19:03:18.342Z] ---> 2b0a369ad934 [2021-03-05T19:03:18.342Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T19:03:18.342Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T19:03:18.617Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:03:18.617Z] OK: 8 MiB in 20 packages [2021-03-05T19:03:18.617Z] ---> Running in 8ed0d95bedb5 [2021-03-05T19:03:19.218Z] Removing intermediate container 8ed0d95bedb5 [2021-03-05T19:03:19.218Z] ---> 76ddbf13bfd8 [2021-03-05T19:03:19.218Z] Step 28/31 : CMD ["gate"] [2021-03-05T19:03:19.819Z] ---> Running in b59c78019a5b [2021-03-05T19:03:19.819Z] Removing intermediate container 6a7377eb9a52 [2021-03-05T19:03:19.819Z] ---> 1ae07d804e1c [2021-03-05T19:03:19.819Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:19.929Z] Removing intermediate container 0ed173bb91bb [2021-03-05T19:03:19.929Z] ---> ccea912fc61c [2021-03-05T19:03:19.929Z] [2021-03-05T19:03:19.929Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T19:03:19.929Z] 3.12: Pulling from library/alpine [2021-03-05T19:03:19.929Z] Removing intermediate container 6a651c5b87bf [2021-03-05T19:03:19.929Z] ---> cfd173d7460f [2021-03-05T19:03:19.929Z] [2021-03-05T19:03:19.929Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T19:03:19.929Z] 3.12: Pulling from library/alpine [2021-03-05T19:03:19.929Z] Removing intermediate container 8d3104973d0e [2021-03-05T19:03:19.929Z] ---> 7fcd411da213 [2021-03-05T19:03:19.929Z] [2021-03-05T19:03:19.929Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T19:03:19.929Z] 3.12: Pulling from library/alpine [2021-03-05T19:03:20.418Z] Removing intermediate container b59c78019a5b [2021-03-05T19:03:20.418Z] ---> ff42a36eda86 [2021-03-05T19:03:20.418Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T19:03:21.406Z] ---> Running in 920627d47bbb [2021-03-05T19:03:21.682Z] ---> 3d97a8540ad8 [2021-03-05T19:03:21.682Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T19:03:22.099Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T19:03:22.099Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T19:03:22.099Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T19:03:22.099Z] Status: Image is up to date for alpine:3.12 [2021-03-05T19:03:22.099Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T19:03:22.099Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T19:03:22.099Z] ---> 88dd2752d2ea [2021-03-05T19:03:22.099Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T19:03:22.099Z] ---> 88dd2752d2ea [2021-03-05T19:03:22.099Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T19:03:22.099Z] ---> 88dd2752d2ea [2021-03-05T19:03:22.099Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T19:03:22.661Z] Removing intermediate container 920627d47bbb [2021-03-05T19:03:22.661Z] ---> 5b70766d5064 [2021-03-05T19:03:22.661Z] Step 30/31 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:23.694Z] Removing intermediate container 8a90c256496f [2021-03-05T19:03:23.694Z] ---> a3855a345a0e [2021-03-05T19:03:23.694Z] [2021-03-05T19:03:23.694Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T19:03:23.694Z] ---> 88dd2752d2ea [2021-03-05T19:03:23.694Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T19:03:24.650Z] ---> Running in 4631d869f16f [2021-03-05T19:03:24.702Z] ---> Running in bc3988c09d7f [2021-03-05T19:03:24.702Z] ---> Running in 27518589ce65 [2021-03-05T19:03:24.702Z] ---> Running in 0f03d7198733 [2021-03-05T19:03:24.922Z] ---> a78bedec0953 [2021-03-05T19:03:24.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:25.902Z] Removing intermediate container 4631d869f16f [2021-03-05T19:03:25.902Z] ---> fcfa88add51d [2021-03-05T19:03:25.902Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T19:03:25.902Z] ---> 059693deacd4 [2021-03-05T19:03:25.902Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T19:03:26.181Z] ---> Running in c2b4632e66ca [2021-03-05T19:03:26.332Z] ---> Running in a86d3dd179f2 [2021-03-05T19:03:26.453Z] ---> Running in 292dc5e5c6a9 [2021-03-05T19:03:26.604Z] Removing intermediate container 27518589ce65 [2021-03-05T19:03:26.604Z] ---> f4ff97a79c07 [2021-03-05T19:03:26.604Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T19:03:27.046Z] Removing intermediate container c2b4632e66ca [2021-03-05T19:03:27.046Z] ---> 3ffc23548c1e [2021-03-05T19:03:27.046Z] [2021-03-05T19:03:27.046Z] Removing intermediate container 292dc5e5c6a9 [2021-03-05T19:03:27.046Z] ---> a45c3a2d2719 [2021-03-05T19:03:27.046Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:27.214Z] ---> Running in acab459293da [2021-03-05T19:03:27.323Z] Successfully built 3ffc23548c1e [2021-03-05T19:03:27.593Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T19:03:27.593Z] Building docker-core-metadata-go [2021-03-05T19:03:27.593Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 31eb6491649a [2021-03-05T19:03:27.865Z] Removing intermediate container 31eb6491649a [2021-03-05T19:03:27.865Z] ---> c5c3889cebde [2021-03-05T19:03:27.865Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T19:03:28.047Z] Removing intermediate container b68026411801 [2021-03-05T19:03:28.047Z] ---> 29c70041c7d0 [2021-03-05T19:03:28.047Z] [2021-03-05T19:03:28.047Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T19:03:28.047Z] ---> 88dd2752d2ea [2021-03-05T19:03:28.047Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T19:03:28.462Z] ---> Running in 137f833c34ec [2021-03-05T19:03:28.592Z] ---> Running in 57a5ea6164fd [2021-03-05T19:03:29.053Z] Removing intermediate container 137f833c34ec [2021-03-05T19:03:29.053Z] ---> ed4ee32d559a [2021-03-05T19:03:29.053Z] Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:29.643Z] ---> Running in 9ef2a08e0f05 [2021-03-05T19:03:29.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:29.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:29.837Z] Removing intermediate container 57a5ea6164fd [2021-03-05T19:03:29.837Z] ---> 830d2eccc5c8 [2021-03-05T19:03:29.837Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T19:03:30.165Z] ---> Running in 7736d1fc88c5 [2021-03-05T19:03:30.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:30.617Z] Removing intermediate container 9ef2a08e0f05 [2021-03-05T19:03:30.617Z] ---> cef1357c2b4f [2021-03-05T19:03:30.617Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T19:03:30.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:30.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:30.660Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T19:03:30.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:30.660Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:03:31.071Z] OK: 6 MiB in 15 packages [2021-03-05T19:03:31.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:31.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:31.071Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T19:03:31.475Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T19:03:31.475Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T19:03:31.475Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T19:03:31.475Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:03:31.475Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T19:03:31.475Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T19:03:31.882Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T19:03:31.882Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T19:03:31.882Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:03:31.882Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T19:03:31.882Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:03:31.882Z] OK: 6 MiB in 16 packages [2021-03-05T19:03:31.882Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T19:03:31.882Z] OK: 6 MiB in 16 packages [2021-03-05T19:03:31.882Z] OK: 7 MiB in 18 packages [2021-03-05T19:03:32.044Z] ---> Running in a45704822464 [2021-03-05T19:03:34.284Z] Removing intermediate container a45704822464 [2021-03-05T19:03:34.284Z] ---> 80189bc6a746 [2021-03-05T19:03:34.284Z] [2021-03-05T19:03:34.284Z] Successfully built 80189bc6a746 [2021-03-05T19:03:34.284Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T19:03:34.293Z] Removing intermediate container 7736d1fc88c5 [2021-03-05T19:03:34.293Z] ---> ee1f7ef327d4 [2021-03-05T19:03:34.293Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T19:03:34.293Z] ---> Running in c2608cf74b10 [2021-03-05T19:03:34.293Z] Removing intermediate container c2608cf74b10 [2021-03-05T19:03:34.293Z] ---> 42c67ddbeae6 [2021-03-05T19:03:34.293Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:03:34.293Z] ---> Running in 80ad16b58459 [2021-03-05T19:03:34.293Z] Removing intermediate container bc3988c09d7f [2021-03-05T19:03:34.293Z] ---> 11f8752071b7 [2021-03-05T19:03:34.293Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:03:34.293Z] ---> Running in bad087b370d1 [2021-03-05T19:03:34.293Z] Removing intermediate container acab459293da [2021-03-05T19:03:34.293Z] ---> f6fdd1e5b537 [2021-03-05T19:03:34.293Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T19:03:34.563Z] Removing intermediate container 0f03d7198733 [2021-03-05T19:03:34.563Z] ---> 8bd2b0f3a574 [2021-03-05T19:03:34.563Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:03:34.563Z] Removing intermediate container a86d3dd179f2 [2021-03-05T19:03:34.563Z] ---> b499159f13aa [2021-03-05T19:03:34.563Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T19:03:35.162Z] ---> Running in f9b6ed0fb52f [2021-03-05T19:03:35.162Z] ---> Running in 219862feb031 [2021-03-05T19:03:35.162Z] ---> Running in 062f13f1786f [2021-03-05T19:03:35.162Z] Removing intermediate container bad087b370d1 [2021-03-05T19:03:35.162Z] ---> fa72d993c0e8 [2021-03-05T19:03:35.162Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T19:03:35.767Z] ---> Running in 5880f9470a1b [2021-03-05T19:03:36.036Z] Removing intermediate container f9b6ed0fb52f [2021-03-05T19:03:36.036Z] ---> 63ad53a5a1c7 [2021-03-05T19:03:36.036Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T19:03:36.036Z] Removing intermediate container 062f13f1786f [2021-03-05T19:03:36.036Z] ---> 9afc85320391 [2021-03-05T19:03:36.036Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T19:03:36.781Z] Removing intermediate container 219862feb031 [2021-03-05T19:03:36.781Z] ---> e784b7022d83 [2021-03-05T19:03:36.781Z] Step 13/21 : WORKDIR /edgex [2021-03-05T19:03:36.781Z] ---> Running in 6c4c04f2959a [2021-03-05T19:03:37.064Z] ---> Running in f88876f018c6 [2021-03-05T19:03:37.064Z] Removing intermediate container 5880f9470a1b [2021-03-05T19:03:37.064Z] ---> 355d0c88c1a2 [2021-03-05T19:03:37.064Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T19:03:37.064Z] ---> Running in fbf60e24730c [2021-03-05T19:03:37.064Z] Removing intermediate container 80ad16b58459 [2021-03-05T19:03:37.064Z] ---> 36232335da0b [2021-03-05T19:03:37.064Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T19:03:37.064Z] ---> Running in ca9b3a1f16a9 [2021-03-05T19:03:37.330Z] Removing intermediate container 6c4c04f2959a [2021-03-05T19:03:37.330Z] ---> 59ed65b2d70a [2021-03-05T19:03:37.330Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T19:03:37.330Z] ---> Running in 8b5825848587 [2021-03-05T19:03:37.939Z] Removing intermediate container f88876f018c6 [2021-03-05T19:03:37.939Z] ---> 963b96a66ac9 [2021-03-05T19:03:37.939Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T19:03:37.939Z] ---> Running in b478f41e9a75 [2021-03-05T19:03:38.214Z] Removing intermediate container fbf60e24730c [2021-03-05T19:03:38.214Z] ---> b022f06c1f37 [2021-03-05T19:03:38.214Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T19:03:38.214Z] Removing intermediate container ca9b3a1f16a9 [2021-03-05T19:03:38.214Z] ---> 60b8b8276ae0 [2021-03-05T19:03:38.214Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:38.214Z] ---> Running in f261c8bfeee9 [2021-03-05T19:03:38.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:38.834Z] Removing intermediate container f261c8bfeee9 [2021-03-05T19:03:38.834Z] ---> 8b7979fa8f4f [2021-03-05T19:03:38.834Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:38.834Z] ---> 3d6cd1134230 [2021-03-05T19:03:38.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T19:03:39.421Z] ---> 357f9c57d8fe [2021-03-05T19:03:39.421Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T19:03:39.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:03:40.829Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T19:03:40.829Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T19:03:41.107Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T19:03:41.108Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T19:03:41.381Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T19:03:41.661Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T19:03:41.661Z] ---> 1d02efeae60d [2021-03-05T19:03:41.661Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T19:03:41.661Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:03:41.661Z] OK: 8 MiB in 20 packages [2021-03-05T19:03:41.961Z] ---> 33a881c97c0b [2021-03-05T19:03:41.961Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T19:03:41.961Z] ---> e28174fe56af [2021-03-05T19:03:41.961Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:41.961Z] Removing intermediate container b478f41e9a75 [2021-03-05T19:03:41.961Z] ---> 16982f456183 [2021-03-05T19:03:41.961Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T19:03:42.240Z] ---> Running in 5bc12444bc4a [2021-03-05T19:03:42.523Z] ---> adbf03cf4ddd [2021-03-05T19:03:42.523Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T19:03:42.798Z] ---> Running in ced26c91c382 [2021-03-05T19:03:42.798Z] ---> 22e7ef451a1f [2021-03-05T19:03:42.798Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:42.798Z] ---> 246b33bd7e77 [2021-03-05T19:03:42.798Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T19:03:43.081Z] Removing intermediate container 5bc12444bc4a [2021-03-05T19:03:43.081Z] ---> 94764611243e [2021-03-05T19:03:43.081Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T19:03:43.081Z] ---> Running in ec0d5e43c5f1 [2021-03-05T19:03:43.358Z] Removing intermediate container 8b5825848587 [2021-03-05T19:03:43.358Z] ---> 6c532a154c85 [2021-03-05T19:03:43.358Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:43.627Z] Removing intermediate container ced26c91c382 [2021-03-05T19:03:43.627Z] ---> c7fee04dcf2d [2021-03-05T19:03:43.627Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:43.627Z] ---> 68f550779ac6 [2021-03-05T19:03:43.627Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T19:03:43.899Z] ---> Running in 14561c92561a [2021-03-05T19:03:43.899Z] ---> Running in 0cd9ef014ad3 [2021-03-05T19:03:43.899Z] ---> 44cd5451c826 [2021-03-05T19:03:43.899Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T19:03:43.899Z] Removing intermediate container ec0d5e43c5f1 [2021-03-05T19:03:43.899Z] ---> 80a1532824dc [2021-03-05T19:03:43.899Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T19:03:43.899Z] ---> 269f158edf0f [2021-03-05T19:03:43.899Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T19:03:44.496Z] ---> Running in 61a05ece5d5d [2021-03-05T19:03:44.496Z] ---> Running in f06d9676a47a [2021-03-05T19:03:45.093Z] Removing intermediate container 14561c92561a [2021-03-05T19:03:45.093Z] ---> b59d537d3ec5 [2021-03-05T19:03:45.093Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T19:03:45.093Z] Removing intermediate container 0cd9ef014ad3 [2021-03-05T19:03:45.093Z] ---> 10f493bc8362 [2021-03-05T19:03:45.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:45.846Z] ---> Running in 83641f8ec12d [2021-03-05T19:03:45.846Z] Removing intermediate container f06d9676a47a [2021-03-05T19:03:45.846Z] ---> b3c4198e2fa5 [2021-03-05T19:03:45.846Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T19:03:45.846Z] ---> 8cec7b9d83f6 [2021-03-05T19:03:45.846Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T19:03:46.548Z] ---> Running in 1765a5c518e0 [2021-03-05T19:03:46.548Z] ---> Running in 55d8454a062d [2021-03-05T19:03:46.548Z] Removing intermediate container 83641f8ec12d [2021-03-05T19:03:46.548Z] ---> 0d8b246c3998 [2021-03-05T19:03:46.548Z] Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:46.837Z] ---> Running in 4cbb7cbaf411 [2021-03-05T19:03:47.105Z] Removing intermediate container 55d8454a062d [2021-03-05T19:03:47.105Z] ---> b5a88b0b1a4b [2021-03-05T19:03:47.105Z] Step 20/21 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:47.105Z] Removing intermediate container 1765a5c518e0 [2021-03-05T19:03:47.105Z] ---> 49830a35326d [2021-03-05T19:03:47.105Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T19:03:47.105Z] ---> f2284b38b3fc [2021-03-05T19:03:47.105Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T19:03:47.716Z] ---> Running in 3d9552511cb0 [2021-03-05T19:03:47.716Z] ---> Running in 8ba8266ddf6e [2021-03-05T19:03:47.716Z] ---> Running in f508232ecca3 [2021-03-05T19:03:47.986Z] Removing intermediate container 4cbb7cbaf411 [2021-03-05T19:03:47.986Z] ---> a6537e7fa25b [2021-03-05T19:03:47.986Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T19:03:48.675Z] ---> Running in 25b8e255045e [2021-03-05T19:03:48.675Z] Removing intermediate container 3d9552511cb0 [2021-03-05T19:03:48.675Z] ---> 0c31cfd74ba2 [2021-03-05T19:03:48.675Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T19:03:48.950Z] Removing intermediate container f508232ecca3 [2021-03-05T19:03:48.950Z] ---> 29cfaad5cbe9 [2021-03-05T19:03:48.950Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:03:49.248Z] Removing intermediate container 8ba8266ddf6e [2021-03-05T19:03:49.248Z] ---> ffabf7af3cca [2021-03-05T19:03:49.248Z] Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:49.248Z] ---> Running in 8bcd542c96c1 [2021-03-05T19:03:49.248Z] ---> Running in 288fb47b0bca [2021-03-05T19:03:49.248Z] ---> Running in 7908f0c17a7d [2021-03-05T19:03:49.248Z] Removing intermediate container 61a05ece5d5d [2021-03-05T19:03:49.248Z] ---> 9321941bcc93 [2021-03-05T19:03:49.248Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:03:49.540Z] Removing intermediate container 25b8e255045e [2021-03-05T19:03:49.540Z] ---> a2ddb180673b [2021-03-05T19:03:49.540Z] [2021-03-05T19:03:50.214Z] Removing intermediate container 7908f0c17a7d [2021-03-05T19:03:50.214Z] ---> 530681128ed9 [2021-03-05T19:03:50.214Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T19:03:50.214Z] Removing intermediate container 8bcd542c96c1 [2021-03-05T19:03:50.214Z] ---> 16c1d9cde506 [2021-03-05T19:03:50.214Z] [2021-03-05T19:03:50.214Z] ---> 953f7c473bf2 [2021-03-05T19:03:50.214Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T19:03:50.835Z] Removing intermediate container 288fb47b0bca [2021-03-05T19:03:50.835Z] ---> 7e0aab97b3a0 [2021-03-05T19:03:50.835Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T19:03:51.821Z] ---> Running in 57652b31f9a8 [2021-03-05T19:03:54.484Z] ---> Running in 942692abee05 [2021-03-05T19:03:55.480Z] ---> d9781390521e [2021-03-05T19:03:55.480Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T19:03:55.480Z] Successfully built a2ddb180673b [2021-03-05T19:03:55.480Z] Removing intermediate container 57652b31f9a8 [2021-03-05T19:03:55.480Z] ---> d02008f3673c [2021-03-05T19:03:55.480Z] [2021-03-05T19:03:55.480Z] Successfully built 16c1d9cde506 [2021-03-05T19:03:55.909Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T19:03:55.909Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-05T19:03:55.909Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T19:03:55.909Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-05T19:03:57.354Z] Successfully built d02008f3673c [2021-03-05T19:03:59.357Z] Removing intermediate container 942692abee05 [2021-03-05T19:03:59.357Z] ---> 1c262e1fb158 [2021-03-05T19:03:59.357Z] Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:03:59.357Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T19:03:59.638Z] Building docker-sys-mgmt-agent-go [2021-03-05T19:03:59.638Z]  Building docker-support-notifications-go ... done  ---> 88f675d16bce [2021-03-05T19:03:59.638Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T19:03:59.941Z] ---> Running in 78506468bf7a [2021-03-05T19:04:01.039Z] Removing intermediate container 78506468bf7a [2021-03-05T19:04:01.039Z] ---> 8e0bff0cf76f [2021-03-05T19:04:01.039Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T19:04:01.039Z] ---> 5e3732196289 [2021-03-05T19:04:01.039Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T19:04:01.039Z] ---> Running in bdc55525f5de [2021-03-05T19:04:01.735Z] Removing intermediate container bdc55525f5de [2021-03-05T19:04:01.735Z] ---> f94dad0461cd [2021-03-05T19:04:01.735Z] [2021-03-05T19:04:01.735Z] ---> 8c9b2b799aac [2021-03-05T19:04:01.735Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T19:04:03.018Z] Successfully built f94dad0461cd [2021-03-05T19:04:04.508Z] Successfully tagged docker-core-data-go:latest [2021-03-05T19:04:04.508Z] Building docker-core-command-go [2021-03-05T19:04:04.508Z]  Building docker-core-data-go ... done  ---> Running in c238ea24739c [2021-03-05T19:04:06.154Z] Removing intermediate container c238ea24739c [2021-03-05T19:04:06.154Z] ---> 1ca815517c71 [2021-03-05T19:04:06.154Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T19:04:11.444Z] ---> 690acea32021 [2021-03-05T19:04:11.444Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T19:04:11.746Z] ---> Running in 6e4773425f00 [2021-03-05T19:04:13.298Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:04:13.298Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:04:13.298Z] ---> 0a307382f0bb [2021-03-05T19:04:13.298Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 321a746656ee [2021-03-05T19:04:13.298Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 0b5e2344e027 [2021-03-05T19:04:13.298Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T19:04:13.298Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:04:13.298Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:04:13.298Z] ---> 0a307382f0bb [2021-03-05T19:04:13.298Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 321a746656ee [2021-03-05T19:04:13.298Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 0b5e2344e027 [2021-03-05T19:04:13.298Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T19:04:13.298Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:04:13.298Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:04:13.298Z] ---> 0a307382f0bb [2021-03-05T19:04:13.298Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 321a746656ee [2021-03-05T19:04:13.298Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 0b5e2344e027 [2021-03-05T19:04:13.298Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T19:04:13.298Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:04:13.298Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:04:13.298Z] ---> 0a307382f0bb [2021-03-05T19:04:13.298Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 321a746656ee [2021-03-05T19:04:13.298Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:04:13.298Z] ---> Using cache [2021-03-05T19:04:13.298Z] ---> 0b5e2344e027 [2021-03-05T19:04:13.298Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T19:04:15.303Z] ---> Running in 5a83c47fcbc7 [2021-03-05T19:04:15.303Z] ---> Running in b9b91ee9866e [2021-03-05T19:04:15.303Z] ---> Running in ef9637fe36b9 [2021-03-05T19:04:15.303Z] ---> Running in c44cfd86ad2e [2021-03-05T19:04:17.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:17.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:04:18.443Z] OK: 217 MiB in 51 packages [2021-03-05T19:04:18.443Z] OK: 217 MiB in 51 packages [2021-03-05T19:04:18.724Z] OK: 217 MiB in 51 packages [2021-03-05T19:04:18.724Z] OK: 217 MiB in 51 packages [2021-03-05T19:04:20.173Z] Removing intermediate container b9b91ee9866e [2021-03-05T19:04:20.173Z] ---> 9b303b3f29a2 [2021-03-05T19:04:20.173Z] Step 6/24 : COPY go.mod . [2021-03-05T19:04:20.173Z] Removing intermediate container 5a83c47fcbc7 [2021-03-05T19:04:20.173Z] ---> eb9551a0bef2 [2021-03-05T19:04:20.173Z] Step 6/21 : COPY go.mod . [2021-03-05T19:04:20.452Z] Removing intermediate container c44cfd86ad2e [2021-03-05T19:04:20.452Z] ---> d5ba35fe33b2 [2021-03-05T19:04:20.452Z] Step 6/26 : COPY go.mod . [2021-03-05T19:04:20.453Z] Removing intermediate container ef9637fe36b9 [2021-03-05T19:04:20.453Z] ---> 276ce3f1a560 [2021-03-05T19:04:20.453Z] Step 6/23 : COPY go.mod . [2021-03-05T19:04:21.047Z] ---> 89f50993902a [2021-03-05T19:04:21.048Z] Step 7/24 : RUN go mod download [2021-03-05T19:04:21.326Z] ---> 623b119091a0 [2021-03-05T19:04:21.326Z] Step 7/21 : RUN go mod download [2021-03-05T19:04:21.326Z] ---> Running in 951a661dba5b [2021-03-05T19:04:21.326Z] ---> Running in 214fff4ec6d3 [2021-03-05T19:04:21.653Z] ---> 5349fe411854 [2021-03-05T19:04:21.653Z] Step 7/23 : RUN go mod download [2021-03-05T19:04:21.653Z] ---> 922e5dac2bea [2021-03-05T19:04:21.653Z] Step 7/26 : RUN go mod download [2021-03-05T19:04:21.932Z] ---> Running in d7f884365521 [2021-03-05T19:04:21.932Z] ---> Running in ed3d87e7b541 [2021-03-05T19:04:22.720Z] Removing intermediate container 6e4773425f00 [2021-03-05T19:04:22.721Z] ---> e95552bc3580 [2021-03-05T19:04:22.721Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T19:04:22.721Z] ---> Running in 56c02cf41314 [2021-03-05T19:04:25.383Z] Removing intermediate container 951a661dba5b [2021-03-05T19:04:25.383Z] ---> f899670cc188 [2021-03-05T19:04:25.383Z] Step 8/24 : COPY . . [2021-03-05T19:04:25.383Z] Removing intermediate container 214fff4ec6d3 [2021-03-05T19:04:25.383Z] ---> 8a778d2dcb92 [2021-03-05T19:04:25.383Z] Step 8/21 : COPY . . [2021-03-05T19:04:25.979Z] Removing intermediate container ed3d87e7b541 [2021-03-05T19:04:25.979Z] ---> 74803800dd0f [2021-03-05T19:04:25.979Z] Step 8/23 : COPY . . [2021-03-05T19:04:25.979Z] Removing intermediate container d7f884365521 [2021-03-05T19:04:25.979Z] ---> d3685c5b897b [2021-03-05T19:04:25.979Z] Step 8/26 : COPY . . [2021-03-05T19:04:26.159Z] Removing intermediate container 56c02cf41314 [2021-03-05T19:04:26.159Z] ---> 28712ceb53b4 [2021-03-05T19:04:26.159Z] Step 28/31 : CMD ["gate"] [2021-03-05T19:04:27.192Z] ---> Running in 654cc53fb4cf [2021-03-05T19:04:29.810Z] Removing intermediate container 654cc53fb4cf [2021-03-05T19:04:29.810Z] ---> 967a4e70d4e4 [2021-03-05T19:04:29.810Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T19:04:30.077Z] ---> Running in c0a62b87c4ed [2021-03-05T19:04:30.343Z] Removing intermediate container c0a62b87c4ed [2021-03-05T19:04:30.343Z] ---> db2081f7f3dd [2021-03-05T19:04:30.343Z] Step 30/31 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:04:31.003Z] ---> Running in 7ff7089d251b [2021-03-05T19:04:32.459Z] Removing intermediate container 7ff7089d251b [2021-03-05T19:04:32.459Z] ---> 2624210cd818 [2021-03-05T19:04:32.459Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T19:04:32.748Z] ---> Running in 45f320ab0f25 [2021-03-05T19:04:33.737Z] Removing intermediate container 45f320ab0f25 [2021-03-05T19:04:33.737Z] ---> 349cc05deed2 [2021-03-05T19:04:33.737Z] [2021-03-05T19:04:34.386Z] Successfully built 349cc05deed2 [2021-03-05T19:04:34.386Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T19:04:52.777Z] ---> 8aec66c5446c [2021-03-05T19:04:52.777Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T19:04:52.777Z] ---> ae89ff0911f5 [2021-03-05T19:04:52.777Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T19:04:52.777Z] ---> 5063c5e88f46 [2021-03-05T19:04:52.777Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T19:04:52.777Z] ---> e515399b1c88 [2021-03-05T19:04:52.777Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T19:04:52.777Z] ---> Running in 3ff98688bc4e [2021-03-05T19:04:52.777Z] ---> Running in a7e689b73e96 [2021-03-05T19:04:52.777Z] ---> Running in 207cfbc65656 [2021-03-05T19:04:52.777Z] ---> Running in 89f48197528e [2021-03-05T19:04:52.777Z] 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-05T19:04:52.777Z] 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-05T19:04:52.777Z] 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-05T19:04:52.777Z] 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-05T19:05:58.244Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:05:58.245Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:05:58.245Z] ---> 48a24ec47e52 [2021-03-05T19:05:58.245Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> b4502ba9e017 [2021-03-05T19:05:58.245Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> 2cabf0aae2be [2021-03-05T19:05:58.245Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T19:05:58.245Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:05:58.245Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:05:58.245Z] ---> 48a24ec47e52 [2021-03-05T19:05:58.245Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> b4502ba9e017 [2021-03-05T19:05:58.245Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> 2cabf0aae2be [2021-03-05T19:05:58.245Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T19:05:58.245Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:05:58.245Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:05:58.245Z] ---> 48a24ec47e52 [2021-03-05T19:05:58.245Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> b4502ba9e017 [2021-03-05T19:05:58.245Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> 2cabf0aae2be [2021-03-05T19:05:58.245Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T19:05:58.245Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T19:05:58.245Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T19:05:58.245Z] ---> 48a24ec47e52 [2021-03-05T19:05:58.245Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> b4502ba9e017 [2021-03-05T19:05:58.245Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T19:05:58.245Z] ---> Using cache [2021-03-05T19:05:58.245Z] ---> 2cabf0aae2be [2021-03-05T19:05:58.245Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T19:05:58.245Z] ---> Running in bcd0ae0a5a05 [2021-03-05T19:05:58.245Z] ---> Running in d13ef026faad [2021-03-05T19:05:58.245Z] ---> Running in 60b0951fc826 [2021-03-05T19:05:58.245Z] ---> Running in 69c49ef85ad9 [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:05:58.245Z] OK: 233 MiB in 51 packages [2021-03-05T19:05:58.245Z] OK: 233 MiB in 51 packages [2021-03-05T19:05:58.245Z] OK: 233 MiB in 51 packages [2021-03-05T19:05:58.245Z] OK: 233 MiB in 51 packages [2021-03-05T19:05:58.245Z] Removing intermediate container d13ef026faad [2021-03-05T19:05:58.245Z] ---> c89cae995f57 [2021-03-05T19:05:58.245Z] Step 6/23 : COPY go.mod . [2021-03-05T19:05:58.245Z] Removing intermediate container bcd0ae0a5a05 [2021-03-05T19:05:58.245Z] ---> 0f79f13377d8 [2021-03-05T19:05:58.245Z] Step 6/26 : COPY go.mod . [2021-03-05T19:05:58.245Z] Removing intermediate container 60b0951fc826 [2021-03-05T19:05:58.245Z] ---> 72de818471ee [2021-03-05T19:05:58.245Z] Step 6/23 : COPY go.mod . [2021-03-05T19:05:58.245Z] Removing intermediate container 69c49ef85ad9 [2021-03-05T19:05:58.245Z] ---> cf80d4d8a2c6 [2021-03-05T19:05:58.245Z] Step 6/24 : COPY go.mod . [2021-03-05T19:05:58.245Z] ---> 47212d92fe1c [2021-03-05T19:05:58.245Z] Step 7/23 : RUN go mod download [2021-03-05T19:05:58.245Z] ---> 1c7c32d0df55 [2021-03-05T19:05:58.245Z] Step 7/26 : RUN go mod download [2021-03-05T19:05:58.245Z] ---> 659c0342cf2a [2021-03-05T19:05:58.245Z] Step 7/23 : RUN go mod download [2021-03-05T19:05:58.245Z] ---> Running in 58b77d99b1f6 [2021-03-05T19:05:58.245Z] ---> Running in bd80b05cbde6 [2021-03-05T19:05:58.245Z] ---> Running in fc781c112366 [2021-03-05T19:05:58.245Z] ---> 67b55c711abc [2021-03-05T19:05:58.245Z] Step 7/24 : RUN go mod download [2021-03-05T19:05:58.245Z] ---> Running in be7b41181dfc [2021-03-05T19:06:01.079Z] 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-05T19:06:01.080Z] 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-05T19:06:07.633Z] Removing intermediate container 58b77d99b1f6 [2021-03-05T19:06:07.633Z] ---> c007629a647a [2021-03-05T19:06:07.633Z] Step 8/26 : COPY . . [2021-03-05T19:06:07.633Z] Removing intermediate container fc781c112366 [2021-03-05T19:06:07.633Z] ---> 2ac972f0dbf8 [2021-03-05T19:06:07.633Z] Step 8/23 : COPY . . [2021-03-05T19:06:08.273Z] Removing intermediate container be7b41181dfc [2021-03-05T19:06:08.273Z] ---> c59b799eb758 [2021-03-05T19:06:08.273Z] Step 8/24 : COPY . . [2021-03-05T19:06:08.581Z] Removing intermediate container bd80b05cbde6 [2021-03-05T19:06:08.581Z] ---> de24037b3a6a [2021-03-05T19:06:08.581Z] Step 8/23 : COPY . . [2021-03-05T19:06:11.276Z] Removing intermediate container 89f48197528e [2021-03-05T19:06:11.276Z] ---> 06cdfabc918f [2021-03-05T19:06:11.276Z] [2021-03-05T19:06:11.277Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T19:06:11.277Z] ---> d10569e2745f [2021-03-05T19:06:11.277Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T19:06:11.554Z] ---> Running in 3afdb5a44ed1 [2021-03-05T19:06:14.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:14.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:14.786Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T19:06:15.063Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T19:06:15.063Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T19:06:15.063Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T19:06:15.063Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T19:06:15.063Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:06:15.063Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T19:06:15.342Z] OK: 7 MiB in 19 packages [2021-03-05T19:06:15.940Z] Removing intermediate container 3ff98688bc4e [2021-03-05T19:06:15.941Z] ---> 2ebd2d90519a [2021-03-05T19:06:15.941Z] [2021-03-05T19:06:15.941Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T19:06:15.941Z] ---> d10569e2745f [2021-03-05T19:06:15.941Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T19:06:16.215Z] Removing intermediate container a7e689b73e96 [2021-03-05T19:06:16.215Z] ---> a4bb8050960d [2021-03-05T19:06:16.215Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T19:06:16.215Z] ---> Running in 98d0ad96a269 [2021-03-05T19:06:16.494Z] ---> Running in 88d22dc0badd [2021-03-05T19:06:17.971Z] Removing intermediate container 3afdb5a44ed1 [2021-03-05T19:06:17.971Z] ---> 95342605ead9 [2021-03-05T19:06:17.971Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T19:06:18.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:18.255Z] ---> Running in e26ae9140372 [2021-03-05T19:06:18.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:18.534Z] 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-05T19:06:18.815Z] Removing intermediate container e26ae9140372 [2021-03-05T19:06:18.815Z] ---> dfe74a44fb57 [2021-03-05T19:06:18.815Z] Step 13/24 : WORKDIR / [2021-03-05T19:06:19.090Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T19:06:19.090Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T19:06:19.090Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T19:06:19.090Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T19:06:19.090Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:06:19.090Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T19:06:19.090Z] ---> Running in 0ae830976440 [2021-03-05T19:06:19.366Z] OK: 7 MiB in 18 packages [2021-03-05T19:06:19.976Z] Removing intermediate container 0ae830976440 [2021-03-05T19:06:19.976Z] ---> 3c762da38c3f [2021-03-05T19:06:19.976Z] 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-05T19:06:20.975Z] ---> 0b22a10d5a13 [2021-03-05T19:06:20.975Z] 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-05T19:06:21.570Z] Removing intermediate container 98d0ad96a269 [2021-03-05T19:06:21.570Z] ---> 07961b631c3e [2021-03-05T19:06:21.570Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T19:06:22.166Z] ---> Running in d9b63ab31568 [2021-03-05T19:06:22.166Z] ---> 30f46ee8a6fc [2021-03-05T19:06:22.166Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T19:06:22.764Z] Removing intermediate container d9b63ab31568 [2021-03-05T19:06:22.764Z] ---> bfa76d4e1460 [2021-03-05T19:06:22.764Z] Step 13/21 : WORKDIR /edgex [2021-03-05T19:06:23.040Z] ---> Running in dede99d255cf [2021-03-05T19:06:23.040Z] Removing intermediate container 88d22dc0badd [2021-03-05T19:06:23.040Z] ---> b2e9b241d1f4 [2021-03-05T19:06:23.040Z] [2021-03-05T19:06:23.040Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T19:06:23.313Z] 20.10.0: Pulling from library/docker [2021-03-05T19:06:23.313Z] ---> 03f714db30a4 [2021-03-05T19:06:23.313Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T19:06:23.588Z] Removing intermediate container dede99d255cf [2021-03-05T19:06:23.588Z] ---> ee4b7e06ecc4 [2021-03-05T19:06:23.588Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T19:06:25.569Z] ---> 4cbeec196438 [2021-03-05T19:06:25.569Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T19:06:25.845Z] ---> 986072c76516 [2021-03-05T19:06:25.845Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T19:06:27.824Z] ---> c1c67309f90b [2021-03-05T19:06:27.825Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T19:06:28.101Z] Removing intermediate container 207cfbc65656 [2021-03-05T19:06:28.101Z] ---> 984e536d291d [2021-03-05T19:06:28.101Z] [2021-03-05T19:06:28.101Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T19:06:28.101Z] ---> d10569e2745f [2021-03-05T19:06:28.101Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T19:06:28.101Z] ---> Using cache [2021-03-05T19:06:28.101Z] ---> c8200fccdefd [2021-03-05T19:06:28.101Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:06:28.101Z] ---> Using cache [2021-03-05T19:06:28.101Z] ---> 8b905137218c [2021-03-05T19:06:28.101Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T19:06:28.101Z] ---> 01321e76ad78 [2021-03-05T19:06:28.101Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T19:06:28.377Z] ---> Running in 1e214798e977 [2021-03-05T19:06:29.360Z] Removing intermediate container 1e214798e977 [2021-03-05T19:06:29.360Z] ---> 6ceae3c749ec [2021-03-05T19:06:29.360Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T19:06:29.963Z] ---> df32ce449119 [2021-03-05T19:06:29.963Z] 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-05T19:06:29.963Z] ---> Running in e91f65f9fc83 [2021-03-05T19:06:30.238Z] ---> 315997daba67 [2021-03-05T19:06:30.238Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T19:06:30.511Z] ---> Running in 2d5c376ac4b0 [2021-03-05T19:06:30.787Z] ---> Running in f6df205bc834 [2021-03-05T19:06:31.068Z] Removing intermediate container e91f65f9fc83 [2021-03-05T19:06:31.068Z] ---> 1b09f18cc7bd [2021-03-05T19:06:31.068Z] Step 15/23 : WORKDIR / [2021-03-05T19:06:31.339Z] ---> Running in c36c3356df36 [2021-03-05T19:06:31.938Z] Removing intermediate container f6df205bc834 [2021-03-05T19:06:31.938Z] ---> e8852a2e0fac [2021-03-05T19:06:31.938Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T19:06:32.539Z] ---> Running in f6dfca8cc3ba [2021-03-05T19:06:32.539Z] Removing intermediate container c36c3356df36 [2021-03-05T19:06:32.539Z] ---> 794ea36c6eb6 [2021-03-05T19:06:32.539Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:06:33.147Z] Removing intermediate container f6dfca8cc3ba [2021-03-05T19:06:33.147Z] ---> 20022eb31ce1 [2021-03-05T19:06:33.147Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T19:06:33.745Z] ---> Running in 6e8a5f7ab8f9 [2021-03-05T19:06:34.018Z] Removing intermediate container 2d5c376ac4b0 [2021-03-05T19:06:34.018Z] ---> db851645b91e [2021-03-05T19:06:34.018Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T19:06:34.290Z] ---> 5885a47092f1 [2021-03-05T19:06:34.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T19:06:34.571Z] ---> Running in 6a3c0b001dd3 [2021-03-05T19:06:34.845Z] Removing intermediate container 6e8a5f7ab8f9 [2021-03-05T19:06:34.845Z] ---> a1bcf23199e3 [2021-03-05T19:06:34.845Z] Step 20/21 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:06:35.118Z] ---> Running in d2c4d8ed21b0 [2021-03-05T19:06:35.393Z] Removing intermediate container 6a3c0b001dd3 [2021-03-05T19:06:35.393Z] ---> 63ec17e6f0aa [2021-03-05T19:06:35.393Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T19:06:35.667Z] ---> Running in 94c7e453be85 [2021-03-05T19:06:35.951Z] ---> 1dc1d3e16abc [2021-03-05T19:06:35.951Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T19:06:35.951Z] Removing intermediate container d2c4d8ed21b0 [2021-03-05T19:06:35.951Z] ---> c1a6ba4ac2ee [2021-03-05T19:06:35.951Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T19:06:35.951Z] ---> Running in a74bff6bcc98 [2021-03-05T19:06:36.224Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T19:06:36.224Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T19:06:36.224Z] ---> eeaf43b92773 [2021-03-05T19:06:36.224Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T19:06:36.224Z] Removing intermediate container 94c7e453be85 [2021-03-05T19:06:36.224Z] ---> 43cb0bea1c94 [2021-03-05T19:06:36.224Z] Step 23/24 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:06:36.495Z] ---> Running in 1ca38ea1f941 [2021-03-05T19:06:36.495Z] ---> Running in 015c39292609 [2021-03-05T19:06:36.767Z] Removing intermediate container a74bff6bcc98 [2021-03-05T19:06:36.767Z] ---> 642eb68147a1 [2021-03-05T19:06:36.767Z] [2021-03-05T19:06:36.767Z] ---> 1e7b952ad6ca [2021-03-05T19:06:36.767Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T19:06:37.043Z] ---> Running in 38f5c88300ac [2021-03-05T19:06:37.316Z] Removing intermediate container 1ca38ea1f941 [2021-03-05T19:06:37.316Z] ---> 621f588750fc [2021-03-05T19:06:37.316Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T19:06:37.316Z] Successfully built 642eb68147a1 [2021-03-05T19:06:37.316Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T19:06:37.316Z]  Building docker-security-proxy-setup-go ... done  ---> Running in ddac96a7ac03 [2021-03-05T19:06:37.913Z] Removing intermediate container 38f5c88300ac [2021-03-05T19:06:37.913Z] ---> ef17f26bc4c7 [2021-03-05T19:06:37.913Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:06:37.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:37.913Z] ---> Running in dc4cf5a4e044 [2021-03-05T19:06:37.913Z] Removing intermediate container ddac96a7ac03 [2021-03-05T19:06:37.913Z] ---> 1c932d0fd698 [2021-03-05T19:06:37.913Z] [2021-03-05T19:06:38.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:38.461Z] Successfully built 1c932d0fd698 [2021-03-05T19:06:38.461Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T19:06:38.461Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container dc4cf5a4e044 [2021-03-05T19:06:38.461Z] ---> e64a745cd361 [2021-03-05T19:06:38.461Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T19:06:38.734Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T19:06:38.734Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T19:06:38.734Z] ---> Running in f1a0ae35359a [2021-03-05T19:06:38.734Z] Executing bash-5.0.17-r0.post-install [2021-03-05T19:06:38.734Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:06:38.734Z] OK: 12 MiB in 22 packages [2021-03-05T19:06:39.330Z] Removing intermediate container f1a0ae35359a [2021-03-05T19:06:39.330Z] ---> 9630eab4cb16 [2021-03-05T19:06:39.330Z] Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:06:39.330Z] ---> Running in 6a9661caad38 [2021-03-05T19:06:39.930Z] Removing intermediate container 6a9661caad38 [2021-03-05T19:06:39.930Z] ---> d8f1b96b03d8 [2021-03-05T19:06:39.930Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T19:06:40.208Z] ---> Running in a1b83160b871 [2021-03-05T19:06:40.208Z] Removing intermediate container 015c39292609 [2021-03-05T19:06:40.208Z] ---> 42cdc32e0bdc [2021-03-05T19:06:40.208Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T19:06:40.208Z] ---> Running in f868bcdad4e2 [2021-03-05T19:06:40.482Z] Removing intermediate container a1b83160b871 [2021-03-05T19:06:40.482Z] ---> 76dd00a44357 [2021-03-05T19:06:40.482Z] [2021-03-05T19:06:41.078Z] Removing intermediate container f868bcdad4e2 [2021-03-05T19:06:41.078Z] ---> 82e152718d0d [2021-03-05T19:06:41.078Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T19:06:41.078Z] Successfully built 76dd00a44357 [2021-03-05T19:06:41.078Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T19:06:41.078Z]  Building docker-core-metadata-go ... done  ---> Running in 081faf291fd3 [2021-03-05T19:06:41.672Z] Removing intermediate container 081faf291fd3 [2021-03-05T19:06:41.672Z] ---> 111272ce7d21 [2021-03-05T19:06:41.672Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T19:06:41.672Z] ---> Running in 61bd7286fc95 [2021-03-05T19:06:42.263Z] Removing intermediate container 61bd7286fc95 [2021-03-05T19:06:42.263Z] ---> e974b6707a07 [2021-03-05T19:06:42.263Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T19:06:43.250Z] ---> fec7842a5ae0 [2021-03-05T19:06:43.250Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T19:06:43.845Z] ---> 6cfe52607154 [2021-03-05T19:06:43.845Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T19:06:44.833Z] ---> 44597e67a958 [2021-03-05T19:06:44.833Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T19:06:44.833Z] ---> Running in acc84b8e636b [2021-03-05T19:06:46.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:46.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:06:46.862Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T19:06:46.862Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T19:06:46.862Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T19:06:46.862Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T19:06:46.862Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T19:06:46.862Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T19:06:46.862Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T19:06:48.824Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T19:06:48.825Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T19:06:48.825Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T19:06:48.825Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T19:06:48.825Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T19:06:48.825Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T19:06:48.825Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T19:06:48.825Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T19:06:48.825Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T19:06:48.825Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T19:06:48.825Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T19:06:48.825Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T19:06:48.825Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T19:06:48.825Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T19:06:48.825Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T19:06:48.825Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T19:06:48.825Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T19:06:48.825Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T19:06:48.825Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T19:06:48.825Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T19:06:48.825Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T19:06:48.825Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T19:06:48.825Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T19:06:48.825Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T19:06:49.096Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T19:06:49.096Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T19:06:49.096Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:06:49.096Z] OK: 71 MiB in 55 packages [2021-03-05T19:06:55.794Z] Removing intermediate container acc84b8e636b [2021-03-05T19:06:55.794Z] ---> d0da40ed66a8 [2021-03-05T19:06:55.794Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T19:06:55.794Z] ---> Running in 29dff325c401 [2021-03-05T19:07:00.082Z] Collecting docker-compose==1.23.2 [2021-03-05T19:07:00.082Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T19:07:01.050Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T19:07:01.050Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T19:07:03.750Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T19:07:03.750Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T19:07:04.360Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T19:07:04.360Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T19:07:06.333Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T19:07:06.333Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T19:07:07.302Z] Collecting PyYAML<4,>=3.10 [2021-03-05T19:07:07.302Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T19:07:10.673Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T19:07:10.673Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T19:07:10.673Z] 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-05T19:07:10.942Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T19:07:10.942Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T19:07:11.533Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T19:07:11.533Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T19:07:13.496Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T19:07:13.496Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T19:07:13.496Z] 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-05T19:07:14.087Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T19:07:14.088Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T19:07:14.358Z] Collecting idna<2.8,>=2.5 [2021-03-05T19:07:14.358Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T19:07:14.358Z] 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-05T19:07:14.627Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T19:07:14.628Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T19:07:14.628Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T19:07:14.628Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T19:07:14.628Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T19:07:14.628Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T19:07:15.595Z] Installing collected packages: dockerpty, urllib3, idna, requests, texttable, websocket-client, PyYAML, jsonschema, docker-pycreds, docker, docopt, cached-property, docker-compose [2021-03-05T19:07:15.595Z] Running setup.py install for dockerpty: started [2021-03-05T19:07:17.564Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T19:07:17.564Z] Attempting uninstall: urllib3 [2021-03-05T19:07:17.564Z] Found existing installation: urllib3 1.25.9 [2021-03-05T19:07:17.564Z] Uninstalling urllib3-1.25.9: [2021-03-05T19:07:17.564Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T19:07:18.157Z] Attempting uninstall: idna [2021-03-05T19:07:18.157Z] Found existing installation: idna 2.9 [2021-03-05T19:07:18.157Z] Uninstalling idna-2.9: [2021-03-05T19:07:18.157Z] Successfully uninstalled idna-2.9 [2021-03-05T19:07:18.751Z] Attempting uninstall: requests [2021-03-05T19:07:18.751Z] Found existing installation: requests 2.23.0 [2021-03-05T19:07:18.751Z] Uninstalling requests-2.23.0: [2021-03-05T19:07:18.751Z] Successfully uninstalled requests-2.23.0 [2021-03-05T19:07:19.024Z] Running setup.py install for texttable: started [2021-03-05T19:07:20.985Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T19:07:21.256Z] Running setup.py install for PyYAML: started [2021-03-05T19:07:23.217Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T19:07:24.188Z] Running setup.py install for docopt: started [2021-03-05T19:07:26.148Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T19:07:27.118Z] 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-05T19:07:30.486Z] Removing intermediate container 29dff325c401 [2021-03-05T19:07:30.486Z] ---> caf135d31540 [2021-03-05T19:07:30.486Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T19:07:30.763Z] ---> Running in fc9470c1708c [2021-03-05T19:07:31.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T19:07:32.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T19:07:32.597Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T19:07:32.597Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T19:07:32.597Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T19:07:32.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:07:32.597Z] OK: 71 MiB in 58 packages [2021-03-05T19:07:33.575Z] Removing intermediate container fc9470c1708c [2021-03-05T19:07:33.575Z] ---> fe1ff4a5653d [2021-03-05T19:07:33.575Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T19:07:33.848Z] ---> Running in 378a24cd7b95 [2021-03-05T19:07:34.443Z] Removing intermediate container 378a24cd7b95 [2021-03-05T19:07:34.443Z] ---> b6c5d3778967 [2021-03-05T19:07:34.443Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:07:34.443Z] ---> Running in 57b5c9aa66b4 [2021-03-05T19:07:35.038Z] Removing intermediate container 57b5c9aa66b4 [2021-03-05T19:07:35.038Z] ---> af2c36fd7e93 [2021-03-05T19:07:35.038Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T19:07:35.038Z] ---> Running in 4ca3097c28d5 [2021-03-05T19:07:35.632Z] Removing intermediate container 4ca3097c28d5 [2021-03-05T19:07:35.632Z] ---> 5cdb23eaf429 [2021-03-05T19:07:35.632Z] Step 25/26 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:07:35.632Z] ---> Running in 4ff8b0511170 [2021-03-05T19:07:36.225Z] Removing intermediate container 4ff8b0511170 [2021-03-05T19:07:36.225Z] ---> be88b0db6852 [2021-03-05T19:07:36.225Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T19:07:36.225Z] ---> Running in 897d4733c370 [2021-03-05T19:07:36.817Z] Removing intermediate container 897d4733c370 [2021-03-05T19:07:36.817Z] ---> ae362f139736 [2021-03-05T19:07:36.817Z] [2021-03-05T19:07:37.090Z] Successfully built ae362f139736 [2021-03-05T19:07:37.090Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T19:07:37.700Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T19:07:37.709Z] $ docker stop --time=1 138b735a8776fcace819c0b6bcf9aec2c23d684352d7625ebdf27069282fb24d [2021-03-05T19:07:39.554Z] $ docker rm -f 138b735a8776fcace819c0b6bcf9aec2c23d684352d7625ebdf27069282fb24d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T19:07:40.332Z] + + docker images [2021-03-05T19:07:40.332Z] grep docker [2021-03-05T19:07:40.604Z] docker-sys-mgmt-agent-go-arm64 latest ae362f139736 4 seconds ago 300MB [2021-03-05T19:07:40.604Z] docker-core-metadata-go-arm64 latest 76dd00a44357 About a minute ago 17.9MB [2021-03-05T19:07:40.604Z] docker-security-secretstore-setup-go-arm64 latest 1c932d0fd698 About a minute ago 23.7MB [2021-03-05T19:07:40.604Z] docker-security-proxy-setup-go-arm64 latest 642eb68147a1 About a minute ago 23.4MB [2021-03-05T19:07:40.604Z] docker-core-data-go-arm64 latest 80189bc6a746 4 minutes ago 21.1MB [2021-03-05T19:07:40.604Z] docker-security-bootstrapper-go-arm64 latest 3ffc23548c1e 4 minutes ago 17.8MB [2021-03-05T19:07:40.604Z] docker-support-notifications-go-arm64 latest c961b9c77316 4 minutes ago 16.9MB [2021-03-05T19:07:40.604Z] docker-support-scheduler-go-arm64 latest e2899067c78d 4 minutes ago 16.3MB [2021-03-05T19:07:40.604Z] docker-core-command-go-arm64 latest 2b434569941e 4 minutes ago 16.2MB [2021-03-05T19:07:40.604Z] docker 20.10.0 eeaf43b92773 2 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-05T19:07:41.905Z] ---> job-cost.sh [2021-03-05T19:07:41.905Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3EhK [2021-03-05T19:08:20.840Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T19:08:32.899Z] ---> fb1231d2f5c2 [2021-03-05T19:08:32.899Z] ---> 8b81d61e04ba [2021-03-05T19:08:32.899Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 9aad6f698687 [2021-03-05T19:08:32.899Z] Step 9/23 : RUN make cmd/core-command/core-commandStep 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T19:08:32.899Z] [2021-03-05T19:08:32.899Z] [2021-03-05T19:08:32.899Z] ---> Running in 4d7db5535d3f [2021-03-05T19:08:32.899Z] ---> Running in c3da757ed3b0 [2021-03-05T19:08:32.900Z] ---> Running in c8c731923dd5 [2021-03-05T19:08:32.900Z] ---> 868b4448b3ac [2021-03-05T19:08:32.900Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T19:08:32.900Z] ---> Running in d6f7bc186d48 [2021-03-05T19:08:32.900Z] 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-05T19:08:32.900Z] 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-05T19:08:32.900Z] 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-05T19:08:32.900Z] 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-05T19:09:44.169Z] 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-05T19:09:44.169Z] Removing intermediate container c3da757ed3b0 [2021-03-05T19:09:44.169Z] ---> dce16a019812 [2021-03-05T19:09:44.169Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T19:09:44.169Z] ---> Running in 82919bbf0fac [2021-03-05T19:09:44.169Z] Removing intermediate container 4d7db5535d3f [2021-03-05T19:09:44.169Z] ---> e64281a8b754 [2021-03-05T19:09:44.169Z] [2021-03-05T19:09:44.169Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T19:09:44.169Z] ---> 88dd2752d2ea [2021-03-05T19:09:44.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T19:09:44.169Z] ---> Using cache [2021-03-05T19:09:44.169Z] ---> 11f8752071b7 [2021-03-05T19:09:44.169Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:09:44.169Z] ---> Using cache [2021-03-05T19:09:44.169Z] ---> fa72d993c0e8 [2021-03-05T19:09:44.169Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T19:09:44.169Z] ---> Running in d6da39b2e5c2 [2021-03-05T19:09:44.840Z] Removing intermediate container d6da39b2e5c2 [2021-03-05T19:09:44.840Z] ---> 45b169524c47 [2021-03-05T19:09:44.840Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T19:09:47.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-05T19:09:48.962Z] ---> Running in 7c3ca7b268aa [2021-03-05T19:09:50.388Z] Removing intermediate container d6f7bc186d48 [2021-03-05T19:09:50.388Z] ---> 32eb63664bc9 [2021-03-05T19:09:50.388Z] [2021-03-05T19:09:50.388Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T19:09:50.388Z] ---> 88dd2752d2ea [2021-03-05T19:09:50.388Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T19:09:51.136Z] Removing intermediate container 7c3ca7b268aa [2021-03-05T19:09:51.136Z] ---> bc3d24b3ed13 [2021-03-05T19:09:51.136Z] Step 15/23 : WORKDIR / [2021-03-05T19:09:51.488Z] ---> Running in d6aba47c20d0 [2021-03-05T19:09:52.095Z] Removing intermediate container c8c731923dd5 [2021-03-05T19:09:52.095Z] ---> e4a2ce232807 [2021-03-05T19:09:52.095Z] [2021-03-05T19:09:52.095Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T19:09:52.095Z] ---> 88dd2752d2ea [2021-03-05T19:09:52.095Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T19:09:52.095Z] ---> Using cache [2021-03-05T19:09:52.095Z] ---> 11f8752071b7 [2021-03-05T19:09:52.095Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T19:09:52.095Z] ---> Using cache [2021-03-05T19:09:52.095Z] ---> fa72d993c0e8 [2021-03-05T19:09:52.095Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T19:09:52.095Z] ---> Running in 6ca6edfa393d [2021-03-05T19:09:54.159Z] ---> Running in 5e063f25d2ed [2021-03-05T19:09:54.841Z] Removing intermediate container 6ca6edfa393d [2021-03-05T19:09:54.841Z] ---> 035aa34480aa [2021-03-05T19:09:54.841Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:09:55.155Z] Removing intermediate container 5e063f25d2ed [2021-03-05T19:09:55.155Z] ---> 02c023e89c5f [2021-03-05T19:09:55.155Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T19:09:55.441Z] ---> Running in d33d5dd887f9 [2021-03-05T19:09:55.441Z] Removing intermediate container 82919bbf0fac [2021-03-05T19:09:55.441Z] ---> 3a98a876d6a6 [2021-03-05T19:09:55.441Z] [2021-03-05T19:09:55.441Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T19:09:55.441Z] 20.10.0: Pulling from library/docker [2021-03-05T19:09:55.732Z] ---> 7f2509b43aad [2021-03-05T19:09:55.732Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T19:09:55.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:09:55.732Z] Removing intermediate container d33d5dd887f9 [2021-03-05T19:09:55.732Z] ---> f4f31d4eb681 [2021-03-05T19:09:55.732Z] Step 15/23 : WORKDIR / [2021-03-05T19:09:55.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:09:55.732Z] ---> Running in 081b442bef08 [2021-03-05T19:09:56.029Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T19:09:56.029Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T19:09:56.029Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T19:09:56.029Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T19:09:56.029Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T19:09:56.514Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:09:56.514Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T19:09:56.895Z] OK: 7 MiB in 19 packages [2021-03-05T19:09:58.706Z] Removing intermediate container 081b442bef08 [2021-03-05T19:09:58.706Z] ---> e0045819d48e [2021-03-05T19:09:58.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T19:09:58.706Z] ---> 2ef47765aab1 [2021-03-05T19:09:58.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T19:10:00.809Z] ---> 5896666440a9 [2021-03-05T19:10:00.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T19:10:00.809Z] ---> b39aaf223d62 [2021-03-05T19:10:00.809Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T19:10:00.809Z] Removing intermediate container d6aba47c20d0 [2021-03-05T19:10:00.809Z] ---> 00eafe468ba2 [2021-03-05T19:10:00.809Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T19:10:00.809Z] ---> Running in ec046fe0b646 [2021-03-05T19:10:00.809Z] ---> Running in 977c25427301 [2021-03-05T19:10:02.166Z] Removing intermediate container ec046fe0b646 [2021-03-05T19:10:02.166Z] ---> 8735d05b6546 [2021-03-05T19:10:02.166Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:10:02.166Z] Removing intermediate container 977c25427301 [2021-03-05T19:10:02.166Z] ---> 7bf5fbb5aaf7 [2021-03-05T19:10:02.166Z] Step 13/24 : WORKDIR / [2021-03-05T19:10:02.864Z] ---> Running in 79e2b54c1eab [2021-03-05T19:10:02.864Z] ---> Running in 7ae97b347b85 [2021-03-05T19:10:04.005Z] ---> c94572c572f8 [2021-03-05T19:10:04.005Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T19:10:04.394Z] Removing intermediate container 79e2b54c1eab [2021-03-05T19:10:04.394Z] ---> 7f9cd40694a6 [2021-03-05T19:10:04.394Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T19:10:04.878Z] ---> Running in ccb6be0b211f [2021-03-05T19:10:04.878Z] Removing intermediate container 7ae97b347b85 [2021-03-05T19:10:04.878Z] ---> cab54169a5a6 [2021-03-05T19:10:05.406Z] 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-05T19:10:06.232Z] Removing intermediate container ccb6be0b211f [2021-03-05T19:10:06.232Z] ---> 745a18003ba3 [2021-03-05T19:10:06.232Z] Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:10:06.232Z] ---> 8dc4a6963a76 [2021-03-05T19:10:06.232Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T19:10:06.515Z] ---> Running in af8887cf7f9b [2021-03-05T19:10:06.515Z] ---> Running in 923e4af524e2 [2021-03-05T19:10:06.908Z] ---> 252b49542c99 [2021-03-05T19:10:06.908Z] 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-05T19:10:07.961Z] Removing intermediate container af8887cf7f9b [2021-03-05T19:10:07.961Z] ---> a7682a20a9ec [2021-03-05T19:10:07.961Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T19:10:07.961Z] Removing intermediate container 923e4af524e2 [2021-03-05T19:10:07.961Z] ---> 68db06e7949a [2021-03-05T19:10:07.961Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:10:08.234Z] ---> Running in e27864a33a37 [2021-03-05T19:10:08.234Z] ---> c3f0f4200717 [2021-03-05T19:10:08.234Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T19:10:08.234Z] ---> Running in 877d4e6da3e5 [2021-03-05T19:10:08.860Z] Removing intermediate container e27864a33a37 [2021-03-05T19:10:08.860Z] ---> 0e02c5987291 [2021-03-05T19:10:08.860Z] [2021-03-05T19:10:08.860Z] Removing intermediate container 877d4e6da3e5 [2021-03-05T19:10:08.860Z] ---> ebc0cbf74a39 [2021-03-05T19:10:08.860Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T19:10:09.484Z] ---> 50d96bc66a3b [2021-03-05T19:10:09.484Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T19:10:10.153Z] ---> Running in 4f21e88696f3 [2021-03-05T19:10:12.561Z] Successfully built 0e02c5987291 [2021-03-05T19:10:12.561Z] Removing intermediate container 4f21e88696f3 [2021-03-05T19:10:12.561Z] ---> 1d29c48f6ca8 [2021-03-05T19:10:12.561Z] Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:10:12.561Z] Successfully tagged docker-core-command-go:latest [2021-03-05T19:10:12.923Z]  Building docker-core-command-go ... done  ---> Running in d115012d3a93 [2021-03-05T19:10:12.923Z] ---> a0d71ff0947d [2021-03-05T19:10:12.923Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T19:10:15.885Z] Removing intermediate container d115012d3a93 [2021-03-05T19:10:15.885Z] ---> c19cdcce38b9 [2021-03-05T19:10:15.885Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T19:10:15.885Z] ---> Running in f5ecc001ebaf [2021-03-05T19:10:15.885Z] ---> f02e649fba69 [2021-03-05T19:10:15.885Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T19:10:16.330Z] Removing intermediate container f5ecc001ebaf [2021-03-05T19:10:16.330Z] ---> bd80c9509068 [2021-03-05T19:10:16.330Z] [2021-03-05T19:10:16.981Z] ---> d988200cab6e [2021-03-05T19:10:16.981Z] 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-05T19:10:16.981Z] ---> Running in 109269ecbe1f [2021-03-05T19:10:19.831Z] Successfully built bd80c9509068 [2021-03-05T19:10:19.831Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T19:10:19.831Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T19:10:19.831Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T19:10:19.831Z] ---> aefe523efa57 [2021-03-05T19:10:19.831Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T19:10:20.297Z] ---> Running in b6e08d7a43dc [2021-03-05T19:10:23.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:10:23.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:10:23.390Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T19:10:23.390Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T19:10:23.390Z] Executing bash-5.0.17-r0.post-install [2021-03-05T19:10:23.703Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:10:23.703Z] OK: 12 MiB in 22 packages [2021-03-05T19:10:23.969Z] Removing intermediate container 109269ecbe1f [2021-03-05T19:10:23.969Z] ---> d217d50cabe3 [2021-03-05T19:10:23.969Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T19:10:24.262Z] ---> Running in cbe889ff1ad6 [2021-03-05T19:10:25.366Z] Removing intermediate container cbe889ff1ad6 [2021-03-05T19:10:25.366Z] ---> ba85c12a4c8c [2021-03-05T19:10:25.366Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T19:10:25.366Z] ---> Running in fd96738da696 [2021-03-05T19:10:25.676Z] Removing intermediate container b6e08d7a43dc [2021-03-05T19:10:25.676Z] ---> a0ae74030756 [2021-03-05T19:10:25.676Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T19:10:25.676Z] ---> Running in a7387c26dd07 [2021-03-05T19:10:26.013Z] Removing intermediate container fd96738da696 [2021-03-05T19:10:26.013Z] ---> aac39fba09e1 [2021-03-05T19:10:26.013Z] Step 23/24 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:10:26.641Z] ---> Running in 159b4f66997b [2021-03-05T19:10:26.641Z] Removing intermediate container a7387c26dd07 [2021-03-05T19:10:26.641Z] ---> d199cdeaf6ed [2021-03-05T19:10:26.641Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T19:10:26.909Z] ---> Running in d7bd2921399f [2021-03-05T19:10:26.909Z] Removing intermediate container 159b4f66997b [2021-03-05T19:10:26.909Z] ---> 89a876aeb730 [2021-03-05T19:10:26.909Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T19:10:27.191Z] ---> Running in a2efbbd1dd8b [2021-03-05T19:10:27.470Z] Removing intermediate container d7bd2921399f [2021-03-05T19:10:27.470Z] ---> 124c77ecf586 [2021-03-05T19:10:27.470Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T19:10:27.470Z] ---> Running in 4a67c5682b6a [2021-03-05T19:10:27.774Z] Removing intermediate container a2efbbd1dd8b [2021-03-05T19:10:27.774Z] ---> f1396b4640cf [2021-03-05T19:10:27.774Z] [2021-03-05T19:10:30.508Z] Successfully built f1396b4640cf [2021-03-05T19:10:30.508Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T19:10:30.889Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4a67c5682b6a [2021-03-05T19:10:30.889Z] ---> 78514d35a709 [2021-03-05T19:10:30.889Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T19:10:32.368Z] ---> 4bec13163bd7 [2021-03-05T19:10:32.368Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T19:10:33.903Z] ---> 8e6336b5348b [2021-03-05T19:10:33.903Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T19:10:36.568Z] ---> 513fafa28820 [2021-03-05T19:10:36.568Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T19:10:36.568Z] ---> Running in 96ddb2ad355d [2021-03-05T19:10:37.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:10:38.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:10:39.052Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T19:10:39.052Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T19:10:39.052Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T19:10:39.052Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T19:10:39.052Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T19:10:39.052Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T19:10:39.328Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T19:10:41.710Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T19:10:41.710Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T19:10:41.710Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T19:10:41.710Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T19:10:41.710Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T19:10:41.710Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T19:10:41.710Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T19:10:41.710Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T19:10:41.710Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T19:10:42.004Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T19:10:42.004Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T19:10:42.004Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T19:10:42.004Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T19:10:42.004Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T19:10:42.004Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T19:10:42.004Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T19:10:42.004Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T19:10:42.004Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T19:10:42.004Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T19:10:42.282Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T19:10:42.282Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T19:10:42.282Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T19:10:42.282Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T19:10:42.282Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T19:10:42.282Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T19:10:42.282Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T19:10:42.282Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:10:42.282Z] OK: 71 MiB in 55 packages [2021-03-05T19:10:42.618Z] lf-activate-venv(): INFO: Adding /tmp/venv-3EhK/bin to PATH [2021-03-05T19:10:42.618Z] INFO: No Stack... [2021-03-05T19:10:42.618Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T19:10:42.618Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T19:10:42.966Z] + cut -d, -f6 [2021-03-05T19:10:42.966Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-03-05T19:10:43.106Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] [2021-03-05T19:10:43.117Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] did not exist. Created. [2021-03-05T19:10:43.117Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T19:10:43.622Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T19:10:43.970Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T19:10:43.979Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T19:10:57.374Z] Removing intermediate container 96ddb2ad355d [2021-03-05T19:10:57.374Z] ---> f05ce32b9e4c [2021-03-05T19:10:57.375Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T19:10:57.375Z] ---> Running in ae91fab26629 [2021-03-05T19:10:58.343Z] Collecting docker-compose==1.23.2 [2021-03-05T19:10:58.343Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T19:10:58.637Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T19:10:58.637Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T19:10:59.670Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T19:10:59.670Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T19:10:59.670Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T19:10:59.670Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T19:11:00.640Z] Collecting PyYAML<4,>=3.10 [2021-03-05T19:11:00.640Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T19:11:02.307Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T19:11:02.307Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T19:11:02.598Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T19:11:02.598Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T19:11:02.598Z] 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-05T19:11:02.598Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T19:11:02.598Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T19:11:03.662Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T19:11:03.993Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T19:11:03.993Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T19:11:03.993Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T19:11:04.278Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T19:11:04.278Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T19:11:04.278Z] 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-05T19:11:04.278Z] 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-05T19:11:04.555Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T19:11:04.555Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T19:11:04.896Z] Collecting idna<2.8,>=2.5 [2021-03-05T19:11:04.896Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T19:11:04.896Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T19:11:04.896Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T19:11:04.896Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T19:11:04.896Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T19:11:05.197Z] Installing collected packages: docopt, jsonschema, dockerpty, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, docker-compose [2021-03-05T19:11:05.197Z] Running setup.py install for docopt: started [2021-03-05T19:11:05.783Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T19:11:06.061Z] Running setup.py install for dockerpty: started [2021-03-05T19:11:06.675Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T19:11:06.675Z] Running setup.py install for PyYAML: started [2021-03-05T19:11:08.174Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T19:11:08.174Z] Attempting uninstall: urllib3 [2021-03-05T19:11:08.174Z] Found existing installation: urllib3 1.25.9 [2021-03-05T19:11:08.174Z] Uninstalling urllib3-1.25.9: [2021-03-05T19:11:08.174Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T19:11:08.443Z] Attempting uninstall: idna [2021-03-05T19:11:08.443Z] Found existing installation: idna 2.9 [2021-03-05T19:11:08.443Z] Uninstalling idna-2.9: [2021-03-05T19:11:08.728Z] Successfully uninstalled idna-2.9 [2021-03-05T19:11:08.997Z] Attempting uninstall: requests [2021-03-05T19:11:08.997Z] Found existing installation: requests 2.23.0 [2021-03-05T19:11:08.997Z] Uninstalling requests-2.23.0: [2021-03-05T19:11:08.997Z] Successfully uninstalled requests-2.23.0 [2021-03-05T19:11:09.607Z] Running setup.py install for texttable: started [2021-03-05T19:11:10.205Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T19:11:10.844Z] 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-05T19:11:16.661Z] Removing intermediate container ae91fab26629 [2021-03-05T19:11:16.661Z] ---> f05e8b1dc3fe [2021-03-05T19:11:16.661Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T19:11:16.661Z] ---> Running in 8b1cd87ff272 [2021-03-05T19:11:18.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T19:11:18.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T19:11:18.670Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T19:11:18.670Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T19:11:18.670Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T19:11:18.939Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T19:11:18.940Z] OK: 72 MiB in 58 packages [2021-03-05T19:11:20.515Z] Removing intermediate container 8b1cd87ff272 [2021-03-05T19:11:20.515Z] ---> e0cdca7b31b4 [2021-03-05T19:11:20.515Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T19:11:20.515Z] ---> Running in b51ee260c8e1 [2021-03-05T19:11:20.821Z] Removing intermediate container b51ee260c8e1 [2021-03-05T19:11:20.821Z] ---> b639ee1a6963 [2021-03-05T19:11:20.821Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T19:11:20.821Z] ---> Running in 6da2bce81d47 [2021-03-05T19:11:22.325Z] Removing intermediate container 6da2bce81d47 [2021-03-05T19:11:22.325Z] ---> 9fdef85a9eff [2021-03-05T19:11:22.325Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T19:11:22.325Z] ---> Running in d72fa3049b94 [2021-03-05T19:11:23.488Z] Removing intermediate container d72fa3049b94 [2021-03-05T19:11:23.488Z] ---> 4aa3064e4f41 [2021-03-05T19:11:23.488Z] Step 25/26 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:11:23.761Z] ---> Running in 020fb1f37a78 [2021-03-05T19:11:24.348Z] Removing intermediate container 020fb1f37a78 [2021-03-05T19:11:24.348Z] ---> 03eb342102ea [2021-03-05T19:11:24.348Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T19:11:24.348Z] ---> Running in f395c92183fb [2021-03-05T19:11:24.939Z] Removing intermediate container f395c92183fb [2021-03-05T19:11:24.940Z] ---> 488b2774bc3a [2021-03-05T19:11:24.940Z] [2021-03-05T19:11:25.556Z] Successfully built 488b2774bc3a [2021-03-05T19:11:25.556Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T19:11:26.183Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T19:11:26.325Z] $ docker stop --time=1 e28169d64f6d8380c85a1b02a85a6e82de9a81f9fc44211b51d2103ce56d0cad [2021-03-05T19:11:30.142Z] $ docker rm -f e28169d64f6d8380c85a1b02a85a6e82de9a81f9fc44211b51d2103ce56d0cad [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T19:11:31.603Z] + docker images [2021-03-05T19:11:31.603Z] + grep docker [2021-03-05T19:11:33.018Z] docker-sys-mgmt-agent-go latest 488b2774bc3a 8 seconds ago 313MB [2021-03-05T19:11:33.018Z] docker-security-secretstore-setup-go latest f1396b4640cf About a minute ago 24.9MB [2021-03-05T19:11:33.018Z] docker-core-metadata-go latest bd80c9509068 About a minute ago 19MB [2021-03-05T19:11:33.019Z] docker-core-command-go latest 0e02c5987291 About a minute ago 17.2MB [2021-03-05T19:11:33.019Z] docker-security-bootstrapper-go latest 349cc05deed2 7 minutes ago 18.7MB [2021-03-05T19:11:33.019Z] docker-core-data-go latest f94dad0461cd 7 minutes ago 22.4MB [2021-03-05T19:11:33.019Z] docker-support-notifications-go latest d02008f3673c 7 minutes ago 17.8MB [2021-03-05T19:11:33.019Z] docker-security-proxy-setup-go latest 16c1d9cde506 7 minutes ago 24.7MB [2021-03-05T19:11:33.019Z] docker-support-scheduler-go latest a2ddb180673b 7 minutes ago 17.2MB [2021-03-05T19:11:33.019Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-05T19:11:49.049Z] Still waiting to schedule task [2021-03-05T19:11:49.049Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-05T19:12:44.606Z] Running on prd-ubuntu18.04-docker-8c-8g-28749 in /w/workspace/edgexfoundry_edgex-go_PR-3228 [Pipeline] { [Pipeline] ws [2021-03-05T19:12:44.691Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-05T19:12:47.152Z] using credential edgex-jenkins-ssh [2021-03-05T19:12:47.219Z] Cloning the remote Git repository [2021-03-05T19:12:46.626Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T19:12:46.706Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-05T19:12:46.739Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T19:12:46.739Z] > git --version # timeout=10 [2021-03-05T19:12:46.747Z] > git --version # 'git version 2.17.1' [2021-03-05T19:12:46.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:12:46.775Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T19:12:55.679Z] Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:12:55.936Z] Merge succeeded, producing 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [2021-03-05T19:12:55.937Z] Checking out Revision 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 (PR-3228) [2021-03-05T19:12:54.276Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T19:12:54.282Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T19:12:54.292Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T19:12:54.304Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T19:12:54.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:12:54.309Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3228/head:refs/remotes/origin/PR-3228 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T19:12:55.068Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T19:12:55.074Z] > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 [2021-03-05T19:12:55.283Z] > git remote # timeout=10 [2021-03-05T19:12:55.291Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T19:12:55.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T19:12:55.301Z] > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 [2021-03-05T19:12:55.310Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T19:12:55.319Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T19:12:55.323Z] > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 [2021-03-05T19:12:59.183Z] Commit message: "Merge branch 'master' into proxy-setup-config" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:13:01.077Z] + echo snap-build.sh [2021-03-05T19:13:01.077Z] snap-build.sh [2021-03-05T19:13:01.077Z] + SNAP_BASE_DIR=. [2021-03-05T19:13:01.077Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-05T19:13:01.077Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-05T19:13:01.077Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-05T19:13:01.077Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-05T19:13:01.077Z] + cd /w/workspace/edgex-go/3 [2021-03-05T19:13:01.077Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T19:13:01.077Z] Reading package lists... [2021-03-05T19:13:01.342Z] Building dependency tree... [2021-03-05T19:13:01.342Z] Reading state information... [2021-03-05T19:13:01.606Z] The following packages were automatically installed and are no longer required: [2021-03-05T19:13:01.606Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T19:13:01.606Z] uidmap xdelta3 [2021-03-05T19:13:01.606Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T19:13:01.606Z] The following packages will be REMOVED: [2021-03-05T19:13:01.606Z] lxd* lxd-client* [2021-03-05T19:13:02.181Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T19:13:02.181Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T19:13:03.759Z] (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-05T19:13:03.759Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T19:13:04.735Z] Removing lxd dnsmasq configuration [2021-03-05T19:13:04.998Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T19:13:05.260Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T19:13:06.206Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T19:13:06.470Z] (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-05T19:13:06.470Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T19:13:08.393Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T19:13:08.393Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T19:13:10.316Z] + sudo snap remove --purge lxd [2021-03-05T19:13:10.316Z] snap "lxd" is not installed [2021-03-05T19:13:10.316Z] + sudo groupadd --force --system lxd [2021-03-05T19:13:10.316Z] ++ whoami [2021-03-05T19:13:10.316Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T19:13:10.316Z] + newgrp - lxd [2021-03-05T19:13:10.316Z] + sudo snap install lxd [2021-03-05T19:13:20.368Z] 2021-03-05T19:13:17Z INFO Waiting for automatic snapd restart... [2021-03-05T19:13:35.409Z] lxd 4.11 from Canonical* installed [2021-03-05T19:13:35.409Z] + sudo lxd init --auto [2021-03-05T19:13:43.615Z] + sudo snap install --classic snapcraft [2021-03-05T19:13:58.563Z] snapcraft 4.5.4 from Canonical* installed [2021-03-05T19:13:58.563Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T19:13:58.563Z] + patch --verbose -p1 [2021-03-05T19:13:58.563Z] Hmm... Looks like a unified diff to me... [2021-03-05T19:13:58.563Z] The text leading up to this was: [2021-03-05T19:13:58.563Z] -------------------------- [2021-03-05T19:13:58.563Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T19:13:58.563Z] |From: Tony Espy [2021-03-05T19:13:58.563Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T19:13:58.563Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T19:13:58.563Z] | [2021-03-05T19:13:58.563Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T19:13:58.563Z] |optimize the snap CI check run for pull requests. When [2021-03-05T19:13:58.563Z] |applied, it essentially strips out everything (apps and [2021-03-05T19:13:58.563Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T19:13:58.563Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T19:13:58.563Z] |catch changes to edgex-go that break the snap build. [2021-03-05T19:13:58.563Z] | [2021-03-05T19:13:58.563Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T19:13:58.563Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T19:13:58.563Z] |resulting in a failed snap build CI check in the associated [2021-03-05T19:13:58.563Z] |pull request. [2021-03-05T19:13:58.563Z] | [2021-03-05T19:13:58.563Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T19:13:58.563Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T19:13:58.563Z] |need to build the finally binary .snap file (and it won't [2021-03-05T19:13:58.563Z] |work with the patch applied). This further reduces the build [2021-03-05T19:13:58.563Z] |time. [2021-03-05T19:13:58.563Z] |--- [2021-03-05T19:13:58.563Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T19:13:58.563Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T19:13:58.563Z] | [2021-03-05T19:13:58.563Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T19:13:58.563Z] |index 1e537489..faf42425 100644 [2021-03-05T19:13:58.563Z] |--- a/snap/snapcraft.yaml [2021-03-05T19:13:58.563Z] |+++ b/snap/snapcraft.yaml [2021-03-05T19:13:58.563Z] -------------------------- [2021-03-05T19:13:58.563Z] patching file snap/snapcraft.yaml [2021-03-05T19:13:58.563Z] Using Plan A... [2021-03-05T19:13:58.563Z] Hunk #1 succeeded at 73. [2021-03-05T19:13:58.563Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T19:13:58.563Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T19:13:58.563Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-05T19:13:58.563Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-05T19:13:58.563Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-05T19:13:58.563Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-05T19:13:58.563Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-05T19:13:58.563Z] Hmm... Ignoring the trailing garbage. [2021-03-05T19:13:58.563Z] done [2021-03-05T19:13:58.563Z] + sudo snapcraft prime --use-lxd [2021-03-05T19:13:58.563Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-05T19:13:58.563Z] 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-05T19:13:58.563Z] - README.md [2021-03-05T19:13:58.563Z] - snapcraft.yaml.orig [2021-03-05T19:13:58.563Z] [2021-03-05T19:13:58.563Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T19:13:59.139Z] Launching a container. [2021-03-05T19:14:11.439Z] Waiting for container to be ready [2021-03-05T19:14:11.703Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-05T19:14:11.703Z] [2021-03-05T19:14:15.940Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-05T19:14:16.539Z] Waiting for network to be ready... [2021-03-05T19:14:17.120Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T19:14:17.120Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T19:14:17.383Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T19:14:17.383Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T19:14:17.647Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T19:14:17.909Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T19:14:17.909Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T19:14:17.909Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T19:14:17.909Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T19:14:17.909Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T19:14:17.909Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T19:14:17.909Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T19:14:17.909Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T19:14:17.909Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T19:14:17.909Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T19:14:17.909Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T19:14:17.909Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T19:14:18.172Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T19:14:18.172Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T19:14:18.436Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-05T19:14:18.436Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T19:14:18.436Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T19:14:18.436Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T19:14:18.436Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T19:14:18.436Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T19:14:18.436Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T19:14:18.436Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T19:14:23.752Z] Fetched 24.0 MB in 6s (3857 kB/s) [2021-03-05T19:14:24.334Z] Reading package lists... [2021-03-05T19:14:24.598Z] Reading package lists... [2021-03-05T19:14:24.862Z] Building dependency tree... [2021-03-05T19:14:24.862Z] Reading state information... [2021-03-05T19:14:24.862Z] The following additional packages will be installed: [2021-03-05T19:14:24.862Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T19:14:24.862Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T19:14:24.862Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T19:14:24.862Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-05T19:14:24.862Z] Suggested packages: [2021-03-05T19:14:24.862Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-05T19:14:24.862Z] Recommended packages: [2021-03-05T19:14:24.862Z] gnupg libsasl2-modules [2021-03-05T19:14:24.862Z] The following NEW packages will be installed: [2021-03-05T19:14:24.862Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T19:14:24.862Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T19:14:24.862Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T19:14:24.862Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-05T19:14:24.862Z] The following packages will be upgraded: [2021-03-05T19:14:24.862Z] gpg gpg-agent gpgconf libudev1 [2021-03-05T19:14:25.126Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-05T19:14:25.126Z] Need to get 3530 kB of archives. [2021-03-05T19:14:25.126Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-05T19:14:25.126Z] 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-05T19:14:25.126Z] Get:2 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-05T19:14:25.126Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-05T19:14:25.126Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-05T19:14:25.126Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-05T19:14:25.388Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-05T19:14:25.967Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-05T19:14:25.967Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-05T19:14:25.967Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-05T19:14:25.967Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-05T19:14:25.967Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-05T19:14:25.967Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-05T19:14:25.967Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-05T19:14:25.967Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-05T19:14:25.967Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-05T19:14:25.967Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-05T19:14:25.967Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-05T19:14:25.967Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-05T19:14:25.967Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-05T19:14:25.967Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-05T19:14:25.967Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-05T19:14:25.967Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-05T19:14:26.230Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T19:14:26.230Z] Fetched 3530 kB in 1s (3435 kB/s) [2021-03-05T19:14:26.230Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T19:14:26.230Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-05T19:14:26.493Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T19:14:26.493Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-05T19:14:26.493Z] Selecting previously unselected package udev. [2021-03-05T19:14:26.493Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T19:14:26.493Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-05T19:14:26.493Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-05T19:14:27.070Z] Selecting previously unselected package libfuse2:amd64. [2021-03-05T19:14:27.070Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T19:14:27.070Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T19:14:27.070Z] Selecting previously unselected package fuse. [2021-03-05T19:14:27.070Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T19:14:27.070Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-05T19:14:27.070Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T19:14:27.070Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T19:14:27.332Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T19:14:27.332Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T19:14:27.332Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T19:14:27.332Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T19:14:27.597Z] Selecting previously unselected package libksba8:amd64. [2021-03-05T19:14:27.597Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-05T19:14:27.597Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-05T19:14:27.597Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-05T19:14:27.597Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:27.597Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:27.859Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-05T19:14:27.859Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:27.859Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:27.859Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-05T19:14:27.859Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:27.859Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.121Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-05T19:14:28.121Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:28.121Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.121Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-05T19:14:28.121Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:28.121Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.121Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-05T19:14:28.121Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:28.121Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.384Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-05T19:14:28.384Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:28.384Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.384Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-05T19:14:28.384Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:28.384Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.646Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-05T19:14:28.646Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T19:14:28.646Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:28.646Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-05T19:14:28.646Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T19:14:28.646Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T19:14:28.646Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-05T19:14:28.646Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T19:14:28.646Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T19:14:28.909Z] Selecting previously unselected package libldap-common. [2021-03-05T19:14:28.909Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-05T19:14:28.909Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T19:14:28.909Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-05T19:14:28.909Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-05T19:14:28.909Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T19:14:29.172Z] Selecting previously unselected package dirmngr. [2021-03-05T19:14:29.172Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T19:14:29.172Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T19:14:29.172Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T19:14:29.172Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-05T19:14:29.172Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T19:14:29.435Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T19:14:29.435Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T19:14:29.435Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-05T19:14:29.435Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:29.435Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-05T19:14:29.435Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T19:14:29.698Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-05T19:14:30.276Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-05T19:14:30.276Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.276Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-05T19:14:30.276Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-05T19:14:30.276Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-05T19:14:30.540Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T19:14:30.540Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T19:14:30.804Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T19:14:30.804Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T19:14:31.379Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-05T19:14:31.380Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-05T19:14:31.380Z] This means they are not meant to be enabled using systemctl. [2021-03-05T19:14:31.380Z] Possible reasons for having this kind of units are: [2021-03-05T19:14:31.380Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-05T19:14:31.380Z] .wants/ or .requires/ directory. [2021-03-05T19:14:31.380Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-05T19:14:31.380Z] a requirement dependency on it. [2021-03-05T19:14:31.380Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-05T19:14:31.380Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-05T19:14:31.380Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-05T19:14:31.380Z] instance name specified. [2021-03-05T19:14:31.644Z] Reading package lists... [2021-03-05T19:14:31.907Z] Building dependency tree... [2021-03-05T19:14:31.907Z] Reading state information... [2021-03-05T19:14:32.171Z] The following additional packages will be installed: [2021-03-05T19:14:32.172Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-05T19:14:32.172Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-05T19:14:32.172Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-05T19:14:32.172Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-05T19:14:32.172Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-05T19:14:32.172Z] Suggested packages: [2021-03-05T19:14:32.172Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-05T19:14:32.172Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-05T19:14:32.172Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-05T19:14:32.172Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-05T19:14:32.172Z] systemd-container policykit-1 [2021-03-05T19:14:32.172Z] Recommended packages: [2021-03-05T19:14:32.172Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-05T19:14:32.172Z] The following NEW packages will be installed: [2021-03-05T19:14:32.172Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-05T19:14:32.172Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-05T19:14:32.172Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-05T19:14:32.172Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-05T19:14:32.172Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-05T19:14:32.172Z] The following packages will be upgraded: [2021-03-05T19:14:32.172Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-05T19:14:32.435Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-05T19:14:32.435Z] Need to get 35.2 MB of archives. [2021-03-05T19:14:32.435Z] After this operation, 141 MB of additional disk space will be used. [2021-03-05T19:14:32.435Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-05T19:14:32.435Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-05T19:14:33.449Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-05T19:14:33.449Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-05T19:14:33.449Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-05T19:14:33.449Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-05T19:14:33.449Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-05T19:14:33.449Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-05T19:14:33.449Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-05T19:14:33.449Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-05T19:14:33.449Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-05T19:14:33.449Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-05T19:14:33.449Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-05T19:14:33.449Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-05T19:14:33.449Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-05T19:14:33.449Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-05T19:14:33.449Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-05T19:14:33.449Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-05T19:14:33.449Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-05T19:14:33.713Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-05T19:14:33.713Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-05T19:14:33.713Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-05T19:14:33.713Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-05T19:14:33.713Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-05T19:14:33.713Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-05T19:14:33.713Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-05T19:14:33.713Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-05T19:14:33.713Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-05T19:14:33.713Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-05T19:14:33.981Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-05T19:14:35.389Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T19:14:35.389Z] Fetched 35.2 MB in 3s (12.6 MB/s) [2021-03-05T19:14:35.389Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T19:14:35.389Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-05T19:14:35.651Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T19:14:36.226Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-05T19:14:36.226Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T19:14:36.490Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-05T19:14:36.490Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T19:14:36.490Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T19:14:36.490Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T19:14:36.753Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-05T19:14:37.017Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T19:14:37.017Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T19:14:37.017Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T19:14:37.281Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-05T19:14:37.545Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-05T19:14:38.128Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-05T19:14:38.393Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-05T19:14:38.393Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T19:14:38.393Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T19:14:38.660Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-05T19:14:38.660Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T19:14:38.926Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:38.926Z] Selecting previously unselected package libexpat1:amd64. [2021-03-05T19:14:38.926Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-05T19:14:38.926Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T19:14:39.191Z] Selecting previously unselected package python3.6-minimal. [2021-03-05T19:14:39.191Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T19:14:39.191Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:39.455Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T19:14:39.455Z] Checking for services that may need to be restarted...done. [2021-03-05T19:14:39.455Z] Checking for services that may need to be restarted...done. [2021-03-05T19:14:39.718Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:39.718Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T19:14:39.718Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:40.294Z] Selecting previously unselected package python3-minimal. [2021-03-05T19:14:40.294Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-05T19:14:40.294Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-05T19:14:40.294Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-05T19:14:40.563Z] Selecting previously unselected package mime-support. [2021-03-05T19:14:40.563Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-05T19:14:40.563Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-05T19:14:40.563Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-05T19:14:40.563Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-05T19:14:40.563Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T19:14:40.563Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-05T19:14:40.563Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T19:14:40.563Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:41.151Z] Selecting previously unselected package python3.6. [2021-03-05T19:14:41.151Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T19:14:41.151Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:41.151Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-05T19:14:41.151Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-05T19:14:41.151Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T19:14:41.151Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-05T19:14:41.424Z] Selecting previously unselected package python3. [2021-03-05T19:14:41.424Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-05T19:14:41.424Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-05T19:14:41.424Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-05T19:14:41.688Z] Selecting previously unselected package multiarch-support. [2021-03-05T19:14:41.688Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T19:14:41.688Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T19:14:41.688Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T19:14:41.688Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-05T19:14:41.688Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-05T19:14:41.688Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-05T19:14:41.688Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T19:14:41.956Z] Selecting previously unselected package libbsd0:amd64. [2021-03-05T19:14:41.956Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-05T19:14:41.956Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T19:14:41.956Z] Selecting previously unselected package sudo. [2021-03-05T19:14:41.956Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-05T19:14:41.956Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T19:14:42.220Z] Selecting previously unselected package apparmor. [2021-03-05T19:14:42.220Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T19:14:42.220Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-05T19:14:42.484Z] Selecting previously unselected package libedit2:amd64. [2021-03-05T19:14:42.484Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-05T19:14:42.484Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T19:14:42.484Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-05T19:14:42.484Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T19:14:42.484Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:42.750Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-05T19:14:42.750Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T19:14:42.750Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:42.750Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-05T19:14:42.750Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-05T19:14:42.750Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T19:14:42.750Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-05T19:14:42.750Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T19:14:43.014Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:43.014Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-05T19:14:43.014Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T19:14:43.014Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:43.283Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-05T19:14:43.283Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-05T19:14:43.283Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T19:14:43.546Z] Selecting previously unselected package openssh-client. [2021-03-05T19:14:43.546Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-05T19:14:44.129Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T19:14:44.395Z] Selecting previously unselected package squashfs-tools. [2021-03-05T19:14:44.395Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-05T19:14:44.395Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T19:14:44.660Z] Selecting previously unselected package snapd. [2021-03-05T19:14:44.660Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-05T19:14:44.660Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-05T19:14:47.224Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T19:14:47.224Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T19:14:47.224Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-05T19:14:47.224Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T19:14:47.487Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T19:14:47.487Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:47.487Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T19:14:47.487Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-05T19:14:47.487Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-05T19:14:48.436Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T19:14:48.436Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T19:14:48.436Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T19:14:48.436Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:48.436Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:48.436Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T19:14:49.386Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T19:14:49.386Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:49.649Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T19:14:49.649Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-05T19:14:49.649Z] running python rtupdate hooks for python3.6... [2021-03-05T19:14:49.649Z] running python post-rtupdate hooks for python3.6... [2021-03-05T19:14:49.649Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-05T19:14:51.582Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-05T19:14:51.582Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T19:14:51.582Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T19:14:51.582Z] Setting up snapd (2.48.3+18.04) ... [2021-03-05T19:14:52.159Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-05T19:14:52.422Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-05T19:14:52.685Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-05T19:14:52.948Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-05T19:14:53.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T19:14:53.210Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T19:14:53.473Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-05T19:14:53.737Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-05T19:14:54.000Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-05T19:14:54.263Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-05T19:14:54.528Z] /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-05T19:14:54.528Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T19:14:54.528Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T19:14:55.922Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T19:14:55.922Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T19:14:55.922Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T19:14:58.119Z] Reading package lists... [2021-03-05T19:14:58.119Z] Reading package lists... [2021-03-05T19:14:58.119Z] Building dependency tree... [2021-03-05T19:14:58.119Z] Reading state information... [2021-03-05T19:14:58.384Z] Calculating upgrade... [2021-03-05T19:14:58.647Z] The following packages will be upgraded: [2021-03-05T19:14:58.647Z] advancecomp base-files bash binutils binutils-common [2021-03-05T19:14:58.647Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-05T19:14:58.647Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-05T19:14:58.647Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-05T19:14:58.647Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-05T19:14:58.647Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-05T19:14:58.647Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-05T19:14:58.647Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-05T19:14:58.647Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-05T19:14:58.647Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-05T19:14:58.647Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-05T19:14:58.647Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-05T19:14:58.647Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-05T19:14:58.647Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-05T19:14:58.647Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-05T19:14:58.647Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T19:14:58.647Z] Need to get 63.8 MB of archives. [2021-03-05T19:14:58.647Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-05T19:14:58.647Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-05T19:14:58.647Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-05T19:14:59.598Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-05T19:14:59.598Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-05T19:14:59.598Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-05T19:14:59.598Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-05T19:14:59.598Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-05T19:14:59.598Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-05T19:14:59.598Z] 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-05T19:14:59.598Z] 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-05T19:14:59.598Z] 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-05T19:14:59.598Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-05T19:14:59.598Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-05T19:14:59.598Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-05T19:14:59.598Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-05T19:14:59.598Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-05T19:14:59.598Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-05T19:14:59.598Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-05T19:14:59.598Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-05T19:14:59.598Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-05T19:14:59.598Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-05T19:14:59.598Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-05T19:14:59.598Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-05T19:14:59.862Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-05T19:14:59.862Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-05T19:14:59.862Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-05T19:14:59.862Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-05T19:14:59.862Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-05T19:14:59.862Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-05T19:14:59.862Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-05T19:14:59.863Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-05T19:14:59.863Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-05T19:14:59.863Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-05T19:14:59.863Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-05T19:14:59.863Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-05T19:14:59.863Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-05T19:14:59.863Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-05T19:14:59.863Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-05T19:14:59.863Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-05T19:14:59.863Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-05T19:14:59.863Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-05T19:14:59.863Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-05T19:15:00.127Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-05T19:15:00.127Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-05T19:15:00.127Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-05T19:15:00.127Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-05T19:15:00.127Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-05T19:15:00.127Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-05T19:15:00.127Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-05T19:15:00.127Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-05T19:15:00.127Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-05T19:15:00.127Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-05T19:15:00.127Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-05T19:15:00.127Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-05T19:15:00.127Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-05T19:15:00.127Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-05T19:15:00.127Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-05T19:15:00.127Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-05T19:15:00.127Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-05T19:15:00.127Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-05T19:15:00.127Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-05T19:15:00.127Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-05T19:15:00.127Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-05T19:15:00.127Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-05T19:15:00.127Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-05T19:15:00.127Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-05T19:15:00.127Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-05T19:15:00.127Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-05T19:15:00.127Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-05T19:15:00.127Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-05T19:15:00.127Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-05T19:15:00.127Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-05T19:15:00.127Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-05T19:15:00.127Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-05T19:15:00.390Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-05T19:15:00.390Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-05T19:15:00.390Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-05T19:15:00.390Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-05T19:15:00.390Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-05T19:15:00.390Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-05T19:15:00.390Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-05T19:15:00.390Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-05T19:15:00.390Z] Get:83 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-05T19:15:00.390Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-05T19:15:00.390Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-05T19:15:00.390Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-05T19:15:00.390Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-05T19:15:00.390Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-05T19:15:00.654Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-05T19:15:00.654Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-05T19:15:00.917Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-05T19:15:01.497Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-05T19:15:01.497Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-05T19:15:01.497Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-05T19:15:01.764Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-05T19:15:01.764Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-05T19:15:01.764Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-05T19:15:01.764Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-05T19:15:01.764Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-05T19:15:02.344Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T19:15:02.344Z] Fetched 63.8 MB in 3s (20.0 MB/s) [2021-03-05T19:15:02.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:02.344Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T19:15:02.344Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T19:15:03.300Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T19:15:03.300Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T19:15:03.300Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-05T19:15:03.300Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-05T19:15:04.249Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:04.249Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:04.249Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:04.249Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:04.512Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:04.512Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:04.512Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:04.776Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:04.776Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:04.776Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:04.776Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:05.039Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:05.039Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:05.039Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:05.304Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:05.304Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T19:15:05.304Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:05.304Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-05T19:15:05.567Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:05.567Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T19:15:05.567Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:05.567Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:05.830Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:05.830Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:05.830Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:06.095Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T19:15:06.095Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:06.359Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T19:15:06.359Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T19:15:06.623Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T19:15:07.201Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T19:15:07.465Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T19:15:07.465Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-05T19:15:07.465Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-05T19:15:07.465Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-05T19:15:07.465Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-05T19:15:07.728Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-05T19:15:07.728Z] Installing new version of config file /etc/issue ... [2021-03-05T19:15:07.991Z] Installing new version of config file /etc/issue.net ... [2021-03-05T19:15:07.991Z] Installing new version of config file /etc/lsb-release ... [2021-03-05T19:15:07.991Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-05T19:15:08.254Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-05T19:15:08.254Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-05T19:15:08.254Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-05T19:15:08.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:08.518Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-05T19:15:08.518Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-05T19:15:08.780Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-05T19:15:08.780Z] 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-05T19:15:08.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:08.780Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:08.780Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:09.043Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:09.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:09.043Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-05T19:15:09.043Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-05T19:15:09.306Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-05T19:15:09.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:09.306Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-05T19:15:09.306Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T19:15:09.571Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-05T19:15:09.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:09.843Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T19:15:09.843Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T19:15:10.109Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T19:15:10.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:10.110Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T19:15:10.110Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T19:15:10.373Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-05T19:15:10.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:10.373Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-05T19:15:10.645Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-05T19:15:10.645Z] Setting up grep (3.1-2build1) ... [2021-03-05T19:15:10.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:10.645Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T19:15:10.909Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T19:15:10.909Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-05T19:15:11.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:11.175Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T19:15:11.175Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T19:15:11.175Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-05T19:15:11.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:11.438Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T19:15:11.438Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T19:15:12.020Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T19:15:12.020Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T19:15:12.287Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T19:15:12.287Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T19:15:12.863Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-05T19:15:12.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:12.863Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-05T19:15:13.128Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T19:15:14.087Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T19:15:14.350Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T19:15:14.351Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T19:15:14.351Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T19:15:14.617Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T19:15:14.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:14.617Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-05T19:15:14.617Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-05T19:15:14.879Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-05T19:15:15.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:15.142Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:15.142Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:15.142Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:15.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:15.406Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:15.406Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:15.670Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:15.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:15.933Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:15.933Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:15.933Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:15.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:15.933Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:16.195Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:16.195Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:16.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:16.195Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T19:15:16.195Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T19:15:16.459Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T19:15:16.459Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T19:15:16.459Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T19:15:16.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:16.723Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T19:15:16.723Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T19:15:16.723Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T19:15:16.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:16.986Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:16.986Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:16.986Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:17.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:17.250Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:17.250Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:17.250Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:17.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:17.250Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:17.513Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:17.776Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:18.353Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-05T19:15:18.618Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-05T19:15:18.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:18.618Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T19:15:18.618Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T19:15:18.881Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T19:15:19.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T19:15:19.145Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-05T19:15:19.145Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T19:15:19.145Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-05T19:15:19.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:19.407Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-05T19:15:19.407Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-05T19:15:19.670Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-05T19:15:19.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:19.932Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-05T19:15:19.932Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T19:15:19.932Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-05T19:15:20.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:20.194Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-05T19:15:20.194Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T19:15:20.194Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-05T19:15:20.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:20.457Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T19:15:20.457Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T19:15:20.457Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T19:15:21.033Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:21.033Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T19:15:21.033Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T19:15:21.296Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T19:15:21.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:21.296Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T19:15:21.561Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T19:15:21.561Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T19:15:21.826Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:21.826Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T19:15:21.826Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T19:15:22.098Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-05T19:15:22.098Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T19:15:22.098Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T19:15:22.362Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T19:15:22.362Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T19:15:22.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:22.362Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-05T19:15:22.626Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-05T19:15:22.626Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-05T19:15:22.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:22.889Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-05T19:15:22.889Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T19:15:22.889Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T19:15:23.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:23.465Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T19:15:23.465Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T19:15:23.465Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T19:15:23.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:23.465Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-05T19:15:23.465Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-05T19:15:23.729Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-05T19:15:24.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:24.029Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T19:15:24.029Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T19:15:24.293Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-05T19:15:24.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:24.556Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T19:15:24.556Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T19:15:24.556Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-05T19:15:24.819Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:24.819Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-05T19:15:24.819Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-05T19:15:24.819Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-05T19:15:25.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:25.082Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-05T19:15:25.082Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-05T19:15:25.082Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-05T19:15:25.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:25.344Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-05T19:15:25.344Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-05T19:15:25.344Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-05T19:15:25.607Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:25.607Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-05T19:15:25.607Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-05T19:15:25.607Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-05T19:15:25.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:25.870Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T19:15:25.870Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-05T19:15:26.133Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-05T19:15:26.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T19:15:26.133Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-05T19:15:26.133Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-05T19:15:26.133Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-05T19:15:26.399Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-05T19:15:26.399Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T19:15:26.399Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T19:15:26.399Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T19:15:26.399Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T19:15:26.662Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T19:15:26.662Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T19:15:26.925Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-05T19:15:26.925Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-05T19:15:27.187Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T19:15:27.187Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-05T19:15:27.187Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T19:15:27.187Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-05T19:15:27.449Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-05T19:15:27.449Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-05T19:15:27.712Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-05T19:15:27.712Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-05T19:15:27.712Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-05T19:15:27.712Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-05T19:15:27.975Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-05T19:15:27.975Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-05T19:15:27.975Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-05T19:15:28.238Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-05T19:15:28.238Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-05T19:15:28.501Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-05T19:15:29.469Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-05T19:15:29.469Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-05T19:15:29.469Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-05T19:15:29.469Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-05T19:15:29.733Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T19:15:29.733Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T19:15:29.996Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T19:15:30.267Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T19:15:30.267Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T19:15:30.267Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T19:15:30.530Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T19:15:30.530Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T19:15:30.530Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:30.796Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:30.796Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:30.796Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:31.085Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:31.085Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:31.348Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:31.348Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:32.746Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:32.746Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:33.696Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:33.696Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:34.643Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:34.643Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:34.908Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:34.908Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:36.304Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T19:15:36.304Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T19:15:36.304Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T19:15:36.304Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T19:15:36.304Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T19:15:36.304Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T19:15:36.567Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T19:15:36.567Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T19:15:36.830Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-05T19:15:36.830Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-05T19:15:36.830Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T19:15:36.830Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T19:15:36.830Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T19:15:37.096Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T19:15:37.096Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-05T19:15:37.096Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-05T19:15:37.358Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:37.358Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T19:15:37.358Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:37.358Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:37.358Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:37.358Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-05T19:15:37.358Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-05T19:15:37.358Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-05T19:15:37.620Z] [2021-03-05T19:15:37.620Z] Current default time zone: 'Etc/UTC' [2021-03-05T19:15:37.620Z] Local time is now: Fri Mar 5 19:15:37 UTC 2021. [2021-03-05T19:15:37.620Z] Universal Time is now: Fri Mar 5 19:15:37 UTC 2021. [2021-03-05T19:15:37.620Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-05T19:15:37.620Z] [2021-03-05T19:15:37.620Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-05T19:15:37.620Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:37.883Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-05T19:15:37.883Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-05T19:15:37.883Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-05T19:15:37.883Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-05T19:15:37.883Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-05T19:15:37.883Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-05T19:15:37.883Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-05T19:15:38.145Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T19:15:38.145Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:38.145Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-05T19:15:38.408Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:38.408Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T19:15:38.408Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:38.408Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-05T19:15:38.408Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-05T19:15:38.408Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-05T19:15:38.408Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T19:15:38.408Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-05T19:15:38.671Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-05T19:15:38.671Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-05T19:15:38.671Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-05T19:15:40.594Z] Updating certificates in /etc/ssl/certs... [2021-03-05T19:15:41.544Z] 23 added, 27 removed; done. [2021-03-05T19:15:41.544Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T19:15:41.544Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T19:15:41.544Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-05T19:15:41.544Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-05T19:15:41.544Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-05T19:15:41.806Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:41.806Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T19:15:41.806Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:41.806Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:41.806Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:42.069Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:42.069Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:42.069Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-05T19:15:42.069Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-05T19:15:42.069Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-05T19:15:42.069Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-05T19:15:42.069Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-05T19:15:42.329Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:42.329Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T19:15:42.329Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-05T19:15:42.329Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-05T19:15:42.329Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-05T19:15:42.592Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T19:15:42.592Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T19:15:42.592Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-05T19:15:42.592Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-05T19:15:42.592Z] Updating certificates in /etc/ssl/certs... [2021-03-05T19:15:43.543Z] 0 added, 0 removed; done. [2021-03-05T19:15:43.543Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-05T19:15:43.543Z] done. [2021-03-05T19:15:44.118Z] Reading package lists... [2021-03-05T19:15:44.381Z] Building dependency tree... [2021-03-05T19:15:44.381Z] Reading state information... [2021-03-05T19:15:44.644Z] The following NEW packages will be installed: [2021-03-05T19:15:44.644Z] apt-transport-https [2021-03-05T19:15:44.906Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T19:15:44.906Z] Need to get 1696 B of archives. [2021-03-05T19:15:44.906Z] After this operation, 153 kB of additional disk space will be used. [2021-03-05T19:15:44.906Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-05T19:15:44.906Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T19:15:44.906Z] Fetched 1696 B in 0s (8350 B/s) [2021-03-05T19:15:45.168Z] Selecting previously unselected package apt-transport-https. [2021-03-05T19:15:45.168Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-05T19:15:45.168Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-05T19:15:45.168Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T19:15:45.168Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T19:15:45.431Z] Waiting for network to be ready... [2021-03-05T19:15:53.586Z] 2021-03-05T19:15:49Z INFO Waiting for automatic snapd restart... [2021-03-05T19:15:53.586Z] snapd 2.49 from Canonical* installed [2021-03-05T19:15:54.533Z] "snapd" switched to the "latest/stable" channel [2021-03-05T19:15:54.533Z] [2021-03-05T19:15:59.837Z] core18 20210128 from Canonical* installed [2021-03-05T19:16:00.100Z] "core18" switched to the "latest/stable" channel [2021-03-05T19:16:00.100Z] [2021-03-05T19:16:06.724Z] snapcraft 4.5.4 from Canonical* installed [2021-03-05T19:16:06.724Z] "snapcraft" switched to the "latest/stable" channel [2021-03-05T19:16:06.724Z] [2021-03-05T19:16:10.942Z] 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-05T19:16:10.943Z] - README.md [2021-03-05T19:16:10.943Z] - snapcraft.yaml.orig [2021-03-05T19:16:10.943Z] [2021-03-05T19:16:10.943Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T19:16:17.543Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T19:16:17.543Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T19:16:17.543Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T19:16:17.543Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T19:16:19.463Z] Reading package lists... [2021-03-05T19:16:20.038Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-05T19:16:26.639Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T19:16:26.639Z] Reading package lists... [2021-03-05T19:16:26.639Z] Building dependency tree... [2021-03-05T19:16:26.639Z] Reading state information... [2021-03-05T19:16:26.639Z] Suggested packages: [2021-03-05T19:16:26.639Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-05T19:16:26.639Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-05T19:16:26.639Z] Recommended packages: [2021-03-05T19:16:26.639Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-05T19:16:26.639Z] The following NEW packages will be installed: [2021-03-05T19:16:26.639Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-05T19:16:26.639Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-05T19:16:26.639Z] pkg-config zip [2021-03-05T19:16:26.639Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T19:16:26.639Z] Need to get 7655 kB of archives. [2021-03-05T19:16:26.639Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-05T19:16:26.639Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-05T19:16:26.639Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-05T19:16:26.903Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-05T19:16:26.903Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-05T19:16:26.903Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-05T19:16:26.903Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-05T19:16:27.164Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-05T19:16:27.165Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-05T19:16:27.165Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-05T19:16:27.165Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-05T19:16:27.738Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-05T19:16:27.738Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-05T19:16:27.738Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-05T19:16:28.314Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-05T19:16:28.314Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-05T19:16:28.314Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T19:16:28.314Z] Fetched 7655 kB in 2s (4524 kB/s) [2021-03-05T19:16:28.314Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-05T19:16:28.577Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-05T19:16:28.577Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-05T19:16:28.577Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T19:16:28.577Z] Selecting previously unselected package libpsl5:amd64. [2021-03-05T19:16:28.577Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-05T19:16:28.840Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T19:16:28.840Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-05T19:16:28.840Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-05T19:16:28.840Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T19:16:28.840Z] Selecting previously unselected package librtmp1:amd64. [2021-03-05T19:16:28.840Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-05T19:16:28.840Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T19:16:29.103Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-05T19:16:29.103Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-05T19:16:29.103Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T19:16:29.103Z] Selecting previously unselected package liberror-perl. [2021-03-05T19:16:29.103Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-05T19:16:29.103Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-05T19:16:29.103Z] Selecting previously unselected package git-man. [2021-03-05T19:16:29.103Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-05T19:16:29.103Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T19:16:29.365Z] Selecting previously unselected package git. [2021-03-05T19:16:29.365Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-05T19:16:29.365Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T19:16:30.312Z] Selecting previously unselected package libnorm1:amd64. [2021-03-05T19:16:30.312Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-05T19:16:30.312Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T19:16:30.577Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-05T19:16:30.577Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-05T19:16:30.577Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T19:16:30.577Z] Selecting previously unselected package libsodium23:amd64. [2021-03-05T19:16:30.577Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-05T19:16:30.577Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-05T19:16:30.842Z] Selecting previously unselected package libzmq5:amd64. [2021-03-05T19:16:30.842Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T19:16:30.842Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T19:16:30.842Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-05T19:16:30.842Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T19:16:30.842Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T19:16:31.105Z] Selecting previously unselected package pkg-config. [2021-03-05T19:16:31.105Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-05T19:16:31.105Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T19:16:31.105Z] Selecting previously unselected package zip. [2021-03-05T19:16:31.105Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-05T19:16:31.105Z] Unpacking zip (3.0-11build1) ... [2021-03-05T19:16:31.366Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T19:16:31.366Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T19:16:31.366Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T19:16:31.366Z] Setting up liberror-perl (0.17025-1) ... [2021-03-05T19:16:31.366Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T19:16:31.366Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T19:16:31.366Z] No schema files found: doing nothing. [2021-03-05T19:16:31.366Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T19:16:31.627Z] Setting up zip (3.0-11build1) ... [2021-03-05T19:16:31.627Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T19:16:31.627Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-05T19:16:31.627Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T19:16:31.627Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T19:16:31.627Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T19:16:31.627Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T19:16:31.890Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T19:16:31.890Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T19:16:38.491Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T19:16:39.067Z] git set to automatically installed. [2021-03-05T19:16:39.067Z] git-man set to automatically installed. [2021-03-05T19:16:39.067Z] libcurl3-gnutls set to automatically installed. [2021-03-05T19:16:39.067Z] liberror-perl set to automatically installed. [2021-03-05T19:16:39.067Z] libglib2.0-0 set to automatically installed. [2021-03-05T19:16:39.067Z] libnghttp2-14 set to automatically installed. [2021-03-05T19:16:39.067Z] libnorm1 set to automatically installed. [2021-03-05T19:16:39.067Z] libpgm-5.2-0 set to automatically installed. [2021-03-05T19:16:39.067Z] libpsl5 set to automatically installed. [2021-03-05T19:16:39.067Z] librtmp1 set to automatically installed. [2021-03-05T19:16:39.067Z] libsodium23 set to automatically installed. [2021-03-05T19:16:39.067Z] libzmq3-dev set to automatically installed. [2021-03-05T19:16:39.067Z] libzmq5 set to automatically installed. [2021-03-05T19:16:39.067Z] pkg-config set to automatically installed. [2021-03-05T19:16:39.067Z] zip set to automatically installed. [2021-03-05T19:16:40.987Z] snapd is not logged in, snap install commands will use sudo [2021-03-05T19:16:47.586Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T19:16:47.848Z] snap "core18" has no updates available [2021-03-05T19:16:48.795Z] Pulling config-common [2021-03-05T19:16:48.795Z] + snapcraftctl pull [2021-03-05T19:16:50.186Z] Pulling go-build-helper [2021-03-05T19:16:50.186Z] + snapcraftctl pull [2021-03-05T19:17:22.356Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T19:17:22.356Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T19:17:22.356Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T19:17:22.356Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T19:17:22.356Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T19:17:22.356Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T19:17:22.356Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T19:17:22.356Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T19:17:22.356Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T19:17:22.356Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T19:17:22.356Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T19:17:22.356Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T19:17:22.356Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T19:17:22.356Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T19:17:22.356Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T19:17:22.356Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-05T19:17:22.356Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T19:17:22.356Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T19:17:22.356Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T19:17:22.356Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T19:17:22.356Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T19:17:22.356Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T19:17:22.356Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T19:17:22.356Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T19:17:22.356Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T19:17:22.356Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T19:17:22.356Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T19:17:22.356Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-05T19:17:22.356Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-05T19:17:22.356Z] Fetched 279 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-05T19:17:22.356Z] Fetched 122 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-05T19:17:22.356Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-05T19:17:22.356Z] Fetched 8848 B in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-05T19:17:22.356Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-05T19:17:22.356Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-05T19:17:22.356Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-05T19:17:22.356Z] Fetched 214 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-05T19:17:22.356Z] Fetched 154 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-05T19:17:22.356Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-05T19:17:22.356Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-05T19:17:22.356Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-05T19:17:22.356Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-05T19:17:22.356Z] Fetched 499 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-05T19:17:22.357Z] Fetched 111 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-05T19:17:22.357Z] Fetched 240 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-05T19:17:22.357Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-05T19:17:22.357Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-05T19:17:22.357Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-05T19:17:22.357Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-05T19:17:22.357Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-05T19:17:22.357Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-05T19:17:22.357Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-05T19:17:22.357Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-05T19:17:22.357Z] Fetched 8720 B in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-05T19:17:22.357Z] Fetched 137 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-05T19:17:22.357Z] Fetched 119 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-05T19:17:22.357Z] Fetched 109 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-05T19:17:22.357Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-05T19:17:22.357Z] Fetched 645 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-05T19:17:22.357Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-05T19:17:22.357Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-05T19:17:22.357Z] Fetched 368 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-05T19:17:22.357Z] Fetched 187 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-05T19:17:22.357Z] Fetched 175 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-05T19:17:22.357Z] Fetched 206 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-05T19:17:22.357Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-05T19:17:22.357Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-05T19:17:22.357Z] Fetched 159 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-05T19:17:22.357Z] Fetched 107 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-05T19:17:22.357Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-05T19:17:22.357Z] Pulling static-packages [2021-03-05T19:17:22.357Z] + snapcraftctl pull [2021-03-05T19:17:22.619Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-05T19:17:22.619Z] Skipping pull go-build-helper (already ran) [2021-03-05T19:17:22.882Z] Skipping pull static-packages (already ran) [2021-03-05T19:17:22.882Z] Building go-build-helper [2021-03-05T19:17:22.882Z] + snapcraftctl build [2021-03-05T19:17:28.191Z] Building static-packages [2021-03-05T19:17:28.191Z] + snapcraftctl build [2021-03-05T19:17:30.750Z] Staging go-build-helper [2021-03-05T19:17:30.750Z] + snapcraftctl stage [2021-03-05T19:17:31.696Z] Staging static-packages [2021-03-05T19:17:31.696Z] + snapcraftctl stage [2021-03-05T19:17:33.089Z] Pulling go115 [2021-03-05T19:17:33.089Z] + snapcraftctl pull [2021-03-05T19:17:34.495Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-05T19:17:34.495Z] Skipping pull go115 (already ran) [2021-03-05T19:17:34.495Z] Building go115 [2021-03-05T19:17:34.495Z] + dpkg --print-architecture [2021-03-05T19:17:34.495Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-05T19:17:34.495Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-05T19:17:34.495Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-05T19:17:34.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T19:17:34.495Z] Dload Upload Total Spent Left Speed [2021-03-05T19:17:37.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.5M 0 0 20.9M 0 0:00:05 --:--:-- 0:00:05 20.9M 42 115M 42 49.0M 0 0 29.0M 0 0:00:03 0:00:01 0:00:02 29.0M 81 115M 81 93.7M 0 0 34.9M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M [2021-03-05T19:17:37.374Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-05T19:17:37.374Z] + sha256sum -c sha256 [2021-03-05T19:17:37.374Z] + grep OK [2021-03-05T19:17:38.322Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-05T19:17:38.322Z] + mkdir -p /root/stage/go1.15 [2021-03-05T19:17:38.322Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-05T19:17:43.636Z] Staging go115 [2021-03-05T19:17:43.636Z] + snapcraftctl stage [2021-03-05T19:17:53.678Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T19:17:53.678Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T19:17:53.678Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T19:17:53.678Z] Fetched 177 kB in 0s (0 B/s) [2021-03-05T19:17:53.678Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-05T19:17:53.678Z] Fetched 224 kB in 0s (0 B/s) [2021-03-05T19:17:53.678Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-05T19:17:53.678Z] Fetched 157 kB in 0s (0 B/s) [2021-03-05T19:17:53.678Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-05T19:17:53.678Z] Fetched 221 kB in 0s (0 B/s) [2021-03-05T19:17:53.678Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-05T19:17:53.678Z] Fetched 143 kB in 0s (0 B/s) [2021-03-05T19:17:53.678Z] Pulling edgex-go [2021-03-05T19:17:53.678Z] + snapcraftctl pull [2021-03-05T19:17:55.073Z] Pulling version [2021-03-05T19:17:55.073Z] + cd /root/project [2021-03-05T19:17:55.073Z] + [ -f VERSION ] [2021-03-05T19:17:55.073Z] + PROJECT_VERSION=local-dev [2021-03-05T19:17:55.073Z] + git rev-parse --short HEAD [2021-03-05T19:17:55.073Z] + GIT_REVISION=75b1490f [2021-03-05T19:17:55.073Z] + snapcraftctl set-version local-dev [2021-03-05T19:17:56.466Z] Building config-common [2021-03-05T19:17:56.466Z] + snapcraftctl build [2021-03-05T19:17:59.783Z] Skipping build go-build-helper (already ran) [2021-03-05T19:17:59.783Z] Skipping build static-packages (already ran) [2021-03-05T19:17:59.783Z] Skipping build go115 (already ran) [2021-03-05T19:17:59.783Z] Building edgex-go [2021-03-05T19:18:00.758Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-05T19:18:00.758Z] + cd /root/parts/edgex-go/src [2021-03-05T19:18:00.758Z] + make build [2021-03-05T19:18:00.758Z] 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-05T19:18:02.691Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-05T19:18:02.692Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-05T19:18:02.692Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-05T19:18:02.692Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-05T19:18:02.955Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-05T19:18:02.955Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-05T19:18:02.955Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-05T19:18:02.955Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-05T19:18:02.955Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-05T19:18:02.955Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-05T19:18:02.955Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-05T19:18:02.955Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-05T19:18:02.955Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-05T19:18:02.955Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-05T19:18:02.955Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-05T19:18:02.955Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-05T19:18:02.955Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-05T19:18:02.955Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-05T19:18:02.955Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-05T19:18:02.955Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-05T19:18:02.955Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-05T19:18:02.955Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-05T19:18:02.955Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-05T19:18:02.955Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-05T19:18:02.955Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-05T19:18:02.955Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-05T19:18:03.221Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-05T19:18:03.221Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-05T19:18:03.221Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-05T19:18:03.221Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-05T19:18:03.221Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-05T19:18:03.221Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-05T19:18:03.221Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-05T19:18:03.221Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-05T19:18:03.221Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-05T19:18:03.487Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-05T19:18:03.487Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-05T19:18:03.752Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-05T19:18:13.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-05T19:18:13.792Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-05T19:18:19.201Z] 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-05T19:18:21.136Z] 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-05T19:18:22.566Z] 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-05T19:18:22.843Z] 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-05T19:18:22.843Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-05T19:18:23.122Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-05T19:18:23.122Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-05T19:18:23.122Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-05T19:18:25.112Z] 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-05T19:18:25.379Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-05T19:18:25.379Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-05T19:18:27.305Z] 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-05T19:18:28.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-05T19:18:28.260Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-05T19:18:29.652Z] 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-05T19:18:31.044Z] 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-05T19:18:31.045Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-05T19:18:31.996Z] 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-05T19:18:32.259Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-05T19:18:34.816Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-05T19:18:34.816Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-05T19:18:34.816Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-05T19:18:34.816Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-05T19:18:34.816Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-05T19:18:34.816Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-05T19:18:34.816Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-05T19:18:34.816Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-05T19:18:34.816Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-05T19:18:34.816Z] + 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-05T19:18:34.816Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-05T19:18:34.816Z] + 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-05T19:18:34.816Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-05T19:18:34.816Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-05T19:18:34.816Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-05T19:18:34.816Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-05T19:18:34.816Z] + 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-05T19:18:36.742Z] Building version [2021-03-05T19:18:36.742Z] + snapcraftctl build [2021-03-05T19:18:40.061Z] Staging config-common [2021-03-05T19:18:40.061Z] + snapcraftctl stage [2021-03-05T19:18:41.009Z] Skipping stage go-build-helper (already ran) [2021-03-05T19:18:41.009Z] Skipping stage static-packages (already ran) [2021-03-05T19:18:41.009Z] Skipping stage go115 (already ran) [2021-03-05T19:18:41.009Z] Staging edgex-go [2021-03-05T19:18:41.009Z] + snapcraftctl stage [2021-03-05T19:18:42.403Z] Staging version [2021-03-05T19:18:42.403Z] + snapcraftctl stage [2021-03-05T19:18:43.799Z] Priming config-common [2021-03-05T19:18:43.799Z] + snapcraftctl prime [2021-03-05T19:18:44.749Z] Priming go-build-helper [2021-03-05T19:18:44.749Z] + snapcraftctl prime [2021-03-05T19:18:46.145Z] Priming static-packages [2021-03-05T19:18:46.145Z] + snapcraftctl prime [2021-03-05T19:18:49.463Z] Priming go115 [2021-03-05T19:18:49.463Z] + snapcraftctl prime [2021-03-05T19:18:50.410Z] Priming edgex-go [2021-03-05T19:18:50.410Z] + snapcraftctl prime [2021-03-05T19:18:51.802Z] Priming version [2021-03-05T19:18:51.802Z] + snapcraftctl prime [2021-03-05T19:18:53.196Z] 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-05T19:18:57.334Z] provisioning config files... [2021-03-05T19:18:57.656Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4246993051133334984tmp [Pipeline] { [Pipeline] sh [2021-03-05T19:18:58.066Z] + set +x [2021-03-05T19:18:58.066Z] + bash -s -- [2021-03-05T19:18:58.066Z] + curl -s https://codecov.io/bash [2021-03-05T19:18:59.092Z] [2021-03-05T19:18:59.092Z] _____ _ [2021-03-05T19:18:59.092Z] / ____| | | [2021-03-05T19:18:59.092Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T19:18:59.092Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T19:18:59.092Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T19:18:59.092Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T19:18:59.092Z] Bash-20210226-7100762 [2021-03-05T19:18:59.092Z] [2021-03-05T19:18:59.092Z] [2021-03-05T19:18:59.092Z] ==> git version 2.24.3 found [2021-03-05T19:18:59.092Z] ==> 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-05T19:18:59.092Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T19:18:59.092Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T19:18:59.092Z] ==> Jenkins CI detected. [2021-03-05T19:18:59.092Z] project root: . [2021-03-05T19:18:59.092Z] --> token set from env [2021-03-05T19:18:59.092Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T19:18:59.386Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T19:18:59.386Z] ==> Python coveragepy not found [2021-03-05T19:18:59.386Z] ==> Searching for coverage reports in: [2021-03-05T19:18:59.386Z] + . [2021-03-05T19:18:59.386Z] -> Found 1 reports [2021-03-05T19:18:59.387Z] ==> Detecting git/mercurial file structure [2021-03-05T19:18:59.738Z] ==> Reading reports [2021-03-05T19:18:59.738Z] + ./coverage.out bytes=621194 [2021-03-05T19:18:59.738Z] ==> Appending adjustments [2021-03-05T19:18:59.738Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T19:19:10.424Z] + Found adjustments [2021-03-05T19:19:10.425Z] ==> Gzipping contents [2021-03-05T19:19:10.425Z] 92K /tmp/codecov.JCCDSg.gz [2021-03-05T19:19:10.425Z] ==> Uploading reports [2021-03-05T19:19:10.425Z] url: https://codecov.io [2021-03-05T19:19:10.425Z] query: branch=PR-3228&commit=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3228%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3228&job=&cmd_args= [2021-03-05T19:19:10.425Z] -> Pinging Codecov [2021-03-05T19:19:10.425Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3228&commit=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3228%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3228&job=&cmd_args= [2021-03-05T19:19:10.425Z] -> Uploading to [2021-03-05T19:19:10.425Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1/725a4f2c-7522-42b8-bc71-f80a31ce8478.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T191910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cd8af829a1be5c78ac15bc5287ee50125046c79ac59243f17211c703b9134fd [2021-03-05T19:19:10.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T19:19:10.425Z] Dload Upload Total Spent Left Speed [2021-03-05T19:19:11.007Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91928 0 0 100 91928 0 134k --:--:-- --:--:-- --:--:-- 134k [2021-03-05T19:19:11.007Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [Pipeline] } [2021-03-05T19:19:11.020Z] 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-05T19:19:13.189Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:19:16.002Z] ---> package-listing.sh [2021-03-05T19:19:16.002Z] ++ facter osfamily [2021-03-05T19:19:16.002Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T19:19:16.002Z] + OS_FAMILY=redhat [2021-03-05T19:19:16.002Z] + workspace=/w/workspace/edgex-go/3 [2021-03-05T19:19:16.002Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T19:19:16.002Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T19:19:16.002Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T19:19:16.002Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T19:19:16.002Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-05T19:19:16.002Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T19:19:16.002Z] + case "${OS_FAMILY}" in [2021-03-05T19:19:16.002Z] + rpm -qa [2021-03-05T19:19:16.002Z] + sort [2021-03-05T19:19:31.852Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T19:19:31.852Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T19:19:31.852Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T19:19:31.852Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-05T19:19:31.852Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-05T19:19:31.852Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-05T19:19:31.870Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T19:19:32.234Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:19:32.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T19:19:33.207Z] [2021-03-05T19:19:33.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T19:19:33.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T19:19:35.139Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T19:19:35.139Z] df20fa9351a1: Pulling fs layer [2021-03-05T19:19:35.139Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T19:19:35.139Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T19:19:35.139Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T19:19:35.139Z] 93b61091891f: Pulling fs layer [2021-03-05T19:19:35.139Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T19:19:35.139Z] 5e14af77c1be: Pulling fs layer [2021-03-05T19:19:35.139Z] 01666e4c0597: Pulling fs layer [2021-03-05T19:19:35.139Z] aa168da1d23b: Pulling fs layer [2021-03-05T19:19:35.139Z] 46f8f816bc3b: Waiting [2021-03-05T19:19:35.139Z] 93b61091891f: Waiting [2021-03-05T19:19:35.139Z] 93b9cdb0e59b: Waiting [2021-03-05T19:19:35.139Z] 5e14af77c1be: Waiting [2021-03-05T19:19:35.139Z] 01666e4c0597: Waiting [2021-03-05T19:19:35.139Z] aa168da1d23b: Waiting [2021-03-05T19:19:35.139Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T19:19:35.139Z] 36b3adc4ff6f: Download complete [2021-03-05T19:19:35.482Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T19:19:35.482Z] 46f8f816bc3b: Download complete [2021-03-05T19:19:35.482Z] df20fa9351a1: Verifying Checksum [2021-03-05T19:19:35.482Z] df20fa9351a1: Download complete [2021-03-05T19:19:35.482Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T19:19:35.482Z] 93b9cdb0e59b: Download complete [2021-03-05T19:19:35.767Z] 5e14af77c1be: Verifying Checksum [2021-03-05T19:19:35.767Z] 5e14af77c1be: Download complete [2021-03-05T19:19:35.767Z] 01666e4c0597: Verifying Checksum [2021-03-05T19:19:35.767Z] 01666e4c0597: Download complete [2021-03-05T19:19:35.767Z] 93b61091891f: Verifying Checksum [2021-03-05T19:19:35.767Z] 93b61091891f: Download complete [2021-03-05T19:19:36.368Z] df20fa9351a1: Pull complete [2021-03-05T19:19:37.737Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T19:19:37.737Z] 8ad3a11d3b57: Download complete [2021-03-05T19:19:38.022Z] 36b3adc4ff6f: Pull complete [2021-03-05T19:19:40.689Z] 8ad3a11d3b57: Pull complete [2021-03-05T19:19:40.689Z] aa168da1d23b: Verifying Checksum [2021-03-05T19:19:40.689Z] aa168da1d23b: Download complete [2021-03-05T19:19:42.108Z] 46f8f816bc3b: Pull complete [2021-03-05T19:19:43.763Z] 93b61091891f: Pull complete [2021-03-05T19:19:44.374Z] 93b9cdb0e59b: Pull complete [2021-03-05T19:19:45.396Z] 5e14af77c1be: Pull complete [2021-03-05T19:19:46.035Z] 01666e4c0597: Pull complete [2021-03-05T19:20:13.174Z] aa168da1d23b: Pull complete [2021-03-05T19:20:13.174Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T19:20:13.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T19:20:13.174Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T19:20:13.540Z] prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container [2021-03-05T19:20:13.653Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T19:20:21.427Z] $ docker top 776b07bf8507d20d6f758bb5d99983c55f7bf2fc3357273716b2433cf82f96f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T19:20:23.395Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T19:20:23.707Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T19:20:24.026Z] + ls /var/log/sa-host [2021-03-05T19:20:24.027Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T19:20:24.027Z] file_magic: OK [2021-03-05T19:20:24.027Z] HZ: Using current value: 100 [2021-03-05T19:20:24.027Z] file_header: OK [2021-03-05T19:20:24.027Z] 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-05T19:20:24.027Z] Statistics: [2021-03-05T19:20:24.027Z] 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...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-05T19:20:24.027Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T19:20:24.027Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T19:20:24.027Z] file_magic: OK [2021-03-05T19:20:24.027Z] HZ: Using current value: 100 [2021-03-05T19:20:24.027Z] file_header: OK [2021-03-05T19:20:24.027Z] 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-05T19:20:24.027Z] Statistics: [2021-03-05T19:20:24.027Z] Hnuu...uuuununununu... [2021-03-05T19:20:24.027Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T19:20:24.676Z] provisioning config files... [2021-03-05T19:20:24.697Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3157860650699151961tmp [Pipeline] { [Pipeline] echo [2021-03-05T19:20:24.775Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:20:25.101Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T19:20:25.377Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T19:20:25.540Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:20:26.181Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T19:20:26.194Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:20:26.852Z] ---> sudo-logs.sh [2021-03-05T19:20:26.852Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T19:20:26.917Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:20:27.301Z] ---> job-cost.sh [2021-03-05T19:20:27.566Z] lf-activate-venv: SKIPPING [2021-03-05T19:20:27.566Z] DEBUG: total: 0.20999999344348907 [2021-03-05T19:20:27.566Z] INFO: Retrieving Stack Cost... [2021-03-05T19:20:28.977Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T19:20:29.243Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T19:20:29.260Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T19:20:29.907Z] ---> logs-deploy.sh [2021-03-05T19:20:29.907Z] lf-activate-venv: SKIPPING [2021-03-05T19:20:29.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3228/3 [2021-03-05T19:20:29.907Z] INFO: archiving workspace using pattern(s): [2021-03-05T19:20:33.587Z] Archives upload complete. [2021-03-05T19:20:33.587Z] INFO: archiving logs to Nexus