Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 576eddb6d79f77bc7b799d46a5f981c8da166ab0 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 576eddb6d79f77bc7b799d46a5f981c8da166ab0 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2891’ Running on prd-centos7-docker-4c-2g-2896 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/112 [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/112 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e8b675ca1376699298c0ff859ac2b21cdcf8b1fa Checking out Revision e8b675ca1376699298c0ff859ac2b21cdcf8b1fa (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8b675ca1376699298c0ff859ac2b21cdcf8b1fa # timeout=10 Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-04T08:32:33.547Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-04T08:32:33.640Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-04T08:32:33.669Z] ========================================================= [2021-05-04T08:32:33.670Z] EdgeX Global Pipelines Version Info [2021-05-04T08:32:33.670Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk dc1cf861c04bc896aa5922ceecdf683e9f29ad72 # timeout=10 [2021-05-04T08:32:37.475Z] ------------------- [2021-05-04T08:32:37.475Z] stable info: [2021-05-04T08:32:37.475Z] ------------------- [2021-05-04T08:32:37.475Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-04T08:32:37.475Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-04T08:32:37.475Z] Message: update stable to v1.0.191 [2021-05-04T08:32:38.504Z] ------------------- [2021-05-04T08:32:38.504Z] experimental info: [2021-05-04T08:32:38.504Z] ------------------- [2021-05-04T08:32:38.504Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-04T08:32:38.504Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-04T08:32:38.504Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-04T08:32:38.774Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-04T08:32:38.796Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-04T08:32:38.816Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-04T08:32:38.838Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-04T08:32:38.860Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-04T08:32:38.881Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-04T08:32:38.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-04T08:32:38.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-04T08:32:38.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-04T08:32:38.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-04T08:32:38.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-04T08:32:39.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-04T08:32:39.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-04T08:32:39.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-04T08:32:39.078Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-04T08:32:39.098Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-04T08:32:39.119Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-04T08:32:39.140Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-04T08:32:39.161Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-04T08:32:39.182Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-04T08:32:39.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-04T08:32:39.228Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-04T08:32:39.249Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-05-04T08:32:39.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-05-04T08:32:39.293Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-05-04T08:32:39.315Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [Pipeline] echo [2021-05-04T08:32:39.337Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8b675c [Pipeline] echo [2021-05-04T08:32:39.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-04T08:32:39.431Z] provisioning config files... [2021-05-04T08:32:39.496Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/112@tmp/config6421796146371756255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:32:39.968Z] ---> docker-login.sh [2021-05-04T08:32:39.968Z] nexus3.edgexfoundry.org:10001 [2021-05-04T08:32:41.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:32:41.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:32:41.898Z] Configure a credential helper to remove this warning. See [2021-05-04T08:32:41.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:32:41.898Z] [2021-05-04T08:32:41.898Z] Login Succeeded [2021-05-04T08:32:41.898Z] nexus3.edgexfoundry.org:10002 [2021-05-04T08:32:42.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:32:42.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:32:42.513Z] Configure a credential helper to remove this warning. See [2021-05-04T08:32:42.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:32:42.513Z] [2021-05-04T08:32:42.513Z] Login Succeeded [2021-05-04T08:32:42.513Z] nexus3.edgexfoundry.org:10003 [2021-05-04T08:32:43.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:32:43.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:32:43.707Z] Configure a credential helper to remove this warning. See [2021-05-04T08:32:43.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:32:43.707Z] [2021-05-04T08:32:43.707Z] Login Succeeded [2021-05-04T08:32:43.707Z] nexus3.edgexfoundry.org:10004 [2021-05-04T08:32:44.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:32:44.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:32:44.339Z] Configure a credential helper to remove this warning. See [2021-05-04T08:32:44.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:32:44.339Z] [2021-05-04T08:32:44.339Z] Login Succeeded [2021-05-04T08:32:44.339Z] docker.io [2021-05-04T08:32:45.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:32:45.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:32:45.132Z] Configure a credential helper to remove this warning. See [2021-05-04T08:32:45.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:32:45.132Z] [2021-05-04T08:32:45.132Z] Login Succeeded [2021-05-04T08:32:45.189Z] ---> docker-login.sh ends [Pipeline] } [2021-05-04T08:32:45.192Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-04T08:32:45.598Z] ++ 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-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ dirname cmd/core-command/Dockerfile [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ dirname cmd/core-data/Dockerfile [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-04T08:32:45.598Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-04T08:32:45.598Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-04T08:32:45.598Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-04T08:32:45.598Z] ++ cut -d/ -f2 [2021-05-04T08:32:45.598Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-04T08:32:45.598Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-04T08:32:45.860Z] 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-05-04T08:32:46.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T08:32:47.052Z] [2021-05-04T08:32:47.052Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:32:47.485Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T08:32:47.825Z] latest: Pulling from edgex-devops/git-semver [2021-05-04T08:32:47.825Z] 31603596830f: Pulling fs layer [2021-05-04T08:32:47.825Z] 54011a49482f: Pulling fs layer [2021-05-04T08:32:47.825Z] a6820b24f6d8: Pulling fs layer [2021-05-04T08:32:47.825Z] f581987b2513: Pulling fs layer [2021-05-04T08:32:47.825Z] f581987b2513: Waiting [2021-05-04T08:32:47.825Z] 54011a49482f: Verifying Checksum [2021-05-04T08:32:47.825Z] 54011a49482f: Download complete [2021-05-04T08:32:48.134Z] 31603596830f: Verifying Checksum [2021-05-04T08:32:48.134Z] 31603596830f: Download complete [2021-05-04T08:32:48.134Z] f581987b2513: Verifying Checksum [2021-05-04T08:32:48.134Z] f581987b2513: Download complete [2021-05-04T08:32:48.801Z] a6820b24f6d8: Verifying Checksum [2021-05-04T08:32:48.801Z] a6820b24f6d8: Download complete [2021-05-04T08:32:49.123Z] 31603596830f: Pull complete [2021-05-04T08:32:49.430Z] 54011a49482f: Pull complete [2021-05-04T08:32:51.611Z] a6820b24f6d8: Pull complete [2021-05-04T08:32:52.289Z] f581987b2513: Pull complete [2021-05-04T08:32:52.289Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-04T08:32:52.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-04T08:32:52.289Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-04T08:32:52.549Z] prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container [2021-05-04T08:32:52.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-04T08:32:56.191Z] $ docker top f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-04T08:32:56.926Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-04T08:32:56.926Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-04T08:32:57.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-04T08:32:57.555Z] $ docker exec f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent [2021-05-04T08:32:58.479Z] SSH_AUTH_SOCK=/tmp/ssh-ngk8Ot1tmRef/agent.11 [2021-05-04T08:32:58.480Z] SSH_AGENT_PID=16 [2021-05-04T08:32:58.520Z] Running ssh-add (command line suppressed) [2021-05-04T08:32:59.048Z] Identity added: /w/workspace/edgex-go/112@tmp/private_key_6023201161697372306.key (/w/workspace/edgex-go/112@tmp/private_key_6023201161697372306.key) [2021-05-04T08:32:59.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-04T08:32:59.921Z] + git tag --points-at HEAD [Pipeline] } [2021-05-04T08:33:00.022Z] $ docker exec --env ******** --env ******** f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent -k [2021-05-04T08:33:00.406Z] unset SSH_AUTH_SOCK; [2021-05-04T08:33:00.406Z] unset SSH_AGENT_PID; [2021-05-04T08:33:00.406Z] echo Agent pid 16 killed; [2021-05-04T08:33:00.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-04T08:33:00.645Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-04T08:33:00.645Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-04T08:33:01.109Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-04T08:33:01.145Z] $ docker exec f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent [2021-05-04T08:33:02.105Z] SSH_AUTH_SOCK=/tmp/ssh-oSRvrshdldlT/agent.45 [2021-05-04T08:33:02.105Z] SSH_AGENT_PID=50 [2021-05-04T08:33:02.123Z] Running ssh-add (command line suppressed) [2021-05-04T08:33:04.120Z] Identity added: /w/workspace/edgex-go/112@tmp/private_key_4497158011385499238.key (/w/workspace/edgex-go/112@tmp/private_key_4497158011385499238.key) [2021-05-04T08:33:04.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-04T08:33:05.404Z] + git semver init [2021-05-04T08:33:05.404Z] # -> Open(): unable to determine branch for HEAD [2021-05-04T08:33:05.404Z] # $GIT_DIR = /w/workspace/edgex-go/112/.git [2021-05-04T08:33:05.404Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/112 [2021-05-04T08:33:05.404Z] # $SEMVER_REMOTE_NAME = origin [2021-05-04T08:33:05.404Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-04T08:33:05.404Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-04T08:33:05.404Z] # $SEMVER_BRANCH = PR-2858 [2021-05-04T08:33:05.404Z] # $SEMVER_TEMP = /tmp/semver-038378376 [2021-05-04T08:33:05.404Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-04T08:33:53.324Z] # '/tmp/semver-038378376' -> '/w/workspace/edgex-go/112/.semver' [2021-05-04T08:33:53.324Z] # -> Force: false [2021-05-04T08:33:53.324Z] # $SEMVER_DIR = /w/workspace/edgex-go/112/.semver [Pipeline] } [2021-05-04T08:33:53.358Z] $ docker exec --env ******** --env ******** f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent -k [2021-05-04T08:33:54.048Z] unset SSH_AUTH_SOCK; [2021-05-04T08:33:54.049Z] unset SSH_AGENT_PID; [2021-05-04T08:33:54.049Z] echo Agent pid 50 killed; [2021-05-04T08:33:54.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-04T08:33:55.275Z] + git semver [Pipeline] } [2021-05-04T08:33:55.312Z] $ docker stop --time=1 f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 [2021-05-04T08:33:58.188Z] $ docker rm -f f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T08:33:59.091Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-04T08:34:00.510Z] Stashed 1 file(s) [Pipeline] echo [2021-05-04T08:34:00.514Z] [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-05-04T08:34:01.062Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:34:01.457Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:34:01.841Z] + sudo service docker restart [2021-05-04T08:34:01.841Z] + true [2021-05-04T08:34:01.841Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-04T08:34:05.174Z] ========================================================= [2021-05-04T08:34:05.174Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-04T08:34:05.174Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:34:05.656Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-04T08:34:15.662Z] Still waiting to schedule task [2021-05-04T08:34:15.662Z] ‘prd-centos7-blackbox-4c-2g-2571’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2891’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2899’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-2893’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2892’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2901’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2902’ is offline [2021-05-04T08:34:22.983Z] Sending build context to Docker daemon 329.9MB [2021-05-04T08:34:22.983Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-04T08:34:22.983Z] Step 2/6 : FROM ${BASE} [2021-05-04T08:34:22.983Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-04T08:34:22.983Z] 540db60ca938: Pulling fs layer [2021-05-04T08:34:22.983Z] adcc1eea9eea: Pulling fs layer [2021-05-04T08:34:22.983Z] 4c4ab2625f07: Pulling fs layer [2021-05-04T08:34:22.983Z] 0510c868ecb4: Pulling fs layer [2021-05-04T08:34:22.983Z] afea3b2eda06: Pulling fs layer [2021-05-04T08:34:22.983Z] 7809a108b3ef: Pulling fs layer [2021-05-04T08:34:22.983Z] f706445af74f: Pulling fs layer [2021-05-04T08:34:22.983Z] afea3b2eda06: Waiting [2021-05-04T08:34:22.983Z] 7809a108b3ef: Waiting [2021-05-04T08:34:22.983Z] f706445af74f: Waiting [2021-05-04T08:34:22.983Z] 0510c868ecb4: Waiting [2021-05-04T08:34:22.983Z] 4c4ab2625f07: Download complete [2021-05-04T08:34:22.983Z] adcc1eea9eea: Download complete [2021-05-04T08:34:22.983Z] afea3b2eda06: Verifying Checksum [2021-05-04T08:34:22.983Z] afea3b2eda06: Download complete [2021-05-04T08:34:22.983Z] 7809a108b3ef: Verifying Checksum [2021-05-04T08:34:22.983Z] 7809a108b3ef: Download complete [2021-05-04T08:34:22.983Z] 540db60ca938: Verifying Checksum [2021-05-04T08:34:22.983Z] 540db60ca938: Download complete [2021-05-04T08:34:22.983Z] 540db60ca938: Pull complete [2021-05-04T08:34:23.670Z] adcc1eea9eea: Pull complete [2021-05-04T08:34:24.364Z] 4c4ab2625f07: Pull complete [2021-05-04T08:34:27.207Z] f706445af74f: Verifying Checksum [2021-05-04T08:34:27.207Z] f706445af74f: Download complete [2021-05-04T08:34:30.195Z] 0510c868ecb4: Verifying Checksum [2021-05-04T08:34:30.195Z] 0510c868ecb4: Download complete [2021-05-04T08:34:52.847Z] 0510c868ecb4: Pull complete [2021-05-04T08:34:52.848Z] afea3b2eda06: Pull complete [2021-05-04T08:34:52.848Z] 7809a108b3ef: Pull complete [2021-05-04T08:34:57.304Z] f706445af74f: Pull complete [2021-05-04T08:34:57.304Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-04T08:34:57.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-04T08:34:57.304Z] ---> b068be0155e3 [2021-05-04T08:34:57.304Z] 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-05-04T08:34:57.943Z] ---> Running in ea166143610f [2021-05-04T08:34:59.458Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:35:00.098Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:35:01.230Z] (1/12) Installing libmagic (5.39-r0) [2021-05-04T08:35:01.230Z] (2/12) Installing file (5.39-r0) [2021-05-04T08:35:01.230Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-04T08:35:01.526Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-04T08:35:10.273Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-04T08:35:10.273Z] (6/12) Installing patch (2.7.6-r6) [2021-05-04T08:35:10.273Z] (7/12) Installing build-base (0.5-r2) [2021-05-04T08:35:10.273Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-04T08:35:10.273Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-04T08:35:10.273Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-04T08:35:10.273Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-04T08:35:10.273Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-04T08:35:10.273Z] Executing busybox-1.32.1-r6.trigger [2021-05-04T08:35:10.273Z] OK: 219 MiB in 52 packages [2021-05-04T08:35:14.913Z] Removing intermediate container ea166143610f [2021-05-04T08:35:14.913Z] ---> d8f4d8732c51 [2021-05-04T08:35:14.913Z] Step 4/6 : WORKDIR /edgex-go [2021-05-04T08:35:14.913Z] ---> Running in 21a4d1e11fea [2021-05-04T08:35:15.580Z] Removing intermediate container 21a4d1e11fea [2021-05-04T08:35:15.580Z] ---> 78136987bb0d [2021-05-04T08:35:15.580Z] Step 5/6 : COPY go.mod . [2021-05-04T08:35:15.891Z] ---> 5a6a03ff71d7 [2021-05-04T08:35:15.891Z] Step 6/6 : RUN go mod download [2021-05-04T08:35:16.183Z] ---> Running in a6d105501aa5 [2021-05-04T08:35:56.090Z] Removing intermediate container a6d105501aa5 [2021-05-04T08:35:56.090Z] ---> cb59ab31de0c [2021-05-04T08:35:56.090Z] Successfully built cb59ab31de0c [2021-05-04T08:35:56.090Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:35:56.990Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-04T08:35:57.283Z] . [Pipeline] withDockerContainer [2021-05-04T08:35:57.650Z] prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container [2021-05-04T08:35:57.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-x86_64 cat [2021-05-04T08:36:00.340Z] $ docker top a3d126e96f8c7373b4c8f1bb79570ed74f4e1c173e1d60f195318240ce12f764 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:36:01.909Z] + go version [2021-05-04T08:36:02.230Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-04T08:36:02.269Z] $ docker stop --time=1 a3d126e96f8c7373b4c8f1bb79570ed74f4e1c173e1d60f195318240ce12f764 [2021-05-04T08:36:04.558Z] $ docker rm -f a3d126e96f8c7373b4c8f1bb79570ed74f4e1c173e1d60f195318240ce12f764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:05.250Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-04T08:36:05.250Z] . [Pipeline] withDockerContainer [2021-05-04T08:36:05.605Z] prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container [2021-05-04T08:36:05.844Z] $ 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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-x86_64 cat [2021-05-04T08:36:08.425Z] $ docker top 6732e7d8c4e95f4a5adc629678309753ad79c944a2509b008f598a6be2f79d73 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-04T08:36:08.802Z] ========================================================= [2021-05-04T08:36:08.802Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-04T08:36:08.802Z] ========================================================= [Pipeline] sh [2021-05-04T08:36:09.174Z] + go mod tidy [2021-05-04T08:36:13.321Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2904 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-04T08:36:13.342Z] Running in /w/workspace/edgex-go/112 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-05-04T08:36:15.588Z] + make test [2021-05-04T08:36:15.588Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-04T08:36:18.933Z] using credential edgex-jenkins-ssh [2021-05-04T08:36:18.954Z] Cloning the remote Git repository [2021-05-04T08:36:19.095Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:36:19.419Z] > git init /w/workspace/edgex-go/112 # timeout=10 [2021-05-04T08:36:19.683Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:36:19.684Z] > git --version # timeout=10 [2021-05-04T08:36:19.708Z] > git --version # 'git version 2.17.1' [2021-05-04T08:36:19.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:36:19.772Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:36:37.732Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-04T08:36:36.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:36:36.738Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:36:36.766Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:36:36.803Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:36:36.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:36:36.819Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-04T08:36:39.109Z] Merge succeeded, producing 62b08d89c274af069b0ea0a6130f01dbad7d4963 [2021-05-04T08:36:39.110Z] Checking out Revision 62b08d89c274af069b0ea0a6130f01dbad7d4963 (PR-2858) [2021-05-04T08:36:37.758Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:36:37.779Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-04T08:36:38.129Z] > git remote # timeout=10 [2021-05-04T08:36:38.151Z] > git config --get remote.origin.url # timeout=10 [2021-05-04T08:36:38.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:36:38.179Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-04T08:36:39.095Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-04T08:36:39.121Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:36:39.143Z] > git checkout -f 62b08d89c274af069b0ea0a6130f01dbad7d4963 # timeout=10 [2021-05-04T08:36:43.324Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-04T08:36:43.847Z] Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" [2021-05-04T08:36:43.876Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-04T08:36:43.861Z] > git rev-list --no-walk dc1cf861c04bc896aa5922ceecdf683e9f29ad72 # timeout=10 [2021-05-04T08:36:45.324Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:36:45.783Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-04T08:36:46.134Z] + sudo service docker restart [2021-05-04T08:36:46.134Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-04T08:36:48.165Z] provisioning config files... [2021-05-04T08:36:48.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/112@tmp/config4985648867111550153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:36:48.610Z] ---> docker-login.sh [2021-05-04T08:36:48.610Z] nexus3.edgexfoundry.org:10001 [2021-05-04T08:36:49.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:36:49.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:36:49.874Z] Configure a credential helper to remove this warning. See [2021-05-04T08:36:49.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:36:49.874Z] [2021-05-04T08:36:49.874Z] Login Succeeded [2021-05-04T08:36:49.874Z] nexus3.edgexfoundry.org:10002 [2021-05-04T08:36:50.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:36:50.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:36:50.480Z] Configure a credential helper to remove this warning. See [2021-05-04T08:36:50.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:36:50.480Z] [2021-05-04T08:36:50.480Z] Login Succeeded [2021-05-04T08:36:50.480Z] nexus3.edgexfoundry.org:10003 [2021-05-04T08:36:51.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:36:51.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:36:51.086Z] Configure a credential helper to remove this warning. See [2021-05-04T08:36:51.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:36:51.086Z] [2021-05-04T08:36:51.086Z] Login Succeeded [2021-05-04T08:36:51.086Z] nexus3.edgexfoundry.org:10004 [2021-05-04T08:36:51.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:36:51.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:36:51.688Z] Configure a credential helper to remove this warning. See [2021-05-04T08:36:51.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:36:51.688Z] [2021-05-04T08:36:51.688Z] Login Succeeded [2021-05-04T08:36:51.688Z] docker.io [2021-05-04T08:36:52.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-04T08:36:52.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-04T08:36:52.594Z] Configure a credential helper to remove this warning. See [2021-05-04T08:36:52.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-04T08:36:52.594Z] [2021-05-04T08:36:52.594Z] Login Succeeded [2021-05-04T08:36:52.594Z] ---> docker-login.sh ends [Pipeline] } [2021-05-04T08:36:52.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-04T08:36:52.970Z] ========================================================= [2021-05-04T08:36:52.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-04T08:36:52.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:36:53.331Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-04T08:36:55.991Z] Sending build context to Docker daemon 167.5MB [2021-05-04T08:36:55.991Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-04T08:36:55.991Z] Step 2/6 : FROM ${BASE} [2021-05-04T08:36:55.991Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-04T08:36:55.991Z] 595b0fe564bb: Pulling fs layer [2021-05-04T08:36:55.991Z] 7186ed65a4f7: Pulling fs layer [2021-05-04T08:36:55.991Z] 316046926c0a: Pulling fs layer [2021-05-04T08:36:55.991Z] 4ebd0625c992: Pulling fs layer [2021-05-04T08:36:55.991Z] 207e8628e3a3: Pulling fs layer [2021-05-04T08:36:55.991Z] c791037a9be2: Pulling fs layer [2021-05-04T08:36:55.991Z] ffd874e62e21: Pulling fs layer [2021-05-04T08:36:55.991Z] 4ebd0625c992: Waiting [2021-05-04T08:36:55.991Z] 207e8628e3a3: Waiting [2021-05-04T08:36:55.991Z] c791037a9be2: Waiting [2021-05-04T08:36:55.991Z] 316046926c0a: Verifying Checksum [2021-05-04T08:36:55.991Z] 316046926c0a: Download complete [2021-05-04T08:36:55.991Z] 7186ed65a4f7: Verifying Checksum [2021-05-04T08:36:55.991Z] 7186ed65a4f7: Download complete [2021-05-04T08:36:55.991Z] 207e8628e3a3: Verifying Checksum [2021-05-04T08:36:55.991Z] 207e8628e3a3: Download complete [2021-05-04T08:36:55.991Z] c791037a9be2: Download complete [2021-05-04T08:36:55.991Z] 595b0fe564bb: Verifying Checksum [2021-05-04T08:36:55.991Z] 595b0fe564bb: Download complete [2021-05-04T08:36:56.605Z] 595b0fe564bb: Pull complete [2021-05-04T08:36:57.213Z] 7186ed65a4f7: Pull complete [2021-05-04T08:36:57.813Z] 316046926c0a: Pull complete [2021-05-04T08:36:58.796Z] ffd874e62e21: Verifying Checksum [2021-05-04T08:36:58.796Z] ffd874e62e21: Download complete [2021-05-04T08:36:59.069Z] 4ebd0625c992: Verifying Checksum [2021-05-04T08:36:59.069Z] 4ebd0625c992: Download complete [2021-05-04T08:37:09.252Z] 4ebd0625c992: Pull complete [2021-05-04T08:37:09.252Z] 207e8628e3a3: Pull complete [2021-05-04T08:37:09.531Z] c791037a9be2: Pull complete [2021-05-04T08:37:12.932Z] ffd874e62e21: Pull complete [2021-05-04T08:37:12.932Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-04T08:37:12.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-04T08:37:12.932Z] ---> cfc18b08335c [2021-05-04T08:37:12.932Z] 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-05-04T08:37:17.302Z] ---> Running in bf64bec36545 [2021-05-04T08:37:18.282Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:37:19.282Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:37:20.300Z] (1/12) Installing libmagic (5.39-r0) [2021-05-04T08:37:20.300Z] (2/12) Installing file (5.39-r0) [2021-05-04T08:37:20.572Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-04T08:37:20.572Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-04T08:37:27.277Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-04T08:37:27.277Z] (6/12) Installing patch (2.7.6-r6) [2021-05-04T08:37:27.277Z] (7/12) Installing build-base (0.5-r2) [2021-05-04T08:37:27.277Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-04T08:37:27.277Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-04T08:37:27.277Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-04T08:37:27.277Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-04T08:37:27.277Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-04T08:37:27.551Z] Executing busybox-1.32.1-r6.trigger [2021-05-04T08:37:27.551Z] OK: 218 MiB in 52 packages [2021-05-04T08:37:31.865Z] Removing intermediate container bf64bec36545 [2021-05-04T08:37:31.865Z] ---> 9198fa2a7322 [2021-05-04T08:37:31.865Z] Step 4/6 : WORKDIR /edgex-go [2021-05-04T08:37:31.865Z] ---> Running in 29246b0b4576 [2021-05-04T08:37:32.462Z] Removing intermediate container 29246b0b4576 [2021-05-04T08:37:32.462Z] ---> 5c54518783b0 [2021-05-04T08:37:32.462Z] Step 5/6 : COPY go.mod . [2021-05-04T08:37:33.450Z] ---> 3dedea4440c8 [2021-05-04T08:37:33.450Z] Step 6/6 : RUN go mod download [2021-05-04T08:37:33.450Z] ---> Running in a147b96a2447 [2021-05-04T08:37:41.489Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-04T08:37:52.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-04T08:37:52.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-04T08:37:52.904Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-04T08:38:04.002Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-04T08:38:04.002Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-04T08:38:04.002Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-04T08:38:04.002Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-04T08:38:05.822Z] Removing intermediate container a147b96a2447 [2021-05-04T08:38:05.822Z] ---> 157021b9235c [2021-05-04T08:38:05.822Z] Successfully built 157021b9235c [2021-05-04T08:38:05.822Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:38:06.185Z] + docker inspect -f . ci-base-image-arm64 [2021-05-04T08:38:06.185Z] . [Pipeline] withDockerContainer [2021-05-04T08:38:06.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container [2021-05-04T08:38:06.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-arm64 cat [2021-05-04T08:38:08.424Z] $ docker top af24edcfeaa441104463d732099ff89948730307f6c92da9a2c8216b92e5e8db -eo pid,comm [2021-05-04T08:38:08.681Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] { [Pipeline] sh [2021-05-04T08:38:08.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-04T08:38:09.493Z] + go version [2021-05-04T08:38:09.494Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-04T08:38:09.526Z] $ docker stop --time=1 af24edcfeaa441104463d732099ff89948730307f6c92da9a2c8216b92e5e8db [2021-05-04T08:38:11.626Z] $ docker rm -f af24edcfeaa441104463d732099ff89948730307f6c92da9a2c8216b92e5e8db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:38:12.406Z] + docker inspect -f . ci-base-image-arm64 [2021-05-04T08:38:12.406Z] . [Pipeline] withDockerContainer [2021-05-04T08:38:12.721Z] prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container [2021-05-04T08:38:12.839Z] $ 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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-arm64 cat [2021-05-04T08:38:14.549Z] $ docker top 8cbb5fb46d10705966a6cf9398f9dad2541648150a2b4811a3b4053d961e26c9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-04T08:38:14.936Z] ========================================================= [2021-05-04T08:38:14.937Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-04T08:38:14.937Z] ========================================================= [Pipeline] sh [2021-05-04T08:38:15.601Z] + go mod tidy [2021-05-04T08:38:16.050Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-04T08:38:16.050Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-04T08:38:16.050Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] sh [2021-05-04T08:38:17.267Z] + make test [2021-05-04T08:38:17.267Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-04T08:38:23.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.471s coverage: 45.9% of statements [2021-05-04T08:38:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-04T08:38:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-04T08:38:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-04T08:38:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-04T08:38:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-04T08:38:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-04T08:38:23.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.278s coverage: 19.8% of statements [2021-05-04T08:38:23.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.189s coverage: 100.0% of statements [2021-05-04T08:38:31.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.606s coverage: 27.1% of statements [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-04T08:38:31.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-04T08:38:31.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.134s coverage: 100.0% of statements [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-04T08:38:31.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-04T08:38:31.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 87.7% of statements [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:38:31.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements [2021-05-04T08:38:31.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-04T08:38:45.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.526s coverage: 28.6% of statements [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-04T08:38:45.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.345s coverage: 100.0% of statements [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-04T08:38:45.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-04T08:38:45.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.544s coverage: 86.7% of statements [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-04T08:38:45.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.484s coverage: 97.5% of statements [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-04T08:38:45.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.549s coverage: 78.3% of statements [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-04T08:38:45.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-04T08:38:49.881Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-04T08:38:52.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.745s coverage: 95.1% of statements [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-04T08:38:52.809Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.285s coverage: 58.8% of statements [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-04T08:38:52.809Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.289s coverage: 0.9% of statements [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-04T08:38:52.809Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.156s coverage: 22.6% of statements [2021-05-04T08:38:52.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-04T08:38:52.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.334s coverage: 47.1% of statements [2021-05-04T08:38:53.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.226s coverage: 79.5% of statements [2021-05-04T08:38:54.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.191s coverage: 94.1% of statements [2021-05-04T08:38:55.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.272s coverage: 96.3% of statements [2021-05-04T08:38:56.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements [2021-05-04T08:39:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.338s coverage: 94.4% of statements [2021-05-04T08:39:12.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.154s coverage: 44.8% of statements [2021-05-04T08:39:15.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.532s coverage: 81.8% of statements [2021-05-04T08:39:15.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.446s coverage: 92.9% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.085s coverage: 77.8% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.448s coverage: 87.2% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.153s coverage: 100.0% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 75.5% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.110s coverage: 80.8% of statements [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.6% of statements [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.828s coverage: 64.4% of statements [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-04T08:39:22.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-04T08:39:22.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-05-04T08:39:23.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.157s coverage: 91.3% of statements [2021-05-04T08:39:23.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.112s coverage: 100.0% of statements [2021-05-04T08:39:24.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.168s coverage: 73.7% of statements [2021-05-04T08:39:24.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-05-04T08:39:27.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.451s coverage: 69.0% of statements [2021-05-04T08:39:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-04T08:39:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-04T08:39:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-04T08:39:30.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.466s coverage: 40.5% of statements [2021-05-04T08:39:30.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-04T08:39:30.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-04T08:39:30.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.585s coverage: 89.5% of statements [2021-05-04T08:39:30.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-04T08:39:30.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-05-04T08:39:33.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-04T08:39:33.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-04T08:39:33.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-04T08:39:33.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.177s coverage: 9.6% of statements [2021-05-04T08:39:33.099Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-04T08:39:37.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.406s coverage: 92.6% of statements [2021-05-04T08:39:37.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-04T08:39:37.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:39:37.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-04T08:39:43.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.337s coverage: 28.7% of statements [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-04T08:39:43.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.143s coverage: 99.0% of statements [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-04T08:39:43.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-04T08:39:43.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.447s coverage: 64.6% of statements [2021-05-04T08:39:43.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-04T08:39:44.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.790s coverage: 97.6% of statements [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-04T08:39:44.483Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-04T08:39:44.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.507s coverage: 100.0% of statements [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-04T08:39:44.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-04T08:39:46.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.153s coverage: 87.9% of statements [2021-05-04T08:39:46.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-04T08:39:46.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-04T08:39:46.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-05-04T08:39:47.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.149s coverage: 28.1% of statements [2021-05-04T08:39:47.388Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-04T08:39:47.388Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.102s coverage: 100.0% of statements [2021-05-04T08:39:48.012Z] GO111MODULE=on go vet ./... [2021-05-04T08:39:58.023Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-04T08:40:20.292Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-04T08:40:20.292Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-04T08:40:20.292Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-04T08:40:20.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-04T08:40:24.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-04T08:40:24.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-04T08:40:24.336Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-04T08:40:26.975Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-04T08:40:28.982Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-04T08:40:39.159Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-04T08:40:39.159Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-04T08:40:39.159Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-04T08:40:43.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.313s coverage: 45.9% of statements [2021-05-04T08:40:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-04T08:40:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-04T08:40:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-04T08:40:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-04T08:40:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-04T08:40:43.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-04T08:40:43.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements [2021-05-04T08:40:44.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.337s coverage: 100.0% of statements [2021-05-04T08:40:52.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.625s coverage: 27.1% of statements [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-04T08:40:52.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.171s coverage: 100.0% of statements [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-04T08:40:52.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.179s coverage: 100.0% of statements [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-04T08:40:52.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-04T08:40:52.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements [2021-05-04T08:40:52.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-04T08:40:52.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-04T08:40:55.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 87.7% of statements [2021-05-04T08:40:55.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-04T08:40:55.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:40:55.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.242s coverage: 78.9% of statements [2021-05-04T08:40:55.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-04T08:41:07.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.529s coverage: 28.6% of statements [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-04T08:41:07.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.273s coverage: 100.0% of statements [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-04T08:41:07.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.181s coverage: 100.0% of statements [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-04T08:41:07.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.617s coverage: 86.7% of statements [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-04T08:41:07.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.554s coverage: 97.5% of statements [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-04T08:41:07.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.331s coverage: 78.3% of statements [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-04T08:41:07.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.570s coverage: 95.1% of statements [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.143s coverage: 58.8% of statements [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.300s coverage: 0.9% of statements [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.188s coverage: 22.6% of statements [2021-05-04T08:41:15.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.174s coverage: 47.1% of statements [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.184s coverage: 79.5% of statements [2021-05-04T08:41:15.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.187s coverage: 94.1% of statements [2021-05-04T08:41:16.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.207s coverage: 96.3% of statements [2021-05-04T08:41:17.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements [2021-05-04T08:41:30.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.180s coverage: 94.4% of statements [2021-05-04T08:41:30.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.162s coverage: 44.8% of statements [2021-05-04T08:41:36.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.614s coverage: 81.8% of statements [2021-05-04T08:41:36.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.255s coverage: 92.9% of statements [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.133s coverage: 100.0% of statements [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.216s coverage: 75.5% of statements [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.8% of statements [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.228s coverage: 87.2% of statements [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements [2021-05-04T08:41:43.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.286s coverage: 91.6% of statements [2021-05-04T08:41:43.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-04T08:41:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.864s coverage: 64.4% of statements [2021-05-04T08:41:48.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-04T08:41:48.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-04T08:41:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.162s coverage: 100.0% of statements [2021-05-04T08:41:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-05-04T08:41:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-05-04T08:41:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements [2021-05-04T08:41:48.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [2021-05-04T08:41:52.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 69.0% of statements [2021-05-04T08:41:52.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-04T08:41:52.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-04T08:41:52.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-04T08:41:55.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.794s coverage: 40.5% of statements [2021-05-04T08:41:55.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-04T08:41:55.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-04T08:41:55.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements [2021-05-04T08:41:55.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-04T08:41:55.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements [2021-05-04T08:41:57.421Z] gofmt -l . [2021-05-04T08:41:57.421Z] [ "`gofmt -l .`" = "" ] [2021-05-04T08:41:57.421Z] ./bin/test-go-mod-tidy.sh [2021-05-04T08:41:57.421Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-04T08:42:02.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.860s coverage: 47.0% of statements [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-04T08:42:02.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-04T08:42:02.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-04T08:42:02.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.297s coverage: 9.6% of statements [2021-05-04T08:42:02.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-04T08:42:03.844Z] + ls -al . [2021-05-04T08:42:03.844Z] total 804 [2021-05-04T08:42:03.844Z] drwxrwxr-x 10 1001 1001 4096 May 4 08:42 . [2021-05-04T08:42:03.844Z] drwxr-xr-x 4 root root 32 May 4 08:36 .. [2021-05-04T08:42:03.844Z] -rw-rw-r-- 1 1001 1001 11 May 4 08:32 .dockerignore [2021-05-04T08:42:03.844Z] drwxrwxr-x 8 1001 1001 179 May 4 08:32 .git [2021-05-04T08:42:03.844Z] drwxrwxr-x 3 1001 1001 125 May 4 08:32 .github [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 818 May 4 08:32 .gitignore [2021-05-04T08:42:03.845Z] drwx------ 3 1001 1001 60 May 4 08:33 .semver [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 166 May 4 08:32 .sonarcloud.properties [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 8609 May 4 08:32 Attribution.txt [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 3804 May 4 08:32 CONTRIBUTING.md [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 931 May 4 08:32 Dockerfile.build [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 863 May 4 08:32 Jenkinsfile [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 10775 May 4 08:32 LICENSE [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 5774 May 4 08:32 Makefile [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 7978 May 4 08:32 README.md [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 6755 May 4 08:32 SECURITY.md [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 5 May 4 08:33 VERSION [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 4131 May 4 08:32 ZMQWindows.md [2021-05-04T08:42:03.845Z] drwxrwxr-x 2 1001 1001 117 May 4 08:32 bin [2021-05-04T08:42:03.845Z] drwxrwxr-x 14 1001 1001 4096 May 4 08:32 cmd [2021-05-04T08:42:03.845Z] -rw-r--r-- 1 root root 693878 May 4 08:39 coverage.out [2021-05-04T08:42:03.845Z] -rw-r--r-- 1 root root 1060 May 4 08:41 go.mod [2021-05-04T08:42:03.845Z] -rw-r--r-- 1 root root 22420 May 4 08:36 go.sum [2021-05-04T08:42:03.845Z] drwxrwxr-x 8 1001 1001 127 May 4 08:32 internal [2021-05-04T08:42:03.845Z] drwxrwxr-x 4 1001 1001 26 May 4 08:32 openapi [2021-05-04T08:42:03.845Z] drwxrwxr-x 4 1001 1001 71 May 4 08:32 snap [2021-05-04T08:42:03.845Z] -rw-rw-r-- 1 1001 1001 168 May 4 08:32 version.go [Pipeline] sh [2021-05-04T08:42:04.889Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.652s coverage: 92.6% of statements [2021-05-04T08:42:04.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-04T08:42:04.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:42:04.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-04T08:42:05.200Z] + '[' -e coverage.out ] [2021-05-04T08:42:05.200Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-04T08:42:06.680Z] Stashed 1 file(s) [Pipeline] sh [2021-05-04T08:42:08.032Z] + make build [2021-05-04T08:42:08.033Z] 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-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.181s coverage: 28.7% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.270s coverage: 99.0% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.194s coverage: 100.0% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.186s coverage: 64.6% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.392s coverage: 97.6% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-04T08:42:15.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-04T08:42:15.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-05-04T08:42:15.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements [2021-05-04T08:42:15.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-04T08:42:15.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-04T08:42:16.625Z] GO111MODULE=on go vet ./... [2021-05-04T08:42:18.913Z] 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-05-04T08:43:09.824Z] 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-05-04T08:43:10.125Z] 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-05-04T08:43:19.303Z] 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-05-04T08:43:21.497Z] 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-05-04T08:43:30.888Z] 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-05-04T08:43:37.991Z] 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-05-04T08:43:41.640Z] 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-05-04T08:43:46.215Z] 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-05-04T08:43:52.054Z] 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-05-04T08:43:58.030Z] 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-05-04T08:44:07.331Z] $ docker stop --time=1 6732e7d8c4e95f4a5adc629678309753ad79c944a2509b008f598a6be2f79d73 [2021-05-04T08:44:08.603Z] gofmt -l . [2021-05-04T08:44:08.603Z] [ "`gofmt -l .`" = "" ] [2021-05-04T08:44:08.603Z] ./bin/test-go-mod-tidy.sh [2021-05-04T08:44:08.603Z] ./bin/test-attribution-txt.sh [2021-05-04T08:44:11.704Z] $ docker rm -f 6732e7d8c4e95f4a5adc629678309753ad79c944a2509b008f598a6be2f79d73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-04T08:44:13.850Z] + ls -al . [2021-05-04T08:44:13.850Z] total 832 [2021-05-04T08:44:13.850Z] drwxrwxr-x 9 1001 1001 4096 May 4 08:44 . [2021-05-04T08:44:13.850Z] drwxr-xr-x 4 root root 4096 May 4 08:38 .. [2021-05-04T08:44:13.850Z] -rw-rw-r-- 1 1001 1001 11 May 4 08:36 .dockerignore [2021-05-04T08:44:13.850Z] drwxrwxr-x 8 1001 1001 4096 May 4 08:36 .git [2021-05-04T08:44:13.850Z] drwxrwxr-x 3 1001 1001 4096 May 4 08:36 .github [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 818 May 4 08:36 .gitignore [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 166 May 4 08:36 .sonarcloud.properties [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 8609 May 4 08:36 Attribution.txt [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 3804 May 4 08:36 CONTRIBUTING.md [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 931 May 4 08:36 Dockerfile.build [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 863 May 4 08:36 Jenkinsfile [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 10775 May 4 08:36 LICENSE [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 5774 May 4 08:36 Makefile [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 7978 May 4 08:36 README.md [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 6755 May 4 08:36 SECURITY.md [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 5 May 4 08:33 VERSION [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 4131 May 4 08:36 ZMQWindows.md [2021-05-04T08:44:13.851Z] drwxrwxr-x 2 1001 1001 4096 May 4 08:36 bin [2021-05-04T08:44:13.851Z] drwxrwxr-x 14 1001 1001 4096 May 4 08:36 cmd [2021-05-04T08:44:13.851Z] -rw-r--r-- 1 root root 693878 May 4 08:42 coverage.out [2021-05-04T08:44:13.851Z] -rw-r--r-- 1 root root 1060 May 4 08:44 go.mod [2021-05-04T08:44:13.851Z] -rw-r--r-- 1 root root 22420 May 4 08:38 go.sum [2021-05-04T08:44:13.851Z] drwxrwxr-x 8 1001 1001 4096 May 4 08:36 internal [2021-05-04T08:44:13.851Z] drwxrwxr-x 4 1001 1001 4096 May 4 08:36 openapi [2021-05-04T08:44:13.851Z] drwxrwxr-x 4 1001 1001 4096 May 4 08:36 snap [2021-05-04T08:44:13.851Z] -rw-rw-r-- 1 1001 1001 168 May 4 08:36 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:44:15.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:44:15.302Z] + '[' -e coverage.out ] [2021-05-04T08:44:15.302Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-04T08:44:15.324Z] Warning: overwriting stash ‘coverage-report’ [2021-05-04T08:44:15.749Z] [2021-05-04T08:44:15.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:44:16.180Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:44:16.465Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-04T08:44:16.465Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-04T08:44:16.465Z] ca9280d653b3: Pulling fs layer [2021-05-04T08:44:16.465Z] 7e9c9ca2126c: Pulling fs layer [2021-05-04T08:44:16.520Z] Stashed 1 file(s) [Pipeline] sh [2021-05-04T08:44:16.771Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-04T08:44:16.771Z] cbdbe7a5bc2a: Download complete [2021-05-04T08:44:17.185Z] + make build [2021-05-04T08:44:17.185Z] 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-05-04T08:44:18.979Z] cbdbe7a5bc2a: Pull complete [2021-05-04T08:44:18.979Z] ca9280d653b3: Verifying Checksum [2021-05-04T08:44:18.979Z] ca9280d653b3: Download complete [2021-05-04T08:44:22.598Z] ca9280d653b3: Pull complete [2021-05-04T08:44:23.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-05-04T08:44:24.637Z] 7e9c9ca2126c: Verifying Checksum [2021-05-04T08:44:24.637Z] 7e9c9ca2126c: Download complete [2021-05-04T08:44:40.503Z] 7e9c9ca2126c: Pull complete [2021-05-04T08:44:40.503Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-04T08:44:40.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:44:40.503Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-04T08:44:40.934Z] prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container [2021-05-04T08:44:41.064Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-05-04T08:44:45.042Z] $ docker top 6e691c310dcedc215437eb774df53fd35cdde1cb7a02bffadbd1a5a2ff1c7389 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:44:46.177Z] + docker-compose build --help [2021-05-04T08:44:46.177Z] + grep parallel [2021-05-04T08:44:48.247Z] --parallel Build images in parallel. [Pipeline] } [2021-05-04T08:44:48.285Z] $ docker stop --time=1 6e691c310dcedc215437eb774df53fd35cdde1cb7a02bffadbd1a5a2ff1c7389 [2021-05-04T08:44:50.651Z] $ docker rm -f 6e691c310dcedc215437eb774df53fd35cdde1cb7a02bffadbd1a5a2ff1c7389 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:44:51.668Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-04T08:44:51.961Z] . [Pipeline] withDockerContainer [2021-05-04T08:44:52.602Z] prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container [2021-05-04T08:44:52.790Z] $ 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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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:latest cat [2021-05-04T08:44:55.551Z] $ docker top f380c1764b9522b527554efc0a110d059d88a777e522d504b4e04fe506738996 -eo pid,comm [2021-05-04T08:44:56.377Z] 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 [Pipeline] { [Pipeline] sh [2021-05-04T08:44:57.361Z] 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-05-04T08:44:57.401Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-04T08:44:59.697Z] Building docker-core-command-go ... [2021-05-04T08:44:59.697Z] Building docker-core-data-go ... [2021-05-04T08:44:59.697Z] Building docker-core-metadata-go ... [2021-05-04T08:44:59.697Z] Building docker-security-bootstrapper-go ... [2021-05-04T08:44:59.697Z] Building docker-security-proxy-setup-go ... [2021-05-04T08:44:59.697Z] Building docker-security-secretstore-setup-go ... [2021-05-04T08:44:59.697Z] Building docker-support-notifications-go ... [2021-05-04T08:44:59.697Z] Building docker-support-scheduler-go ... [2021-05-04T08:44:59.697Z] Building docker-sys-mgmt-agent-go ... [2021-05-04T08:44:59.697Z] Building docker-security-secretstore-setup-go [2021-05-04T08:44:59.697Z] Building docker-core-command-go [2021-05-04T08:44:59.697Z] Building docker-support-notifications-go [2021-05-04T08:44:59.697Z] Building docker-support-scheduler-go [2021-05-04T08:44:59.697Z] Building docker-core-metadata-go [2021-05-04T08:45:02.764Z] 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-05-04T08:45:03.744Z] 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-05-04T08:45:10.467Z] 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-05-04T08:45:15.910Z] 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-05-04T08:45:19.313Z] 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-05-04T08:45:23.633Z] 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-05-04T08:45:27.943Z] 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-05-04T08:45:32.294Z] 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-05-04T08:45:39.033Z] $ docker stop --time=1 8cbb5fb46d10705966a6cf9398f9dad2541648150a2b4811a3b4053d961e26c9 [2021-05-04T08:45:41.836Z] $ docker rm -f 8cbb5fb46d10705966a6cf9398f9dad2541648150a2b4811a3b4053d961e26c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:45:43.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:45:44.242Z] [2021-05-04T08:45:44.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:45:44.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:45:44.889Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-04T08:45:44.889Z] 29e5d40040c1: Pulling fs layer [2021-05-04T08:45:44.889Z] 1ce36da41761: Pulling fs layer [2021-05-04T08:45:44.889Z] 25b303627fd3: Pulling fs layer [2021-05-04T08:45:44.889Z] 29e5d40040c1: Verifying Checksum [2021-05-04T08:45:44.889Z] 29e5d40040c1: Download complete [2021-05-04T08:45:45.491Z] 1ce36da41761: Verifying Checksum [2021-05-04T08:45:45.491Z] 1ce36da41761: Download complete [2021-05-04T08:45:45.767Z] 29e5d40040c1: Pull complete [2021-05-04T08:45:46.747Z] 1ce36da41761: Pull complete [2021-05-04T08:45:47.344Z] 25b303627fd3: Verifying Checksum [2021-05-04T08:45:47.344Z] 25b303627fd3: Download complete [2021-05-04T08:45:57.516Z] 25b303627fd3: Pull complete [2021-05-04T08:45:57.516Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-04T08:45:57.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:45:57.516Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-04T08:45:57.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container [2021-05-04T08:45:57.913Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-04T08:46:01.775Z] $ docker top af93442aacd1acc0e953ba1c1ed5a23df4a731412d7ceaae52fb6cf2ef93be88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:46:02.825Z] + grep parallel [2021-05-04T08:46:02.825Z] + docker-compose build --help [2021-05-04T08:46:09.559Z] --parallel Build images in parallel. [Pipeline] } [2021-05-04T08:46:09.576Z] $ docker stop --time=1 af93442aacd1acc0e953ba1c1ed5a23df4a731412d7ceaae52fb6cf2ef93be88 [2021-05-04T08:46:11.715Z] $ docker rm -f af93442aacd1acc0e953ba1c1ed5a23df4a731412d7ceaae52fb6cf2ef93be88 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-04T08:46:12.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-04T08:46:12.456Z] . [Pipeline] withDockerContainer [2021-05-04T08:46:12.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container [2021-05-04T08:46:12.867Z] $ 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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-05-04T08:46:14.395Z] $ docker top a5dba244193fa56680d275c5899655fe1c6bf822c2237d3e92aa01b0ac68090e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T08:46:15.410Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-04T08:46:22.181Z] Building docker-core-command-go ... [2021-05-04T08:46:22.182Z] Building docker-core-data-go ... [2021-05-04T08:46:22.182Z] Building docker-core-metadata-go ... [2021-05-04T08:46:22.182Z] Building docker-security-bootstrapper-go ... [2021-05-04T08:46:22.182Z] Building docker-security-proxy-setup-go ... [2021-05-04T08:46:22.182Z] Building docker-security-secretstore-setup-go ... [2021-05-04T08:46:22.182Z] Building docker-support-notifications-go ... [2021-05-04T08:46:22.182Z] Building docker-support-scheduler-go ... [2021-05-04T08:46:22.182Z] Building docker-sys-mgmt-agent-go ... [2021-05-04T08:46:22.182Z] Building docker-core-data-go [2021-05-04T08:46:22.182Z] Building docker-security-secretstore-setup-go [2021-05-04T08:46:22.182Z] Building docker-support-notifications-go [2021-05-04T08:46:22.182Z] Building docker-support-scheduler-go [2021-05-04T08:46:22.182Z] Building docker-security-bootstrapper-go [2021-05-04T08:47:09.241Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:09.241Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:09.241Z] ---> cb59ab31de0c [2021-05-04T08:47:09.241Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:47:09.241Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:09.241Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:09.241Z] ---> cb59ab31de0c [2021-05-04T08:47:09.241Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:47:09.241Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:09.241Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:09.241Z] ---> cb59ab31de0c [2021-05-04T08:47:09.241Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:47:09.241Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:09.241Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:09.241Z] ---> cb59ab31de0c [2021-05-04T08:47:09.241Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:47:09.241Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:09.241Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:09.241Z] ---> cb59ab31de0c [2021-05-04T08:47:09.241Z] Step 3/24 : WORKDIR /edgex-go [2021-05-04T08:47:09.241Z] ---> Running in c5de07fba5e6 [2021-05-04T08:47:09.241Z] ---> Running in aba54f3da95e [2021-05-04T08:47:09.241Z] ---> Running in b1bea9b42862 [2021-05-04T08:47:09.241Z] ---> Running in b01ee469c08c [2021-05-04T08:47:09.241Z] ---> Running in 8c1cbcd3aae7 [2021-05-04T08:47:09.241Z] Removing intermediate container aba54f3da95e [2021-05-04T08:47:09.241Z] ---> 28bcf155d3d8 [2021-05-04T08:47:09.241Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:09.241Z] Removing intermediate container 8c1cbcd3aae7 [2021-05-04T08:47:09.241Z] ---> 500c6ed013d3 [2021-05-04T08:47:09.241Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:09.241Z] Removing intermediate container c5de07fba5e6 [2021-05-04T08:47:09.241Z] ---> d378589aa735 [2021-05-04T08:47:09.241Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:09.241Z] Removing intermediate container b1bea9b42862 [2021-05-04T08:47:09.241Z] ---> 14483253e6bd [2021-05-04T08:47:09.241Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:09.241Z] Removing intermediate container b01ee469c08c [2021-05-04T08:47:09.241Z] ---> 6aa1e96728be [2021-05-04T08:47:09.241Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:09.241Z] ---> Running in b34b7c3ff7ab [2021-05-04T08:47:09.241Z] ---> Running in 759b6b1f71aa [2021-05-04T08:47:09.241Z] ---> Running in fa0c15cf7091 [2021-05-04T08:47:09.241Z] ---> Running in 44fa25776340 [2021-05-04T08:47:09.241Z] ---> Running in 20bad1ad43fc [2021-05-04T08:47:14.431Z] Removing intermediate container 44fa25776340 [2021-05-04T08:47:14.431Z] ---> a5a392ef3e6c [2021-05-04T08:47:14.431Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-04T08:47:14.431Z] Removing intermediate container 759b6b1f71aa [2021-05-04T08:47:14.431Z] ---> 1438bf97981d [2021-05-04T08:47:14.431Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:47:14.431Z] Removing intermediate container b34b7c3ff7ab [2021-05-04T08:47:14.431Z] ---> 1a162dcb1bac [2021-05-04T08:47:14.431Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-04T08:47:14.431Z] Removing intermediate container fa0c15cf7091 [2021-05-04T08:47:14.431Z] ---> 38d0023682f4 [2021-05-04T08:47:14.431Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-04T08:47:14.431Z] Removing intermediate container 20bad1ad43fc [2021-05-04T08:47:14.431Z] ---> 383e48ceb911 [2021-05-04T08:47:14.431Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:47:14.431Z] ---> Running in bbce5f20da5d [2021-05-04T08:47:14.431Z] ---> Running in 3863029c65ad [2021-05-04T08:47:14.431Z] ---> Running in f479c2ac8d93 [2021-05-04T08:47:14.431Z] ---> Running in 67ac39b5db26 [2021-05-04T08:47:14.764Z] ---> Running in 3e1fae109274 [2021-05-04T08:47:17.292Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:17.759Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:18.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:18.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:18.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:18.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:19.575Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:20.029Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:20.029Z] OK: 219 MiB in 52 packages [2021-05-04T08:47:20.376Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:20.376Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:47:21.171Z] OK: 219 MiB in 52 packages [2021-05-04T08:47:21.171Z] OK: 219 MiB in 52 packages [2021-05-04T08:47:21.457Z] OK: 219 MiB in 52 packages [2021-05-04T08:47:22.611Z] OK: 219 MiB in 52 packages [2021-05-04T08:47:23.444Z] Removing intermediate container bbce5f20da5d [2021-05-04T08:47:23.444Z] ---> fd62dd0acf51 [2021-05-04T08:47:23.444Z] Step 6/23 : COPY go.mod . [2021-05-04T08:47:24.358Z] Removing intermediate container 3e1fae109274 [2021-05-04T08:47:24.358Z] ---> a7092e923ad5 [2021-05-04T08:47:24.358Z] Step 6/23 : COPY go.mod . [2021-05-04T08:47:24.358Z] Removing intermediate container 3863029c65ad [2021-05-04T08:47:24.358Z] ---> 265bed208391 [2021-05-04T08:47:24.358Z] Step 6/24 : COPY go.mod . [2021-05-04T08:47:24.358Z] Removing intermediate container f479c2ac8d93 [2021-05-04T08:47:24.358Z] ---> e2764fc899e2 [2021-05-04T08:47:24.358Z] Step 6/22 : COPY go.mod . [2021-05-04T08:47:25.153Z] ---> 919df5d4b5e9 [2021-05-04T08:47:25.153Z] Step 7/23 : RUN go mod download [2021-05-04T08:47:25.449Z] ---> Running in b3af22d0c3c7 [2021-05-04T08:47:25.449Z] Removing intermediate container 67ac39b5db26 [2021-05-04T08:47:25.449Z] ---> 0bb1e3072eda [2021-05-04T08:47:25.449Z] Step 6/22 : COPY go.mod . [2021-05-04T08:47:25.449Z] ---> a97b7ef615b4 [2021-05-04T08:47:25.449Z] Step 7/23 : RUN go mod download [2021-05-04T08:47:25.759Z] ---> fba2c564993c [2021-05-04T08:47:25.759Z] Step 7/24 : RUN go mod download [2021-05-04T08:47:26.120Z] ---> Running in e0249f0ee2da [2021-05-04T08:47:26.120Z] ---> Running in 8a8a79976e06 [2021-05-04T08:47:26.477Z] ---> 1790c98d2a9f [2021-05-04T08:47:26.477Z] Step 7/22 : RUN go mod download [2021-05-04T08:47:26.781Z] ---> Running in 7c28eee3419c [2021-05-04T08:47:28.380Z] ---> 9cfd2d024b5b [2021-05-04T08:47:28.380Z] Step 7/22 : RUN go mod download [2021-05-04T08:47:28.380Z] ---> Running in 249b75d99176 [2021-05-04T08:47:36.135Z] Removing intermediate container e0249f0ee2da [2021-05-04T08:47:36.135Z] ---> 066dc1268cd3 [2021-05-04T08:47:36.135Z] Step 8/23 : COPY . . [2021-05-04T08:47:36.135Z] Removing intermediate container 7c28eee3419c [2021-05-04T08:47:36.135Z] ---> c244a62d0daf [2021-05-04T08:47:36.135Z] Step 8/22 : COPY . . [2021-05-04T08:47:36.135Z] Removing intermediate container b3af22d0c3c7 [2021-05-04T08:47:36.135Z] ---> 825f8aaf38a3 [2021-05-04T08:47:36.135Z] Step 8/23 : COPY . . [2021-05-04T08:47:36.135Z] Removing intermediate container 8a8a79976e06 [2021-05-04T08:47:36.135Z] ---> f696e8bca19a [2021-05-04T08:47:36.135Z] Step 8/24 : COPY . . [2021-05-04T08:47:36.135Z] Removing intermediate container 249b75d99176 [2021-05-04T08:47:36.135Z] ---> a32ebd7394c9 [2021-05-04T08:47:36.135Z] Step 8/22 : COPY . . [2021-05-04T08:47:43.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:43.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:43.950Z] ---> 157021b9235c [2021-05-04T08:47:43.950Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:47:43.950Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:43.950Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:43.950Z] ---> 157021b9235c [2021-05-04T08:47:43.950Z] Step 3/31 : WORKDIR /edgex-go [2021-05-04T08:47:43.950Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:43.950Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:43.950Z] ---> 157021b9235c [2021-05-04T08:47:43.950Z] Step 3/24 : WORKDIR /edgex-go [2021-05-04T08:47:43.950Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:43.950Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:43.950Z] ---> 157021b9235c [2021-05-04T08:47:43.950Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:47:43.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:47:43.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:47:43.950Z] ---> 157021b9235c [2021-05-04T08:47:43.950Z] Step 3/22 : WORKDIR /edgex-go [2021-05-04T08:47:43.950Z] ---> Running in 7d8eada45bec [2021-05-04T08:47:43.950Z] ---> Running in a6f73f85c9c8 [2021-05-04T08:47:43.950Z] ---> Running in e3672dd942d0 [2021-05-04T08:47:43.950Z] ---> Running in 93e799363aca [2021-05-04T08:47:43.950Z] ---> Running in 9ea933ffe4e2 [2021-05-04T08:47:43.950Z] Removing intermediate container 7d8eada45bec [2021-05-04T08:47:43.950Z] ---> 5fa6be383cbc [2021-05-04T08:47:43.950Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:43.950Z] Removing intermediate container e3672dd942d0 [2021-05-04T08:47:43.950Z] ---> 5713a4371b60 [2021-05-04T08:47:43.950Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:43.950Z] Removing intermediate container 93e799363aca [2021-05-04T08:47:43.950Z] ---> 5e01c08f23c7 [2021-05-04T08:47:43.950Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:43.950Z] Removing intermediate container 9ea933ffe4e2 [2021-05-04T08:47:43.950Z] ---> 679cdc011382 [2021-05-04T08:47:43.950Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:43.950Z] Removing intermediate container a6f73f85c9c8 [2021-05-04T08:47:43.950Z] ---> d06577af543c [2021-05-04T08:47:43.950Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:47:43.950Z] ---> Running in 77bcfc15a1f1 [2021-05-04T08:47:43.950Z] ---> Running in b95daedd02b5 [2021-05-04T08:47:43.950Z] ---> Running in 901d152ff6a7 [2021-05-04T08:47:43.950Z] ---> Running in d9e9f36ea698 [2021-05-04T08:47:43.950Z] ---> Running in 5d6a156aea96 [2021-05-04T08:47:44.551Z] Removing intermediate container b95daedd02b5 [2021-05-04T08:47:44.551Z] ---> b80e0cc3f502 [2021-05-04T08:47:44.551Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-04T08:47:44.834Z] ---> Running in 908a72e58ab7 [2021-05-04T08:47:44.834Z] Removing intermediate container 901d152ff6a7 [2021-05-04T08:47:44.834Z] ---> 81893b37ab18 [2021-05-04T08:47:44.834Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-04T08:47:45.113Z] ---> Running in 08c4b0d1489c [2021-05-04T08:47:45.113Z] Removing intermediate container 77bcfc15a1f1 [2021-05-04T08:47:45.113Z] ---> f1ef11e8c874 [2021-05-04T08:47:45.113Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-04T08:47:45.390Z] ---> Running in 2b36b6a3ee62 [2021-05-04T08:47:45.664Z] Removing intermediate container 5d6a156aea96 [2021-05-04T08:47:45.664Z] ---> 80ecbdaa0dea [2021-05-04T08:47:45.664Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-04T08:47:45.664Z] Removing intermediate container d9e9f36ea698 [2021-05-04T08:47:45.664Z] ---> c0066a3ae59b [2021-05-04T08:47:45.664Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-04T08:47:45.953Z] ---> Running in dab3fc690793 [2021-05-04T08:47:45.953Z] ---> Running in 2821307f1bf4 [2021-05-04T08:47:46.957Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:47.233Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:47.513Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:47.798Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:48.081Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:48.081Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:48.356Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:48.633Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:48.915Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:49.230Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:47:49.230Z] OK: 218 MiB in 52 packages [2021-05-04T08:47:49.230Z] OK: 218 MiB in 52 packages [2021-05-04T08:47:49.727Z] OK: 218 MiB in 52 packages [2021-05-04T08:47:50.348Z] OK: 218 MiB in 52 packages [2021-05-04T08:47:50.348Z] OK: 218 MiB in 52 packages [2021-05-04T08:47:51.352Z] Removing intermediate container 908a72e58ab7 [2021-05-04T08:47:51.352Z] ---> f5196b2bb108 [2021-05-04T08:47:51.352Z] Step 6/22 : COPY go.mod . [2021-05-04T08:47:51.632Z] Removing intermediate container 08c4b0d1489c [2021-05-04T08:47:51.632Z] ---> 4efa868dc3f0 [2021-05-04T08:47:51.632Z] Step 6/24 : COPY go.mod . [2021-05-04T08:47:51.914Z] Removing intermediate container 2b36b6a3ee62 [2021-05-04T08:47:51.914Z] ---> fedd4e510c34 [2021-05-04T08:47:51.914Z] Step 6/31 : COPY go.mod . [2021-05-04T08:47:52.528Z] Removing intermediate container 2821307f1bf4 [2021-05-04T08:47:52.528Z] ---> 654029c12858 [2021-05-04T08:47:52.528Z] Step 6/23 : COPY go.mod . [2021-05-04T08:47:52.528Z] Removing intermediate container dab3fc690793 [2021-05-04T08:47:52.528Z] ---> a760c0d36f6f [2021-05-04T08:47:52.528Z] Step 6/22 : COPY go.mod . [2021-05-04T08:47:52.800Z] ---> 55a93f11f84b [2021-05-04T08:47:52.800Z] Step 7/22 : RUN go mod download [2021-05-04T08:47:52.800Z] ---> e77660898e9e [2021-05-04T08:47:52.800Z] Step 7/24 : RUN go mod download [2021-05-04T08:47:53.077Z] ---> Running in a8a14d28f2d9 [2021-05-04T08:47:53.077Z] ---> 70c651d87e1e [2021-05-04T08:47:53.077Z] Step 7/31 : RUN go mod download [2021-05-04T08:47:53.077Z] ---> Running in b123c885b774 [2021-05-04T08:47:53.362Z] ---> Running in 1238c57b387b [2021-05-04T08:47:53.654Z] ---> 6be72cba660e [2021-05-04T08:47:53.654Z] Step 7/23 : RUN go mod download [2021-05-04T08:47:53.958Z] ---> 50030d5982b2 [2021-05-04T08:47:53.958Z] Step 7/22 : RUN go mod download [2021-05-04T08:47:53.958Z] ---> Running in 941d5a4527f4 [2021-05-04T08:47:54.264Z] ---> Running in c803dc5e90f5 [2021-05-04T08:47:57.680Z] Removing intermediate container a8a14d28f2d9 [2021-05-04T08:47:57.680Z] ---> ed1ee2d34c65 [2021-05-04T08:47:57.680Z] Step 8/22 : COPY . . [2021-05-04T08:47:58.289Z] Removing intermediate container b123c885b774 [2021-05-04T08:47:58.289Z] ---> a3b1e8e4c325 [2021-05-04T08:47:58.289Z] Step 8/24 : COPY . . [2021-05-04T08:47:58.289Z] Removing intermediate container 1238c57b387b [2021-05-04T08:47:58.289Z] ---> 514244ecc4ef [2021-05-04T08:47:58.289Z] Step 8/31 : COPY . . [2021-05-04T08:47:58.900Z] Removing intermediate container 941d5a4527f4 [2021-05-04T08:47:58.900Z] ---> 6580fedb6a6d [2021-05-04T08:47:58.900Z] Step 8/23 : COPY . . [2021-05-04T08:47:59.176Z] Removing intermediate container c803dc5e90f5 [2021-05-04T08:47:59.176Z] ---> 9b17ca44ed50 [2021-05-04T08:47:59.176Z] Step 8/22 : COPY . . [2021-05-04T08:48:26.022Z] ---> aee727ff0cb4 [2021-05-04T08:48:26.022Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-04T08:48:26.022Z] ---> Running in 313288e94986 [2021-05-04T08:48:26.022Z] ---> 52d779975b2b [2021-05-04T08:48:26.022Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-04T08:48:26.022Z] ---> a04837d729fe [2021-05-04T08:48:26.022Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-04T08:48:26.022Z] ---> ae3c6d913496 [2021-05-04T08:48:26.022Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-04T08:48:26.022Z] ---> 6be9683b298f [2021-05-04T08:48:26.022Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-04T08:48:26.022Z] ---> Running in 57feb0580a06 [2021-05-04T08:48:26.022Z] ---> Running in 511dd89f381a [2021-05-04T08:48:26.022Z] ---> Running in 0da1ff1fe3d1 [2021-05-04T08:48:26.022Z] ---> Running in cc3f39e366fa [2021-05-04T08:48:27.472Z] 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-05-04T08:48:28.473Z] 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-05-04T08:48:28.755Z] 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-05-04T08:48:28.755Z] 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-05-04T08:48:29.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-04T08:49:45.748Z] ---> aad8618d95e1 [2021-05-04T08:49:45.748Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-04T08:49:45.748Z] ---> df35ed703515 [2021-05-04T08:49:45.748Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-04T08:49:45.748Z] ---> Running in ace3cd7d0c5c [2021-05-04T08:49:45.748Z] ---> 2bbbcfb4ac76 [2021-05-04T08:49:45.748Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-04T08:49:45.748Z] ---> 2696bcf1d565 [2021-05-04T08:49:45.748Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-04T08:49:45.748Z] ---> Running in a8489f0cc6fd [2021-05-04T08:49:45.748Z] ---> ef0e43ee4a4b [2021-05-04T08:49:45.748Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-04T08:49:45.748Z] ---> Running in 5e582925bdbd [2021-05-04T08:49:45.748Z] ---> Running in 277300c418ed [2021-05-04T08:49:45.748Z] ---> Running in 097c845f1341 [2021-05-04T08:49:45.748Z] 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-05-04T08:49:45.748Z] 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-05-04T08:49:45.748Z] 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-05-04T08:49:45.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-04T08:49:45.748Z] 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-05-04T08:50:35.980Z] 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-05-04T08:50:51.122Z] Removing intermediate container cc3f39e366fa [2021-05-04T08:50:51.122Z] ---> 3ab6c305865f [2021-05-04T08:50:51.122Z] [2021-05-04T08:50:51.122Z] Step 10/24 : FROM alpine:3.12 [2021-05-04T08:50:51.122Z] 3.12: Pulling from library/alpine [2021-05-04T08:50:52.119Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T08:50:52.119Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T08:50:52.119Z] ---> 9852663dfa18 [2021-05-04T08:50:52.119Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-04T08:50:52.394Z] Removing intermediate container 511dd89f381a [2021-05-04T08:50:52.394Z] ---> 5a2f0c857a23 [2021-05-04T08:50:52.394Z] [2021-05-04T08:50:52.394Z] Step 10/31 : FROM alpine:3.12 [2021-05-04T08:50:52.394Z] ---> 9852663dfa18 [2021-05-04T08:50:52.394Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-04T08:50:52.394Z] ---> Running in 0d28a41c54b5 [2021-05-04T08:50:52.668Z] ---> Running in fea4519edd22 [2021-05-04T08:50:53.652Z] Removing intermediate container fea4519edd22 [2021-05-04T08:50:53.652Z] ---> aae2f6c860e6 [2021-05-04T08:50:53.652Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-04T08:50:53.926Z] ---> Running in 2f619139352e [2021-05-04T08:50:54.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:55.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:56.183Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-04T08:50:56.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:56.183Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:50:56.183Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-04T08:50:56.183Z] (4/6) Installing curl (7.76.1-r0) [2021-05-04T08:50:56.183Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:50:56.183Z] (6/6) Installing su-exec (0.2-r1) [2021-05-04T08:50:56.183Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:50:56.183Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:50:56.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:50:56.788Z] OK: 7 MiB in 20 packages [2021-05-04T08:50:57.067Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:50:57.067Z] (2/2) Installing su-exec (0.2-r1) [2021-05-04T08:50:57.067Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:50:57.067Z] OK: 5 MiB in 16 packages [2021-05-04T08:51:00.481Z] Removing intermediate container 2f619139352e [2021-05-04T08:51:00.481Z] ---> 369bf1bbbb1e [2021-05-04T08:51:00.481Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-04T08:51:00.481Z] Removing intermediate container 0d28a41c54b5 [2021-05-04T08:51:00.481Z] ---> 6780fadd5e44 [2021-05-04T08:51:00.481Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:51:00.481Z] ---> Running in ce3d5e3439af [2021-05-04T08:51:00.481Z] ---> Running in e8d73e6cba57 [2021-05-04T08:51:01.957Z] Removing intermediate container ce3d5e3439af [2021-05-04T08:51:01.957Z] ---> 5fe2a426e8d6 [2021-05-04T08:51:01.957Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-04T08:51:02.254Z] Removing intermediate container e8d73e6cba57 [2021-05-04T08:51:02.254Z] ---> 01211732cd23 [2021-05-04T08:51:02.254Z] Step 13/24 : WORKDIR / [2021-05-04T08:51:02.254Z] ---> Running in 278635f808a1 [2021-05-04T08:51:02.533Z] ---> Running in 11da6bf6c934 [2021-05-04T08:51:03.662Z] Removing intermediate container 278635f808a1 [2021-05-04T08:51:03.662Z] ---> 87ff85953013 [2021-05-04T08:51:03.662Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-04T08:51:03.981Z] Removing intermediate container 11da6bf6c934 [2021-05-04T08:51:03.981Z] ---> 4185a322d41d [2021-05-04T08:51:03.981Z] 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-05-04T08:51:04.287Z] ---> Running in 7a009aeee584 [2021-05-04T08:51:07.068Z] ---> 8921ef6e5361 [2021-05-04T08:51:07.068Z] 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-05-04T08:51:07.068Z] Removing intermediate container 313288e94986 [2021-05-04T08:51:07.068Z] ---> 617c0d59eec3 [2021-05-04T08:51:07.068Z] [2021-05-04T08:51:07.068Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:51:07.068Z] ---> 9852663dfa18 [2021-05-04T08:51:07.068Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-04T08:51:08.071Z] ---> Running in 26dc5f12f668 [2021-05-04T08:51:08.071Z] ---> 1a662e53c4ab [2021-05-04T08:51:08.071Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:08.678Z] Removing intermediate container 57feb0580a06 [2021-05-04T08:51:08.678Z] ---> aa52d653d39a [2021-05-04T08:51:08.678Z] [2021-05-04T08:51:08.678Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:51:08.678Z] ---> 9852663dfa18 [2021-05-04T08:51:08.678Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:51:08.957Z] Removing intermediate container 7a009aeee584 [2021-05-04T08:51:08.957Z] ---> 56dfc1a9e19f [2021-05-04T08:51:08.957Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-04T08:51:09.237Z] ---> Running in 1352737276ac [2021-05-04T08:51:09.237Z] ---> Running in 6b628e13b805 [2021-05-04T08:51:09.867Z] ---> a80b1e0f3388 [2021-05-04T08:51:09.867Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-04T08:51:09.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:51:10.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:51:10.437Z] Removing intermediate container 6b628e13b805 [2021-05-04T08:51:10.437Z] ---> e539faa88ae9 [2021-05-04T08:51:10.437Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-04T08:51:11.048Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-04T08:51:11.327Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:11.327Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:11.327Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:51:11.607Z] OK: 6 MiB in 16 packages [2021-05-04T08:51:11.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:51:11.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:51:12.521Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:12.522Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:12.522Z] OK: 5 MiB in 15 packages [2021-05-04T08:51:12.876Z] ---> 992e13326356 [2021-05-04T08:51:12.876Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-04T08:51:12.876Z] ---> 572a49560f2f [2021-05-04T08:51:12.876Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-04T08:51:13.508Z] ---> Running in 4f2485131001 [2021-05-04T08:51:14.986Z] Removing intermediate container 1352737276ac [2021-05-04T08:51:14.986Z] ---> 2608c5c94b14 [2021-05-04T08:51:14.986Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:51:14.986Z] Removing intermediate container 26dc5f12f668 [2021-05-04T08:51:14.986Z] ---> 11f90a820336 [2021-05-04T08:51:14.986Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:51:14.986Z] ---> b4206b5287ff [2021-05-04T08:51:14.986Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-04T08:51:15.262Z] ---> Running in 089f2dbac20e [2021-05-04T08:51:15.262Z] ---> Running in 1a13a73d3ddf [2021-05-04T08:51:16.265Z] Removing intermediate container 1a13a73d3ddf [2021-05-04T08:51:16.265Z] ---> d5b93cd9bb3d [2021-05-04T08:51:16.265Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-04T08:51:16.265Z] Removing intermediate container 089f2dbac20e [2021-05-04T08:51:16.265Z] ---> c5673ef134a4 [2021-05-04T08:51:16.265Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-04T08:51:16.552Z] ---> 7a45020df764 [2021-05-04T08:51:16.552Z] 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-05-04T08:51:16.552Z] ---> Running in 7af3ddb36699 [2021-05-04T08:51:16.552Z] ---> Running in fd6b7ff37331 [2021-05-04T08:51:16.843Z] ---> Running in a7b6653d6ed5 [2021-05-04T08:51:16.843Z] Removing intermediate container 4f2485131001 [2021-05-04T08:51:16.843Z] ---> 46ba08588bb3 [2021-05-04T08:51:16.843Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:17.455Z] Removing intermediate container 7af3ddb36699 [2021-05-04T08:51:17.455Z] ---> 1d3bd550caca [2021-05-04T08:51:17.455Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:51:17.455Z] Removing intermediate container fd6b7ff37331 [2021-05-04T08:51:17.455Z] ---> da5b64695c73 [2021-05-04T08:51:17.455Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:51:17.730Z] ---> Running in 80d0c2353ba8 [2021-05-04T08:51:18.016Z] ---> Running in da6fac37ce71 [2021-05-04T08:51:18.289Z] ---> 2de1103e3709 [2021-05-04T08:51:18.289Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-04T08:51:18.564Z] Removing intermediate container 80d0c2353ba8 [2021-05-04T08:51:18.564Z] ---> a75e21435929 [2021-05-04T08:51:18.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:18.838Z] Removing intermediate container da6fac37ce71 [2021-05-04T08:51:18.838Z] ---> b6132d4b11a0 [2021-05-04T08:51:18.838Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:20.279Z] ---> 0c41d9edcb3e [2021-05-04T08:51:20.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-04T08:51:20.279Z] ---> 4f8eb85c2a33 [2021-05-04T08:51:20.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-04T08:51:20.279Z] Removing intermediate container a7b6653d6ed5 [2021-05-04T08:51:20.279Z] ---> 3d9d55144a67 [2021-05-04T08:51:20.279Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-04T08:51:20.563Z] ---> 7d050c5c03b4 [2021-05-04T08:51:20.563Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-04T08:51:20.837Z] ---> Running in e65723c868ed [2021-05-04T08:51:21.438Z] Removing intermediate container 0da1ff1fe3d1 [2021-05-04T08:51:21.438Z] ---> d6edfdc5c9be [2021-05-04T08:51:21.438Z] [2021-05-04T08:51:21.438Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:51:21.438Z] ---> 9852663dfa18 [2021-05-04T08:51:21.438Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-04T08:51:22.043Z] ---> Running in 84dcda3cb219 [2021-05-04T08:51:22.043Z] Removing intermediate container e65723c868ed [2021-05-04T08:51:22.043Z] ---> 8f99b0d8568b [2021-05-04T08:51:22.043Z] Step 22/24 : LABEL arch=arm64 [2021-05-04T08:51:22.320Z] ---> 47ba6a8ac67b [2021-05-04T08:51:22.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:22.320Z] ---> 24b86a5444fc [2021-05-04T08:51:22.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:22.320Z] ---> 5d25faadc743 [2021-05-04T08:51:22.320Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-04T08:51:22.320Z] ---> Running in 1f6bf3ea3a74 [2021-05-04T08:51:22.937Z] Removing intermediate container 84dcda3cb219 [2021-05-04T08:51:22.937Z] ---> 0adfb9703835 [2021-05-04T08:51:22.937Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-04T08:51:22.937Z] ---> Running in f017dcb1c950 [2021-05-04T08:51:23.212Z] Removing intermediate container 1f6bf3ea3a74 [2021-05-04T08:51:23.212Z] ---> 2a315b8fac51 [2021-05-04T08:51:23.212Z] Step 23/24 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:51:23.486Z] ---> Running in cda7afde7b59 [2021-05-04T08:51:23.486Z] ---> e1535e6e250e [2021-05-04T08:51:23.486Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-04T08:51:23.486Z] ---> 0b4624ebbb1d [2021-05-04T08:51:23.486Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-04T08:51:23.760Z] ---> Running in de8c56c8f219 [2021-05-04T08:51:23.760Z] ---> 772187963aed [2021-05-04T08:51:23.760Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-04T08:51:23.760Z] ---> Running in e3d5e2ec5c6f [2021-05-04T08:51:23.760Z] Removing intermediate container f017dcb1c950 [2021-05-04T08:51:23.760Z] ---> c335a5eb451e [2021-05-04T08:51:23.760Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-04T08:51:24.050Z] Removing intermediate container cda7afde7b59 [2021-05-04T08:51:24.050Z] ---> 59b5ed758278 [2021-05-04T08:51:24.050Z] Step 24/24 : LABEL version=0.0.0 [2021-05-04T08:51:24.050Z] ---> Running in 4d7d50c7173d [2021-05-04T08:51:24.657Z] ---> Running in 68c36ef75922 [2021-05-04T08:51:24.657Z] Removing intermediate container de8c56c8f219 [2021-05-04T08:51:24.657Z] ---> 2b581fcced14 [2021-05-04T08:51:24.657Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:51:24.657Z] Removing intermediate container e3d5e2ec5c6f [2021-05-04T08:51:24.657Z] ---> f7c434b6f5aa [2021-05-04T08:51:24.657Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:51:24.657Z] ---> Running in c9debcdbfa51 [2021-05-04T08:51:24.657Z] ---> Running in 74cbe1ee90d1 [2021-05-04T08:51:24.941Z] Removing intermediate container 4d7d50c7173d [2021-05-04T08:51:24.941Z] ---> 4b0f42312808 [2021-05-04T08:51:24.941Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:51:24.941Z] ---> c1861557fd48 [2021-05-04T08:51:24.941Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-04T08:51:25.218Z] ---> Running in 12c32ee3e2aa [2021-05-04T08:51:25.218Z] Removing intermediate container 68c36ef75922 [2021-05-04T08:51:25.218Z] ---> 98297f292bab [2021-05-04T08:51:25.218Z] [2021-05-04T08:51:25.265Z] 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-05-04T08:51:25.494Z] ---> Running in 7e4cb014812b [2021-05-04T08:51:25.494Z] Removing intermediate container c9debcdbfa51 [2021-05-04T08:51:25.494Z] ---> 753f74e9a423 [2021-05-04T08:51:25.494Z] Step 20/22 : LABEL arch=arm64 [2021-05-04T08:51:25.769Z] Removing intermediate container 74cbe1ee90d1 [2021-05-04T08:51:25.769Z] ---> d6f34d780fe4 [2021-05-04T08:51:25.769Z] Step 20/22 : LABEL arch=arm64 [2021-05-04T08:51:26.052Z] ---> Running in ce312d74f5d8 [2021-05-04T08:51:26.052Z] ---> Running in 4a021c4515f1 [2021-05-04T08:51:26.052Z] Successfully built 98297f292bab [2021-05-04T08:51:26.327Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-04T08:51:26.327Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-05-04T08:51:26.603Z] Removing intermediate container 7e4cb014812b [2021-05-04T08:51:26.603Z] ---> 418f017e2f71 [2021-05-04T08:51:26.603Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-04T08:51:26.882Z] Removing intermediate container 4a021c4515f1 [2021-05-04T08:51:26.882Z] ---> de46547746de [2021-05-04T08:51:26.882Z] Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:51:26.882Z] Removing intermediate container ce312d74f5d8 [2021-05-04T08:51:26.882Z] ---> f989d38f324c [2021-05-04T08:51:26.882Z] Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:51:27.165Z] ---> Running in d1ef4bd5e1cb [2021-05-04T08:51:27.165Z] ---> Running in b9b3f1e2c70c [2021-05-04T08:51:27.771Z] ---> aada8b081562 [2021-05-04T08:51:27.771Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-04T08:51:28.060Z] Removing intermediate container d1ef4bd5e1cb [2021-05-04T08:51:28.060Z] ---> c64960bb0cee [2021-05-04T08:51:28.060Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:51:28.656Z] ---> Running in e7c39cc224e4 [2021-05-04T08:51:28.656Z] Removing intermediate container b9b3f1e2c70c [2021-05-04T08:51:28.656Z] ---> 022f42c50e61 [2021-05-04T08:51:28.656Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:51:29.254Z] ---> Running in 1a7e62460d78 [2021-05-04T08:51:29.531Z] ---> Running in 494aa468173a [2021-05-04T08:51:30.135Z] Removing intermediate container 12c32ee3e2aa [2021-05-04T08:51:30.135Z] ---> 3cb374733977 [2021-05-04T08:51:30.135Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-04T08:51:30.416Z] Removing intermediate container 1a7e62460d78 [2021-05-04T08:51:30.416Z] ---> d594120abd26 [2021-05-04T08:51:30.416Z] [2021-05-04T08:51:30.697Z] ---> Running in 54a67184001f [2021-05-04T08:51:30.979Z] Removing intermediate container 494aa468173a [2021-05-04T08:51:30.979Z] ---> a2b8b27dfb1d [2021-05-04T08:51:30.979Z] [2021-05-04T08:51:30.979Z] Successfully built d594120abd26 [2021-05-04T08:51:30.979Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-04T08:51:30.979Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-05-04T08:51:31.583Z] Successfully built a2b8b27dfb1d [2021-05-04T08:51:31.583Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-04T08:51:31.583Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-05-04T08:51:32.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:51:32.582Z] Removing intermediate container e7c39cc224e4 [2021-05-04T08:51:32.582Z] ---> 5861121a9e8c [2021-05-04T08:51:32.582Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-04T08:51:32.994Z] Removing intermediate container 277300c418ed [2021-05-04T08:51:32.994Z] ---> 6651dd5aba61 [2021-05-04T08:51:32.994Z] [2021-05-04T08:51:32.994Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:51:32.994Z] 3.12: Pulling from library/alpine [2021-05-04T08:51:33.190Z] ---> Running in 6d666fd077c4 [2021-05-04T08:51:33.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:51:33.794Z] Removing intermediate container 6d666fd077c4 [2021-05-04T08:51:33.794Z] ---> 4d3158e66d45 [2021-05-04T08:51:33.794Z] Step 28/31 : CMD ["gate"] [2021-05-04T08:51:34.075Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:34.075Z] ---> Running in 5666a3055b26 [2021-05-04T08:51:34.075Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-04T08:51:34.348Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-04T08:51:34.348Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-04T08:51:34.629Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-04T08:51:34.629Z] Removing intermediate container 5666a3055b26 [2021-05-04T08:51:34.629Z] ---> bd1617c476f5 [2021-05-04T08:51:34.629Z] Step 29/31 : LABEL arch=arm64 [2021-05-04T08:51:34.629Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-04T08:51:34.647Z] Removing intermediate container 5e582925bdbd [2021-05-04T08:51:34.647Z] ---> 5cb8f725e651 [2021-05-04T08:51:34.647Z] [2021-05-04T08:51:34.647Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:51:34.647Z] 3.12: Pulling from library/alpine [2021-05-04T08:51:34.647Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T08:51:34.647Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-04T08:51:34.905Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:34.905Z] OK: 8 MiB in 20 packages [2021-05-04T08:51:34.988Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T08:51:34.988Z] ---> 13621d1b12d4 [2021-05-04T08:51:34.988Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:51:34.988Z] Status: Downloaded newer image for alpine:3.12 [2021-05-04T08:51:34.988Z] ---> 13621d1b12d4 [2021-05-04T08:51:34.988Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:51:35.342Z] Removing intermediate container ace3cd7d0c5c [2021-05-04T08:51:35.342Z] ---> d7b511233049 [2021-05-04T08:51:35.342Z] [2021-05-04T08:51:35.342Z] Step 10/22 : FROM alpine:3.12 [2021-05-04T08:51:35.342Z] ---> 13621d1b12d4 [2021-05-04T08:51:35.342Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-04T08:51:35.518Z] ---> Running in 17a5122f775c [2021-05-04T08:51:36.543Z] ---> Running in 30f19f371ed9 [2021-05-04T08:51:36.543Z] ---> Running in 41929dbe8115 [2021-05-04T08:51:36.543Z] ---> Running in 191df4a3f731 [2021-05-04T08:51:37.518Z] Removing intermediate container 17a5122f775c [2021-05-04T08:51:37.518Z] ---> e197f5d0f389 [2021-05-04T08:51:37.518Z] Step 30/31 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:51:38.132Z] Removing intermediate container 54a67184001f [2021-05-04T08:51:38.132Z] ---> 2cc686c350e8 [2021-05-04T08:51:38.132Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:39.152Z] ---> Running in de50f867f794 [2021-05-04T08:51:39.437Z] ---> fa68d488def5 [2021-05-04T08:51:39.437Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-04T08:51:40.046Z] Removing intermediate container de50f867f794 [2021-05-04T08:51:40.046Z] ---> b61116a3ce9c [2021-05-04T08:51:40.046Z] Step 31/31 : LABEL version=0.0.0 [2021-05-04T08:51:40.418Z] Removing intermediate container 097c845f1341 [2021-05-04T08:51:40.419Z] ---> 2e2193edd4a0 [2021-05-04T08:51:40.419Z] [2021-05-04T08:51:40.419Z] Step 10/24 : FROM alpine:3.12 [2021-05-04T08:51:40.419Z] ---> 13621d1b12d4 [2021-05-04T08:51:40.419Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-04T08:51:40.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:40.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:40.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:40.973Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:40.973Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:41.041Z] ---> Running in 934b86993704 [2021-05-04T08:51:41.319Z] OK: 6 MiB in 15 packages [2021-05-04T08:51:41.319Z] ---> Running in 31d43a29baf5 [2021-05-04T08:51:41.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:41.629Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:41.629Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:41.629Z] OK: 6 MiB in 15 packages [2021-05-04T08:51:41.644Z] ---> ebbd0a348553 [2021-05-04T08:51:41.644Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:41.922Z] Removing intermediate container 934b86993704 [2021-05-04T08:51:41.922Z] ---> 576d0854343e [2021-05-04T08:51:41.922Z] [2021-05-04T08:51:41.966Z] Removing intermediate container a8489f0cc6fd [2021-05-04T08:51:41.966Z] ---> 5787f17716d2 [2021-05-04T08:51:41.966Z] [2021-05-04T08:51:41.966Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:51:41.966Z] ---> 13621d1b12d4 [2021-05-04T08:51:41.966Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:51:41.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:41.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:42.284Z] ---> Running in b6a1ab4b97b8 [2021-05-04T08:51:42.522Z] Successfully built 576d0854343e [2021-05-04T08:51:42.522Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-04T08:51:42.522Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-05-04T08:51:42.652Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-04T08:51:42.652Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:42.652Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:42.652Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:51:42.797Z] ---> f54b3f1a5edd [2021-05-04T08:51:42.798Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-04T08:51:42.973Z] OK: 6 MiB in 16 packages [2021-05-04T08:51:43.073Z] ---> Running in 654ad09de751 [2021-05-04T08:51:43.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:43.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:43.673Z] Removing intermediate container 654ad09de751 [2021-05-04T08:51:43.673Z] ---> 1639e2dbe6b5 [2021-05-04T08:51:43.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:51:43.946Z] ---> Running in df1b9af224cb [2021-05-04T08:51:43.998Z] Removing intermediate container 30f19f371ed9 [2021-05-04T08:51:43.998Z] ---> 5829e2e59499 [2021-05-04T08:51:43.998Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:51:44.304Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-04T08:51:44.304Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:51:44.304Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-04T08:51:44.304Z] ---> Running in ae4fcfd7b4a6 [2021-05-04T08:51:44.304Z] (4/6) Installing curl (7.76.1-r0) [2021-05-04T08:51:44.304Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:44.304Z] (6/6) Installing su-exec (0.2-r1) [2021-05-04T08:51:44.304Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:44.304Z] Removing intermediate container 191df4a3f731 [2021-05-04T08:51:44.304Z] ---> 3894073bb451 [2021-05-04T08:51:44.304Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:51:44.304Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:51:44.543Z] Removing intermediate container df1b9af224cb [2021-05-04T08:51:44.543Z] ---> 421add917f0d [2021-05-04T08:51:44.543Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:51:44.543Z] ---> Running in 350159362b62 [2021-05-04T08:51:44.602Z] OK: 7 MiB in 20 packages [2021-05-04T08:51:44.895Z] ---> Running in 58c0866377ec [2021-05-04T08:51:45.141Z] Removing intermediate container 350159362b62 [2021-05-04T08:51:45.141Z] ---> 3c7e1d60a16e [2021-05-04T08:51:45.141Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:51:45.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:45.413Z] ---> Running in c2d1f24edf38 [2021-05-04T08:51:45.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:51:45.537Z] Removing intermediate container 41929dbe8115 [2021-05-04T08:51:45.537Z] ---> 747bed208231 [2021-05-04T08:51:45.537Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:51:45.875Z] Removing intermediate container ae4fcfd7b4a6 [2021-05-04T08:51:45.875Z] ---> f64492d6adcd [2021-05-04T08:51:45.875Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-04T08:51:46.016Z] Removing intermediate container c2d1f24edf38 [2021-05-04T08:51:46.016Z] ---> dd44f1eef8ab [2021-05-04T08:51:46.016Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:51:46.285Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-04T08:51:46.285Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:51:46.285Z] OK: 6 MiB in 15 packages [2021-05-04T08:51:46.285Z] ---> Running in 601ed68d3ae1 [2021-05-04T08:51:46.285Z] ---> Running in d974ba5ad44f [2021-05-04T08:51:46.285Z] Removing intermediate container 58c0866377ec [2021-05-04T08:51:46.285Z] ---> 3d543d5b1c39 [2021-05-04T08:51:46.285Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-04T08:51:46.614Z] ---> Running in f4d9339ce4c2 [2021-05-04T08:51:46.654Z] ---> Running in d651d1f81458 [2021-05-04T08:51:47.349Z] Removing intermediate container 601ed68d3ae1 [2021-05-04T08:51:47.349Z] ---> d7fd42c3db47 [2021-05-04T08:51:47.349Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-04T08:51:47.646Z] Removing intermediate container d974ba5ad44f [2021-05-04T08:51:47.646Z] ---> aa6c95d50d90 [2021-05-04T08:51:47.646Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:51:47.646Z] Removing intermediate container 31d43a29baf5 [2021-05-04T08:51:47.646Z] ---> 65d9072331a0 [2021-05-04T08:51:47.646Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:51:47.646Z] Removing intermediate container d651d1f81458 [2021-05-04T08:51:47.646Z] ---> 216151dae86d [2021-05-04T08:51:47.646Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:51:47.646Z] ---> Running in 46fb8fbbb2a0 [2021-05-04T08:51:48.158Z] ---> Running in 0991ad8e8ccc [2021-05-04T08:51:48.158Z] ---> Running in b31c9cf41ff2 [2021-05-04T08:51:48.158Z] ---> Running in a2c83038941b [2021-05-04T08:51:48.267Z] Removing intermediate container f4d9339ce4c2 [2021-05-04T08:51:48.267Z] ---> 3ea2038e0aac [2021-05-04T08:51:48.267Z] [2021-05-04T08:51:48.544Z] Successfully built 3ea2038e0aac [2021-05-04T08:51:48.544Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-04T08:51:48.865Z] Removing intermediate container b6a1ab4b97b8 [2021-05-04T08:51:48.865Z] ---> 0e71a815d72c [2021-05-04T08:51:48.865Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:51:49.157Z] Removing intermediate container 46fb8fbbb2a0 [2021-05-04T08:51:49.157Z] ---> 9edabf157904 [2021-05-04T08:51:49.157Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:49.157Z] Removing intermediate container a2c83038941b [2021-05-04T08:51:49.157Z] ---> 58632ee2afdd [2021-05-04T08:51:49.157Z] Step 15/23 : WORKDIR / [2021-05-04T08:51:49.545Z] Removing intermediate container 0991ad8e8ccc [2021-05-04T08:51:49.545Z] ---> ce0724d84be0 [2021-05-04T08:51:49.545Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-04T08:51:49.545Z] ---> Running in eb7f5842c4ff [2021-05-04T08:51:49.545Z] Removing intermediate container b31c9cf41ff2 [2021-05-04T08:51:49.545Z] ---> 05199f285f50 [2021-05-04T08:51:49.545Z] Step 13/24 : WORKDIR / [2021-05-04T08:51:49.870Z] ---> Running in 7da2915cb8d7 [2021-05-04T08:51:50.311Z] ---> Running in bdf5fb7b28de [2021-05-04T08:51:50.311Z] ---> Running in e8ac5cebce99 [2021-05-04T08:51:51.127Z] Removing intermediate container eb7f5842c4ff [2021-05-04T08:51:51.127Z] ---> 0f4fb0b04050 [2021-05-04T08:51:51.127Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-04T08:51:51.127Z] ---> d419a107352e [2021-05-04T08:51:51.127Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-04T08:51:51.127Z] Removing intermediate container bdf5fb7b28de [2021-05-04T08:51:51.127Z] ---> c8feae9d5723 [2021-05-04T08:51:51.127Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:51.423Z] ---> Running in 9a22c19170f0 [2021-05-04T08:51:51.423Z] Removing intermediate container 7da2915cb8d7 [2021-05-04T08:51:51.423Z] ---> 4dd518fc43e3 [2021-05-04T08:51:51.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:51.423Z] Removing intermediate container e8ac5cebce99 [2021-05-04T08:51:51.423Z] ---> 49abe98b788a [2021-05-04T08:51:51.423Z] 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-05-04T08:51:52.575Z] ---> 4a85d13ae41e [2021-05-04T08:51:52.575Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-04T08:51:52.575Z] Removing intermediate container 9a22c19170f0 [2021-05-04T08:51:52.575Z] ---> b896c7b645dd [2021-05-04T08:51:52.575Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:51:53.177Z] ---> Running in 6ab6dcd9a3ad [2021-05-04T08:51:53.177Z] ---> ed580a7b1dd8 [2021-05-04T08:51:53.177Z] 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-05-04T08:51:53.716Z] ---> 219a6782d226 [2021-05-04T08:51:53.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-04T08:51:54.048Z] ---> d50c198ee06e [2021-05-04T08:51:54.048Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:54.443Z] Removing intermediate container 6ab6dcd9a3ad [2021-05-04T08:51:54.443Z] ---> 477e7088d78b [2021-05-04T08:51:54.443Z] Step 15/23 : WORKDIR / [2021-05-04T08:51:54.821Z] ---> 6cafab77f9e4 [2021-05-04T08:51:54.821Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:55.183Z] ---> Running in 3b001ea19eb4 [2021-05-04T08:51:55.183Z] ---> d98c17a381c0 [2021-05-04T08:51:55.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:55.556Z] ---> 86f7588164b4 [2021-05-04T08:51:55.556Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-04T08:51:56.336Z] ---> Running in 766828ae74a5 [2021-05-04T08:51:56.336Z] Removing intermediate container 3b001ea19eb4 [2021-05-04T08:51:56.336Z] ---> 6ba5f9fb0c5c [2021-05-04T08:51:56.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:51:57.169Z] ---> 7e06c8b70147 [2021-05-04T08:51:57.169Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-04T08:51:57.169Z] ---> ab8b5a97a553 [2021-05-04T08:51:57.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:57.497Z] ---> 2c1f36f2724a [2021-05-04T08:51:57.497Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-04T08:51:57.497Z] Removing intermediate container 766828ae74a5 [2021-05-04T08:51:57.497Z] ---> e70b4dc801e2 [2021-05-04T08:51:57.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:51:57.911Z] ---> Running in eca7361e52c7 [2021-05-04T08:51:57.911Z] ---> Running in fcaa00498eae [2021-05-04T08:51:57.911Z] ---> 9c3ffb0560aa [2021-05-04T08:51:57.911Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-04T08:51:57.911Z] ---> 70ee3ac858f8 [2021-05-04T08:51:57.911Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-04T08:51:58.209Z] ---> Running in 5ae3072288c7 [2021-05-04T08:51:58.489Z] Removing intermediate container eca7361e52c7 [2021-05-04T08:51:58.489Z] ---> 0ad61b2e1227 [2021-05-04T08:51:58.489Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:51:59.180Z] ---> 39431ce5f835 [2021-05-04T08:51:59.180Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-04T08:51:59.180Z] Removing intermediate container fcaa00498eae [2021-05-04T08:51:59.180Z] ---> 0b24cc15648c [2021-05-04T08:51:59.180Z] Step 20/22 : LABEL arch=x86_64 [2021-05-04T08:51:59.180Z] ---> Running in dca0b01fa641 [2021-05-04T08:51:59.579Z] ---> Running in 31ac5ac80735 [2021-05-04T08:51:59.579Z] Removing intermediate container 5ae3072288c7 [2021-05-04T08:51:59.579Z] ---> fb54bc369270 [2021-05-04T08:51:59.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:51:59.863Z] ---> be616813fd04 [2021-05-04T08:51:59.863Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-04T08:51:59.863Z] ---> Running in 4a3f1f222d42 [2021-05-04T08:52:00.161Z] Removing intermediate container dca0b01fa641 [2021-05-04T08:52:00.161Z] ---> ecf7badc327f [2021-05-04T08:52:00.161Z] Step 20/22 : LABEL arch=x86_64 [2021-05-04T08:52:00.161Z] Removing intermediate container 31ac5ac80735 [2021-05-04T08:52:00.161Z] ---> e88f79744520 [2021-05-04T08:52:00.161Z] Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:52:00.492Z] ---> Running in 452a6283215d [2021-05-04T08:52:00.492Z] ---> Running in 6bbc436cd28f [2021-05-04T08:52:00.492Z] Removing intermediate container 4a3f1f222d42 [2021-05-04T08:52:00.492Z] ---> 241f52ecb8c1 [2021-05-04T08:52:00.492Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:52:00.865Z] ---> 7b87044a79bf [2021-05-04T08:52:00.865Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-04T08:52:00.865Z] ---> 894c6e40477a [2021-05-04T08:52:00.865Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-04T08:52:01.164Z] ---> Running in 1cf89b97d993 [2021-05-04T08:52:01.164Z] ---> Running in 10d0e3221f9d [2021-05-04T08:52:01.473Z] Removing intermediate container 452a6283215d [2021-05-04T08:52:01.473Z] ---> 86d8fa8dfb51 [2021-05-04T08:52:01.473Z] Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:52:01.473Z] Removing intermediate container 6bbc436cd28f [2021-05-04T08:52:01.473Z] ---> bdb05724ed5d [2021-05-04T08:52:01.473Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:52:02.252Z] ---> Running in 1c5ceb3a569c [2021-05-04T08:52:02.252Z] ---> Running in 8b0da4dff94f [2021-05-04T08:52:02.252Z] Removing intermediate container 1cf89b97d993 [2021-05-04T08:52:02.252Z] ---> 8fac08e41738 [2021-05-04T08:52:02.252Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:52:02.671Z] Removing intermediate container 10d0e3221f9d [2021-05-04T08:52:02.671Z] ---> c9fefed31942 [2021-05-04T08:52:02.671Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:52:02.671Z] ---> afbc5b7f7344 [2021-05-04T08:52:02.671Z] 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-05-04T08:52:02.671Z] ---> Running in 9e8af0865cee [2021-05-04T08:52:02.998Z] ---> Running in 89caeb513a2e [2021-05-04T08:52:03.290Z] ---> Running in 004d194bac36 [2021-05-04T08:52:03.290Z] Removing intermediate container 8b0da4dff94f [2021-05-04T08:52:03.290Z] ---> 074c9b052ee1 [2021-05-04T08:52:03.290Z] [2021-05-04T08:52:03.607Z] Removing intermediate container 1c5ceb3a569c [2021-05-04T08:52:03.607Z] ---> b55417bf29f6 [2021-05-04T08:52:03.607Z] Step 22/22 : LABEL version=0.0.0 [2021-05-04T08:52:03.906Z] Removing intermediate container 89caeb513a2e [2021-05-04T08:52:03.906Z] ---> 4b5f0d9907be [2021-05-04T08:52:03.906Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:52:03.906Z] ---> Running in 6fcfe906f82c [2021-05-04T08:52:04.357Z] Removing intermediate container 9e8af0865cee [2021-05-04T08:52:04.357Z] ---> ae651eb3d970 [2021-05-04T08:52:04.357Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:52:04.357Z] ---> Running in 319c41348cc8 [2021-05-04T08:52:04.637Z] ---> Running in 06210938a273 [2021-05-04T08:52:04.946Z] Removing intermediate container 6fcfe906f82c [2021-05-04T08:52:04.946Z] ---> 366542ce1eb9 [2021-05-04T08:52:04.946Z] [2021-05-04T08:52:04.946Z] Removing intermediate container 319c41348cc8 [2021-05-04T08:52:04.946Z] ---> 13eddf0dd766 [2021-05-04T08:52:04.946Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:52:05.641Z] Successfully built 074c9b052ee1 [2021-05-04T08:52:05.641Z] ---> Running in 710fc84a5c1c [2021-05-04T08:52:06.019Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-04T08:52:06.019Z] Building docker-security-bootstrapper-go [2021-05-04T08:52:06.019Z] Successfully built 366542ce1eb9 [2021-05-04T08:52:06.019Z]  Building docker-support-scheduler-go ... done Removing intermediate container 06210938a273 [2021-05-04T08:52:06.019Z] ---> 5e1cc3c6dc82 [2021-05-04T08:52:06.019Z] [2021-05-04T08:52:06.329Z] Successfully tagged docker-support-notifications-go:latest [2021-05-04T08:52:06.329Z] Building docker-security-proxy-setup-go [2021-05-04T08:52:07.610Z]  Building docker-support-notifications-go ... done Successfully built 5e1cc3c6dc82 [2021-05-04T08:52:07.610Z] Successfully tagged docker-core-command-go:latest [2021-05-04T08:52:07.610Z] Building docker-core-data-go [2021-05-04T08:52:09.429Z]  Building docker-core-command-go ... done Removing intermediate container 710fc84a5c1c [2021-05-04T08:52:09.429Z] ---> 74b52c6ae94b [2021-05-04T08:52:09.429Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:52:09.429Z] ---> Running in 0174669f5bf4 [2021-05-04T08:52:09.429Z] Removing intermediate container 004d194bac36 [2021-05-04T08:52:09.429Z] ---> 333cb767971a [2021-05-04T08:52:09.429Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-04T08:52:09.429Z] ---> Running in e21d1fc548aa [2021-05-04T08:52:09.429Z] Removing intermediate container 0174669f5bf4 [2021-05-04T08:52:09.429Z] ---> 6d9712ca4beb [2021-05-04T08:52:09.429Z] [2021-05-04T08:52:10.054Z] Successfully built 6d9712ca4beb [2021-05-04T08:52:10.054Z] Successfully tagged docker-core-metadata-go:latest [2021-05-04T08:52:10.054Z] Building docker-sys-mgmt-agent-go [2021-05-04T08:52:10.054Z]  Building docker-core-metadata-go ... done Removing intermediate container e21d1fc548aa [2021-05-04T08:52:10.054Z] ---> 5b37f26c09fd [2021-05-04T08:52:10.054Z] Step 22/24 : LABEL arch=x86_64 [2021-05-04T08:52:10.687Z] ---> Running in 17cf79739c02 [2021-05-04T08:52:11.510Z] Removing intermediate container 17cf79739c02 [2021-05-04T08:52:11.510Z] ---> 52ccf588608b [2021-05-04T08:52:11.510Z] Step 23/24 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:52:15.003Z] ---> Running in f0eece01cd76 [2021-05-04T08:52:18.190Z] Removing intermediate container f0eece01cd76 [2021-05-04T08:52:18.190Z] ---> ecf3a4921761 [2021-05-04T08:52:18.190Z] Step 24/24 : LABEL version=0.0.0 [2021-05-04T08:52:18.190Z] ---> Running in fd8d5e21f2e1 [2021-05-04T08:52:19.357Z] Removing intermediate container fd8d5e21f2e1 [2021-05-04T08:52:19.357Z] ---> 2cb9de726ffc [2021-05-04T08:52:19.357Z] [2021-05-04T08:52:19.736Z] Successfully built 2cb9de726ffc [2021-05-04T08:52:20.031Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-04T08:52:20.920Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:52:20.920Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:52:20.920Z] ---> 157021b9235c [2021-05-04T08:52:20.920Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:52:20.920Z] ---> Using cache [2021-05-04T08:52:20.920Z] ---> 679cdc011382 [2021-05-04T08:52:20.920Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:52:20.920Z] ---> Using cache [2021-05-04T08:52:20.920Z] ---> 80ecbdaa0dea [2021-05-04T08:52:20.920Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:52:20.920Z] ---> Using cache [2021-05-04T08:52:20.920Z] ---> a760c0d36f6f [2021-05-04T08:52:20.920Z] Step 6/23 : COPY go.mod . [2021-05-04T08:52:20.920Z] ---> Using cache [2021-05-04T08:52:20.920Z] ---> 50030d5982b2 [2021-05-04T08:52:20.920Z] Step 7/23 : RUN go mod download [2021-05-04T08:52:20.920Z] ---> Using cache [2021-05-04T08:52:20.920Z] ---> 9b17ca44ed50 [2021-05-04T08:52:20.920Z] Step 8/23 : COPY . . [2021-05-04T08:52:20.920Z] ---> Using cache [2021-05-04T08:52:20.920Z] ---> 52d779975b2b [2021-05-04T08:52:20.920Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-04T08:52:27.660Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:52:27.660Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:52:27.660Z] ---> 157021b9235c [2021-05-04T08:52:27.660Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 679cdc011382 [2021-05-04T08:52:27.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 80ecbdaa0dea [2021-05-04T08:52:27.660Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-04T08:52:27.660Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:52:27.660Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:52:27.660Z] ---> 157021b9235c [2021-05-04T08:52:27.660Z] Step 3/21 : WORKDIR /edgex-go [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 679cdc011382 [2021-05-04T08:52:27.660Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 80ecbdaa0dea [2021-05-04T08:52:27.660Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> a760c0d36f6f [2021-05-04T08:52:27.660Z] Step 6/21 : COPY go.mod . [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 50030d5982b2 [2021-05-04T08:52:27.660Z] Step 7/21 : RUN go mod download [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 9b17ca44ed50 [2021-05-04T08:52:27.660Z] Step 8/21 : COPY . . [2021-05-04T08:52:27.660Z] ---> Using cache [2021-05-04T08:52:27.660Z] ---> 52d779975b2b [2021-05-04T08:52:27.660Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-04T08:52:28.264Z] ---> Running in 774f201083ad [2021-05-04T08:52:28.264Z] ---> Running in 69497464c5c4 [2021-05-04T08:52:28.264Z] ---> Running in 7bcb30d3e528 [2021-05-04T08:52:28.542Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:52:28.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:52:28.542Z] ---> 157021b9235c [2021-05-04T08:52:28.542Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:52:28.542Z] ---> Using cache [2021-05-04T08:52:28.542Z] ---> 679cdc011382 [2021-05-04T08:52:28.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:52:28.542Z] ---> Using cache [2021-05-04T08:52:28.542Z] ---> 80ecbdaa0dea [2021-05-04T08:52:28.542Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-04T08:52:28.542Z] ---> Using cache [2021-05-04T08:52:28.542Z] ---> a760c0d36f6f [2021-05-04T08:52:28.542Z] Step 6/23 : COPY go.mod . [2021-05-04T08:52:28.542Z] ---> Using cache [2021-05-04T08:52:28.542Z] ---> 50030d5982b2 [2021-05-04T08:52:28.542Z] Step 7/23 : RUN go mod download [2021-05-04T08:52:28.542Z] ---> Using cache [2021-05-04T08:52:28.542Z] ---> 9b17ca44ed50 [2021-05-04T08:52:28.542Z] Step 8/23 : COPY . . [2021-05-04T08:52:28.818Z] ---> Using cache [2021-05-04T08:52:28.818Z] ---> 52d779975b2b [2021-05-04T08:52:28.818Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-04T08:52:29.092Z] ---> Running in 6a40c0e9f8fe [2021-05-04T08:52:30.095Z] 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-05-04T08:52:30.095Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:52:30.377Z] 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-05-04T08:52:30.721Z] 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-05-04T08:52:31.464Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:52:32.705Z] OK: 218 MiB in 52 packages [2021-05-04T08:52:34.149Z] Removing intermediate container 69497464c5c4 [2021-05-04T08:52:34.149Z] ---> 117b783c6a31 [2021-05-04T08:52:34.149Z] Step 6/23 : COPY go.mod . [2021-05-04T08:52:35.138Z] ---> eef2b0898427 [2021-05-04T08:52:35.138Z] Step 7/23 : RUN go mod download [2021-05-04T08:52:35.414Z] ---> Running in c90c4307210b [2021-05-04T08:52:39.775Z] Removing intermediate container c90c4307210b [2021-05-04T08:52:39.775Z] ---> 70206287ff24 [2021-05-04T08:52:39.775Z] Step 8/23 : COPY . . [2021-05-04T08:52:58.161Z] ---> 26b063cb41ac [2021-05-04T08:52:58.161Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-04T08:52:58.161Z] ---> Running in ea9bbe65c212 [2021-05-04T08:53:00.152Z] 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-05-04T08:53:43.795Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:53:43.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:53:43.796Z] ---> cb59ab31de0c [2021-05-04T08:53:43.796Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 6aa1e96728be [2021-05-04T08:53:43.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 383e48ceb911 [2021-05-04T08:53:43.796Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-04T08:53:43.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:53:43.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:53:43.796Z] ---> cb59ab31de0c [2021-05-04T08:53:43.796Z] Step 3/23 : WORKDIR /edgex-go [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 6aa1e96728be [2021-05-04T08:53:43.796Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 383e48ceb911 [2021-05-04T08:53:43.796Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-04T08:53:43.796Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:53:43.796Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:53:43.796Z] ---> cb59ab31de0c [2021-05-04T08:53:43.796Z] Step 3/31 : WORKDIR /edgex-go [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 6aa1e96728be [2021-05-04T08:53:43.796Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 383e48ceb911 [2021-05-04T08:53:43.796Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> a7092e923ad5 [2021-05-04T08:53:43.796Z] Step 6/31 : COPY go.mod . [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> a97b7ef615b4 [2021-05-04T08:53:43.796Z] Step 7/31 : RUN go mod download [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 066dc1268cd3 [2021-05-04T08:53:43.796Z] Step 8/31 : COPY . . [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> df35ed703515 [2021-05-04T08:53:43.796Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-04T08:53:43.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-04T08:53:43.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-04T08:53:43.796Z] ---> cb59ab31de0c [2021-05-04T08:53:43.796Z] Step 3/21 : WORKDIR /edgex-go [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 6aa1e96728be [2021-05-04T08:53:43.796Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 383e48ceb911 [2021-05-04T08:53:43.796Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> a7092e923ad5 [2021-05-04T08:53:43.796Z] Step 6/21 : COPY go.mod . [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> a97b7ef615b4 [2021-05-04T08:53:43.796Z] Step 7/21 : RUN go mod download [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> 066dc1268cd3 [2021-05-04T08:53:43.796Z] Step 8/21 : COPY . . [2021-05-04T08:53:43.796Z] ---> Using cache [2021-05-04T08:53:43.796Z] ---> df35ed703515 [2021-05-04T08:53:43.796Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-04T08:53:43.796Z] ---> Running in cdb62b102fd0 [2021-05-04T08:53:43.796Z] ---> Running in 3213c14124e4 [2021-05-04T08:53:43.796Z] ---> Running in 451f88d913cd [2021-05-04T08:53:43.796Z] ---> Running in f9102e9d5d10 [2021-05-04T08:53:43.796Z] 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-05-04T08:53:43.796Z] 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-05-04T08:53:43.796Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:53:43.796Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:53:45.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:53:45.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:53:46.496Z] OK: 219 MiB in 52 packages [2021-05-04T08:53:46.809Z] OK: 219 MiB in 52 packages [2021-05-04T08:53:49.620Z] Removing intermediate container f9102e9d5d10 [2021-05-04T08:53:49.620Z] ---> 2d0614e80d6f [2021-05-04T08:53:49.620Z] Step 6/23 : COPY go.mod . [2021-05-04T08:53:50.250Z] Removing intermediate container 451f88d913cd [2021-05-04T08:53:50.250Z] ---> 05d24fa62165 [2021-05-04T08:53:50.250Z] Step 6/23 : COPY go.mod . [2021-05-04T08:53:50.568Z] ---> 667e1746f6e2 [2021-05-04T08:53:50.568Z] Step 7/23 : RUN go mod download [2021-05-04T08:53:50.871Z] ---> Running in 4eb3669e77bc [2021-05-04T08:53:51.625Z] ---> 962c0d43dd77 [2021-05-04T08:53:51.625Z] Step 7/23 : RUN go mod download [2021-05-04T08:53:52.011Z] ---> Running in 0dee559bb550 [2021-05-04T08:53:56.780Z] 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-05-04T08:53:58.286Z] Removing intermediate container 4eb3669e77bc [2021-05-04T08:53:58.286Z] ---> 6684dfa33282 [2021-05-04T08:53:58.286Z] Step 8/23 : COPY . . [2021-05-04T08:53:58.286Z] Removing intermediate container 0dee559bb550 [2021-05-04T08:53:58.286Z] ---> 258b3414ae2e [2021-05-04T08:53:58.286Z] Step 8/23 : COPY . . [2021-05-04T08:54:09.228Z] Removing intermediate container 7bcb30d3e528 [2021-05-04T08:54:09.229Z] ---> 05b750ba2330 [2021-05-04T08:54:09.229Z] [2021-05-04T08:54:09.229Z] Step 10/21 : FROM alpine:3.12 [2021-05-04T08:54:09.229Z] ---> 9852663dfa18 [2021-05-04T08:54:09.229Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-04T08:54:09.229Z] ---> Running in 39c5b3b3c6bd [2021-05-04T08:54:11.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:54:11.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:54:11.840Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-04T08:54:11.840Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:54:11.840Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-04T08:54:11.840Z] (4/4) Installing curl (7.76.1-r0) [2021-05-04T08:54:11.840Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:54:11.840Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:54:12.446Z] OK: 7 MiB in 18 packages [2021-05-04T08:54:15.162Z] Removing intermediate container 39c5b3b3c6bd [2021-05-04T08:54:15.162Z] ---> fab8b5aaa558 [2021-05-04T08:54:15.162Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:54:15.438Z] ---> Running in 4aac4d5e3eee [2021-05-04T08:54:16.891Z] Removing intermediate container 4aac4d5e3eee [2021-05-04T08:54:16.891Z] ---> ef969dcd76bf [2021-05-04T08:54:16.891Z] Step 13/21 : WORKDIR /edgex [2021-05-04T08:54:17.165Z] ---> Running in 103608891a41 [2021-05-04T08:54:18.173Z] Removing intermediate container 103608891a41 [2021-05-04T08:54:18.173Z] ---> a3141ca4b949 [2021-05-04T08:54:18.173Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-04T08:54:19.173Z] Removing intermediate container 6a40c0e9f8fe [2021-05-04T08:54:19.173Z] ---> 19318affd575 [2021-05-04T08:54:19.173Z] [2021-05-04T08:54:19.173Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:54:19.173Z] ---> 9852663dfa18 [2021-05-04T08:54:19.173Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:54:19.173Z] ---> Using cache [2021-05-04T08:54:19.173Z] ---> 2608c5c94b14 [2021-05-04T08:54:19.173Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:54:19.173Z] ---> Using cache [2021-05-04T08:54:19.173Z] ---> d5b93cd9bb3d [2021-05-04T08:54:19.173Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-04T08:54:19.452Z] ---> 6d18856a554b [2021-05-04T08:54:19.452Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-04T08:54:19.452Z] ---> Running in becfd62712c2 [2021-05-04T08:54:20.456Z] Removing intermediate container becfd62712c2 [2021-05-04T08:54:20.456Z] ---> 77deaa5863f3 [2021-05-04T08:54:20.456Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:54:20.736Z] ---> Running in c8f9839c85b4 [2021-05-04T08:54:21.015Z] ---> 82360829f823 [2021-05-04T08:54:21.015Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-04T08:54:21.631Z] Removing intermediate container c8f9839c85b4 [2021-05-04T08:54:21.631Z] ---> 7714abd50a93 [2021-05-04T08:54:21.631Z] Step 15/23 : WORKDIR / [2021-05-04T08:54:21.631Z] ---> Running in 7a86ad2d5389 [2021-05-04T08:54:22.624Z] Removing intermediate container 7a86ad2d5389 [2021-05-04T08:54:22.624Z] ---> 4363b13655b9 [2021-05-04T08:54:22.624Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:54:23.271Z] ---> 6eb09b8ad4c2 [2021-05-04T08:54:23.271Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-04T08:54:23.271Z] ---> Running in 4f4fb8607973 [2021-05-04T08:54:23.878Z] Removing intermediate container 4f4fb8607973 [2021-05-04T08:54:23.878Z] ---> 1af898ed8ece [2021-05-04T08:54:23.878Z] Step 18/21 : CMD ["--init=true"] [2021-05-04T08:54:23.878Z] ---> 1739766c45ae [2021-05-04T08:54:23.878Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-04T08:54:24.156Z] ---> Running in e1aeb370d55d [2021-05-04T08:54:25.157Z] Removing intermediate container e1aeb370d55d [2021-05-04T08:54:25.157Z] ---> efbf99faaa58 [2021-05-04T08:54:25.157Z] Step 19/21 : LABEL arch=arm64 [2021-05-04T08:54:25.760Z] ---> Running in 3430206ab420 [2021-05-04T08:54:26.037Z] ---> 2bbf417db5b5 [2021-05-04T08:54:26.037Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-04T08:54:26.646Z] Removing intermediate container 3430206ab420 [2021-05-04T08:54:26.646Z] ---> 59ddf44ba14c [2021-05-04T08:54:26.646Z] Step 20/21 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:54:27.635Z] ---> Running in bf362b1a5ffc [2021-05-04T08:54:27.635Z] ---> ef7b70946b32 [2021-05-04T08:54:27.635Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-04T08:54:27.917Z] ---> Running in e3e43d0e8d86 [2021-05-04T08:54:28.191Z] Removing intermediate container 774f201083ad [2021-05-04T08:54:28.191Z] ---> b676077681bf [2021-05-04T08:54:28.191Z] [2021-05-04T08:54:28.191Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:54:28.191Z] ---> 9852663dfa18 [2021-05-04T08:54:28.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-04T08:54:28.191Z] ---> Using cache [2021-05-04T08:54:28.191Z] ---> 2608c5c94b14 [2021-05-04T08:54:28.191Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:54:28.191Z] ---> Using cache [2021-05-04T08:54:28.191Z] ---> d5b93cd9bb3d [2021-05-04T08:54:28.191Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-04T08:54:28.465Z] Removing intermediate container bf362b1a5ffc [2021-05-04T08:54:28.465Z] ---> 42428e2eaf6c [2021-05-04T08:54:28.465Z] Step 21/21 : LABEL version=0.0.0 [2021-05-04T08:54:28.465Z] ---> Running in 5a31c0749d54 [2021-05-04T08:54:28.465Z] ---> Running in ce3b203b011c [2021-05-04T08:54:28.465Z] Removing intermediate container e3e43d0e8d86 [2021-05-04T08:54:28.465Z] ---> 7e494c284e3f [2021-05-04T08:54:28.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:54:28.749Z] ---> Running in a68d3eef69cb [2021-05-04T08:54:29.024Z] Removing intermediate container ea9bbe65c212 [2021-05-04T08:54:29.024Z] ---> 396c7f1b1a0f [2021-05-04T08:54:29.024Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-04T08:54:29.024Z] Removing intermediate container 5a31c0749d54 [2021-05-04T08:54:29.024Z] ---> 1e18540bf1f2 [2021-05-04T08:54:29.024Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-04T08:54:29.303Z] ---> Running in b94672c71525 [2021-05-04T08:54:29.303Z] Removing intermediate container ce3b203b011c [2021-05-04T08:54:29.303Z] ---> 736302ad210b [2021-05-04T08:54:29.303Z] [2021-05-04T08:54:29.303Z] ---> Running in 3d1447c93880 [2021-05-04T08:54:29.576Z] Removing intermediate container a68d3eef69cb [2021-05-04T08:54:29.576Z] ---> 6b926f728047 [2021-05-04T08:54:29.576Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:54:29.854Z] ---> Running in f265120cb5dc [2021-05-04T08:54:29.854Z] Successfully built 736302ad210b [2021-05-04T08:54:29.854Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-04T08:54:30.131Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3d1447c93880 [2021-05-04T08:54:30.131Z] ---> 79046669a2d2 [2021-05-04T08:54:30.131Z] Step 15/23 : WORKDIR / [2021-05-04T08:54:30.131Z] ---> Running in 95b47e6ecd4d [2021-05-04T08:54:30.416Z] Removing intermediate container f265120cb5dc [2021-05-04T08:54:30.416Z] ---> c6fd1f2bf9e4 [2021-05-04T08:54:30.416Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:54:30.416Z] ---> Running in 240fe90c41e1 [2021-05-04T08:54:30.700Z] 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-05-04T08:54:30.700Z] Removing intermediate container 95b47e6ecd4d [2021-05-04T08:54:30.700Z] ---> 518f5430d95e [2021-05-04T08:54:30.700Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:54:30.985Z] Removing intermediate container 240fe90c41e1 [2021-05-04T08:54:30.985Z] ---> d54fed5cd3ff [2021-05-04T08:54:30.985Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:54:31.265Z] ---> Running in 80ebc7d12627 [2021-05-04T08:54:31.868Z] ---> 4f06bdc2da65 [2021-05-04T08:54:31.868Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-04T08:54:31.868Z] Removing intermediate container 80ebc7d12627 [2021-05-04T08:54:31.868Z] ---> 59a21a44bbf4 [2021-05-04T08:54:31.868Z] [2021-05-04T08:54:32.468Z] Successfully built 59a21a44bbf4 [2021-05-04T08:54:32.468Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-04T08:54:33.452Z]  Building docker-core-command-go ... done  ---> c71dd69ae98c [2021-05-04T08:54:33.452Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-04T08:54:33.452Z] Removing intermediate container b94672c71525 [2021-05-04T08:54:33.452Z] ---> a99fef4bf3e3 [2021-05-04T08:54:33.452Z] [2021-05-04T08:54:33.452Z] Step 11/23 : FROM docker:20.10.0 [2021-05-04T08:54:33.726Z] 20.10.0: Pulling from library/docker [2021-05-04T08:54:34.007Z] ---> bf389f48bf17 [2021-05-04T08:54:34.007Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-04T08:54:34.311Z] ---> Running in b5d457613594 [2021-05-04T08:54:35.315Z] Removing intermediate container b5d457613594 [2021-05-04T08:54:35.316Z] ---> a66935aef642 [2021-05-04T08:54:35.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:54:35.936Z] ---> Running in 62f40787bee7 [2021-05-04T08:54:36.541Z] Removing intermediate container 62f40787bee7 [2021-05-04T08:54:36.541Z] ---> b7f2756173c5 [2021-05-04T08:54:36.541Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:54:36.818Z] ---> Running in 9132614eb94d [2021-05-04T08:54:37.433Z] Removing intermediate container 9132614eb94d [2021-05-04T08:54:37.433Z] ---> 822d0f12f91b [2021-05-04T08:54:37.433Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:54:38.427Z] ---> Running in ae4de9c85f74 [2021-05-04T08:54:39.031Z] Removing intermediate container ae4de9c85f74 [2021-05-04T08:54:39.031Z] ---> 13beaf4f8843 [2021-05-04T08:54:39.031Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:54:39.640Z] ---> Running in 7bc5dc459442 [2021-05-04T08:54:40.687Z] Removing intermediate container 7bc5dc459442 [2021-05-04T08:54:40.687Z] ---> 5dc0f9c950ab [2021-05-04T08:54:40.687Z] [2021-05-04T08:54:41.309Z] Successfully built 5dc0f9c950ab [2021-05-04T08:54:41.309Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-04T08:54:42.779Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-04T08:54:42.779Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-04T08:54:42.779Z] ---> eeaf43b92773 [2021-05-04T08:54:42.779Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:54:43.374Z] ---> Running in 48c5a4bad388 [2021-05-04T08:54:43.656Z] Removing intermediate container 48c5a4bad388 [2021-05-04T08:54:43.656Z] ---> 1a2a62540835 [2021-05-04T08:54:43.656Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-04T08:54:43.934Z] ---> Running in feb8e2691d77 [2021-05-04T08:54:44.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-04T08:54:45.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-04T08:54:45.786Z] (1/39) Installing readline (8.0.4-r0) [2021-05-04T08:54:45.786Z] (2/39) Installing bash (5.0.17-r0) [2021-05-04T08:54:45.786Z] Executing bash-5.0.17-r0.post-install [2021-05-04T08:54:45.786Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:54:45.786Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-04T08:54:45.786Z] (5/39) Installing curl (7.76.1-r0) [2021-05-04T08:54:45.786Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-04T08:54:45.786Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-04T08:54:45.786Z] (8/39) Installing expat (2.2.9-r1) [2021-05-04T08:54:45.786Z] (9/39) Installing libffi (3.3-r2) [2021-05-04T08:54:45.786Z] (10/39) Installing gdbm (1.13-r1) [2021-05-04T08:54:45.786Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-04T08:54:45.786Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-04T08:54:45.786Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-04T08:54:47.603Z] 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-05-04T08:54:47.766Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-04T08:54:47.766Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-04T08:54:47.766Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-04T08:54:47.766Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-04T08:54:47.766Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-04T08:54:47.766Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-04T08:54:47.766Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-04T08:54:47.766Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-04T08:54:47.766Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-04T08:54:47.766Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-04T08:54:47.766Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-04T08:54:47.766Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-04T08:54:47.766Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-04T08:54:47.766Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-04T08:54:47.766Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-04T08:54:47.766Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-04T08:54:47.766Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-04T08:54:47.766Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-04T08:54:47.766Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-04T08:54:48.043Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-04T08:54:48.043Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-04T08:54:48.043Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-04T08:54:48.043Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-04T08:54:48.043Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-04T08:54:48.043Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-04T08:54:48.043Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-04T08:54:48.043Z] Executing busybox-1.31.1-r19.trigger [2021-05-04T08:54:48.043Z] OK: 72 MiB in 59 packages [2021-05-04T08:54:52.349Z] Collecting docker-compose==1.23.2 [2021-05-04T08:54:52.349Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-04T08:54:52.944Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-04T08:54:52.944Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-04T08:54:55.563Z] Collecting docker<4.0,>=3.6.0 [2021-05-04T08:54:55.564Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-04T08:54:56.162Z] Collecting texttable<0.10,>=0.9.0 [2021-05-04T08:54:56.162Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-04T08:54:58.138Z] 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-05-04T08:54:58.735Z] Collecting PyYAML<4,>=3.10 [2021-05-04T08:54:58.735Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-04T08:55:02.122Z] Collecting cached-property<2,>=1.2.0 [2021-05-04T08:55:02.122Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-04T08:55:03.558Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-04T08:55:03.558Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-04T08:55:04.153Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-04T08:55:04.153Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-04T08:55:04.426Z] Collecting docopt<0.7,>=0.6.1 [2021-05-04T08:55:04.426Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-04T08:55:07.041Z] Collecting jsonschema<3,>=2.5.1 [2021-05-04T08:55:07.041Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-04T08:55:07.041Z] Collecting docker-pycreds>=0.4.0 [2021-05-04T08:55:07.041Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-04T08:55:07.320Z] 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-05-04T08:55:07.320Z] 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-05-04T08:55:07.914Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-04T08:55:07.914Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-04T08:55:08.189Z] Collecting idna<2.8,>=2.5 [2021-05-04T08:55:08.189Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-04T08:55:08.189Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-04T08:55:08.462Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-04T08:55:08.462Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-04T08:55:08.462Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-04T08:55:09.440Z] Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, cached-property, docopt, jsonschema, docker-compose [2021-05-04T08:55:09.440Z] Running setup.py install for dockerpty: started [2021-05-04T08:55:11.415Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-04T08:55:11.415Z] Attempting uninstall: urllib3 [2021-05-04T08:55:11.415Z] Found existing installation: urllib3 1.25.9 [2021-05-04T08:55:11.415Z] Uninstalling urllib3-1.25.9: [2021-05-04T08:55:11.415Z] Successfully uninstalled urllib3-1.25.9 [2021-05-04T08:55:11.667Z] Removing intermediate container 3213c14124e4 [2021-05-04T08:55:11.667Z] ---> e53538ce5535 [2021-05-04T08:55:11.667Z] [2021-05-04T08:55:11.667Z] Step 10/31 : FROM alpine:3.12 [2021-05-04T08:55:11.667Z] ---> 13621d1b12d4 [2021-05-04T08:55:11.667Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-04T08:55:11.688Z] Attempting uninstall: idna [2021-05-04T08:55:11.962Z] Found existing installation: idna 2.9 [2021-05-04T08:55:11.962Z] Uninstalling idna-2.9: [2021-05-04T08:55:11.962Z] Successfully uninstalled idna-2.9 [2021-05-04T08:55:12.388Z] ---> Running in f0908fd465f6 [2021-05-04T08:55:12.941Z] Attempting uninstall: requests [2021-05-04T08:55:12.942Z] Found existing installation: requests 2.23.0 [2021-05-04T08:55:12.942Z] Uninstalling requests-2.23.0: [2021-05-04T08:55:12.942Z] Successfully uninstalled requests-2.23.0 [2021-05-04T08:55:14.377Z] Running setup.py install for texttable: started [2021-05-04T08:55:14.513Z] Removing intermediate container f0908fd465f6 [2021-05-04T08:55:14.513Z] ---> 84cde32a6c08 [2021-05-04T08:55:14.513Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-04T08:55:14.989Z] ---> Running in 13f2a84a8b6a [2021-05-04T08:55:16.354Z] Running setup.py install for texttable: finished with status 'done' [2021-05-04T08:55:16.354Z] Running setup.py install for PyYAML: started [2021-05-04T08:55:18.967Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-04T08:55:18.967Z] Running setup.py install for docopt: started [2021-05-04T08:55:19.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:55:19.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:55:19.759Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-04T08:55:19.759Z] (2/2) Installing su-exec (0.2-r1) [2021-05-04T08:55:19.759Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:55:20.409Z] OK: 6 MiB in 16 packages [2021-05-04T08:55:20.937Z] Running setup.py install for docopt: finished with status 'done' [2021-05-04T08:55:22.362Z] 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-05-04T08:55:24.222Z] Removing intermediate container 13f2a84a8b6a [2021-05-04T08:55:24.222Z] ---> 8ccc0befd625 [2021-05-04T08:55:24.222Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-04T08:55:24.222Z] ---> Running in 7b43c9137ad4 [2021-05-04T08:55:25.881Z] Removing intermediate container 7b43c9137ad4 [2021-05-04T08:55:25.881Z] ---> d01d5239d22a [2021-05-04T08:55:25.881Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-04T08:55:26.932Z] ---> Running in 1660429135d4 [2021-05-04T08:55:28.672Z] Removing intermediate container 1660429135d4 [2021-05-04T08:55:28.672Z] ---> 1e506b8107d5 [2021-05-04T08:55:28.672Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-04T08:55:30.360Z] ---> Running in 180b16cc86c5 [2021-05-04T08:55:30.618Z] Removing intermediate container feb8e2691d77 [2021-05-04T08:55:30.618Z] ---> 593fbd2acb6b [2021-05-04T08:55:30.618Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-04T08:55:30.618Z] ---> Running in b09a069ac041 [2021-05-04T08:55:31.211Z] Removing intermediate container b09a069ac041 [2021-05-04T08:55:31.211Z] ---> bf38cdffde2d [2021-05-04T08:55:31.211Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-04T08:55:31.211Z] ---> Running in cd6b2765b638 [2021-05-04T08:55:31.643Z] Removing intermediate container cdb62b102fd0 [2021-05-04T08:55:31.643Z] ---> afef8425d12e [2021-05-04T08:55:31.643Z] [2021-05-04T08:55:31.643Z] Step 10/21 : FROM alpine:3.12 [2021-05-04T08:55:31.643Z] ---> 13621d1b12d4 [2021-05-04T08:55:31.643Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-04T08:55:31.805Z] Removing intermediate container cd6b2765b638 [2021-05-04T08:55:31.805Z] ---> ae83f012665d [2021-05-04T08:55:31.805Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-04T08:55:32.739Z] ---> Running in 0740af28e781 [2021-05-04T08:55:33.232Z] ---> 2864a0ef2521 [2021-05-04T08:55:33.232Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-04T08:55:33.833Z] ---> 523e5ea13552 [2021-05-04T08:55:33.833Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-04T08:55:33.874Z] ---> 325da1a087d4 [2021-05-04T08:55:33.874Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-04T08:55:33.874Z] ---> 61fe64f0c6d5 [2021-05-04T08:55:33.874Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-04T08:55:34.267Z] ---> Running in 1b546e32a36e [2021-05-04T08:55:34.267Z] ---> Running in 7e53f33b59bf [2021-05-04T08:55:34.810Z] ---> 40ba46cd579d [2021-05-04T08:55:34.811Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-04T08:55:34.811Z] ---> Running in 3dff81c9f794 [2021-05-04T08:55:35.060Z] Removing intermediate container 180b16cc86c5 [2021-05-04T08:55:35.060Z] ---> 706588b548a7 [2021-05-04T08:55:35.060Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-04T08:55:35.086Z] Removing intermediate container 3dff81c9f794 [2021-05-04T08:55:35.086Z] ---> ec67c333e4cc [2021-05-04T08:55:35.086Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:55:35.358Z] ---> Running in 2ddd848d2395 [2021-05-04T08:55:35.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:55:35.365Z] ---> Running in d3f2d323bffb [2021-05-04T08:55:35.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:55:35.948Z] Removing intermediate container 2ddd848d2395 [2021-05-04T08:55:35.948Z] ---> ec45b01e7fb8 [2021-05-04T08:55:35.948Z] Step 21/23 : LABEL arch=arm64 [2021-05-04T08:55:35.948Z] ---> Running in eb2d9acf15c3 [2021-05-04T08:55:36.537Z] Removing intermediate container eb2d9acf15c3 [2021-05-04T08:55:36.537Z] ---> 3b4091263a68 [2021-05-04T08:55:36.537Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:55:36.537Z] ---> Running in ec67735d438c [2021-05-04T08:55:36.597Z] Removing intermediate container d3f2d323bffb [2021-05-04T08:55:36.597Z] ---> d33cface9d38 [2021-05-04T08:55:36.597Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-04T08:55:36.597Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-04T08:55:36.597Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:55:36.597Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-04T08:55:36.597Z] (4/4) Installing curl (7.76.1-r0) [2021-05-04T08:55:36.921Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:55:36.921Z] Executing ca-certificates-20191127-r4.trigger [2021-05-04T08:55:36.921Z] OK: 7 MiB in 18 packages [2021-05-04T08:55:37.134Z] Removing intermediate container ec67735d438c [2021-05-04T08:55:37.134Z] ---> 559c05c5ba26 [2021-05-04T08:55:37.134Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:55:37.134Z] ---> Running in 7a0bd0bc6e14 [2021-05-04T08:55:37.397Z] 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-05-04T08:55:37.397Z] 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-05-04T08:55:37.726Z] Removing intermediate container 7a0bd0bc6e14 [2021-05-04T08:55:37.726Z] ---> 7d0213f7420b [2021-05-04T08:55:37.726Z] [2021-05-04T08:55:37.997Z] Successfully built 7d0213f7420b [2021-05-04T08:55:37.997Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-04T08:55:38.601Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-04T08:55:38.595Z] $ docker stop --time=1 a5dba244193fa56680d275c5899655fe1c6bf822c2237d3e92aa01b0ac68090e [2021-05-04T08:55:39.448Z] ---> b02776780c79 [2021-05-04T08:55:39.449Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-04T08:55:40.178Z] ---> Running in fcc28a329d05 [2021-05-04T08:55:40.584Z] $ docker rm -f a5dba244193fa56680d275c5899655fe1c6bf822c2237d3e92aa01b0ac68090e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T08:55:41.038Z] Removing intermediate container 0740af28e781 [2021-05-04T08:55:41.038Z] ---> 8928dc8ff7f7 [2021-05-04T08:55:41.038Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-04T08:55:41.204Z] + docker images [2021-05-04T08:55:41.204Z] + grep docker [2021-05-04T08:55:41.476Z] docker-sys-mgmt-agent-go-arm64 latest 7d0213f7420b 4 seconds ago 299MB [2021-05-04T08:55:41.476Z] docker-core-metadata-go-arm64 latest 5dc0f9c950ab About a minute ago 17.4MB [2021-05-04T08:55:41.476Z] docker-core-command-go-arm64 latest 59a21a44bbf4 About a minute ago 16.1MB [2021-05-04T08:55:41.476Z] docker-security-proxy-setup-go-arm64 latest 736302ad210b About a minute ago 23.9MB [2021-05-04T08:55:41.476Z] docker-core-data-go-arm64 latest 3ea2038e0aac 3 minutes ago 20.3MB [2021-05-04T08:55:41.476Z] docker-security-bootstrapper-go-arm64 latest 576d0854343e 4 minutes ago 17.1MB [2021-05-04T08:55:41.476Z] docker-support-scheduler-go-arm64 latest a2b8b27dfb1d 4 minutes ago 16.1MB [2021-05-04T08:55:41.476Z] docker-support-notifications-go-arm64 latest d594120abd26 4 minutes ago 16.6MB [2021-05-04T08:55:41.476Z] docker-security-secretstore-setup-go-arm64 latest 98297f292bab 4 minutes ago 24.1MB [2021-05-04T08:55:41.476Z] docker 20.10.0 eeaf43b92773 4 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-05-04T08:55:41.969Z] ---> Running in 8b69284cdd2a [2021-05-04T08:55:42.026Z] ---> job-cost.sh [2021-05-04T08:55:42.026Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IZyT [2021-05-04T08:55:43.151Z] Removing intermediate container 8b69284cdd2a [2021-05-04T08:55:43.151Z] ---> 62c0ad1391d8 [2021-05-04T08:55:43.151Z] Step 13/21 : WORKDIR /edgex [2021-05-04T08:55:43.471Z] ---> Running in 59352d2c6f69 [2021-05-04T08:55:45.310Z] Removing intermediate container 59352d2c6f69 [2021-05-04T08:55:45.310Z] ---> 5f732bf24e5c [2021-05-04T08:55:45.310Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-04T08:55:46.097Z] Removing intermediate container fcc28a329d05 [2021-05-04T08:55:46.097Z] ---> c0e51ad29d49 [2021-05-04T08:55:46.097Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:55:46.416Z] ---> 583672931536 [2021-05-04T08:55:46.416Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-04T08:55:49.146Z] ---> e11b72af4293 [2021-05-04T08:55:49.146Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-04T08:55:49.146Z] ---> 6abe1bfde5f8 [2021-05-04T08:55:49.146Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-04T08:55:52.165Z] ---> de9802711f10 [2021-05-04T08:55:52.165Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-04T08:55:52.491Z] ---> 13c4df53df9b [2021-05-04T08:55:52.491Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-04T08:55:52.817Z] ---> Running in 72a6ca62ac3b [2021-05-04T08:55:52.817Z] ---> 98a4ad8d18fd [2021-05-04T08:55:52.817Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-04T08:55:53.600Z] Removing intermediate container 72a6ca62ac3b [2021-05-04T08:55:53.600Z] ---> 1317c7cd828b [2021-05-04T08:55:53.600Z] Step 18/21 : CMD ["--init=true"] [2021-05-04T08:55:53.600Z] ---> Running in 8b26af897ccf [2021-05-04T08:55:53.600Z] ---> bb5103a365ce [2021-05-04T08:55:53.600Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-04T08:55:54.246Z] Removing intermediate container 8b26af897ccf [2021-05-04T08:55:54.246Z] ---> d45ec2b56162 [2021-05-04T08:55:54.246Z] Step 19/21 : LABEL arch=x86_64 [2021-05-04T08:55:55.189Z] ---> Running in 50395efda00c [2021-05-04T08:55:55.537Z] ---> c5a9b09c1eea [2021-05-04T08:55:55.537Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-04T08:55:57.248Z] Removing intermediate container 50395efda00c [2021-05-04T08:55:57.248Z] ---> a963522d0b08 [2021-05-04T08:55:57.248Z] Step 20/21 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:55:57.248Z] ---> Running in f6e5312dd31d [2021-05-04T08:55:58.135Z] ---> Running in 7a20d07f3989 [2021-05-04T08:55:58.643Z] Removing intermediate container f6e5312dd31d [2021-05-04T08:55:58.643Z] ---> d90707025d75 [2021-05-04T08:55:58.643Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-04T08:56:00.653Z] Removing intermediate container 7a20d07f3989 [2021-05-04T08:56:00.653Z] ---> 3967b49fb180 [2021-05-04T08:56:00.653Z] Step 21/21 : LABEL version=0.0.0 [2021-05-04T08:56:00.961Z] ---> 1d4d4cf8b6f0 [2021-05-04T08:56:00.961Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-04T08:56:01.254Z] ---> Running in d8d844ec9d5f [2021-05-04T08:56:01.536Z] ---> Running in dafd90a90205 [2021-05-04T08:56:02.750Z] Removing intermediate container d8d844ec9d5f [2021-05-04T08:56:02.750Z] ---> 6c5da511006b [2021-05-04T08:56:02.750Z] [2021-05-04T08:56:05.951Z] Successfully built 6c5da511006b [2021-05-04T08:56:05.951Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-04T08:56:10.972Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dafd90a90205 [2021-05-04T08:56:10.972Z] ---> 050077a4eee4 [2021-05-04T08:56:10.972Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-04T08:56:10.972Z] ---> Running in 34b189cbb0d6 [2021-05-04T08:56:11.680Z] Removing intermediate container 34b189cbb0d6 [2021-05-04T08:56:11.680Z] ---> e8558e1f760c [2021-05-04T08:56:11.680Z] Step 28/31 : CMD ["gate"] [2021-05-04T08:56:12.365Z] ---> Running in 456cf35d1f2c [2021-05-04T08:56:13.034Z] Removing intermediate container 456cf35d1f2c [2021-05-04T08:56:13.034Z] ---> ef2d4e242901 [2021-05-04T08:56:13.034Z] Step 29/31 : LABEL arch=x86_64 [2021-05-04T08:56:13.874Z] ---> Running in c0e2769ff134 [2021-05-04T08:56:17.030Z] Removing intermediate container c0e2769ff134 [2021-05-04T08:56:17.030Z] ---> c9480ed15299 [2021-05-04T08:56:17.030Z] Step 30/31 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:56:17.424Z] ---> Running in 8602ffc0c5e1 [2021-05-04T08:56:18.772Z] Removing intermediate container 8602ffc0c5e1 [2021-05-04T08:56:18.772Z] ---> 50ab8335a85f [2021-05-04T08:56:18.772Z] Step 31/31 : LABEL version=0.0.0 [2021-05-04T08:56:19.179Z] ---> Running in 349c8ed0785a [2021-05-04T08:56:20.239Z] Removing intermediate container 349c8ed0785a [2021-05-04T08:56:20.239Z] ---> 7db90cd32186 [2021-05-04T08:56:20.239Z] [2021-05-04T08:56:21.311Z] Successfully built 7db90cd32186 [2021-05-04T08:56:22.301Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-04T08:56:29.074Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-04T08:56:38.245Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 7e53f33b59bf [2021-05-04T08:56:38.245Z] ---> 3906e7210971 [2021-05-04T08:56:38.245Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-04T08:56:38.245Z] ---> Running in 0c799af43c60 [2021-05-04T08:56:38.879Z] 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-05-04T08:56:43.453Z] Removing intermediate container 0c799af43c60 [2021-05-04T08:56:43.453Z] ---> cbb35767ee79 [2021-05-04T08:56:43.453Z] [2021-05-04T08:56:43.453Z] Step 11/23 : FROM docker:20.10.0 [2021-05-04T08:56:43.453Z] 20.10.0: Pulling from library/docker [2021-05-04T08:56:44.113Z] Removing intermediate container 1b546e32a36e [2021-05-04T08:56:44.113Z] ---> e19f26c98549 [2021-05-04T08:56:44.113Z] [2021-05-04T08:56:44.113Z] Step 10/23 : FROM alpine:3.12 [2021-05-04T08:56:44.113Z] ---> 13621d1b12d4 [2021-05-04T08:56:44.113Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-04T08:56:44.113Z] ---> Running in 644b31c21633 [2021-05-04T08:56:45.567Z] Removing intermediate container 644b31c21633 [2021-05-04T08:56:45.567Z] ---> 252bffbf09e0 [2021-05-04T08:56:45.567Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-04T08:56:45.870Z] ---> Running in b0ba198a27fe [2021-05-04T08:56:46.531Z] Removing intermediate container b0ba198a27fe [2021-05-04T08:56:46.531Z] ---> 5755cd676408 [2021-05-04T08:56:46.531Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-04T08:56:46.856Z] ---> Running in 45afda31c300 [2021-05-04T08:56:47.587Z] Removing intermediate container 45afda31c300 [2021-05-04T08:56:47.587Z] ---> a7d7a0b53e03 [2021-05-04T08:56:47.587Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-04T08:56:47.940Z] ---> Running in 0e6517abc270 [2021-05-04T08:56:53.264Z] Removing intermediate container 0e6517abc270 [2021-05-04T08:56:53.264Z] ---> d409b8c86ca1 [2021-05-04T08:56:53.264Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-04T08:56:53.264Z] ---> Running in 064308b8c41f [2021-05-04T08:56:54.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:56:55.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:56:56.973Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-04T08:56:57.276Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-04T08:56:57.276Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-04T08:56:57.608Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-04T08:56:58.803Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-04T08:56:59.238Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-04T08:56:59.238Z] Executing busybox-1.31.1-r20.trigger [2021-05-04T08:56:59.238Z] OK: 8 MiB in 20 packages [2021-05-04T08:57:03.010Z] Removing intermediate container 064308b8c41f [2021-05-04T08:57:03.010Z] ---> 6ff65765eb2c [2021-05-04T08:57:03.010Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-04T08:57:04.275Z] ---> 086226ba15bf [2021-05-04T08:57:04.275Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-04T08:57:05.854Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-04T08:57:05.854Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-04T08:57:05.854Z] ---> aefe523efa57 [2021-05-04T08:57:05.854Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-04T08:57:05.854Z] ---> Running in a9a7ac9fc9ac [2021-05-04T08:57:06.143Z] ---> 399ba52b4d73 [2021-05-04T08:57:06.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-04T08:57:06.143Z] Removing intermediate container a9a7ac9fc9ac [2021-05-04T08:57:06.143Z] ---> 2580538de0a8 [2021-05-04T08:57:06.143Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-04T08:57:06.441Z] ---> Running in ebe99cf59501 [2021-05-04T08:57:07.075Z] ---> 8df7fb36154c [2021-05-04T08:57:07.076Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-04T08:57:07.396Z] ---> Running in f0aa7b229f74 [2021-05-04T08:57:07.776Z] Removing intermediate container f0aa7b229f74 [2021-05-04T08:57:07.776Z] ---> 6282d2d3d4fe [2021-05-04T08:57:07.776Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:57:08.116Z] ---> Running in 776ffdbb4f89 [2021-05-04T08:57:08.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-04T08:57:08.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-04T08:57:08.759Z] Removing intermediate container 776ffdbb4f89 [2021-05-04T08:57:08.759Z] ---> ba53304133f8 [2021-05-04T08:57:08.759Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:57:08.759Z] (1/39) Installing readline (8.0.4-r0) [2021-05-04T08:57:08.759Z] (2/39) Installing bash (5.0.17-r0) [2021-05-04T08:57:08.759Z] ---> Running in 49d51e9d8026 [2021-05-04T08:57:08.759Z] Executing bash-5.0.17-r0.post-install [2021-05-04T08:57:08.759Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-04T08:57:08.759Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-04T08:57:08.759Z] (5/39) Installing curl (7.76.1-r0) [2021-05-04T08:57:09.098Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-04T08:57:09.098Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-04T08:57:09.098Z] (8/39) Installing expat (2.2.9-r1) [2021-05-04T08:57:09.098Z] (9/39) Installing libffi (3.3-r2) [2021-05-04T08:57:09.098Z] (10/39) Installing gdbm (1.13-r1) [2021-05-04T08:57:09.098Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-04T08:57:09.098Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-04T08:57:09.098Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-04T08:57:09.979Z] Removing intermediate container 49d51e9d8026 [2021-05-04T08:57:09.979Z] ---> 26817023a9ca [2021-05-04T08:57:09.979Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:57:11.523Z] ---> Running in ee6d8ae00e82 [2021-05-04T08:57:11.798Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-04T08:57:11.798Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-04T08:57:11.798Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-04T08:57:11.799Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-04T08:57:11.799Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-04T08:57:11.799Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-04T08:57:11.799Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-04T08:57:12.424Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-04T08:57:12.424Z] Removing intermediate container ee6d8ae00e82 [2021-05-04T08:57:12.424Z] ---> 5cdbfee1c4fa [2021-05-04T08:57:12.424Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:57:12.424Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-04T08:57:12.424Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-04T08:57:12.424Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-04T08:57:12.424Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-04T08:57:12.424Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-04T08:57:12.744Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-04T08:57:13.071Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-04T08:57:13.071Z] ---> Running in 6047d30fe392 [2021-05-04T08:57:13.071Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-04T08:57:13.071Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-04T08:57:13.071Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-04T08:57:13.071Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-04T08:57:13.071Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-04T08:57:13.370Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-04T08:57:13.370Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-04T08:57:13.370Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-04T08:57:13.370Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-04T08:57:13.370Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-04T08:57:13.370Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-04T08:57:14.348Z] Executing busybox-1.31.1-r19.trigger [2021-05-04T08:57:14.348Z] OK: 72 MiB in 59 packages [2021-05-04T08:57:14.348Z] Removing intermediate container 6047d30fe392 [2021-05-04T08:57:14.348Z] ---> 110508447890 [2021-05-04T08:57:14.348Z] [2021-05-04T08:57:14.985Z] Successfully built 110508447890 [2021-05-04T08:57:14.985Z] Successfully tagged docker-core-data-go:latest [2021-05-04T08:57:16.619Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-05-04T08:57:16.619Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-04T08:57:16.909Z] Collecting docopt<0.7,>=0.6.1 [2021-05-04T08:57:16.909Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-04T08:57:18.094Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-04T08:57:18.094Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-04T08:57:18.397Z] Collecting cached-property<2,>=1.2.0 [2021-05-04T08:57:18.397Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-04T08:57:18.745Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-04T08:57:18.745Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-04T08:57:19.736Z] Collecting docker<4.0,>=3.6.0 [2021-05-04T08:57:19.736Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-04T08:57:20.015Z] 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-05-04T08:57:20.825Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-04T08:57:20.825Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-04T08:57:21.193Z] Collecting texttable<0.10,>=0.9.0 [2021-05-04T08:57:21.193Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-04T08:57:22.776Z] Collecting PyYAML<4,>=3.10 [2021-05-04T08:57:22.776Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-04T08:57:24.634Z] Collecting jsonschema<3,>=2.5.1 [2021-05-04T08:57:24.634Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-04T08:57:24.634Z] Collecting docker-pycreds>=0.4.0 [2021-05-04T08:57:24.634Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-04T08:57:25.273Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-04T08:57:25.273Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-04T08:57:25.741Z] 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-05-04T08:57:25.741Z] Collecting idna<2.8,>=2.5 [2021-05-04T08:57:25.741Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-04T08:57:25.741Z] 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-05-04T08:57:25.741Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-04T08:57:25.741Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-04T08:57:25.741Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-04T08:57:25.741Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-04T08:57:26.031Z] Installing collected packages: docopt, websocket-client, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, docker, texttable, PyYAML, jsonschema, docker-compose [2021-05-04T08:57:26.031Z] Running setup.py install for docopt: started [2021-05-04T08:57:27.060Z] Running setup.py install for docopt: finished with status 'done' [2021-05-04T08:57:27.060Z] Running setup.py install for dockerpty: started [2021-05-04T08:57:28.082Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-04T08:57:28.364Z] Attempting uninstall: urllib3 [2021-05-04T08:57:28.364Z] Found existing installation: urllib3 1.25.9 [2021-05-04T08:57:28.364Z] Uninstalling urllib3-1.25.9: [2021-05-04T08:57:28.364Z] Successfully uninstalled urllib3-1.25.9 [2021-05-04T08:57:28.654Z] Attempting uninstall: idna [2021-05-04T08:57:28.654Z] Found existing installation: idna 2.9 [2021-05-04T08:57:28.654Z] Uninstalling idna-2.9: [2021-05-04T08:57:28.654Z] Successfully uninstalled idna-2.9 [2021-05-04T08:57:30.687Z] Attempting uninstall: requests [2021-05-04T08:57:30.687Z] Found existing installation: requests 2.23.0 [2021-05-04T08:57:30.687Z] Uninstalling requests-2.23.0: [2021-05-04T08:57:30.687Z] Successfully uninstalled requests-2.23.0 [2021-05-04T08:57:31.330Z] Running setup.py install for texttable: started [2021-05-04T08:57:32.367Z] Running setup.py install for texttable: finished with status 'done' [2021-05-04T08:57:32.367Z] Running setup.py install for PyYAML: started [2021-05-04T08:57:33.895Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-04T08:57:34.526Z] 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-05-04T08:57:47.118Z] Removing intermediate container ebe99cf59501 [2021-05-04T08:57:47.118Z] ---> 39de48dc1cda [2021-05-04T08:57:47.118Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-04T08:57:47.118Z] ---> Running in c63691524fb3 [2021-05-04T08:57:47.118Z] Removing intermediate container c63691524fb3 [2021-05-04T08:57:47.118Z] ---> 17d17137b6f1 [2021-05-04T08:57:47.118Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-04T08:57:47.118Z] ---> Running in 03221197a60b [2021-05-04T08:57:47.118Z] Removing intermediate container 03221197a60b [2021-05-04T08:57:47.118Z] ---> d0d320e9f5b3 [2021-05-04T08:57:47.118Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-04T08:57:48.139Z] ---> 1f7ff713e8f9 [2021-05-04T08:57:48.139Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-04T08:57:49.220Z] ---> d107d7ab20a2 [2021-05-04T08:57:49.220Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-04T08:57:50.229Z] ---> 21e84557f76e [2021-05-04T08:57:50.229Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-04T08:57:50.229Z] ---> Running in f5fbdbe77c29 [2021-05-04T08:57:50.881Z] Removing intermediate container f5fbdbe77c29 [2021-05-04T08:57:50.881Z] ---> e929dac8824a [2021-05-04T08:57:50.881Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-04T08:57:50.881Z] ---> Running in 70f53d14ea96 [2021-05-04T08:57:51.557Z] Removing intermediate container 70f53d14ea96 [2021-05-04T08:57:51.557Z] ---> b8fbc236f5d6 [2021-05-04T08:57:51.557Z] Step 21/23 : LABEL arch=x86_64 [2021-05-04T08:57:51.557Z] ---> Running in 8277f6d53af6 [2021-05-04T08:57:51.839Z] Removing intermediate container 8277f6d53af6 [2021-05-04T08:57:51.839Z] ---> 1155103619fb [2021-05-04T08:57:51.839Z] Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [2021-05-04T08:57:52.162Z] ---> Running in b12dfa48278c [2021-05-04T08:57:52.499Z] Removing intermediate container b12dfa48278c [2021-05-04T08:57:52.499Z] ---> 9f4f863ad4f3 [2021-05-04T08:57:52.499Z] Step 23/23 : LABEL version=0.0.0 [2021-05-04T08:57:52.802Z] ---> Running in 9ec101d46059 [2021-05-04T08:57:53.427Z] Removing intermediate container 9ec101d46059 [2021-05-04T08:57:53.427Z] ---> 97fa9fd4d20c [2021-05-04T08:57:53.427Z] [2021-05-04T08:57:54.164Z] Successfully built 97fa9fd4d20c [2021-05-04T08:57:54.164Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-04T08:57:54.588Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-04T08:57:54.619Z] $ docker stop --time=1 f380c1764b9522b527554efc0a110d059d88a777e522d504b4e04fe506738996 [2021-05-04T08:57:58.350Z] $ docker rm -f f380c1764b9522b527554efc0a110d059d88a777e522d504b4e04fe506738996 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-04T08:57:59.745Z] + docker images [2021-05-04T08:57:59.746Z] + grep docker [2021-05-04T08:58:02.479Z] docker-sys-mgmt-agent-go latest 97fa9fd4d20c 9 seconds ago 312MB [2021-05-04T08:58:02.479Z] docker-core-data-go latest 110508447890 49 seconds ago 21.5MB [2021-05-04T08:58:02.479Z] docker-security-bootstrapper-go latest 7db90cd32186 About a minute ago 18.2MB [2021-05-04T08:58:02.479Z] docker-security-proxy-setup-go latest 6c5da511006b 2 minutes ago 25.3MB [2021-05-04T08:58:02.479Z] docker-security-secretstore-setup-go latest 2cb9de726ffc 5 minutes ago 25.6MB [2021-05-04T08:58:02.479Z] docker-core-metadata-go latest 6d9712ca4beb 5 minutes ago 18.6MB [2021-05-04T08:58:02.479Z] docker-core-command-go latest 5e1cc3c6dc82 5 minutes ago 17MB [2021-05-04T08:58:02.479Z] docker-support-notifications-go latest 366542ce1eb9 5 minutes ago 17.6MB [2021-05-04T08:58:02.479Z] docker-support-scheduler-go latest 074c9b052ee1 6 minutes ago 17.1MB [2021-05-04T08:58:02.479Z] docker 20.10.0 aefe523efa57 4 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-05-04T08:58:05.804Z] lf-activate-venv(): INFO: Adding /tmp/venv-IZyT/bin to PATH [2021-05-04T08:58:05.804Z] INFO: No Stack... [2021-05-04T08:58:05.804Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-04T08:58:05.804Z] INFO: Archiving Costs [Pipeline] sh [2021-05-04T08:58:06.139Z] + cat /w/workspace/edgex-go/112/archives/cost.csv [2021-05-04T08:58:06.139Z] + cut -d, -f6 [Pipeline] lock [2021-05-04T08:58:06.254Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] [2021-05-04T08:58:06.268Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] did not exist. Created. [2021-05-04T08:58:06.269Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-04T08:58:06.626Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-04T08:58:06.888Z] Stashed 1 file(s) [Pipeline] } [2021-05-04T08:58:06.903Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-04T08:58:17.972Z] Still waiting to schedule task [2021-05-04T08:58:17.972Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-04T08:59:09.940Z] Running on prd-ubuntu18.04-docker-8c-8g-2909 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-04T08:59:09.960Z] Running in /w/workspace/edgex-go/112 [Pipeline] { [Pipeline] checkout [2021-05-04T08:59:12.265Z] using credential edgex-jenkins-ssh [2021-05-04T08:59:12.284Z] Cloning the remote Git repository [2021-05-04T08:59:12.307Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:59:12.378Z] > git init /w/workspace/edgex-go/112 # timeout=10 [2021-05-04T08:59:12.420Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:59:12.420Z] > git --version # timeout=10 [2021-05-04T08:59:12.428Z] > git --version # 'git version 2.17.1' [2021-05-04T08:59:12.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:59:12.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:59:19.844Z] Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-04T08:59:19.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:59:19.132Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-04T08:59:19.141Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-04T08:59:19.154Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-04T08:59:19.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:59:19.159Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-04T08:59:19.871Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:59:20.174Z] Merge succeeded, producing fe268b636015a4e89ab99067585a7ff064a9fb97 [2021-05-04T08:59:20.174Z] Checking out Revision fe268b636015a4e89ab99067585a7ff064a9fb97 (PR-2858) [2021-05-04T08:59:19.885Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-04T08:59:19.959Z] > git remote # timeout=10 [2021-05-04T08:59:19.967Z] > git config --get remote.origin.url # timeout=10 [2021-05-04T08:59:19.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-04T08:59:19.981Z] > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 [2021-05-04T08:59:20.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-04T08:59:20.193Z] > git config core.sparsecheckout # timeout=10 [2021-05-04T08:59:20.199Z] > git checkout -f fe268b636015a4e89ab99067585a7ff064a9fb97 # timeout=10 [2021-05-04T08:59:23.852Z] Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" [2021-05-04T08:59:23.865Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-04T08:59:23.878Z] > git rev-list --no-walk dc1cf861c04bc896aa5922ceecdf683e9f29ad72 # timeout=10 [2021-05-04T08:59:25.143Z] + echo snap-build.sh [2021-05-04T08:59:25.143Z] snap-build.sh [2021-05-04T08:59:25.143Z] + SNAP_BASE_DIR=. [2021-05-04T08:59:25.143Z] + '[' '!' -z /w/workspace/edgex-go/112 ']' [2021-05-04T08:59:25.143Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/112 [2021-05-04T08:59:25.143Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/112]' [2021-05-04T08:59:25.143Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/112] [2021-05-04T08:59:25.143Z] + cd /w/workspace/edgex-go/112 [2021-05-04T08:59:25.143Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-04T08:59:25.143Z] Reading package lists... [2021-05-04T08:59:25.143Z] Building dependency tree... [2021-05-04T08:59:25.143Z] Reading state information... [2021-05-04T08:59:25.404Z] The following packages were automatically installed and are no longer required: [2021-05-04T08:59:25.404Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-04T08:59:25.404Z] uidmap xdelta3 [2021-05-04T08:59:25.404Z] Use 'sudo apt autoremove' to remove them. [2021-05-04T08:59:25.404Z] The following packages will be REMOVED: [2021-05-04T08:59:25.404Z] lxd* lxd-client* [2021-05-04T08:59:25.666Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-04T08:59:25.666Z] After this operation, 31.7 MB disk space will be freed. [2021-05-04T08:59:26.716Z] (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-05-04T08:59:26.979Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T08:59:27.553Z] Removing lxd dnsmasq configuration [2021-05-04T08:59:27.815Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T08:59:28.077Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-04T08:59:29.024Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-04T08:59:29.286Z] (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-05-04T08:59:29.286Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-04T08:59:30.229Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-04T08:59:30.490Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-04T08:59:31.876Z] + sudo snap remove --purge lxd [2021-05-04T08:59:31.876Z] snap "lxd" is not installed [2021-05-04T08:59:31.876Z] + sudo groupadd --force --system lxd [2021-05-04T08:59:31.876Z] ++ whoami [2021-05-04T08:59:31.876Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-04T08:59:32.449Z] + newgrp - lxd [2021-05-04T08:59:32.449Z] + sudo snap install lxd [2021-05-04T08:59:42.459Z] 2021-05-04T08:59:39Z INFO Waiting for automatic snapd restart... [2021-05-04T08:59:52.494Z] lxd 4.13 from Canonical* installed [2021-05-04T08:59:52.495Z] + sudo lxd init --auto [2021-05-04T09:00:02.509Z] + sudo snap install --classic snapcraft [2021-05-04T09:00:09.153Z] snapcraft 4.7.1 from Canonical* installed [2021-05-04T09:00:09.153Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-04T09:00:09.153Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-04T09:00:09.153Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-04T09:00:09.153Z] Dload Upload Total Spent Left Speed [2021-05-04T09:00:09.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3582 0 --:--:-- --:--:-- --:--:-- 3582 [2021-05-04T09:00:09.676Z] 100 3325k 100 3325k 0 0 9109k 0 --:--:-- --:--:-- --:--:-- 9109k [2021-05-04T09:00:09.676Z] ./yq_linux_amd64 [2021-05-04T09:00:09.676Z] + sudo snapcraft prime --use-lxd [2021-05-04T09:00:11.592Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-04T09:00:11.592Z] 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-05-04T09:00:11.592Z] - README.md [2021-05-04T09:00:11.592Z] [2021-05-04T09:00:11.592Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-04T09:00:11.852Z] Launching a container. [2021-05-04T09:00:24.119Z] Waiting for container to be ready [2021-05-04T09:00:24.119Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-04T09:00:24.119Z] [2021-05-04T09:00:27.420Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-04T09:00:27.682Z] Waiting for network to be ready... [2021-05-04T09:00:28.255Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-04T09:00:28.255Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-04T09:00:28.255Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-04T09:00:28.516Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-04T09:00:28.516Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-04T09:00:28.516Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-04T09:00:28.516Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-04T09:00:28.516Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-04T09:00:28.516Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-04T09:00:28.516Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-04T09:00:28.776Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-04T09:00:29.037Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-04T09:00:29.298Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-04T09:00:29.298Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-04T09:00:29.298Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-04T09:00:29.298Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-04T09:00:29.298Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-04T09:00:29.298Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-04T09:00:29.559Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-04T09:00:29.819Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-04T09:00:30.079Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-04T09:00:30.079Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-04T09:00:30.079Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-04T09:00:30.079Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-04T09:00:30.079Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-04T09:00:30.079Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-04T09:00:30.340Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-04T09:00:32.262Z] Fetched 24.5 MB in 4s (6111 kB/s) [2021-05-04T09:00:33.207Z] Reading package lists... [2021-05-04T09:00:33.207Z] Reading package lists... [2021-05-04T09:00:33.468Z] Building dependency tree... [2021-05-04T09:00:33.468Z] Reading state information... [2021-05-04T09:00:33.729Z] The following additional packages will be installed: [2021-05-04T09:00:33.729Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-04T09:00:33.729Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-04T09:00:33.729Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-04T09:00:33.729Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-04T09:00:33.729Z] Suggested packages: [2021-05-04T09:00:33.729Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-04T09:00:33.729Z] Recommended packages: [2021-05-04T09:00:33.729Z] gnupg libsasl2-modules [2021-05-04T09:00:33.729Z] The following NEW packages will be installed: [2021-05-04T09:00:33.729Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-04T09:00:33.729Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-04T09:00:33.729Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-04T09:00:33.729Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-04T09:00:33.729Z] The following packages will be upgraded: [2021-05-04T09:00:33.729Z] gpg gpg-agent gpgconf libudev1 [2021-05-04T09:00:33.729Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-04T09:00:33.729Z] Need to get 3529 kB of archives. [2021-05-04T09:00:33.729Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-04T09:00:33.730Z] 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-05-04T09:00:33.991Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-04T09:00:33.991Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-04T09:00:33.991Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-04T09:00:34.254Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-04T09:00:34.254Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-04T09:00:34.826Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-04T09:00:34.826Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-04T09:00:34.826Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-04T09:00:34.826Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-04T09:00:34.826Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-04T09:00:34.826Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-04T09:00:34.826Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-04T09:00:34.826Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-04T09:00:34.826Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-04T09:00:34.826Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-04T09:00:34.826Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-04T09:00:34.826Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-04T09:00:34.827Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-04T09:00:34.827Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-04T09:00:35.087Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-04T09:00:35.087Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-04T09:00:35.088Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T09:00:35.088Z] Fetched 3529 kB in 1s (2695 kB/s) [2021-05-04T09:00:35.088Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-04T09:00:35.088Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-04T09:00:35.088Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T09:00:35.347Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-04T09:00:35.347Z] Selecting previously unselected package udev. [2021-05-04T09:00:35.347Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-04T09:00:35.347Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-04T09:00:35.608Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-04T09:00:35.870Z] Selecting previously unselected package libfuse2:amd64. [2021-05-04T09:00:35.870Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-04T09:00:35.870Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-04T09:00:35.870Z] Selecting previously unselected package fuse. [2021-05-04T09:00:35.870Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-04T09:00:35.870Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-04T09:00:35.870Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T09:00:36.131Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T09:00:36.131Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T09:00:36.131Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T09:00:36.392Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T09:00:36.392Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T09:00:36.392Z] Selecting previously unselected package libksba8:amd64. [2021-05-04T09:00:36.392Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-04T09:00:36.392Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-04T09:00:36.653Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-04T09:00:36.653Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:36.653Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:36.653Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-04T09:00:36.653Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:36.653Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:36.914Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-04T09:00:36.914Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:36.914Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:36.914Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-04T09:00:36.914Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:36.914Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:36.914Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-04T09:00:36.914Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:37.176Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:37.176Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-04T09:00:37.176Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:37.176Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:37.176Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-04T09:00:37.176Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:37.176Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:37.438Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-04T09:00:37.438Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:37.438Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:37.438Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-04T09:00:37.438Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-04T09:00:37.438Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:37.438Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-04T09:00:37.438Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-04T09:00:37.438Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T09:00:37.698Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-04T09:00:37.698Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-04T09:00:37.698Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T09:00:37.698Z] Selecting previously unselected package libldap-common. [2021-05-04T09:00:37.698Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-04T09:00:37.698Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T09:00:37.698Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-04T09:00:37.698Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-04T09:00:37.698Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T09:00:37.960Z] Selecting previously unselected package dirmngr. [2021-05-04T09:00:37.960Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T09:00:37.960Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-04T09:00:37.960Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T09:00:37.960Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-04T09:00:38.221Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-04T09:00:38.221Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T09:00:38.221Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-04T09:00:38.221Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-04T09:00:38.221Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:38.221Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-04T09:00:38.221Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T09:00:38.221Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-04T09:00:38.793Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-04T09:00:38.793Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:38.793Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-04T09:00:38.793Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-04T09:00:38.793Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-04T09:00:38.793Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.057Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.057Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.057Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.057Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.057Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.057Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-04T09:00:39.322Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-04T09:00:39.322Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-04T09:00:39.322Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T09:00:39.893Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-04T09:00:39.893Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-04T09:00:39.893Z] This means they are not meant to be enabled using systemctl. [2021-05-04T09:00:39.894Z] Possible reasons for having this kind of units are: [2021-05-04T09:00:39.894Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-04T09:00:39.894Z] .wants/ or .requires/ directory. [2021-05-04T09:00:39.894Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-04T09:00:39.894Z] a requirement dependency on it. [2021-05-04T09:00:39.894Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-04T09:00:39.894Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-04T09:00:39.894Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-04T09:00:39.894Z] instance name specified. [2021-05-04T09:00:40.155Z] Reading package lists... [2021-05-04T09:00:40.155Z] Building dependency tree... [2021-05-04T09:00:40.155Z] Reading state information... [2021-05-04T09:00:40.416Z] The following additional packages will be installed: [2021-05-04T09:00:40.416Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-04T09:00:40.416Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-04T09:00:40.416Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-04T09:00:40.416Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-04T09:00:40.416Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-04T09:00:40.416Z] Suggested packages: [2021-05-04T09:00:40.416Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-04T09:00:40.416Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-04T09:00:40.416Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-04T09:00:40.416Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-04T09:00:40.416Z] systemd-container policykit-1 [2021-05-04T09:00:40.416Z] Recommended packages: [2021-05-04T09:00:40.416Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-04T09:00:40.416Z] The following NEW packages will be installed: [2021-05-04T09:00:40.416Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-04T09:00:40.416Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-04T09:00:40.416Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-04T09:00:40.416Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-04T09:00:40.416Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-04T09:00:40.416Z] The following packages will be upgraded: [2021-05-04T09:00:40.416Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-04T09:00:40.416Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-04T09:00:40.416Z] Need to get 35.2 MB of archives. [2021-05-04T09:00:40.416Z] After this operation, 141 MB of additional disk space will be used. [2021-05-04T09:00:40.416Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-04T09:00:40.679Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-04T09:00:40.679Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-04T09:00:40.679Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-04T09:00:40.679Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-04T09:00:40.679Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-04T09:00:40.679Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-04T09:00:40.679Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-04T09:00:40.679Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-04T09:00:40.679Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-04T09:00:40.679Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-04T09:00:40.679Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-04T09:00:40.679Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-04T09:00:40.679Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-04T09:00:40.679Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-04T09:00:40.679Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-04T09:00:40.679Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-04T09:00:41.624Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-04T09:00:41.624Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-04T09:00:41.624Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-04T09:00:41.624Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-04T09:00:41.624Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-04T09:00:41.624Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-04T09:00:41.624Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-04T09:00:41.624Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-04T09:00:41.625Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-04T09:00:41.625Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-04T09:00:41.625Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-04T09:00:41.625Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-04T09:00:41.625Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-04T09:00:41.886Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T09:00:41.886Z] Fetched 35.2 MB in 1s (28.1 MB/s) [2021-05-04T09:00:41.886Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T09:00:41.886Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-04T09:00:42.148Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T09:00:42.720Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-04T09:00:42.720Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T09:00:42.720Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-04T09:00:42.720Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T09:00:42.720Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-04T09:00:42.982Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-04T09:00:42.982Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-04T09:00:43.242Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-04T09:00:43.242Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-04T09:00:43.242Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-04T09:00:43.537Z] Setting up apt (1.6.13) ... [2021-05-04T09:00:43.799Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-04T09:00:44.061Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-04T09:00:44.325Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-04T09:00:44.325Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-04T09:00:44.325Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-04T09:00:44.900Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-04T09:00:44.900Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T09:00:44.900Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:44.900Z] Selecting previously unselected package libexpat1:amd64. [2021-05-04T09:00:44.900Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-04T09:00:44.900Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-04T09:00:45.162Z] Selecting previously unselected package python3.6-minimal. [2021-05-04T09:00:45.162Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T09:00:45.162Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:45.423Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-04T09:00:45.423Z] Checking for services that may need to be restarted...done. [2021-05-04T09:00:45.423Z] Checking for services that may need to be restarted...done. [2021-05-04T09:00:45.423Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:45.423Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-04T09:00:45.423Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:45.997Z] Selecting previously unselected package python3-minimal. [2021-05-04T09:00:45.997Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-04T09:00:45.997Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-04T09:00:45.997Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-04T09:00:45.997Z] Selecting previously unselected package mime-support. [2021-05-04T09:00:45.997Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-04T09:00:45.997Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-04T09:00:46.256Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-04T09:00:46.256Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-04T09:00:46.257Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-04T09:00:46.257Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-04T09:00:46.257Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T09:00:46.257Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:46.516Z] Selecting previously unselected package python3.6. [2021-05-04T09:00:46.516Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-04T09:00:46.516Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:46.778Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-04T09:00:46.778Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-04T09:00:46.778Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-04T09:00:46.778Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-04T09:00:47.040Z] Selecting previously unselected package python3. [2021-05-04T09:00:47.040Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-04T09:00:47.040Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-04T09:00:47.040Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-04T09:00:47.040Z] Selecting previously unselected package multiarch-support. [2021-05-04T09:00:47.040Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T09:00:47.040Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-04T09:00:47.301Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-04T09:00:47.301Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-04T09:00:47.301Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-04T09:00:47.301Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-04T09:00:47.301Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-04T09:00:47.563Z] Selecting previously unselected package libbsd0:amd64. [2021-05-04T09:00:47.563Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-04T09:00:47.563Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-04T09:00:47.563Z] Selecting previously unselected package sudo. [2021-05-04T09:00:47.563Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-04T09:00:47.563Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-04T09:00:47.826Z] Selecting previously unselected package apparmor. [2021-05-04T09:00:47.826Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-04T09:00:47.826Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-04T09:00:47.826Z] Selecting previously unselected package libedit2:amd64. [2021-05-04T09:00:47.826Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-04T09:00:47.826Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-04T09:00:48.087Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-04T09:00:48.087Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T09:00:48.087Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:48.087Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-04T09:00:48.087Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T09:00:48.087Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:48.378Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-04T09:00:48.378Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-04T09:00:48.378Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-04T09:00:48.378Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-04T09:00:48.378Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T09:00:48.378Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:48.378Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-04T09:00:48.378Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-04T09:00:48.639Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:48.639Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-04T09:00:48.639Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-04T09:00:48.639Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-04T09:00:48.931Z] Selecting previously unselected package openssh-client. [2021-05-04T09:00:48.931Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-04T09:00:48.931Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-04T09:00:49.192Z] Selecting previously unselected package squashfs-tools. [2021-05-04T09:00:49.192Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-04T09:00:49.192Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-04T09:00:49.192Z] Selecting previously unselected package snapd. [2021-05-04T09:00:49.192Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-04T09:00:49.192Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-04T09:00:51.107Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-04T09:00:51.107Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-04T09:00:51.369Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-04T09:00:51.369Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-04T09:00:51.369Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-04T09:00:51.369Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:51.369Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T09:00:51.369Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-04T09:00:51.369Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-04T09:00:52.313Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-04T09:00:52.313Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-04T09:00:52.313Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-04T09:00:52.313Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:52.313Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:52.313Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-04T09:00:52.885Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-04T09:00:52.885Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:52.885Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-04T09:00:53.147Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-04T09:00:53.147Z] running python rtupdate hooks for python3.6... [2021-05-04T09:00:53.147Z] running python post-rtupdate hooks for python3.6... [2021-05-04T09:00:53.147Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-04T09:00:54.532Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-04T09:00:54.532Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-04T09:00:54.793Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-04T09:00:54.793Z] Setting up snapd (2.48.3+18.04) ... [2021-05-04T09:00:55.366Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-04T09:00:55.366Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-04T09:00:55.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-04T09:00:55.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-04T09:00:55.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-04T09:00:55.888Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-04T09:00:56.150Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-04T09:00:56.411Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-04T09:00:56.411Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-04T09:00:56.670Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-04T09:00:56.931Z] /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-05-04T09:00:56.931Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-04T09:00:56.931Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-04T09:00:57.874Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T09:00:57.874Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T09:00:58.134Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T09:00:59.075Z] Reading package lists... [2021-05-04T09:00:59.336Z] Reading package lists... [2021-05-04T09:00:59.597Z] Building dependency tree... [2021-05-04T09:00:59.597Z] Reading state information... [2021-05-04T09:00:59.857Z] Calculating upgrade... [2021-05-04T09:00:59.857Z] The following packages will be upgraded: [2021-05-04T09:00:59.857Z] advancecomp base-files bash binutils binutils-common [2021-05-04T09:00:59.857Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-04T09:00:59.858Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-04T09:00:59.858Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-04T09:00:59.858Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-04T09:00:59.858Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-04T09:00:59.858Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-04T09:00:59.858Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-04T09:00:59.858Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-04T09:00:59.858Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-04T09:00:59.858Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-04T09:00:59.858Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-04T09:00:59.858Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-04T09:00:59.858Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-04T09:00:59.858Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-04T09:01:00.119Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T09:01:00.119Z] Need to get 64.0 MB of archives. [2021-05-04T09:01:00.119Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-04T09:01:00.119Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-04T09:01:00.119Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-04T09:01:00.690Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-04T09:01:00.690Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-04T09:01:00.690Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-04T09:01:00.690Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-04T09:01:00.690Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-04T09:01:00.690Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-04T09:01:00.690Z] 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-05-04T09:01:00.690Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-04T09:01:00.690Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-04T09:01:00.953Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-04T09:01:00.953Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-04T09:01:00.953Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-04T09:01:00.953Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-04T09:01:00.953Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-04T09:01:00.953Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-04T09:01:00.953Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-04T09:01:00.953Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-04T09:01:00.953Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-04T09:01:00.953Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-04T09:01:00.953Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-04T09:01:01.215Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-04T09:01:01.215Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-04T09:01:01.215Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-04T09:01:01.215Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-04T09:01:01.215Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-04T09:01:01.215Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-04T09:01:01.215Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-04T09:01:01.215Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-04T09:01:01.215Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-04T09:01:01.215Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-04T09:01:01.215Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-04T09:01:01.215Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-04T09:01:01.215Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-04T09:01:01.215Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-04T09:01:01.215Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-04T09:01:01.215Z] 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-05-04T09:01:01.215Z] 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-05-04T09:01:01.215Z] 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-05-04T09:01:01.215Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-04T09:01:01.215Z] 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-05-04T09:01:01.215Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-04T09:01:01.215Z] 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-05-04T09:01:01.215Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-04T09:01:01.215Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-04T09:01:01.215Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-04T09:01:01.215Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-04T09:01:01.215Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-04T09:01:01.215Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-04T09:01:01.215Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-04T09:01:01.215Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-04T09:01:01.476Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-04T09:01:01.476Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-04T09:01:01.476Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-04T09:01:01.476Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-04T09:01:01.476Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-04T09:01:01.476Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-04T09:01:01.476Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-04T09:01:01.476Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-04T09:01:01.476Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-04T09:01:01.476Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-04T09:01:01.476Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-04T09:01:01.476Z] Get:64 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-05-04T09:01:01.476Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-04T09:01:01.476Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-04T09:01:01.476Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-04T09:01:01.476Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-04T09:01:01.476Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-04T09:01:01.476Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-04T09:01:01.476Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-04T09:01:01.476Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-04T09:01:01.476Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-04T09:01:01.476Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-04T09:01:01.476Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-04T09:01:01.476Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-04T09:01:01.476Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-04T09:01:01.476Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-04T09:01:01.737Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-04T09:01:01.737Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-04T09:01:01.737Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-04T09:01:01.737Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-04T09:01:01.737Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-04T09:01:01.737Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-04T09:01:01.737Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-04T09:01:01.737Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-04T09:01:01.737Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-04T09:01:01.737Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-04T09:01:01.737Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-04T09:01:01.737Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-04T09:01:01.737Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-04T09:01:01.737Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-04T09:01:02.320Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-04T09:01:02.582Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-04T09:01:02.582Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-04T09:01:02.842Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-04T09:01:03.111Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-04T09:01:03.111Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-04T09:01:03.111Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-04T09:01:03.111Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-04T09:01:03.111Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-04T09:01:03.375Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T09:01:03.375Z] Fetched 64.0 MB in 3s (19.8 MB/s) [2021-05-04T09:01:03.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:03.375Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T09:01:03.375Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T09:01:03.949Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T09:01:04.211Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T09:01:04.211Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-04T09:01:04.211Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-04T09:01:05.161Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.161Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.161Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.161Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.421Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.421Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.421Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.682Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.682Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.682Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.682Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.682Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.944Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:05.944Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:05.944Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:06.205Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T09:01:06.205Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:06.468Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-04T09:01:06.468Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:06.468Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T09:01:06.468Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:06.729Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:06.729Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:06.729Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:06.990Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:06.990Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-04T09:01:06.990Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:07.251Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T09:01:07.251Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T09:01:07.515Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T09:01:07.778Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-04T09:01:08.040Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-04T09:01:08.040Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-04T09:01:08.040Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-04T09:01:08.040Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-04T09:01:08.040Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-04T09:01:08.330Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-04T09:01:08.330Z] Installing new version of config file /etc/issue ... [2021-05-04T09:01:08.330Z] Installing new version of config file /etc/issue.net ... [2021-05-04T09:01:08.596Z] Installing new version of config file /etc/lsb-release ... [2021-05-04T09:01:08.596Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-04T09:01:08.596Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-04T09:01:08.859Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-04T09:01:08.859Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-04T09:01:08.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:08.859Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-04T09:01:08.859Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-04T09:01:09.129Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-04T09:01:09.129Z] 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-05-04T09:01:09.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:09.129Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:09.129Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:09.392Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:09.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:09.392Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-04T09:01:09.392Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-04T09:01:09.657Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-04T09:01:09.657Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:09.657Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-04T09:01:09.920Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T09:01:10.182Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-04T09:01:10.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:10.183Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T09:01:10.183Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T09:01:10.445Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T09:01:10.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:10.445Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T09:01:10.719Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T09:01:10.719Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-04T09:01:10.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:10.986Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-04T09:01:10.986Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-04T09:01:10.986Z] Setting up grep (3.1-2build1) ... [2021-05-04T09:01:11.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:11.258Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-04T09:01:11.258Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-04T09:01:11.525Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-04T09:01:11.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:11.788Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T09:01:11.788Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T09:01:11.788Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-04T09:01:12.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:12.052Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T09:01:12.052Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T09:01:12.627Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T09:01:12.627Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T09:01:12.627Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-04T09:01:12.627Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T09:01:13.211Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-04T09:01:13.211Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:13.211Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-04T09:01:13.474Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-04T09:01:14.441Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-04T09:01:14.441Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-04T09:01:14.441Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-04T09:01:14.441Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-04T09:01:14.441Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-04T09:01:14.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:14.705Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-04T09:01:14.705Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-04T09:01:14.969Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-04T09:01:14.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:14.969Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:14.969Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:14.969Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:15.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:15.237Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:15.237Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:15.237Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:15.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:15.505Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:15.505Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:15.505Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:15.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:15.505Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:15.505Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:15.769Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:15.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:15.769Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T09:01:15.769Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T09:01:15.769Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T09:01:16.052Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T09:01:16.052Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T09:01:16.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:16.052Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-04T09:01:16.321Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T09:01:16.321Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T09:01:16.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:16.321Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:16.584Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:16.584Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:16.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:16.584Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:16.847Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:16.847Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:16.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:16.847Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:17.110Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:17.377Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:17.955Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-04T09:01:17.955Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-04T09:01:18.218Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:18.218Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-04T09:01:18.218Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-04T09:01:18.482Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T09:01:18.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-04T09:01:18.483Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-04T09:01:18.483Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-04T09:01:18.746Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-04T09:01:18.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:18.746Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-04T09:01:18.746Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-04T09:01:19.013Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-04T09:01:19.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:19.279Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-04T09:01:19.279Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-04T09:01:19.279Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-04T09:01:19.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:19.543Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-04T09:01:19.543Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-04T09:01:19.543Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-04T09:01:19.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:19.806Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T09:01:19.807Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T09:01:19.807Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T09:01:20.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:20.070Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T09:01:20.070Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T09:01:20.070Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T09:01:20.333Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:20.333Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-04T09:01:20.333Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T09:01:20.333Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T09:01:20.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:20.601Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-04T09:01:20.601Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-04T09:01:20.867Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-04T09:01:20.867Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-04T09:01:20.867Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T09:01:20.867Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T09:01:20.867Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T09:01:21.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:21.131Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-04T09:01:21.131Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-04T09:01:21.131Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-04T09:01:21.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:21.393Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-04T09:01:21.393Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-04T09:01:21.393Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-04T09:01:21.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:21.659Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-04T09:01:21.659Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-04T09:01:21.923Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-04T09:01:21.923Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:21.923Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-04T09:01:21.923Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-04T09:01:22.187Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-04T09:01:22.187Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:22.187Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-04T09:01:22.187Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-04T09:01:22.456Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-04T09:01:22.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:22.719Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-04T09:01:22.719Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-04T09:01:22.983Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-04T09:01:22.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:22.983Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-04T09:01:22.983Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-04T09:01:23.246Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-04T09:01:23.246Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:23.246Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-04T09:01:23.246Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-04T09:01:23.509Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-04T09:01:23.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:23.509Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-04T09:01:23.509Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-04T09:01:23.772Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-04T09:01:23.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:23.772Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-04T09:01:24.037Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-04T09:01:24.037Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-04T09:01:24.302Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:24.302Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-04T09:01:24.302Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-04T09:01:24.302Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-04T09:01:24.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:24.565Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-04T09:01:24.565Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-04T09:01:24.828Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-04T09:01:24.828Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:24.828Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-04T09:01:24.828Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-04T09:01:24.829Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-04T09:01:25.092Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-04T09:01:25.092Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-04T09:01:25.092Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-04T09:01:25.092Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-04T09:01:25.358Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-04T09:01:25.358Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-04T09:01:25.358Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-04T09:01:25.358Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-04T09:01:25.358Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-04T09:01:25.621Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-04T09:01:25.621Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-04T09:01:25.885Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-04T09:01:25.885Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-04T09:01:26.147Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-04T09:01:26.147Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-04T09:01:26.147Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-04T09:01:26.147Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-04T09:01:26.414Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-04T09:01:26.414Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-04T09:01:26.414Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-04T09:01:26.678Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-04T09:01:26.678Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-04T09:01:26.678Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-04T09:01:26.678Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-04T09:01:26.939Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-04T09:01:26.939Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-04T09:01:27.205Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-04T09:01:27.467Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-04T09:01:27.467Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-04T09:01:28.420Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-04T09:01:28.420Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-04T09:01:28.420Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-04T09:01:28.682Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-04T09:01:28.682Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T09:01:28.682Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T09:01:28.945Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T09:01:28.945Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T09:01:29.211Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T09:01:29.211Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T09:01:29.475Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-04T09:01:29.476Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-04T09:01:29.476Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:29.476Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:29.739Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:29.739Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:29.739Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:30.000Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:30.000Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:30.000Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:30.943Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:30.943Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:31.889Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:31.889Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:32.840Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:32.840Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:33.102Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:33.102Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:34.056Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-04T09:01:34.056Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-04T09:01:34.056Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T09:01:34.056Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T09:01:34.056Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-04T09:01:34.056Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T09:01:34.318Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-04T09:01:34.318Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-04T09:01:34.581Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-04T09:01:34.581Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-04T09:01:34.843Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T09:01:34.843Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T09:01:34.843Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-04T09:01:34.843Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-04T09:01:35.106Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-04T09:01:35.106Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-04T09:01:35.106Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:35.368Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-04T09:01:35.368Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:35.368Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:35.368Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:35.368Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-04T09:01:35.368Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-04T09:01:35.368Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-04T09:01:35.631Z] [2021-05-04T09:01:35.631Z] Current default time zone: 'Etc/UTC' [2021-05-04T09:01:35.631Z] Local time is now: Tue May 4 09:01:35 UTC 2021. [2021-05-04T09:01:35.631Z] Universal Time is now: Tue May 4 09:01:35 UTC 2021. [2021-05-04T09:01:35.631Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-04T09:01:35.631Z] [2021-05-04T09:01:35.631Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-04T09:01:35.631Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:35.631Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-04T09:01:35.631Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-04T09:01:35.631Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-04T09:01:35.631Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-04T09:01:35.894Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-04T09:01:35.895Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-04T09:01:35.895Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-04T09:01:35.895Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-04T09:01:35.895Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:35.895Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-04T09:01:36.157Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:36.157Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-04T09:01:36.157Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:36.157Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-04T09:01:36.157Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-04T09:01:36.157Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-04T09:01:36.157Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-04T09:01:36.157Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-04T09:01:36.157Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-04T09:01:36.420Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-04T09:01:36.420Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-04T09:01:38.348Z] Updating certificates in /etc/ssl/certs... [2021-05-04T09:01:38.928Z] 23 added, 27 removed; done. [2021-05-04T09:01:39.192Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-04T09:01:39.192Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-04T09:01:39.192Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-04T09:01:39.192Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-04T09:01:39.456Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-04T09:01:39.456Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.456Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-04T09:01:39.456Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.456Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.456Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.721Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.721Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.722Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-04T09:01:39.722Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-04T09:01:39.722Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-04T09:01:39.722Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-04T09:01:39.986Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-04T09:01:39.986Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.986Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-04T09:01:39.986Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-04T09:01:39.986Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-04T09:01:39.986Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-04T09:01:39.986Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T09:01:40.250Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-04T09:01:40.250Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-04T09:01:40.250Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-04T09:01:40.250Z] Updating certificates in /etc/ssl/certs... [2021-05-04T09:01:40.827Z] 0 added, 0 removed; done. [2021-05-04T09:01:40.827Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-04T09:01:40.827Z] done. [2021-05-04T09:01:41.403Z] Reading package lists... [2021-05-04T09:01:41.403Z] Building dependency tree... [2021-05-04T09:01:41.403Z] Reading state information... [2021-05-04T09:01:41.666Z] The following NEW packages will be installed: [2021-05-04T09:01:41.666Z] apt-transport-https [2021-05-04T09:01:41.929Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T09:01:41.929Z] Need to get 1692 B of archives. [2021-05-04T09:01:41.929Z] After this operation, 154 kB of additional disk space will be used. [2021-05-04T09:01:41.929Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-04T09:01:41.929Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T09:01:41.929Z] Fetched 1692 B in 0s (8320 B/s) [2021-05-04T09:01:41.929Z] Selecting previously unselected package apt-transport-https. [2021-05-04T09:01:41.929Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-04T09:01:41.929Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-04T09:01:42.193Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-04T09:01:42.193Z] Setting up apt-transport-https (1.6.13) ... [2021-05-04T09:01:42.456Z] Waiting for network to be ready... [2021-05-04T09:01:49.071Z] 2021-05-04T09:01:46Z INFO Waiting for automatic snapd restart... [2021-05-04T09:01:50.469Z] snapd 2.49.2 from Canonical* installed [2021-05-04T09:01:51.043Z] "snapd" switched to the "latest/stable" channel [2021-05-04T09:01:51.043Z] [2021-05-04T09:01:53.596Z] core18 20210309 from Canonical* installed [2021-05-04T09:01:53.857Z] "core18" switched to the "latest/stable" channel [2021-05-04T09:01:53.857Z] [2021-05-04T09:01:57.163Z] snapcraft 4.7.1 from Canonical* installed [2021-05-04T09:01:57.422Z] "snapcraft" switched to the "latest/stable" channel [2021-05-04T09:01:57.422Z] [2021-05-04T09:02:01.623Z] 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-05-04T09:02:01.623Z] - README.md [2021-05-04T09:02:01.623Z] [2021-05-04T09:02:01.623Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-04T09:02:08.211Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T09:02:08.211Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T09:02:08.211Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T09:02:08.211Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T09:02:08.782Z] Reading package lists... [2021-05-04T09:02:09.354Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-04T09:02:15.942Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T09:02:15.942Z] Reading package lists... [2021-05-04T09:02:15.942Z] Building dependency tree... [2021-05-04T09:02:15.942Z] Reading state information... [2021-05-04T09:02:15.942Z] Suggested packages: [2021-05-04T09:02:15.942Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-04T09:02:15.942Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-04T09:02:15.942Z] Recommended packages: [2021-05-04T09:02:15.942Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-04T09:02:15.942Z] The following NEW packages will be installed: [2021-05-04T09:02:15.942Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-04T09:02:15.942Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-04T09:02:15.942Z] pkg-config zip [2021-05-04T09:02:15.942Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-04T09:02:15.942Z] Need to get 7663 kB of archives. [2021-05-04T09:02:15.942Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-04T09:02:15.942Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-04T09:02:15.942Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-04T09:02:15.942Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-04T09:02:15.942Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-04T09:02:15.942Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-04T09:02:15.942Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-04T09:02:15.942Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-04T09:02:15.942Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-04T09:02:16.203Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-04T09:02:16.203Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-04T09:02:16.203Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-04T09:02:16.203Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-04T09:02:16.203Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-04T09:02:16.203Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-04T09:02:16.203Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-04T09:02:16.463Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-04T09:02:16.463Z] Fetched 7663 kB in 1s (10.1 MB/s) [2021-05-04T09:02:16.463Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-04T09:02:16.463Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-04T09:02:16.463Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-04T09:02:16.463Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-04T09:02:16.724Z] Selecting previously unselected package libpsl5:amd64. [2021-05-04T09:02:16.724Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-04T09:02:16.724Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-04T09:02:16.987Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-04T09:02:16.987Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-04T09:02:16.987Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-04T09:02:16.987Z] Selecting previously unselected package librtmp1:amd64. [2021-05-04T09:02:16.987Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-04T09:02:16.987Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-04T09:02:16.987Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-04T09:02:16.987Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-04T09:02:16.987Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-04T09:02:17.252Z] Selecting previously unselected package liberror-perl. [2021-05-04T09:02:17.252Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-04T09:02:17.252Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-04T09:02:17.252Z] Selecting previously unselected package git-man. [2021-05-04T09:02:17.252Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-04T09:02:17.252Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-04T09:02:17.512Z] Selecting previously unselected package git. [2021-05-04T09:02:17.513Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-04T09:02:17.513Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-04T09:02:18.454Z] Selecting previously unselected package libnorm1:amd64. [2021-05-04T09:02:18.454Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-04T09:02:18.454Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-04T09:02:18.454Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-04T09:02:18.454Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-04T09:02:18.454Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-04T09:02:18.454Z] Selecting previously unselected package libsodium23:amd64. [2021-05-04T09:02:18.454Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-04T09:02:18.454Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-04T09:02:18.715Z] Selecting previously unselected package libzmq5:amd64. [2021-05-04T09:02:18.715Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-04T09:02:18.715Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T09:02:18.715Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-04T09:02:18.715Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-04T09:02:18.715Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T09:02:18.976Z] Selecting previously unselected package pkg-config. [2021-05-04T09:02:18.976Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-04T09:02:18.976Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-04T09:02:18.976Z] Selecting previously unselected package zip. [2021-05-04T09:02:18.976Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-04T09:02:18.976Z] Unpacking zip (3.0-11build1) ... [2021-05-04T09:02:18.976Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-04T09:02:18.976Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-04T09:02:19.241Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-04T09:02:19.241Z] Setting up liberror-perl (0.17025-1) ... [2021-05-04T09:02:19.241Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-04T09:02:19.258Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-04T09:02:19.258Z] No schema files found: doing nothing. [2021-05-04T09:02:19.258Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-04T09:02:19.258Z] Setting up zip (3.0-11build1) ... [2021-05-04T09:02:19.258Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-04T09:02:19.258Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-04T09:02:19.258Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-04T09:02:19.258Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T09:02:19.520Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-04T09:02:19.520Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-04T09:02:19.520Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-04T09:02:19.520Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-04T09:02:26.107Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T09:02:26.107Z] git set to automatically installed. [2021-05-04T09:02:26.107Z] git-man set to automatically installed. [2021-05-04T09:02:26.107Z] libcurl3-gnutls set to automatically installed. [2021-05-04T09:02:26.107Z] liberror-perl set to automatically installed. [2021-05-04T09:02:26.107Z] libglib2.0-0 set to automatically installed. [2021-05-04T09:02:26.107Z] libnghttp2-14 set to automatically installed. [2021-05-04T09:02:26.107Z] libnorm1 set to automatically installed. [2021-05-04T09:02:26.107Z] libpgm-5.2-0 set to automatically installed. [2021-05-04T09:02:26.107Z] libpsl5 set to automatically installed. [2021-05-04T09:02:26.107Z] librtmp1 set to automatically installed. [2021-05-04T09:02:26.107Z] libsodium23 set to automatically installed. [2021-05-04T09:02:26.107Z] libzmq3-dev set to automatically installed. [2021-05-04T09:02:26.107Z] libzmq5 set to automatically installed. [2021-05-04T09:02:26.107Z] pkg-config set to automatically installed. [2021-05-04T09:02:26.107Z] zip set to automatically installed. [2021-05-04T09:02:27.047Z] snapd is not logged in, snap install commands will use sudo [2021-05-04T09:02:33.642Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T09:02:34.216Z] snap "core18" has no updates available [2021-05-04T09:02:34.787Z] snapd is not logged in, snap install commands will use sudo [2021-05-04T09:02:41.373Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-04T09:02:51.370Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-04T09:02:51.631Z] Pulling go-build-helper [2021-05-04T09:02:51.631Z] + snapcraftctl pull [2021-05-04T09:02:53.014Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-04T09:02:53.014Z] Skipping pull go-build-helper (already ran) [2021-05-04T09:02:53.014Z] Building go-build-helper [2021-05-04T09:02:53.014Z] + snapcraftctl build [2021-05-04T09:02:54.931Z] Staging go-build-helper [2021-05-04T09:02:54.931Z] + snapcraftctl stage [2021-05-04T09:03:04.959Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-04T09:03:04.959Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-04T09:03:04.959Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-04T09:03:04.959Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-04T09:03:04.959Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-04T09:03:04.959Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-04T09:03:04.959Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-04T09:03:04.959Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-04T09:03:04.959Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-04T09:03:04.959Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-04T09:03:04.959Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-04T09:03:04.959Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-04T09:03:04.959Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-04T09:03:04.959Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-04T09:03:04.959Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-04T09:03:04.959Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-04T09:03:04.959Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-04T09:03:04.959Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-04T09:03:04.959Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-04T09:03:04.959Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-04T09:03:04.959Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-04T09:03:04.959Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-04T09:03:04.959Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-04T09:03:04.959Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-04T09:03:04.959Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-04T09:03:04.959Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-04T09:03:04.959Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-04T09:03:04.959Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-04T09:03:04.959Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-04T09:03:04.959Z] Fetched 224 kB in 0s (0 B/s) [2021-05-04T09:03:04.959Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-04T09:03:04.959Z] Fetched 157 kB in 0s (0 B/s) [2021-05-04T09:03:04.959Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-04T09:03:04.959Z] Fetched 221 kB in 0s (0 B/s) [2021-05-04T09:03:04.959Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-04T09:03:04.959Z] Fetched 143 kB in 0s (0 B/s) [2021-05-04T09:03:04.959Z] Pulling app-service-config [2021-05-04T09:03:04.959Z] + snapcraftctl pull [2021-05-04T09:03:05.219Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-04T09:03:05.790Z] Pulling config-common [2021-05-04T09:03:05.790Z] + snapcraftctl pull [2021-05-04T09:03:09.998Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T09:03:09.998Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T09:03:09.998Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T09:03:09.998Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T09:03:09.998Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-04T09:03:09.998Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T09:03:09.998Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-04T09:03:09.998Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T09:03:09.998Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-04T09:03:09.998Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T09:03:09.998Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-04T09:03:09.998Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T09:03:09.998Z] Pulling edgex-go [2021-05-04T09:03:09.998Z] + snapcraftctl pull [2021-05-04T09:03:31.968Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-04T09:03:31.968Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-04T09:03:31.968Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-04T09:03:31.968Z] Fetched 0 B in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-04T09:03:31.968Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-04T09:03:31.968Z] Fetched 279 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-04T09:03:31.968Z] Fetched 122 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-04T09:03:31.968Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-04T09:03:31.968Z] Fetched 8848 B in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-04T09:03:31.968Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-04T09:03:31.968Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-04T09:03:31.968Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-04T09:03:31.968Z] Fetched 219 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-04T09:03:31.968Z] Fetched 154 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-04T09:03:31.968Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-04T09:03:31.968Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-04T09:03:31.968Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-04T09:03:31.968Z] Fetched 499 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-04T09:03:31.968Z] Fetched 111 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-04T09:03:31.968Z] Fetched 240 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-04T09:03:31.968Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-04T09:03:31.968Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-04T09:03:31.968Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-04T09:03:31.968Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-04T09:03:31.968Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-04T09:03:31.968Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-04T09:03:31.968Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-04T09:03:31.968Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-04T09:03:31.968Z] Fetched 8720 B in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-04T09:03:31.968Z] Fetched 137 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-04T09:03:31.968Z] Fetched 119 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-04T09:03:31.968Z] Fetched 110 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-04T09:03:31.968Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-04T09:03:31.968Z] Fetched 645 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-04T09:03:31.968Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-04T09:03:31.968Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-04T09:03:31.968Z] Fetched 368 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-04T09:03:31.968Z] Fetched 187 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-04T09:03:31.968Z] Fetched 175 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-04T09:03:31.968Z] Fetched 206 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-04T09:03:31.968Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-04T09:03:31.968Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-04T09:03:31.968Z] Fetched 159 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-04T09:03:31.968Z] Fetched 107 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-04T09:03:31.968Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-04T09:03:31.968Z] Pulling static-packages [2021-05-04T09:03:31.968Z] + snapcraftctl pull [2021-05-04T09:03:31.968Z] Pulling version [2021-05-04T09:03:31.968Z] + cd /root/project [2021-05-04T09:03:31.968Z] + [ -f VERSION ] [2021-05-04T09:03:31.968Z] + PROJECT_VERSION=local-dev [2021-05-04T09:03:31.968Z] + git rev-parse --short HEAD [2021-05-04T09:03:31.968Z] + GIT_REVISION=fe268b63 [2021-05-04T09:03:31.968Z] + snapcraftctl set-version local-dev [2021-05-04T09:03:31.968Z] Skipping build go-build-helper (already ran) [2021-05-04T09:03:31.968Z] Building app-service-config [2021-05-04T09:03:31.968Z] + make build [2021-05-04T09:03:31.968Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-04T09:03:34.514Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-04T09:03:34.775Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-04T09:03:34.775Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-04T09:03:34.775Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-04T09:03:34.775Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-04T09:03:34.775Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-04T09:03:34.775Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-04T09:03:34.775Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-04T09:03:34.775Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-04T09:03:35.037Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-04T09:03:35.037Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-04T09:03:35.037Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-04T09:03:35.298Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-04T09:03:35.298Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-04T09:03:35.298Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-04T09:03:35.298Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-04T09:03:35.560Z] go: downloading golang.org/x/text v0.3.2 [2021-05-04T09:03:35.560Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-04T09:03:35.560Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-04T09:03:35.560Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-04T09:03:35.821Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-04T09:03:35.821Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-04T09:03:35.821Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-04T09:03:35.821Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-04T09:03:35.821Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-04T09:03:35.821Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-04T09:03:35.821Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-04T09:03:35.821Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-04T09:03:35.821Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-04T09:03:35.821Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-04T09:03:35.821Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-04T09:03:36.086Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-04T09:03:36.086Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-04T09:03:36.086Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-04T09:03:36.086Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-04T09:03:36.086Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-04T09:03:36.086Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-04T09:03:36.086Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-04T09:03:36.086Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-04T09:03:36.086Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-04T09:03:36.086Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-04T09:03:36.086Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-04T09:03:36.086Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-04T09:03:36.086Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-04T09:03:36.086Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-04T09:03:46.084Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-04T09:03:46.084Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-04T09:03:46.084Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-04T09:03:46.084Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-04T09:03:46.656Z] Building config-common [2021-05-04T09:03:46.656Z] + snapcraftctl build [2021-05-04T09:03:48.568Z] Building edgex-go [2021-05-04T09:03:48.828Z] + cd /root/parts/edgex-go/src [2021-05-04T09:03:48.828Z] + make build [2021-05-04T09:03:48.828Z] 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-05-04T09:03:50.210Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-04T09:03:50.210Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-04T09:03:50.210Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-04T09:03:50.471Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-04T09:03:50.471Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-04T09:03:54.668Z] 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-05-04T09:03:54.668Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-04T09:03:58.867Z] 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-05-04T09:04:00.435Z] 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-05-04T09:04:01.933Z] 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-05-04T09:04:02.218Z] 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-05-04T09:04:02.218Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-04T09:04:02.547Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-04T09:04:02.547Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-04T09:04:02.547Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-04T09:04:04.598Z] 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-05-04T09:04:04.598Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-04T09:04:04.598Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-04T09:04:06.141Z] 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-05-04T09:04:07.524Z] 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-05-04T09:04:08.466Z] 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-05-04T09:04:09.867Z] 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-05-04T09:04:09.867Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-04T09:04:11.260Z] 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-05-04T09:04:11.260Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-04T09:04:13.177Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-04T09:04:13.177Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-04T09:04:13.177Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-04T09:04:13.177Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-04T09:04:13.177Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-04T09:04:13.177Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-04T09:04:13.177Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-04T09:04:13.177Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-04T09:04:13.177Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-04T09:04:13.436Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-04T09:04:13.436Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-04T09:04:13.436Z] + 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-05-04T09:04:13.436Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-04T09:04:13.436Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-04T09:04:13.436Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-04T09:04:13.436Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-04T09:04:13.436Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-04T09:04:13.436Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-04T09:04:13.436Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-04T09:04:13.436Z] + 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-05-04T09:04:15.975Z] Building static-packages [2021-05-04T09:04:15.975Z] + snapcraftctl build [2021-05-04T09:04:17.890Z] Building version [2021-05-04T09:04:17.890Z] + snapcraftctl build [2021-05-04T09:04:19.798Z] Skipping stage go-build-helper (already ran) [2021-05-04T09:04:19.798Z] Staging app-service-config [2021-05-04T09:04:19.798Z] + snapcraftctl stage [2021-05-04T09:04:21.178Z] Staging config-common [2021-05-04T09:04:21.178Z] + snapcraftctl stage [2021-05-04T09:04:21.763Z] Staging edgex-go [2021-05-04T09:04:21.763Z] + snapcraftctl stage [2021-05-04T09:04:23.146Z] Staging static-packages [2021-05-04T09:04:23.146Z] + snapcraftctl stage [2021-05-04T09:04:24.087Z] Staging version [2021-05-04T09:04:24.087Z] + snapcraftctl stage [2021-05-04T09:04:25.029Z] Priming go-build-helper [2021-05-04T09:04:25.029Z] + snapcraftctl prime [2021-05-04T09:04:25.974Z] Priming app-service-config [2021-05-04T09:04:25.974Z] + snapcraftctl prime [2021-05-04T09:04:26.914Z] Priming config-common [2021-05-04T09:04:26.914Z] + snapcraftctl prime [2021-05-04T09:04:28.302Z] Priming edgex-go [2021-05-04T09:04:28.302Z] + snapcraftctl prime [2021-05-04T09:04:29.246Z] Priming static-packages [2021-05-04T09:04:29.246Z] + snapcraftctl prime [2021-05-04T09:04:31.164Z] Priming version [2021-05-04T09:04:31.164Z] + snapcraftctl prime [2021-05-04T09:04:32.546Z] 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-05-04T09:04:34.848Z] provisioning config files... [2021-05-04T09:04:34.875Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/112@tmp/config2328465371008263708tmp [Pipeline] { [Pipeline] sh [2021-05-04T09:04:35.344Z] + set +x [2021-05-04T09:04:35.344Z] + curl -s https://codecov.io/bash [2021-05-04T09:04:35.344Z] + bash -s -- [2021-05-04T09:04:35.977Z] [2021-05-04T09:04:35.977Z] _____ _ [2021-05-04T09:04:35.977Z] / ____| | | [2021-05-04T09:04:35.977Z] | | ___ __| | ___ ___ _____ __ [2021-05-04T09:04:35.977Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-04T09:04:35.977Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-04T09:04:35.977Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-04T09:04:35.978Z] Bash-1.0.2 [2021-05-04T09:04:35.978Z] [2021-05-04T09:04:35.978Z] [2021-05-04T09:04:35.978Z] ==> git version 2.24.3 found [2021-05-04T09:04:35.978Z] ==> 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-05-04T09:04:35.978Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-04T09:04:35.978Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-04T09:04:35.978Z] ==> Jenkins CI detected. [2021-05-04T09:04:35.978Z] project root: . [2021-05-04T09:04:35.978Z] --> token set from env [2021-05-04T09:04:36.252Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-04T09:04:36.252Z] ==> Running gcov in . (disable via -X gcov) [2021-05-04T09:04:36.545Z] ==> Python coveragepy not found [2021-05-04T09:04:36.545Z] ==> Searching for coverage reports in: [2021-05-04T09:04:36.545Z] + . [2021-05-04T09:04:36.545Z] -> Found 1 reports [2021-05-04T09:04:36.545Z] ==> Detecting git/mercurial file structure [2021-05-04T09:04:36.821Z] ==> Reading reports [2021-05-04T09:04:36.821Z] + ./coverage.out bytes=693878 [2021-05-04T09:04:36.821Z] ==> Appending adjustments [2021-05-04T09:04:36.821Z] https://docs.codecov.io/docs/fixing-reports [2021-05-04T09:04:49.657Z] + Found adjustments [2021-05-04T09:04:49.657Z] ==> Gzipping contents [2021-05-04T09:04:49.657Z] 100K /tmp/codecov.wEIrFP.gz [2021-05-04T09:04:49.657Z] ==> Uploading reports [2021-05-04T09:04:49.657Z] url: https://codecov.io [2021-05-04T09:04:49.657Z] query: branch=PR-2858&commit=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F112%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-04T09:04:49.657Z] -> Pinging Codecov [2021-05-04T09:04:49.657Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F112%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-04T09:04:49.657Z] -> Uploading to [2021-05-04T09:04:49.657Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-04/00271124DB129430A58F1EEE437C3FCB/e8b675ca1376699298c0ff859ac2b21cdcf8b1fa/91bf22cd-caad-4218-aca1-459836356d5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210504T090448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0991abca53de8c2ddfe2d10caa882c4acda5e97d7ad4050f3230168f7f1e531 [2021-05-04T09:04:49.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-04T09:04:49.657Z] Dload Upload Total Spent Left Speed [2021-05-04T09:04:49.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99541 0 0 100 99541 0 143k --:--:-- --:--:-- --:--:-- 143k 100 99541 0 0 100 99541 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-05-04T09:04:49.657Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [Pipeline] } [2021-05-04T09:04:49.689Z] 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-05-04T09:04:50.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T09:04:53.378Z] ---> package-listing.sh [2021-05-04T09:04:53.378Z] ++ facter osfamily [2021-05-04T09:04:53.379Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-04T09:04:54.017Z] + OS_FAMILY=redhat [2021-05-04T09:04:54.017Z] + workspace=/w/workspace/edgex-go/112 [2021-05-04T09:04:54.017Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-04T09:04:54.017Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-04T09:04:54.017Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-04T09:04:54.017Z] + PACKAGES=/tmp/packages_start.txt [2021-05-04T09:04:54.017Z] + '[' /w/workspace/edgex-go/112 ']' [2021-05-04T09:04:54.017Z] + PACKAGES=/tmp/packages_end.txt [2021-05-04T09:04:54.017Z] + case "${OS_FAMILY}" in [2021-05-04T09:04:54.017Z] + sort [2021-05-04T09:04:54.017Z] + rpm -qa [2021-05-04T09:05:04.547Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-04T09:05:04.547Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-04T09:05:04.547Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-04T09:05:04.547Z] + '[' /w/workspace/edgex-go/112 ']' [2021-05-04T09:05:04.547Z] + mkdir -p /w/workspace/edgex-go/112/archives/ [2021-05-04T09:05:04.547Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/112/archives/ [Pipeline] echo [2021-05-04T09:05:04.565Z] 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/112/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-04T09:05:04.918Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-04T09:05:05.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T09:05:06.679Z] [2021-05-04T09:05:06.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-04T09:05:07.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T09:05:07.726Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-04T09:05:07.726Z] df20fa9351a1: Pulling fs layer [2021-05-04T09:05:07.726Z] 36b3adc4ff6f: Pulling fs layer [2021-05-04T09:05:07.726Z] 8ad3a11d3b57: Pulling fs layer [2021-05-04T09:05:07.726Z] 46f8f816bc3b: Pulling fs layer [2021-05-04T09:05:07.726Z] 93b61091891f: Pulling fs layer [2021-05-04T09:05:07.726Z] 93b9cdb0e59b: Pulling fs layer [2021-05-04T09:05:07.726Z] 5e14af77c1be: Pulling fs layer [2021-05-04T09:05:07.726Z] 01666e4c0597: Pulling fs layer [2021-05-04T09:05:07.726Z] aa168da1d23b: Pulling fs layer [2021-05-04T09:05:07.726Z] 93b61091891f: Waiting [2021-05-04T09:05:07.726Z] 93b9cdb0e59b: Waiting [2021-05-04T09:05:07.726Z] 5e14af77c1be: Waiting [2021-05-04T09:05:07.726Z] 01666e4c0597: Waiting [2021-05-04T09:05:07.726Z] aa168da1d23b: Waiting [2021-05-04T09:05:07.726Z] 46f8f816bc3b: Waiting [2021-05-04T09:05:08.034Z] 36b3adc4ff6f: Verifying Checksum [2021-05-04T09:05:08.034Z] 36b3adc4ff6f: Download complete [2021-05-04T09:05:08.034Z] 46f8f816bc3b: Download complete [2021-05-04T09:05:08.034Z] df20fa9351a1: Verifying Checksum [2021-05-04T09:05:08.034Z] df20fa9351a1: Download complete [2021-05-04T09:05:08.034Z] 93b9cdb0e59b: Verifying Checksum [2021-05-04T09:05:08.034Z] 93b9cdb0e59b: Download complete [2021-05-04T09:05:08.742Z] 93b61091891f: Verifying Checksum [2021-05-04T09:05:08.742Z] 93b61091891f: Download complete [2021-05-04T09:05:08.742Z] 5e14af77c1be: Verifying Checksum [2021-05-04T09:05:08.742Z] 01666e4c0597: Verifying Checksum [2021-05-04T09:05:08.742Z] 01666e4c0597: Download complete [2021-05-04T09:05:08.742Z] 5e14af77c1be: Download complete [2021-05-04T09:05:10.345Z] 8ad3a11d3b57: Verifying Checksum [2021-05-04T09:05:10.345Z] 8ad3a11d3b57: Download complete [2021-05-04T09:05:10.345Z] df20fa9351a1: Pull complete [2021-05-04T09:05:11.023Z] 36b3adc4ff6f: Pull complete [2021-05-04T09:05:16.059Z] 8ad3a11d3b57: Pull complete [2021-05-04T09:05:16.820Z] 46f8f816bc3b: Pull complete [2021-05-04T09:05:19.179Z] 93b61091891f: Pull complete [2021-05-04T09:05:19.179Z] 93b9cdb0e59b: Pull complete [2021-05-04T09:05:20.820Z] aa168da1d23b: Verifying Checksum [2021-05-04T09:05:20.820Z] aa168da1d23b: Download complete [2021-05-04T09:05:20.820Z] 5e14af77c1be: Pull complete [2021-05-04T09:05:21.112Z] 01666e4c0597: Pull complete [2021-05-04T09:05:48.622Z] aa168da1d23b: Pull complete [2021-05-04T09:05:48.622Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-04T09:05:48.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-04T09:05:48.622Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-04T09:05:49.193Z] prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container [2021-05-04T09:05:49.279Z] $ 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/112/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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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-lftools-log-publisher:alpine cat [2021-05-04T09:05:53.355Z] $ docker top 7f8f07c296998b5d5933b5a9f60b942bdaa3a11470bf8453feedf8b963edff6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-04T09:05:55.039Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-04T09:05:56.225Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-04T09:05:57.018Z] + ls /var/log/sa-host [2021-05-04T09:05:57.018Z] + sadf -c /var/log/sa-host/sa04 [2021-05-04T09:05:57.018Z] file_magic: OK [2021-05-04T09:05:57.018Z] HZ: Using current value: 100 [2021-05-04T09:05:57.018Z] file_header: OK [2021-05-04T09:05:57.018Z] 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-05-04T09:05:57.018Z] Statistics: [2021-05-04T09:05:57.018Z] 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... [2021-05-04T09:05:57.018Z] File successfully converted to sysstat format version 12.2.1 [2021-05-04T09:05:57.018Z] + sadf -c /var/log/sa-host/sa23 [2021-05-04T09:05:57.018Z] file_magic: OK [2021-05-04T09:05:57.018Z] HZ: Using current value: 100 [2021-05-04T09:05:57.018Z] file_header: OK [2021-05-04T09:05:57.018Z] 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-05-04T09:05:57.018Z] Statistics: [2021-05-04T09:05:57.018Z] Hnuu...uuuununununu... [2021-05-04T09:05:57.018Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-04T09:05:57.221Z] provisioning config files... [2021-05-04T09:05:57.262Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/112@tmp/config2615126164371035083tmp [Pipeline] { [Pipeline] echo [2021-05-04T09:05:57.316Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T09:05:59.029Z] ---> create-netrc.sh [Pipeline] } [2021-05-04T09:05:59.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-04T09:05:59.097Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T09:06:00.262Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-04T09:06:00.321Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T09:06:01.156Z] ---> sudo-logs.sh [2021-05-04T09:06:01.156Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-04T09:06:01.822Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T09:06:03.164Z] ---> job-cost.sh [2021-05-04T09:06:03.488Z] lf-activate-venv: SKIPPING [2021-05-04T09:06:03.488Z] DEBUG: total: 0.20999999344348907 [2021-05-04T09:06:03.488Z] INFO: Retrieving Stack Cost... [2021-05-04T09:06:05.099Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-04T09:06:05.695Z] INFO: Archiving Costs [Pipeline] echo [2021-05-04T09:06:05.725Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-04T09:06:06.928Z] ---> logs-deploy.sh [2021-05-04T09:06:06.928Z] lf-activate-venv: SKIPPING [2021-05-04T09:06:06.928Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/112 [2021-05-04T09:06:06.928Z] INFO: archiving workspace using pattern(s): [2021-05-04T09:06:10.395Z] Archives upload complete. [2021-05-04T09:06:10.674Z] INFO: archiving logs to Nexus [2021-05-04T09:06:13.646Z] ---> uname -a: [2021-05-04T09:06:13.646Z] Linux prd-centos7-docker-4c-2g-2896.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-04T09:06:13.646Z] [2021-05-04T09:06:13.646Z] [2021-05-04T09:06:13.646Z] ---> lscpu: [2021-05-04T09:06:13.646Z] Architecture: x86_64 [2021-05-04T09:06:13.646Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-04T09:06:13.646Z] Byte Order: Little Endian [2021-05-04T09:06:13.646Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-04T09:06:13.646Z] CPU(s): 4 [2021-05-04T09:06:13.646Z] On-line CPU(s) list: 0-3 [2021-05-04T09:06:13.646Z] Thread(s) per core: 1 [2021-05-04T09:06:13.646Z] Core(s) per socket: 1 [2021-05-04T09:06:13.646Z] Socket(s): 4 [2021-05-04T09:06:13.646Z] NUMA node(s): 1 [2021-05-04T09:06:13.646Z] Vendor ID: GenuineIntel [2021-05-04T09:06:13.646Z] CPU family: 6 [2021-05-04T09:06:13.646Z] Model: 44 [2021-05-04T09:06:13.646Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-04T09:06:13.646Z] Stepping: 1 [2021-05-04T09:06:13.646Z] CPU MHz: 2933.438 [2021-05-04T09:06:13.646Z] BogoMIPS: 5866.87 [2021-05-04T09:06:13.646Z] Virtualization: VT-x [2021-05-04T09:06:13.646Z] Hypervisor vendor: KVM [2021-05-04T09:06:13.646Z] Virtualization type: full [2021-05-04T09:06:13.646Z] L1d cache: 128 KiB [2021-05-04T09:06:13.646Z] L1i cache: 128 KiB [2021-05-04T09:06:13.646Z] L2 cache: 16 MiB [2021-05-04T09:06:13.646Z] L3 cache: 64 MiB [2021-05-04T09:06:13.646Z] NUMA node0 CPU(s): 0-3 [2021-05-04T09:06:13.646Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-04T09:06:13.646Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-04T09:06:13.646Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-04T09:06:13.646Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-04T09:06:13.646Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-04T09:06:13.646Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-04T09:06:13.646Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-04T09:06:13.646Z] Vulnerability Srbds: Not affected [2021-05-04T09:06:13.646Z] Vulnerability Tsx async abort: Not affected [2021-05-04T09:06:13.646Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-04T09:06:13.646Z] [2021-05-04T09:06:13.646Z] [2021-05-04T09:06:13.646Z] ---> nproc: [2021-05-04T09:06:13.646Z] 4 [2021-05-04T09:06:13.646Z] [2021-05-04T09:06:13.646Z] [2021-05-04T09:06:13.646Z] ---> df -h: [2021-05-04T09:06:13.646Z] Filesystem Size Used Available Use% Mounted on [2021-05-04T09:06:13.646Z] overlay 50.0G 12.2G 37.8G 24% / [2021-05-04T09:06:13.646Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-04T09:06:13.646Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-04T09:06:13.646Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-04T09:06:13.646Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-05-04T09:06:13.646Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/112 [2021-05-04T09:06:13.647Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/112@tmp [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] ---> free -m: [2021-05-04T09:06:13.647Z] total used free shared buff/cache available [2021-05-04T09:06:13.647Z] Mem: 1837 744 269 0 823 1010 [2021-05-04T09:06:13.647Z] Swap: 1023 58 965 [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] ---> ip addr: [2021-05-04T09:06:13.647Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-04T09:06:13.647Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-04T09:06:13.647Z] inet 127.0.0.1/8 scope host lo [2021-05-04T09:06:13.647Z] valid_lft forever preferred_lft forever [2021-05-04T09:06:13.647Z] inet6 ::1/128 scope host [2021-05-04T09:06:13.647Z] valid_lft forever preferred_lft forever [2021-05-04T09:06:13.647Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-04T09:06:13.647Z] link/ether fa:16:3e:9c:08:a0 brd ff:ff:ff:ff:ff:ff [2021-05-04T09:06:13.647Z] inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-04T09:06:13.647Z] valid_lft 84267sec preferred_lft 84267sec [2021-05-04T09:06:13.647Z] inet6 fe80::f816:3eff:fe9c:8a0/64 scope link [2021-05-04T09:06:13.647Z] valid_lft forever preferred_lft forever [2021-05-04T09:06:13.647Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-04T09:06:13.647Z] link/ether 02:42:4a:7a:0b:8b brd ff:ff:ff:ff:ff:ff [2021-05-04T09:06:13.647Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-04T09:06:13.647Z] valid_lft forever preferred_lft forever [2021-05-04T09:06:13.647Z] inet6 fe80::42:4aff:fe7a:b8b/64 scope link [2021-05-04T09:06:13.647Z] valid_lft forever preferred_lft forever [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] ---> sar -b -r -n DEV: [2021-05-04T09:06:13.647Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/04/21 _x86_64_ (4 CPU) [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] 08:30:24 LINUX RESTART (4 CPU) [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] 08:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-04T09:06:13.647Z] 08:32:01 134.89 83.78 51.11 0.00 5563.04 37209.33 0.00 [2021-05-04T09:06:13.647Z] 08:33:01 57.44 13.53 43.90 0.00 4789.41 7858.28 0.00 [2021-05-04T09:06:13.647Z] 08:34:01 71.75 50.57 21.18 0.00 3675.26 10731.03 0.00 [2021-05-04T09:06:13.647Z] 08:35:02 138.21 42.13 96.09 0.00 3612.60 32846.34 0.00 [2021-05-04T09:06:13.647Z] 08:36:01 146.84 23.69 123.15 0.00 1848.53 17642.13 0.00 [2021-05-04T09:06:13.647Z] 08:37:01 111.59 75.59 36.00 0.00 2239.15 3732.33 0.00 [2021-05-04T09:06:13.647Z] 08:38:02 61.62 16.95 44.67 0.00 643.91 5974.13 0.00 [2021-05-04T09:06:13.647Z] 08:39:01 45.46 11.67 33.79 0.00 475.21 3973.46 0.00 [2021-05-04T09:06:13.647Z] 08:40:02 59.00 26.32 32.68 0.00 827.87 4237.52 0.00 [2021-05-04T09:06:13.647Z] 08:41:01 51.05 17.10 33.96 0.00 1007.66 2573.87 0.00 [2021-05-04T09:06:13.647Z] 08:42:01 51.05 18.82 32.23 0.00 458.47 3149.45 0.00 [2021-05-04T09:06:13.647Z] 08:43:02 25.89 11.51 14.38 0.00 1832.84 1440.69 0.00 [2021-05-04T09:06:13.647Z] 08:44:01 13.31 0.07 13.24 0.00 0.54 2792.04 0.00 [2021-05-04T09:06:13.647Z] 08:45:02 107.93 12.19 95.74 0.00 875.18 17798.13 0.00 [2021-05-04T09:06:13.647Z] 08:46:06 209.25 99.55 109.71 0.00 40330.16 89376.24 0.00 [2021-05-04T09:06:13.647Z] 08:47:02 724.06 619.35 104.71 0.00 50117.15 57868.35 0.00 [2021-05-04T09:06:13.647Z] 08:48:08 553.93 452.41 101.52 0.00 36118.36 33262.26 0.00 [2021-05-04T09:06:13.647Z] 08:49:04 798.32 660.08 138.24 0.00 75036.83 77610.27 0.00 [2021-05-04T09:06:13.647Z] 08:50:02 577.23 473.68 103.55 0.00 44231.90 45205.94 0.00 [2021-05-04T09:06:13.647Z] 08:51:02 71.20 27.42 43.78 0.00 1462.90 10181.72 0.00 [2021-05-04T09:06:13.647Z] 08:52:01 253.89 91.79 162.09 0.00 8989.04 23911.44 0.00 [2021-05-04T09:06:13.647Z] 08:53:05 222.73 100.13 122.61 0.00 42372.11 79504.91 0.00 [2021-05-04T09:06:13.647Z] 08:54:03 711.16 627.89 83.28 0.00 41097.26 39279.29 0.00 [2021-05-04T09:06:13.647Z] 08:55:01 668.18 563.19 104.99 0.00 43279.52 46119.52 0.00 [2021-05-04T09:06:13.647Z] 08:56:02 414.44 259.62 154.82 0.00 26231.40 29622.80 0.00 [2021-05-04T09:06:13.647Z] 08:57:01 131.06 28.75 102.31 0.00 3145.16 22082.75 0.00 [2021-05-04T09:06:13.647Z] 08:58:01 118.82 17.38 101.45 0.00 3222.72 9490.07 0.00 [2021-05-04T09:06:13.647Z] 08:59:01 2.28 0.56 1.71 0.00 10.37 24.14 0.00 [2021-05-04T09:06:13.647Z] 09:00:02 0.60 0.15 0.45 0.00 29.97 5.40 0.00 [2021-05-04T09:06:13.647Z] 09:01:01 0.55 0.25 0.30 0.00 3.90 3.24 0.00 [2021-05-04T09:06:13.647Z] 09:02:01 0.79 0.42 0.37 0.00 24.40 5.16 0.00 [2021-05-04T09:06:13.647Z] 09:03:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2021-05-04T09:06:13.647Z] 09:04:01 0.20 0.02 0.18 0.00 0.27 1.53 0.00 [2021-05-04T09:06:13.647Z] 09:05:01 66.15 65.54 0.61 0.00 5187.14 68.39 0.00 [2021-05-04T09:06:13.647Z] Average: 191.99 129.98 62.01 0.00 13115.21 21080.71 0.00 [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] 08:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-04T09:06:13.647Z] 08:32:01 72564 0 569600 30.27 2620 1236760 1127100 38.47 397568 1214172 12564 [2021-05-04T09:06:13.647Z] 08:33:01 126488 0 663424 35.26 2620 1089012 1750948 59.76 510480 1040008 56 [2021-05-04T09:06:13.647Z] 08:34:01 442772 0 583652 31.02 2620 852500 950356 32.43 462468 774168 156 [2021-05-04T09:06:13.647Z] 08:35:02 108984 0 754912 40.12 2528 1015120 1510684 51.56 565136 964544 22328 [2021-05-04T09:06:13.647Z] 08:36:01 266648 0 755596 40.16 1968 857332 1425064 48.64 470812 868236 44 [2021-05-04T09:06:13.647Z] 08:37:01 126060 0 864984 45.97 1416 889084 1827384 62.37 654032 824364 34532 [2021-05-04T09:06:13.647Z] 08:38:02 268984 0 784612 41.70 552 827396 1547312 52.81 607540 726256 19856 [2021-05-04T09:06:13.647Z] 08:39:01 126872 0 853568 45.37 504 900600 1929044 65.84 741384 726576 65308 [2021-05-04T09:06:13.647Z] 08:40:02 388040 0 782960 41.61 424 710120 1657660 56.57 510180 697236 20004 [2021-05-04T09:06:13.647Z] 08:41:01 286720 0 779632 41.44 380 814812 1646872 56.21 586420 720716 63288 [2021-05-04T09:06:13.647Z] 08:42:01 333844 0 743420 39.51 380 803900 1222100 41.71 505356 749280 22080 [2021-05-04T09:06:13.647Z] 08:43:02 133036 0 811004 43.10 380 937124 1531276 52.26 671772 781696 64400 [2021-05-04T09:06:13.647Z] 08:44:01 75716 0 800036 42.52 380 1005412 1442692 49.24 659524 853764 63268 [2021-05-04T09:06:13.647Z] 08:45:02 165348 0 770392 40.94 248 945556 1269500 43.33 599824 824672 1444 [2021-05-04T09:06:13.647Z] 08:46:06 63328 0 851692 45.27 0 966524 2376708 81.11 737476 866564 70588 [2021-05-04T09:06:13.647Z] 08:47:02 598812 0 679940 36.14 0 602792 1279440 43.67 405320 666980 20 [2021-05-04T09:06:13.647Z] 08:48:08 62604 0 851440 45.25 0 967500 2340312 79.87 629828 967944 77344 [2021-05-04T09:06:13.647Z] 08:49:04 77732 0 871312 46.31 0 932500 2323652 79.30 648588 917888 74768 [2021-05-04T09:06:13.647Z] 08:50:02 122948 0 1250084 66.44 0 508512 4434880 151.36 780428 702136 18708 [2021-05-04T09:06:13.647Z] 08:51:02 434368 0 1008916 53.62 0 438260 3694392 126.08 599672 569412 33788 [2021-05-04T09:06:13.647Z] 08:52:01 415856 0 721544 38.35 0 744144 1367096 46.66 440380 771900 60 [2021-05-04T09:06:13.647Z] 08:53:05 66980 0 816748 43.41 0 997816 2237052 76.35 725340 870488 29688 [2021-05-04T09:06:13.647Z] 08:54:03 127008 0 920128 48.90 0 834408 2936160 100.21 646144 864800 81148 [2021-05-04T09:06:13.647Z] 08:55:01 65976 0 812292 43.17 0 1003276 2160876 73.75 601288 975496 67792 [2021-05-04T09:06:13.647Z] 08:56:02 86748 0 936252 49.76 0 858544 3091876 105.52 815552 731572 540 [2021-05-04T09:06:13.647Z] 08:57:01 128844 0 728152 38.70 0 1024548 1635528 55.82 642692 871372 9648 [2021-05-04T09:06:13.647Z] 08:58:01 95188 0 697368 37.06 0 1088988 1499172 51.16 597920 932920 32 [2021-05-04T09:06:13.647Z] 08:59:01 130808 0 661456 35.15 0 1089280 1220396 41.65 570092 932612 12 [2021-05-04T09:06:13.647Z] 09:00:02 133564 0 657784 34.96 0 1090196 1184440 40.42 568244 933368 8 [2021-05-04T09:06:13.647Z] 09:01:01 132580 0 658620 35.00 0 1090344 1186540 40.49 568440 933488 16 [2021-05-04T09:06:13.647Z] 09:02:01 132416 0 658148 34.98 0 1090980 1184816 40.44 568224 934044 12 [2021-05-04T09:06:13.647Z] 09:03:01 132464 0 658088 34.98 0 1090992 1184840 40.44 568260 934048 8 [2021-05-04T09:06:13.647Z] 09:04:01 132888 0 657664 34.95 0 1090992 1184708 40.43 568276 934052 8 [2021-05-04T09:06:13.647Z] 09:05:01 72404 0 685324 36.42 0 1123816 1220900 41.67 579784 980228 32 [2021-05-04T09:06:13.647Z] Average: 180459 0 773551 41.11 501 927034 1781817 60.81 594248 854618 25104 [2021-05-04T09:06:13.647Z] [2021-05-04T09:06:13.647Z] 08:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-04T09:06:13.647Z] 08:32:01 eth0 174.46 127.51 763.92 41.49 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:33:01 vethc0be8da 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:33:01 eth0 541.65 362.33 2939.40 51.30 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:33:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:34:01 eth0 568.71 707.20 2695.54 80.14 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:34:01 docker0 691.10 543.75 62.33 2671.66 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:35:02 eth0 313.21 237.75 2767.67 64.43 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:35:02 vetha3897c6 21.78 31.03 1.63 91.76 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:35:02 docker0 21.78 30.94 1.33 91.75 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:36:01 vetha6957da 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:36:01 eth0 239.54 189.54 782.66 21.77 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:36:01 docker0 174.95 207.80 11.57 764.86 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:37:01 eth0 21.63 17.96 22.12 9.25 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:37:01 veth83e5839 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:38:02 eth0 9.46 7.25 7.31 4.02 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:38:02 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:39:01 eth0 35.28 31.75 18.99 81.02 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.647Z] 08:39:01 veth83e5839 0.54 0.54 0.04 0.04 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:39:01 docker0 0.54 0.54 0.04 0.04 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:40:02 eth0 25.71 20.46 19.49 10.78 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:40:02 veth83e5839 1.30 1.30 0.10 0.10 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:40:02 docker0 1.30 1.30 0.09 0.10 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:41:01 eth0 2.65 2.30 2.11 1.15 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:41:01 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:42:01 eth0 4.57 3.34 3.06 1.71 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:42:01 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:43:02 eth0 25.51 23.51 14.18 67.66 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:43:02 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:44:01 eth0 24.08 17.42 18.56 10.13 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:44:01 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:45:02 eth0 180.25 126.59 1682.36 20.18 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:45:02 veth3f613cb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:46:06 eth0 12.75 13.07 5.33 51.37 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:46:06 veth3f613cb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:46:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:46:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:47:02 eth0 1.53 1.24 1.12 0.58 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:47:02 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:48:08 eth0 74.58 38.33 165.88 9.83 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:48:08 veth3f613cb 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:48:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:48:08 docker0 23.22 53.07 1.30 150.85 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:49:04 eth0 2.16 1.48 1.50 0.81 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:49:04 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:49:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:50:02 veth578b995 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:50:02 veth91424d0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:50:02 veth9ef11ff 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:50:02 vethb44ffb7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:51:02 veth578b995 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:51:02 veth91424d0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:51:02 veth9ef11ff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:51:02 vethb44ffb7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:52:01 eth0 2390.48 2008.14 12386.38 554.88 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:52:01 veth3f613cb 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:52:01 docker0 935.82 878.39 78.23 3896.48 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:53:05 eth0 24.84 23.45 13.27 67.48 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:53:05 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:53:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:53:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:54:03 veth96e560a 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:54:03 eth0 39.03 19.11 78.37 6.06 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:54:03 veth3f613cb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:55:01 eth0 7.77 6.11 6.04 3.31 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:55:01 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:55:01 veth9e89373 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:56:02 veth5277147 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:56:02 vethe0602a3 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:56:02 veth9f09b5a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:56:02 veth1f832a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:57:01 eth0 2668.06 2215.56 13874.69 729.70 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:57:01 veth3f613cb 0.00 1.03 0.00 0.05 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:57:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:57:01 docker0 956.75 929.56 79.37 4076.38 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:58:01 eth0 86.41 54.90 375.92 75.55 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:58:01 docker0 16.59 37.57 1.21 342.71 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:59:01 eth0 1.50 0.90 0.92 0.46 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:00:02 eth0 0.43 0.31 0.27 0.14 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:01:01 eth0 0.03 0.07 0.00 0.06 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:02:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:03:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:04:01 eth0 0.58 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:05:01 eth0 16.83 13.34 15.58 8.02 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] Average: eth0 79.98 66.32 414.08 23.70 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] Average: docker0 28.34 28.17 2.35 128.76 0.00 0.00 0.00 0.00 [2021-05-04T09:06:13.648Z] [2021-05-04T09:06:13.648Z]