Pull request #3330 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 59c9a15376a292558addc495dbf8de0fe8fb6b07 rather than cbc1041f9e60e940360c6d71b382e15765689a55 Obtained Jenkinsfile from 59c9a15376a292558addc495dbf8de0fe8fb6b07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-32464’ is offline Running on prd-centos7-docker-4c-2g-32465 in /w/workspace/edgexfoundry_edgex-go_PR-3330 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 59c9a15376a292558addc495dbf8de0fe8fb6b07 into PR head commit cbc1041f9e60e940360c6d71b382e15765689a55 Merge succeeded, producing cbc1041f9e60e940360c6d71b382e15765689a55 Checking out Revision cbc1041f9e60e940360c6d71b382e15765689a55 (PR-3330) > 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/3330/head:refs/remotes/origin/PR-3330 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # 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 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 Commit message: "feat: Add RedisDB Password for v2 security mode" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T14:42:53.343Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T14:42:53.596Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T14:42:53.717Z] ========================================================= [2021-04-01T14:42:53.717Z] EdgeX Global Pipelines Version Info [2021-04-01T14:42:53.718Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T14:42:56.271Z] ------------------- [2021-04-01T14:42:56.271Z] stable info: [2021-04-01T14:42:56.271Z] ------------------- [2021-04-01T14:42:56.271Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T14:42:56.271Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T14:42:56.271Z] Message: update stable to v1.0.186 [2021-04-01T14:42:57.330Z] ------------------- [2021-04-01T14:42:57.330Z] experimental info: [2021-04-01T14:42:57.330Z] ------------------- [2021-04-01T14:42:57.330Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T14:42:57.330Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T14:42:57.330Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T14:42:57.720Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T14:42:57.810Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T14:42:57.901Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T14:42:57.992Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T14:42:58.085Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T14:42:58.182Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T14:42:58.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T14:42:58.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T14:42:58.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T14:42:58.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T14:42:58.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T14:42:58.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T14:42:58.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T14:42:59.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T14:42:59.122Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T14:42:59.225Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T14:42:59.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T14:42:59.428Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T14:42:59.522Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T14:42:59.606Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T14:42:59.689Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T14:42:59.774Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T14:42:59.862Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3330 [Pipeline] echo [2021-04-01T14:42:59.950Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3330 [Pipeline] echo [2021-04-01T14:43:00.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3330 [Pipeline] echo [2021-04-01T14:43:00.137Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbc1041f9e60e940360c6d71b382e15765689a55 [Pipeline] echo [2021-04-01T14:43:00.360Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbc1041 [Pipeline] echo [2021-04-01T14:43:00.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T14:43:00.652Z] provisioning config files... [2021-04-01T14:43:00.710Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7666507185019900467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T14:43:01.396Z] ---> docker-login.sh [2021-04-01T14:43:01.396Z] nexus3.edgexfoundry.org:10001 [2021-04-01T14:43:02.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:43:02.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:43:02.364Z] Configure a credential helper to remove this warning. See [2021-04-01T14:43:02.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:43:02.364Z] [2021-04-01T14:43:02.364Z] Login Succeeded [2021-04-01T14:43:02.364Z] nexus3.edgexfoundry.org:10002 [2021-04-01T14:43:02.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:43:02.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:43:02.664Z] Configure a credential helper to remove this warning. See [2021-04-01T14:43:02.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:43:02.664Z] [2021-04-01T14:43:02.664Z] Login Succeeded [2021-04-01T14:43:02.664Z] nexus3.edgexfoundry.org:10003 [2021-04-01T14:43:03.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:43:03.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:43:03.867Z] Configure a credential helper to remove this warning. See [2021-04-01T14:43:03.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:43:03.867Z] [2021-04-01T14:43:03.867Z] Login Succeeded [2021-04-01T14:43:03.867Z] nexus3.edgexfoundry.org:10004 [2021-04-01T14:43:03.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:43:04.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:43:04.179Z] Configure a credential helper to remove this warning. See [2021-04-01T14:43:04.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:43:04.179Z] [2021-04-01T14:43:04.179Z] Login Succeeded [2021-04-01T14:43:04.179Z] docker.io [2021-04-01T14:43:04.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:43:04.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:43:04.735Z] Configure a credential helper to remove this warning. See [2021-04-01T14:43:04.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:43:04.735Z] [2021-04-01T14:43:04.735Z] Login Succeeded [2021-04-01T14:43:04.735Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T14:43:04.769Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T14:43:05.265Z] ++ 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-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T14:43:05.265Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T14:43:05.265Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T14:43:05.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T14:43:05.265Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T14:43:05.265Z] ++ cut -d/ -f2 [2021-04-01T14:43:05.265Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T14:43:05.420Z] 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-04-01T14:43:07.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T14:43:07.061Z] [2021-04-01T14:43:07.061Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:43:07.614Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T14:43:07.614Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T14:43:07.614Z] 31603596830f: Pulling fs layer [2021-04-01T14:43:07.614Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T14:43:07.614Z] 6ca5941a6612: Pulling fs layer [2021-04-01T14:43:07.614Z] ecc8261a40a4: Pulling fs layer [2021-04-01T14:43:07.614Z] ecc8261a40a4: Waiting [2021-04-01T14:43:07.614Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T14:43:07.614Z] 2a8b12db71e7: Download complete [2021-04-01T14:43:08.295Z] 31603596830f: Verifying Checksum [2021-04-01T14:43:08.295Z] 31603596830f: Download complete [2021-04-01T14:43:08.631Z] ecc8261a40a4: Verifying Checksum [2021-04-01T14:43:08.631Z] ecc8261a40a4: Download complete [2021-04-01T14:43:08.923Z] 6ca5941a6612: Verifying Checksum [2021-04-01T14:43:08.924Z] 6ca5941a6612: Download complete [2021-04-01T14:43:08.924Z] 31603596830f: Pull complete [2021-04-01T14:43:09.229Z] 2a8b12db71e7: Pull complete [2021-04-01T14:43:12.346Z] 6ca5941a6612: Pull complete [2021-04-01T14:43:13.584Z] ecc8261a40a4: Pull complete [2021-04-01T14:43:13.584Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T14:43:13.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T14:43:13.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T14:43:13.806Z] prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container [2021-04-01T14:43:14.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T14:43:16.746Z] $ docker top 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T14:43:17.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T14:43:17.536Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T14:43:18.085Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T14:43:18.088Z] $ docker exec 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent [2021-04-01T14:43:19.019Z] SSH_AUTH_SOCK=/tmp/ssh-6nWMArSCylMt/agent.11 [2021-04-01T14:43:19.019Z] SSH_AGENT_PID=16 [2021-04-01T14:43:19.065Z] Running ssh-add (command line suppressed) [2021-04-01T14:43:19.370Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6182120343203348841.key (/w/workspace/edgex-go/2@tmp/private_key_6182120343203348841.key) [2021-04-01T14:43:19.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T14:43:20.716Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T14:43:20.880Z] $ docker exec --env ******** --env ******** 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent -k [2021-04-01T14:43:21.139Z] unset SSH_AUTH_SOCK; [2021-04-01T14:43:21.141Z] unset SSH_AGENT_PID; [2021-04-01T14:43:21.141Z] echo Agent pid 16 killed; [2021-04-01T14:43:21.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T14:43:21.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T14:43:21.362Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T14:43:22.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T14:43:22.017Z] $ docker exec 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent [2021-04-01T14:43:22.237Z] SSH_AUTH_SOCK=/tmp/ssh-87cCGCdFXE5K/agent.44 [2021-04-01T14:43:22.237Z] SSH_AGENT_PID=50 [2021-04-01T14:43:22.248Z] Running ssh-add (command line suppressed) [2021-04-01T14:43:22.612Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1594994573796657765.key (/w/workspace/edgex-go/2@tmp/private_key_1594994573796657765.key) [2021-04-01T14:43:22.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T14:43:23.547Z] + git semver init [2021-04-01T14:43:23.547Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T14:43:23.547Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-01T14:43:23.547Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-01T14:43:23.547Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T14:43:23.547Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T14:43:23.547Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T14:43:23.547Z] # $SEMVER_BRANCH = PR-3330 [2021-04-01T14:43:23.547Z] # $SEMVER_TEMP = /tmp/semver-101198514 [2021-04-01T14:43:23.547Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T14:43:51.192Z] # '/tmp/semver-101198514' -> '/w/workspace/edgex-go/2/.semver' [2021-04-01T14:43:52.200Z] # -> Force: false [2021-04-01T14:43:52.200Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-01T14:43:52.229Z] $ docker exec --env ******** --env ******** 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 ssh-agent -k [2021-04-01T14:43:52.813Z] unset SSH_AUTH_SOCK; [2021-04-01T14:43:52.814Z] unset SSH_AGENT_PID; [2021-04-01T14:43:52.814Z] echo Agent pid 50 killed; [2021-04-01T14:43:52.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T14:43:53.890Z] + git semver [Pipeline] } [2021-04-01T14:43:53.920Z] $ docker stop --time=1 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 [2021-04-01T14:43:55.697Z] $ docker rm -f 2e81a1f16f2f60590e9477fc05e98294fb22a8700376bcb0415a1c474e6a6ba9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T14:43:57.047Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T14:43:58.376Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T14:43:58.380Z] [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-04-01T14:43:59.327Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T14:43:59.774Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T14:44:00.219Z] + sudo service docker restart [2021-04-01T14:44:00.219Z] + true [2021-04-01T14:44:00.219Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T14:44:01.849Z] ========================================================= [2021-04-01T14:44:01.849Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T14:44:01.849Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:44:02.367Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-01T14:44:09.510Z] Sending build context to Docker daemon 329MB [2021-04-01T14:44:09.510Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T14:44:09.510Z] Step 2/6 : FROM ${BASE} [2021-04-01T14:44:09.510Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T14:44:09.510Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T14:44:09.510Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T14:44:09.510Z] de9db76c5a1d: Pulling fs layer [2021-04-01T14:44:09.510Z] bca2f99d35d6: Pulling fs layer [2021-04-01T14:44:09.510Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T14:44:09.510Z] 7c6f9722023f: Pulling fs layer [2021-04-01T14:44:09.510Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T14:44:09.510Z] 93359f2a8cfa: Waiting [2021-04-01T14:44:09.510Z] bca2f99d35d6: Waiting [2021-04-01T14:44:09.510Z] 7c6f9722023f: Waiting [2021-04-01T14:44:09.510Z] a35cf1a2eb13: Waiting [2021-04-01T14:44:09.511Z] de9db76c5a1d: Verifying Checksum [2021-04-01T14:44:09.511Z] de9db76c5a1d: Download complete [2021-04-01T14:44:09.511Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T14:44:09.511Z] 0ef7d3d256c8: Download complete [2021-04-01T14:44:09.511Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T14:44:09.511Z] 93359f2a8cfa: Download complete [2021-04-01T14:44:10.247Z] 7c6f9722023f: Download complete [2021-04-01T14:44:10.247Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T14:44:10.247Z] 188c0c94c7c5: Download complete [2021-04-01T14:44:11.372Z] 188c0c94c7c5: Pull complete [2021-04-01T14:44:11.719Z] 0ef7d3d256c8: Pull complete [2021-04-01T14:44:12.091Z] de9db76c5a1d: Pull complete [2021-04-01T14:44:13.767Z] Still waiting to schedule task [2021-04-01T14:44:13.767Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T14:44:16.642Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T14:44:16.642Z] a35cf1a2eb13: Download complete [2021-04-01T14:44:18.185Z] bca2f99d35d6: Verifying Checksum [2021-04-01T14:44:18.185Z] bca2f99d35d6: Download complete [2021-04-01T14:44:30.915Z] bca2f99d35d6: Pull complete [2021-04-01T14:44:30.915Z] 93359f2a8cfa: Pull complete [2021-04-01T14:44:30.915Z] 7c6f9722023f: Pull complete [2021-04-01T14:44:36.457Z] a35cf1a2eb13: Pull complete [2021-04-01T14:44:36.457Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T14:44:36.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T14:44:36.457Z] ---> a62c8e92a672 [2021-04-01T14:44:36.457Z] 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-04-01T14:44:36.457Z] ---> Running in 95f800d925f2 [2021-04-01T14:44:38.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:44:39.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:44:39.750Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T14:44:40.065Z] (2/12) Installing file (5.38-r0) [2021-04-01T14:44:40.065Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T14:44:40.346Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T14:44:44.753Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T14:44:44.753Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T14:44:45.076Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T14:44:45.549Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T14:44:45.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T14:44:45.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T14:44:45.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T14:44:46.098Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T14:44:46.098Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T14:44:46.373Z] OK: 233 MiB in 51 packages [2021-04-01T14:44:50.795Z] Removing intermediate container 95f800d925f2 [2021-04-01T14:44:50.795Z] ---> 64e3e90bfd3b [2021-04-01T14:44:50.795Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T14:44:50.795Z] ---> Running in 4c8bd0f9a0ff [2021-04-01T14:44:51.420Z] Removing intermediate container 4c8bd0f9a0ff [2021-04-01T14:44:51.420Z] ---> 970103fa1b18 [2021-04-01T14:44:51.420Z] Step 5/6 : COPY go.mod . [2021-04-01T14:44:51.704Z] ---> 6ba5bec74bf8 [2021-04-01T14:44:51.704Z] Step 6/6 : RUN go mod download [2021-04-01T14:44:52.027Z] ---> Running in 572597f4bcf5 [2021-04-01T14:45:31.956Z] Removing intermediate container 572597f4bcf5 [2021-04-01T14:45:31.956Z] ---> 89abf0c07c15 [2021-04-01T14:45:31.956Z] Successfully built 89abf0c07c15 [2021-04-01T14:45:31.956Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:45:32.402Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T14:45:32.714Z] . [Pipeline] withDockerContainer [2021-04-01T14:45:33.265Z] prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container [2021-04-01T14:45:33.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T14:45:35.683Z] $ docker top 7895dc83e8117526c3d5a104c1f6964bb670222209300a29600445a0453a8ab7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T14:45:36.505Z] + go version [2021-04-01T14:45:36.505Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T14:45:36.546Z] $ docker stop --time=1 7895dc83e8117526c3d5a104c1f6964bb670222209300a29600445a0453a8ab7 [2021-04-01T14:45:38.600Z] $ docker rm -f 7895dc83e8117526c3d5a104c1f6964bb670222209300a29600445a0453a8ab7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:45:39.869Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T14:45:39.869Z] . [Pipeline] withDockerContainer [2021-04-01T14:45:40.131Z] prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container [2021-04-01T14:45:40.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T14:45:42.581Z] $ docker top 338bc75ae57e324b2cf7b7203b8eb7b8fa384590ac9123dcfee99e6527255a85 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T14:45:43.340Z] ========================================================= [2021-04-01T14:45:43.340Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T14:45:43.340Z] ========================================================= [Pipeline] sh [2021-04-01T14:45:44.007Z] + make test [2021-04-01T14:45:44.007Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T14:45:48.787Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32466 in /w/workspace/edgexfoundry_edgex-go_PR-3330 [Pipeline] { [Pipeline] ws [2021-04-01T14:45:48.943Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-01T14:45:54.189Z] using credential edgex-jenkins-ssh [2021-04-01T14:45:54.244Z] Cloning the remote Git repository [2021-04-01T14:45:54.284Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T14:45:54.396Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-01T14:45:54.476Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T14:45:54.477Z] > git --version # timeout=10 [2021-04-01T14:45:54.498Z] > git --version # 'git version 2.17.1' [2021-04-01T14:45:54.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T14:45:54.550Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T14:46:06.936Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T14:46:10.575Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T14:46:10.599Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T14:46:10.627Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T14:46:10.676Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T14:46:10.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T14:46:10.690Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3330/head:refs/remotes/origin/PR-3330 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T14:46:11.593Z] Merging remotes/origin/master commit 59c9a15376a292558addc495dbf8de0fe8fb6b07 into PR head commit cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:46:12.069Z] Merge succeeded, producing cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:46:12.070Z] Checking out Revision cbc1041f9e60e940360c6d71b382e15765689a55 (PR-3330) [2021-04-01T14:46:11.609Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T14:46:11.630Z] > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 [2021-04-01T14:46:11.958Z] > git remote # timeout=10 [2021-04-01T14:46:11.985Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T14:46:12.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T14:46:12.019Z] > git merge 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 [2021-04-01T14:46:12.044Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T14:46:12.069Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T14:46:12.081Z] > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 [2021-04-01T14:46:16.797Z] Commit message: "feat: Add RedisDB Password for v2 security mode" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T14:46:18.491Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T14:46:18.916Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T14:46:19.307Z] + + sudotrue service [2021-04-01T14:46:19.307Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T14:46:21.358Z] provisioning config files... [2021-04-01T14:46:21.403Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config244840789061190825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T14:46:21.816Z] ---> docker-login.sh [2021-04-01T14:46:21.816Z] nexus3.edgexfoundry.org:10001 [2021-04-01T14:46:22.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:46:23.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:46:23.087Z] Configure a credential helper to remove this warning. See [2021-04-01T14:46:23.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:46:23.087Z] [2021-04-01T14:46:23.087Z] Login Succeeded [2021-04-01T14:46:23.360Z] nexus3.edgexfoundry.org:10002 [2021-04-01T14:46:23.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:46:23.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:46:23.912Z] Configure a credential helper to remove this warning. See [2021-04-01T14:46:23.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:46:23.912Z] [2021-04-01T14:46:23.912Z] Login Succeeded [2021-04-01T14:46:23.912Z] nexus3.edgexfoundry.org:10003 [2021-04-01T14:46:24.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:46:24.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:46:24.185Z] Configure a credential helper to remove this warning. See [2021-04-01T14:46:24.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:46:24.185Z] [2021-04-01T14:46:24.185Z] Login Succeeded [2021-04-01T14:46:24.185Z] nexus3.edgexfoundry.org:10004 [2021-04-01T14:46:24.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:46:24.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:46:24.784Z] Configure a credential helper to remove this warning. See [2021-04-01T14:46:24.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:46:24.784Z] [2021-04-01T14:46:24.784Z] Login Succeeded [2021-04-01T14:46:24.784Z] docker.io [2021-04-01T14:46:25.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T14:46:25.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T14:46:25.653Z] Configure a credential helper to remove this warning. See [2021-04-01T14:46:25.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T14:46:25.653Z] [2021-04-01T14:46:25.653Z] Login Succeeded [2021-04-01T14:46:25.653Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T14:46:25.671Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T14:46:26.183Z] ========================================================= [2021-04-01T14:46:26.183Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T14:46:26.183Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:46:26.571Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T14:46:29.215Z] Sending build context to Docker daemon 167.1MB [2021-04-01T14:46:29.215Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T14:46:29.215Z] Step 2/6 : FROM ${BASE} [2021-04-01T14:46:29.215Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T14:46:29.215Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T14:46:29.215Z] a4357932f1b6: Pulling fs layer [2021-04-01T14:46:29.215Z] 18c013af1878: Pulling fs layer [2021-04-01T14:46:29.215Z] 00ac8860ef70: Pulling fs layer [2021-04-01T14:46:29.215Z] 63d7cb157983: Pulling fs layer [2021-04-01T14:46:29.215Z] 00ac8860ef70: Waiting [2021-04-01T14:46:29.215Z] b116817d02f9: Pulling fs layer [2021-04-01T14:46:29.215Z] 745a02a5169b: Pulling fs layer [2021-04-01T14:46:29.215Z] 63d7cb157983: Waiting [2021-04-01T14:46:29.215Z] b116817d02f9: Waiting [2021-04-01T14:46:29.215Z] 745a02a5169b: Waiting [2021-04-01T14:46:29.215Z] 18c013af1878: Verifying Checksum [2021-04-01T14:46:29.215Z] 18c013af1878: Download complete [2021-04-01T14:46:29.215Z] a4357932f1b6: Verifying Checksum [2021-04-01T14:46:29.215Z] a4357932f1b6: Download complete [2021-04-01T14:46:29.215Z] 63d7cb157983: Download complete [2021-04-01T14:46:29.215Z] b116817d02f9: Verifying Checksum [2021-04-01T14:46:29.215Z] b116817d02f9: Download complete [2021-04-01T14:46:29.215Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T14:46:29.215Z] 5f621e34cdf4: Download complete [2021-04-01T14:46:29.823Z] 5f621e34cdf4: Pull complete [2021-04-01T14:46:30.431Z] a4357932f1b6: Pull complete [2021-04-01T14:46:31.030Z] 18c013af1878: Pull complete [2021-04-01T14:46:32.468Z] 745a02a5169b: Verifying Checksum [2021-04-01T14:46:32.468Z] 745a02a5169b: Download complete [2021-04-01T14:46:33.064Z] 00ac8860ef70: Verifying Checksum [2021-04-01T14:46:33.064Z] 00ac8860ef70: Download complete [2021-04-01T14:46:40.474Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T14:46:43.226Z] 00ac8860ef70: Pull complete [2021-04-01T14:46:43.826Z] 63d7cb157983: Pull complete [2021-04-01T14:46:44.100Z] b116817d02f9: Pull complete [2021-04-01T14:46:47.531Z] 745a02a5169b: Pull complete [2021-04-01T14:46:47.531Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T14:46:47.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T14:46:47.531Z] ---> b7e6874047d6 [2021-04-01T14:46:47.531Z] 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-04-01T14:46:50.936Z] ---> Running in 0a1ce55f64ba [2021-04-01T14:46:52.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:46:52.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:46:53.564Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T14:46:53.835Z] (2/12) Installing file (5.38-r0) [2021-04-01T14:46:53.836Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T14:46:54.107Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T14:46:54.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T14:46:54.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T14:46:54.846Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T14:46:56.718Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T14:46:56.718Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T14:46:56.718Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T14:46:56.989Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T14:46:56.989Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T14:46:56.989Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T14:46:57.262Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T14:46:57.262Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T14:46:57.534Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T14:46:57.534Z] OK: 217 MiB in 51 packages [2021-04-01T14:46:59.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T14:46:59.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T14:46:59.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T14:46:59.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T14:47:00.549Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T14:47:01.203Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T14:47:01.828Z] Removing intermediate container 0a1ce55f64ba [2021-04-01T14:47:01.828Z] ---> c928aae3c290 [2021-04-01T14:47:01.828Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T14:47:01.828Z] ---> Running in 1a9626ad957b [2021-04-01T14:47:02.423Z] Removing intermediate container 1a9626ad957b [2021-04-01T14:47:02.423Z] ---> e112bc50a95e [2021-04-01T14:47:02.423Z] Step 5/6 : COPY go.mod . [2021-04-01T14:47:03.022Z] ---> 3a1c171bb31b [2021-04-01T14:47:03.022Z] Step 6/6 : RUN go mod download [2021-04-01T14:47:03.295Z] ---> Running in febd1d2e0c24 [2021-04-01T14:47:05.715Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T14:47:05.715Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T14:47:05.715Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T14:47:10.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.500s coverage: 45.9% of statements [2021-04-01T14:47:10.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T14:47:10.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T14:47:10.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T14:47:10.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T14:47:10.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T14:47:10.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T14:47:10.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.092s coverage: 19.8% of statements [2021-04-01T14:47:10.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements [2021-04-01T14:47:16.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.420s coverage: 27.1% of statements [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T14:47:16.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.239s coverage: 100.0% of statements [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T14:47:16.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T14:47:16.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 71.3% of statements [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T14:47:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T14:47:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements [2021-04-01T14:47:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T14:47:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:47:16.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.092s coverage: 78.9% of statements [2021-04-01T14:47:16.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T14:47:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.865s coverage: 28.6% of statements [2021-04-01T14:47:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T14:47:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T14:47:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T14:47:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T14:47:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T14:47:20.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements [2021-04-01T14:47:20.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T14:47:20.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-04-01T14:47:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T14:47:20.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.225s coverage: 86.7% of statements [2021-04-01T14:47:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T14:47:20.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.506s coverage: 97.5% of statements [2021-04-01T14:47:20.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T14:47:21.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.228s coverage: 78.3% of statements [2021-04-01T14:47:21.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T14:47:21.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T14:47:21.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T14:47:21.054Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.772s coverage: 92.8% of statements [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.177s coverage: 58.8% of statements [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 1.0% of statements [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T14:47:28.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.203s coverage: 79.5% of statements [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements [2021-04-01T14:47:28.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements [2021-04-01T14:47:30.106Z] Removing intermediate container febd1d2e0c24 [2021-04-01T14:47:30.106Z] ---> 69913e1fe693 [2021-04-01T14:47:30.106Z] Successfully built 69913e1fe693 [2021-04-01T14:47:30.106Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:47:30.460Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T14:47:30.460Z] . [Pipeline] withDockerContainer [2021-04-01T14:47:30.709Z] prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container [2021-04-01T14:47:30.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T14:47:32.403Z] $ docker top 0ba94b45bd930fe73d3dbbd4f272f4ae3cca120f0f86c9e8cbb7c689e61a1bc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T14:47:33.432Z] + go version [2021-04-01T14:47:33.432Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T14:47:33.455Z] $ docker stop --time=1 0ba94b45bd930fe73d3dbbd4f272f4ae3cca120f0f86c9e8cbb7c689e61a1bc9 [2021-04-01T14:47:35.383Z] $ docker rm -f 0ba94b45bd930fe73d3dbbd4f272f4ae3cca120f0f86c9e8cbb7c689e61a1bc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:47:36.343Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T14:47:36.343Z] . [Pipeline] withDockerContainer [2021-04-01T14:47:36.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container [2021-04-01T14:47:36.696Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T14:47:38.063Z] $ docker top 32abfab96ced5e2d4697605ee9cc71bc70e1546f209cde831acbc799a676ead7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T14:47:38.403Z] ========================================================= [2021-04-01T14:47:38.403Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T14:47:38.403Z] ========================================================= [Pipeline] sh [2021-04-01T14:47:39.050Z] + make test [2021-04-01T14:47:39.051Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T14:47:41.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.220s coverage: 94.4% of statements [2021-04-01T14:47:41.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements [2021-04-01T14:47:43.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.919s coverage: 82.6% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.210s coverage: 92.9% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.192s coverage: 87.2% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.208s coverage: 75.5% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.6% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.6% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.302s coverage: 64.4% of statements [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T14:47:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements [2021-04-01T14:47:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2021-04-01T14:47:54.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 69.0% of statements [2021-04-01T14:47:54.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T14:47:54.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T14:47:54.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T14:47:55.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.467s coverage: 38.4% of statements [2021-04-01T14:47:55.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T14:47:55.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T14:47:55.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.156s coverage: 89.5% of statements [2021-04-01T14:47:55.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T14:47:55.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.200s coverage: 84.8% of statements [2021-04-01T14:47:58.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.382s coverage: 47.0% of statements [2021-04-01T14:47:58.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T14:47:58.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T14:47:58.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T14:47:58.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.081s coverage: 100.0% of statements [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T14:47:58.738Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.264s coverage: 100.0% of statements [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T14:47:58.738Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T14:47:59.357Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.289s coverage: 87.1% of statements [2021-04-01T14:47:59.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T14:47:59.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:47:59.357Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T14:48:01.226Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.999s coverage: 29.1% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.194s coverage: 95.6% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.110s coverage: 0.0% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T14:48:03.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-04-01T14:48:03.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-04-01T14:48:04.521Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.104s coverage: 100.0% of statements [2021-04-01T14:48:05.597Z] GO111MODULE=on go vet ./... [2021-04-01T14:48:48.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T14:48:53.058Z] gofmt -l . [2021-04-01T14:48:53.058Z] [ "`gofmt -l .`" = "" ] [2021-04-01T14:48:53.058Z] ./bin/test-go-mod-tidy.sh [2021-04-01T14:48:53.058Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T14:48:55.952Z] + ls -al . [2021-04-01T14:48:55.952Z] total 784 [2021-04-01T14:48:55.952Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 14:48 . [2021-04-01T14:48:55.952Z] drwxr-xr-x 4 root root 28 Apr 1 14:45 .. [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 14:42 .dockerignore [2021-04-01T14:48:55.952Z] drwxrwxr-x 8 1001 1001 179 Apr 1 14:42 .git [2021-04-01T14:48:55.952Z] drwxrwxr-x 3 1001 1001 125 Apr 1 14:42 .github [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 14:42 .gitignore [2021-04-01T14:48:55.952Z] drwx------ 3 1001 1001 60 Apr 1 14:43 .semver [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 14:42 .sonarcloud.properties [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 14:42 Attribution.txt [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 14:42 CONTRIBUTING.md [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 14:42 Dockerfile.build [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 14:42 Jenkinsfile [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 14:42 LICENSE [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 14:42 Makefile [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 14:42 README.md [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 14:42 SECURITY.md [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 14:43 VERSION [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 14:42 ZMQWindows.md [2021-04-01T14:48:55.952Z] drwxrwxr-x 2 1001 1001 117 Apr 1 14:42 bin [2021-04-01T14:48:55.952Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 14:42 cmd [2021-04-01T14:48:55.952Z] -rw-r--r-- 1 root root 672489 Apr 1 14:48 coverage.out [2021-04-01T14:48:55.952Z] -rw-r--r-- 1 root root 1056 Apr 1 14:48 go.mod [2021-04-01T14:48:55.952Z] -rw-r--r-- 1 root root 22360 Apr 1 14:48 go.sum [2021-04-01T14:48:55.952Z] drwxrwxr-x 8 1001 1001 127 Apr 1 14:42 internal [2021-04-01T14:48:55.952Z] drwxrwxr-x 4 1001 1001 26 Apr 1 14:42 openapi [2021-04-01T14:48:55.952Z] drwxrwxr-x 4 1001 1001 71 Apr 1 14:42 snap [2021-04-01T14:48:55.952Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 14:42 version.go [Pipeline] sh [2021-04-01T14:48:56.434Z] + '[' -e coverage.out ] [2021-04-01T14:48:56.434Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T14:48:56.854Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T14:48:57.244Z] + make build [2021-04-01T14:48:57.244Z] 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-04-01T14:49:02.802Z] 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-04-01T14:49:06.623Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T14:49:06.623Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T14:49:06.623Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T14:49:06.623Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T14:49:06.623Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T14:49:06.623Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T14:49:07.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T14:49:10.640Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T14:49:11.253Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T14:49:15.379Z] 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-04-01T14:49:17.600Z] 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-04-01T14:49:19.558Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T14:49:19.558Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T14:49:19.558Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T14:49:22.228Z] 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-04-01T14:49:22.565Z] 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-04-01T14:49:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.411s coverage: 45.9% of statements [2021-04-01T14:49:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T14:49:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T14:49:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T14:49:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T14:49:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T14:49:24.976Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T14:49:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.193s coverage: 19.8% of statements [2021-04-01T14:49:24.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.209s coverage: 100.0% of statements [2021-04-01T14:49:27.575Z] 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-04-01T14:49:30.293Z] 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-04-01T14:49:31.395Z] 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-04-01T14:49:33.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T14:49:33.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.121s coverage: 100.0% of statements [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T14:49:33.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.134s coverage: 100.0% of statements [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T14:49:33.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 71.3% of statements [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T14:49:33.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T14:49:34.226Z] 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-04-01T14:49:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.444s coverage: 82.9% of statements [2021-04-01T14:49:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T14:49:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:49:35.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.186s coverage: 78.9% of statements [2021-04-01T14:49:35.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T14:49:35.908Z] 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-04-01T14:49:38.646Z] 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-04-01T14:49:43.316Z] $ docker stop --time=1 338bc75ae57e324b2cf7b7203b8eb7b8fa384590ac9123dcfee99e6527255a85 [2021-04-01T14:49:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.242s coverage: 28.6% of statements [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T14:49:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T14:49:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.159s coverage: 100.0% of statements [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T14:49:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.378s coverage: 86.7% of statements [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T14:49:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.465s coverage: 97.5% of statements [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T14:49:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T14:49:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T14:49:45.695Z] $ docker rm -f 338bc75ae57e324b2cf7b7203b8eb7b8fa384590ac9123dcfee99e6527255a85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:49:50.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T14:49:50.709Z] [2021-04-01T14:49:50.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:49:51.134Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T14:49:51.400Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T14:49:51.400Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T14:49:51.400Z] ca9280d653b3: Pulling fs layer [2021-04-01T14:49:51.400Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T14:49:52.487Z] cbdbe7a5bc2a: Download complete [2021-04-01T14:49:53.596Z] ca9280d653b3: Verifying Checksum [2021-04-01T14:49:53.596Z] ca9280d653b3: Download complete [2021-04-01T14:49:53.596Z] cbdbe7a5bc2a: Pull complete [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.173s coverage: 92.8% of statements [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.115s coverage: 58.8% of statements [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 1.0% of statements [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T14:49:53.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.199s coverage: 47.1% of statements [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.216s coverage: 79.5% of statements [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.183s coverage: 94.1% of statements [2021-04-01T14:49:53.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements [2021-04-01T14:49:54.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.169s coverage: 87.5% of statements [2021-04-01T14:49:56.692Z] ca9280d653b3: Pull complete [2021-04-01T14:49:57.332Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T14:49:57.332Z] 7e9c9ca2126c: Download complete [2021-04-01T14:50:06.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.177s coverage: 94.4% of statements [2021-04-01T14:50:06.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.109s coverage: 44.8% of statements [2021-04-01T14:50:07.771Z] 7e9c9ca2126c: Pull complete [2021-04-01T14:50:07.771Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T14:50:07.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T14:50:07.771Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T14:50:08.080Z] prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container [2021-04-01T14:50:08.181Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T14:50:11.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.530s coverage: 82.6% of statements [2021-04-01T14:50:12.765Z] $ docker top f67945da6033da7b30045ae44bcfc4e1e17e3eec4990e57bea2027e6fbe073a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T14:50:14.305Z] + docker-compose build --help [2021-04-01T14:50:14.305Z] + grep parallel [2021-04-01T14:50:15.336Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T14:50:15.625Z] $ docker stop --time=1 f67945da6033da7b30045ae44bcfc4e1e17e3eec4990e57bea2027e6fbe073a3 [2021-04-01T14:50:17.736Z] $ docker rm -f f67945da6033da7b30045ae44bcfc4e1e17e3eec4990e57bea2027e6fbe073a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:50:18.853Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T14:50:19.129Z] . [Pipeline] withDockerContainer [2021-04-01T14:50:19.400Z] prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container [2021-04-01T14:50:19.545Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T14:50:21.072Z] $ docker top 335dfd6706aeb199839190eb812b4015bca5010402ae56eeab45a0a62bf8f93d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T14:50:21.706Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.200s coverage: 92.9% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.145s coverage: 75.5% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.228s coverage: 84.6% of statements [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.6% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.549s coverage: 64.4% of statements [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T14:50:22.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-04-01T14:50:22.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements [2021-04-01T14:50:23.264Z] Building docker-core-command-go ... [2021-04-01T14:50:23.264Z] Building docker-core-data-go ... [2021-04-01T14:50:23.264Z] Building docker-core-metadata-go ... [2021-04-01T14:50:23.264Z] Building docker-security-bootstrapper-go ... [2021-04-01T14:50:23.264Z] Building docker-security-proxy-setup-go ... [2021-04-01T14:50:23.264Z] Building docker-security-secretstore-setup-go ... [2021-04-01T14:50:23.264Z] Building docker-support-notifications-go ... [2021-04-01T14:50:23.264Z] Building docker-support-scheduler-go ... [2021-04-01T14:50:23.264Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T14:50:23.264Z] Building docker-sys-mgmt-agent-go [2021-04-01T14:50:23.264Z] Building docker-support-notifications-go [2021-04-01T14:50:23.264Z] Building docker-core-command-go [2021-04-01T14:50:23.264Z] Building docker-security-secretstore-setup-go [2021-04-01T14:50:23.264Z] Building docker-security-bootstrapper-go [2021-04-01T14:50:23.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-04-01T14:50:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-04-01T14:50:27.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.849s coverage: 69.0% of statements [2021-04-01T14:50:27.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T14:50:27.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T14:50:27.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T14:50:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.523s coverage: 38.4% of statements [2021-04-01T14:50:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T14:50:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T14:50:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-04-01T14:50:28.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T14:50:28.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.124s coverage: 84.8% of statements [2021-04-01T14:50:36.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.405s coverage: 47.0% of statements [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T14:50:36.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T14:50:36.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T14:50:36.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.463s coverage: 87.1% of statements [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:50:36.784Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.278s coverage: 29.1% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.144s coverage: 100.0% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.387s coverage: 95.6% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.130s coverage: 87.9% of statements [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T14:50:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T14:50:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-04-01T14:50:44.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements [2021-04-01T14:50:44.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-01T14:50:45.333Z] GO111MODULE=on go vet ./... [2021-04-01T14:51:32.093Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:51:32.093Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:51:32.093Z] ---> 89abf0c07c15 [2021-04-01T14:51:32.093Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T14:51:32.093Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:51:32.093Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:51:32.093Z] ---> 89abf0c07c15 [2021-04-01T14:51:32.093Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T14:51:32.093Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:51:32.093Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:51:32.093Z] ---> 89abf0c07c15 [2021-04-01T14:51:32.093Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T14:51:32.093Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:51:32.093Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:51:32.093Z] ---> 89abf0c07c15 [2021-04-01T14:51:32.093Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T14:51:32.093Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:51:32.093Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:51:32.093Z] ---> 89abf0c07c15 [2021-04-01T14:51:32.093Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T14:51:32.093Z] ---> Running in cbc6b2cf330a [2021-04-01T14:51:32.093Z] ---> Running in bcb0643ec3a6 [2021-04-01T14:51:32.093Z] ---> Running in 606fa7f1ee50 [2021-04-01T14:51:32.093Z] ---> Running in bab943de2d0d [2021-04-01T14:51:32.093Z] ---> Running in c70f697cecf7 [2021-04-01T14:51:32.093Z] Removing intermediate container 606fa7f1ee50 [2021-04-01T14:51:32.093Z] ---> f0705be600d1 [2021-04-01T14:51:32.093Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:51:32.093Z] Removing intermediate container bcb0643ec3a6 [2021-04-01T14:51:32.093Z] ---> c4fea877f67c [2021-04-01T14:51:32.093Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:51:32.093Z] Removing intermediate container c70f697cecf7 [2021-04-01T14:51:32.093Z] ---> f1db77abc3f4 [2021-04-01T14:51:32.093Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:51:32.093Z] Removing intermediate container cbc6b2cf330a [2021-04-01T14:51:32.093Z] ---> 2c9222793ceb [2021-04-01T14:51:32.093Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:51:32.093Z] Removing intermediate container bab943de2d0d [2021-04-01T14:51:32.093Z] ---> df31d214476e [2021-04-01T14:51:32.093Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:51:32.093Z] ---> Running in af88e0056b20 [2021-04-01T14:51:32.093Z] ---> Running in f804034759b8 [2021-04-01T14:51:32.093Z] ---> Running in ee2634c38796 [2021-04-01T14:51:32.093Z] ---> Running in 4e0902154c41 [2021-04-01T14:51:32.424Z] ---> Running in 51e21bc370dc [2021-04-01T14:51:37.209Z] Removing intermediate container af88e0056b20 [2021-04-01T14:51:37.209Z] ---> 13530fa9a6f3 [2021-04-01T14:51:37.209Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T14:51:37.209Z] Removing intermediate container f804034759b8 [2021-04-01T14:51:37.209Z] ---> d62cf87b5ead [2021-04-01T14:51:37.209Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T14:51:37.209Z] Removing intermediate container ee2634c38796 [2021-04-01T14:51:37.209Z] ---> d374b1ccaf75 [2021-04-01T14:51:37.209Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T14:51:37.209Z] ---> Running in 09254b845262 [2021-04-01T14:51:37.209Z] ---> Running in eb21f2c4b032 [2021-04-01T14:51:37.209Z] ---> Running in 253c20773967 [2021-04-01T14:51:37.209Z] Removing intermediate container 51e21bc370dc [2021-04-01T14:51:37.209Z] ---> 7898020f0be1 [2021-04-01T14:51:37.209Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T14:51:37.209Z] Removing intermediate container 4e0902154c41 [2021-04-01T14:51:37.209Z] ---> a0b1983729ae [2021-04-01T14:51:37.209Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T14:51:37.209Z] ---> Running in 4f8370486325 [2021-04-01T14:51:37.209Z] ---> Running in f510f70feca4 [2021-04-01T14:51:38.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:38.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:38.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:38.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:38.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:39.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:39.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:39.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:39.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:39.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:51:40.734Z] OK: 233 MiB in 51 packages [2021-04-01T14:51:40.734Z] OK: 233 MiB in 51 packages [2021-04-01T14:51:40.734Z] OK: 233 MiB in 51 packages [2021-04-01T14:51:40.734Z] OK: 233 MiB in 51 packages [2021-04-01T14:51:41.501Z] OK: 233 MiB in 51 packages [2021-04-01T14:51:42.156Z] Removing intermediate container f510f70feca4 [2021-04-01T14:51:42.156Z] ---> f397cf436faa [2021-04-01T14:51:42.156Z] Step 6/24 : COPY go.mod . [2021-04-01T14:51:42.797Z] Removing intermediate container 253c20773967 [2021-04-01T14:51:42.797Z] ---> 6e8cdd06a398 [2021-04-01T14:51:42.797Z] Step 6/26 : COPY go.mod . [2021-04-01T14:51:42.797Z] Removing intermediate container eb21f2c4b032 [2021-04-01T14:51:42.797Z] ---> 070fb95075b3 [2021-04-01T14:51:42.797Z] Step 6/31 : COPY go.mod . [2021-04-01T14:51:42.797Z] Removing intermediate container 4f8370486325 [2021-04-01T14:51:42.797Z] ---> feecacfbf309 [2021-04-01T14:51:42.797Z] Step 6/22 : COPY go.mod . [2021-04-01T14:51:42.797Z] Removing intermediate container 09254b845262 [2021-04-01T14:51:42.797Z] ---> 58993bbeda62 [2021-04-01T14:51:42.797Z] Step 6/23 : COPY go.mod . [2021-04-01T14:51:43.080Z] ---> 83b46268d2ea [2021-04-01T14:51:43.080Z] Step 7/24 : RUN go mod download [2021-04-01T14:51:43.080Z] ---> Running in b69d1968ac2f [2021-04-01T14:51:43.417Z] ---> 742d43a241f5 [2021-04-01T14:51:43.417Z] Step 7/31 : RUN go mod download [2021-04-01T14:51:43.731Z] ---> 72c7a723318d [2021-04-01T14:51:43.731Z] Step 7/22 : RUN go mod download [2021-04-01T14:51:43.731Z] ---> 0a893d04b69a [2021-04-01T14:51:43.731Z] Step 7/26 : RUN go mod download [2021-04-01T14:51:43.731Z] ---> Running in c99c8b3a9102 [2021-04-01T14:51:43.731Z] ---> 838d6e0e1070 [2021-04-01T14:51:43.731Z] Step 7/23 : RUN go mod download [2021-04-01T14:51:44.409Z] ---> Running in eb079e800b51 [2021-04-01T14:51:44.409Z] ---> Running in 7ad3900cf408 [2021-04-01T14:51:44.409Z] ---> Running in 12b793eaf669 [2021-04-01T14:51:50.810Z] Removing intermediate container 12b793eaf669 [2021-04-01T14:51:50.810Z] ---> e9be84f78dd4 [2021-04-01T14:51:50.810Z] Step 8/23 : COPY . . [2021-04-01T14:51:50.810Z] Removing intermediate container c99c8b3a9102 [2021-04-01T14:51:50.810Z] ---> 8493eac13da2 [2021-04-01T14:51:50.810Z] Step 8/31 : COPY . . [2021-04-01T14:51:54.207Z] Removing intermediate container eb079e800b51 [2021-04-01T14:51:54.207Z] ---> 0a055af8190a [2021-04-01T14:51:54.207Z] Step 8/22 : COPY . . [2021-04-01T14:51:59.003Z] Removing intermediate container 7ad3900cf408 [2021-04-01T14:51:59.003Z] ---> e6752a446fa5 [2021-04-01T14:51:59.003Z] Step 8/26 : COPY . . [2021-04-01T14:52:01.427Z] Removing intermediate container b69d1968ac2f [2021-04-01T14:52:01.427Z] ---> f36f9410b7c7 [2021-04-01T14:52:01.427Z] Step 8/24 : COPY . . [2021-04-01T14:52:07.158Z] gofmt -l . [2021-04-01T14:52:07.158Z] [ "`gofmt -l .`" = "" ] [2021-04-01T14:52:07.158Z] ./bin/test-go-mod-tidy.sh [2021-04-01T14:52:07.158Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T14:52:08.410Z] + ls -al . [2021-04-01T14:52:08.410Z] total 812 [2021-04-01T14:52:08.410Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 14:52 . [2021-04-01T14:52:08.410Z] drwxr-xr-x 4 root root 4096 Apr 1 14:47 .. [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 14:46 .dockerignore [2021-04-01T14:52:08.410Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 14:46 .git [2021-04-01T14:52:08.410Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 14:46 .github [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 14:46 .gitignore [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 14:46 .sonarcloud.properties [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 14:46 Attribution.txt [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 14:46 CONTRIBUTING.md [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 14:46 Dockerfile.build [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 14:46 Jenkinsfile [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 14:46 LICENSE [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 14:46 Makefile [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 14:46 README.md [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 14:46 SECURITY.md [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 14:43 VERSION [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 14:46 ZMQWindows.md [2021-04-01T14:52:08.410Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 14:46 bin [2021-04-01T14:52:08.410Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 14:46 cmd [2021-04-01T14:52:08.410Z] -rw-r--r-- 1 root root 672489 Apr 1 14:50 coverage.out [2021-04-01T14:52:08.410Z] -rw-r--r-- 1 root root 1056 Apr 1 14:52 go.mod [2021-04-01T14:52:08.410Z] -rw-r--r-- 1 root root 22360 Apr 1 14:52 go.sum [2021-04-01T14:52:08.410Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 14:46 internal [2021-04-01T14:52:08.410Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 14:46 openapi [2021-04-01T14:52:08.410Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 14:46 snap [2021-04-01T14:52:08.410Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 14:46 version.go [Pipeline] sh [2021-04-01T14:52:09.084Z] + '[' -e coverage.out ] [2021-04-01T14:52:09.084Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T14:52:09.161Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T14:52:10.467Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T14:52:11.167Z] + make build [2021-04-01T14:52:11.167Z] 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-04-01T14:52:23.608Z] 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-04-01T14:52:45.784Z] 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-04-01T14:52:52.478Z] 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-04-01T14:52:57.873Z] 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-04-01T14:52:59.315Z] 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-04-01T14:53:04.725Z] 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-04-01T14:53:10.136Z] 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-04-01T14:53:14.447Z] 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-04-01T14:53:21.159Z] 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-04-01T14:53:24.556Z] 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-04-01T14:53:28.877Z] 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-04-01T14:53:35.617Z] $ docker stop --time=1 32abfab96ced5e2d4697605ee9cc71bc70e1546f209cde831acbc799a676ead7 [2021-04-01T14:53:38.121Z] $ docker rm -f 32abfab96ced5e2d4697605ee9cc71bc70e1546f209cde831acbc799a676ead7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:53:40.153Z] ---> 8deb3d95a594 [2021-04-01T14:53:40.153Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T14:53:40.153Z] ---> 83a75349fcfc [2021-04-01T14:53:40.153Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T14:53:40.153Z] ---> f5de8a698775 [2021-04-01T14:53:40.153Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T14:53:40.153Z] ---> 582b6c861c0d [2021-04-01T14:53:40.153Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T14:53:40.153Z] ---> a04cbf192acd [2021-04-01T14:53:40.153Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T14:53:40.154Z] ---> Running in fa170a057af0 [2021-04-01T14:53:40.154Z] ---> Running in 0ba97f2c346b [2021-04-01T14:53:40.154Z] ---> Running in 16c41751d9e8 [2021-04-01T14:53:40.154Z] ---> Running in fe7f45ed72c7 [2021-04-01T14:53:40.154Z] ---> Running in ea0c7d8a29e1 [2021-04-01T14:53:40.154Z] 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-04-01T14:53:40.154Z] 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-04-01T14:53:40.154Z] 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-04-01T14:53:40.154Z] 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-04-01T14:53:40.154Z] 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-04-01T14:53:40.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T14:53:40.366Z] [2021-04-01T14:53:40.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:53:40.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T14:53:41.039Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T14:53:41.039Z] 29e5d40040c1: Pulling fs layer [2021-04-01T14:53:41.039Z] 1ce36da41761: Pulling fs layer [2021-04-01T14:53:41.039Z] 25b303627fd3: Pulling fs layer [2021-04-01T14:53:41.633Z] 29e5d40040c1: Verifying Checksum [2021-04-01T14:53:41.633Z] 29e5d40040c1: Download complete [2021-04-01T14:53:42.236Z] 1ce36da41761: Verifying Checksum [2021-04-01T14:53:42.236Z] 1ce36da41761: Download complete [2021-04-01T14:53:42.510Z] 29e5d40040c1: Pull complete [2021-04-01T14:53:43.491Z] 1ce36da41761: Pull complete [2021-04-01T14:53:43.767Z] 25b303627fd3: Verifying Checksum [2021-04-01T14:53:43.767Z] 25b303627fd3: Download complete [2021-04-01T14:53:53.922Z] 25b303627fd3: Pull complete [2021-04-01T14:53:53.922Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T14:53:53.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T14:53:53.922Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T14:53:54.189Z] prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container [2021-04-01T14:53:54.271Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T14:53:57.605Z] $ docker top 35ad16277c6aadb61deee6507857858a280fba2b8fe781d10bedf4515abed1af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T14:53:58.659Z] + docker-compose build+ --help [2021-04-01T14:53:58.659Z] grep parallel [2021-04-01T14:54:02.036Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T14:54:02.335Z] $ docker stop --time=1 35ad16277c6aadb61deee6507857858a280fba2b8fe781d10bedf4515abed1af [2021-04-01T14:54:04.309Z] $ docker rm -f 35ad16277c6aadb61deee6507857858a280fba2b8fe781d10bedf4515abed1af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T14:54:05.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T14:54:05.250Z] . [Pipeline] withDockerContainer [2021-04-01T14:54:05.562Z] prd-ubuntu18.04-docker-arm64-4c-16g-32466 does not seem to be running inside a container [2021-04-01T14:54:05.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T14:54:07.120Z] $ docker top 0b3e5c39d174b6932a349f53bf70cb642424a2576e5b603e07b437af6238e58c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T14:54:08.243Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T14:54:12.538Z] Building docker-core-command-go ... [2021-04-01T14:54:12.538Z] Building docker-core-data-go ... [2021-04-01T14:54:12.538Z] Building docker-core-metadata-go ... [2021-04-01T14:54:12.538Z] Building docker-security-bootstrapper-go ... [2021-04-01T14:54:12.538Z] Building docker-security-proxy-setup-go ... [2021-04-01T14:54:12.538Z] Building docker-security-secretstore-setup-go ... [2021-04-01T14:54:12.538Z] Building docker-support-notifications-go ... [2021-04-01T14:54:12.538Z] Building docker-support-scheduler-go ... [2021-04-01T14:54:12.538Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T14:54:12.538Z] Building docker-support-notifications-go [2021-04-01T14:54:12.538Z] Building docker-support-scheduler-go [2021-04-01T14:54:12.538Z] Building docker-security-bootstrapper-go [2021-04-01T14:54:12.538Z] Building docker-security-secretstore-setup-go [2021-04-01T14:54:12.538Z] Building docker-core-metadata-go [2021-04-01T14:54:37.612Z] 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-04-01T14:54:38.625Z] Removing intermediate container ea0c7d8a29e1 [2021-04-01T14:54:38.625Z] ---> 1e757b0cc9be [2021-04-01T14:54:38.625Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T14:54:40.679Z] Removing intermediate container fa170a057af0 [2021-04-01T14:54:40.679Z] ---> 39634b187d30 [2021-04-01T14:54:40.679Z] [2021-04-01T14:54:40.679Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T14:54:40.955Z] 3.12: Pulling from library/alpine [2021-04-01T14:54:42.127Z] ---> Running in 76122dc365a8 [2021-04-01T14:54:43.722Z] Removing intermediate container 0ba97f2c346b [2021-04-01T14:54:43.722Z] ---> fa33a2996a76 [2021-04-01T14:54:43.722Z] [2021-04-01T14:54:43.722Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T14:54:44.036Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T14:54:44.036Z] 3.12: Pulling from library/alpine [2021-04-01T14:54:44.036Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T14:54:44.036Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T14:54:44.036Z] ---> 7230e588e954 [2021-04-01T14:54:44.036Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T14:54:44.036Z] Status: Image is up to date for alpine:3.12 [2021-04-01T14:54:44.036Z] ---> 7230e588e954 [2021-04-01T14:54:44.036Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T14:54:45.557Z] 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-04-01T14:54:45.557Z] ---> Running in b6738e89782a [2021-04-01T14:54:45.557Z] ---> Running in 66e5c0a04d45 [2021-04-01T14:54:45.557Z] Removing intermediate container 16c41751d9e8 [2021-04-01T14:54:45.557Z] ---> 74ea388d62a4 [2021-04-01T14:54:45.557Z] [2021-04-01T14:54:45.557Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T14:54:45.557Z] ---> 7230e588e954 [2021-04-01T14:54:45.557Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T14:54:46.169Z] Removing intermediate container fe7f45ed72c7 [2021-04-01T14:54:46.169Z] ---> 6b6b26348a1c [2021-04-01T14:54:46.169Z] [2021-04-01T14:54:46.169Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T14:54:46.169Z] ---> 7230e588e954 [2021-04-01T14:54:46.169Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T14:54:46.169Z] ---> Running in cbbd10ba5f84 [2021-04-01T14:54:46.169Z] Removing intermediate container 66e5c0a04d45 [2021-04-01T14:54:46.169Z] ---> 9ccba2de1dc7 [2021-04-01T14:54:46.169Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T14:54:46.169Z] ---> Running in 77ed8282a094 [2021-04-01T14:54:47.551Z] ---> Running in 61558f0be0c8 [2021-04-01T14:54:48.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:49.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:50.198Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T14:54:50.198Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T14:54:50.198Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T14:54:50.198Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T14:54:50.198Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T14:54:50.198Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:54:50.198Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T14:54:50.198Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T14:54:50.198Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T14:54:50.198Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:54:50.198Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T14:54:50.198Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T14:54:50.548Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T14:54:50.548Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:54:50.548Z] OK: 6 MiB in 15 packages [2021-04-01T14:54:50.548Z] OK: 6 MiB in 16 packages [2021-04-01T14:54:50.548Z] OK: 7 MiB in 20 packages [2021-04-01T14:54:50.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:51.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:54:51.555Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T14:54:51.555Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T14:54:51.555Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:54:51.555Z] OK: 6 MiB in 16 packages [2021-04-01T14:54:51.878Z] Removing intermediate container 76122dc365a8 [2021-04-01T14:54:51.878Z] ---> cb2e0cc3f990 [2021-04-01T14:54:51.878Z] [2021-04-01T14:54:51.878Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T14:54:52.330Z] 20.10.0: Pulling from library/docker [2021-04-01T14:54:52.330Z] Removing intermediate container cbbd10ba5f84 [2021-04-01T14:54:52.330Z] ---> f7fe31bd2196 [2021-04-01T14:54:52.330Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:54:53.079Z] ---> Running in b2d2f5d8ad97 [2021-04-01T14:54:53.079Z] Removing intermediate container 77ed8282a094 [2021-04-01T14:54:53.079Z] ---> b71a3ffdfa0b [2021-04-01T14:54:53.079Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T14:54:53.774Z] Removing intermediate container 61558f0be0c8 [2021-04-01T14:54:53.774Z] ---> 2f9c385db0c1 [2021-04-01T14:54:53.774Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T14:54:53.774Z] Removing intermediate container b6738e89782a [2021-04-01T14:54:53.774Z] ---> a73f0738e918 [2021-04-01T14:54:53.774Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:54:53.774Z] ---> Running in ae340b90db7d [2021-04-01T14:54:54.238Z] ---> Running in bb84ec258e45 [2021-04-01T14:54:54.238Z] ---> Running in c6ecff766968 [2021-04-01T14:54:54.238Z] Removing intermediate container b2d2f5d8ad97 [2021-04-01T14:54:54.238Z] ---> 0b7f3de88183 [2021-04-01T14:54:54.238Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T14:54:54.676Z] ---> Running in ad9ef28d1921 [2021-04-01T14:54:55.430Z] Removing intermediate container bb84ec258e45 [2021-04-01T14:54:55.430Z] ---> 60d64899c73f [2021-04-01T14:54:55.430Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T14:54:55.430Z] Removing intermediate container ae340b90db7d [2021-04-01T14:54:55.430Z] ---> ff6f2878bd9b [2021-04-01T14:54:55.430Z] Step 13/24 : WORKDIR / [2021-04-01T14:54:55.430Z] Removing intermediate container c6ecff766968 [2021-04-01T14:54:55.430Z] ---> df5b28e7a98b [2021-04-01T14:54:55.430Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T14:54:55.741Z] ---> Running in a329e92052b3 [2021-04-01T14:54:55.741Z] ---> Running in ee1b8960f97d [2021-04-01T14:54:55.741Z] ---> Running in d601aa688dd7 [2021-04-01T14:54:56.068Z] Removing intermediate container ad9ef28d1921 [2021-04-01T14:54:56.068Z] ---> 07e4283654ea [2021-04-01T14:54:56.068Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T14:54:56.436Z] ---> Running in ec674da1a7c5 [2021-04-01T14:54:56.782Z] Removing intermediate container d601aa688dd7 [2021-04-01T14:54:56.782Z] ---> 64ef768d5ed3 [2021-04-01T14:54:56.782Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T14:54:56.782Z] Removing intermediate container a329e92052b3 [2021-04-01T14:54:56.782Z] ---> 4e6b93e5e985 [2021-04-01T14:54:56.782Z] 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-04-01T14:54:57.168Z] Removing intermediate container ee1b8960f97d [2021-04-01T14:54:57.168Z] ---> dac20866b109 [2021-04-01T14:54:57.168Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T14:54:57.168Z] ---> Running in d359505d0d16 [2021-04-01T14:54:57.168Z] Removing intermediate container ec674da1a7c5 [2021-04-01T14:54:57.168Z] ---> c9b684088768 [2021-04-01T14:54:57.168Z] Step 15/23 : WORKDIR / [2021-04-01T14:54:57.506Z] ---> Running in 3d37f317a12e [2021-04-01T14:54:57.506Z] ---> Running in 699b09274591 [2021-04-01T14:54:58.364Z] ---> 173680326830 [2021-04-01T14:54:58.364Z] 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-04-01T14:54:58.729Z] Removing intermediate container 3d37f317a12e [2021-04-01T14:54:58.729Z] ---> 4f79288431a1 [2021-04-01T14:54:58.729Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:54:58.729Z] Removing intermediate container 699b09274591 [2021-04-01T14:54:58.729Z] ---> cf5665968208 [2021-04-01T14:54:58.729Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:55:00.151Z] ---> 8cf3c7a41961 [2021-04-01T14:55:00.151Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T14:55:00.151Z] ---> 9f05de85e9d6 [2021-04-01T14:55:00.151Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T14:55:00.151Z] ---> 6334b39b9357 [2021-04-01T14:55:00.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T14:55:00.800Z] ---> 7497f9c9c83a [2021-04-01T14:55:00.800Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T14:55:01.081Z] Removing intermediate container d359505d0d16 [2021-04-01T14:55:01.081Z] ---> d6fdeca8fb69 [2021-04-01T14:55:01.081Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T14:55:01.755Z] ---> Running in 82094d742657 [2021-04-01T14:55:01.755Z] ---> 6d24319e8749 [2021-04-01T14:55:01.755Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T14:55:02.268Z] ---> 1dba949db4c3 [2021-04-01T14:55:02.268Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T14:55:02.268Z] ---> ec1b763cd980 [2021-04-01T14:55:02.268Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T14:55:02.764Z] Removing intermediate container 82094d742657 [2021-04-01T14:55:02.764Z] ---> 9098a59387ef [2021-04-01T14:55:02.764Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T14:55:03.503Z] ---> 2404ff13af19 [2021-04-01T14:55:03.503Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T14:55:03.864Z] ---> 08f21bf83d63 [2021-04-01T14:55:03.864Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T14:55:03.864Z] ---> 6fcfee809742 [2021-04-01T14:55:03.864Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T14:55:04.218Z] ---> Running in eaeeefad1235 [2021-04-01T14:55:04.218Z] ---> Running in c233aff12826 [2021-04-01T14:55:04.218Z] ---> c5e9e6562884 [2021-04-01T14:55:04.218Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T14:55:04.218Z] ---> Running in e65c090b9510 [2021-04-01T14:55:04.549Z] ---> 7198e1710792 [2021-04-01T14:55:04.549Z] 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-04-01T14:55:04.830Z] Removing intermediate container eaeeefad1235 [2021-04-01T14:55:04.830Z] ---> 438f3e1fd222 [2021-04-01T14:55:04.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:55:05.147Z] Removing intermediate container c233aff12826 [2021-04-01T14:55:05.147Z] ---> 39ce690726ec [2021-04-01T14:55:05.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:55:05.147Z] ---> Running in fa6651f2bd50 [2021-04-01T14:55:05.147Z] ---> Running in 0c5af7a74335 [2021-04-01T14:55:05.440Z] ---> Running in d81edb666dae [2021-04-01T14:55:05.786Z] Removing intermediate container 0c5af7a74335 [2021-04-01T14:55:05.786Z] ---> 68102d72e4ed [2021-04-01T14:55:05.786Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T14:55:06.171Z] ---> Running in 600f94fa2e3f [2021-04-01T14:55:06.463Z] Removing intermediate container d81edb666dae [2021-04-01T14:55:06.463Z] ---> 84d6cf2f49dc [2021-04-01T14:55:06.463Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T14:55:06.763Z] ---> Running in de8a13877545 [2021-04-01T14:55:06.763Z] Removing intermediate container 600f94fa2e3f [2021-04-01T14:55:06.763Z] ---> 2cbc52423385 [2021-04-01T14:55:06.763Z] Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:55:07.208Z] ---> Running in a03b5d0bd261 [2021-04-01T14:55:07.521Z] Removing intermediate container de8a13877545 [2021-04-01T14:55:07.521Z] ---> 2a6c1f244844 [2021-04-01T14:55:07.521Z] Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:55:07.852Z] ---> Running in 5e43039b39d9 [2021-04-01T14:55:07.852Z] Removing intermediate container e65c090b9510 [2021-04-01T14:55:07.852Z] ---> f7cc448f58ff [2021-04-01T14:55:07.852Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:55:08.145Z] Removing intermediate container a03b5d0bd261 [2021-04-01T14:55:08.145Z] ---> 754cd950e245 [2021-04-01T14:55:08.145Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T14:55:08.145Z] Removing intermediate container 5e43039b39d9 [2021-04-01T14:55:08.145Z] ---> f9ef543711fa [2021-04-01T14:55:08.145Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T14:55:08.448Z] ---> Running in 02b800eef9ed [2021-04-01T14:55:08.448Z] ---> Running in f982dc75cccc [2021-04-01T14:55:08.763Z] Removing intermediate container fa6651f2bd50 [2021-04-01T14:55:08.763Z] ---> 9fa0426c817d [2021-04-01T14:55:08.763Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T14:55:08.763Z] ---> 07fd273ef7cc [2021-04-01T14:55:08.763Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T14:55:08.763Z] Removing intermediate container 02b800eef9ed [2021-04-01T14:55:08.763Z] ---> 98cdc3189962 [2021-04-01T14:55:08.763Z] [2021-04-01T14:55:09.235Z] ---> Running in fa7affb58bd3 [2021-04-01T14:55:09.870Z] Removing intermediate container f982dc75cccc [2021-04-01T14:55:09.870Z] ---> 8a6d5ac7e3d3 [2021-04-01T14:55:09.870Z] [2021-04-01T14:55:10.190Z] Removing intermediate container fa7affb58bd3 [2021-04-01T14:55:10.190Z] ---> 800c48b3d876 [2021-04-01T14:55:10.190Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T14:55:10.190Z] ---> 90e4f1451233 [2021-04-01T14:55:10.190Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T14:55:10.520Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T14:55:10.520Z] ---> Running in 0d91ec632ca4 [2021-04-01T14:55:10.520Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T14:55:10.520Z] ---> aefe523efa57 [2021-04-01T14:55:10.520Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T14:55:10.520Z] Successfully built 8a6d5ac7e3d3 [2021-04-01T14:55:10.520Z] Successfully built 98cdc3189962 [2021-04-01T14:55:10.520Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T14:55:10.520Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-01T14:55:10.837Z] Successfully tagged docker-core-command-go:latest [2021-04-01T14:55:10.837Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-01T14:55:11.157Z] ---> Running in 5f7f8055864c [2021-04-01T14:55:11.477Z] Removing intermediate container 0d91ec632ca4 [2021-04-01T14:55:11.477Z] ---> e7a36da2f967 [2021-04-01T14:55:11.477Z] Step 23/24 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:55:11.477Z] ---> 5f0733442da7 [2021-04-01T14:55:11.477Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T14:55:11.763Z] ---> Running in 4a0bb69e96ef [2021-04-01T14:55:12.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:55:12.596Z] Removing intermediate container 4a0bb69e96ef [2021-04-01T14:55:12.596Z] ---> 724ca5d4fb38 [2021-04-01T14:55:12.596Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T14:55:12.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:55:12.993Z] ---> bedf92741bd0 [2021-04-01T14:55:12.993Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T14:55:12.993Z] ---> Running in f441ee601332 [2021-04-01T14:55:12.993Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T14:55:12.993Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T14:55:13.323Z] Executing bash-5.0.17-r0.post-install [2021-04-01T14:55:13.323Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T14:55:13.323Z] OK: 12 MiB in 22 packages [2021-04-01T14:55:17.920Z] ---> fb15aebb988b [2021-04-01T14:55:17.920Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T14:55:18.229Z] Removing intermediate container f441ee601332 [2021-04-01T14:55:18.229Z] ---> 8cee53b26e67 [2021-04-01T14:55:18.229Z] [2021-04-01T14:55:18.913Z] Successfully built 8cee53b26e67 [2021-04-01T14:55:18.913Z] ---> Running in 8926a7898cdc [2021-04-01T14:55:18.913Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T14:55:18.913Z] Building docker-security-proxy-setup-go [2021-04-01T14:55:18.913Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5f7f8055864c [2021-04-01T14:55:18.913Z] ---> e28e1f5edce8 [2021-04-01T14:55:18.913Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T14:55:20.238Z] Removing intermediate container 8926a7898cdc [2021-04-01T14:55:20.238Z] ---> 45d775591306 [2021-04-01T14:55:20.238Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T14:55:20.238Z] ---> Running in e3463a8e61a2 [2021-04-01T14:55:23.543Z] ---> 3951281d240f [2021-04-01T14:55:23.543Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T14:55:23.543Z] Removing intermediate container e3463a8e61a2 [2021-04-01T14:55:23.543Z] ---> 2a554efe8d3d [2021-04-01T14:55:23.543Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T14:55:24.322Z] ---> Running in 89000c54881f [2021-04-01T14:55:24.323Z] ---> Running in 8db77c924bec [2021-04-01T14:55:24.679Z] Removing intermediate container 89000c54881f [2021-04-01T14:55:24.679Z] ---> 648ae168c87c [2021-04-01T14:55:24.679Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T14:55:25.740Z] ---> Running in 1543bd86d6cd [2021-04-01T14:55:26.450Z] Removing intermediate container 1543bd86d6cd [2021-04-01T14:55:26.450Z] ---> 70e5f10d7bb6 [2021-04-01T14:55:26.450Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T14:55:29.599Z] ---> 5bcc4f20c287 [2021-04-01T14:55:29.599Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T14:55:32.490Z] ---> 1d2a4cb00bd7 [2021-04-01T14:55:32.490Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T14:55:32.843Z] Removing intermediate container 8db77c924bec [2021-04-01T14:55:32.843Z] ---> c16f00d1ecaa [2021-04-01T14:55:32.843Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T14:55:33.117Z] ---> Running in 2206b2a0b43c [2021-04-01T14:55:33.436Z] ---> f55f0617e32a [2021-04-01T14:55:33.436Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T14:55:33.436Z] ---> Running in 5ffebe92e9bd [2021-04-01T14:55:33.741Z] Removing intermediate container 2206b2a0b43c [2021-04-01T14:55:33.741Z] ---> 22a1ac3fe8a0 [2021-04-01T14:55:33.741Z] Step 28/31 : CMD ["gate"] [2021-04-01T14:55:34.071Z] ---> Running in 823c54969864 [2021-04-01T14:55:34.307Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:55:34.308Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:55:34.308Z] ---> 69913e1fe693 [2021-04-01T14:55:34.308Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T14:55:34.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:55:34.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:55:34.308Z] ---> 69913e1fe693 [2021-04-01T14:55:34.308Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T14:55:34.308Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:55:34.308Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:55:34.308Z] ---> 69913e1fe693 [2021-04-01T14:55:34.308Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T14:55:34.308Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:55:34.308Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:55:34.308Z] ---> 69913e1fe693 [2021-04-01T14:55:34.308Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T14:55:34.308Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:55:34.308Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:55:34.308Z] ---> 69913e1fe693 [2021-04-01T14:55:34.308Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T14:55:34.308Z] ---> Running in fbbecc85c8e2 [2021-04-01T14:55:34.308Z] ---> Running in 657ca5f195ec [2021-04-01T14:55:34.308Z] ---> Running in 2a92d85ef5fd [2021-04-01T14:55:34.308Z] ---> Running in 1996724049a5 [2021-04-01T14:55:34.308Z] ---> Running in 6f583013154c [2021-04-01T14:55:34.308Z] Removing intermediate container 657ca5f195ec [2021-04-01T14:55:34.308Z] ---> 4d642eadd575 [2021-04-01T14:55:34.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:55:34.308Z] Removing intermediate container 1996724049a5 [2021-04-01T14:55:34.308Z] ---> 1abdec2b283b [2021-04-01T14:55:34.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:55:34.308Z] Removing intermediate container fbbecc85c8e2 [2021-04-01T14:55:34.308Z] ---> 01db61ad26de [2021-04-01T14:55:34.308Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:55:34.308Z] ---> Running in 2483ce9aa8bb [2021-04-01T14:55:34.308Z] Removing intermediate container 2a92d85ef5fd [2021-04-01T14:55:34.308Z] ---> efa037c846c5 [2021-04-01T14:55:34.308Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:55:34.308Z] Removing intermediate container 6f583013154c [2021-04-01T14:55:34.308Z] ---> 5b531832de04 [2021-04-01T14:55:34.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:55:34.308Z] ---> Running in b7f11a0a82de [2021-04-01T14:55:34.308Z] ---> Running in 2a82be25aafa [2021-04-01T14:55:34.308Z] ---> Running in 3d46c5fa0df6 [2021-04-01T14:55:34.308Z] ---> Running in 15f7590247f1 [2021-04-01T14:55:34.308Z] Removing intermediate container 2483ce9aa8bb [2021-04-01T14:55:34.308Z] ---> efa7447c019c [2021-04-01T14:55:34.308Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T14:55:34.308Z] ---> Running in 9c60e21610cf [2021-04-01T14:55:34.308Z] Removing intermediate container 2a82be25aafa [2021-04-01T14:55:34.308Z] ---> 830b56b5f524 [2021-04-01T14:55:34.308Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T14:55:34.308Z] Removing intermediate container b7f11a0a82de [2021-04-01T14:55:34.308Z] ---> 7b9c7a02cd75 [2021-04-01T14:55:34.308Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T14:55:34.308Z] ---> Running in 51f5d4031293 [2021-04-01T14:55:34.308Z] Removing intermediate container 3d46c5fa0df6 [2021-04-01T14:55:34.308Z] ---> a997a9b0d606 [2021-04-01T14:55:34.308Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T14:55:34.308Z] ---> Running in bd82ec431e93 [2021-04-01T14:55:34.308Z] Removing intermediate container 15f7590247f1 [2021-04-01T14:55:34.308Z] ---> c17f2d2dc14f [2021-04-01T14:55:34.308Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T14:55:34.308Z] ---> Running in 51ac62a5db46 [2021-04-01T14:55:34.308Z] ---> Running in 29b0165eaf54 [2021-04-01T14:55:34.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:34.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:34.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:34.433Z] Removing intermediate container 823c54969864 [2021-04-01T14:55:34.433Z] ---> 08599adb0bff [2021-04-01T14:55:34.433Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T14:55:34.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:34.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:34.704Z] ---> Running in a9e0fd88daf5 [2021-04-01T14:55:34.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:35.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:55:35.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:35.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:55:35.348Z] Removing intermediate container a9e0fd88daf5 [2021-04-01T14:55:35.348Z] ---> 60190ba8ee7a [2021-04-01T14:55:35.348Z] Step 30/31 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:55:35.348Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T14:55:35.348Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T14:55:35.348Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T14:55:35.348Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T14:55:35.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:35.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:35.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:55:35.686Z] OK: 217 MiB in 51 packages [2021-04-01T14:55:35.740Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T14:55:35.740Z] ---> Running in 8c0ed2b4f8e6 [2021-04-01T14:55:35.740Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T14:55:35.740Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T14:55:36.302Z] OK: 217 MiB in 51 packages [2021-04-01T14:55:36.581Z] OK: 217 MiB in 51 packages [2021-04-01T14:55:36.581Z] OK: 217 MiB in 51 packages [2021-04-01T14:55:36.857Z] OK: 217 MiB in 51 packages [2021-04-01T14:55:37.459Z] Removing intermediate container 9c60e21610cf [2021-04-01T14:55:37.459Z] ---> e1b98451ee43 [2021-04-01T14:55:37.459Z] Step 6/22 : COPY go.mod . [2021-04-01T14:55:38.066Z] Removing intermediate container 51f5d4031293 [2021-04-01T14:55:38.066Z] ---> ded283e41126 [2021-04-01T14:55:38.066Z] Step 6/31 : COPY go.mod . [2021-04-01T14:55:38.341Z] Removing intermediate container bd82ec431e93 [2021-04-01T14:55:38.342Z] ---> 41649dadff17 [2021-04-01T14:55:38.342Z] Step 6/23 : COPY go.mod . [2021-04-01T14:55:38.622Z] ---> b442a0d27f6d [2021-04-01T14:55:38.622Z] Step 7/22 : RUN go mod download [2021-04-01T14:55:38.622Z] Removing intermediate container 51ac62a5db46 [2021-04-01T14:55:38.622Z] ---> c27bca09aa0b [2021-04-01T14:55:38.622Z] Step 6/24 : COPY go.mod . [2021-04-01T14:55:38.895Z] ---> Running in b5085e8e10c2 [2021-04-01T14:55:38.895Z] Removing intermediate container 29b0165eaf54 [2021-04-01T14:55:38.895Z] ---> 3685522e5ade [2021-04-01T14:55:38.895Z] Step 6/22 : COPY go.mod . [2021-04-01T14:55:38.895Z] ---> 93d8069d4634 [2021-04-01T14:55:38.895Z] Step 7/31 : RUN go mod download [2021-04-01T14:55:39.171Z] ---> Running in b93b46bf95d0 [2021-04-01T14:55:39.446Z] ---> 9c7e1f79dae4 [2021-04-01T14:55:39.446Z] Step 7/23 : RUN go mod download [2021-04-01T14:55:39.719Z] ---> Running in c932b37bb2c8 [2021-04-01T14:55:39.719Z] ---> 6cc0d115d8ba [2021-04-01T14:55:39.719Z] Step 7/24 : RUN go mod download [2021-04-01T14:55:39.995Z] ---> 9362bc17ca83 [2021-04-01T14:55:39.995Z] Step 7/22 : RUN go mod download [2021-04-01T14:55:40.268Z] ---> Running in 28c255b5bb0a [2021-04-01T14:55:40.545Z] ---> Running in 012050a5e660 [2021-04-01T14:55:41.611Z] Removing intermediate container 8c0ed2b4f8e6 [2021-04-01T14:55:41.611Z] ---> 3f2843e0c2b7 [2021-04-01T14:55:41.611Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T14:55:42.851Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T14:55:42.851Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T14:55:42.851Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T14:55:43.173Z] Removing intermediate container b5085e8e10c2 [2021-04-01T14:55:43.173Z] ---> 2bdf9f82b274 [2021-04-01T14:55:43.173Z] Step 8/22 : COPY . . [2021-04-01T14:55:43.276Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T14:55:43.276Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T14:55:43.276Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T14:55:43.276Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T14:55:43.787Z] Removing intermediate container b93b46bf95d0 [2021-04-01T14:55:43.787Z] ---> 2ae0ec397900 [2021-04-01T14:55:43.787Z] Step 8/31 : COPY . . [2021-04-01T14:55:43.807Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T14:55:44.076Z] Removing intermediate container c932b37bb2c8 [2021-04-01T14:55:44.076Z] ---> 5e5c28ebac74 [2021-04-01T14:55:44.076Z] Step 8/23 : COPY . . [2021-04-01T14:55:44.989Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T14:55:44.989Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T14:55:44.989Z] ---> Running in a9e8c4b7e71a [2021-04-01T14:55:44.989Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T14:55:44.989Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T14:55:44.989Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T14:55:44.989Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T14:55:44.989Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T14:55:44.989Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T14:55:44.989Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T14:55:45.582Z] Removing intermediate container 28c255b5bb0a [2021-04-01T14:55:45.583Z] ---> 40ddef8938af [2021-04-01T14:55:45.583Z] Step 8/24 : COPY . . [2021-04-01T14:55:46.189Z] Removing intermediate container 012050a5e660 [2021-04-01T14:55:46.189Z] ---> bc077aaeba8d [2021-04-01T14:55:46.189Z] Step 8/22 : COPY . . [2021-04-01T14:55:46.610Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T14:55:46.610Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T14:55:46.610Z] Removing intermediate container a9e8c4b7e71a [2021-04-01T14:55:46.610Z] ---> 44bd1b00dab4 [2021-04-01T14:55:46.610Z] [2021-04-01T14:55:46.610Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T14:55:46.610Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T14:55:46.610Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T14:55:46.610Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T14:55:46.610Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T14:55:46.610Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T14:55:46.610Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T14:55:47.676Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T14:55:47.676Z] OK: 71 MiB in 55 packages [2021-04-01T14:55:48.376Z] Successfully built 44bd1b00dab4 [2021-04-01T14:55:48.376Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T14:55:48.376Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-01T14:56:12.215Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:56:12.216Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:56:12.216Z] ---> 89abf0c07c15 [2021-04-01T14:56:12.216Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T14:56:13.000Z] ---> 83b44fe3b3d8 [2021-04-01T14:56:13.000Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T14:56:13.000Z] ---> c6b5bb335287 [2021-04-01T14:56:13.000Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T14:56:13.000Z] ---> dbd2f9675318 [2021-04-01T14:56:13.000Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T14:56:13.000Z] ---> f78320bf7e86 [2021-04-01T14:56:13.000Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T14:56:13.000Z] ---> a65051a324c9 [2021-04-01T14:56:13.000Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T14:56:13.000Z] ---> Running in c6f8ebb6e571 [2021-04-01T14:56:13.000Z] ---> Running in 3563384be58d [2021-04-01T14:56:13.001Z] ---> Running in 1b54662b393c [2021-04-01T14:56:13.001Z] ---> Running in d25b99c1a17a [2021-04-01T14:56:13.001Z] ---> Running in 6abf934b7927 [2021-04-01T14:56:13.001Z] 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-04-01T14:56:13.001Z] 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-04-01T14:56:13.001Z] 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-04-01T14:56:13.001Z] 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-04-01T14:56:13.001Z] 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-04-01T14:56:13.496Z] ---> Using cache [2021-04-01T14:56:13.496Z] ---> df31d214476e [2021-04-01T14:56:13.496Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:56:13.496Z] ---> Using cache [2021-04-01T14:56:13.496Z] ---> 7898020f0be1 [2021-04-01T14:56:13.496Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T14:56:13.496Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:56:13.496Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:56:13.496Z] ---> 89abf0c07c15 [2021-04-01T14:56:13.496Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T14:56:13.496Z] ---> Using cache [2021-04-01T14:56:13.496Z] ---> df31d214476e [2021-04-01T14:56:13.496Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:56:13.496Z] ---> Using cache [2021-04-01T14:56:13.496Z] ---> 7898020f0be1 [2021-04-01T14:56:13.496Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T14:56:15.546Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:56:15.546Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:56:15.546Z] ---> 89abf0c07c15 [2021-04-01T14:56:15.547Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T14:56:15.547Z] ---> Using cache [2021-04-01T14:56:15.547Z] ---> df31d214476e [2021-04-01T14:56:15.547Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:56:15.547Z] ---> Using cache [2021-04-01T14:56:15.547Z] ---> 7898020f0be1 [2021-04-01T14:56:15.547Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T14:56:17.075Z] ---> Running in c306b30c2289 [2021-04-01T14:56:17.075Z] ---> Running in ffad6e92febd [2021-04-01T14:56:17.075Z] ---> Running in f89e0b749961 [2021-04-01T14:56:21.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:56:21.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:56:21.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:56:22.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:56:22.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:56:22.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:56:23.251Z] OK: 233 MiB in 51 packages [2021-04-01T14:56:23.251Z] OK: 233 MiB in 51 packages [2021-04-01T14:56:23.561Z] OK: 233 MiB in 51 packages [2021-04-01T14:56:28.230Z] Removing intermediate container f89e0b749961 [2021-04-01T14:56:28.230Z] ---> 13b0820c74f4 [2021-04-01T14:56:28.230Z] Step 6/21 : COPY go.mod . [2021-04-01T14:56:28.230Z] Removing intermediate container c306b30c2289 [2021-04-01T14:56:28.230Z] ---> b89556fe11d9 [2021-04-01T14:56:28.230Z] Step 6/23 : COPY go.mod . [2021-04-01T14:56:28.512Z] Removing intermediate container ffad6e92febd [2021-04-01T14:56:28.512Z] ---> cabff197d067 [2021-04-01T14:56:28.512Z] Step 6/22 : COPY go.mod . [2021-04-01T14:56:33.269Z] ---> 5c00a1517d71 [2021-04-01T14:56:33.269Z] Step 7/21 : RUN go mod download [2021-04-01T14:56:33.633Z] ---> a0101a85c52c [2021-04-01T14:56:33.633Z] Step 7/23 : RUN go mod download [2021-04-01T14:56:33.633Z] ---> 3a368bb8198f [2021-04-01T14:56:33.633Z] Step 7/22 : RUN go mod download [2021-04-01T14:56:35.473Z] ---> Running in b61188c1f21e [2021-04-01T14:56:35.473Z] ---> Running in 449f52cc9968 [2021-04-01T14:56:35.473Z] ---> Running in c1ca413b94bd [2021-04-01T14:56:48.080Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:56:48.080Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:56:48.080Z] ---> 89abf0c07c15 [2021-04-01T14:56:48.080Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T14:56:48.080Z] ---> Using cache [2021-04-01T14:56:48.080Z] ---> df31d214476e [2021-04-01T14:56:48.080Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:56:48.080Z] ---> Using cache [2021-04-01T14:56:48.080Z] ---> 7898020f0be1 [2021-04-01T14:56:48.080Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T14:56:48.080Z] ---> Using cache [2021-04-01T14:56:48.080Z] ---> cabff197d067 [2021-04-01T14:56:48.080Z] Step 6/23 : COPY go.mod . [2021-04-01T14:56:48.080Z] ---> Using cache [2021-04-01T14:56:48.080Z] ---> 3a368bb8198f [2021-04-01T14:56:48.080Z] Step 7/23 : RUN go mod download [2021-04-01T14:56:48.080Z] ---> Running in 18a8e393e3b0 [2021-04-01T14:56:49.069Z] Removing intermediate container b61188c1f21e [2021-04-01T14:56:49.069Z] ---> 92cc1524f4f5 [2021-04-01T14:56:49.069Z] Step 8/21 : COPY . . [2021-04-01T14:56:49.069Z] Removing intermediate container 449f52cc9968 [2021-04-01T14:56:49.069Z] ---> 7ffba8dff8a9 [2021-04-01T14:56:49.069Z] Step 8/23 : COPY . . [2021-04-01T14:56:49.355Z] Removing intermediate container c1ca413b94bd [2021-04-01T14:56:49.355Z] ---> 23a782e5a600 [2021-04-01T14:56:49.355Z] Step 8/22 : COPY . . [2021-04-01T14:57:00.091Z] Removing intermediate container 18a8e393e3b0 [2021-04-01T14:57:00.091Z] ---> 69123d341b25 [2021-04-01T14:57:00.091Z] Step 8/23 : COPY . . [2021-04-01T14:57:33.841Z] Removing intermediate container 5ffebe92e9bd [2021-04-01T14:57:33.841Z] ---> c80fb862216b [2021-04-01T14:57:33.841Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T14:57:35.535Z] ---> Running in a0f5f37c7d0c [2021-04-01T14:57:49.871Z] 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-04-01T14:58:05.037Z] Removing intermediate container c6f8ebb6e571 [2021-04-01T14:58:05.037Z] ---> 084311e7c3ea [2021-04-01T14:58:05.037Z] [2021-04-01T14:58:05.037Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T14:58:05.037Z] 3.12: Pulling from library/alpine [2021-04-01T14:58:05.037Z] Removing intermediate container d25b99c1a17a [2021-04-01T14:58:05.037Z] ---> 5a089919d92c [2021-04-01T14:58:05.037Z] [2021-04-01T14:58:05.037Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T14:58:05.037Z] 3.12: Pulling from library/alpine [2021-04-01T14:58:05.641Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T14:58:05.641Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T14:58:05.641Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T14:58:05.641Z] ---> d75e27dfc0a0 [2021-04-01T14:58:05.641Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T14:58:05.641Z] Status: Image is up to date for alpine:3.12 [2021-04-01T14:58:05.641Z] ---> d75e27dfc0a0 [2021-04-01T14:58:05.641Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T14:58:06.253Z] ---> Running in 0afb6fdf0c86 [2021-04-01T14:58:06.253Z] ---> Running in 4fef9436de3f [2021-04-01T14:58:07.258Z] Removing intermediate container 4fef9436de3f [2021-04-01T14:58:07.258Z] ---> 11a4b45b6a50 [2021-04-01T14:58:07.258Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T14:58:07.546Z] ---> Running in a03cdc71041f [2021-04-01T14:58:08.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:08.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:09.154Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T14:58:09.436Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T14:58:09.436Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T14:58:09.436Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T14:58:09.436Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T14:58:09.436Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T14:58:09.436Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:58:09.436Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T14:58:09.710Z] OK: 7 MiB in 20 packages [2021-04-01T14:58:09.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:09.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:10.598Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T14:58:10.598Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T14:58:10.598Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:58:10.598Z] OK: 5 MiB in 16 packages [2021-04-01T14:58:12.590Z] Removing intermediate container 3563384be58d [2021-04-01T14:58:12.590Z] ---> fb943d2e1381 [2021-04-01T14:58:12.590Z] [2021-04-01T14:58:12.590Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T14:58:12.590Z] ---> d75e27dfc0a0 [2021-04-01T14:58:12.590Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T14:58:13.192Z] ---> Running in dbac5ced056e [2021-04-01T14:58:13.467Z] Removing intermediate container a03cdc71041f [2021-04-01T14:58:13.467Z] ---> bc98528590fa [2021-04-01T14:58:13.467Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T14:58:13.467Z] Removing intermediate container 0afb6fdf0c86 [2021-04-01T14:58:13.467Z] ---> 5a351b925d46 [2021-04-01T14:58:13.467Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T14:58:15.715Z] ---> Running in 54d73e92ead3 [2021-04-01T14:58:15.715Z] ---> Running in b7a0d77fd5b3 [2021-04-01T14:58:15.715Z] Removing intermediate container 6abf934b7927 [2021-04-01T14:58:15.715Z] ---> c73923547086 [2021-04-01T14:58:15.715Z] [2021-04-01T14:58:15.715Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T14:58:15.715Z] ---> d75e27dfc0a0 [2021-04-01T14:58:15.715Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T14:58:15.715Z] ---> Running in d739f1176ea4 [2021-04-01T14:58:15.715Z] Removing intermediate container 54d73e92ead3 [2021-04-01T14:58:15.715Z] ---> a8eaef81e405 [2021-04-01T14:58:15.715Z] Step 13/24 : WORKDIR / [2021-04-01T14:58:15.715Z] Removing intermediate container b7a0d77fd5b3 [2021-04-01T14:58:15.715Z] ---> 2f5ed4a44642 [2021-04-01T14:58:15.715Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T14:58:15.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:15.715Z] ---> Running in b2b23f6f657b [2021-04-01T14:58:15.715Z] ---> Running in 60a92a253f07 [2021-04-01T14:58:15.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:16.109Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T14:58:16.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:16.410Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T14:58:16.410Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:58:16.410Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T14:58:16.410Z] Removing intermediate container b2b23f6f657b [2021-04-01T14:58:16.410Z] ---> 339319bb4385 [2021-04-01T14:58:16.410Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T14:58:16.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:58:16.908Z] OK: 6 MiB in 16 packages [2021-04-01T14:58:16.908Z] Removing intermediate container 60a92a253f07 [2021-04-01T14:58:16.908Z] ---> 26a3c165a425 [2021-04-01T14:58:16.908Z] 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-04-01T14:58:16.908Z] ---> Running in cb9dd690c7d4 [2021-04-01T14:58:17.213Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T14:58:17.213Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:58:17.213Z] OK: 5 MiB in 15 packages [2021-04-01T14:58:18.715Z] ---> 10250245e2ed [2021-04-01T14:58:18.715Z] 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-04-01T14:58:19.705Z] Removing intermediate container dbac5ced056e [2021-04-01T14:58:19.705Z] ---> 873d7395cd7c [2021-04-01T14:58:19.705Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:58:20.304Z] Removing intermediate container d739f1176ea4 [2021-04-01T14:58:20.304Z] ---> abb0b1dafa1c [2021-04-01T14:58:20.304Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:58:20.304Z] ---> Running in 3a832aed7ac6 [2021-04-01T14:58:20.904Z] ---> e2a3f6349498 [2021-04-01T14:58:20.904Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T14:58:20.904Z] ---> Running in 27b292c5f406 [2021-04-01T14:58:21.180Z] Removing intermediate container 3a832aed7ac6 [2021-04-01T14:58:21.180Z] ---> ecc5ac484e47 [2021-04-01T14:58:21.180Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T14:58:21.180Z] Removing intermediate container cb9dd690c7d4 [2021-04-01T14:58:21.180Z] ---> 104f6dbbc8d2 [2021-04-01T14:58:21.180Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T14:58:21.451Z] Removing intermediate container 1b54662b393c [2021-04-01T14:58:21.451Z] ---> f8dbe335a0f6 [2021-04-01T14:58:21.451Z] [2021-04-01T14:58:21.451Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T14:58:21.728Z] ---> d75e27dfc0a0 [2021-04-01T14:58:21.728Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T14:58:21.728Z] ---> Using cache [2021-04-01T14:58:21.728Z] ---> abb0b1dafa1c [2021-04-01T14:58:21.728Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:58:21.728Z] ---> Running in cae772749822 [2021-04-01T14:58:21.728Z] ---> Using cache [2021-04-01T14:58:21.728Z] ---> Running in 95ed16365dfd [2021-04-01T14:58:21.728Z] ---> 0e64f63755ed [2021-04-01T14:58:21.728Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T14:58:21.728Z] Removing intermediate container 27b292c5f406 [2021-04-01T14:58:21.728Z] ---> 0e64f63755ed [2021-04-01T14:58:21.728Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T14:58:22.007Z] ---> 90dc1afaba09 [2021-04-01T14:58:22.007Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T14:58:22.007Z] ---> Running in c6849e68e8bd [2021-04-01T14:58:22.007Z] ---> Running in 708c1a1554e5 [2021-04-01T14:58:22.281Z] Removing intermediate container cae772749822 [2021-04-01T14:58:22.281Z] ---> 87cdc7a9fdb3 [2021-04-01T14:58:22.281Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T14:58:22.281Z] Removing intermediate container 95ed16365dfd [2021-04-01T14:58:22.281Z] ---> e8c6c04fc399 [2021-04-01T14:58:22.281Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T14:58:22.561Z] ---> Running in e6f4b73cde3f [2021-04-01T14:58:22.838Z] Removing intermediate container c6849e68e8bd [2021-04-01T14:58:22.838Z] ---> c3efc268b030 [2021-04-01T14:58:22.838Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T14:58:22.838Z] Removing intermediate container 708c1a1554e5 [2021-04-01T14:58:22.838Z] ---> 43a07c5dfb2a [2021-04-01T14:58:22.838Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T14:58:23.112Z] ---> Running in e1cc1c82a948 [2021-04-01T14:58:23.382Z] ---> Running in ab765a8d48b6 [2021-04-01T14:58:23.382Z] Removing intermediate container e6f4b73cde3f [2021-04-01T14:58:23.382Z] ---> 0c6081388fb3 [2021-04-01T14:58:23.382Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:58:23.382Z] ---> 8c62f996bfb5 [2021-04-01T14:58:23.382Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T14:58:23.382Z] ---> f4bb701a0c77 [2021-04-01T14:58:23.382Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T14:58:23.656Z] Removing intermediate container e1cc1c82a948 [2021-04-01T14:58:23.656Z] ---> 346df58f2b07 [2021-04-01T14:58:23.656Z] Step 15/23 : WORKDIR / [2021-04-01T14:58:23.656Z] ---> Running in 0b36c086ae6a [2021-04-01T14:58:23.713Z] Collecting docker-compose==1.23.2 [2021-04-01T14:58:23.713Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T14:58:23.713Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T14:58:23.713Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T14:58:23.713Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T14:58:23.713Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T14:58:23.713Z] Collecting PyYAML<4,>=3.10 [2021-04-01T14:58:23.713Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T14:58:23.934Z] ---> Running in 1cb6ff06b793 [2021-04-01T14:58:23.934Z] Removing intermediate container ab765a8d48b6 [2021-04-01T14:58:23.934Z] ---> ab99dac60d86 [2021-04-01T14:58:23.934Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:58:24.539Z] ---> 95fdc4d9fed3 [2021-04-01T14:58:24.539Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T14:58:25.142Z] Removing intermediate container 1cb6ff06b793 [2021-04-01T14:58:25.142Z] ---> 3b35812eed9e [2021-04-01T14:58:25.142Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:58:25.417Z] ---> 624fd9e0615a [2021-04-01T14:58:25.417Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T14:58:25.417Z] ---> eee04b785c2e [2021-04-01T14:58:25.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T14:58:26.404Z] ---> 391edc7b0841 [2021-04-01T14:58:26.404Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T14:58:26.404Z] ---> 5441e30f9181 [2021-04-01T14:58:26.404Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T14:58:26.680Z] ---> 3d529190d105 [2021-04-01T14:58:26.680Z] 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-04-01T14:58:26.963Z] ---> Running in 7155d6828587 [2021-04-01T14:58:27.241Z] ---> 92b2aca006a3 [2021-04-01T14:58:27.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T14:58:27.516Z] ---> 74367776c191 [2021-04-01T14:58:27.516Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T14:58:27.516Z] Removing intermediate container 0b36c086ae6a [2021-04-01T14:58:27.516Z] ---> 1dae135f9eee [2021-04-01T14:58:27.516Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:58:27.798Z] ---> Running in ba86a77c869b [2021-04-01T14:58:28.085Z] ---> b0184079c9b0 [2021-04-01T14:58:28.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T14:58:28.367Z] ---> 298d63f5ab93 [2021-04-01T14:58:28.367Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T14:58:28.367Z] Removing intermediate container ba86a77c869b [2021-04-01T14:58:28.367Z] ---> 306b9b7b78d1 [2021-04-01T14:58:28.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:58:28.654Z] ---> Running in 29f4c5c89980 [2021-04-01T14:58:28.654Z] ---> c007244c4c50 [2021-04-01T14:58:28.654Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T14:58:28.654Z] ---> Running in 784e365450e3 [2021-04-01T14:58:29.255Z] ---> a68d466d5c8d [2021-04-01T14:58:29.255Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T14:58:29.255Z] ---> Running in fa1739ef4bcf [2021-04-01T14:58:29.532Z] Removing intermediate container 29f4c5c89980 [2021-04-01T14:58:29.532Z] ---> 392f5539b472 [2021-04-01T14:58:29.532Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T14:58:29.814Z] Removing intermediate container 784e365450e3 [2021-04-01T14:58:29.814Z] ---> 026106a13d7e [2021-04-01T14:58:29.814Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:58:29.814Z] ---> Running in 3c3da4af3de2 [2021-04-01T14:58:30.090Z] ---> Running in b7add32b2eda [2021-04-01T14:58:30.090Z] Removing intermediate container fa1739ef4bcf [2021-04-01T14:58:30.090Z] ---> 0cd03b9cad1e [2021-04-01T14:58:30.090Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:58:30.364Z] Removing intermediate container 7155d6828587 [2021-04-01T14:58:30.364Z] ---> 7eaf76b96bfe [2021-04-01T14:58:30.364Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T14:58:30.364Z] ---> 2b9d5263e1bd [2021-04-01T14:58:30.364Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T14:58:30.364Z] ---> Running in 97c37c9d93a7 [2021-04-01T14:58:30.637Z] ---> Running in 61ac25c0d82b [2021-04-01T14:58:30.637Z] Removing intermediate container 3c3da4af3de2 [2021-04-01T14:58:30.637Z] ---> 95ce9fb686b0 [2021-04-01T14:58:30.637Z] Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:58:30.637Z] Removing intermediate container b7add32b2eda [2021-04-01T14:58:30.637Z] ---> 55ae3915fda4 [2021-04-01T14:58:30.637Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T14:58:30.860Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T14:58:30.860Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T14:58:30.909Z] ---> Running in 0acdbabad879 [2021-04-01T14:58:30.909Z] ---> Running in 356fd94fd907 [2021-04-01T14:58:31.187Z] Removing intermediate container 97c37c9d93a7 [2021-04-01T14:58:31.187Z] ---> 68645a2bf5be [2021-04-01T14:58:31.187Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T14:58:31.187Z] Removing intermediate container 61ac25c0d82b [2021-04-01T14:58:31.187Z] ---> bae944990777 [2021-04-01T14:58:31.187Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T14:58:31.476Z] ---> Running in d350d63643f7 [2021-04-01T14:58:31.476Z] ---> Running in 0e258779ed86 [2021-04-01T14:58:31.476Z] ---> 1369e29fd22f [2021-04-01T14:58:31.476Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T14:58:31.476Z] Removing intermediate container 0acdbabad879 [2021-04-01T14:58:31.476Z] ---> d721c93e9902 [2021-04-01T14:58:31.476Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T14:58:31.755Z] Removing intermediate container 356fd94fd907 [2021-04-01T14:58:31.755Z] ---> da06bc615319 [2021-04-01T14:58:31.755Z] Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:58:31.755Z] ---> Running in 9c00afb28bfe [2021-04-01T14:58:31.755Z] ---> Running in c0c6012f0315 [2021-04-01T14:58:32.031Z] Removing intermediate container 0e258779ed86 [2021-04-01T14:58:32.031Z] ---> 6709bcb1589d [2021-04-01T14:58:32.031Z] Step 23/24 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:58:32.031Z] Removing intermediate container d350d63643f7 [2021-04-01T14:58:32.031Z] ---> b7513fe55899 [2021-04-01T14:58:32.031Z] Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:58:32.308Z] ---> Running in 347224482a89 [2021-04-01T14:58:32.308Z] ---> Running in b3c333b5e0d2 [2021-04-01T14:58:32.584Z] Removing intermediate container c0c6012f0315 [2021-04-01T14:58:32.584Z] ---> a59f026dba5b [2021-04-01T14:58:32.584Z] Step 22/22 : LABEL version=0.0.0Removing intermediate container 9c00afb28bfe [2021-04-01T14:58:32.584Z] [2021-04-01T14:58:32.584Z] ---> d9c8cc73dfa8 [2021-04-01T14:58:32.584Z] [2021-04-01T14:58:32.584Z] ---> 85e8e6b3c510 [2021-04-01T14:58:32.584Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T14:58:32.866Z] ---> Running in b3204c9ca230 [2021-04-01T14:58:32.866Z] Removing intermediate container b3c333b5e0d2 [2021-04-01T14:58:32.866Z] ---> 6e52b4959932 [2021-04-01T14:58:32.866Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T14:58:33.065Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T14:58:33.065Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T14:58:33.142Z] Removing intermediate container 347224482a89 [2021-04-01T14:58:33.142Z] ---> 59a0a87e938f [2021-04-01T14:58:33.142Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T14:58:33.142Z] ---> Running in 4e643e565b20 [2021-04-01T14:58:33.142Z] Successfully built d9c8cc73dfa8 [2021-04-01T14:58:33.142Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T14:58:33.142Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-04-01T14:58:33.358Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T14:58:33.358Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T14:58:33.358Z] ---> 50831319cee8 [2021-04-01T14:58:33.358Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T14:58:33.420Z] ---> Running in c3194e7fb675 [2021-04-01T14:58:33.420Z] Removing intermediate container b3204c9ca230 [2021-04-01T14:58:33.420Z] ---> 7bd5f591006e [2021-04-01T14:58:33.420Z] [2021-04-01T14:58:33.672Z] ---> 7da07a82de41 [2021-04-01T14:58:33.672Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T14:58:33.693Z] ---> 5a181acc2f23 [2021-04-01T14:58:33.693Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T14:58:33.973Z] Successfully built 7bd5f591006e [2021-04-01T14:58:34.248Z] Removing intermediate container c3194e7fb675 [2021-04-01T14:58:34.248Z] ---> 33470c61efdf [2021-04-01T14:58:34.248Z] [2021-04-01T14:58:34.248Z] Removing intermediate container 4e643e565b20 [2021-04-01T14:58:34.248Z] ---> 1af4d41685a9 [2021-04-01T14:58:34.248Z] [2021-04-01T14:58:34.248Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T14:58:34.248Z] Building docker-security-proxy-setup-go [2021-04-01T14:58:34.248Z] ---> Running in af2eaaca4a6a [2021-04-01T14:58:34.275Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T14:58:34.275Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T14:58:34.842Z]  Building docker-support-scheduler-go ... done Successfully built 1af4d41685a9 [2021-04-01T14:58:34.842Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T14:58:34.842Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-01T14:58:34.842Z] Successfully built 33470c61efdf [2021-04-01T14:58:34.842Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T14:58:34.842Z] Building docker-core-data-go [2021-04-01T14:58:34.842Z]  Building docker-core-metadata-go ... done Removing intermediate container af2eaaca4a6a [2021-04-01T14:58:34.842Z] ---> 7be24243ec9b [2021-04-01T14:58:34.842Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T14:58:34.904Z] ---> Running in 2e2d1a83278d [2021-04-01T14:58:35.627Z] ---> Running in 0b1877588049 [2021-04-01T14:58:35.627Z] ---> 7fb556228b08 [2021-04-01T14:58:35.627Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T14:58:35.861Z] ---> 289a61158737 [2021-04-01T14:58:35.861Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T14:58:36.134Z] ---> Running in d68ae5c93336 [2021-04-01T14:58:36.326Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T14:58:36.326Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T14:58:36.326Z] ---> ec694b335407 [2021-04-01T14:58:36.326Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T14:58:36.624Z] ---> Running in 8803d206f11a [2021-04-01T14:58:36.624Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T14:58:36.624Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T14:58:36.931Z] ---> Running in 2adb8a7e6363 [2021-04-01T14:58:38.130Z] Removing intermediate container d68ae5c93336 [2021-04-01T14:58:38.130Z] ---> 7e2b37107335 [2021-04-01T14:58:38.130Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T14:58:38.163Z] 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-04-01T14:58:38.163Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T14:58:38.163Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T14:58:38.163Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T14:58:38.163Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T14:58:38.163Z] 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-04-01T14:58:38.163Z] 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-04-01T14:58:38.163Z] 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-04-01T14:58:38.163Z] 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-04-01T14:58:38.498Z] 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-04-01T14:58:38.498Z] Collecting idna<2.8,>=2.5 [2021-04-01T14:58:38.498Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T14:58:38.736Z] ---> Running in a5e0d62a5064 [2021-04-01T14:58:38.827Z] 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-04-01T14:58:38.827Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T14:58:38.827Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T14:58:38.827Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T14:58:38.827Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T14:58:39.196Z] Installing collected packages: jsonschema, cached-property, PyYAML, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, docker-compose [2021-04-01T14:58:39.663Z] Running setup.py install for PyYAML: started [2021-04-01T14:58:39.717Z] Removing intermediate container a5e0d62a5064 [2021-04-01T14:58:39.717Z] ---> 2be6649b8747 [2021-04-01T14:58:39.717Z] Step 28/31 : CMD ["gate"] [2021-04-01T14:58:40.316Z] ---> Running in f13d793d3fd1 [2021-04-01T14:58:41.204Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T14:58:41.204Z] Running setup.py install for texttable: started [2021-04-01T14:58:41.326Z] Removing intermediate container f13d793d3fd1 [2021-04-01T14:58:41.327Z] ---> e09933f30b15 [2021-04-01T14:58:41.327Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T14:58:41.927Z] ---> Running in 23dbe50f3273 [2021-04-01T14:58:42.786Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T14:58:42.786Z] Attempting uninstall: urllib3 [2021-04-01T14:58:42.786Z] Found existing installation: urllib3 1.25.9 [2021-04-01T14:58:42.786Z] Uninstalling urllib3-1.25.9: [2021-04-01T14:58:42.910Z] Removing intermediate container 23dbe50f3273 [2021-04-01T14:58:42.910Z] ---> c4e4ca5e8996 [2021-04-01T14:58:42.910Z] Step 30/31 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:58:43.295Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T14:58:43.516Z] ---> Running in bcb8228a1339 [2021-04-01T14:58:44.144Z] Removing intermediate container bcb8228a1339 [2021-04-01T14:58:44.144Z] ---> 3b67843e4b1a [2021-04-01T14:58:44.144Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T14:58:44.651Z] Attempting uninstall: idna [2021-04-01T14:58:44.652Z] Found existing installation: idna 2.9 [2021-04-01T14:58:44.652Z] Uninstalling idna-2.9: [2021-04-01T14:58:44.741Z] ---> Running in 890bd9d4c347 [2021-04-01T14:58:44.989Z] Successfully uninstalled idna-2.9 [2021-04-01T14:58:45.335Z] Attempting uninstall: requests [2021-04-01T14:58:45.335Z] Found existing installation: requests 2.23.0 [2021-04-01T14:58:45.335Z] Uninstalling requests-2.23.0: [2021-04-01T14:58:45.337Z] Removing intermediate container 890bd9d4c347 [2021-04-01T14:58:45.337Z] ---> cd3cb884992c [2021-04-01T14:58:45.337Z] [2021-04-01T14:58:45.743Z] Successfully uninstalled requests-2.23.0 [2021-04-01T14:58:45.932Z] Successfully built cd3cb884992c [2021-04-01T14:58:45.932Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T14:58:47.292Z] Running setup.py install for dockerpty: started [2021-04-01T14:58:48.833Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T14:58:48.833Z] Running setup.py install for docopt: started [2021-04-01T14:58:50.350Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T14:58:51.386Z] 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-04-01T14:58:58.865Z] Removing intermediate container a0f5f37c7d0c [2021-04-01T14:58:58.865Z] ---> ca0c6299fde1 [2021-04-01T14:58:58.865Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T14:58:58.865Z] ---> Running in f4363e86c9ab [2021-04-01T14:59:02.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:59:02.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:59:02.646Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T14:59:02.646Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T14:59:02.646Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T14:59:02.646Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T14:59:03.285Z] OK: 72 MiB in 58 packages [2021-04-01T14:59:06.020Z] Removing intermediate container f4363e86c9ab [2021-04-01T14:59:06.020Z] ---> c3aab7e24cdb [2021-04-01T14:59:06.020Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T14:59:06.020Z] ---> Running in bb14a9498566 [2021-04-01T14:59:08.145Z] Removing intermediate container bb14a9498566 [2021-04-01T14:59:08.145Z] ---> e12e011e9af1 [2021-04-01T14:59:08.145Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:59:08.476Z] ---> Running in 9194505e9883 [2021-04-01T14:59:09.630Z] Removing intermediate container 9194505e9883 [2021-04-01T14:59:09.630Z] ---> e88522f56671 [2021-04-01T14:59:09.630Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T14:59:10.011Z] ---> Running in ee091a127983 [2021-04-01T14:59:10.852Z] Removing intermediate container ee091a127983 [2021-04-01T14:59:10.852Z] ---> a246c4b79c10 [2021-04-01T14:59:10.852Z] Step 25/26 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:59:11.165Z] ---> Running in fca56161c010 [2021-04-01T14:59:11.801Z] Removing intermediate container fca56161c010 [2021-04-01T14:59:11.801Z] ---> 9be9c2731155 [2021-04-01T14:59:11.801Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T14:59:12.082Z] ---> Running in 88416b30f5fa [2021-04-01T14:59:12.373Z] Removing intermediate container 88416b30f5fa [2021-04-01T14:59:12.373Z] ---> 5e23144d26fc [2021-04-01T14:59:12.373Z] [2021-04-01T14:59:13.049Z] Successfully built 5e23144d26fc [2021-04-01T14:59:13.049Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T14:59:26.177Z]  Building docker-sys-mgmt-agent-go ... done 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-04-01T14:59:32.908Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:59:32.908Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:59:32.908Z] ---> 69913e1fe693 [2021-04-01T14:59:32.908Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 5b531832de04 [2021-04-01T14:59:32.908Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> c17f2d2dc14f [2021-04-01T14:59:32.908Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 3685522e5ade [2021-04-01T14:59:32.908Z] Step 6/23 : COPY go.mod . [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 9362bc17ca83 [2021-04-01T14:59:32.908Z] Step 7/23 : RUN go mod download [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> bc077aaeba8d [2021-04-01T14:59:32.908Z] Step 8/23 : COPY . . [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> a65051a324c9 [2021-04-01T14:59:32.908Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T14:59:32.908Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:59:32.908Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:59:32.908Z] ---> 69913e1fe693 [2021-04-01T14:59:32.908Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 5b531832de04 [2021-04-01T14:59:32.908Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> c17f2d2dc14f [2021-04-01T14:59:32.908Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 3685522e5ade [2021-04-01T14:59:32.908Z] Step 6/21 : COPY go.mod . [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 9362bc17ca83 [2021-04-01T14:59:32.908Z] Step 7/21 : RUN go mod download [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> bc077aaeba8d [2021-04-01T14:59:32.908Z] Step 8/21 : COPY . . [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> a65051a324c9 [2021-04-01T14:59:32.908Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T14:59:32.908Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:59:32.908Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:59:32.908Z] ---> 69913e1fe693 [2021-04-01T14:59:32.908Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 5b531832de04 [2021-04-01T14:59:32.908Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> c17f2d2dc14f [2021-04-01T14:59:32.908Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T14:59:32.908Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T14:59:32.908Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T14:59:32.908Z] ---> 69913e1fe693 [2021-04-01T14:59:32.908Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> 5b531832de04 [2021-04-01T14:59:32.908Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:59:32.908Z] ---> Using cache [2021-04-01T14:59:32.908Z] ---> c17f2d2dc14f [2021-04-01T14:59:32.908Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T14:59:36.290Z] ---> Running in cc5810c82605 [2021-04-01T14:59:36.290Z] ---> Running in f45e3e6a6950 [2021-04-01T14:59:36.290Z] ---> Running in 67566c7703d6 [2021-04-01T14:59:36.290Z] ---> Running in d3ffd4ccc966 [2021-04-01T14:59:37.025Z] Removing intermediate container 2e2d1a83278d [2021-04-01T14:59:37.025Z] ---> 0b4c48b3c2ca [2021-04-01T14:59:37.025Z] [2021-04-01T14:59:37.025Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T14:59:37.025Z] ---> 7230e588e954 [2021-04-01T14:59:37.025Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T14:59:37.025Z] ---> Using cache [2021-04-01T14:59:37.025Z] ---> f7fe31bd2196 [2021-04-01T14:59:37.025Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:59:37.025Z] ---> Using cache [2021-04-01T14:59:37.025Z] ---> 0b7f3de88183 [2021-04-01T14:59:37.025Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T14:59:37.025Z] ---> Running in 56add3d8842f [2021-04-01T14:59:37.316Z] Removing intermediate container 56add3d8842f [2021-04-01T14:59:37.316Z] ---> c81455779891 [2021-04-01T14:59:37.316Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T14:59:37.730Z] 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-04-01T14:59:37.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:59:37.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T14:59:37.730Z] 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-04-01T14:59:37.925Z] ---> Running in 8340379983e3 [2021-04-01T14:59:37.925Z] Removing intermediate container 0b1877588049 [2021-04-01T14:59:37.925Z] ---> af712ea505de [2021-04-01T14:59:37.925Z] [2021-04-01T14:59:37.925Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T14:59:37.925Z] ---> 7230e588e954 [2021-04-01T14:59:37.925Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T14:59:38.230Z] ---> Running in 06957098071a [2021-04-01T14:59:38.560Z] Removing intermediate container 8340379983e3 [2021-04-01T14:59:38.560Z] ---> 6c2a2b570635 [2021-04-01T14:59:38.560Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:59:38.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:59:38.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T14:59:39.705Z] OK: 217 MiB in 51 packages [2021-04-01T14:59:39.705Z] OK: 217 MiB in 51 packages [2021-04-01T14:59:41.717Z] Removing intermediate container f45e3e6a6950 [2021-04-01T14:59:41.717Z] ---> 8a918da64b8d [2021-04-01T14:59:41.717Z] Step 6/26 : COPY go.mod . [2021-04-01T14:59:41.993Z] Removing intermediate container d3ffd4ccc966 [2021-04-01T14:59:41.993Z] ---> 038ddbee2cb5 [2021-04-01T14:59:41.993Z] Step 6/23 : COPY go.mod . [2021-04-01T14:59:42.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:59:42.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:59:42.781Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T14:59:42.781Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T14:59:43.017Z] ---> 5d2e27a47135 [2021-04-01T14:59:43.017Z] Step 7/26 : RUN go mod download [2021-04-01T14:59:43.017Z] ---> e0735bbeaa75 [2021-04-01T14:59:43.070Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T14:59:43.070Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T14:59:43.070Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:59:43.295Z] Step 7/23 : RUN go mod download [2021-04-01T14:59:43.296Z] ---> Running in ca84de6d64ad [2021-04-01T14:59:43.351Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T14:59:43.351Z] ---> c833834fe73a [2021-04-01T14:59:43.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T14:59:43.351Z] OK: 7 MiB in 18 packages [2021-04-01T14:59:43.576Z] ---> Running in d5aefa7865f6 [2021-04-01T14:59:44.907Z] Removing intermediate container 2adb8a7e6363 [2021-04-01T14:59:44.907Z] ---> cc5950de264c [2021-04-01T14:59:44.907Z] [2021-04-01T14:59:44.907Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T14:59:44.907Z] ---> 7230e588e954 [2021-04-01T14:59:44.907Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T14:59:44.907Z] ---> Using cache [2021-04-01T14:59:44.907Z] ---> f7fe31bd2196 [2021-04-01T14:59:44.907Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T14:59:44.907Z] ---> Using cache [2021-04-01T14:59:44.907Z] ---> 0b7f3de88183 [2021-04-01T14:59:44.907Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T14:59:45.912Z] ---> e5fe8bee3960 [2021-04-01T14:59:45.912Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T14:59:45.912Z] ---> Running in 2837011819f8 [2021-04-01T14:59:46.924Z] Removing intermediate container 8803d206f11a [2021-04-01T14:59:46.924Z] ---> 9bb116f70030 [2021-04-01T14:59:46.924Z] [2021-04-01T14:59:46.924Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T14:59:46.924Z] ---> 7230e588e954 [2021-04-01T14:59:46.924Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T14:59:46.924Z] Removing intermediate container 2837011819f8 [2021-04-01T14:59:46.924Z] ---> 8cb403ce1e95 [2021-04-01T14:59:46.924Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T14:59:46.924Z] ---> e31f9c92829e [2021-04-01T14:59:46.924Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T14:59:46.924Z] Removing intermediate container 06957098071a [2021-04-01T14:59:46.924Z] ---> 732760cc5c5f [2021-04-01T14:59:46.924Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T14:59:47.205Z] ---> Running in c42302992ae4 [2021-04-01T14:59:47.205Z] ---> Running in 0f8d1a22d138 [2021-04-01T14:59:47.569Z] ---> Running in e98711442606 [2021-04-01T14:59:47.989Z] ---> Running in 13f16e69db92 [2021-04-01T14:59:48.287Z] Removing intermediate container c42302992ae4 [2021-04-01T14:59:48.287Z] ---> 514f1f120df4 [2021-04-01T14:59:48.287Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T14:59:48.287Z] Removing intermediate container 0f8d1a22d138 [2021-04-01T14:59:48.287Z] ---> ccf8087932b4 [2021-04-01T14:59:48.287Z] Step 15/23 : WORKDIR / [2021-04-01T14:59:48.287Z] Removing intermediate container 13f16e69db92 [2021-04-01T14:59:48.287Z] ---> a7f50608d5b1 [2021-04-01T14:59:48.287Z] Step 13/21 : WORKDIR /edgex [2021-04-01T14:59:48.287Z] ---> Running in 5b66c36e79f6 [2021-04-01T14:59:48.287Z] Removing intermediate container e98711442606 [2021-04-01T14:59:48.287Z] ---> 5263e3e1149e [2021-04-01T14:59:48.287Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:59:48.601Z] ---> Running in b43ad1819bb8 [2021-04-01T14:59:48.601Z] ---> Running in f7e67ed78d7e [2021-04-01T14:59:48.601Z] ---> Running in 9f20ca21316a [2021-04-01T14:59:48.934Z] Removing intermediate container 5b66c36e79f6 [2021-04-01T14:59:48.934Z] ---> 88ac79721552 [2021-04-01T14:59:48.934Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T14:59:48.934Z] Removing intermediate container b43ad1819bb8 [2021-04-01T14:59:48.934Z] ---> cf2db2f43269 [2021-04-01T14:59:48.934Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:59:48.934Z] ---> Running in 648f30bc78c4 [2021-04-01T14:59:49.031Z] Removing intermediate container ca84de6d64ad [2021-04-01T14:59:49.031Z] ---> 04dcff9123ec [2021-04-01T14:59:49.031Z] Step 8/26 : COPY . . [2021-04-01T14:59:49.031Z] Removing intermediate container d5aefa7865f6 [2021-04-01T14:59:49.031Z] ---> 7c64054e91ee [2021-04-01T14:59:49.031Z] Step 8/23 : COPY . . [2021-04-01T14:59:49.990Z] Removing intermediate container f7e67ed78d7e [2021-04-01T14:59:49.990Z] ---> 8be621dc5270 [2021-04-01T14:59:49.990Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T14:59:49.990Z] Removing intermediate container 9f20ca21316a [2021-04-01T14:59:49.990Z] ---> b5d55f468556 [2021-04-01T14:59:49.990Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T14:59:49.990Z] ---> 8a1d003d37e9 [2021-04-01T14:59:49.990Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T14:59:50.263Z] ---> Running in 626f1aa1011b [2021-04-01T14:59:50.263Z] Removing intermediate container 648f30bc78c4 [2021-04-01T14:59:50.263Z] ---> fd4c06ab89cf [2021-04-01T14:59:50.263Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T14:59:50.263Z] ---> Running in 4675733b44b0 [2021-04-01T14:59:50.539Z] ---> c82ae9c3e511 [2021-04-01T14:59:50.539Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T14:59:50.539Z] Removing intermediate container 626f1aa1011b [2021-04-01T14:59:50.539Z] ---> ba849bb3a506 [2021-04-01T14:59:50.539Z] Step 21/22 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:59:51.198Z] ---> Running in 7f8bd0c854c4 [2021-04-01T14:59:52.245Z] ---> 2e254475924d [2021-04-01T14:59:52.245Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T14:59:52.612Z] Removing intermediate container 7f8bd0c854c4 [2021-04-01T14:59:52.612Z] ---> 96a7f95ccdf8 [2021-04-01T14:59:52.612Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T14:59:52.612Z] ---> f567b04751d1 [2021-04-01T14:59:52.612Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T14:59:52.612Z] ---> Running in 3dbcdc2ea90f [2021-04-01T14:59:53.267Z] Removing intermediate container 3dbcdc2ea90f [2021-04-01T14:59:53.267Z] ---> f93b240378a7 [2021-04-01T14:59:53.267Z] [2021-04-01T14:59:53.267Z] ---> 74d2cca15e8d [2021-04-01T14:59:53.267Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T14:59:53.543Z] ---> Running in 90bec93cf2ce [2021-04-01T14:59:53.543Z] Successfully built f93b240378a7 [2021-04-01T14:59:53.964Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T14:59:53.964Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4675733b44b0 [2021-04-01T14:59:53.964Z] ---> 112e3beb643e [2021-04-01T14:59:53.964Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T14:59:53.964Z] ---> 18b2f6db28f9 [2021-04-01T14:59:53.964Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T14:59:53.964Z] ---> Running in 1ea3fde237fe [2021-04-01T14:59:53.964Z] ---> Running in bf97bcd134e7 [2021-04-01T14:59:53.964Z] Removing intermediate container 90bec93cf2ce [2021-04-01T14:59:53.964Z] ---> 1d635bfda262 [2021-04-01T14:59:53.964Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T14:59:54.269Z] ---> Running in e83a3f34ea06 [2021-04-01T14:59:54.269Z] Removing intermediate container bf97bcd134e7 [2021-04-01T14:59:54.269Z] ---> b2ea5323fab0 [2021-04-01T14:59:54.269Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T14:59:54.538Z] ---> Running in 5ea1507e9458 [2021-04-01T14:59:54.538Z] Removing intermediate container e83a3f34ea06 [2021-04-01T14:59:54.538Z] ---> d4e070c63577 [2021-04-01T14:59:54.538Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T14:59:54.538Z] ---> Running in 0368a6f2e11f [2021-04-01T14:59:54.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T14:59:54.861Z] Removing intermediate container 5ea1507e9458 [2021-04-01T14:59:54.861Z] ---> e12fc8175d14 [2021-04-01T14:59:54.861Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T14:59:54.861Z] Removing intermediate container 0368a6f2e11f [2021-04-01T14:59:54.861Z] ---> 6c6fef4761bd [2021-04-01T14:59:54.861Z] Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:59:54.861Z] ---> Running in 7aac47ce83bc [2021-04-01T14:59:54.861Z] ---> Running in e8ce5737e566 [2021-04-01T14:59:55.155Z] Removing intermediate container 7aac47ce83bc [2021-04-01T14:59:55.155Z] ---> 25f26cd93bde [2021-04-01T14:59:55.155Z] Step 20/21 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T14:59:55.155Z] ---> Running in 920347bac3d0 [2021-04-01T14:59:55.155Z] Removing intermediate container e8ce5737e566 [2021-04-01T14:59:55.155Z] ---> 08f7d803327f [2021-04-01T14:59:55.155Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T14:59:55.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T14:59:55.489Z] ---> Running in c55dec8b6683 [2021-04-01T14:59:55.833Z] Removing intermediate container 920347bac3d0 [2021-04-01T14:59:55.833Z] ---> f6a7932ef265 [2021-04-01T14:59:55.833Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T14:59:55.833Z] ---> Running in fb13bc6a6a40 [2021-04-01T14:59:56.245Z] Removing intermediate container c55dec8b6683 [2021-04-01T14:59:56.245Z] ---> 8010ab3814c8 [2021-04-01T14:59:56.245Z] [2021-04-01T14:59:56.532Z] Removing intermediate container fb13bc6a6a40 [2021-04-01T14:59:56.533Z] ---> 21b9202730cf [2021-04-01T14:59:56.533Z] [2021-04-01T14:59:56.533Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T14:59:56.533Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T14:59:56.533Z] Successfully built 8010ab3814c8 [2021-04-01T14:59:56.805Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T14:59:56.805Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T14:59:56.805Z]  Building docker-core-metadata-go ... done (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T14:59:56.805Z] Successfully built 21b9202730cf [2021-04-01T14:59:56.805Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T14:59:57.106Z]  Building docker-security-proxy-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T14:59:57.372Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T14:59:57.372Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T14:59:57.643Z] OK: 8 MiB in 20 packages [2021-04-01T14:59:58.620Z] Removing intermediate container 1ea3fde237fe [2021-04-01T14:59:58.620Z] ---> e3a1611d5bdb [2021-04-01T14:59:58.620Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T14:59:59.254Z] ---> 7f66c0ec7a0e [2021-04-01T14:59:59.254Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T15:00:00.751Z] ---> 08d840f24782 [2021-04-01T15:00:00.751Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T15:00:01.029Z] ---> 10a3aebe314c [2021-04-01T15:00:01.029Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T15:00:01.029Z] ---> Running in 5b4516c17b8c [2021-04-01T15:00:01.312Z] Removing intermediate container 5b4516c17b8c [2021-04-01T15:00:01.312Z] ---> 96a1e38c616e [2021-04-01T15:00:01.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:00:01.607Z] ---> Running in e796ee6724c7 [2021-04-01T15:00:02.247Z] Removing intermediate container e796ee6724c7 [2021-04-01T15:00:02.247Z] ---> 7410f43ae6df [2021-04-01T15:00:02.247Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T15:00:02.545Z] ---> Running in 503a4a0e8b4d [2021-04-01T15:00:02.897Z] Removing intermediate container 503a4a0e8b4d [2021-04-01T15:00:02.897Z] ---> 2b6706ccfa9a [2021-04-01T15:00:02.897Z] Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:00:02.897Z] ---> Running in a044f70bb297 [2021-04-01T15:00:03.208Z] Removing intermediate container a044f70bb297 [2021-04-01T15:00:03.208Z] ---> 6ca10a7fd558 [2021-04-01T15:00:03.208Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T15:00:03.524Z] ---> Running in 64d5c8430a41 [2021-04-01T15:00:04.167Z] Removing intermediate container 64d5c8430a41 [2021-04-01T15:00:04.167Z] ---> 842f5c2537e4 [2021-04-01T15:00:04.167Z] [2021-04-01T15:00:04.167Z] Successfully built 842f5c2537e4 [2021-04-01T15:00:04.473Z] Successfully tagged docker-core-data-go:latest [2021-04-01T15:00:04.790Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-01T15:00:04.837Z] $ docker stop --time=1 335dfd6706aeb199839190eb812b4015bca5010402ae56eeab45a0a62bf8f93d [2021-04-01T15:00:07.481Z] $ docker rm -f 335dfd6706aeb199839190eb812b4015bca5010402ae56eeab45a0a62bf8f93d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T15:00:08.155Z] + docker images [2021-04-01T15:00:08.155Z] + grep docker [2021-04-01T15:00:08.771Z] docker-core-data-go latest 842f5c2537e4 5 seconds ago 22.7MB [2021-04-01T15:00:08.771Z] docker-security-proxy-setup-go latest 21b9202730cf 13 seconds ago 25.4MB [2021-04-01T15:00:08.771Z] docker-core-metadata-go latest 8010ab3814c8 13 seconds ago 19MB [2021-04-01T15:00:08.771Z] docker-support-scheduler-go latest f93b240378a7 16 seconds ago 17.4MB [2021-04-01T15:00:08.771Z] docker-sys-mgmt-agent-go latest 5e23144d26fc 56 seconds ago 314MB [2021-04-01T15:00:08.771Z] docker-security-bootstrapper-go latest 44bd1b00dab4 4 minutes ago 18.9MB [2021-04-01T15:00:08.771Z] docker-security-secretstore-setup-go latest 8cee53b26e67 4 minutes ago 25.7MB [2021-04-01T15:00:08.771Z] docker-support-notifications-go latest 8a6d5ac7e3d3 5 minutes ago 17.9MB [2021-04-01T15:00:08.771Z] docker-core-command-go latest 98cdc3189962 5 minutes ago 17.3MB [2021-04-01T15:00:08.771Z] docker 20.10.0 aefe523efa57 3 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-04-01T15:00:21.424Z] ---> 3e7d4a82f94c [2021-04-01T15:00:21.425Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T15:00:21.425Z] ---> 524dacafd824 [2021-04-01T15:00:21.425Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T15:00:21.425Z] ---> Running in 9a58f2420c6e [2021-04-01T15:00:21.425Z] ---> Running in 2313095ddd4d [2021-04-01T15:00:21.425Z] 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-04-01T15:00:21.425Z] 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-04-01T15:00:24.992Z] Still waiting to schedule task [2021-04-01T15:00:24.992Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-01T15:00:36.828Z] 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-04-01T15:00:55.181Z] Removing intermediate container 67566c7703d6 [2021-04-01T15:00:55.181Z] ---> 28da7d287401 [2021-04-01T15:00:55.181Z] [2021-04-01T15:00:55.181Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T15:00:55.181Z] ---> d75e27dfc0a0 [2021-04-01T15:00:55.181Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T15:00:55.181Z] ---> Running in 68551bf674b5 [2021-04-01T15:00:55.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:00:56.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:00:56.669Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T15:00:56.669Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:00:56.669Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T15:00:56.947Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T15:00:56.947Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:00:56.947Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:00:57.230Z] OK: 7 MiB in 18 packages [2021-04-01T15:00:59.228Z] Removing intermediate container cc5810c82605 [2021-04-01T15:00:59.228Z] ---> 879c7b046c17 [2021-04-01T15:00:59.228Z] [2021-04-01T15:00:59.228Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:00:59.228Z] ---> d75e27dfc0a0 [2021-04-01T15:00:59.228Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:00:59.228Z] ---> Using cache [2021-04-01T15:00:59.228Z] ---> abb0b1dafa1c [2021-04-01T15:00:59.228Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:00:59.228Z] ---> Using cache [2021-04-01T15:00:59.228Z] ---> 0e64f63755ed [2021-04-01T15:00:59.228Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T15:00:59.831Z] ---> Running in daac158576d8 [2021-04-01T15:00:59.831Z] Removing intermediate container 68551bf674b5 [2021-04-01T15:00:59.831Z] ---> 75c00b2bdd35 [2021-04-01T15:00:59.831Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T15:01:00.109Z] ---> Running in d433d3c6d7d1 [2021-04-01T15:01:00.385Z] Removing intermediate container daac158576d8 [2021-04-01T15:01:00.385Z] ---> 98f762ecad1e [2021-04-01T15:01:00.385Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T15:01:00.663Z] ---> Running in ee6181056d99 [2021-04-01T15:01:00.939Z] Removing intermediate container d433d3c6d7d1 [2021-04-01T15:01:00.939Z] ---> 555b2ef0109a [2021-04-01T15:01:00.939Z] Step 13/21 : WORKDIR /edgex [2021-04-01T15:01:01.216Z] ---> Running in dc6f89fc55e8 [2021-04-01T15:01:01.494Z] Removing intermediate container ee6181056d99 [2021-04-01T15:01:01.494Z] ---> 5c7ca46c95ce [2021-04-01T15:01:01.494Z] Step 15/23 : WORKDIR / [2021-04-01T15:01:01.771Z] ---> Running in 93ba97734763 [2021-04-01T15:01:02.049Z] Removing intermediate container dc6f89fc55e8 [2021-04-01T15:01:02.049Z] ---> bdee543d6b08 [2021-04-01T15:01:02.049Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T15:01:03.041Z] Removing intermediate container 93ba97734763 [2021-04-01T15:01:03.041Z] ---> b324dba87a81 [2021-04-01T15:01:03.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:01:03.323Z] ---> 2d8ffb5d8c0f [2021-04-01T15:01:03.323Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T15:01:04.321Z] ---> 0a8139c6fda7 [2021-04-01T15:01:04.321Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T15:01:06.336Z] ---> cdec7342770b [2021-04-01T15:01:06.336Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T15:01:06.613Z] ---> ac1db601636c [2021-04-01T15:01:06.613Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T15:01:08.075Z] ---> 20277c6f8ec9 [2021-04-01T15:01:08.075Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T15:01:08.075Z] ---> 9fbec4404851 [2021-04-01T15:01:08.075Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T15:01:08.075Z] ---> Running in 443334cf1ee3 [2021-04-01T15:01:08.358Z] ---> Running in 5260aa1db5b5 [2021-04-01T15:01:08.963Z] Removing intermediate container 443334cf1ee3 [2021-04-01T15:01:08.963Z] ---> 67e716c464e2 [2021-04-01T15:01:08.963Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:01:09.242Z] Removing intermediate container 5260aa1db5b5 [2021-04-01T15:01:09.242Z] ---> 3458af075600 [2021-04-01T15:01:09.242Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T15:01:09.242Z] ---> Running in db7251db383e [2021-04-01T15:01:09.242Z] ---> Running in f1a20c5ef39b [2021-04-01T15:01:09.849Z] Removing intermediate container db7251db383e [2021-04-01T15:01:09.849Z] ---> 9348849d7fea [2021-04-01T15:01:09.849Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T15:01:10.126Z] ---> Running in 67d28cc4daef [2021-04-01T15:01:10.126Z] Removing intermediate container f1a20c5ef39b [2021-04-01T15:01:10.126Z] ---> 2a69f54dbf4a [2021-04-01T15:01:10.126Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T15:01:10.421Z] ---> Running in bc097be8fa23 [2021-04-01T15:01:11.031Z] Removing intermediate container 67d28cc4daef [2021-04-01T15:01:11.031Z] ---> e3282269b9a0 [2021-04-01T15:01:11.031Z] Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:01:11.031Z] ---> Running in b0e9fd8ad0d2 [2021-04-01T15:01:11.309Z] Removing intermediate container bc097be8fa23 [2021-04-01T15:01:11.309Z] ---> 8802a73d2236 [2021-04-01T15:01:11.309Z] Step 20/21 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:01:11.309Z] ---> Running in a6698673f39a [2021-04-01T15:01:11.915Z] Removing intermediate container b0e9fd8ad0d2 [2021-04-01T15:01:11.915Z] ---> e1e759749c9f [2021-04-01T15:01:11.915Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T15:01:12.195Z] ---> Running in 5bf5f0bd3fad [2021-04-01T15:01:12.195Z] Removing intermediate container a6698673f39a [2021-04-01T15:01:12.195Z] ---> ba593eef0897 [2021-04-01T15:01:12.195Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T15:01:12.472Z] ---> Running in 4395cfad8380 [2021-04-01T15:01:12.753Z] Removing intermediate container 5bf5f0bd3fad [2021-04-01T15:01:12.753Z] ---> 0498d057bba9 [2021-04-01T15:01:12.753Z] [2021-04-01T15:01:13.359Z] Removing intermediate container 4395cfad8380 [2021-04-01T15:01:13.359Z] ---> 6f037d14fb91 [2021-04-01T15:01:13.359Z] [2021-04-01T15:01:13.635Z] Successfully built 0498d057bba9 [2021-04-01T15:01:13.635Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T15:01:13.912Z]  Building docker-core-command-go ... done Successfully built 6f037d14fb91 [2021-04-01T15:01:13.912Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T15:01:28.205Z] Running on prd-ubuntu18.04-docker-8c-8g-32467 in /w/workspace/edgexfoundry_edgex-go_PR-3330 [Pipeline] { [Pipeline] ws [2021-04-01T15:01:28.273Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-01T15:01:30.430Z] using credential edgex-jenkins-ssh [2021-04-01T15:01:30.491Z] Cloning the remote Git repository [2021-04-01T15:01:30.525Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T15:01:30.593Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-01T15:01:30.619Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T15:01:30.620Z] > git --version # timeout=10 [2021-04-01T15:01:30.627Z] > git --version # 'git version 2.17.1' [2021-04-01T15:01:30.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T15:01:30.657Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T15:01:36.171Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2313095ddd4d [2021-04-01T15:01:36.171Z] ---> 4eb77e245f30 [2021-04-01T15:01:36.171Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T15:01:36.171Z] ---> Running in b196246ed352 [2021-04-01T15:01:36.171Z] 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-04-01T15:01:36.340Z] Merging remotes/origin/master commit 59c9a15376a292558addc495dbf8de0fe8fb6b07 into PR head commit cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:01:36.469Z] Merge succeeded, producing cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:01:36.470Z] Checking out Revision cbc1041f9e60e940360c6d71b382e15765689a55 (PR-3330) [2021-04-01T15:01:35.692Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T15:01:35.699Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T15:01:35.713Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T15:01:35.729Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T15:01:35.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T15:01:35.734Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3330/head:refs/remotes/origin/PR-3330 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T15:01:36.368Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T15:01:36.377Z] > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 [2021-04-01T15:01:36.456Z] > git remote # timeout=10 [2021-04-01T15:01:36.464Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T15:01:36.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T15:01:36.473Z] > git merge 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 [2021-04-01T15:01:36.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T15:01:36.492Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T15:01:36.499Z] > git checkout -f cbc1041f9e60e940360c6d71b382e15765689a55 # timeout=10 [2021-04-01T15:01:38.800Z] Removing intermediate container b196246ed352 [2021-04-01T15:01:38.800Z] ---> 54e776384888 [2021-04-01T15:01:38.801Z] [2021-04-01T15:01:38.801Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T15:01:39.073Z] 20.10.0: Pulling from library/docker [2021-04-01T15:01:40.165Z] Commit message: "feat: Add RedisDB Password for v2 security mode" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:01:41.491Z] + echo snap-build.sh [2021-04-01T15:01:41.491Z] snap-build.sh [2021-04-01T15:01:41.491Z] + SNAP_BASE_DIR=. [2021-04-01T15:01:41.491Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-01T15:01:41.491Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-01T15:01:41.491Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-01T15:01:41.491Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-01T15:01:41.491Z] + cd /w/workspace/edgex-go/2 [2021-04-01T15:01:41.491Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T15:01:41.491Z] Reading package lists... [2021-04-01T15:01:41.491Z] Building dependency tree... [2021-04-01T15:01:41.491Z] Reading state information... [2021-04-01T15:01:41.753Z] The following packages were automatically installed and are no longer required: [2021-04-01T15:01:41.753Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T15:01:41.753Z] uidmap xdelta3 [2021-04-01T15:01:41.753Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T15:01:41.753Z] The following packages will be REMOVED: [2021-04-01T15:01:41.753Z] lxd* lxd-client* [2021-04-01T15:01:42.014Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T15:01:42.014Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T15:01:43.334Z] (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-04-01T15:01:43.334Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T15:01:44.286Z] Removing lxd dnsmasq configuration [2021-04-01T15:01:44.286Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T15:01:44.548Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T15:01:45.492Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T15:01:45.754Z] (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-04-01T15:01:45.754Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T15:01:47.148Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T15:01:47.148Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T15:01:48.537Z] + sudo snap remove --purge lxd [2021-04-01T15:01:48.537Z] snap "lxd" is not installed [2021-04-01T15:01:48.537Z] + sudo groupadd --force --system lxd [2021-04-01T15:01:48.537Z] ++ whoami [2021-04-01T15:01:48.537Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T15:01:48.537Z] + newgrp - lxd [2021-04-01T15:01:48.799Z] + sudo snap install lxd [2021-04-01T15:01:49.223Z] Removing intermediate container 9a58f2420c6e [2021-04-01T15:01:49.223Z] ---> 7e9e4c845314 [2021-04-01T15:01:49.223Z] [2021-04-01T15:01:49.223Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:01:49.223Z] ---> d75e27dfc0a0 [2021-04-01T15:01:49.223Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T15:01:49.223Z] ---> Running in eb604b12daa4 [2021-04-01T15:01:49.223Z] Removing intermediate container eb604b12daa4 [2021-04-01T15:01:49.223Z] ---> 2bf7a3d08815 [2021-04-01T15:01:49.223Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T15:01:49.223Z] ---> Running in 582fad605e12 [2021-04-01T15:01:49.223Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T15:01:49.223Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T15:01:49.223Z] ---> eeaf43b92773 [2021-04-01T15:01:49.223Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T15:01:49.223Z] ---> Running in 9ccb46048ce1 [2021-04-01T15:01:49.223Z] Removing intermediate container 582fad605e12 [2021-04-01T15:01:49.223Z] ---> c719d8707e5d [2021-04-01T15:01:49.223Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T15:01:49.223Z] ---> Running in d7c4ed0c595c [2021-04-01T15:01:49.816Z] Removing intermediate container d7c4ed0c595c [2021-04-01T15:01:49.816Z] ---> a734cdf8b208 [2021-04-01T15:01:49.816Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:01:49.816Z] ---> Running in e4e39c9fdfd6 [2021-04-01T15:01:50.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:01:50.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:01:50.955Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T15:01:50.955Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T15:01:50.955Z] Executing bash-5.0.17-r0.post-install [2021-04-01T15:01:50.955Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:01:50.955Z] OK: 12 MiB in 22 packages [2021-04-01T15:01:51.929Z] Removing intermediate container e4e39c9fdfd6 [2021-04-01T15:01:51.929Z] ---> 8ed3210e103f [2021-04-01T15:01:51.929Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T15:01:52.205Z] ---> Running in 811c8ba9aeae [2021-04-01T15:01:52.478Z] Removing intermediate container 9ccb46048ce1 [2021-04-01T15:01:52.478Z] ---> ddabb7795f0b [2021-04-01T15:01:52.478Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T15:01:52.751Z] ---> Running in 4f77b2c592f4 [2021-04-01T15:01:53.024Z] Removing intermediate container 4f77b2c592f4 [2021-04-01T15:01:53.024Z] ---> 30cd6abebebf [2021-04-01T15:01:53.024Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T15:01:53.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:01:53.297Z] ---> Running in 948f7688e05a [2021-04-01T15:01:53.896Z] Removing intermediate container 948f7688e05a [2021-04-01T15:01:53.896Z] ---> df109b9247a3 [2021-04-01T15:01:53.896Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T15:01:53.896Z] ---> Running in 3dbb2075675b [2021-04-01T15:01:53.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:01:54.169Z] Removing intermediate container 3dbb2075675b [2021-04-01T15:01:54.169Z] ---> 24583017306d [2021-04-01T15:01:54.169Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T15:01:54.761Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T15:01:54.761Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T15:01:55.033Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T15:01:55.033Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T15:01:55.304Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T15:01:55.577Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T15:01:55.577Z] ---> 923bfdfc42f8 [2021-04-01T15:01:55.577Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T15:01:55.577Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:01:55.577Z] OK: 8 MiB in 20 packages [2021-04-01T15:01:56.558Z] ---> 7e20dbadc32d [2021-04-01T15:01:56.558Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T15:01:56.833Z] Removing intermediate container 811c8ba9aeae [2021-04-01T15:01:56.833Z] ---> 19f87b6aac3c [2021-04-01T15:01:56.833Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:01:57.438Z] ---> 234d2f3ea7bb [2021-04-01T15:01:57.438Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T15:01:57.438Z] ---> Running in 1d0d900cca04 [2021-04-01T15:01:57.710Z] ---> 5d12fe335150 [2021-04-01T15:01:57.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T15:01:59.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:01:59.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:01:59.136Z] ---> 5075cb999250 [2021-04-01T15:01:59.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T15:01:59.419Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T15:01:59.419Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T15:01:59.419Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T15:01:59.419Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T15:01:59.419Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T15:01:59.419Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T15:01:59.419Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T15:02:00.854Z] ---> 96381dc73cca [2021-04-01T15:02:00.854Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T15:02:01.129Z] ---> Running in 26a78c5ba811 [2021-04-01T15:02:01.404Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T15:02:01.404Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T15:02:01.404Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T15:02:01.404Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T15:02:01.404Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T15:02:01.404Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T15:02:01.404Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T15:02:01.404Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T15:02:01.404Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T15:02:01.404Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T15:02:01.674Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T15:02:01.674Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T15:02:01.674Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T15:02:01.674Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T15:02:01.674Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T15:02:01.674Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T15:02:01.674Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T15:02:01.674Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T15:02:01.674Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T15:02:01.674Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T15:02:01.674Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T15:02:01.951Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T15:02:01.951Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T15:02:01.951Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T15:02:01.951Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T15:02:01.951Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T15:02:01.951Z] Removing intermediate container 26a78c5ba811 [2021-04-01T15:02:01.951Z] ---> 533a2e27a419 [2021-04-01T15:02:01.951Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:02:01.951Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:02:01.951Z] OK: 71 MiB in 55 packages [2021-04-01T15:02:02.226Z] ---> Running in 71b1447ec966 [2021-04-01T15:02:02.822Z] Removing intermediate container 71b1447ec966 [2021-04-01T15:02:02.822Z] ---> 938509706efa [2021-04-01T15:02:02.822Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T15:02:02.822Z] ---> Running in 175d86953ba4 [2021-04-01T15:02:03.419Z] Removing intermediate container 175d86953ba4 [2021-04-01T15:02:03.419Z] ---> a12d490dc759 [2021-04-01T15:02:03.419Z] Step 22/23 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:02:03.738Z] 2021-04-01T15:01:59Z INFO Waiting for automatic snapd restart... [2021-04-01T15:02:03.753Z] ---> Running in 89ff09ab817c [2021-04-01T15:02:04.355Z] Removing intermediate container 89ff09ab817c [2021-04-01T15:02:04.355Z] ---> 85c80eda11d3 [2021-04-01T15:02:04.355Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T15:02:04.640Z] ---> Running in 3273dac2d67b [2021-04-01T15:02:05.300Z] Removing intermediate container 3273dac2d67b [2021-04-01T15:02:05.300Z] ---> 92408f159fb2 [2021-04-01T15:02:05.300Z] [2021-04-01T15:02:05.571Z] Successfully built 92408f159fb2 [2021-04-01T15:02:05.571Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T15:02:08.183Z]  Building docker-core-data-go ... done Removing intermediate container 1d0d900cca04 [2021-04-01T15:02:08.183Z] ---> 56b69063d56b [2021-04-01T15:02:08.183Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T15:02:08.455Z] ---> Running in 6d37e226964c [2021-04-01T15:02:13.836Z] Collecting docker-compose==1.23.2 [2021-04-01T15:02:13.836Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T15:02:13.836Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T15:02:13.836Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T15:02:15.795Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T15:02:15.795Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T15:02:17.218Z] 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-04-01T15:02:17.506Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T15:02:17.506Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T15:02:18.104Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T15:02:18.104Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T15:02:20.741Z] Collecting PyYAML<4,>=3.10 [2021-04-01T15:02:20.741Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T15:02:24.111Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T15:02:24.111Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T15:02:24.111Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T15:02:24.111Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T15:02:24.700Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T15:02:24.700Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T15:02:26.120Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T15:02:26.120Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T15:02:26.390Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T15:02:26.390Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T15:02:26.659Z] Collecting idna<2.8,>=2.5 [2021-04-01T15:02:26.659Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T15:02:27.249Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T15:02:27.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T15:02:27.519Z] 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-04-01T15:02:27.519Z] 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-04-01T15:02:27.519Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T15:02:27.519Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T15:02:27.519Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T15:02:27.519Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T15:02:28.488Z] Installing collected packages: texttable, docopt, jsonschema, dockerpty, PyYAML, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-04-01T15:02:28.488Z] Running setup.py install for texttable: started [2021-04-01T15:02:30.349Z] lxd 4.12 from Canonical* installed [2021-04-01T15:02:30.349Z] + sudo lxd init --auto [2021-04-01T15:02:30.457Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T15:02:30.457Z] Running setup.py install for docopt: started [2021-04-01T15:02:31.878Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T15:02:32.146Z] Running setup.py install for dockerpty: started [2021-04-01T15:02:34.107Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T15:02:34.107Z] Running setup.py install for PyYAML: started [2021-04-01T15:02:36.074Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T15:02:36.346Z] Attempting uninstall: idna [2021-04-01T15:02:36.346Z] Found existing installation: idna 2.9 [2021-04-01T15:02:36.346Z] Uninstalling idna-2.9: [2021-04-01T15:02:36.617Z] Successfully uninstalled idna-2.9 [2021-04-01T15:02:36.946Z] + sudo snap install --classic snapcraft [2021-04-01T15:02:37.208Z] Attempting uninstall: urllib3 [2021-04-01T15:02:37.208Z] Found existing installation: urllib3 1.25.9 [2021-04-01T15:02:37.208Z] Uninstalling urllib3-1.25.9: [2021-04-01T15:02:37.481Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T15:02:37.753Z] Attempting uninstall: requests [2021-04-01T15:02:37.753Z] Found existing installation: requests 2.23.0 [2021-04-01T15:02:37.753Z] Uninstalling requests-2.23.0: [2021-04-01T15:02:38.023Z] Successfully uninstalled requests-2.23.0 [2021-04-01T15:02:39.988Z] 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-04-01T15:02:44.283Z] Removing intermediate container 6d37e226964c [2021-04-01T15:02:44.283Z] ---> 1c5246a1db9e [2021-04-01T15:02:44.283Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T15:02:44.283Z] ---> Running in 968e4cc5b3ef [2021-04-01T15:02:44.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:02:45.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:02:45.735Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:02:45.735Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T15:02:45.735Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T15:02:45.735Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:02:45.735Z] OK: 72 MiB in 58 packages [2021-04-01T15:02:47.166Z] Removing intermediate container 968e4cc5b3ef [2021-04-01T15:02:47.166Z] ---> 7ed3caf9f0f6 [2021-04-01T15:02:47.166Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T15:02:47.166Z] ---> Running in f013a1b12739 [2021-04-01T15:02:47.761Z] Removing intermediate container f013a1b12739 [2021-04-01T15:02:47.761Z] ---> 42546def0fe2 [2021-04-01T15:02:47.761Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:02:47.761Z] ---> Running in 42570851a1bd [2021-04-01T15:02:48.353Z] Removing intermediate container 42570851a1bd [2021-04-01T15:02:48.353Z] ---> 3198ccdfe1ca [2021-04-01T15:02:48.353Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T15:02:48.353Z] ---> Running in 35d8b31f2106 [2021-04-01T15:02:48.624Z] Removing intermediate container 35d8b31f2106 [2021-04-01T15:02:48.624Z] ---> c5ba3b05faf4 [2021-04-01T15:02:48.624Z] Step 25/26 : LABEL git_sha=cbc1041f9e60e940360c6d71b382e15765689a55 [2021-04-01T15:02:48.896Z] ---> Running in 3c4be4d016c4 [2021-04-01T15:02:49.168Z] Removing intermediate container 3c4be4d016c4 [2021-04-01T15:02:49.168Z] ---> 823315f8a108 [2021-04-01T15:02:49.168Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T15:02:49.214Z] snapcraft 4.6 from Canonical* installed [2021-04-01T15:02:49.214Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T15:02:49.214Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T15:02:49.214Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:02:49.215Z] Dload Upload Total Spent Left Speed [2021-04-01T15:02:49.439Z] ---> Running in 027f7cce7f2f [2021-04-01T15:02:49.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-01T15:02:49.738Z] 100 3325k 100 3325k 0 0 8962k 0 --:--:-- --:--:-- --:--:-- 8962k [2021-04-01T15:02:49.738Z] ./yq_linux_amd64 [2021-04-01T15:02:49.738Z] + sudo snapcraft prime --use-lxd [2021-04-01T15:02:50.029Z] Removing intermediate container 027f7cce7f2f [2021-04-01T15:02:50.029Z] ---> 9c98c5c46ccd [2021-04-01T15:02:50.029Z] [2021-04-01T15:02:50.301Z] Successfully built 9c98c5c46ccd [2021-04-01T15:02:50.301Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T15:02:50.586Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T15:02:50.595Z] $ docker stop --time=1 0b3e5c39d174b6932a349f53bf70cb642424a2576e5b603e07b437af6238e58c [2021-04-01T15:02:51.657Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T15:02:51.657Z] 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-04-01T15:02:51.657Z] - README.md [2021-04-01T15:02:51.657Z] [2021-04-01T15:02:51.657Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T15:02:51.925Z] Launching a container. [2021-04-01T15:02:52.576Z] $ docker rm -f 0b3e5c39d174b6932a349f53bf70cb642424a2576e5b603e07b437af6238e58c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T15:02:53.313Z] + grep docker [2021-04-01T15:02:53.313Z] + docker images [2021-04-01T15:02:53.585Z] docker-sys-mgmt-agent-go-arm64 latest 9c98c5c46ccd 4 seconds ago 301MB [2021-04-01T15:02:53.585Z] docker-core-data-go-arm64 latest 92408f159fb2 49 seconds ago 21.4MB [2021-04-01T15:02:53.585Z] docker-security-proxy-setup-go-arm64 latest 6f037d14fb91 About a minute ago 24.1MB [2021-04-01T15:02:53.585Z] docker-core-command-go-arm64 latest 0498d057bba9 About a minute ago 16.3MB [2021-04-01T15:02:53.585Z] docker-security-bootstrapper-go-arm64 latest cd3cb884992c 4 minutes ago 17.9MB [2021-04-01T15:02:53.585Z] docker-core-metadata-go-arm64 latest 33470c61efdf 4 minutes ago 17.9MB [2021-04-01T15:02:53.585Z] docker-support-scheduler-go-arm64 latest 7bd5f591006e 4 minutes ago 16.4MB [2021-04-01T15:02:53.585Z] docker-security-secretstore-setup-go-arm64 latest 1af4d41685a9 4 minutes ago 24.4MB [2021-04-01T15:02:53.585Z] docker-support-notifications-go-arm64 latest d9c8cc73dfa8 4 minutes ago 16.9MB [2021-04-01T15:02:53.585Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:02:54.766Z] ---> job-cost.sh [2021-04-01T15:02:54.766Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CdQk [2021-04-01T15:03:04.187Z] Waiting for container to be ready [2021-04-01T15:03:04.187Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T15:03:04.187Z] [2021-04-01T15:03:07.492Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T15:03:08.065Z] Waiting for network to be ready... [2021-04-01T15:03:08.327Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T15:03:08.587Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T15:03:08.587Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T15:03:08.587Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T15:03:08.587Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T15:03:08.587Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T15:03:08.587Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T15:03:08.587Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T15:03:08.587Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T15:03:08.848Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T15:03:09.111Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T15:03:09.111Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T15:03:09.372Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T15:03:09.372Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T15:03:09.372Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T15:03:09.372Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T15:03:09.372Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T15:03:09.372Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T15:03:09.944Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T15:03:10.205Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T15:03:10.205Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T15:03:10.205Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T15:03:10.205Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T15:03:10.205Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T15:03:10.205Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T15:03:10.205Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T15:03:10.205Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T15:03:12.766Z] Fetched 24.2 MB in 4s (5935 kB/s) [2021-04-01T15:03:13.345Z] Reading package lists... [2021-04-01T15:03:13.606Z] Reading package lists... [2021-04-01T15:03:13.867Z] Building dependency tree... [2021-04-01T15:03:13.867Z] Reading state information... [2021-04-01T15:03:13.867Z] The following additional packages will be installed: [2021-04-01T15:03:13.867Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T15:03:13.867Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T15:03:13.867Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T15:03:13.867Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T15:03:13.867Z] Suggested packages: [2021-04-01T15:03:13.867Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T15:03:13.867Z] Recommended packages: [2021-04-01T15:03:13.867Z] gnupg libsasl2-modules [2021-04-01T15:03:13.867Z] The following NEW packages will be installed: [2021-04-01T15:03:13.867Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T15:03:13.867Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T15:03:13.867Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T15:03:13.867Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T15:03:13.867Z] The following packages will be upgraded: [2021-04-01T15:03:13.867Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T15:03:14.133Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T15:03:14.133Z] Need to get 3530 kB of archives. [2021-04-01T15:03:14.133Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T15:03:14.133Z] 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-04-01T15:03:14.133Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T15:03:14.395Z] 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-04-01T15:03:14.395Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T15:03:14.395Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T15:03:14.395Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-01T15:03:14.968Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T15:03:14.968Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T15:03:14.968Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T15:03:14.968Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T15:03:14.968Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T15:03:14.968Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T15:03:14.968Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T15:03:14.968Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T15:03:14.968Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T15:03:14.968Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T15:03:14.968Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T15:03:14.968Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T15:03:14.968Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T15:03:14.968Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T15:03:14.968Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T15:03:14.968Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T15:03:15.230Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T15:03:15.230Z] Fetched 3530 kB in 1s (3140 kB/s) [2021-04-01T15:03:15.230Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T15:03:15.230Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T15:03:15.230Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T15:03:15.491Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T15:03:15.491Z] Selecting previously unselected package udev. [2021-04-01T15:03:15.491Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T15:03:15.491Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T15:03:15.491Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T15:03:15.752Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T15:03:15.752Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T15:03:15.752Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T15:03:16.014Z] Selecting previously unselected package fuse. [2021-04-01T15:03:16.014Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T15:03:16.014Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T15:03:16.014Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T15:03:16.014Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T15:03:16.275Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T15:03:16.275Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T15:03:16.275Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T15:03:16.275Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T15:03:16.538Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T15:03:16.538Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T15:03:16.538Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T15:03:16.538Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T15:03:16.538Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:16.538Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:16.799Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T15:03:16.799Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:16.799Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:16.799Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T15:03:16.799Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:16.799Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.061Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T15:03:17.061Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:17.061Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.061Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T15:03:17.061Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:17.061Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.061Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T15:03:17.061Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:17.061Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.323Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T15:03:17.323Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:17.323Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.323Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T15:03:17.323Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:17.323Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.584Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T15:03:17.584Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T15:03:17.584Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:17.584Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T15:03:17.584Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T15:03:17.584Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T15:03:17.584Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T15:03:17.584Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T15:03:17.584Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T15:03:17.845Z] Selecting previously unselected package libldap-common. [2021-04-01T15:03:17.845Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T15:03:17.845Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T15:03:17.845Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T15:03:17.845Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T15:03:17.845Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T15:03:17.845Z] Selecting previously unselected package dirmngr. [2021-04-01T15:03:18.107Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T15:03:18.107Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T15:03:18.107Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T15:03:18.107Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T15:03:18.107Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T15:03:18.107Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T15:03:18.107Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T15:03:18.107Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T15:03:18.370Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:18.370Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T15:03:18.370Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T15:03:18.370Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T15:03:18.631Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T15:03:18.894Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:18.894Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T15:03:18.894Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T15:03:18.894Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T15:03:18.894Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:18.894Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:18.894Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:19.155Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:19.155Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:19.155Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:19.155Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T15:03:19.155Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T15:03:19.155Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T15:03:19.155Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T15:03:19.727Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T15:03:19.727Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T15:03:19.727Z] This means they are not meant to be enabled using systemctl. [2021-04-01T15:03:19.727Z] Possible reasons for having this kind of units are: [2021-04-01T15:03:19.727Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T15:03:19.727Z] .wants/ or .requires/ directory. [2021-04-01T15:03:19.727Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T15:03:19.727Z] a requirement dependency on it. [2021-04-01T15:03:19.727Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T15:03:19.727Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T15:03:19.727Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T15:03:19.727Z] instance name specified. [2021-04-01T15:03:19.991Z] Reading package lists... [2021-04-01T15:03:20.260Z] Building dependency tree... [2021-04-01T15:03:20.260Z] Reading state information... [2021-04-01T15:03:20.523Z] The following additional packages will be installed: [2021-04-01T15:03:20.523Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T15:03:20.523Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T15:03:20.523Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T15:03:20.523Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T15:03:20.523Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T15:03:20.523Z] Suggested packages: [2021-04-01T15:03:20.523Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T15:03:20.523Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T15:03:20.523Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T15:03:20.523Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T15:03:20.523Z] systemd-container policykit-1 [2021-04-01T15:03:20.523Z] Recommended packages: [2021-04-01T15:03:20.523Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T15:03:20.523Z] The following NEW packages will be installed: [2021-04-01T15:03:20.523Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T15:03:20.523Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T15:03:20.523Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T15:03:20.523Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T15:03:20.523Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T15:03:20.523Z] The following packages will be upgraded: [2021-04-01T15:03:20.523Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T15:03:20.523Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T15:03:20.523Z] Need to get 35.2 MB of archives. [2021-04-01T15:03:20.523Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T15:03:20.523Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T15:03:20.523Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T15:03:20.523Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T15:03:20.523Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T15:03:20.783Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T15:03:20.783Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T15:03:20.783Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T15:03:20.783Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T15:03:20.783Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T15:03:20.783Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T15:03:20.783Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T15:03:20.783Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T15:03:20.783Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T15:03:20.783Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T15:03:20.783Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T15:03:20.783Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T15:03:20.783Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T15:03:20.783Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T15:03:20.783Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T15:03:21.731Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T15:03:21.731Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T15:03:21.731Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T15:03:21.731Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T15:03:21.731Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T15:03:21.731Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T15:03:21.731Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T15:03:21.731Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T15:03:21.731Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T15:03:21.731Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T15:03:21.731Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T15:03:21.731Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T15:03:21.731Z] Fetched 35.2 MB in 1s (27.9 MB/s) [2021-04-01T15:03:21.992Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T15:03:21.992Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T15:03:21.992Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T15:03:22.565Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T15:03:22.565Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T15:03:22.826Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T15:03:22.826Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T15:03:22.827Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T15:03:22.827Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T15:03:23.088Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T15:03:23.349Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T15:03:23.349Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T15:03:23.349Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T15:03:23.923Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T15:03:23.923Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T15:03:24.185Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T15:03:24.185Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T15:03:24.185Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T15:03:24.185Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T15:03:24.446Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T15:03:24.446Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T15:03:24.446Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:24.706Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T15:03:24.707Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T15:03:24.707Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T15:03:24.707Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T15:03:24.707Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T15:03:24.707Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:24.967Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T15:03:25.228Z] Checking for services that may need to be restarted...done. [2021-04-01T15:03:25.228Z] Checking for services that may need to be restarted...done. [2021-04-01T15:03:25.228Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:25.228Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T15:03:25.228Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:25.800Z] Selecting previously unselected package python3-minimal. [2021-04-01T15:03:25.801Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T15:03:25.801Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T15:03:25.801Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T15:03:25.801Z] Selecting previously unselected package mime-support. [2021-04-01T15:03:25.801Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T15:03:25.801Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T15:03:25.801Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T15:03:25.801Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T15:03:25.801Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T15:03:26.062Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T15:03:26.062Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T15:03:26.062Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:26.323Z] Selecting previously unselected package python3.6. [2021-04-01T15:03:26.323Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T15:03:26.323Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:26.323Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T15:03:26.323Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T15:03:26.323Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T15:03:26.323Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T15:03:26.584Z] Selecting previously unselected package python3. [2021-04-01T15:03:26.584Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T15:03:26.584Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T15:03:26.584Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T15:03:26.847Z] Selecting previously unselected package multiarch-support. [2021-04-01T15:03:26.847Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T15:03:26.847Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T15:03:26.847Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T15:03:26.847Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T15:03:26.847Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T15:03:26.847Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T15:03:26.847Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T15:03:27.110Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T15:03:27.110Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T15:03:27.110Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T15:03:27.110Z] Selecting previously unselected package sudo. [2021-04-01T15:03:27.110Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T15:03:27.110Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T15:03:27.374Z] Selecting previously unselected package apparmor. [2021-04-01T15:03:27.374Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T15:03:27.374Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T15:03:27.374Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T15:03:27.374Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T15:03:27.636Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T15:03:27.636Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T15:03:27.636Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T15:03:27.636Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:27.636Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T15:03:27.636Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T15:03:27.636Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:27.897Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T15:03:27.897Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T15:03:27.897Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T15:03:27.897Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T15:03:27.897Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T15:03:27.897Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:28.156Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T15:03:28.157Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T15:03:28.157Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:28.157Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T15:03:28.157Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T15:03:28.157Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T15:03:28.419Z] Selecting previously unselected package openssh-client. [2021-04-01T15:03:28.419Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T15:03:28.419Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T15:03:28.679Z] Selecting previously unselected package squashfs-tools. [2021-04-01T15:03:28.679Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T15:03:28.679Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T15:03:28.679Z] Selecting previously unselected package snapd. [2021-04-01T15:03:28.679Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T15:03:28.679Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T15:03:30.595Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T15:03:30.595Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T15:03:30.855Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T15:03:30.855Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T15:03:30.855Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T15:03:30.855Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:30.855Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T15:03:31.116Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T15:03:31.116Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T15:03:31.690Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T15:03:31.951Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T15:03:31.951Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T15:03:31.951Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:31.951Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:31.951Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T15:03:32.524Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T15:03:32.524Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:32.524Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T15:03:32.524Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T15:03:32.790Z] running python rtupdate hooks for python3.6... [2021-04-01T15:03:32.790Z] running python post-rtupdate hooks for python3.6... [2021-04-01T15:03:32.790Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T15:03:33.696Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T15:03:34.709Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T15:03:34.987Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T15:03:35.248Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T15:03:35.509Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T15:03:35.770Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T15:03:36.032Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T15:03:36.032Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T15:03:36.292Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T15:03:36.553Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T15:03:36.553Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T15:03:36.815Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T15:03:36.815Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T15:03:37.076Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T15:03:37.337Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T15:03:37.337Z] /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-04-01T15:03:37.337Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T15:03:37.598Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T15:03:38.543Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T15:03:38.543Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T15:03:38.543Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T15:03:39.748Z] Reading package lists... [2021-04-01T15:03:40.009Z] Reading package lists... [2021-04-01T15:03:40.009Z] Building dependency tree... [2021-04-01T15:03:40.009Z] Reading state information... [2021-04-01T15:03:40.270Z] Calculating upgrade... [2021-04-01T15:03:40.533Z] The following packages will be upgraded: [2021-04-01T15:03:40.533Z] advancecomp base-files bash binutils binutils-common [2021-04-01T15:03:40.533Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T15:03:40.533Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T15:03:40.533Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T15:03:40.533Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T15:03:40.533Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T15:03:40.533Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T15:03:40.533Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T15:03:40.533Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T15:03:40.533Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T15:03:40.533Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T15:03:40.533Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T15:03:40.533Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T15:03:40.533Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T15:03:40.533Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T15:03:40.533Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T15:03:40.533Z] Need to get 63.8 MB of archives. [2021-04-01T15:03:40.533Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T15:03:40.533Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T15:03:40.533Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T15:03:40.533Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T15:03:40.533Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T15:03:40.533Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T15:03:40.533Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T15:03:40.533Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T15:03:40.533Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T15:03:40.533Z] 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-04-01T15:03:40.533Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T15:03:40.533Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T15:03:40.533Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T15:03:40.534Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T15:03:40.534Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T15:03:40.797Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T15:03:40.797Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T15:03:40.797Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T15:03:40.797Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T15:03:40.797Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T15:03:40.797Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T15:03:40.797Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T15:03:40.797Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T15:03:40.797Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T15:03:40.797Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T15:03:40.797Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T15:03:40.797Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T15:03:40.797Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T15:03:40.797Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T15:03:40.797Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T15:03:40.797Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T15:03:40.797Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T15:03:40.797Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T15:03:40.797Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T15:03:40.797Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T15:03:40.797Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T15:03:40.797Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T15:03:40.797Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T15:03:40.797Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T15:03:40.797Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T15:03:40.797Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T15:03:41.059Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T15:03:41.059Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T15:03:41.059Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T15:03:41.059Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T15:03:41.059Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T15:03:41.059Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T15:03:41.059Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T15:03:41.059Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-01T15:03:41.059Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T15:03:41.059Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T15:03:41.059Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T15:03:41.059Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T15:03:41.059Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T15:03:41.059Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T15:03:41.059Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T15:03:41.059Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T15:03:41.322Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T15:03:41.322Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T15:03:41.323Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T15:03:41.584Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-01T15:03:41.584Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T15:03:41.584Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T15:03:41.584Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T15:03:41.584Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T15:03:41.584Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T15:03:41.584Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T15:03:41.847Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T15:03:41.847Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T15:03:41.847Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T15:03:41.847Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T15:03:41.847Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T15:03:41.847Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T15:03:41.847Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T15:03:41.847Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T15:03:41.847Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T15:03:41.847Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T15:03:41.847Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T15:03:41.847Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T15:03:42.109Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T15:03:42.109Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T15:03:42.109Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T15:03:42.109Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-01T15:03:42.109Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T15:03:42.109Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T15:03:42.109Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-01T15:03:42.109Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T15:03:42.109Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T15:03:42.109Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T15:03:42.109Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T15:03:42.370Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T15:03:42.370Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T15:03:42.370Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T15:03:42.370Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-01T15:03:42.370Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T15:03:42.370Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T15:03:42.370Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T15:03:42.370Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T15:03:42.370Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T15:03:42.370Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T15:03:42.637Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T15:03:42.898Z] Fetched 63.8 MB in 2s (29.3 MB/s) [2021-04-01T15:03:42.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:42.898Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T15:03:42.898Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T15:03:43.469Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T15:03:43.469Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T15:03:43.469Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T15:03:43.734Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T15:03:44.307Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:44.567Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:44.567Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:44.567Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:44.829Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:44.829Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:44.829Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:44.829Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:44.829Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.093Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:45.093Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.093Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:45.093Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.093Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:45.357Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:03:45.357Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T15:03:45.357Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.619Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T15:03:45.619Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:03:45.619Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T15:03:45.619Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.619Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:45.880Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.880Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:45.880Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T15:03:45.880Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T15:03:46.141Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:03:46.141Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T15:03:46.141Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T15:03:46.402Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T15:03:46.977Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T15:03:46.977Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T15:03:46.977Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T15:03:46.977Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T15:03:46.977Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T15:03:47.242Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T15:03:47.503Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T15:03:47.503Z] Installing new version of config file /etc/issue ... [2021-04-01T15:03:47.503Z] Installing new version of config file /etc/issue.net ... [2021-04-01T15:03:47.503Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T15:03:47.503Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T15:03:47.763Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T15:03:47.764Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T15:03:47.764Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T15:03:48.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:48.026Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T15:03:48.026Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T15:03:48.026Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T15:03:48.287Z] 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-04-01T15:03:48.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:48.287Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:48.287Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:48.287Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:48.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:48.549Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T15:03:48.549Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T15:03:48.549Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T15:03:48.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:48.812Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T15:03:48.812Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T15:03:48.812Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T15:03:49.074Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:49.074Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T15:03:49.074Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T15:03:49.074Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T15:03:49.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:49.336Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T15:03:49.336Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T15:03:49.597Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T15:03:49.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:49.597Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T15:03:49.597Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T15:03:49.858Z] Setting up grep (3.1-2build1) ... [2021-04-01T15:03:49.858Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:49.858Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T15:03:49.858Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T15:03:50.118Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T15:03:50.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:50.118Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T15:03:50.118Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T15:03:50.379Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T15:03:50.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:50.379Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T15:03:50.379Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T15:03:50.951Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T15:03:50.951Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T15:03:50.951Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T15:03:50.951Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T15:03:51.522Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T15:03:51.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:51.783Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T15:03:51.783Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T15:03:52.726Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T15:03:52.726Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T15:03:53.003Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T15:03:53.003Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T15:03:53.003Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T15:03:53.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:53.265Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T15:03:53.265Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T15:03:53.525Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T15:03:53.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:53.525Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:53.525Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:53.525Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:53.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:53.786Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:53.786Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:53.786Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:54.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:54.059Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:54.059Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:54.059Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:54.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:54.059Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:54.320Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:54.320Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:54.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:54.320Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T15:03:54.320Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T15:03:54.581Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T15:03:54.581Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T15:03:54.581Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T15:03:54.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:54.842Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T15:03:54.842Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T15:03:54.842Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T15:03:55.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:55.103Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:55.103Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:55.103Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:55.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:55.365Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:55.365Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:55.365Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:55.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:55.625Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:55.625Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:56.197Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:03:56.459Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T15:03:56.719Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T15:03:56.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:56.719Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T15:03:56.719Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T15:03:56.981Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T15:03:56.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T15:03:56.981Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T15:03:57.242Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T15:03:57.242Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T15:03:57.503Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:57.503Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T15:03:57.503Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T15:03:57.503Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T15:03:57.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:57.765Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T15:03:57.765Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T15:03:58.026Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T15:03:58.026Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:58.026Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T15:03:58.026Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T15:03:58.288Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T15:03:58.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:58.288Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T15:03:58.288Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T15:03:58.549Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T15:03:58.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:58.549Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T15:03:58.549Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T15:03:58.811Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T15:03:58.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:58.811Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T15:03:59.073Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T15:03:59.073Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T15:03:59.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:59.334Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T15:03:59.334Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T15:03:59.334Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T15:03:59.334Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T15:03:59.596Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T15:03:59.596Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T15:03:59.596Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T15:03:59.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:03:59.858Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T15:03:59.858Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T15:03:59.858Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T15:04:00.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:00.119Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T15:04:00.119Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T15:04:00.119Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T15:04:00.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:00.380Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T15:04:00.642Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T15:04:00.642Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T15:04:00.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:00.642Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T15:04:00.904Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T15:04:00.904Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T15:04:00.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:00.904Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T15:04:01.165Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T15:04:01.428Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T15:04:01.428Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:01.428Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T15:04:01.428Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T15:04:01.689Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T15:04:01.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:01.689Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T15:04:01.689Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T15:04:01.950Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T15:04:01.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:01.950Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T15:04:01.950Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T15:04:01.950Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T15:04:02.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:02.211Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T15:04:02.211Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T15:04:02.211Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T15:04:02.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:02.472Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T15:04:02.472Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T15:04:02.472Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T15:04:02.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:02.734Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T15:04:02.734Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T15:04:02.734Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T15:04:02.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T15:04:02.994Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T15:04:02.994Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T15:04:02.994Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T15:04:03.265Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T15:04:03.265Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T15:04:03.265Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T15:04:03.265Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T15:04:03.526Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T15:04:03.526Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T15:04:03.526Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T15:04:03.787Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T15:04:03.787Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T15:04:04.048Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T15:04:04.048Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T15:04:04.048Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T15:04:04.310Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T15:04:04.310Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T15:04:04.573Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T15:04:04.573Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T15:04:04.573Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T15:04:04.573Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T15:04:04.833Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T15:04:04.833Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T15:04:04.833Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T15:04:04.833Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T15:04:05.150Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T15:04:05.150Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T15:04:05.150Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T15:04:06.756Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T15:04:06.756Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T15:04:06.756Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T15:04:06.756Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T15:04:06.756Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T15:04:06.756Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T15:04:07.053Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T15:04:07.053Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T15:04:07.334Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T15:04:07.334Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T15:04:07.334Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T15:04:07.334Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T15:04:07.595Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:07.595Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:07.595Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:07.595Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:07.856Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:07.856Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:07.856Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:07.856Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:08.797Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:08.797Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:09.742Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:09.742Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:10.314Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:10.574Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:10.835Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:10.835Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:11.777Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T15:04:11.777Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T15:04:11.777Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T15:04:11.777Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T15:04:12.045Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T15:04:12.045Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T15:04:12.045Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T15:04:12.311Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T15:04:12.311Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T15:04:12.311Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T15:04:12.573Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T15:04:12.573Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T15:04:12.573Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T15:04:12.573Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T15:04:12.835Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T15:04:12.835Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T15:04:12.835Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:12.835Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T15:04:12.835Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:12.835Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:13.102Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:13.102Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T15:04:13.102Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T15:04:13.102Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T15:04:13.102Z] [2021-04-01T15:04:13.102Z] Current default time zone: 'Etc/UTC' [2021-04-01T15:04:13.102Z] Local time is now: Thu Apr 1 15:04:13 UTC 2021. [2021-04-01T15:04:13.102Z] Universal Time is now: Thu Apr 1 15:04:13 UTC 2021. [2021-04-01T15:04:13.102Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T15:04:13.102Z] [2021-04-01T15:04:13.102Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T15:04:13.374Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:13.374Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T15:04:13.374Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T15:04:13.374Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T15:04:13.374Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T15:04:13.374Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T15:04:13.374Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T15:04:13.374Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T15:04:13.374Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T15:04:13.374Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:13.374Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T15:04:13.636Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:13.636Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T15:04:13.636Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:13.636Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T15:04:13.898Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T15:04:13.898Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T15:04:13.898Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T15:04:13.898Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T15:04:13.898Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T15:04:13.898Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T15:04:13.898Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T15:04:15.814Z] Updating certificates in /etc/ssl/certs... [2021-04-01T15:04:16.761Z] 23 added, 27 removed; done. [2021-04-01T15:04:16.761Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T15:04:16.761Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T15:04:16.761Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T15:04:16.761Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T15:04:16.761Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T15:04:16.761Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:16.761Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T15:04:16.761Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.024Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.024Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.024Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.024Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.024Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T15:04:17.024Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T15:04:17.024Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T15:04:17.024Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T15:04:17.024Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T15:04:17.024Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.025Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T15:04:17.285Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T15:04:17.285Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T15:04:17.285Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T15:04:17.285Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T15:04:17.285Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T15:04:17.547Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T15:04:17.547Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T15:04:17.547Z] Updating certificates in /etc/ssl/certs... [2021-04-01T15:04:18.117Z] 0 added, 0 removed; done. [2021-04-01T15:04:18.117Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T15:04:18.117Z] done. [2021-04-01T15:04:18.689Z] Reading package lists... [2021-04-01T15:04:18.689Z] Building dependency tree... [2021-04-01T15:04:18.689Z] Reading state information... [2021-04-01T15:04:18.949Z] The following NEW packages will be installed: [2021-04-01T15:04:18.949Z] apt-transport-https [2021-04-01T15:04:18.949Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T15:04:18.949Z] Need to get 1696 B of archives. [2021-04-01T15:04:18.949Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T15:04:18.949Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T15:04:18.949Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T15:04:18.949Z] Fetched 1696 B in 0s (27.2 kB/s) [2021-04-01T15:04:18.949Z] Selecting previously unselected package apt-transport-https. [2021-04-01T15:04:19.211Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T15:04:19.211Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T15:04:19.211Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T15:04:19.211Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T15:04:19.470Z] Waiting for network to be ready... [2021-04-01T15:04:26.054Z] 2021-04-01T15:04:22Z INFO Waiting for automatic snapd restart... [2021-04-01T15:04:26.054Z] snapd 2.49.1 from Canonical* installed [2021-04-01T15:04:26.628Z] "snapd" switched to the "latest/stable" channel [2021-04-01T15:04:26.628Z] [2021-04-01T15:04:29.176Z] core18 20210309 from Canonical* installed [2021-04-01T15:04:29.436Z] "core18" switched to the "latest/stable" channel [2021-04-01T15:04:29.436Z] [2021-04-01T15:04:32.736Z] snapcraft 4.6 from Canonical* installed [2021-04-01T15:04:32.736Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T15:04:32.736Z] [2021-04-01T15:04:36.939Z] 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-04-01T15:04:36.939Z] - README.md [2021-04-01T15:04:36.939Z] [2021-04-01T15:04:36.939Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T15:04:43.526Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T15:04:43.526Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T15:04:43.526Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T15:04:43.526Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T15:04:44.465Z] Reading package lists... [2021-04-01T15:04:44.726Z] 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-04-01T15:04:51.311Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T15:04:51.311Z] Reading package lists... [2021-04-01T15:04:51.311Z] Building dependency tree... [2021-04-01T15:04:51.311Z] Reading state information... [2021-04-01T15:04:51.311Z] Suggested packages: [2021-04-01T15:04:51.311Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T15:04:51.311Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T15:04:51.311Z] Recommended packages: [2021-04-01T15:04:51.311Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T15:04:51.311Z] The following NEW packages will be installed: [2021-04-01T15:04:51.311Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T15:04:51.311Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T15:04:51.311Z] pkg-config zip [2021-04-01T15:04:51.311Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T15:04:51.311Z] Need to get 7663 kB of archives. [2021-04-01T15:04:51.311Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T15:04:51.311Z] 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-04-01T15:04:51.311Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T15:04:51.311Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T15:04:51.311Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T15:04:51.311Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T15:04:51.311Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T15:04:51.311Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T15:04:51.311Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T15:04:51.572Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T15:04:51.572Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T15:04:51.572Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T15:04:51.572Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T15:04:51.572Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T15:04:51.833Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T15:04:51.833Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T15:04:51.833Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T15:04:51.833Z] Fetched 7663 kB in 1s (10.2 MB/s) [2021-04-01T15:04:51.833Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T15:04:51.833Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T15:04:51.833Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T15:04:52.094Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T15:04:52.094Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T15:04:52.094Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T15:04:52.094Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T15:04:52.355Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T15:04:52.355Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T15:04:52.355Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T15:04:52.355Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T15:04:52.355Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T15:04:52.355Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T15:04:52.616Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T15:04:52.616Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T15:04:52.616Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T15:04:52.616Z] Selecting previously unselected package liberror-perl. [2021-04-01T15:04:52.616Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T15:04:52.616Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T15:04:52.616Z] Selecting previously unselected package git-man. [2021-04-01T15:04:52.616Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T15:04:52.616Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T15:04:52.876Z] Selecting previously unselected package git. [2021-04-01T15:04:52.876Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T15:04:53.136Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T15:04:53.708Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T15:04:53.708Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T15:04:53.708Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T15:04:53.967Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T15:04:53.967Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T15:04:53.967Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T15:04:53.967Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T15:04:53.967Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T15:04:53.967Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T15:04:53.967Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T15:04:53.967Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T15:04:53.967Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T15:04:54.227Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T15:04:54.227Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T15:04:54.227Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T15:04:54.227Z] Selecting previously unselected package pkg-config. [2021-04-01T15:04:54.227Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T15:04:54.227Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T15:04:54.488Z] Selecting previously unselected package zip. [2021-04-01T15:04:54.488Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T15:04:54.488Z] Unpacking zip (3.0-11build1) ... [2021-04-01T15:04:54.488Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T15:04:54.488Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T15:04:54.488Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T15:04:54.488Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T15:04:54.488Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T15:04:54.488Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T15:04:54.749Z] No schema files found: doing nothing. [2021-04-01T15:04:54.749Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T15:04:54.749Z] Setting up zip (3.0-11build1) ... [2021-04-01T15:04:54.749Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T15:04:54.749Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T15:04:54.749Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T15:04:54.749Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T15:04:54.749Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T15:04:54.749Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T15:04:54.749Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T15:04:55.010Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T15:05:01.597Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T15:05:01.597Z] git set to automatically installed. [2021-04-01T15:05:01.597Z] git-man set to automatically installed. [2021-04-01T15:05:01.597Z] libcurl3-gnutls set to automatically installed. [2021-04-01T15:05:01.597Z] liberror-perl set to automatically installed. [2021-04-01T15:05:01.597Z] libglib2.0-0 set to automatically installed. [2021-04-01T15:05:01.597Z] libnghttp2-14 set to automatically installed. [2021-04-01T15:05:01.597Z] libnorm1 set to automatically installed. [2021-04-01T15:05:01.597Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T15:05:01.597Z] libpsl5 set to automatically installed. [2021-04-01T15:05:01.597Z] librtmp1 set to automatically installed. [2021-04-01T15:05:01.597Z] libsodium23 set to automatically installed. [2021-04-01T15:05:01.597Z] libzmq3-dev set to automatically installed. [2021-04-01T15:05:01.597Z] libzmq5 set to automatically installed. [2021-04-01T15:05:01.597Z] pkg-config set to automatically installed. [2021-04-01T15:05:01.597Z] zip set to automatically installed. [2021-04-01T15:05:04.140Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T15:05:10.532Z] lf-activate-venv(): INFO: Adding /tmp/venv-CdQk/bin to PATH [2021-04-01T15:05:10.532Z] INFO: No Stack... [2021-04-01T15:05:10.532Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T15:05:10.532Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T15:05:10.728Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T15:05:10.870Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-01T15:05:10.870Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T15:05:10.977Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] [2021-04-01T15:05:10.986Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] did not exist. Created. [2021-04-01T15:05:10.986Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T15:05:11.442Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T15:05:11.767Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T15:05:11.779Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3330-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T15:05:49.519Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T15:05:49.519Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T15:05:50.604Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T15:05:51.183Z] snap "core18" has no updates available [2021-04-01T15:05:51.753Z] Pulling go-build-helper [2021-04-01T15:05:51.753Z] + snapcraftctl pull [2021-04-01T15:05:52.694Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T15:05:52.694Z] Skipping pull go-build-helper (already ran) [2021-04-01T15:05:52.694Z] Building go-build-helper [2021-04-01T15:05:52.694Z] + snapcraftctl build [2021-04-01T15:05:55.236Z] Staging go-build-helper [2021-04-01T15:05:55.236Z] + snapcraftctl stage [2021-04-01T15:06:05.246Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T15:06:05.246Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T15:06:05.246Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T15:06:05.246Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T15:06:05.246Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T15:06:05.246Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T15:06:05.246Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T15:06:05.246Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T15:06:05.246Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T15:06:05.246Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T15:06:05.246Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T15:06:05.246Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T15:06:05.246Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T15:06:05.246Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T15:06:05.246Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T15:06:05.246Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T15:06:05.246Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T15:06:05.246Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T15:06:05.246Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T15:06:05.246Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T15:06:05.246Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T15:06:05.246Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T15:06:05.246Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T15:06:05.246Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T15:06:05.246Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T15:06:05.246Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T15:06:05.246Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T15:06:05.246Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T15:06:05.246Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T15:06:05.246Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T15:06:05.246Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T15:06:05.246Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T15:06:05.246Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T15:06:05.246Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T15:06:05.246Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T15:06:05.246Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T15:06:05.246Z] Pulling app-service-config [2021-04-01T15:06:05.246Z] + snapcraftctl pull [2021-04-01T15:06:05.817Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T15:06:06.759Z] Pulling config-common [2021-04-01T15:06:06.759Z] + snapcraftctl pull [2021-04-01T15:06:10.964Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T15:06:10.964Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T15:06:10.964Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T15:06:10.964Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T15:06:10.964Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T15:06:10.964Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T15:06:10.964Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T15:06:10.964Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T15:06:10.964Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T15:06:10.964Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T15:06:10.964Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T15:06:10.964Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T15:06:10.964Z] Pulling edgex-go [2021-04-01T15:06:10.964Z] + snapcraftctl pull [2021-04-01T15:06:32.933Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T15:06:32.933Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T15:06:32.933Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T15:06:32.933Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T15:06:32.933Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T15:06:32.933Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T15:06:32.933Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T15:06:32.933Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T15:06:32.933Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T15:06:32.933Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T15:06:32.933Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T15:06:32.933Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T15:06:32.933Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T15:06:32.933Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T15:06:32.933Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T15:06:32.934Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T15:06:32.934Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T15:06:32.934Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T15:06:32.934Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T15:06:32.934Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T15:06:32.934Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T15:06:32.934Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T15:06:32.934Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T15:06:32.934Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T15:06:32.934Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T15:06:32.934Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T15:06:32.934Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T15:06:32.934Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T15:06:32.934Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T15:06:32.934Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T15:06:32.934Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T15:06:32.934Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T15:06:32.934Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T15:06:32.934Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T15:06:32.934Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T15:06:32.934Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T15:06:32.934Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T15:06:32.934Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T15:06:32.934Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T15:06:32.934Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T15:06:32.934Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T15:06:32.934Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T15:06:32.934Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T15:06:32.934Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T15:06:32.934Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T15:06:32.934Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T15:06:32.934Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T15:06:32.934Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T15:06:32.934Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T15:06:32.934Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T15:06:32.934Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T15:06:32.934Z] Pulling static-packages [2021-04-01T15:06:32.934Z] + snapcraftctl pull [2021-04-01T15:06:33.194Z] Pulling version [2021-04-01T15:06:33.194Z] + cd /root/project [2021-04-01T15:06:33.194Z] + [ -f VERSION ] [2021-04-01T15:06:33.194Z] + PROJECT_VERSION=local-dev [2021-04-01T15:06:33.194Z] + git rev-parse --short HEAD [2021-04-01T15:06:33.194Z] + GIT_REVISION=cbc1041f [2021-04-01T15:06:33.194Z] + snapcraftctl set-version local-dev [2021-04-01T15:06:34.135Z] Skipping build go-build-helper (already ran) [2021-04-01T15:06:34.395Z] Building app-service-config [2021-04-01T15:06:34.395Z] + make build [2021-04-01T15:06:34.395Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T15:06:37.698Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T15:06:37.698Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T15:06:37.698Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T15:06:37.698Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T15:06:37.698Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T15:06:37.698Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T15:06:37.698Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T15:06:37.698Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T15:06:37.698Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T15:06:37.698Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T15:06:37.698Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T15:06:37.698Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T15:06:37.698Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T15:06:37.698Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T15:06:37.698Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T15:06:37.957Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T15:06:37.957Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T15:06:37.957Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T15:06:37.957Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T15:06:37.957Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T15:06:37.957Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T15:06:37.957Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T15:06:37.957Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T15:06:37.957Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T15:06:37.957Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T15:06:38.218Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T15:06:38.218Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T15:06:38.218Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T15:06:38.218Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T15:06:38.218Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T15:06:38.218Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T15:06:38.218Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T15:06:38.218Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T15:06:38.218Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T15:06:38.218Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T15:06:38.218Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T15:06:38.218Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T15:06:38.218Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T15:06:38.218Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T15:06:38.218Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T15:06:38.218Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T15:06:38.478Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T15:06:38.478Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T15:06:38.478Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T15:06:38.478Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T15:06:48.476Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T15:06:48.476Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T15:06:48.476Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T15:06:48.476Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T15:06:49.418Z] Building config-common [2021-04-01T15:06:49.418Z] + snapcraftctl build [2021-04-01T15:06:51.961Z] Building edgex-go [2021-04-01T15:06:52.221Z] + cd /root/parts/edgex-go/src [2021-04-01T15:06:52.222Z] + make build [2021-04-01T15:06:52.222Z] 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-04-01T15:06:52.811Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T15:06:52.812Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T15:06:52.812Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T15:06:52.812Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T15:06:52.812Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T15:06:52.812Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T15:06:52.812Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T15:06:58.091Z] 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-04-01T15:06:58.091Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T15:07:03.380Z] 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-04-01T15:07:04.785Z] 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-04-01T15:07:06.697Z] 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-04-01T15:07:07.284Z] 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-04-01T15:07:07.284Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T15:07:07.544Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T15:07:07.544Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T15:07:07.544Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T15:07:09.460Z] 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-04-01T15:07:09.721Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T15:07:09.721Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T15:07:11.633Z] 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-04-01T15:07:13.016Z] 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-04-01T15:07:14.411Z] 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-04-01T15:07:15.800Z] 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-04-01T15:07:15.800Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T15:07:17.184Z] 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-04-01T15:07:17.184Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T15:07:19.727Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T15:07:19.727Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T15:07:19.727Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T15:07:19.727Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T15:07:19.727Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T15:07:19.727Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T15:07:19.727Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T15:07:19.727Z] + 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-04-01T15:07:19.727Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T15:07:19.727Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T15:07:19.727Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T15:07:19.727Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T15:07:19.727Z] + 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-04-01T15:07:23.026Z] Building static-packages [2021-04-01T15:07:23.026Z] + snapcraftctl build [2021-04-01T15:07:24.937Z] Building version [2021-04-01T15:07:24.937Z] + snapcraftctl build [2021-04-01T15:07:26.848Z] Skipping stage go-build-helper (already ran) [2021-04-01T15:07:26.848Z] Staging app-service-config [2021-04-01T15:07:26.848Z] + snapcraftctl stage [2021-04-01T15:07:28.229Z] Staging config-common [2021-04-01T15:07:28.229Z] + snapcraftctl stage [2021-04-01T15:07:29.180Z] Staging edgex-go [2021-04-01T15:07:29.180Z] + snapcraftctl stage [2021-04-01T15:07:30.121Z] Staging static-packages [2021-04-01T15:07:30.121Z] + snapcraftctl stage [2021-04-01T15:07:31.510Z] Staging version [2021-04-01T15:07:31.510Z] + snapcraftctl stage [2021-04-01T15:07:32.451Z] Priming go-build-helper [2021-04-01T15:07:32.451Z] + snapcraftctl prime [2021-04-01T15:07:33.392Z] Priming app-service-config [2021-04-01T15:07:33.392Z] + snapcraftctl prime [2021-04-01T15:07:34.773Z] Priming config-common [2021-04-01T15:07:34.773Z] + snapcraftctl prime [2021-04-01T15:07:35.715Z] Priming edgex-go [2021-04-01T15:07:35.715Z] + snapcraftctl prime [2021-04-01T15:07:37.161Z] Priming static-packages [2021-04-01T15:07:37.161Z] + snapcraftctl prime [2021-04-01T15:07:39.863Z] Priming version [2021-04-01T15:07:39.864Z] + snapcraftctl prime [2021-04-01T15:07:40.805Z] 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-04-01T15:07:44.154Z] provisioning config files... [2021-04-01T15:07:44.170Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4996374449244387043tmp [Pipeline] { [Pipeline] sh [2021-04-01T15:07:44.617Z] + set +x [2021-04-01T15:07:44.617Z] + bash -s -- [2021-04-01T15:07:44.617Z] + curl -s https://codecov.io/bash [2021-04-01T15:07:45.803Z] [2021-04-01T15:07:45.803Z] _____ _ [2021-04-01T15:07:45.803Z] / ____| | | [2021-04-01T15:07:45.803Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T15:07:45.803Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T15:07:45.803Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T15:07:45.803Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T15:07:45.803Z] Bash-20210309-2b87ace [2021-04-01T15:07:45.803Z] [2021-04-01T15:07:45.803Z] [2021-04-01T15:07:45.803Z] ==> git version 2.24.3 found [2021-04-01T15:07:45.803Z] ==> 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-04-01T15:07:45.803Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T15:07:45.803Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T15:07:45.803Z] ==> Jenkins CI detected. [2021-04-01T15:07:45.803Z] project root: . [2021-04-01T15:07:45.803Z] --> token set from env [2021-04-01T15:07:46.119Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T15:07:46.119Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T15:07:46.119Z] ==> Python coveragepy not found [2021-04-01T15:07:46.119Z] ==> Searching for coverage reports in: [2021-04-01T15:07:46.119Z] + . [2021-04-01T15:07:46.119Z] -> Found 1 reports [2021-04-01T15:07:46.119Z] ==> Detecting git/mercurial file structure [2021-04-01T15:07:46.484Z] ==> Reading reports [2021-04-01T15:07:46.484Z] + ./coverage.out bytes=672489 [2021-04-01T15:07:46.484Z] ==> Appending adjustments [2021-04-01T15:07:46.484Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T15:07:57.332Z] + Found adjustments [2021-04-01T15:07:57.332Z] ==> Gzipping contents [2021-04-01T15:07:57.332Z] 96K /tmp/codecov.04UQAQ.gz [2021-04-01T15:07:57.332Z] ==> Uploading reports [2021-04-01T15:07:57.332Z] url: https://codecov.io [2021-04-01T15:07:57.332Z] query: branch=PR-3330&commit=cbc1041f9e60e940360c6d71b382e15765689a55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3330%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3330&job=&cmd_args= [2021-04-01T15:07:57.332Z] -> Pinging Codecov [2021-04-01T15:07:57.332Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3330&commit=cbc1041f9e60e940360c6d71b382e15765689a55&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3330%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3330&job=&cmd_args= [2021-04-01T15:07:57.332Z] -> Uploading to [2021-04-01T15:07:57.332Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/cbc1041f9e60e940360c6d71b382e15765689a55/4531a414-7840-419b-98df-ec61819d600e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T150756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5770fa28a34d75ad31ce02e30dd24e2bbd69cd6a6026e69b7aede97e67cf9765 [2021-04-01T15:07:57.332Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:07:57.332Z] Dload Upload Total Spent Left Speed [2021-04-01T15:07:57.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97306 0 0 100 97306 0 207k --:--:-- --:--:-- --:--:-- 207k [2021-04-01T15:07:57.332Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cbc1041f9e60e940360c6d71b382e15765689a55 [Pipeline] } [2021-04-01T15:07:57.370Z] 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-04-01T15:07:59.769Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:08:01.784Z] ---> package-listing.sh [2021-04-01T15:08:01.784Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T15:08:01.784Z] ++ facter osfamily [2021-04-01T15:08:02.060Z] + OS_FAMILY=redhat [2021-04-01T15:08:02.060Z] + workspace=/w/workspace/edgex-go/2 [2021-04-01T15:08:02.060Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T15:08:02.060Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T15:08:02.060Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T15:08:02.060Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T15:08:02.060Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-01T15:08:02.060Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T15:08:02.060Z] + case "${OS_FAMILY}" in [2021-04-01T15:08:02.060Z] + rpm -qa [2021-04-01T15:08:02.060Z] + sort [2021-04-01T15:08:10.718Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T15:08:10.718Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T15:08:10.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T15:08:10.718Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-01T15:08:10.718Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-01T15:08:10.718Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-01T15:08:10.751Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T15:08:11.138Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:08:11.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T15:08:12.120Z] [2021-04-01T15:08:12.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:08:12.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T15:08:12.983Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T15:08:12.983Z] df20fa9351a1: Pulling fs layer [2021-04-01T15:08:12.983Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T15:08:12.983Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T15:08:12.983Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T15:08:12.983Z] 93b61091891f: Pulling fs layer [2021-04-01T15:08:12.983Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T15:08:12.983Z] 5e14af77c1be: Pulling fs layer [2021-04-01T15:08:12.983Z] 01666e4c0597: Pulling fs layer [2021-04-01T15:08:12.983Z] aa168da1d23b: Pulling fs layer [2021-04-01T15:08:12.983Z] 46f8f816bc3b: Waiting [2021-04-01T15:08:12.983Z] 93b61091891f: Waiting [2021-04-01T15:08:12.983Z] 93b9cdb0e59b: Waiting [2021-04-01T15:08:12.983Z] 5e14af77c1be: Waiting [2021-04-01T15:08:12.983Z] 01666e4c0597: Waiting [2021-04-01T15:08:12.983Z] aa168da1d23b: Waiting [2021-04-01T15:08:12.983Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T15:08:12.983Z] 36b3adc4ff6f: Download complete [2021-04-01T15:08:12.983Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T15:08:12.983Z] 46f8f816bc3b: Download complete [2021-04-01T15:08:13.271Z] df20fa9351a1: Verifying Checksum [2021-04-01T15:08:13.271Z] df20fa9351a1: Download complete [2021-04-01T15:08:13.271Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T15:08:13.271Z] 93b9cdb0e59b: Download complete [2021-04-01T15:08:13.271Z] 5e14af77c1be: Download complete [2021-04-01T15:08:13.271Z] 01666e4c0597: Verifying Checksum [2021-04-01T15:08:13.271Z] 01666e4c0597: Download complete [2021-04-01T15:08:13.621Z] 93b61091891f: Verifying Checksum [2021-04-01T15:08:13.621Z] 93b61091891f: Download complete [2021-04-01T15:08:13.924Z] df20fa9351a1: Pull complete [2021-04-01T15:08:14.233Z] 36b3adc4ff6f: Pull complete [2021-04-01T15:08:14.233Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T15:08:14.233Z] 8ad3a11d3b57: Download complete [2021-04-01T15:08:15.714Z] 8ad3a11d3b57: Pull complete [2021-04-01T15:08:16.005Z] 46f8f816bc3b: Pull complete [2021-04-01T15:08:18.417Z] 93b61091891f: Pull complete [2021-04-01T15:08:19.856Z] 93b9cdb0e59b: Pull complete [2021-04-01T15:08:20.543Z] aa168da1d23b: Verifying Checksum [2021-04-01T15:08:20.543Z] aa168da1d23b: Download complete [2021-04-01T15:08:21.570Z] 5e14af77c1be: Pull complete [2021-04-01T15:08:21.839Z] 01666e4c0597: Pull complete [2021-04-01T15:08:34.499Z] aa168da1d23b: Pull complete [2021-04-01T15:08:34.499Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T15:08:34.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T15:08:34.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T15:08:35.812Z] prd-centos7-docker-4c-2g-32465 does not seem to be running inside a container [2021-04-01T15:08:35.989Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T15:08:43.081Z] $ docker top 6ee5a9d63f96177d0bc5a243b6b54c1415428689a6e81ce6e504a0f8ab9eb8f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:08:45.195Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T15:08:45.540Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T15:08:46.246Z] + ls /var/log/sa-host [2021-04-01T15:08:46.246Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T15:08:46.246Z] file_magic: OK [2021-04-01T15:08:46.246Z] HZ: Using current value: 100 [2021-04-01T15:08:46.246Z] file_header: OK [2021-04-01T15:08:46.246Z] 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-04-01T15:08:46.246Z] Statistics: [2021-04-01T15:08:46.246Z] 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... [2021-04-01T15:08:46.246Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T15:08:46.246Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T15:08:46.246Z] file_magic: OK [2021-04-01T15:08:46.246Z] HZ: Using current value: 100 [2021-04-01T15:08:46.246Z] file_header: OK [2021-04-01T15:08:46.246Z] 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-04-01T15:08:46.246Z] Statistics: [2021-04-01T15:08:46.246Z] Hnuu...uuuununununu... [2021-04-01T15:08:46.246Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T15:08:46.936Z] provisioning config files... [2021-04-01T15:08:47.010Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3994746021039762765tmp [Pipeline] { [Pipeline] echo [2021-04-01T15:08:47.161Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:08:48.009Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T15:08:48.063Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T15:08:48.159Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:08:49.973Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T15:08:50.015Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:08:51.423Z] ---> sudo-logs.sh [2021-04-01T15:08:51.423Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T15:08:51.548Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:08:52.382Z] ---> job-cost.sh [2021-04-01T15:08:52.382Z] lf-activate-venv: SKIPPING [2021-04-01T15:08:52.382Z] DEBUG: total: 0.20999999344348907 [2021-04-01T15:08:52.382Z] INFO: Retrieving Stack Cost... [2021-04-01T15:08:53.437Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T15:08:54.105Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T15:08:54.141Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:08:55.402Z] ---> logs-deploy.sh [2021-04-01T15:08:55.402Z] lf-activate-venv: SKIPPING [2021-04-01T15:08:55.402Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3330/2 [2021-04-01T15:08:55.402Z] INFO: archiving workspace using pattern(s): [2021-04-01T15:08:57.441Z] Archives upload complete. [2021-04-01T15:08:57.722Z] INFO: archiving logs to Nexus