Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5bbfc04f846edbd50b224d995a0b199b5c323db6+e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (26851b7ac2798e53c12a0886be92cee55badd9bb) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29847 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 Merge succeeded, producing 5bbfc04f846edbd50b224d995a0b199b5c323db6 Checking out Revision 5bbfc04f846edbd50b224d995a0b199b5c323db6 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk ae62a50f272e84596d95d866e2a01770033c3343 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T21:04:42.327Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T21:04:42.580Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T21:04:42.729Z] ========================================================= [2021-03-15T21:04:42.729Z] EdgeX Global Pipelines Version Info [2021-03-15T21:04:42.729Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:04:44.238Z] ------------------- [2021-03-15T21:04:44.238Z] stable info: [2021-03-15T21:04:44.238Z] ------------------- [2021-03-15T21:04:44.238Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T21:04:44.238Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:04:44.238Z] Message: update stable to v1.0.184 [2021-03-15T21:04:45.193Z] ------------------- [2021-03-15T21:04:45.194Z] experimental info: [2021-03-15T21:04:45.194Z] ------------------- [2021-03-15T21:04:45.194Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T21:04:45.194Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:04:45.194Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T21:04:45.466Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T21:04:45.556Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T21:04:45.641Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T21:04:45.720Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T21:04:45.799Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T21:04:45.879Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T21:04:45.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T21:04:46.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T21:04:46.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T21:04:46.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T21:04:46.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T21:04:46.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T21:04:46.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T21:04:46.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T21:04:46.653Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:04:46.729Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:04:46.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T21:04:46.888Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T21:04:46.965Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T21:04:47.079Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T21:04:47.163Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T21:04:47.245Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T21:04:47.330Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-15T21:04:47.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-15T21:04:47.510Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-15T21:04:47.594Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5bbfc04f846edbd50b224d995a0b199b5c323db6 [Pipeline] echo [2021-03-15T21:04:47.681Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5bbfc04 [Pipeline] echo [2021-03-15T21:04:47.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:04:47.966Z] provisioning config files... [2021-03-15T21:04:48.002Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3492101221558392932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:04:48.425Z] ---> docker-login.sh [2021-03-15T21:04:48.425Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:04:48.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:04:48.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:04:48.958Z] Configure a credential helper to remove this warning. See [2021-03-15T21:04:48.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:04:48.958Z] [2021-03-15T21:04:48.958Z] Login Succeeded [2021-03-15T21:04:48.958Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:04:48.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:04:49.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:04:49.224Z] Configure a credential helper to remove this warning. See [2021-03-15T21:04:49.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:04:49.224Z] [2021-03-15T21:04:49.224Z] Login Succeeded [2021-03-15T21:04:49.224Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:04:49.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:04:49.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:04:49.224Z] Configure a credential helper to remove this warning. See [2021-03-15T21:04:49.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:04:49.224Z] [2021-03-15T21:04:49.224Z] Login Succeeded [2021-03-15T21:04:49.224Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:04:49.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:04:49.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:04:49.487Z] Configure a credential helper to remove this warning. See [2021-03-15T21:04:49.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:04:49.487Z] [2021-03-15T21:04:49.487Z] Login Succeeded [2021-03-15T21:04:49.487Z] docker.io [2021-03-15T21:04:49.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:04:50.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:04:50.014Z] Configure a credential helper to remove this warning. See [2021-03-15T21:04:50.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:04:50.014Z] [2021-03-15T21:04:50.014Z] Login Succeeded [2021-03-15T21:04:50.014Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:04:50.025Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:04:50.550Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T21:04:50.550Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:04:50.550Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:04:50.550Z] ++ cut -d/ -f2 [2021-03-15T21:04:50.550Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T21:04:50.630Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:04:51.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:04:51.524Z] [2021-03-15T21:04:51.524Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:04:51.880Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:04:51.880Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T21:04:51.880Z] 31603596830f: Pulling fs layer [2021-03-15T21:04:51.880Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T21:04:51.880Z] 6ca5941a6612: Pulling fs layer [2021-03-15T21:04:51.880Z] ecc8261a40a4: Pulling fs layer [2021-03-15T21:04:51.880Z] ecc8261a40a4: Waiting [2021-03-15T21:04:51.880Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T21:04:51.880Z] 2a8b12db71e7: Download complete [2021-03-15T21:04:51.880Z] 31603596830f: Verifying Checksum [2021-03-15T21:04:51.880Z] 31603596830f: Download complete [2021-03-15T21:04:52.157Z] 6ca5941a6612: Verifying Checksum [2021-03-15T21:04:52.157Z] 6ca5941a6612: Download complete [2021-03-15T21:04:52.422Z] 31603596830f: Pull complete [2021-03-15T21:04:52.687Z] 2a8b12db71e7: Pull complete [2021-03-15T21:04:52.955Z] ecc8261a40a4: Verifying Checksum [2021-03-15T21:04:52.955Z] ecc8261a40a4: Download complete [2021-03-15T21:04:53.537Z] 6ca5941a6612: Pull complete [2021-03-15T21:04:53.801Z] ecc8261a40a4: Pull complete [2021-03-15T21:04:53.801Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T21:04:53.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:04:53.801Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T21:04:53.915Z] prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container [2021-03-15T21:04:53.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:04:56.947Z] $ docker top f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:04:57.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:04:57.249Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:04:57.542Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:04:57.549Z] $ docker exec f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent [2021-03-15T21:04:57.788Z] SSH_AUTH_SOCK=/tmp/ssh-xbJhsxFl8kDU/agent.12 [2021-03-15T21:04:57.788Z] SSH_AGENT_PID=17 [2021-03-15T21:04:57.811Z] Running ssh-add (command line suppressed) [2021-03-15T21:04:57.937Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_5869921024657698520.key (/w/workspace/edgex-go/19@tmp/private_key_5869921024657698520.key) [2021-03-15T21:04:57.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:04:58.320Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T21:04:58.348Z] $ docker exec --env ******** --env ******** f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent -k [2021-03-15T21:04:58.475Z] unset SSH_AUTH_SOCK; [2021-03-15T21:04:58.475Z] unset SSH_AGENT_PID; [2021-03-15T21:04:58.475Z] echo Agent pid 17 killed; [2021-03-15T21:04:58.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T21:04:58.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:04:58.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:04:58.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:04:58.840Z] $ docker exec f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent [2021-03-15T21:04:59.008Z] SSH_AUTH_SOCK=/tmp/ssh-fCG2OMsw4J0L/agent.45 [2021-03-15T21:04:59.008Z] SSH_AGENT_PID=50 [2021-03-15T21:04:59.015Z] Running ssh-add (command line suppressed) [2021-03-15T21:04:59.144Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_8770691657974286054.key (/w/workspace/edgex-go/19@tmp/private_key_8770691657974286054.key) [2021-03-15T21:04:59.202Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:04:59.640Z] + git semver init [2021-03-15T21:04:59.640Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:04:59.640Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-03-15T21:04:59.640Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-03-15T21:04:59.640Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:04:59.640Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:04:59.640Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:04:59.640Z] # $SEMVER_BRANCH = PR-3208 [2021-03-15T21:04:59.640Z] # $SEMVER_TEMP = /tmp/semver-161919824 [2021-03-15T21:04:59.640Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T21:05:27.078Z] # '/tmp/semver-161919824' -> '/w/workspace/edgex-go/19/.semver' [2021-03-15T21:05:27.078Z] # -> Force: false [2021-03-15T21:05:27.078Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-03-15T21:05:27.096Z] $ docker exec --env ******** --env ******** f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent -k [2021-03-15T21:05:27.375Z] unset SSH_AUTH_SOCK; [2021-03-15T21:05:27.375Z] unset SSH_AGENT_PID; [2021-03-15T21:05:27.375Z] echo Agent pid 50 killed; [2021-03-15T21:05:27.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:05:27.936Z] + git semver [Pipeline] } [2021-03-15T21:05:27.961Z] $ docker stop --time=1 f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 [2021-03-15T21:05:29.909Z] $ docker rm -f f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:05:30.577Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T21:05:31.124Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T21:05:31.128Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:05:32.094Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:05:32.402Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:05:32.708Z] + sudo service docker restart [2021-03-15T21:05:32.708Z] + true [2021-03-15T21:05:32.708Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T21:05:33.299Z] ========================================================= [2021-03-15T21:05:33.300Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T21:05:33.300Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:05:33.679Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-15T21:05:37.015Z] Sending build context to Docker daemon 328.5MB [2021-03-15T21:05:37.015Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:05:37.015Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:05:37.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T21:05:37.296Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T21:05:37.296Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T21:05:37.296Z] de9db76c5a1d: Pulling fs layer [2021-03-15T21:05:37.296Z] bca2f99d35d6: Pulling fs layer [2021-03-15T21:05:37.296Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T21:05:37.296Z] 7c6f9722023f: Pulling fs layer [2021-03-15T21:05:37.296Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T21:05:37.296Z] 93359f2a8cfa: Waiting [2021-03-15T21:05:37.296Z] 7c6f9722023f: Waiting [2021-03-15T21:05:37.296Z] a35cf1a2eb13: Waiting [2021-03-15T21:05:37.296Z] bca2f99d35d6: Waiting [2021-03-15T21:05:37.296Z] de9db76c5a1d: Verifying Checksum [2021-03-15T21:05:37.296Z] de9db76c5a1d: Download complete [2021-03-15T21:05:37.296Z] 0ef7d3d256c8: Verifying Checksum [2021-03-15T21:05:37.296Z] 0ef7d3d256c8: Download complete [2021-03-15T21:05:37.296Z] 93359f2a8cfa: Verifying Checksum [2021-03-15T21:05:37.296Z] 93359f2a8cfa: Download complete [2021-03-15T21:05:37.296Z] 7c6f9722023f: Verifying Checksum [2021-03-15T21:05:37.296Z] 7c6f9722023f: Download complete [2021-03-15T21:05:37.296Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T21:05:37.296Z] 188c0c94c7c5: Download complete [2021-03-15T21:05:37.889Z] 188c0c94c7c5: Pull complete [2021-03-15T21:05:38.152Z] 0ef7d3d256c8: Pull complete [2021-03-15T21:05:38.418Z] de9db76c5a1d: Pull complete [2021-03-15T21:05:39.825Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T21:05:39.825Z] a35cf1a2eb13: Download complete [2021-03-15T21:05:40.779Z] bca2f99d35d6: Verifying Checksum [2021-03-15T21:05:40.779Z] bca2f99d35d6: Download complete [2021-03-15T21:05:46.583Z] Still waiting to schedule task [2021-03-15T21:05:46.583Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-15T21:05:47.412Z] bca2f99d35d6: Pull complete [2021-03-15T21:05:47.413Z] 93359f2a8cfa: Pull complete [2021-03-15T21:05:47.413Z] 7c6f9722023f: Pull complete [2021-03-15T21:05:51.672Z] a35cf1a2eb13: Pull complete [2021-03-15T21:05:51.672Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T21:05:51.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T21:05:51.672Z] ---> a62c8e92a672 [2021-03-15T21:05:51.672Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T21:05:51.672Z] ---> Running in 7f83c5aaea66 [2021-03-15T21:05:51.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:05:52.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:05:53.463Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:05:54.037Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:05:54.037Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:05:54.037Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:06:12.183Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:06:12.183Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:06:12.183Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:06:12.183Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:06:12.183Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:06:12.183Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:06:12.183Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:06:12.183Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:06:12.183Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:06:12.183Z] OK: 233 MiB in 51 packages [2021-03-15T21:06:14.742Z] Removing intermediate container 7f83c5aaea66 [2021-03-15T21:06:14.742Z] ---> f8e1b35ae266 [2021-03-15T21:06:14.742Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:06:14.742Z] ---> Running in 63971249029e [2021-03-15T21:06:14.742Z] Removing intermediate container 63971249029e [2021-03-15T21:06:14.742Z] ---> 23c9e9de86ce [2021-03-15T21:06:14.742Z] Step 5/6 : COPY go.mod . [2021-03-15T21:06:15.008Z] ---> 7ede46b27b62 [2021-03-15T21:06:15.008Z] Step 6/6 : RUN go mod download [2021-03-15T21:06:15.272Z] ---> Running in cdc7c2bfa571 [2021-03-15T21:06:41.933Z] Removing intermediate container cdc7c2bfa571 [2021-03-15T21:06:41.933Z] ---> 61a536d8d809 [2021-03-15T21:06:41.933Z] Successfully built 61a536d8d809 [2021-03-15T21:06:41.933Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:06:42.249Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:06:42.249Z] . [Pipeline] withDockerContainer [2021-03-15T21:06:42.363Z] prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container [2021-03-15T21:06:42.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:06:43.320Z] $ docker top aece173af65dc55f173d444092ba0fbc616c01b9592a37257e5939683b8214cb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:06:43.875Z] + go version [2021-03-15T21:06:43.875Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T21:06:43.902Z] $ docker stop --time=1 aece173af65dc55f173d444092ba0fbc616c01b9592a37257e5939683b8214cb [2021-03-15T21:06:45.311Z] $ docker rm -f aece173af65dc55f173d444092ba0fbc616c01b9592a37257e5939683b8214cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:06:46.226Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:06:46.226Z] . [Pipeline] withDockerContainer [2021-03-15T21:06:46.337Z] prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container [2021-03-15T21:06:46.392Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:06:47.370Z] $ docker top 827d715e73dc78d345593d165625f77929a31f94e971e605fa48ac46b0714f45 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:06:47.624Z] ========================================================= [2021-03-15T21:06:47.624Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:06:47.624Z] ========================================================= [Pipeline] sh [2021-03-15T21:06:47.918Z] + make test [2021-03-15T21:06:47.918Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:06:57.984Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:07:16.341Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:07:23.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:07:23.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:07:23.000Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:07:25.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:07:25.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:07:25.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:07:25.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:07:26.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:07:26.778Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:07:29.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:07:29.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:07:29.470Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:07:32.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-03-15T21:07:32.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:07:32.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:07:32.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:07:32.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:07:32.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:07:32.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:07:32.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-03-15T21:07:32.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.122s coverage: 100.0% of statements [2021-03-15T21:07:34.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-03-15T21:07:34.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:07:34.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:07:34.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:07:34.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:07:34.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:07:34.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:07:34.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-03-15T21:07:34.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:07:34.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-03-15T21:07:34.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:07:34.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:07:36.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements [2021-03-15T21:07:36.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:07:36.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:07:36.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.200s coverage: 82.9% of statements [2021-03-15T21:07:36.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:07:36.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:07:36.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements [2021-03-15T21:07:36.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:07:39.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:07:39.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:07:39.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:07:39.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:07:39.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:07:39.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:07:39.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:07:42.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.455s coverage: 92.8% of statements [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:07:42.254Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:07:42.254Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:07:42.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:07:42.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements [2021-03-15T21:07:42.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 79.5% of statements [2021-03-15T21:07:42.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-03-15T21:07:42.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-15T21:07:42.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-15T21:07:55.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-03-15T21:07:55.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-15T21:07:55.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.068s coverage: 81.4% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.048s coverage: 77.8% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 84.6% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 62.4% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.479s coverage: 69.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 38.4% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 47.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.751s coverage: 29.1% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 96.5% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:08:07.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-03-15T21:08:07.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:08:07.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:08:07.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:08:07.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:08:07.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements [2021-03-15T21:08:07.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:08:07.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:08:07.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-03-15T21:08:07.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-15T21:08:07.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-15T21:08:07.700Z] GO111MODULE=on go vet ./... [2021-03-15T21:08:40.043Z] gofmt -l . [2021-03-15T21:08:40.043Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:08:40.043Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:08:40.311Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:08:41.224Z] + ls -al . [2021-03-15T21:08:41.224Z] total 748 [2021-03-15T21:08:41.224Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 21:08 . [2021-03-15T21:08:41.224Z] drwxr-xr-x 4 root root 30 Mar 15 21:06 .. [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:04 .dockerignore [2021-03-15T21:08:41.224Z] drwxrwxr-x 8 1001 1001 179 Mar 15 21:04 .git [2021-03-15T21:08:41.224Z] drwxrwxr-x 3 1001 1001 125 Mar 15 21:04 .github [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:04 .gitignore [2021-03-15T21:08:41.224Z] drwx------ 3 1001 1001 60 Mar 15 21:05 .semver [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:04 .sonarcloud.properties [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:04 Attribution.txt [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:04 CONTRIBUTING.md [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:04 Dockerfile.build [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:04 Jenkinsfile [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:04 LICENSE [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:04 Makefile [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:04 README.md [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:04 SECURITY.md [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 21:05 VERSION [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:04 ZMQWindows.md [2021-03-15T21:08:41.224Z] drwxrwxr-x 2 1001 1001 117 Mar 15 21:04 bin [2021-03-15T21:08:41.224Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:04 cmd [2021-03-15T21:08:41.224Z] -rw-r--r-- 1 root root 635765 Mar 15 21:08 coverage.out [2021-03-15T21:08:41.224Z] -rw-r--r-- 1 root root 1055 Mar 15 21:08 go.mod [2021-03-15T21:08:41.224Z] -rw-r--r-- 1 root root 22209 Mar 15 21:08 go.sum [2021-03-15T21:08:41.224Z] drwxrwxr-x 8 1001 1001 127 Mar 15 21:04 internal [2021-03-15T21:08:41.224Z] drwxrwxr-x 4 1001 1001 26 Mar 15 21:04 openapi [2021-03-15T21:08:41.224Z] drwxrwxr-x 4 1001 1001 71 Mar 15 21:04 snap [2021-03-15T21:08:41.224Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:04 version.go [Pipeline] sh [2021-03-15T21:08:41.565Z] + '[' -e coverage.out ] [2021-03-15T21:08:41.565Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:08:41.847Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:08:42.151Z] + make build [2021-03-15T21:08:42.151Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:08:46.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:08:54.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:08:56.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:08:58.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:08:58.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:09:00.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:09:02.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:09:03.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:09:05.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:09:06.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:09:08.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:09:08.247Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29853 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-15T21:09:08.321Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-03-15T21:09:10.151Z] $ docker stop --time=1 827d715e73dc78d345593d165625f77929a31f94e971e605fa48ac46b0714f45 [2021-03-15T21:09:12.014Z] $ docker rm -f 827d715e73dc78d345593d165625f77929a31f94e971e605fa48ac46b0714f45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-15T21:09:13.927Z] using credential edgex-jenkins-ssh [2021-03-15T21:09:14.027Z] Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:14.106Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:14.277Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-03-15T21:09:14.380Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:14.381Z] > git --version # timeout=10 [2021-03-15T21:09:14.403Z] > git --version # 'git version 2.17.1' [2021-03-15T21:09:14.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:14.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:09:15.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:15.003Z] [2021-03-15T21:09:15.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:15.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:15.434Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-15T21:09:15.434Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-15T21:09:15.434Z] ca9280d653b3: Pulling fs layer [2021-03-15T21:09:15.434Z] 7e9c9ca2126c: Pulling fs layer [2021-03-15T21:09:15.703Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-15T21:09:15.703Z] cbdbe7a5bc2a: Download complete [2021-03-15T21:09:16.289Z] ca9280d653b3: Verifying Checksum [2021-03-15T21:09:16.289Z] ca9280d653b3: Download complete [2021-03-15T21:09:16.289Z] cbdbe7a5bc2a: Pull complete [2021-03-15T21:09:17.245Z] 7e9c9ca2126c: Download complete [2021-03-15T21:09:17.508Z] ca9280d653b3: Pull complete [2021-03-15T21:09:25.700Z] 7e9c9ca2126c: Pull complete [2021-03-15T21:09:25.700Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-15T21:09:25.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:25.700Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-15T21:09:25.938Z] prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container [2021-03-15T21:09:25.993Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:09:28.772Z] $ docker top 153b66f013f9878ec2eca8b589eabdfbdfc469931df10f13ebb57f0398a56ac8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:09:29.292Z] + docker-compose build --help [2021-03-15T21:09:29.292Z] + grep parallel [2021-03-15T21:09:30.240Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:09:30.518Z] $ docker stop --time=1 153b66f013f9878ec2eca8b589eabdfbdfc469931df10f13ebb57f0398a56ac8 [2021-03-15T21:09:31.866Z] $ docker rm -f 153b66f013f9878ec2eca8b589eabdfbdfc469931df10f13ebb57f0398a56ac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:32.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:09:32.531Z] . [Pipeline] withDockerContainer [2021-03-15T21:09:32.643Z] prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container [2021-03-15T21:09:32.696Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:09:33.352Z] $ docker top ecd1598c3e71e7dd7b4136eebfc7cf6618cdf4429cd70555497b9f710df60374 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:09:33.834Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:09:34.780Z] Building docker-core-command-go ... [2021-03-15T21:09:34.780Z] Building docker-core-data-go ... [2021-03-15T21:09:34.780Z] Building docker-core-metadata-go ... [2021-03-15T21:09:34.780Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:09:34.780Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:09:34.780Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:09:34.780Z] Building docker-support-notifications-go ... [2021-03-15T21:09:34.780Z] Building docker-support-scheduler-go ... [2021-03-15T21:09:34.780Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:09:34.780Z] Building docker-core-metadata-go [2021-03-15T21:09:34.780Z] Building docker-core-command-go [2021-03-15T21:09:34.780Z] Building docker-support-notifications-go [2021-03-15T21:09:34.780Z] Building docker-security-secretstore-setup-go [2021-03-15T21:09:34.780Z] Building docker-security-bootstrapper-go [2021-03-15T21:09:43.788Z] Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:09:44.453Z] Merge succeeded, producing 5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:09:44.454Z] Checking out Revision 5bbfc04f846edbd50b224d995a0b199b5c323db6 (PR-3208) [2021-03-15T21:09:42.947Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:09:42.973Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:09:43.008Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:09:43.052Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:09:43.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:43.068Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:09:43.823Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:09:43.844Z] > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-15T21:09:44.229Z] > git remote # timeout=10 [2021-03-15T21:09:44.309Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T21:09:44.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:09:44.368Z] > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:09:44.407Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T21:09:44.467Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:09:44.529Z] > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-15T21:09:49.295Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:09:51.817Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:09:52.309Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:09:52.667Z] + sudo service+ docker restart [2021-03-15T21:09:52.667Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:09:55.375Z] provisioning config files... [2021-03-15T21:09:55.420Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2563808056108998127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:09:55.828Z] ---> docker-login.sh [2021-03-15T21:09:55.828Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:09:56.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:09:57.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:09:57.108Z] Configure a credential helper to remove this warning. See [2021-03-15T21:09:57.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:09:57.108Z] [2021-03-15T21:09:57.108Z] Login Succeeded [2021-03-15T21:09:57.108Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:09:57.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:09:57.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:09:57.711Z] Configure a credential helper to remove this warning. See [2021-03-15T21:09:57.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:09:57.711Z] [2021-03-15T21:09:57.711Z] Login Succeeded [2021-03-15T21:09:57.711Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:09:58.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:09:58.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:09:58.313Z] Configure a credential helper to remove this warning. See [2021-03-15T21:09:58.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:09:58.313Z] [2021-03-15T21:09:58.313Z] Login Succeeded [2021-03-15T21:09:58.313Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:09:58.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:09:58.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:09:58.912Z] Configure a credential helper to remove this warning. See [2021-03-15T21:09:58.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:09:58.912Z] [2021-03-15T21:09:58.912Z] Login Succeeded [2021-03-15T21:09:58.912Z] docker.io [2021-03-15T21:09:59.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:09:59.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:09:59.791Z] Configure a credential helper to remove this warning. See [2021-03-15T21:09:59.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:09:59.791Z] [2021-03-15T21:09:59.791Z] Login Succeeded [2021-03-15T21:09:59.791Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:09:59.811Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T21:10:00.269Z] ========================================================= [2021-03-15T21:10:00.269Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T21:10:00.269Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:10:00.681Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-15T21:10:03.354Z] Sending build context to Docker daemon 166.7MB [2021-03-15T21:10:03.354Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:03.354Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:10:03.354Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T21:10:03.354Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T21:10:03.354Z] a4357932f1b6: Pulling fs layer [2021-03-15T21:10:03.354Z] 18c013af1878: Pulling fs layer [2021-03-15T21:10:03.354Z] 00ac8860ef70: Pulling fs layer [2021-03-15T21:10:03.354Z] 63d7cb157983: Pulling fs layer [2021-03-15T21:10:03.354Z] b116817d02f9: Pulling fs layer [2021-03-15T21:10:03.354Z] 745a02a5169b: Pulling fs layer [2021-03-15T21:10:03.354Z] 63d7cb157983: Waiting [2021-03-15T21:10:03.354Z] b116817d02f9: Waiting [2021-03-15T21:10:03.354Z] 745a02a5169b: Waiting [2021-03-15T21:10:03.354Z] 00ac8860ef70: Waiting [2021-03-15T21:10:03.354Z] 18c013af1878: Verifying Checksum [2021-03-15T21:10:03.354Z] 18c013af1878: Download complete [2021-03-15T21:10:03.354Z] a4357932f1b6: Download complete [2021-03-15T21:10:03.354Z] 63d7cb157983: Verifying Checksum [2021-03-15T21:10:03.354Z] 63d7cb157983: Download complete [2021-03-15T21:10:03.354Z] b116817d02f9: Verifying Checksum [2021-03-15T21:10:03.354Z] b116817d02f9: Download complete [2021-03-15T21:10:03.636Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T21:10:03.636Z] 5f621e34cdf4: Download complete [2021-03-15T21:10:04.252Z] 5f621e34cdf4: Pull complete [2021-03-15T21:10:04.876Z] a4357932f1b6: Pull complete [2021-03-15T21:10:05.154Z] 18c013af1878: Pull complete [2021-03-15T21:10:07.790Z] 745a02a5169b: Verifying Checksum [2021-03-15T21:10:07.790Z] 745a02a5169b: Download complete [2021-03-15T21:10:09.234Z] 00ac8860ef70: Verifying Checksum [2021-03-15T21:10:09.234Z] 00ac8860ef70: Download complete [2021-03-15T21:10:13.744Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:13.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:13.744Z] ---> 61a536d8d809 [2021-03-15T21:10:13.744Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:13.744Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:13.744Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:13.744Z] ---> 61a536d8d809 [2021-03-15T21:10:13.744Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:10:13.744Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:13.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:13.744Z] ---> 61a536d8d809 [2021-03-15T21:10:13.744Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:13.744Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:13.744Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:13.744Z] ---> 61a536d8d809 [2021-03-15T21:10:13.744Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:10:13.744Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:13.744Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:13.744Z] ---> 61a536d8d809 [2021-03-15T21:10:13.744Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:10:13.744Z] ---> Running in 6167d5191952 [2021-03-15T21:10:13.744Z] ---> Running in 4e25a6daef06 [2021-03-15T21:10:13.744Z] ---> Running in 99bc6a18d4d9 [2021-03-15T21:10:13.744Z] ---> Running in 1840d7f8272b [2021-03-15T21:10:13.744Z] ---> Running in 9e4a1d2753e6 [2021-03-15T21:10:13.744Z] Removing intermediate container 1840d7f8272b [2021-03-15T21:10:13.744Z] ---> 0e8c84cd0215 [2021-03-15T21:10:13.744Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:13.744Z] Removing intermediate container 99bc6a18d4d9 [2021-03-15T21:10:13.744Z] ---> 06f597937155 [2021-03-15T21:10:13.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:13.744Z] Removing intermediate container 6167d5191952 [2021-03-15T21:10:13.744Z] ---> 264b7ce0b332 [2021-03-15T21:10:13.744Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:13.744Z] Removing intermediate container 9e4a1d2753e6 [2021-03-15T21:10:13.744Z] ---> d041def97097 [2021-03-15T21:10:13.744Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:13.744Z] Removing intermediate container 4e25a6daef06 [2021-03-15T21:10:13.744Z] ---> ea4ba84dd8a6 [2021-03-15T21:10:13.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:13.744Z] ---> Running in eeac601d5334 [2021-03-15T21:10:13.744Z] ---> Running in 5e08c184510a [2021-03-15T21:10:13.744Z] ---> Running in c609852d2dca [2021-03-15T21:10:13.744Z] ---> Running in 8871c66ad059 [2021-03-15T21:10:13.744Z] ---> Running in 49c4666330fc [2021-03-15T21:10:14.744Z] Removing intermediate container eeac601d5334 [2021-03-15T21:10:14.744Z] ---> 4f1c05c3e840 [2021-03-15T21:10:14.744Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:15.014Z] Removing intermediate container 5e08c184510a [2021-03-15T21:10:15.014Z] ---> 62b229af2ac2 [2021-03-15T21:10:15.014Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:10:15.014Z] ---> Running in 01100a9ada08 [2021-03-15T21:10:15.277Z] ---> Running in b159c5e2e29a [2021-03-15T21:10:15.541Z] Removing intermediate container c609852d2dca [2021-03-15T21:10:15.541Z] ---> 42d532637e18 [2021-03-15T21:10:15.541Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:10:15.541Z] Removing intermediate container 8871c66ad059 [2021-03-15T21:10:15.541Z] ---> c0f4b32b66c7 [2021-03-15T21:10:15.541Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:10:15.805Z] ---> Running in 53c876bd6dd6 [2021-03-15T21:10:15.805Z] Removing intermediate container 49c4666330fc [2021-03-15T21:10:15.805Z] ---> edba09aa0870 [2021-03-15T21:10:15.805Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:15.805Z] ---> Running in fbff756a8e2e [2021-03-15T21:10:16.071Z] ---> Running in e70ffba8f906 [2021-03-15T21:10:16.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:16.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:16.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:16.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:16.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:16.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:17.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:17.495Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:17.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:17.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:17.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:18.029Z] Removing intermediate container 01100a9ada08 [2021-03-15T21:10:18.029Z] ---> cfbbfeb46930 [2021-03-15T21:10:18.029Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:18.292Z] ---> 296daaa12d96 [2021-03-15T21:10:18.292Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:18.561Z] ---> Running in 96858bce1c76 [2021-03-15T21:10:18.562Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:18.830Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:18.830Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:19.095Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:19.360Z] Removing intermediate container 53c876bd6dd6 [2021-03-15T21:10:19.360Z] ---> 8ad20b8c178f [2021-03-15T21:10:19.360Z] Step 6/24 : COPY go.mod . [2021-03-15T21:10:19.626Z] Removing intermediate container fbff756a8e2e [2021-03-15T21:10:19.626Z] ---> 3f30d2bc2bc3 [2021-03-15T21:10:19.626Z] Step 6/22 : COPY go.mod . [2021-03-15T21:10:19.626Z] ---> 80825b5239ed [2021-03-15T21:10:19.626Z] Step 7/24 : RUN go mod download [2021-03-15T21:10:19.626Z] Removing intermediate container e70ffba8f906 [2021-03-15T21:10:19.626Z] ---> 82206e490718 [2021-03-15T21:10:19.626Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:19.892Z] Removing intermediate container b159c5e2e29a [2021-03-15T21:10:19.892Z] ---> 91aa4bee192c [2021-03-15T21:10:19.892Z] Step 6/31 : COPY go.mod . [2021-03-15T21:10:19.892Z] ---> Running in 6374a01c9a76 [2021-03-15T21:10:19.892Z] ---> 1068b86d0563 [2021-03-15T21:10:19.892Z] Step 7/22 : RUN go mod download [2021-03-15T21:10:20.168Z] ---> Running in c46c738f2f9f [2021-03-15T21:10:20.168Z] ---> af99c26dafe8 [2021-03-15T21:10:20.168Z] Step 7/31 : RUN go mod download [2021-03-15T21:10:20.168Z] ---> db718f189996 [2021-03-15T21:10:20.168Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:20.445Z] ---> Running in 2eaf3c877216 [2021-03-15T21:10:20.445Z] ---> Running in d092b9d2be9e [2021-03-15T21:10:21.036Z] Removing intermediate container 96858bce1c76 [2021-03-15T21:10:21.036Z] ---> f955ab6c0acc [2021-03-15T21:10:21.036Z] Step 8/23 : COPY . . [2021-03-15T21:10:21.680Z] 00ac8860ef70: Pull complete [2021-03-15T21:10:21.680Z] 63d7cb157983: Pull complete [2021-03-15T21:10:21.680Z] b116817d02f9: Pull complete [2021-03-15T21:10:22.461Z] Removing intermediate container 6374a01c9a76 [2021-03-15T21:10:22.461Z] ---> 8b9cee17dcad [2021-03-15T21:10:22.461Z] Step 8/24 : COPY . . [2021-03-15T21:10:24.318Z] 745a02a5169b: Pull complete [2021-03-15T21:10:24.318Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T21:10:24.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T21:10:24.318Z] ---> b7e6874047d6 [2021-03-15T21:10:24.318Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T21:10:27.728Z] ---> Running in f063e18251d9 [2021-03-15T21:10:28.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:29.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:30.660Z] Removing intermediate container c46c738f2f9f [2021-03-15T21:10:30.660Z] ---> b702a763c13b [2021-03-15T21:10:30.660Z] Step 8/22 : COPY . . [2021-03-15T21:10:31.111Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:10:31.382Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:10:31.382Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:10:31.382Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:10:32.611Z] Removing intermediate container 2eaf3c877216 [2021-03-15T21:10:32.611Z] ---> 52b55b5be67e [2021-03-15T21:10:32.611Z] Step 8/23 : COPY . . [2021-03-15T21:10:34.022Z] Removing intermediate container d092b9d2be9e [2021-03-15T21:10:34.022Z] ---> 2cc0e7a530b9 [2021-03-15T21:10:34.022Z] Step 8/31 : COPY . . [2021-03-15T21:10:35.680Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:10:35.680Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:10:35.680Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:10:35.680Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:10:35.680Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:10:35.954Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:10:35.954Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:10:35.954Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:10:36.226Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:10:36.226Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:40.553Z] Removing intermediate container f063e18251d9 [2021-03-15T21:10:40.553Z] ---> 88bac343e1ca [2021-03-15T21:10:40.553Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:10:40.553Z] ---> Running in 71b769375f84 [2021-03-15T21:10:41.150Z] Removing intermediate container 71b769375f84 [2021-03-15T21:10:41.150Z] ---> 16ce84f28240 [2021-03-15T21:10:41.150Z] Step 5/6 : COPY go.mod . [2021-03-15T21:10:41.747Z] ---> b8c370768a95 [2021-03-15T21:10:41.747Z] Step 6/6 : RUN go mod download [2021-03-15T21:10:41.747Z] ---> Running in ff03a10fdbd1 [2021-03-15T21:11:00.971Z] ---> c23a20f0d624 [2021-03-15T21:11:00.971Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:11:01.809Z] ---> Running in df6f53e4348a [2021-03-15T21:11:06.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:11:07.253Z] ---> fc3b4fa1cde3 [2021-03-15T21:11:07.253Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:11:09.203Z] ---> Running in 0f78292f10c3 [2021-03-15T21:11:09.484Z] ---> 0273f4d47aa5 [2021-03-15T21:11:09.484Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:11:10.465Z] ---> 2bc3b9389438 [2021-03-15T21:11:10.465Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:11:10.465Z] ---> Running in 4f52c486dd2c [2021-03-15T21:11:10.465Z] ---> Running in 616b80953b04 [2021-03-15T21:11:10.749Z] ---> 3549baa12669 [2021-03-15T21:11:10.749Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:11:11.028Z] ---> Running in d1134c02f004 [2021-03-15T21:11:12.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:11:12.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:11:12.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:11:12.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:11:14.092Z] Removing intermediate container ff03a10fdbd1 [2021-03-15T21:11:14.092Z] ---> 38220e8f530a [2021-03-15T21:11:14.092Z] Successfully built 38220e8f530a [2021-03-15T21:11:14.092Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:11:14.439Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:11:14.439Z] . [Pipeline] withDockerContainer [2021-03-15T21:11:14.679Z] prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container [2021-03-15T21:11:14.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T21:11:16.187Z] $ docker top 82b597b6a7a2922c62390e784b6237dff364cebc85d6e1c3a21b72162dabeabb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:11:17.201Z] + go version [2021-03-15T21:11:17.201Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T21:11:17.226Z] $ docker stop --time=1 82b597b6a7a2922c62390e784b6237dff364cebc85d6e1c3a21b72162dabeabb [2021-03-15T21:11:19.168Z] $ docker rm -f 82b597b6a7a2922c62390e784b6237dff364cebc85d6e1c3a21b72162dabeabb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:11:20.226Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:11:20.226Z] . [Pipeline] withDockerContainer [2021-03-15T21:11:20.464Z] prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container [2021-03-15T21:11:20.575Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T21:11:21.860Z] $ docker top 33a17833157ffc4f156d8ed5c551025e1f1e21a431089a19c93d9b9ff80bba35 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:11:22.199Z] ========================================================= [2021-03-15T21:11:22.199Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:11:22.199Z] ========================================================= [Pipeline] sh [2021-03-15T21:11:22.839Z] + make test [2021-03-15T21:11:22.839Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:11:49.645Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:11:51.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:11:51.488Z] Removing intermediate container df6f53e4348a [2021-03-15T21:11:51.488Z] ---> 163e188ae03f [2021-03-15T21:11:51.488Z] [2021-03-15T21:11:51.488Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:11:51.488Z] 3.12: Pulling from library/alpine [2021-03-15T21:11:52.106Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:11:52.106Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:11:52.106Z] ---> 88dd2752d2ea [2021-03-15T21:11:52.106Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:11:52.388Z] ---> Running in 9a7acc1ea35e [2021-03-15T21:11:54.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:54.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:54.376Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:11:54.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:11:54.651Z] OK: 6 MiB in 15 packages [2021-03-15T21:11:54.931Z] Removing intermediate container 616b80953b04 [2021-03-15T21:11:54.931Z] ---> 429de7d7138e [2021-03-15T21:11:54.931Z] [2021-03-15T21:11:54.931Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:11:54.931Z] ---> 88dd2752d2ea [2021-03-15T21:11:54.931Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:11:59.204Z] ---> Running in b2c919e3f103 [2021-03-15T21:11:59.204Z] Removing intermediate container 0f78292f10c3 [2021-03-15T21:11:59.204Z] ---> c33dc1da1a3f [2021-03-15T21:11:59.204Z] [2021-03-15T21:11:59.204Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:11:59.204Z] ---> 88dd2752d2ea [2021-03-15T21:11:59.204Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:11:59.204Z] Removing intermediate container 9a7acc1ea35e [2021-03-15T21:11:59.204Z] ---> efe235b81080 [2021-03-15T21:11:59.204Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:11:59.204Z] Removing intermediate container b2c919e3f103 [2021-03-15T21:11:59.204Z] ---> 353b2f283ba5 [2021-03-15T21:11:59.204Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:11:59.204Z] ---> Running in 50e8fc88479c [2021-03-15T21:11:59.204Z] ---> Running in 64bb82be781f [2021-03-15T21:11:59.478Z] ---> Running in f4419cff1f08 [2021-03-15T21:12:00.054Z] Removing intermediate container 64bb82be781f [2021-03-15T21:12:00.054Z] ---> ef9f9a22f90b [2021-03-15T21:12:00.054Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:12:01.643Z] ---> Running in 73a5c41c8146 [2021-03-15T21:12:01.643Z] Removing intermediate container 4f52c486dd2c [2021-03-15T21:12:01.643Z] ---> e801d99da724 [2021-03-15T21:12:01.643Z] [2021-03-15T21:12:01.643Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:12:01.643Z] ---> 88dd2752d2ea [2021-03-15T21:12:01.643Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:12:01.936Z] ---> Running in c62066754322 [2021-03-15T21:12:01.936Z] Removing intermediate container 73a5c41c8146 [2021-03-15T21:12:01.936Z] ---> 25a648ed2157 [2021-03-15T21:12:01.936Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:12:02.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:02.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:02.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:02.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:02.221Z] ---> Running in 93f766f9832b [2021-03-15T21:12:02.509Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:12:02.509Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:02.509Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:12:02.509Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:02.509Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:12:02.509Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:12:02.509Z] OK: 6 MiB in 16 packages [2021-03-15T21:12:02.509Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:12:02.509Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:02.509Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:02.509Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:12:02.509Z] OK: 7 MiB in 19 packages [2021-03-15T21:12:02.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:03.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:03.045Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:12:03.045Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:03.045Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:03.045Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:12:03.313Z] OK: 6 MiB in 16 packages [2021-03-15T21:12:03.886Z] Removing intermediate container 93f766f9832b [2021-03-15T21:12:03.886Z] ---> 8a96901f8ee7 [2021-03-15T21:12:03.886Z] Step 15/23 : WORKDIR / [2021-03-15T21:12:04.837Z] ---> Running in 54e33aa7ba0a [2021-03-15T21:12:05.136Z] Removing intermediate container d1134c02f004 [2021-03-15T21:12:05.136Z] ---> 285ff5a96fc6 [2021-03-15T21:12:05.136Z] [2021-03-15T21:12:05.136Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:12:05.136Z] ---> 88dd2752d2ea [2021-03-15T21:12:05.136Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:12:05.136Z] ---> Using cache [2021-03-15T21:12:05.136Z] ---> efe235b81080 [2021-03-15T21:12:05.136Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:05.136Z] ---> Using cache [2021-03-15T21:12:05.136Z] ---> ef9f9a22f90b [2021-03-15T21:12:05.136Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:12:05.136Z] ---> Running in 711e463dcd19 [2021-03-15T21:12:06.549Z] Removing intermediate container 54e33aa7ba0a [2021-03-15T21:12:06.549Z] ---> 78953f258e47 [2021-03-15T21:12:06.549Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:06.549Z] Removing intermediate container f4419cff1f08 [2021-03-15T21:12:06.549Z] ---> fd044fb3da30 [2021-03-15T21:12:06.549Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:12:06.811Z] Removing intermediate container 711e463dcd19 [2021-03-15T21:12:06.811Z] ---> 71452c985f9a [2021-03-15T21:12:06.811Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:12:07.081Z] Removing intermediate container 50e8fc88479c [2021-03-15T21:12:07.081Z] ---> 9983118e9bea [2021-03-15T21:12:07.081Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:12:07.081Z] ---> Running in 2eb2204a76b6 [2021-03-15T21:12:07.081Z] Removing intermediate container c62066754322 [2021-03-15T21:12:07.081Z] ---> 220aab0c7104 [2021-03-15T21:12:07.081Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:07.081Z] ---> b74f1b477857 [2021-03-15T21:12:07.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:12:07.081Z] ---> Running in 66b68354e302 [2021-03-15T21:12:07.081Z] ---> Running in d2ed8f4ef925 [2021-03-15T21:12:07.344Z] ---> Running in 767e0ad5d757 [2021-03-15T21:12:07.344Z] Removing intermediate container 2eb2204a76b6 [2021-03-15T21:12:07.344Z] ---> 709db58f4a89 [2021-03-15T21:12:07.344Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:12:07.606Z] ---> Running in 8c068827014f [2021-03-15T21:12:07.606Z] Removing intermediate container 66b68354e302 [2021-03-15T21:12:07.606Z] ---> dbec8264ed49 [2021-03-15T21:12:07.606Z] Step 15/23 : WORKDIR / [2021-03-15T21:12:07.606Z] Removing intermediate container 767e0ad5d757 [2021-03-15T21:12:07.606Z] ---> e7c733576f58 [2021-03-15T21:12:07.606Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:12:07.606Z] Removing intermediate container d2ed8f4ef925 [2021-03-15T21:12:07.606Z] ---> a237e4a35965 [2021-03-15T21:12:07.606Z] Step 13/24 : WORKDIR / [2021-03-15T21:12:08.187Z] ---> Running in 744e3bf14d72 [2021-03-15T21:12:08.187Z] ---> Running in 21ea8f918809 [2021-03-15T21:12:08.187Z] ---> 8965b910d9f4 [2021-03-15T21:12:08.187Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:08.187Z] ---> Running in ee9ebd2175cf [2021-03-15T21:12:08.467Z] Removing intermediate container 8c068827014f [2021-03-15T21:12:08.467Z] ---> 9591d768ae93 [2021-03-15T21:12:08.467Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:12:08.467Z] ---> Running in 119535af0d34 [2021-03-15T21:12:08.467Z] Removing intermediate container 21ea8f918809 [2021-03-15T21:12:08.467Z] ---> a3c7285e4f97 [2021-03-15T21:12:08.467Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:12:08.735Z] Removing intermediate container 744e3bf14d72 [2021-03-15T21:12:08.735Z] ---> c2d89f96dc7c [2021-03-15T21:12:08.735Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:08.735Z] ---> c33d1ab37a0f [2021-03-15T21:12:08.735Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:12:09.016Z] Removing intermediate container ee9ebd2175cf [2021-03-15T21:12:09.016Z] ---> 6b4f09937589 [2021-03-15T21:12:09.016Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:12:09.016Z] ---> Running in 5acdcaf18e9d [2021-03-15T21:12:09.016Z] ---> Running in ea60dddd3a6a [2021-03-15T21:12:09.016Z] ---> d02b45641ceb [2021-03-15T21:12:09.016Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:12:09.295Z] Removing intermediate container 5acdcaf18e9d [2021-03-15T21:12:09.295Z] ---> b5ebd0c575e9 [2021-03-15T21:12:09.295Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:09.295Z] ---> 7c514d47a797 [2021-03-15T21:12:09.295Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:12:09.295Z] Removing intermediate container ea60dddd3a6a [2021-03-15T21:12:09.295Z] ---> 0b137ccb23be [2021-03-15T21:12:09.295Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:09.576Z] ---> Running in bf9d9ff7e1dd [2021-03-15T21:12:09.856Z] ---> 4be271696a46 [2021-03-15T21:12:09.856Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:10.128Z] ---> 52b837d125ff [2021-03-15T21:12:10.128Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:12:10.128Z] Removing intermediate container bf9d9ff7e1dd [2021-03-15T21:12:10.128Z] ---> 1854a8a1ed61 [2021-03-15T21:12:10.128Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:12:10.128Z] ---> 76bc34d94851 [2021-03-15T21:12:10.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:10.128Z] ---> Running in f8842acbb239 [2021-03-15T21:12:10.395Z] ---> 860ccaf22638 [2021-03-15T21:12:10.395Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:12:10.395Z] Removing intermediate container 119535af0d34 [2021-03-15T21:12:10.395Z] ---> f26983700195 [2021-03-15T21:12:10.395Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:12:10.971Z] Removing intermediate container f8842acbb239 [2021-03-15T21:12:10.971Z] ---> f3c0ab4b1125 [2021-03-15T21:12:10.971Z] Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:12:11.237Z] ---> b55bad11bead [2021-03-15T21:12:11.237Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:12:11.237Z] ---> Running in cc4d71cc85e3 [2021-03-15T21:12:11.237Z] ---> Running in d1aba703b88d [2021-03-15T21:12:11.237Z] ---> 996b2bdced46 [2021-03-15T21:12:11.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:11.237Z] ---> d387bf35aade [2021-03-15T21:12:11.237Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:12:11.237Z] ---> Running in 66a8b7071690 [2021-03-15T21:12:11.506Z] Removing intermediate container cc4d71cc85e3 [2021-03-15T21:12:11.506Z] ---> 970f47ea4fc2 [2021-03-15T21:12:11.506Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:12:11.770Z] Removing intermediate container d1aba703b88d [2021-03-15T21:12:11.770Z] ---> c3a67925e94f [2021-03-15T21:12:11.770Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:11.770Z] ---> 53c484871d8a [2021-03-15T21:12:11.770Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:12:11.770Z] Removing intermediate container 66a8b7071690 [2021-03-15T21:12:11.770Z] ---> 05f7dad7ec43 [2021-03-15T21:12:11.770Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:12.036Z] ---> Running in e16fca77252d [2021-03-15T21:12:12.036Z] ---> Running in 658d9dc6ecec [2021-03-15T21:12:12.036Z] ---> Running in 94ac6b808dcb [2021-03-15T21:12:12.036Z] ---> bf1fb9496b93 [2021-03-15T21:12:12.036Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:12:12.036Z] ---> 87d9afe22c4f [2021-03-15T21:12:12.036Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:12:12.298Z] ---> Running in b2c3be9b9f36 [2021-03-15T21:12:12.562Z] Removing intermediate container e16fca77252d [2021-03-15T21:12:12.562Z] ---> 3db59a868b46 [2021-03-15T21:12:12.562Z] [2021-03-15T21:12:12.562Z] Removing intermediate container 94ac6b808dcb [2021-03-15T21:12:12.562Z] ---> 8de0ae8d6772 [2021-03-15T21:12:12.562Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:12:12.836Z] Removing intermediate container 658d9dc6ecec [2021-03-15T21:12:12.836Z] ---> 1a374f01528d [2021-03-15T21:12:12.836Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:12.836Z] Successfully built 3db59a868b46 [2021-03-15T21:12:12.836Z] ---> Running in 80a8ad6b1768 [2021-03-15T21:12:12.836Z] ---> 0e9adbbeabad [2021-03-15T21:12:12.836Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:12:12.836Z] Successfully tagged docker-core-command-go:latest [2021-03-15T21:12:13.100Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-15T21:12:13.100Z] ---> Running in 1f66ad244859 [2021-03-15T21:12:13.100Z] ---> Running in a3ca24ac26d9 [2021-03-15T21:12:13.374Z] Removing intermediate container 80a8ad6b1768 [2021-03-15T21:12:13.374Z] ---> dee81ae0545a [2021-03-15T21:12:13.374Z] Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:12:13.374Z] Removing intermediate container 1f66ad244859 [2021-03-15T21:12:13.374Z] ---> 8b06909a2e44 [2021-03-15T21:12:13.374Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:12:13.374Z] ---> Running in 714e3a6b8bf7 [2021-03-15T21:12:13.668Z] ---> Running in c4c865d3a693 [2021-03-15T21:12:13.939Z] Removing intermediate container 714e3a6b8bf7 [2021-03-15T21:12:13.939Z] ---> 1a2b387cddaa [2021-03-15T21:12:13.939Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:14.216Z] Removing intermediate container c4c865d3a693 [2021-03-15T21:12:14.216Z] ---> 7b0a804b52ef [2021-03-15T21:12:14.216Z] Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:12:14.485Z] ---> Running in c06b2ad5cc53 [2021-03-15T21:12:14.485Z] Removing intermediate container b2c3be9b9f36 [2021-03-15T21:12:14.485Z] ---> 39f2130f001a [2021-03-15T21:12:14.485Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:14.749Z] ---> Running in 1bde0d599c86 [2021-03-15T21:12:17.331Z] ---> 618287d5c1d5 [2021-03-15T21:12:17.331Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:12:17.331Z] Removing intermediate container c06b2ad5cc53 [2021-03-15T21:12:17.331Z] ---> 47e9af0a1f01 [2021-03-15T21:12:17.331Z] [2021-03-15T21:12:17.331Z] Removing intermediate container 1bde0d599c86 [2021-03-15T21:12:17.331Z] ---> 334e9974272e [2021-03-15T21:12:17.331Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:12:17.331Z] ---> Running in c37aad40dde6 [2021-03-15T21:12:17.331Z] Removing intermediate container a3ca24ac26d9 [2021-03-15T21:12:17.331Z] ---> d705551edece [2021-03-15T21:12:17.331Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:12:17.599Z] Successfully built 47e9af0a1f01 [2021-03-15T21:12:17.865Z] Successfully tagged docker-core-metadata-go:latest [2021-03-15T21:12:17.865Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-15T21:12:18.457Z] ---> Running in bc8f0dcd69aa [2021-03-15T21:12:18.457Z] Removing intermediate container c37aad40dde6 [2021-03-15T21:12:18.457Z] ---> 1944725abe9b [2021-03-15T21:12:18.457Z] [2021-03-15T21:12:20.387Z] Successfully built 1944725abe9b [2021-03-15T21:12:20.654Z] Successfully tagged docker-support-notifications-go:latest [2021-03-15T21:12:20.654Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-15T21:12:20.920Z] ---> f8620a176160 [2021-03-15T21:12:20.920Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:12:21.190Z] Removing intermediate container bc8f0dcd69aa [2021-03-15T21:12:21.190Z] ---> abc72fd3ab62 [2021-03-15T21:12:21.190Z] Step 22/24 : LABEL arch=x86_64 [2021-03-15T21:12:26.524Z] ---> Running in e2c540926a8f [2021-03-15T21:12:26.524Z] ---> 4fec5e491e2c [2021-03-15T21:12:26.524Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:12:27.924Z] Removing intermediate container e2c540926a8f [2021-03-15T21:12:27.924Z] ---> 3d4bb1379255 [2021-03-15T21:12:27.924Z] Step 23/24 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:12:29.336Z] ---> 4e82f60b4154 [2021-03-15T21:12:29.336Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:12:29.941Z] ---> Running in 365c6eeefc49 [2021-03-15T21:12:31.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:12:31.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:12:31.879Z] ---> 61a536d8d809 [2021-03-15T21:12:31.879Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:12:31.879Z] ---> Using cache [2021-03-15T21:12:31.879Z] ---> ea4ba84dd8a6 [2021-03-15T21:12:31.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:12:31.879Z] ---> Using cache [2021-03-15T21:12:31.879Z] ---> edba09aa0870 [2021-03-15T21:12:31.879Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:12:31.879Z] ---> Using cache [2021-03-15T21:12:31.879Z] ---> 82206e490718 [2021-03-15T21:12:31.879Z] Step 6/22 : COPY go.mod . [2021-03-15T21:12:31.879Z] ---> Using cache [2021-03-15T21:12:31.879Z] ---> db718f189996 [2021-03-15T21:12:31.879Z] Step 7/22 : RUN go mod download [2021-03-15T21:12:31.879Z] ---> Using cache [2021-03-15T21:12:31.879Z] ---> 52b55b5be67e [2021-03-15T21:12:31.879Z] Step 8/22 : COPY . . [2021-03-15T21:12:31.879Z] ---> Using cache [2021-03-15T21:12:31.879Z] ---> 3549baa12669 [2021-03-15T21:12:31.879Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:12:31.879Z] Removing intermediate container 365c6eeefc49 [2021-03-15T21:12:31.879Z] ---> 5ba2a6a5f61f [2021-03-15T21:12:31.879Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:12:34.449Z] ---> 32c674633768 [2021-03-15T21:12:34.449Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:12:35.878Z] ---> Running in 4e412bc98d35 [2021-03-15T21:12:35.878Z] ---> Running in 0c143e190050 [2021-03-15T21:12:35.878Z] ---> Running in 9ead022aeff8 [2021-03-15T21:12:36.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:12:36.881Z] Removing intermediate container 0c143e190050 [2021-03-15T21:12:36.881Z] ---> 6d8a65102e44 [2021-03-15T21:12:36.881Z] [2021-03-15T21:12:36.881Z] Removing intermediate container 9ead022aeff8 [2021-03-15T21:12:36.881Z] ---> dadc757ee232 [2021-03-15T21:12:36.881Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:12:37.476Z] Successfully built 6d8a65102e44 [2021-03-15T21:12:37.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:12:37.740Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-15T21:12:37.740Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:12:37.740Z]  Building docker-security-secretstore-setup-go ... done  ---> 568dec7ac236 [2021-03-15T21:12:37.740Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:12:38.702Z] ---> Running in 40d758f32e6e [2021-03-15T21:12:43.359Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:12:43.359Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:12:43.359Z] ---> 61a536d8d809 [2021-03-15T21:12:43.359Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:12:43.359Z] ---> Using cache [2021-03-15T21:12:43.359Z] ---> ea4ba84dd8a6 [2021-03-15T21:12:43.359Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:12:43.359Z] ---> Using cache [2021-03-15T21:12:43.359Z] ---> edba09aa0870 [2021-03-15T21:12:43.359Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:12:43.359Z] ---> Using cache [2021-03-15T21:12:43.359Z] ---> 82206e490718 [2021-03-15T21:12:43.359Z] Step 6/21 : COPY go.mod . [2021-03-15T21:12:43.359Z] ---> Using cache [2021-03-15T21:12:43.359Z] ---> db718f189996 [2021-03-15T21:12:43.359Z] Step 7/21 : RUN go mod download [2021-03-15T21:12:43.359Z] ---> Using cache [2021-03-15T21:12:43.359Z] ---> 52b55b5be67e [2021-03-15T21:12:43.359Z] Step 8/21 : COPY . . [2021-03-15T21:12:43.359Z] ---> Using cache [2021-03-15T21:12:43.359Z] ---> 3549baa12669 [2021-03-15T21:12:43.359Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:12:44.261Z] Removing intermediate container 40d758f32e6e [2021-03-15T21:12:44.261Z] ---> ba49d1b44e49 [2021-03-15T21:12:44.261Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:12:44.629Z] ---> Running in 1a77f6252bc6 [2021-03-15T21:12:45.468Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:12:45.468Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:12:45.468Z] ---> 61a536d8d809 [2021-03-15T21:12:45.468Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:12:45.468Z] ---> Using cache [2021-03-15T21:12:45.468Z] ---> ea4ba84dd8a6 [2021-03-15T21:12:45.468Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:12:45.468Z] ---> Using cache [2021-03-15T21:12:45.468Z] ---> edba09aa0870 [2021-03-15T21:12:45.468Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:12:46.463Z] ---> Running in a7f21800462b [2021-03-15T21:12:46.463Z] ---> Running in 49436d289024 [2021-03-15T21:12:46.735Z] Removing intermediate container a7f21800462b [2021-03-15T21:12:46.735Z] ---> 983c36853e29 [2021-03-15T21:12:46.735Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:12:48.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:12:48.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:48.441Z] ---> Running in f9636a2a7f57 [2021-03-15T21:12:49.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:12:49.316Z] Removing intermediate container f9636a2a7f57 [2021-03-15T21:12:49.316Z] ---> 53719e4c1cc3 [2021-03-15T21:12:49.316Z] Step 29/31 : LABEL arch=x86_64 [2021-03-15T21:12:49.589Z] OK: 233 MiB in 51 packages [2021-03-15T21:12:51.030Z] ---> Running in e2e03391487e [2021-03-15T21:12:52.450Z] Removing intermediate container e2e03391487e [2021-03-15T21:12:52.450Z] ---> 809deae581d6 [2021-03-15T21:12:52.450Z] Step 30/31 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:12:52.732Z] Removing intermediate container 49436d289024 [2021-03-15T21:12:52.732Z] ---> 317536c58161 [2021-03-15T21:12:52.732Z] Step 6/23 : COPY go.mod . [2021-03-15T21:12:53.706Z] ---> Running in c14afaf45f3f [2021-03-15T21:12:53.979Z] ---> a658298444df [2021-03-15T21:12:53.979Z] Step 7/23 : RUN go mod download [2021-03-15T21:12:54.256Z] ---> Running in 0e88c46b935c [2021-03-15T21:12:54.531Z] Removing intermediate container c14afaf45f3f [2021-03-15T21:12:54.531Z] ---> eea824267e3d [2021-03-15T21:12:54.531Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:12:54.810Z] ---> Running in 57fbdf272549 [2021-03-15T21:12:56.257Z] Removing intermediate container 57fbdf272549 [2021-03-15T21:12:56.257Z] ---> 0ba250425fd0 [2021-03-15T21:12:56.257Z] [2021-03-15T21:12:56.879Z] Successfully built 0ba250425fd0 [2021-03-15T21:12:56.879Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:12:59.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:13:00.257Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:13:00.257Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:13:00.257Z] ---> 61a536d8d809 [2021-03-15T21:13:00.257Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:13:00.257Z] ---> Using cache [2021-03-15T21:13:00.257Z] ---> ea4ba84dd8a6 [2021-03-15T21:13:00.257Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:13:00.257Z] ---> Using cache [2021-03-15T21:13:00.257Z] ---> edba09aa0870 [2021-03-15T21:13:00.257Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:13:00.257Z] Removing intermediate container 0e88c46b935c [2021-03-15T21:13:00.257Z] ---> 16895005793f [2021-03-15T21:13:00.257Z] Step 8/23 : COPY . . [2021-03-15T21:13:00.531Z] ---> Running in 9635166e23cc [2021-03-15T21:13:01.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:13:01.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:13:01.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:02.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:03.507Z] OK: 233 MiB in 51 packages [2021-03-15T21:13:06.923Z] Removing intermediate container 9635166e23cc [2021-03-15T21:13:06.923Z] ---> ab31dd2f3fb7 [2021-03-15T21:13:06.923Z] Step 6/26 : COPY go.mod . [2021-03-15T21:13:08.334Z] ---> 470e0007d328 [2021-03-15T21:13:08.334Z] Step 7/26 : RUN go mod download [2021-03-15T21:13:09.741Z] ---> Running in 2d1b11cbc8eb [2021-03-15T21:13:09.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:13:10.091Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:13:10.091Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:13:10.091Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:13:16.411Z] Removing intermediate container 2d1b11cbc8eb [2021-03-15T21:13:16.411Z] ---> ea2175578e84 [2021-03-15T21:13:16.411Z] Step 8/26 : COPY . . [2021-03-15T21:13:16.411Z] Removing intermediate container 4e412bc98d35 [2021-03-15T21:13:16.411Z] ---> 5c1ebb3df2b2 [2021-03-15T21:13:16.411Z] [2021-03-15T21:13:16.411Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:13:16.411Z] ---> 88dd2752d2ea [2021-03-15T21:13:16.411Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:13:16.411Z] ---> Using cache [2021-03-15T21:13:16.411Z] ---> efe235b81080 [2021-03-15T21:13:16.411Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:13:16.411Z] ---> Using cache [2021-03-15T21:13:16.411Z] ---> ef9f9a22f90b [2021-03-15T21:13:16.411Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:13:16.989Z] ---> Running in f4079795e099 [2021-03-15T21:13:18.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements [2021-03-15T21:13:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:13:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:13:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:13:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:13:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:13:18.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:13:18.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements [2021-03-15T21:13:18.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements [2021-03-15T21:13:23.346Z] Removing intermediate container f4079795e099 [2021-03-15T21:13:23.346Z] ---> 72ef76bbdc56 [2021-03-15T21:13:23.346Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:13:25.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.645s coverage: 27.1% of statements [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:13:25.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:13:25.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:13:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:13:25.906Z] ---> Running in 4f770faa0241 [2021-03-15T21:13:26.486Z] Removing intermediate container 1a77f6252bc6 [2021-03-15T21:13:26.486Z] ---> 09f9195cb80a [2021-03-15T21:13:26.486Z] [2021-03-15T21:13:26.486Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:13:26.486Z] ---> 88dd2752d2ea [2021-03-15T21:13:26.486Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:13:27.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 71.3% of statements [2021-03-15T21:13:27.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:13:27.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:13:27.898Z] ---> 419affe00347 [2021-03-15T21:13:27.898Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:13:29.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.592s coverage: 82.9% of statements [2021-03-15T21:13:29.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:13:29.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:13:29.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements [2021-03-15T21:13:29.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:13:29.854Z] Removing intermediate container 4f770faa0241 [2021-03-15T21:13:29.854Z] ---> 376b08ef2b29 [2021-03-15T21:13:29.854Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:13:30.136Z] ---> Running in 2855aa4a30c5 [2021-03-15T21:13:30.136Z] ---> Running in 4296b4c38270 [2021-03-15T21:13:32.072Z] ---> 891bb63800d9 [2021-03-15T21:13:32.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:13:33.060Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:13:33.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:33.345Z] ---> 7782039ce4b1 [2021-03-15T21:13:33.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:13:33.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:13:33.611Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:13:33.611Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:13:33.611Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:13:33.611Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:13:33.611Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:33.611Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:13:33.886Z] OK: 7 MiB in 18 packages [2021-03-15T21:13:34.158Z] ---> f2dd1a2c75c9 [2021-03-15T21:13:34.158Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:13:35.574Z] ---> Running in 82da32f83649 [2021-03-15T21:13:37.022Z] Removing intermediate container 82da32f83649 [2021-03-15T21:13:37.022Z] ---> 807a7c3b3a1d [2021-03-15T21:13:37.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:13:37.995Z] ---> Running in 46cb8cb1e554 [2021-03-15T21:13:38.262Z] Removing intermediate container 2855aa4a30c5 [2021-03-15T21:13:38.262Z] ---> 0a61edfac59f [2021-03-15T21:13:38.262Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:13:38.262Z] ---> 4d9b91585862 [2021-03-15T21:13:38.262Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:13:38.532Z] ---> Running in 2d33db12b7c5 [2021-03-15T21:13:38.532Z] ---> Running in d353f2562309 [2021-03-15T21:13:38.532Z] Removing intermediate container 46cb8cb1e554 [2021-03-15T21:13:38.532Z] ---> f307e3fe4ae9 [2021-03-15T21:13:38.532Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:13:39.114Z] ---> Running in 1bdd1fca2426 [2021-03-15T21:13:39.114Z] Removing intermediate container 2d33db12b7c5 [2021-03-15T21:13:39.114Z] ---> b5c222f640f5 [2021-03-15T21:13:39.114Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:13:39.114Z] ---> Running in f08cec7d1817 [2021-03-15T21:13:39.396Z] Removing intermediate container 1bdd1fca2426 [2021-03-15T21:13:39.397Z] ---> 1eaedb0fec0e [2021-03-15T21:13:39.397Z] Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:13:39.674Z] ---> Running in 6e26790a6979 [2021-03-15T21:13:39.674Z] Removing intermediate container f08cec7d1817 [2021-03-15T21:13:39.674Z] ---> 3639dc1f9582 [2021-03-15T21:13:39.674Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:13:39.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:13:39.951Z] Removing intermediate container 6e26790a6979 [2021-03-15T21:13:39.951Z] ---> d84af368ad0e [2021-03-15T21:13:39.951Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:13:39.951Z] ---> Running in 83ed55a0e238 [2021-03-15T21:13:40.225Z] ---> bd01ba6cf6ca [2021-03-15T21:13:40.225Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:13:40.493Z] Removing intermediate container 83ed55a0e238 [2021-03-15T21:13:40.493Z] ---> 559c6431a8a8 [2021-03-15T21:13:40.493Z] [2021-03-15T21:13:40.767Z] Successfully built 559c6431a8a8 [2021-03-15T21:13:41.041Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-15T21:13:41.041Z]  Building docker-support-scheduler-go ... done  ---> b5a680c0b6ac [2021-03-15T21:13:41.041Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:13:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.391s coverage: 28.6% of statements [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:13:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:13:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:13:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:13:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.423s coverage: 97.5% of statements [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:13:41.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:13:41.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:13:42.471Z] ---> 11423fbbe000 [2021-03-15T21:13:42.471Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:13:42.471Z] ---> Running in 05ed50a9f77a [2021-03-15T21:13:42.471Z] Removing intermediate container 05ed50a9f77a [2021-03-15T21:13:42.471Z] ---> 6ad08665c8be [2021-03-15T21:13:42.471Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:13:42.735Z] ---> Running in cfd241a0af3b [2021-03-15T21:13:43.019Z] Removing intermediate container cfd241a0af3b [2021-03-15T21:13:43.019Z] ---> 12120d466c78 [2021-03-15T21:13:43.019Z] Step 19/21 : LABEL arch=x86_64 [2021-03-15T21:13:43.019Z] ---> Running in 1b3973d13eb6 [2021-03-15T21:13:43.297Z] Removing intermediate container 1b3973d13eb6 [2021-03-15T21:13:43.297Z] ---> cc03555db6fd [2021-03-15T21:13:43.297Z] Step 20/21 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:13:43.575Z] ---> Running in 8ab342d37199 [2021-03-15T21:13:43.849Z] Removing intermediate container 8ab342d37199 [2021-03-15T21:13:43.849Z] ---> 865eb87164f9 [2021-03-15T21:13:43.849Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:13:45.193Z] ---> Running in 8dc78215ff4d [2021-03-15T21:13:45.904Z] Removing intermediate container 8dc78215ff4d [2021-03-15T21:13:45.904Z] ---> 877546275ec6 [2021-03-15T21:13:45.904Z] [2021-03-15T21:13:45.904Z] Successfully built 877546275ec6 [2021-03-15T21:13:46.190Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.397s coverage: 92.8% of statements [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.257s coverage: 0.1% of statements [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:13:49.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements [2021-03-15T21:13:49.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-15T21:14:01.229Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4296b4c38270 [2021-03-15T21:14:01.229Z] ---> 33eb807d5ad0 [2021-03-15T21:14:01.229Z] [2021-03-15T21:14:01.229Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:14:01.229Z] ---> 88dd2752d2ea [2021-03-15T21:14:01.229Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:14:01.229Z] ---> Running in 3ec74f285edf [2021-03-15T21:14:01.229Z] Removing intermediate container d353f2562309 [2021-03-15T21:14:01.229Z] ---> 9a2930b3766f [2021-03-15T21:14:01.229Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:14:01.229Z] ---> Running in 308e9068ce1d [2021-03-15T21:14:01.229Z] Removing intermediate container 3ec74f285edf [2021-03-15T21:14:01.229Z] ---> 25837a8a45a3 [2021-03-15T21:14:01.229Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:14:01.229Z] ---> Running in c9ae97ac1232 [2021-03-15T21:14:01.229Z] Removing intermediate container c9ae97ac1232 [2021-03-15T21:14:01.229Z] ---> d8f704ff52e7 [2021-03-15T21:14:01.229Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:14:01.229Z] ---> Running in 98f1c59d8d8c [2021-03-15T21:14:01.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:14:01.497Z] Removing intermediate container 98f1c59d8d8c [2021-03-15T21:14:01.497Z] ---> fad38a8da9d5 [2021-03-15T21:14:01.497Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:14:01.497Z] ---> Running in 62cd7fd21304 [2021-03-15T21:14:02.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.099s coverage: 94.4% of statements [2021-03-15T21:14:02.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-15T21:14:02.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.125s coverage: 81.4% of statements [2021-03-15T21:14:02.928Z] Removing intermediate container 308e9068ce1d [2021-03-15T21:14:02.928Z] ---> 030b4da1dd1c [2021-03-15T21:14:02.928Z] [2021-03-15T21:14:02.928Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:14:02.928Z] Removing intermediate container 62cd7fd21304 [2021-03-15T21:14:02.928Z] ---> 4037ccf9311c [2021-03-15T21:14:02.928Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:14:02.928Z] 20.10.0: Pulling from library/docker [2021-03-15T21:14:02.928Z] ---> Running in d3670ffe4255 [2021-03-15T21:14:03.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:04.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:05.887Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:14:05.887Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:14:05.887Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:14:06.152Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:14:06.422Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:14:06.697Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:14:06.697Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:06.697Z] OK: 8 MiB in 20 packages [2021-03-15T21:14:08.648Z] Removing intermediate container d3670ffe4255 [2021-03-15T21:14:08.648Z] ---> 17c190e9675b [2021-03-15T21:14:08.648Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:14:08.648Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:14:08.648Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:14:08.648Z] ---> aefe523efa57 [2021-03-15T21:14:08.648Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:14:08.648Z] ---> Running in e5492b18b302 [2021-03-15T21:14:08.648Z] ---> 57b957652766 [2021-03-15T21:14:08.648Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:14:09.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:09.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:09.497Z] ---> f52d9dc7fc72 [2021-03-15T21:14:09.497Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:14:09.497Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:14:09.497Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:14:09.497Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:14:09.497Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:09.497Z] OK: 12 MiB in 22 packages [2021-03-15T21:14:09.759Z] ---> 840fa476f263 [2021-03-15T21:14:09.759Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:14:10.021Z] ---> Running in e5be7a3568ff [2021-03-15T21:14:10.021Z] Removing intermediate container e5be7a3568ff [2021-03-15T21:14:10.021Z] ---> 092b87992c2a [2021-03-15T21:14:10.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:14:10.283Z] ---> Running in a5d97d825124 [2021-03-15T21:14:10.283Z] Removing intermediate container e5492b18b302 [2021-03-15T21:14:10.283Z] ---> fb8c8e2ea806 [2021-03-15T21:14:10.283Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:14:10.283Z] ---> Running in 3c5b381859bd [2021-03-15T21:14:10.546Z] Removing intermediate container a5d97d825124 [2021-03-15T21:14:10.546Z] ---> 5869f147f986 [2021-03-15T21:14:10.546Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:14:10.546Z] Removing intermediate container 3c5b381859bd [2021-03-15T21:14:10.546Z] ---> 57ef4081a565 [2021-03-15T21:14:10.546Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:14:10.546Z] ---> Running in e8bc53a1187c [2021-03-15T21:14:10.546Z] ---> Running in 440b1e01cec2 [2021-03-15T21:14:10.807Z] Removing intermediate container e8bc53a1187c [2021-03-15T21:14:10.807Z] ---> 2f5a0fade48d [2021-03-15T21:14:10.807Z] Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:14:10.807Z] Removing intermediate container 440b1e01cec2 [2021-03-15T21:14:10.807Z] ---> f9031a0c894f [2021-03-15T21:14:10.807Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:14:10.807Z] ---> Running in e7b55b58139f [2021-03-15T21:14:10.807Z] ---> Running in 720874be6bc1 [2021-03-15T21:14:11.069Z] Removing intermediate container e7b55b58139f [2021-03-15T21:14:11.069Z] ---> 6aae0becbf25 [2021-03-15T21:14:11.069Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:14:11.069Z] ---> Running in 3aa63f241635 [2021-03-15T21:14:11.069Z] Removing intermediate container 720874be6bc1 [2021-03-15T21:14:11.069Z] ---> 74bb869f095d [2021-03-15T21:14:11.069Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:14:11.331Z] Removing intermediate container 3aa63f241635 [2021-03-15T21:14:11.331Z] ---> 683717ce1c31 [2021-03-15T21:14:11.331Z] [2021-03-15T21:14:11.594Z] Successfully built 683717ce1c31 [2021-03-15T21:14:11.594Z] Successfully tagged docker-core-data-go:latest [2021-03-15T21:14:11.594Z]  Building docker-core-data-go ... done  ---> dbea2554db65 [2021-03-15T21:14:11.594Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:14:11.855Z] ---> 097839706a15 [2021-03-15T21:14:11.855Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:14:12.441Z] ---> 926ffa0f018a [2021-03-15T21:14:12.441Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:14:12.441Z] ---> Running in e8bc8e24a078 [2021-03-15T21:14:13.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:13.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:13.292Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:14:13.292Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:14:13.292Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:14:13.292Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:14:13.292Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:14:13.292Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:14:13.292Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:14:14.236Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:14:14.236Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:14:14.236Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:14:14.236Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:14:14.236Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:14:14.497Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:14:14.497Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:14:14.497Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:14:14.497Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:14:14.497Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:14:14.497Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:14:14.497Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:14:14.497Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:14:14.497Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:14:14.497Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:14:14.497Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:14:14.758Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:14:14.758Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:14:14.758Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:14:14.758Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:14:14.758Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:14:14.758Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:14:14.758Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:14:14.758Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:14:14.758Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:14:14.758Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:14:14.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:14.758Z] OK: 71 MiB in 55 packages [2021-03-15T21:14:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.111s coverage: 92.9% of statements [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:14:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:14:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:14:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:14:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-03-15T21:14:20.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:14:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements [2021-03-15T21:14:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 62.4% of statements [2021-03-15T21:14:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:14:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-15T21:14:20.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.978s coverage: 69.0% of statements [2021-03-15T21:14:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:14:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:14:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:14:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.425s coverage: 38.4% of statements [2021-03-15T21:14:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:14:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:14:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.136s coverage: 89.5% of statements [2021-03-15T21:14:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:14:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.103s coverage: 84.8% of statements [2021-03-15T21:14:24.776Z] Removing intermediate container e8bc8e24a078 [2021-03-15T21:14:24.776Z] ---> b19f76a39001 [2021-03-15T21:14:24.776Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:14:24.776Z] ---> Running in 5b067d82ff74 [2021-03-15T21:14:26.168Z] Collecting docker-compose==1.23.2 [2021-03-15T21:14:26.168Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:14:26.168Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:14:26.168Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:14:26.168Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:14:26.742Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:14:26.742Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:14:27.688Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:14:27.688Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:14:27.688Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:14:27.688Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:14:27.950Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:14:27.950Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:14:29.342Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:14:29.342Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:14:29.605Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:14:29.605Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:14:29.866Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:14:29.866Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:14:29.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:14:29.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.172s coverage: 100.0% of statements [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:14:29.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:14:29.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:14:29.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:14:30.128Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:14:30.128Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:14:30.390Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:14:30.390Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:14:30.390Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:14:30.390Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:14:30.390Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:14:30.390Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:14:30.656Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:14:30.656Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:14:30.656Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:14:30.656Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:14:30.656Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:14:30.656Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:14:30.656Z] Installing collected packages: docopt, PyYAML, websocket-client, jsonschema, texttable, dockerpty, docker-pycreds, idna, urllib3, requests, docker, cached-property, docker-compose [2021-03-15T21:14:30.656Z] Running setup.py install for docopt: started [2021-03-15T21:14:31.229Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:14:31.229Z] Running setup.py install for PyYAML: started [2021-03-15T21:14:31.805Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:14:32.072Z] Running setup.py install for texttable: started [2021-03-15T21:14:32.334Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:14:32.334Z] Running setup.py install for dockerpty: started [2021-03-15T21:14:32.908Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:14:32.908Z] Attempting uninstall: idna [2021-03-15T21:14:32.908Z] Found existing installation: idna 2.9 [2021-03-15T21:14:32.908Z] Uninstalling idna-2.9: [2021-03-15T21:14:32.908Z] Successfully uninstalled idna-2.9 [2021-03-15T21:14:33.170Z] Attempting uninstall: urllib3 [2021-03-15T21:14:33.170Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:14:33.170Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:14:33.170Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:14:33.432Z] Attempting uninstall: requests [2021-03-15T21:14:33.432Z] Found existing installation: requests 2.23.0 [2021-03-15T21:14:33.432Z] Uninstalling requests-2.23.0: [2021-03-15T21:14:33.432Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:14:34.006Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:14:37.398Z] Removing intermediate container 5b067d82ff74 [2021-03-15T21:14:37.398Z] ---> b76300d93a3c [2021-03-15T21:14:37.398Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:14:37.398Z] ---> Running in f84866c3cf2b [2021-03-15T21:14:37.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:37.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:14:38.240Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:14:38.240Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:14:38.240Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:14:38.240Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:14:38.240Z] OK: 72 MiB in 58 packages [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.582s coverage: 29.1% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.227s coverage: 96.5% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:14:38.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:14:38.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-03-15T21:14:38.814Z] Removing intermediate container f84866c3cf2b [2021-03-15T21:14:38.814Z] ---> 5a28b575a7f5 [2021-03-15T21:14:38.814Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:14:38.814Z] ---> Running in 1d7f00684d3e [2021-03-15T21:14:38.814Z] Removing intermediate container 1d7f00684d3e [2021-03-15T21:14:38.814Z] ---> ee54dc33b232 [2021-03-15T21:14:38.814Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:14:38.920Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-03-15T21:14:39.077Z] ---> Running in 9f1c2c89a261 [2021-03-15T21:14:39.077Z] Removing intermediate container 9f1c2c89a261 [2021-03-15T21:14:39.077Z] ---> f54e0606c122 [2021-03-15T21:14:39.077Z] Step 24/26 : LABEL arch=x86_64 [2021-03-15T21:14:39.343Z] ---> Running in e561a7506527 [2021-03-15T21:14:39.343Z] Removing intermediate container e561a7506527 [2021-03-15T21:14:39.343Z] ---> 74ec22f032f8 [2021-03-15T21:14:39.343Z] Step 25/26 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:14:39.343Z] ---> Running in 168e38aa2433 [2021-03-15T21:14:39.606Z] Removing intermediate container 168e38aa2433 [2021-03-15T21:14:39.606Z] ---> 1de73f9970e4 [2021-03-15T21:14:39.606Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:14:39.606Z] ---> Running in bd95e13bbf29 [2021-03-15T21:14:39.869Z] Removing intermediate container bd95e13bbf29 [2021-03-15T21:14:39.869Z] ---> 3afe0acae441 [2021-03-15T21:14:39.869Z] [2021-03-15T21:14:40.132Z] Successfully built 3afe0acae441 [2021-03-15T21:14:40.132Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-15T21:14:40.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-03-15T21:14:40.425Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T21:14:40.472Z] $ docker stop --time=1 ecd1598c3e71e7dd7b4136eebfc7cf6618cdf4429cd70555497b9f710df60374 [2021-03-15T21:14:41.341Z] GO111MODULE=on go vet ./... [2021-03-15T21:14:42.323Z] $ docker rm -f ecd1598c3e71e7dd7b4136eebfc7cf6618cdf4429cd70555497b9f710df60374 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:14:42.922Z] + docker images [2021-03-15T21:14:42.922Z] + grep docker [2021-03-15T21:14:43.185Z] docker-sys-mgmt-agent-go latest 3afe0acae441 4 seconds ago 313MB [2021-03-15T21:14:43.185Z] docker-core-data-go latest 683717ce1c31 32 seconds ago 22.6MB [2021-03-15T21:14:43.185Z] docker-security-proxy-setup-go latest 877546275ec6 58 seconds ago 24.7MB [2021-03-15T21:14:43.185Z] docker-support-scheduler-go latest 559c6431a8a8 About a minute ago 17.3MB [2021-03-15T21:14:43.185Z] docker-security-bootstrapper-go latest 0ba250425fd0 About a minute ago 18.7MB [2021-03-15T21:14:43.185Z] docker-security-secretstore-setup-go latest 6d8a65102e44 2 minutes ago 24.9MB [2021-03-15T21:14:43.185Z] docker-support-notifications-go latest 1944725abe9b 2 minutes ago 17.8MB [2021-03-15T21:14:43.185Z] docker-core-metadata-go latest 47e9af0a1f01 2 minutes ago 19MB [2021-03-15T21:14:43.185Z] docker-core-command-go latest 3db59a868b46 2 minutes ago 17.2MB [2021-03-15T21:14:43.185Z] 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-03-15T21:14:58.944Z] Still waiting to schedule task [2021-03-15T21:14:58.945Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-15T21:15:53.800Z] Running on prd-ubuntu18.04-docker-8c-8g-29857 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-15T21:15:53.853Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-03-15T21:15:55.899Z] using credential edgex-jenkins-ssh [2021-03-15T21:15:55.963Z] Cloning the remote Git repository [2021-03-15T21:15:55.991Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:15:56.060Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-03-15T21:15:56.089Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:15:56.089Z] > git --version # timeout=10 [2021-03-15T21:15:56.095Z] > git --version # 'git version 2.17.1' [2021-03-15T21:15:56.096Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:15:56.118Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:16:03.234Z] gofmt -l . [2021-03-15T21:16:03.234Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:16:04.670Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:16:05.655Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:16:07.763Z] + ls -al . [2021-03-15T21:16:07.763Z] total 776 [2021-03-15T21:16:07.763Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 21:16 . [2021-03-15T21:16:07.763Z] drwxr-xr-x 4 root root 4096 Mar 15 21:11 .. [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:09 .dockerignore [2021-03-15T21:16:07.763Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 21:09 .git [2021-03-15T21:16:07.763Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 21:09 .github [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:09 .gitignore [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:09 .sonarcloud.properties [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:09 Attribution.txt [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:09 CONTRIBUTING.md [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:09 Dockerfile.build [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:09 Jenkinsfile [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:09 LICENSE [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:09 Makefile [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:09 README.md [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:09 SECURITY.md [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 21:05 VERSION [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:09 ZMQWindows.md [2021-03-15T21:16:07.763Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 21:09 bin [2021-03-15T21:16:07.763Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:09 cmd [2021-03-15T21:16:07.763Z] -rw-r--r-- 1 root root 635765 Mar 15 21:14 coverage.out [2021-03-15T21:16:07.763Z] -rw-r--r-- 1 root root 1055 Mar 15 21:16 go.mod [2021-03-15T21:16:07.763Z] -rw-r--r-- 1 root root 22209 Mar 15 21:16 go.sum [2021-03-15T21:16:07.763Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 21:09 internal [2021-03-15T21:16:07.763Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 21:09 openapi [2021-03-15T21:16:07.763Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 21:09 snap [2021-03-15T21:16:07.763Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:09 version.go [Pipeline] sh [2021-03-15T21:16:08.554Z] + '[' -e coverage.out ] [2021-03-15T21:16:08.555Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:16:08.647Z] Warning: overwriting stash ‘coverage-report’ [2021-03-15T21:16:10.153Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:16:10.842Z] + make build [2021-03-15T21:16:10.842Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:16:23.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:16:31.688Z] Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:16:31.852Z] Merge succeeded, producing 5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:16:31.852Z] Checking out Revision 5bbfc04f846edbd50b224d995a0b199b5c323db6 (PR-3208) [2021-03-15T21:16:31.158Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:16:31.167Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:16:31.180Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:16:31.205Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:16:31.205Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:16:31.210Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:16:31.714Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:16:31.725Z] > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-15T21:16:31.840Z] > git remote # timeout=10 [2021-03-15T21:16:31.846Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T21:16:31.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:16:31.855Z] > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:16:31.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T21:16:31.871Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:16:31.875Z] > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 [2021-03-15T21:16:35.552Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:16:36.794Z] + echo snap-build.sh [2021-03-15T21:16:36.794Z] snap-build.sh [2021-03-15T21:16:36.794Z] + SNAP_BASE_DIR=. [2021-03-15T21:16:36.794Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-03-15T21:16:36.794Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-03-15T21:16:36.794Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-03-15T21:16:36.794Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-03-15T21:16:36.794Z] + cd /w/workspace/edgex-go/19 [2021-03-15T21:16:36.794Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-15T21:16:36.794Z] Reading package lists... [2021-03-15T21:16:37.059Z] Building dependency tree... [2021-03-15T21:16:37.059Z] Reading state information... [2021-03-15T21:16:37.059Z] The following packages were automatically installed and are no longer required: [2021-03-15T21:16:37.059Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-15T21:16:37.059Z] uidmap xdelta3 [2021-03-15T21:16:37.059Z] Use 'sudo apt autoremove' to remove them. [2021-03-15T21:16:37.319Z] The following packages will be REMOVED: [2021-03-15T21:16:37.319Z] lxd* lxd-client* [2021-03-15T21:16:37.890Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-15T21:16:37.890Z] After this operation, 31.7 MB disk space will be freed. [2021-03-15T21:16:38.942Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-15T21:16:38.942Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:16:39.896Z] Removing lxd dnsmasq configuration [2021-03-15T21:16:39.896Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:16:40.157Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-15T21:16:40.731Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-15T21:16:40.992Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-15T21:16:40.992Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T21:16:42.389Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-15T21:16:42.389Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-15T21:16:44.305Z] + sudo snap remove --purge lxd [2021-03-15T21:16:44.305Z] snap "lxd" is not installed [2021-03-15T21:16:44.305Z] + sudo groupadd --force --system lxd [2021-03-15T21:16:44.305Z] ++ whoami [2021-03-15T21:16:44.305Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-15T21:16:44.305Z] + newgrp - lxd [2021-03-15T21:16:44.305Z] + sudo snap install lxd [2021-03-15T21:16:50.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:16:54.332Z] 2021-03-15T21:16:51Z INFO Waiting for automatic snapd restart... [2021-03-15T21:16:55.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:17:02.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:17:03.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:17:09.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:17:12.533Z] lxd 4.12 from Canonical* installed [2021-03-15T21:17:12.533Z] + sudo lxd init --auto [2021-03-15T21:17:15.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:17:19.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:17:20.682Z] + sudo snap install --classic snapcraft [2021-03-15T21:17:23.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:17:27.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:17:30.702Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T21:17:30.702Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-15T21:17:30.702Z] + patch --verbose -p1 [2021-03-15T21:17:30.702Z] Hmm... Looks like a unified diff to me... [2021-03-15T21:17:30.702Z] The text leading up to this was: [2021-03-15T21:17:30.702Z] -------------------------- [2021-03-15T21:17:30.702Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-15T21:17:30.702Z] |From: Tony Espy [2021-03-15T21:17:30.702Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-15T21:17:30.702Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-15T21:17:30.702Z] | [2021-03-15T21:17:30.702Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-15T21:17:30.702Z] |optimize the snap CI check run for pull requests. When [2021-03-15T21:17:30.702Z] |applied, it essentially strips out everything (apps and [2021-03-15T21:17:30.702Z] |parts) from the snapcraft.yaml file except those required [2021-03-15T21:17:30.702Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-15T21:17:30.702Z] |catch changes to edgex-go that break the snap build. [2021-03-15T21:17:30.702Z] | [2021-03-15T21:17:30.702Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-15T21:17:30.702Z] |to update this patch file, otherwise it may fail to apply, [2021-03-15T21:17:30.702Z] |resulting in a failed snap build CI check in the associated [2021-03-15T21:17:30.702Z] |pull request. [2021-03-15T21:17:30.702Z] | [2021-03-15T21:17:30.702Z] |Note - in addition to applying this patch, the pipeline also [2021-03-15T21:17:30.702Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-15T21:17:30.702Z] |need to build the finally binary .snap file (and it won't [2021-03-15T21:17:30.702Z] |work with the patch applied). This further reduces the build [2021-03-15T21:17:30.702Z] |time. [2021-03-15T21:17:30.702Z] |--- [2021-03-15T21:17:30.702Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-15T21:17:30.702Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-15T21:17:30.702Z] | [2021-03-15T21:17:30.702Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-15T21:17:30.702Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-15T21:17:30.702Z] |--- a/snap/snapcraft.yaml [2021-03-15T21:17:30.702Z] |+++ b/snap/snapcraft.yaml [2021-03-15T21:17:30.702Z] -------------------------- [2021-03-15T21:17:30.702Z] patching file snap/snapcraft.yaml [2021-03-15T21:17:30.702Z] Using Plan A... [2021-03-15T21:17:30.702Z] Hunk #1 succeeded at 73. [2021-03-15T21:17:30.702Z] Hunk #2 succeeded at 205. [2021-03-15T21:17:30.702Z] Hunk #3 succeeded at 217. [2021-03-15T21:17:30.702Z] Hunk #4 succeeded at 225. [2021-03-15T21:17:30.702Z] Hunk #5 succeeded at 232. [2021-03-15T21:17:30.702Z] Hunk #6 succeeded at 259. [2021-03-15T21:17:30.702Z] Hunk #7 succeeded at 271. [2021-03-15T21:17:30.702Z] Hunk #8 succeeded at 327. [2021-03-15T21:17:30.702Z] Hmm... Ignoring the trailing garbage. [2021-03-15T21:17:30.702Z] done [2021-03-15T21:17:30.702Z] + sudo snapcraft prime --use-lxd [2021-03-15T21:17:31.654Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-15T21:17:31.654Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-15T21:17:31.654Z] - README.md [2021-03-15T21:17:31.654Z] [2021-03-15T21:17:31.654Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T21:17:32.230Z] Launching a container. [2021-03-15T21:17:32.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-15T21:17:39.053Z] $ docker stop --time=1 33a17833157ffc4f156d8ed5c551025e1f1e21a431089a19c93d9b9ff80bba35 [2021-03-15T21:17:41.761Z] $ docker rm -f 33a17833157ffc4f156d8ed5c551025e1f1e21a431089a19c93d9b9ff80bba35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:43.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:17:43.698Z] [2021-03-15T21:17:43.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:44.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:17:44.093Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T21:17:44.093Z] 29e5d40040c1: Pulling fs layer [2021-03-15T21:17:44.093Z] 1ce36da41761: Pulling fs layer [2021-03-15T21:17:44.093Z] 25b303627fd3: Pulling fs layer [2021-03-15T21:17:44.369Z] 29e5d40040c1: Download complete [2021-03-15T21:17:44.971Z] 1ce36da41761: Verifying Checksum [2021-03-15T21:17:44.971Z] 1ce36da41761: Download complete [2021-03-15T21:17:44.971Z] 29e5d40040c1: Pull complete [2021-03-15T21:17:46.401Z] 1ce36da41761: Pull complete [2021-03-15T21:17:46.671Z] 25b303627fd3: Verifying Checksum [2021-03-15T21:17:46.671Z] 25b303627fd3: Download complete [2021-03-15T21:17:47.170Z] Waiting for container to be ready [2021-03-15T21:17:47.170Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-15T21:17:47.170Z] [2021-03-15T21:17:49.094Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-15T21:17:49.666Z] Waiting for network to be ready... [2021-03-15T21:17:49.926Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:17:49.926Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-15T21:17:50.187Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T21:17:50.187Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-15T21:17:50.187Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T21:17:50.187Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T21:17:50.187Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-15T21:17:50.450Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-15T21:17:50.450Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-15T21:17:50.450Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-15T21:17:50.712Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T21:17:50.975Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T21:17:51.548Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T21:17:51.548Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T21:17:51.548Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T21:17:51.548Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T21:17:51.548Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T21:17:51.548Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T21:17:51.808Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T21:17:52.068Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-15T21:17:52.068Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-15T21:17:52.068Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T21:17:52.068Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T21:17:52.068Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-15T21:17:52.068Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-15T21:17:52.068Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-15T21:17:52.068Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-15T21:17:54.927Z] 25b303627fd3: Pull complete [2021-03-15T21:17:55.196Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T21:17:55.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:17:55.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T21:17:55.380Z] Fetched 24.1 MB in 6s (4277 kB/s) [2021-03-15T21:17:55.429Z] prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container [2021-03-15T21:17:55.498Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:17:56.769Z] Reading package lists... [2021-03-15T21:17:57.031Z] Reading package lists... [2021-03-15T21:17:57.300Z] Building dependency tree... [2021-03-15T21:17:57.300Z] Reading state information... [2021-03-15T21:17:57.300Z] The following additional packages will be installed: [2021-03-15T21:17:57.300Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T21:17:57.300Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T21:17:57.300Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T21:17:57.300Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-15T21:17:57.300Z] Suggested packages: [2021-03-15T21:17:57.300Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-15T21:17:57.300Z] Recommended packages: [2021-03-15T21:17:57.300Z] gnupg libsasl2-modules [2021-03-15T21:17:57.561Z] The following NEW packages will be installed: [2021-03-15T21:17:57.561Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T21:17:57.561Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T21:17:57.561Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T21:17:57.561Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-15T21:17:57.561Z] The following packages will be upgraded: [2021-03-15T21:17:57.561Z] gpg gpg-agent gpgconf libudev1 [2021-03-15T21:17:57.561Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-15T21:17:57.561Z] Need to get 3530 kB of archives. [2021-03-15T21:17:57.561Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-15T21:17:57.561Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-15T21:17:57.561Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-15T21:17:57.561Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-15T21:17:57.561Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-15T21:17:57.822Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-15T21:17:58.084Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-15T21:17:58.345Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-15T21:17:58.345Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-15T21:17:58.345Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-15T21:17:58.345Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-15T21:17:58.345Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-15T21:17:58.345Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-15T21:17:58.345Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-15T21:17:58.345Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-15T21:17:58.594Z] $ docker top 79873b470685644c68abc369fb0ee3b626092665b811bec7e4926cc72cf466d5 -eo pid,comm [2021-03-15T21:17:58.609Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-15T21:17:58.609Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-15T21:17:58.609Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-15T21:17:58.609Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-15T21:17:58.609Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-15T21:17:58.609Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-15T21:17:58.609Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-15T21:17:58.609Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-15T21:17:58.609Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:17:58.871Z] Fetched 3530 kB in 1s (3187 kB/s) [2021-03-15T21:17:58.871Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T21:17:58.871Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:17:58.871Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] { [Pipeline] sh [2021-03-15T21:17:59.137Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-15T21:17:59.137Z] Selecting previously unselected package udev. [2021-03-15T21:17:59.137Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T21:17:59.137Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:17:59.137Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-15T21:17:59.399Z] Selecting previously unselected package libfuse2:amd64. [2021-03-15T21:17:59.399Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T21:17:59.580Z] + docker-compose build --help [2021-03-15T21:17:59.580Z] + grep parallel [2021-03-15T21:17:59.659Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T21:17:59.659Z] Selecting previously unselected package fuse. [2021-03-15T21:17:59.659Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T21:17:59.659Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-15T21:17:59.659Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:17:59.659Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:17:59.922Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:17:59.922Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:18:00.184Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:00.184Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:18:00.184Z] Selecting previously unselected package libksba8:amd64. [2021-03-15T21:18:00.184Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-15T21:18:00.184Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-15T21:18:00.184Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-15T21:18:00.184Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.184Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.446Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-15T21:18:00.446Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.446Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.446Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-15T21:18:00.446Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.446Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.446Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-15T21:18:00.446Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.446Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.708Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-15T21:18:00.708Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.708Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.708Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-15T21:18:00.708Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.708Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.708Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-15T21:18:00.708Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.971Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.971Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-15T21:18:00.971Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.971Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:00.971Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-15T21:18:00.971Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T21:18:00.971Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:01.233Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-15T21:18:01.233Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T21:18:01.233Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:01.233Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-15T21:18:01.233Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T21:18:01.233Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:01.233Z] Selecting previously unselected package libldap-common. [2021-03-15T21:18:01.233Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-15T21:18:01.233Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:01.496Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-15T21:18:01.496Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-15T21:18:01.496Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:01.496Z] Selecting previously unselected package dirmngr. [2021-03-15T21:18:01.496Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:01.496Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:01.759Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:01.759Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:01.759Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T21:18:01.759Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:01.759Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T21:18:01.759Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:01.759Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:01.759Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-15T21:18:02.021Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:02.021Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-15T21:18:02.282Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-15T21:18:02.543Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.543Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-15T21:18:02.543Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-15T21:18:02.543Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:02.543Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T21:18:02.804Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T21:18:02.804Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:02.804Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:03.377Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-15T21:18:03.377Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-15T21:18:03.377Z] This means they are not meant to be enabled using systemctl. [2021-03-15T21:18:03.377Z] Possible reasons for having this kind of units are: [2021-03-15T21:18:03.377Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-15T21:18:03.377Z] .wants/ or .requires/ directory. [2021-03-15T21:18:03.377Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-15T21:18:03.377Z] a requirement dependency on it. [2021-03-15T21:18:03.377Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-15T21:18:03.377Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-15T21:18:03.377Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-15T21:18:03.377Z] instance name specified. [2021-03-15T21:18:03.861Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:18:03.882Z] $ docker stop --time=1 79873b470685644c68abc369fb0ee3b626092665b811bec7e4926cc72cf466d5 [2021-03-15T21:18:03.950Z] Reading package lists... [2021-03-15T21:18:04.212Z] Building dependency tree... [2021-03-15T21:18:04.212Z] Reading state information... [2021-03-15T21:18:04.212Z] The following additional packages will be installed: [2021-03-15T21:18:04.212Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-15T21:18:04.212Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-15T21:18:04.212Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-15T21:18:04.212Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-15T21:18:04.212Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-15T21:18:04.212Z] Suggested packages: [2021-03-15T21:18:04.212Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-15T21:18:04.212Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-15T21:18:04.212Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-15T21:18:04.212Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-15T21:18:04.212Z] systemd-container policykit-1 [2021-03-15T21:18:04.212Z] Recommended packages: [2021-03-15T21:18:04.212Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-15T21:18:04.475Z] The following NEW packages will be installed: [2021-03-15T21:18:04.475Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-15T21:18:04.475Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-15T21:18:04.475Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-15T21:18:04.475Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-15T21:18:04.475Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-15T21:18:04.475Z] The following packages will be upgraded: [2021-03-15T21:18:04.475Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-15T21:18:04.475Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-15T21:18:04.475Z] Need to get 35.2 MB of archives. [2021-03-15T21:18:04.475Z] After this operation, 141 MB of additional disk space will be used. [2021-03-15T21:18:04.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-15T21:18:04.475Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-15T21:18:04.475Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-15T21:18:04.737Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-15T21:18:04.737Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-15T21:18:04.737Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-15T21:18:04.737Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-15T21:18:04.737Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-15T21:18:04.737Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-15T21:18:04.737Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-15T21:18:04.737Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-15T21:18:04.737Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-15T21:18:04.737Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-15T21:18:04.737Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-15T21:18:04.737Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-15T21:18:04.737Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-15T21:18:04.737Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-15T21:18:04.737Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-15T21:18:04.737Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-15T21:18:05.802Z] $ docker rm -f 79873b470685644c68abc369fb0ee3b626092665b811bec7e4926cc72cf466d5 [Pipeline] // withDockerContainer [2021-03-15T21:18:06.128Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-15T21:18:06.128Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-15T21:18:06.128Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-15T21:18:06.128Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-15T21:18:06.128Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-15T21:18:06.128Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-15T21:18:06.128Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-15T21:18:06.128Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-15T21:18:06.128Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-15T21:18:06.128Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-15T21:18:06.128Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:06.387Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:18:06.388Z] Fetched 35.2 MB in 2s (19.8 MB/s) [2021-03-15T21:18:06.388Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:18:06.388Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:06.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:18:06.599Z] . [Pipeline] withDockerContainer [2021-03-15T21:18:06.648Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:18:06.866Z] prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container [2021-03-15T21:18:06.943Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:18:07.220Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:07.220Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:18:07.220Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-15T21:18:07.220Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:18:07.220Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T21:18:07.481Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T21:18:07.481Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-15T21:18:07.742Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T21:18:07.742Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T21:18:07.742Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T21:18:08.314Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-15T21:18:08.314Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-15T21:18:08.319Z] $ docker top 6f45dad8d807da03752123800e82c7136ad008aaab40e9fa73f5e2a1d8abcefd -eo pid,comm [2021-03-15T21:18:08.577Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [Pipeline] { [Pipeline] sh [2021-03-15T21:18:08.837Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-15T21:18:08.837Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T21:18:08.837Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T21:18:09.098Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-15T21:18:09.098Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:09.098Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:09.359Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:18:09.359Z] Selecting previously unselected package libexpat1:amd64. [2021-03-15T21:18:09.359Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-15T21:18:09.359Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T21:18:09.359Z] Selecting previously unselected package python3.6-minimal. [2021-03-15T21:18:09.359Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:09.359Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:09.620Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T21:18:09.881Z] Checking for services that may need to be restarted...done. [2021-03-15T21:18:09.881Z] Checking for services that may need to be restarted...done. [2021-03-15T21:18:09.881Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:09.881Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T21:18:09.881Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:10.454Z] Selecting previously unselected package python3-minimal. [2021-03-15T21:18:10.454Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-15T21:18:10.454Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:18:10.454Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-15T21:18:10.716Z] Selecting previously unselected package mime-support. [2021-03-15T21:18:10.716Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-15T21:18:10.716Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-15T21:18:10.716Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-15T21:18:10.716Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-15T21:18:10.716Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T21:18:10.716Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-15T21:18:10.716Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:10.716Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:10.977Z] Selecting previously unselected package python3.6. [2021-03-15T21:18:10.977Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T21:18:10.977Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:11.238Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-15T21:18:11.238Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:18:11.238Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T21:18:11.238Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-15T21:18:11.500Z] Selecting previously unselected package python3. [2021-03-15T21:18:11.500Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-15T21:18:11.500Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-15T21:18:11.500Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-15T21:18:11.500Z] Selecting previously unselected package multiarch-support. [2021-03-15T21:18:11.500Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:11.500Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T21:18:11.761Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T21:18:11.761Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-15T21:18:11.761Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-15T21:18:11.761Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-15T21:18:11.761Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T21:18:11.761Z] Selecting previously unselected package libbsd0:amd64. [2021-03-15T21:18:12.023Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-15T21:18:12.023Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T21:18:12.023Z] Selecting previously unselected package sudo. [2021-03-15T21:18:12.023Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:12.023Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T21:18:12.023Z] Selecting previously unselected package apparmor. [2021-03-15T21:18:12.287Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T21:18:12.287Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-15T21:18:12.287Z] Selecting previously unselected package libedit2:amd64. [2021-03-15T21:18:12.287Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-15T21:18:12.287Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T21:18:12.548Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-15T21:18:12.548Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:12.548Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:12.548Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-15T21:18:12.548Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:12.548Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:12.548Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-15T21:18:12.548Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-15T21:18:12.548Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T21:18:12.812Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-15T21:18:12.812Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:12.812Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:12.812Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-15T21:18:12.812Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:12.812Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:13.073Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-15T21:18:13.073Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-15T21:18:13.073Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T21:18:13.073Z] Selecting previously unselected package openssh-client. [2021-03-15T21:18:13.073Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-15T21:18:13.073Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T21:18:13.336Z] Selecting previously unselected package squashfs-tools. [2021-03-15T21:18:13.336Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-15T21:18:13.336Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T21:18:13.598Z] Selecting previously unselected package snapd. [2021-03-15T21:18:13.598Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-15T21:18:13.598Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-15T21:18:14.829Z] Building docker-core-command-go ... [2021-03-15T21:18:14.829Z] Building docker-core-data-go ... [2021-03-15T21:18:14.829Z] Building docker-core-metadata-go ... [2021-03-15T21:18:14.829Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:18:14.829Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:18:14.829Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:18:14.829Z] Building docker-support-notifications-go ... [2021-03-15T21:18:14.829Z] Building docker-support-scheduler-go ... [2021-03-15T21:18:14.829Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:18:14.829Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:18:14.829Z] Building docker-support-notifications-go [2021-03-15T21:18:14.829Z] Building docker-core-command-go [2021-03-15T21:18:14.829Z] Building docker-core-metadata-go [2021-03-15T21:18:14.829Z] Building docker-security-proxy-setup-go [2021-03-15T21:18:16.158Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T21:18:16.158Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T21:18:16.158Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-15T21:18:16.420Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T21:18:16.420Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T21:18:16.420Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:16.420Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:16.420Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-15T21:18:16.420Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-15T21:18:17.362Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T21:18:17.362Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T21:18:17.362Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T21:18:17.623Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:17.623Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:17.623Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T21:18:18.570Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T21:18:18.570Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:18.570Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T21:18:18.570Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-15T21:18:18.570Z] running python rtupdate hooks for python3.6... [2021-03-15T21:18:18.570Z] running python post-rtupdate hooks for python3.6... [2021-03-15T21:18:18.570Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-15T21:18:20.485Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-15T21:18:20.485Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T21:18:20.485Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T21:18:20.746Z] Setting up snapd (2.48.3+18.04) ... [2021-03-15T21:18:21.320Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-15T21:18:21.320Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-15T21:18:21.587Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-15T21:18:21.847Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-15T21:18:22.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T21:18:22.108Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T21:18:22.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-15T21:18:22.368Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-15T21:18:22.628Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-15T21:18:22.887Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-15T21:18:22.887Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-15T21:18:22.887Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T21:18:22.887Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T21:18:24.270Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:18:24.270Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:18:24.270Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:18:24.536Z] Fetched 88.7 kB in 0s (186 kB/s) [2021-03-15T21:18:26.450Z] Reading package lists... [2021-03-15T21:18:26.451Z] Reading package lists... [2021-03-15T21:18:26.710Z] Building dependency tree... [2021-03-15T21:18:26.710Z] Reading state information... [2021-03-15T21:18:26.975Z] Calculating upgrade... [2021-03-15T21:18:26.975Z] The following packages will be upgraded: [2021-03-15T21:18:26.975Z] advancecomp base-files bash binutils binutils-common [2021-03-15T21:18:26.975Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-15T21:18:26.975Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-15T21:18:26.975Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-15T21:18:26.975Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-15T21:18:26.975Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-15T21:18:26.975Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-15T21:18:26.975Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-15T21:18:26.975Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-15T21:18:26.975Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-15T21:18:26.975Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-15T21:18:26.975Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-15T21:18:26.975Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-15T21:18:26.975Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-15T21:18:26.975Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-15T21:18:27.234Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:18:27.234Z] Need to get 63.8 MB of archives. [2021-03-15T21:18:27.234Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-15T21:18:27.234Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-15T21:18:27.234Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-15T21:18:29.151Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-15T21:18:29.151Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-15T21:18:29.151Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-15T21:18:29.151Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-15T21:18:29.151Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-15T21:18:29.151Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-15T21:18:29.151Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-15T21:18:29.151Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-15T21:18:29.151Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-15T21:18:29.151Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-15T21:18:29.151Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-15T21:18:29.151Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-15T21:18:29.151Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-15T21:18:29.151Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-15T21:18:29.151Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-15T21:18:29.151Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-15T21:18:29.151Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-15T21:18:29.151Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-15T21:18:29.151Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-15T21:18:29.151Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-15T21:18:29.412Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-15T21:18:29.412Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-15T21:18:29.412Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-15T21:18:29.412Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-15T21:18:29.412Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-15T21:18:29.412Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-15T21:18:29.412Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-15T21:18:29.412Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-15T21:18:29.672Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-15T21:18:29.672Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-15T21:18:29.672Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-15T21:18:29.672Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-15T21:18:29.672Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-15T21:18:29.672Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-15T21:18:29.672Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-15T21:18:29.672Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-15T21:18:29.672Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-15T21:18:29.672Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-15T21:18:29.672Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-15T21:18:29.672Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-15T21:18:29.672Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-15T21:18:29.935Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-15T21:18:29.935Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-15T21:18:29.935Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-15T21:18:30.196Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-15T21:18:30.196Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-15T21:18:30.196Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-15T21:18:30.196Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-15T21:18:30.196Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-15T21:18:30.196Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-15T21:18:30.196Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-15T21:18:30.196Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-15T21:18:30.196Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-15T21:18:30.196Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-15T21:18:30.196Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-15T21:18:30.196Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-15T21:18:30.196Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-15T21:18:30.196Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-15T21:18:30.196Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-15T21:18:30.196Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-15T21:18:30.197Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-15T21:18:30.197Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-15T21:18:30.457Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-15T21:18:30.457Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-15T21:18:30.457Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-15T21:18:30.457Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-15T21:18:30.457Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-15T21:18:30.457Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-15T21:18:30.457Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-15T21:18:30.457Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-15T21:18:30.457Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-15T21:18:30.457Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-15T21:18:30.457Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-15T21:18:30.457Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-15T21:18:30.718Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-15T21:18:30.718Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-15T21:18:30.718Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-15T21:18:30.718Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-15T21:18:30.718Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-15T21:18:30.718Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-15T21:18:30.718Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-15T21:18:30.718Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-15T21:18:30.979Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-15T21:18:30.979Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-15T21:18:30.979Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-15T21:18:30.979Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-15T21:18:30.979Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-15T21:18:30.979Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-15T21:18:31.923Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-15T21:18:32.496Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-15T21:18:32.496Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-15T21:18:32.496Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-15T21:18:33.067Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-15T21:18:33.067Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-15T21:18:33.067Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-15T21:18:33.067Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-15T21:18:33.067Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-15T21:18:33.327Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:18:33.327Z] Fetched 63.8 MB in 6s (10.6 MB/s) [2021-03-15T21:18:33.327Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:33.327Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:33.327Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:18:34.272Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:34.272Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:18:34.272Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-15T21:18:34.272Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-15T21:18:35.216Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.216Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.216Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.216Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.477Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.477Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.477Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.477Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.737Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.737Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.737Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.737Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.998Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:35.998Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:35.998Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:18:36.258Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:18:36.258Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:36.258Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-15T21:18:36.258Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:18:36.520Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:18:36.520Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:36.520Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:36.520Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:36.520Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:36.780Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:36.780Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T21:18:36.780Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:18:37.040Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:18:37.040Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:37.308Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:18:37.879Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T21:18:37.879Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T21:18:37.879Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-15T21:18:37.879Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-15T21:18:37.879Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-15T21:18:38.141Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-15T21:18:38.141Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-15T21:18:38.403Z] Installing new version of config file /etc/issue ... [2021-03-15T21:18:38.403Z] Installing new version of config file /etc/issue.net ... [2021-03-15T21:18:38.403Z] Installing new version of config file /etc/lsb-release ... [2021-03-15T21:18:38.403Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-15T21:18:38.664Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-15T21:18:38.664Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-15T21:18:38.664Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-15T21:18:38.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:38.925Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-15T21:18:38.925Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-15T21:18:38.925Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-15T21:18:39.186Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-15T21:18:39.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:39.186Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:39.186Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:39.186Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:39.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:39.447Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-15T21:18:39.447Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-15T21:18:39.447Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-15T21:18:39.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:39.708Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-15T21:18:39.708Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:18:39.986Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-15T21:18:39.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:39.987Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:18:39.987Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:18:40.247Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:18:40.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:40.247Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:18:40.247Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:18:40.247Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-15T21:18:40.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:40.509Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-15T21:18:40.509Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-15T21:18:40.509Z] Setting up grep (3.1-2build1) ... [2021-03-15T21:18:40.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:40.769Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T21:18:40.769Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T21:18:40.769Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-15T21:18:41.033Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:41.033Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:18:41.033Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:18:41.033Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-15T21:18:41.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:41.293Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:18:41.293Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:18:41.864Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:18:41.864Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:18:42.125Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T21:18:42.125Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:18:42.697Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-15T21:18:42.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:42.698Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-15T21:18:42.698Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T21:18:44.086Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T21:18:44.086Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T21:18:44.086Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T21:18:44.086Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T21:18:44.086Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T21:18:44.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:44.086Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-15T21:18:44.086Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-15T21:18:44.349Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-15T21:18:44.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:44.349Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:44.349Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:44.612Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:44.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:44.612Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:44.612Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:44.612Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:44.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:44.873Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:44.873Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:44.873Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:45.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:45.141Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:45.141Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:45.141Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:45.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:45.141Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:18:45.401Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:18:45.401Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:18:45.401Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:18:45.401Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:18:45.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:45.662Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T21:18:45.662Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:18:45.662Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:18:45.923Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:45.924Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:45.924Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:45.924Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:46.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:46.184Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:46.184Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:46.184Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:46.446Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:46.446Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:46.446Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:46.709Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:18:47.281Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-15T21:18:47.281Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-15T21:18:47.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:47.548Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T21:18:47.548Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T21:18:47.809Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:18:47.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T21:18:48.072Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-15T21:18:48.072Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T21:18:48.072Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-15T21:18:48.333Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:48.333Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-15T21:18:48.333Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-15T21:18:48.333Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-15T21:18:48.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:48.595Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-15T21:18:48.595Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T21:18:48.856Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-15T21:18:48.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:48.856Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-15T21:18:48.856Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T21:18:49.117Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-15T21:18:49.117Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:49.117Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:18:49.117Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:18:49.377Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:18:49.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:49.377Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:18:49.377Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:18:49.638Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:18:49.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:49.638Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T21:18:49.899Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:18:50.159Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:18:50.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:50.160Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T21:18:50.160Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T21:18:50.420Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-15T21:18:50.420Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T21:18:50.681Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:18:50.681Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:18:50.681Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:18:50.681Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:50.681Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-15T21:18:50.681Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-15T21:18:50.941Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-15T21:18:50.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:50.941Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-15T21:18:50.941Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T21:18:51.203Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T21:18:51.774Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:51.774Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T21:18:52.034Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T21:18:52.034Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T21:18:52.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:52.034Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-15T21:18:52.034Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-15T21:18:52.296Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-15T21:18:52.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:52.296Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T21:18:52.296Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T21:18:52.867Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-15T21:18:52.867Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:52.867Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:52.867Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T21:18:53.129Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-15T21:18:53.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:53.129Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-15T21:18:53.129Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-15T21:18:53.390Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-15T21:18:53.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:53.390Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-15T21:18:53.652Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-15T21:18:53.652Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-15T21:18:53.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:53.652Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-15T21:18:53.652Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-15T21:18:53.915Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-15T21:18:53.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:53.915Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-15T21:18:53.915Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-15T21:18:54.175Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-15T21:18:54.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:54.175Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T21:18:54.175Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-15T21:18:54.436Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-15T21:18:54.436Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T21:18:54.436Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-15T21:18:54.436Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-15T21:18:54.436Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-15T21:18:54.701Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-15T21:18:54.701Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T21:18:54.701Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T21:18:54.701Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T21:18:54.701Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T21:18:54.967Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T21:18:54.967Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T21:18:55.227Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-15T21:18:55.228Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-15T21:18:55.487Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T21:18:55.487Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-15T21:18:55.487Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T21:18:55.487Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-15T21:18:55.754Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-15T21:18:55.754Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-15T21:18:56.015Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-15T21:18:56.015Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-15T21:18:56.015Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-15T21:18:56.015Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-15T21:18:56.275Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-15T21:18:56.275Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-15T21:18:56.275Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-15T21:18:56.275Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-15T21:18:56.535Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-15T21:18:56.535Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-15T21:18:57.480Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-15T21:18:57.480Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-15T21:18:57.743Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-15T21:18:57.743Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-15T21:18:57.743Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:18:57.743Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:18:58.319Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:18:58.319Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:18:58.319Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:18:58.319Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:18:58.582Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T21:18:58.582Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T21:18:58.582Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:58.582Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:18:58.843Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:58.843Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:18:58.843Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:59.105Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:18:59.105Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:18:59.105Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:00.053Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:00.053Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:01.002Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:01.264Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:01.840Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:01.840Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:02.414Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:02.414Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:03.370Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T21:19:03.370Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T21:19:03.370Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:19:03.370Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:19:03.370Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T21:19:03.370Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:19:03.631Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T21:19:03.631Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T21:19:03.891Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-15T21:19:03.891Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-15T21:19:03.891Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:19:03.891Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:19:04.152Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T21:19:04.152Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T21:19:04.152Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-15T21:19:04.152Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-15T21:19:04.413Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:04.413Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T21:19:04.413Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:04.413Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:04.413Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:04.413Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-15T21:19:04.413Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-15T21:19:04.674Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-15T21:19:04.674Z] [2021-03-15T21:19:04.674Z] Current default time zone: 'Etc/UTC' [2021-03-15T21:19:04.674Z] Local time is now: Mon Mar 15 21:19:04 UTC 2021. [2021-03-15T21:19:04.674Z] Universal Time is now: Mon Mar 15 21:19:04 UTC 2021. [2021-03-15T21:19:04.674Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-15T21:19:04.674Z] [2021-03-15T21:19:04.674Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-15T21:19:04.674Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:04.934Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-15T21:19:04.934Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-15T21:19:04.934Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-15T21:19:04.934Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-15T21:19:04.934Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:04.934Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-15T21:19:04.934Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-15T21:19:04.934Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T21:19:04.934Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:04.934Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-15T21:19:05.194Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:05.194Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:05.454Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:05.454Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-15T21:19:05.454Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:05.454Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-15T21:19:05.454Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T21:19:05.715Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-15T21:19:05.715Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-15T21:19:05.715Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:19:05.715Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-15T21:19:07.098Z] Updating certificates in /etc/ssl/certs... [2021-03-15T21:19:08.040Z] 23 added, 27 removed; done. [2021-03-15T21:19:08.040Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T21:19:08.040Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T21:19:08.040Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-15T21:19:08.301Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-15T21:19:08.301Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-15T21:19:08.301Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.301Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:08.301Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.301Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.301Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.563Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.563Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.563Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-15T21:19:08.563Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:08.563Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:19:08.563Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-15T21:19:08.563Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-15T21:19:08.563Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.823Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T21:19:08.823Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:19:08.823Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-15T21:19:08.823Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-15T21:19:08.823Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:19:08.823Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T21:19:09.084Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-15T21:19:09.084Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-15T21:19:09.084Z] Updating certificates in /etc/ssl/certs... [2021-03-15T21:19:09.656Z] 0 added, 0 removed; done. [2021-03-15T21:19:09.656Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-15T21:19:09.656Z] done. [2021-03-15T21:19:10.600Z] Reading package lists... [2021-03-15T21:19:10.600Z] Building dependency tree... [2021-03-15T21:19:10.600Z] Reading state information... [2021-03-15T21:19:10.861Z] The following NEW packages will be installed: [2021-03-15T21:19:10.861Z] apt-transport-https [2021-03-15T21:19:10.861Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:19:10.861Z] Need to get 1696 B of archives. [2021-03-15T21:19:10.861Z] After this operation, 153 kB of additional disk space will be used. [2021-03-15T21:19:10.861Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-15T21:19:11.121Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:19:11.121Z] Fetched 1696 B in 0s (43.0 kB/s) [2021-03-15T21:19:11.121Z] Selecting previously unselected package apt-transport-https. [2021-03-15T21:19:11.121Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-15T21:19:11.121Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-15T21:19:11.121Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T21:19:11.121Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T21:19:11.381Z] Waiting for network to be ready... [2021-03-15T21:19:17.984Z] 2021-03-15T21:19:15Z INFO Waiting for automatic snapd restart... [2021-03-15T21:19:17.984Z] snapd 2.49 from Canonical* installed [2021-03-15T21:19:18.928Z] "snapd" switched to the "latest/stable" channel [2021-03-15T21:19:18.928Z] [2021-03-15T21:19:23.139Z] core18 20210128 from Canonical* installed [2021-03-15T21:19:23.139Z] "core18" switched to the "latest/stable" channel [2021-03-15T21:19:23.139Z] [2021-03-15T21:19:28.435Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T21:19:28.695Z] "snapcraft" switched to the "latest/stable" channel [2021-03-15T21:19:28.695Z] [2021-03-15T21:19:31.997Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-15T21:19:31.997Z] - README.md [2021-03-15T21:19:31.997Z] [2021-03-15T21:19:31.997Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T21:19:36.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:19:36.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:19:36.600Z] ---> 38220e8f530a [2021-03-15T21:19:36.600Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:19:36.600Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:19:36.600Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:19:36.600Z] ---> 38220e8f530a [2021-03-15T21:19:36.600Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:19:36.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:19:36.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:19:36.600Z] ---> 38220e8f530a [2021-03-15T21:19:36.600Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:19:36.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:19:36.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:19:36.600Z] ---> 38220e8f530a [2021-03-15T21:19:36.600Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:19:36.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:19:36.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:19:36.600Z] ---> 38220e8f530a [2021-03-15T21:19:36.600Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:19:36.600Z] ---> Running in 2450281fbc6c [2021-03-15T21:19:36.600Z] ---> Running in d18332162bb1 [2021-03-15T21:19:36.600Z] ---> Running in 3ef73e7c4266 [2021-03-15T21:19:36.600Z] ---> Running in 03cb5bf89c46 [2021-03-15T21:19:36.600Z] ---> Running in b3612702e9d1 [2021-03-15T21:19:36.600Z] Removing intermediate container 03cb5bf89c46 [2021-03-15T21:19:36.600Z] ---> ebd477ff6079 [2021-03-15T21:19:36.600Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:19:36.600Z] Removing intermediate container 2450281fbc6c [2021-03-15T21:19:36.600Z] ---> b0b5fb0132b4 [2021-03-15T21:19:36.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:19:36.600Z] Removing intermediate container 3ef73e7c4266 [2021-03-15T21:19:36.600Z] ---> 3e60953f3118 [2021-03-15T21:19:36.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:19:36.600Z] Removing intermediate container b3612702e9d1 [2021-03-15T21:19:36.600Z] ---> e045aac46cc2 [2021-03-15T21:19:36.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:19:36.600Z] Removing intermediate container d18332162bb1 [2021-03-15T21:19:36.600Z] ---> b27155888a7c [2021-03-15T21:19:36.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:19:36.600Z] ---> Running in e1c859149722 [2021-03-15T21:19:36.600Z] ---> Running in 3b6ea435b4de [2021-03-15T21:19:36.600Z] ---> Running in 5e37ae6a8140 [2021-03-15T21:19:36.600Z] ---> Running in 985df4651097 [2021-03-15T21:19:36.600Z] ---> Running in 4e13f7c28c09 [2021-03-15T21:19:36.600Z] Removing intermediate container e1c859149722 [2021-03-15T21:19:36.600Z] ---> 948a83c1dc0b [2021-03-15T21:19:36.600Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:19:36.600Z] ---> Running in c9e3da03f600 [2021-03-15T21:19:36.600Z] Removing intermediate container 3b6ea435b4de [2021-03-15T21:19:36.600Z] ---> 2f709bb0e15e [2021-03-15T21:19:36.600Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:19:36.600Z] ---> Running in 27bf55d7c63c [2021-03-15T21:19:36.600Z] Removing intermediate container 5e37ae6a8140 [2021-03-15T21:19:36.600Z] ---> d4fa809522c8 [2021-03-15T21:19:36.600Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:19:36.600Z] Removing intermediate container 4e13f7c28c09 [2021-03-15T21:19:36.600Z] ---> 10c036ea04a3 [2021-03-15T21:19:36.600Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:19:36.600Z] Removing intermediate container 985df4651097 [2021-03-15T21:19:36.600Z] ---> 9da620f7cf81 [2021-03-15T21:19:36.600Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:19:36.600Z] ---> Running in 16a47c641f7f [2021-03-15T21:19:36.600Z] ---> Running in 5ea6627b809b [2021-03-15T21:19:36.600Z] ---> Running in d72fadb65d4f [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:36.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:37.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:19:37.417Z] OK: 217 MiB in 51 packages [2021-03-15T21:19:38.030Z] OK: 217 MiB in 51 packages [2021-03-15T21:19:38.584Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:19:38.584Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:19:38.584Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:19:38.584Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:19:38.637Z] OK: 217 MiB in 51 packages [2021-03-15T21:19:38.637Z] OK: 217 MiB in 51 packages [2021-03-15T21:19:38.845Z] Fetched 88.7 kB in 1s (162 kB/s) [2021-03-15T21:19:38.925Z] OK: 217 MiB in 51 packages [2021-03-15T21:19:39.527Z] Removing intermediate container c9e3da03f600 [2021-03-15T21:19:39.527Z] ---> 8265c85efc4c [2021-03-15T21:19:39.527Z] Step 6/22 : COPY go.mod . [2021-03-15T21:19:39.799Z] Removing intermediate container 27bf55d7c63c [2021-03-15T21:19:39.799Z] ---> ce52ad1f2ed5 [2021-03-15T21:19:39.799Z] Step 6/21 : COPY go.mod . [2021-03-15T21:19:40.764Z] Reading package lists... [2021-03-15T21:19:40.764Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-15T21:19:40.808Z] Removing intermediate container 16a47c641f7f [2021-03-15T21:19:40.808Z] ---> d5fd72d23c8a [2021-03-15T21:19:40.808Z] Step 6/23 : COPY go.mod . [2021-03-15T21:19:40.808Z] ---> 96674440e915 [2021-03-15T21:19:40.808Z] Step 7/22 : RUN go mod download [2021-03-15T21:19:40.808Z] Removing intermediate container d72fadb65d4f [2021-03-15T21:19:40.808Z] ---> 5ad0050001c9 [2021-03-15T21:19:40.808Z] Step 6/23 : COPY go.mod . [2021-03-15T21:19:40.808Z] ---> 526e6f76bac1 [2021-03-15T21:19:40.808Z] Step 7/21 : RUN go mod download [2021-03-15T21:19:40.808Z] ---> Running in e7018aa1299d [2021-03-15T21:19:41.411Z] ---> Running in b87248692566 [2021-03-15T21:19:41.411Z] Removing intermediate container 5ea6627b809b [2021-03-15T21:19:41.411Z] ---> 10a49cb40595 [2021-03-15T21:19:41.411Z] Step 6/26 : COPY go.mod . [2021-03-15T21:19:41.686Z] ---> 2294f94f8b6e [2021-03-15T21:19:41.686Z] Step 7/23 : RUN go mod download [2021-03-15T21:19:41.969Z] ---> Running in 29d1a7309992 [2021-03-15T21:19:41.969Z] ---> 6fca3685445d [2021-03-15T21:19:41.969Z] Step 7/23 : RUN go mod download [2021-03-15T21:19:42.251Z] ---> Running in 7207335f1c34 [2021-03-15T21:19:42.531Z] ---> 097b7ccc12b9 [2021-03-15T21:19:42.531Z] Step 7/26 : RUN go mod download [2021-03-15T21:19:42.807Z] ---> Running in bebf92ed7a8c [2021-03-15T21:19:46.216Z] Removing intermediate container e7018aa1299d [2021-03-15T21:19:46.216Z] ---> ae4ec0901f8d [2021-03-15T21:19:46.216Z] Step 8/22 : COPY . . [2021-03-15T21:19:46.216Z] Removing intermediate container b87248692566 [2021-03-15T21:19:46.216Z] ---> b25e17bae080 [2021-03-15T21:19:46.216Z] Step 8/21 : COPY . . [2021-03-15T21:19:47.216Z] Removing intermediate container 29d1a7309992 [2021-03-15T21:19:47.216Z] ---> 429f0eb3c342 [2021-03-15T21:19:47.216Z] Step 8/23 : COPY . . [2021-03-15T21:19:47.352Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:19:47.352Z] Reading package lists... [2021-03-15T21:19:47.352Z] Building dependency tree... [2021-03-15T21:19:47.352Z] Reading state information... [2021-03-15T21:19:47.352Z] Suggested packages: [2021-03-15T21:19:47.352Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-15T21:19:47.352Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-15T21:19:47.352Z] Recommended packages: [2021-03-15T21:19:47.352Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-15T21:19:47.352Z] The following NEW packages will be installed: [2021-03-15T21:19:47.352Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-15T21:19:47.352Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-15T21:19:47.352Z] pkg-config zip [2021-03-15T21:19:47.352Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T21:19:47.352Z] Need to get 7657 kB of archives. [2021-03-15T21:19:47.352Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-15T21:19:47.352Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-15T21:19:47.612Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-15T21:19:47.612Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-15T21:19:47.612Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-15T21:19:47.612Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-15T21:19:47.612Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-15T21:19:47.612Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-15T21:19:47.612Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-15T21:19:47.819Z] Removing intermediate container 7207335f1c34 [2021-03-15T21:19:47.819Z] ---> 989db6ef6040 [2021-03-15T21:19:47.819Z] Step 8/23 : COPY . . [2021-03-15T21:19:47.874Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-15T21:19:47.874Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-15T21:19:47.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-15T21:19:47.874Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-15T21:19:48.097Z] Removing intermediate container bebf92ed7a8c [2021-03-15T21:19:48.097Z] ---> db50f000e66d [2021-03-15T21:19:48.097Z] Step 8/26 : COPY . . [2021-03-15T21:19:48.134Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-15T21:19:48.134Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-15T21:19:48.134Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-15T21:19:48.134Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T21:19:48.395Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-15T21:19:48.395Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-15T21:19:48.395Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-15T21:19:48.395Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-15T21:19:48.395Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-15T21:19:48.656Z] Selecting previously unselected package libpsl5:amd64. [2021-03-15T21:19:48.656Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-15T21:19:48.656Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T21:19:48.656Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-15T21:19:48.656Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-15T21:19:48.656Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T21:19:48.656Z] Selecting previously unselected package librtmp1:amd64. [2021-03-15T21:19:48.656Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-15T21:19:48.656Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T21:19:48.918Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-15T21:19:48.918Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-15T21:19:48.918Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T21:19:48.918Z] Selecting previously unselected package liberror-perl. [2021-03-15T21:19:48.918Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-15T21:19:48.918Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-15T21:19:48.918Z] Selecting previously unselected package git-man. [2021-03-15T21:19:48.918Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-15T21:19:48.918Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:19:49.179Z] Selecting previously unselected package git. [2021-03-15T21:19:49.179Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-15T21:19:49.179Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:19:50.123Z] Selecting previously unselected package libnorm1:amd64. [2021-03-15T21:19:50.123Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-15T21:19:50.123Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T21:19:50.123Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-15T21:19:50.123Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-15T21:19:50.123Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T21:19:50.384Z] Selecting previously unselected package libsodium23:amd64. [2021-03-15T21:19:50.384Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-15T21:19:50.384Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-15T21:19:50.384Z] Selecting previously unselected package libzmq5:amd64. [2021-03-15T21:19:50.384Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T21:19:50.384Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:19:50.645Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-15T21:19:50.645Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T21:19:50.645Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:19:50.645Z] Selecting previously unselected package pkg-config. [2021-03-15T21:19:50.645Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-15T21:19:50.645Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T21:19:50.905Z] Selecting previously unselected package zip. [2021-03-15T21:19:50.905Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-15T21:19:50.905Z] Unpacking zip (3.0-11build1) ... [2021-03-15T21:19:50.905Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T21:19:50.905Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:19:50.905Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T21:19:50.905Z] Setting up liberror-perl (0.17025-1) ... [2021-03-15T21:19:50.905Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T21:19:50.905Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-15T21:19:51.166Z] No schema files found: doing nothing. [2021-03-15T21:19:51.166Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T21:19:51.166Z] Setting up zip (3.0-11build1) ... [2021-03-15T21:19:51.166Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T21:19:51.166Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-15T21:19:51.166Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T21:19:51.166Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:19:51.166Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T21:19:51.426Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T21:19:51.426Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T21:19:51.426Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T21:19:58.013Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:19:58.273Z] git set to automatically installed. [2021-03-15T21:19:58.273Z] git-man set to automatically installed. [2021-03-15T21:19:58.273Z] libcurl3-gnutls set to automatically installed. [2021-03-15T21:19:58.273Z] liberror-perl set to automatically installed. [2021-03-15T21:19:58.273Z] libglib2.0-0 set to automatically installed. [2021-03-15T21:19:58.273Z] libnghttp2-14 set to automatically installed. [2021-03-15T21:19:58.273Z] libnorm1 set to automatically installed. [2021-03-15T21:19:58.273Z] libpgm-5.2-0 set to automatically installed. [2021-03-15T21:19:58.273Z] libpsl5 set to automatically installed. [2021-03-15T21:19:58.273Z] librtmp1 set to automatically installed. [2021-03-15T21:19:58.273Z] libsodium23 set to automatically installed. [2021-03-15T21:19:58.273Z] libzmq3-dev set to automatically installed. [2021-03-15T21:19:58.273Z] libzmq5 set to automatically installed. [2021-03-15T21:19:58.273Z] pkg-config set to automatically installed. [2021-03-15T21:19:58.273Z] zip set to automatically installed. [2021-03-15T21:19:59.656Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T21:20:06.240Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:20:07.179Z] snap "core18" has no updates available [2021-03-15T21:20:08.121Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T21:20:14.710Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T21:20:14.928Z] ---> 6708f6ac1c59 [2021-03-15T21:20:14.928Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:20:14.928Z] ---> Running in 7a8f143585ae [2021-03-15T21:20:14.928Z] ---> 28bcab883880 [2021-03-15T21:20:14.928Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:20:14.928Z] ---> f582154875be [2021-03-15T21:20:14.928Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:20:14.928Z] ---> d5a54b6ab5dc [2021-03-15T21:20:14.928Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:20:14.928Z] ---> 2a7b60242e42 [2021-03-15T21:20:14.928Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:20:14.928Z] ---> Running in 1f8e59ced780 [2021-03-15T21:20:14.928Z] ---> Running in 10eee057dc0e [2021-03-15T21:20:14.928Z] ---> Running in 94981a30f7f4 [2021-03-15T21:20:15.207Z] ---> Running in 703e1e6a5cd7 [2021-03-15T21:20:16.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:20:17.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:20:17.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:20:17.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:20:18.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:20:32.841Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-15T21:20:32.841Z] Pulling config-common [2021-03-15T21:20:32.841Z] + snapcraftctl pull [2021-03-15T21:20:33.781Z] Pulling go-build-helper [2021-03-15T21:20:33.781Z] + snapcraftctl pull [2021-03-15T21:20:34.723Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-15T21:20:34.723Z] Skipping pull go-build-helper (already ran) [2021-03-15T21:20:34.723Z] Building go-build-helper [2021-03-15T21:20:34.723Z] + snapcraftctl build [2021-03-15T21:20:37.268Z] Staging go-build-helper [2021-03-15T21:20:37.268Z] + snapcraftctl stage [2021-03-15T21:20:49.520Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T21:20:49.520Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T21:20:49.520Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T21:20:49.520Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-15T21:20:49.520Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T21:20:49.520Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T21:20:49.520Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-15T21:20:49.520Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T21:20:49.520Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T21:20:49.520Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-15T21:20:49.520Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T21:20:49.520Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-15T21:20:49.520Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-15T21:20:49.520Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T21:20:49.520Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T21:20:49.520Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T21:20:49.520Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T21:20:49.520Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-15T21:20:49.520Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T21:20:49.520Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-15T21:20:49.520Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-15T21:20:49.520Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T21:20:49.520Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T21:20:49.520Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-15T21:20:49.520Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-15T21:20:49.520Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-15T21:20:49.520Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-15T21:20:49.520Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-15T21:20:49.520Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-15T21:20:49.520Z] Fetched 224 kB in 0s (0 B/s) [2021-03-15T21:20:49.520Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-15T21:20:49.520Z] Fetched 157 kB in 0s (0 B/s) [2021-03-15T21:20:49.520Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-15T21:20:49.520Z] Fetched 221 kB in 0s (0 B/s) [2021-03-15T21:20:49.520Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-15T21:20:49.520Z] Fetched 143 kB in 0s (0 B/s) [2021-03-15T21:20:49.520Z] Pulling edgex-go [2021-03-15T21:20:49.520Z] + snapcraftctl pull [2021-03-15T21:21:11.479Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T21:21:11.479Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T21:21:11.479Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T21:21:11.479Z] Fetched 0 B in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-15T21:21:11.479Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-15T21:21:11.479Z] Fetched 279 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-15T21:21:11.479Z] Fetched 122 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-15T21:21:11.479Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-15T21:21:11.479Z] Fetched 8848 B in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-15T21:21:11.479Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-15T21:21:11.479Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-15T21:21:11.479Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-15T21:21:11.479Z] Fetched 214 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-15T21:21:11.479Z] Fetched 154 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-15T21:21:11.479Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-15T21:21:11.479Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-15T21:21:11.479Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-15T21:21:11.479Z] Fetched 499 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-15T21:21:11.479Z] Fetched 111 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-15T21:21:11.479Z] Fetched 240 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-15T21:21:11.479Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-15T21:21:11.479Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-15T21:21:11.479Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-15T21:21:11.479Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-15T21:21:11.479Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-15T21:21:11.479Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-15T21:21:11.479Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-15T21:21:11.479Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-15T21:21:11.479Z] Fetched 8720 B in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-15T21:21:11.479Z] Fetched 137 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-15T21:21:11.479Z] Fetched 119 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-15T21:21:11.479Z] Fetched 109 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-15T21:21:11.479Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-15T21:21:11.479Z] Fetched 645 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-15T21:21:11.479Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-15T21:21:11.479Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-15T21:21:11.479Z] Fetched 368 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-15T21:21:11.479Z] Fetched 187 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-15T21:21:11.479Z] Fetched 175 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-15T21:21:11.479Z] Fetched 206 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-15T21:21:11.479Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-15T21:21:11.479Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-15T21:21:11.479Z] Fetched 159 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-15T21:21:11.479Z] Fetched 107 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-15T21:21:11.479Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-15T21:21:11.479Z] Pulling static-packages [2021-03-15T21:21:11.479Z] + snapcraftctl pull [2021-03-15T21:21:12.862Z] Pulling version [2021-03-15T21:21:12.862Z] + cd /root/project [2021-03-15T21:21:12.862Z] + [ -f VERSION ] [2021-03-15T21:21:12.862Z] + PROJECT_VERSION=local-dev [2021-03-15T21:21:12.862Z] + git rev-parse --short HEAD [2021-03-15T21:21:12.862Z] + GIT_REVISION=5bbfc04f [2021-03-15T21:21:12.862Z] + snapcraftctl set-version local-dev [2021-03-15T21:21:13.806Z] Building config-common [2021-03-15T21:21:13.806Z] + snapcraftctl build [2021-03-15T21:21:16.351Z] Skipping build go-build-helper (already ran) [2021-03-15T21:21:16.351Z] Building edgex-go [2021-03-15T21:21:16.923Z] + cd /root/parts/edgex-go/src [2021-03-15T21:21:16.923Z] + make build [2021-03-15T21:21:16.923Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:21:19.475Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-15T21:21:19.475Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-15T21:21:19.475Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-15T21:21:19.475Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-15T21:21:19.737Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-15T21:21:19.737Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-15T21:21:19.737Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-15T21:21:19.737Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-15T21:21:19.737Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-15T21:21:19.737Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-15T21:21:19.737Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-15T21:21:19.737Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-15T21:21:19.737Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-15T21:21:19.737Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-15T21:21:19.737Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-15T21:21:19.737Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-15T21:21:19.737Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-15T21:21:19.999Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-15T21:21:19.999Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-15T21:21:19.999Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-15T21:21:19.999Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-15T21:21:19.999Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-15T21:21:19.999Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-15T21:21:19.999Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-15T21:21:20.261Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-15T21:21:20.261Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-15T21:21:20.523Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-15T21:21:20.523Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-15T21:21:20.785Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-15T21:21:20.785Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-15T21:21:20.785Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-15T21:21:20.785Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-15T21:21:21.047Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-15T21:21:21.047Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-15T21:21:21.047Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-15T21:21:21.047Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-15T21:21:21.047Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-15T21:21:21.047Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-15T21:21:21.309Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-15T21:21:21.309Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-15T21:21:21.309Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-15T21:21:21.309Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-15T21:21:21.309Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-15T21:21:21.309Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-15T21:21:21.309Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-15T21:21:33.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:21:33.562Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-15T21:21:37.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:21:39.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:21:41.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:21:41.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:21:41.647Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-15T21:21:41.907Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-15T21:21:41.907Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-15T21:21:41.907Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-15T21:21:43.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:21:43.821Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-15T21:21:43.821Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-15T21:21:45.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:21:46.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:21:46.689Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-15T21:21:48.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:21:50.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:21:50.133Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-15T21:21:51.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:21:51.582Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-15T21:21:53.537Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-15T21:21:53.537Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-15T21:21:53.537Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-15T21:21:53.537Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-15T21:21:53.537Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-15T21:21:53.819Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-15T21:21:53.819Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-15T21:21:53.819Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-15T21:21:53.819Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-15T21:21:53.819Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-15T21:21:53.819Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-15T21:21:53.819Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-15T21:21:53.819Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-15T21:21:57.163Z] Building static-packages [2021-03-15T21:21:57.163Z] + snapcraftctl build [2021-03-15T21:21:59.707Z] Building version [2021-03-15T21:21:59.707Z] + snapcraftctl build [2021-03-15T21:22:02.254Z] Staging config-common [2021-03-15T21:22:02.254Z] + snapcraftctl stage [2021-03-15T21:22:03.198Z] Skipping stage go-build-helper (already ran) [2021-03-15T21:22:03.198Z] Staging edgex-go [2021-03-15T21:22:03.198Z] + snapcraftctl stage [2021-03-15T21:22:04.591Z] Staging static-packages [2021-03-15T21:22:04.591Z] + snapcraftctl stage [2021-03-15T21:22:05.540Z] Staging version [2021-03-15T21:22:05.540Z] + snapcraftctl stage [2021-03-15T21:22:06.481Z] Priming config-common [2021-03-15T21:22:06.481Z] + snapcraftctl prime [2021-03-15T21:22:07.423Z] Priming go-build-helper [2021-03-15T21:22:07.423Z] + snapcraftctl prime [2021-03-15T21:22:08.807Z] Priming edgex-go [2021-03-15T21:22:08.807Z] + snapcraftctl prime [2021-03-15T21:22:09.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:22:10.191Z] Priming static-packages [2021-03-15T21:22:10.191Z] + snapcraftctl prime [2021-03-15T21:22:12.740Z] Priming version [2021-03-15T21:22:12.740Z] + snapcraftctl prime [2021-03-15T21:22:13.311Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T21:22:18.358Z] Removing intermediate container 94981a30f7f4 [2021-03-15T21:22:18.358Z] ---> fc401c430eb6 [2021-03-15T21:22:18.358Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:22:18.358Z] ---> Running in 363fab468097 [2021-03-15T21:22:18.358Z] Removing intermediate container 1f8e59ced780 [2021-03-15T21:22:18.358Z] ---> ffd409a6462a [2021-03-15T21:22:18.358Z] [2021-03-15T21:22:18.358Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:22:18.358Z] 3.12: Pulling from library/alpine [2021-03-15T21:22:19.812Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:22:19.812Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:22:19.812Z] ---> d10569e2745f [2021-03-15T21:22:19.812Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:22:19.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:22:20.089Z] ---> Running in 63a52b95a725 [2021-03-15T21:22:22.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:22.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:22.984Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:22:23.262Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:22:23.262Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:22:23.262Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:22:23.262Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:22:23.262Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:22:23.872Z] OK: 7 MiB in 18 packages [2021-03-15T21:22:27.331Z] Removing intermediate container 63a52b95a725 [2021-03-15T21:22:27.331Z] ---> 753fd333fccf [2021-03-15T21:22:27.331Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:22:27.608Z] Removing intermediate container 363fab468097 [2021-03-15T21:22:27.608Z] ---> 381b6fc473c6 [2021-03-15T21:22:27.608Z] [2021-03-15T21:22:27.608Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:22:27.609Z] ---> Running in f50c8d6fbcc6 [2021-03-15T21:22:27.609Z] 20.10.0: Pulling from library/docker [2021-03-15T21:22:28.592Z] Removing intermediate container f50c8d6fbcc6 [2021-03-15T21:22:28.592Z] ---> 1aef52644a8c [2021-03-15T21:22:28.592Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:22:30.049Z] ---> Running in 5c50cb85363c [2021-03-15T21:22:32.042Z] Removing intermediate container 5c50cb85363c [2021-03-15T21:22:32.042Z] ---> f1737f70b2f4 [2021-03-15T21:22:32.042Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:22:34.024Z] Removing intermediate container 703e1e6a5cd7 [2021-03-15T21:22:34.024Z] ---> d1724f1ee25e [2021-03-15T21:22:34.024Z] [2021-03-15T21:22:34.024Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:22:34.024Z] ---> d10569e2745f [2021-03-15T21:22:34.024Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:22:34.024Z] Removing intermediate container 7a8f143585ae [2021-03-15T21:22:34.024Z] ---> e24bc9d401ed [2021-03-15T21:22:34.024Z] [2021-03-15T21:22:34.024Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:22:34.024Z] ---> d10569e2745f [2021-03-15T21:22:34.024Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:22:34.024Z] ---> 691036eb1b24 [2021-03-15T21:22:34.024Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:22:34.636Z] ---> Running in d6fe881520a0 [2021-03-15T21:22:34.636Z] ---> Running in fa675c6db0c6 [2021-03-15T21:22:36.867Z] ---> 573c1222eee9 [2021-03-15T21:22:36.867Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:22:36.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:36.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:37.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:37.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:37.471Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:22:37.471Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:22:37.741Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:22:37.741Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:22:38.014Z] OK: 6 MiB in 16 packages [2021-03-15T21:22:38.014Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:22:38.014Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:22:38.014Z] OK: 5 MiB in 15 packages [2021-03-15T21:22:40.634Z] ---> 4d234a1862e4 [2021-03-15T21:22:40.635Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:22:41.232Z] Removing intermediate container 10eee057dc0e [2021-03-15T21:22:41.232Z] ---> c604ef90c76b [2021-03-15T21:22:41.232Z] [2021-03-15T21:22:41.232Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:22:41.232Z] ---> d10569e2745f [2021-03-15T21:22:41.232Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:22:41.232Z] ---> Running in 98641c67d508 [2021-03-15T21:22:41.503Z] Removing intermediate container d6fe881520a0 [2021-03-15T21:22:41.503Z] ---> c97a1bd8c7b5 [2021-03-15T21:22:41.503Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:22:41.774Z] ---> Running in 915f4697a8d0 [2021-03-15T21:22:41.774Z] Removing intermediate container fa675c6db0c6 [2021-03-15T21:22:41.774Z] ---> 325d82b01c54 [2021-03-15T21:22:41.774Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:22:42.049Z] ---> Running in 3d73d211f80e [2021-03-15T21:22:42.320Z] Removing intermediate container 98641c67d508 [2021-03-15T21:22:42.320Z] ---> 39303455c433 [2021-03-15T21:22:42.320Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:22:42.596Z] ---> Running in be6cf9a4edcc [2021-03-15T21:22:42.596Z] ---> Running in f13dbc18d572 [2021-03-15T21:22:42.874Z] Removing intermediate container 3d73d211f80e [2021-03-15T21:22:42.874Z] ---> 1654406959a0 [2021-03-15T21:22:42.874Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:22:42.874Z] ---> Running in acfa9d3ee807 [2021-03-15T21:22:43.478Z] Removing intermediate container be6cf9a4edcc [2021-03-15T21:22:43.478Z] ---> db3f03115fc9 [2021-03-15T21:22:43.478Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:22:43.478Z] Removing intermediate container f13dbc18d572 [2021-03-15T21:22:43.478Z] ---> 842ea91f7fd3 [2021-03-15T21:22:43.478Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T21:22:43.478Z] ---> Running in 08cd37992e19 [2021-03-15T21:22:43.478Z] ---> Running in 7214b5cca7d7 [2021-03-15T21:22:43.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:43.753Z] Removing intermediate container acfa9d3ee807 [2021-03-15T21:22:43.753Z] ---> 1c21814d8c3a [2021-03-15T21:22:43.753Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:22:44.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:44.031Z] ---> Running in 2847a1eb5f80 [2021-03-15T21:22:44.307Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:22:44.307Z] Removing intermediate container 08cd37992e19 [2021-03-15T21:22:44.307Z] ---> 8516e9e6cc28 [2021-03-15T21:22:44.307Z] Step 20/21 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:22:44.307Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:22:44.307Z] ---> eeaf43b92773 [2021-03-15T21:22:44.307Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:22:44.307Z] Removing intermediate container 7214b5cca7d7 [2021-03-15T21:22:44.307Z] ---> 33fc699986e3 [2021-03-15T21:22:44.307Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:22:44.593Z] ---> Running in 867d73c09608 [2021-03-15T21:22:44.593Z] ---> Running in e75e0c90e0c2 [2021-03-15T21:22:44.593Z] ---> Running in e6170428c6a0 [2021-03-15T21:22:44.593Z] Removing intermediate container 2847a1eb5f80 [2021-03-15T21:22:44.593Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:22:44.593Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:22:44.593Z] ---> d97c740b63a9 [2021-03-15T21:22:44.593Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:22:44.874Z] OK: 5 MiB in 15 packages [2021-03-15T21:22:45.472Z] Removing intermediate container e6170428c6a0 [2021-03-15T21:22:45.472Z] ---> eca5003a51f0 [2021-03-15T21:22:45.472Z] Step 15/23 : WORKDIR / [2021-03-15T21:22:45.472Z] Removing intermediate container 867d73c09608 [2021-03-15T21:22:45.472Z] ---> 1fe98134b4c7 [2021-03-15T21:22:45.472Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:22:45.743Z] ---> Running in fbd982ea06ca [2021-03-15T21:22:45.743Z] ---> Running in b2baf4de9117 [2021-03-15T21:22:46.014Z] ---> 4613f188cc79 [2021-03-15T21:22:46.014Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:22:46.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:46.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:22:46.562Z] Removing intermediate container 915f4697a8d0 [2021-03-15T21:22:46.562Z] ---> bb094c237551 [2021-03-15T21:22:46.562Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:22:46.562Z] Removing intermediate container b2baf4de9117 [2021-03-15T21:22:46.562Z] ---> 03206a227edb [2021-03-15T21:22:46.562Z] [2021-03-15T21:22:46.834Z] Removing intermediate container fbd982ea06ca [2021-03-15T21:22:46.834Z] ---> 10764f46afdd [2021-03-15T21:22:46.834Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:22:46.834Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:22:46.834Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:22:47.105Z] ---> Running in 38730cb59858 [2021-03-15T21:22:47.105Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:22:47.105Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:22:47.105Z] OK: 12 MiB in 22 packages [2021-03-15T21:22:47.376Z] Successfully built 03206a227edb [2021-03-15T21:22:47.647Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T21:22:47.647Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-15T21:22:47.924Z] ---> 0656190bc550 [2021-03-15T21:22:47.924Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlRemoving intermediate container 38730cb59858 [2021-03-15T21:22:47.924Z] [2021-03-15T21:22:47.924Z] ---> d95decb35859 [2021-03-15T21:22:47.924Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:22:47.924Z] ---> 3946c7fae17f [2021-03-15T21:22:48.202Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:22:48.202Z] ---> Running in 8a9f52fbde1a [2021-03-15T21:22:48.822Z] Removing intermediate container 8a9f52fbde1a [2021-03-15T21:22:48.822Z] ---> 7ce543f0ac14 [2021-03-15T21:22:48.822Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:22:49.426Z] Removing intermediate container e75e0c90e0c2 [2021-03-15T21:22:49.426Z] ---> 0ab7d3384710 [2021-03-15T21:22:49.426Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:22:49.697Z] ---> Running in ed271fd24263 [2021-03-15T21:22:49.970Z] ---> 07797bbcad0a [2021-03-15T21:22:49.970Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:22:49.970Z] ---> Running in 2d741e36b395 [2021-03-15T21:22:50.564Z] ---> efd90376c984 [2021-03-15T21:22:50.564Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:22:50.564Z] ---> Running in 5236bc5646cd [2021-03-15T21:22:50.843Z] Removing intermediate container ed271fd24263 [2021-03-15T21:22:50.843Z] ---> d5a320eb936c [2021-03-15T21:22:50.843Z] Step 15/23 : WORKDIR / [2021-03-15T21:22:51.436Z] Removing intermediate container 2d741e36b395 [2021-03-15T21:22:51.436Z] ---> c595dcf00724 [2021-03-15T21:22:51.436Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:22:51.436Z] ---> Running in fdf3efe5d9fb [2021-03-15T21:22:51.436Z] ---> Running in 1572c43eb691 [2021-03-15T21:22:51.436Z] Removing intermediate container 5236bc5646cd [2021-03-15T21:22:51.436Z] ---> 26acf2baddc1 [2021-03-15T21:22:51.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:22:51.436Z] ---> 14a184e96fe7 [2021-03-15T21:22:51.436Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:22:51.706Z] ---> Running in ca465c5645cf [2021-03-15T21:22:51.983Z] ---> Running in cfaab0c1a50b [2021-03-15T21:22:51.983Z] Removing intermediate container fdf3efe5d9fb [2021-03-15T21:22:51.983Z] ---> 9244c8ec9cb6 [2021-03-15T21:22:51.983Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:22:52.252Z] Removing intermediate container 1572c43eb691 [2021-03-15T21:22:52.253Z] ---> f253b1deb594 [2021-03-15T21:22:52.253Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:22:52.844Z] Removing intermediate container ca465c5645cf [2021-03-15T21:22:52.844Z] ---> 87bbda3e11ee [2021-03-15T21:22:52.844Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:22:52.844Z] Removing intermediate container cfaab0c1a50b [2021-03-15T21:22:52.844Z] ---> 12a68b9ba4c4 [2021-03-15T21:22:52.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:22:53.118Z] ---> Running in 5b7cf12947ee [2021-03-15T21:22:53.708Z] ---> Running in 75e0682d223e [2021-03-15T21:22:53.708Z] ---> Running in 615a2e08c74f [2021-03-15T21:22:53.989Z] ---> 24aa365fe64d [2021-03-15T21:22:53.989Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:22:53.989Z] Removing intermediate container 5b7cf12947ee [2021-03-15T21:22:53.989Z] ---> 4ce3c3963f2d [2021-03-15T21:22:53.989Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:22:54.261Z] Removing intermediate container 75e0682d223e [2021-03-15T21:22:54.261Z] ---> bb2158d63b03 [2021-03-15T21:22:54.261Z] Removing intermediate container 615a2e08c74f [2021-03-15T21:22:54.261Z] Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 ---> 00542564576d [2021-03-15T21:22:54.261Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:22:54.261Z] [2021-03-15T21:22:54.534Z] ---> Running in df2ddeed8af1 [2021-03-15T21:22:54.534Z] ---> Running in b6f0a46d23e1 [2021-03-15T21:22:55.525Z] Removing intermediate container df2ddeed8af1 [2021-03-15T21:22:55.525Z] ---> 52e566bb4762 [2021-03-15T21:22:55.525Z] Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:22:55.805Z] Removing intermediate container b6f0a46d23e1 [2021-03-15T21:22:55.805Z] ---> 8e761c697bf8 [2021-03-15T21:22:55.805Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:22:55.805Z] ---> Running in c80d36ab562f [2021-03-15T21:22:55.805Z] ---> efb386a04ff5 [2021-03-15T21:22:55.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:22:55.805Z] ---> 1449d0d893e9 [2021-03-15T21:22:55.805Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:22:56.085Z] ---> Running in bc0430d44e97 [2021-03-15T21:22:56.717Z] Removing intermediate container c80d36ab562f [2021-03-15T21:22:56.717Z] ---> bfe2722ebcf0 [2021-03-15T21:22:56.717Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:22:57.319Z] Removing intermediate container bc0430d44e97 [2021-03-15T21:22:57.319Z] ---> 74b484b49871 [2021-03-15T21:22:57.319Z] [2021-03-15T21:22:57.597Z] Successfully built 74b484b49871 [2021-03-15T21:22:57.871Z] ---> Running in d0959f7962ee [2021-03-15T21:22:57.871Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T21:22:57.871Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-15T21:22:57.871Z] ---> bb8655b6ab3c [2021-03-15T21:22:57.871Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:22:57.871Z] ---> 1312110924eb [2021-03-15T21:22:57.871Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:22:58.463Z] ---> Running in 799389feb5e7 [2021-03-15T21:22:58.742Z] Removing intermediate container d0959f7962ee [2021-03-15T21:22:58.742Z] ---> cc37671587e3 [2021-03-15T21:22:58.742Z] [2021-03-15T21:22:59.017Z] Removing intermediate container 799389feb5e7 [2021-03-15T21:22:59.017Z] ---> 84f86ae6e151 [2021-03-15T21:22:59.017Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:22:59.017Z] ---> 0829320cd065 [2021-03-15T21:22:59.017Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:22:59.292Z] Successfully built cc37671587e3 [2021-03-15T21:22:59.292Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T21:22:59.292Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-15T21:22:59.292Z] ---> Running in 58207297c07f [2021-03-15T21:22:59.292Z] ---> Running in f3a6162cf039 [2021-03-15T21:23:00.283Z] Removing intermediate container 58207297c07f [2021-03-15T21:23:00.283Z] ---> ce53b4fdc445 [2021-03-15T21:23:00.283Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:23:00.555Z] ---> Running in 2c96c17fa8a7 [2021-03-15T21:23:00.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:00.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:02.264Z] Removing intermediate container 2c96c17fa8a7 [2021-03-15T21:23:02.264Z] ---> 11c108166aae [2021-03-15T21:23:02.264Z] Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:23:02.264Z] ---> Running in 1f90c9ed0aee [2021-03-15T21:23:02.264Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:23:02.264Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:23:02.264Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:23:02.264Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:23:02.264Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:23:02.264Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:23:02.264Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:23:02.264Z] Removing intermediate container 1f90c9ed0aee [2021-03-15T21:23:02.264Z] ---> f15e3590143b [2021-03-15T21:23:02.264Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:23:03.703Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:23:03.703Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:23:03.703Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:23:03.703Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:23:03.703Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:23:03.703Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:23:03.703Z] ---> Running in 730c03057927 [2021-03-15T21:23:03.703Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:23:03.703Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:23:03.975Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:23:03.975Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:23:03.975Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:23:03.975Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:23:03.975Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:23:03.975Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:23:03.975Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:23:03.975Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:23:03.975Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:23:03.975Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:23:03.975Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:23:04.255Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:23:04.255Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:23:04.255Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:23:04.255Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:23:04.255Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:23:04.255Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:23:04.255Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:23:04.255Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:23:04.539Z] OK: 71 MiB in 55 packages [2021-03-15T21:23:05.142Z] Removing intermediate container 730c03057927 [2021-03-15T21:23:05.142Z] ---> e5be9e358b96 [2021-03-15T21:23:05.142Z] [2021-03-15T21:23:05.736Z] Successfully built e5be9e358b96 [2021-03-15T21:23:06.330Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T21:23:06.330Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-15T21:23:13.045Z] Removing intermediate container f3a6162cf039 [2021-03-15T21:23:13.045Z] ---> 6dccb31ff1d0 [2021-03-15T21:23:13.045Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:23:14.471Z] ---> Running in 44c243ee2773 [2021-03-15T21:23:18.778Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:23:18.778Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:23:18.778Z] ---> 38220e8f530a [2021-03-15T21:23:18.778Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:23:18.778Z] ---> Using cache [2021-03-15T21:23:18.778Z] ---> b27155888a7c [2021-03-15T21:23:18.778Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:23:18.778Z] ---> Using cache [2021-03-15T21:23:18.778Z] ---> 10c036ea04a3 [2021-03-15T21:23:18.778Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:23:19.373Z] ---> Running in d98eb3517217 [2021-03-15T21:23:20.352Z] Collecting docker-compose==1.23.2 [2021-03-15T21:23:20.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:20.625Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:23:21.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:22.199Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:23:22.199Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:23:23.631Z] OK: 217 MiB in 51 packages [2021-03-15T21:23:26.252Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:23:26.252Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:23:26.252Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:23:26.853Z] Removing intermediate container d98eb3517217 [2021-03-15T21:23:26.853Z] ---> 6e6c787800f8 [2021-03-15T21:23:26.853Z] Step 6/31 : COPY go.mod . [2021-03-15T21:23:27.873Z] ---> af03c39f6d09 [2021-03-15T21:23:27.873Z] Step 7/31 : RUN go mod download [2021-03-15T21:23:28.480Z] ---> Running in 35d66e0c47de [2021-03-15T21:23:29.911Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:23:29.911Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:23:30.507Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:23:30.507Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:23:33.156Z] Removing intermediate container 35d66e0c47de [2021-03-15T21:23:33.156Z] ---> d62b26a97202 [2021-03-15T21:23:33.156Z] Step 8/31 : COPY . . [2021-03-15T21:23:33.156Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:23:33.156Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:23:33.753Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:23:33.753Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:23:36.370Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:23:36.370Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:23:37.361Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:23:37.361Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:23:38.382Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:23:38.382Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:23:38.382Z] ---> 38220e8f530a [2021-03-15T21:23:38.382Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:23:38.382Z] ---> Using cache [2021-03-15T21:23:38.382Z] ---> b27155888a7c [2021-03-15T21:23:38.382Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:23:38.382Z] ---> Using cache [2021-03-15T21:23:38.382Z] ---> 10c036ea04a3 [2021-03-15T21:23:38.382Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:23:38.382Z] ---> Using cache [2021-03-15T21:23:38.382Z] ---> 6e6c787800f8 [2021-03-15T21:23:38.382Z] Step 6/24 : COPY go.mod . [2021-03-15T21:23:38.382Z] ---> Using cache [2021-03-15T21:23:38.382Z] ---> af03c39f6d09 [2021-03-15T21:23:38.382Z] Step 7/24 : RUN go mod download [2021-03-15T21:23:38.382Z] ---> Using cache [2021-03-15T21:23:38.382Z] ---> d62b26a97202 [2021-03-15T21:23:38.382Z] Step 8/24 : COPY . . [2021-03-15T21:23:38.382Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:23:38.824Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:23:39.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:23:39.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:23:39.180Z] ---> 38220e8f530a [2021-03-15T21:23:39.180Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:23:39.180Z] ---> Using cache [2021-03-15T21:23:39.180Z] ---> b27155888a7c [2021-03-15T21:23:39.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:23:39.180Z] ---> Using cache [2021-03-15T21:23:39.180Z] ---> 10c036ea04a3 [2021-03-15T21:23:39.180Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:23:39.180Z] ---> Using cache [2021-03-15T21:23:39.180Z] ---> 6e6c787800f8 [2021-03-15T21:23:39.180Z] Step 6/22 : COPY go.mod . [2021-03-15T21:23:39.180Z] ---> Using cache [2021-03-15T21:23:39.180Z] ---> af03c39f6d09 [2021-03-15T21:23:39.180Z] Step 7/22 : RUN go mod downloadCollecting idna<2.8,>=2.5 [2021-03-15T21:23:39.180Z] [2021-03-15T21:23:39.180Z] ---> Using cache [2021-03-15T21:23:39.180Z] ---> d62b26a97202 [2021-03-15T21:23:39.180Z] Step 8/22 : COPY . . [2021-03-15T21:23:39.180Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:23:39.180Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:23:39.516Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:23:40.132Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:23:40.132Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:23:40.737Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:23:40.737Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:23:41.010Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:23:41.010Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:23:41.010Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:23:41.010Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:23:42.448Z] Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, docopt, cached-property, texttable, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-03-15T21:23:42.448Z] Running setup.py install for PyYAML: started [2021-03-15T21:23:45.079Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:23:45.079Z] Running setup.py install for dockerpty: started [2021-03-15T21:23:46.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:23:46.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:23:46.079Z] ---> 38220e8f530a [2021-03-15T21:23:46.079Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:23:46.079Z] ---> Using cache [2021-03-15T21:23:46.079Z] ---> b27155888a7c [2021-03-15T21:23:46.079Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:23:46.079Z] ---> Using cache [2021-03-15T21:23:46.079Z] ---> 10c036ea04a3 [2021-03-15T21:23:46.079Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:23:48.714Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:23:48.714Z] Attempting uninstall: idna [2021-03-15T21:23:48.714Z] Found existing installation: idna 2.9 [2021-03-15T21:23:48.714Z] Uninstalling idna-2.9: [2021-03-15T21:23:48.714Z] Successfully uninstalled idna-2.9 [2021-03-15T21:23:50.703Z] Attempting uninstall: urllib3 [2021-03-15T21:23:50.703Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:23:50.703Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:23:50.980Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:23:52.404Z] Attempting uninstall: requests [2021-03-15T21:23:52.404Z] Found existing installation: requests 2.23.0 [2021-03-15T21:23:52.679Z] Uninstalling requests-2.23.0: [2021-03-15T21:23:52.679Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:23:56.061Z] Running setup.py install for docopt: started [2021-03-15T21:23:57.500Z] ---> Running in db798d264f32 [2021-03-15T21:23:58.100Z] ---> f1e4f963d744 [2021-03-15T21:23:58.100Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:23:58.704Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:23:58.704Z] ---> Running in 3da264e36686 [2021-03-15T21:23:58.704Z] Running setup.py install for texttable: started [2021-03-15T21:23:58.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:58.991Z] ---> 40751e6d90ed [2021-03-15T21:23:58.991Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:23:58.991Z] ---> Running in e85d84fbf0ba [2021-03-15T21:23:59.590Z] ---> a191815235cf [2021-03-15T21:23:59.590Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:23:59.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:23:59.861Z] ---> Running in 9400b6291dd2 [2021-03-15T21:24:00.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:24:00.747Z] OK: 217 MiB in 51 packages [2021-03-15T21:24:01.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:24:01.634Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:24:01.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:24:02.625Z] Removing intermediate container db798d264f32 [2021-03-15T21:24:02.625Z] ---> 63b1fbda1c44 [2021-03-15T21:24:02.625Z] Step 6/23 : COPY go.mod . [2021-03-15T21:24:03.604Z] ---> 243264fd4de8 [2021-03-15T21:24:03.604Z] Step 7/23 : RUN go mod download [2021-03-15T21:24:03.875Z] ---> Running in 8c768cb67af3 [2021-03-15T21:24:05.314Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:24:08.717Z] Removing intermediate container 8c768cb67af3 [2021-03-15T21:24:08.717Z] ---> 3a71ada924a0 [2021-03-15T21:24:08.717Z] Step 8/23 : COPY . . [2021-03-15T21:24:12.125Z] Removing intermediate container 44c243ee2773 [2021-03-15T21:24:12.125Z] ---> 4c7bdb0a055b [2021-03-15T21:24:12.125Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:24:12.726Z] ---> Running in 8a7a0de35a87 [2021-03-15T21:24:15.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:15.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:24:16.618Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:24:16.618Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:24:16.618Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:24:16.618Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:24:16.618Z] OK: 72 MiB in 58 packages [2021-03-15T21:24:20.022Z] Removing intermediate container 8a7a0de35a87 [2021-03-15T21:24:20.022Z] ---> e5c92642264f [2021-03-15T21:24:20.022Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:24:20.621Z] ---> Running in 50f6641eae68 [2021-03-15T21:24:21.631Z] Removing intermediate container 50f6641eae68 [2021-03-15T21:24:21.631Z] ---> cd4f821df7de [2021-03-15T21:24:21.631Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:24:21.905Z] ---> Running in 2342fbb448d4 [2021-03-15T21:24:22.897Z] Removing intermediate container 2342fbb448d4 [2021-03-15T21:24:22.897Z] ---> d50506e5ca3e [2021-03-15T21:24:22.897Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T21:24:23.495Z] ---> Running in 7e53c62e668e [2021-03-15T21:24:24.480Z] Removing intermediate container 7e53c62e668e [2021-03-15T21:24:24.480Z] ---> 373c0c264b3b [2021-03-15T21:24:24.480Z] Step 25/26 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:24:24.754Z] ---> Running in c2f27c2626f5 [2021-03-15T21:24:26.198Z] Removing intermediate container c2f27c2626f5 [2021-03-15T21:24:26.198Z] ---> ada4cf94c6c9 [2021-03-15T21:24:26.198Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:24:26.198Z] ---> Running in 7ac0184ef2f6 [2021-03-15T21:24:27.650Z] Removing intermediate container 7ac0184ef2f6 [2021-03-15T21:24:27.650Z] ---> 8d50151f1dca [2021-03-15T21:24:27.650Z] [2021-03-15T21:24:29.092Z] Successfully built 8d50151f1dca [2021-03-15T21:24:29.092Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T21:24:31.732Z]  Building docker-sys-mgmt-agent-go ... done  ---> c9845a5e7b39 [2021-03-15T21:24:31.732Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:24:32.012Z] ---> Running in 644ec6b5228b [2021-03-15T21:24:33.999Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:25:30.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:25:41.035Z] Removing intermediate container e85d84fbf0ba [2021-03-15T21:25:41.035Z] ---> 44549f003d98 [2021-03-15T21:25:41.035Z] [2021-03-15T21:25:41.035Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:25:41.035Z] ---> d10569e2745f [2021-03-15T21:25:41.035Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:25:41.322Z] ---> Running in 825d496ec1b9 [2021-03-15T21:25:42.355Z] Removing intermediate container 3da264e36686 [2021-03-15T21:25:42.355Z] ---> 398700725e82 [2021-03-15T21:25:42.355Z] [2021-03-15T21:25:42.355Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:25:42.355Z] ---> d10569e2745f [2021-03-15T21:25:42.355Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:25:42.645Z] ---> Running in ccc5e1ea5ac4 [2021-03-15T21:25:43.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:43.655Z] Removing intermediate container ccc5e1ea5ac4 [2021-03-15T21:25:43.655Z] ---> f056d185ff46 [2021-03-15T21:25:43.655Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:25:43.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:43.655Z] ---> Running in 360a009fa4d2 [2021-03-15T21:25:44.263Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:25:44.263Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:25:44.263Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:25:44.263Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:25:44.263Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:25:44.263Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:25:44.542Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:25:44.824Z] OK: 7 MiB in 19 packages [2021-03-15T21:25:45.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:45.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:25:46.406Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:25:46.406Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:25:46.406Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:25:46.684Z] OK: 5 MiB in 16 packages [2021-03-15T21:25:47.292Z] Removing intermediate container 825d496ec1b9 [2021-03-15T21:25:47.292Z] ---> 8fc83a30bf76 [2021-03-15T21:25:47.292Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:25:47.890Z] ---> Running in 1a50ea8fd8b0 [2021-03-15T21:25:48.878Z] Removing intermediate container 1a50ea8fd8b0 [2021-03-15T21:25:48.878Z] ---> abbad718fcb9 [2021-03-15T21:25:48.878Z] Step 13/24 : WORKDIR / [2021-03-15T21:25:48.878Z] Removing intermediate container 360a009fa4d2 [2021-03-15T21:25:48.878Z] ---> 4279d7740cc4 [2021-03-15T21:25:48.878Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:25:49.167Z] ---> Running in 6a2fa7a8548c [2021-03-15T21:25:49.447Z] ---> Running in 05f90d68b6e5 [2021-03-15T21:25:50.049Z] Removing intermediate container 6a2fa7a8548c [2021-03-15T21:25:50.049Z] ---> 94c265459083 [2021-03-15T21:25:50.049Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:25:50.646Z] Removing intermediate container 05f90d68b6e5 [2021-03-15T21:25:50.646Z] ---> d739cbd64ebb [2021-03-15T21:25:50.646Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:25:50.920Z] ---> Running in 16608f8f1fe0 [2021-03-15T21:25:51.196Z] ---> d0568fd42174 [2021-03-15T21:25:51.196Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:25:52.174Z] Removing intermediate container 16608f8f1fe0 [2021-03-15T21:25:52.174Z] ---> 657c48a8d1a5 [2021-03-15T21:25:52.174Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:25:52.174Z] ---> Running in e9fc9917feaf [2021-03-15T21:25:53.618Z] ---> 3b55e394566c [2021-03-15T21:25:53.618Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:25:56.282Z] ---> 2476af2c677f [2021-03-15T21:25:56.283Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:25:56.901Z] Removing intermediate container 9400b6291dd2 [2021-03-15T21:25:56.901Z] ---> bb463a413955 [2021-03-15T21:25:56.901Z] [2021-03-15T21:25:56.901Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:25:56.901Z] ---> d10569e2745f [2021-03-15T21:25:56.901Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:25:56.901Z] ---> Using cache [2021-03-15T21:25:56.901Z] ---> bb094c237551 [2021-03-15T21:25:56.901Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:25:56.901Z] ---> Using cache [2021-03-15T21:25:56.901Z] ---> d95decb35859 [2021-03-15T21:25:56.901Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:25:57.511Z] ---> Running in a6627f560587 [2021-03-15T21:25:57.511Z] Removing intermediate container e9fc9917feaf [2021-03-15T21:25:57.511Z] ---> 6e5a4e07f14a [2021-03-15T21:25:57.511Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:25:58.122Z] ---> Running in aae731b09a2c [2021-03-15T21:25:58.122Z] Removing intermediate container a6627f560587 [2021-03-15T21:25:58.122Z] ---> c257349a8d32 [2021-03-15T21:25:58.122Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:25:58.122Z] ---> 1040c224af63 [2021-03-15T21:25:58.122Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:25:58.411Z] ---> Running in cc4c3ab8feb8 [2021-03-15T21:25:59.018Z] Removing intermediate container aae731b09a2c [2021-03-15T21:25:59.018Z] ---> 5369896d6cee [2021-03-15T21:25:59.018Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:25:59.620Z] Removing intermediate container cc4c3ab8feb8 [2021-03-15T21:25:59.620Z] ---> 3531dfc2e6a7 [2021-03-15T21:25:59.620Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:26:00.609Z] ---> dd4a6dc94958 [2021-03-15T21:26:00.609Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:26:00.892Z] ---> 2003d7524fda [2021-03-15T21:26:00.892Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:26:00.892Z] ---> Running in 0a6185d550db [2021-03-15T21:26:01.181Z] ---> 5bd179d38672 [2021-03-15T21:26:01.182Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:26:02.651Z] ---> ed34d75b74e4 [2021-03-15T21:26:02.651Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:26:02.924Z] ---> abffbe92a368 [2021-03-15T21:26:02.924Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:26:02.924Z] ---> Running in d9e4cf351326 [2021-03-15T21:26:04.381Z] ---> 710aa978b8ae [2021-03-15T21:26:04.381Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:26:04.381Z] ---> Running in b4bd9aa9f8d7 [2021-03-15T21:26:04.655Z] Removing intermediate container 0a6185d550db [2021-03-15T21:26:04.655Z] ---> 381b24310225 [2021-03-15T21:26:04.655Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:26:04.948Z] Removing intermediate container b4bd9aa9f8d7 [2021-03-15T21:26:04.948Z] ---> 0c6a7f9d2c8a [2021-03-15T21:26:04.948Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:26:05.229Z] ---> Running in 3cf3e5fdd267 [2021-03-15T21:26:05.838Z] ---> 6786144942fe [2021-03-15T21:26:05.838Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:26:05.838Z] Removing intermediate container 3cf3e5fdd267 [2021-03-15T21:26:05.838Z] ---> 1a36e584e73d [2021-03-15T21:26:05.838Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:26:05.838Z] ---> Running in 548fc689ae32 [2021-03-15T21:26:06.116Z] Removing intermediate container d9e4cf351326 [2021-03-15T21:26:06.116Z] ---> 68fe2af5bb73 [2021-03-15T21:26:06.116Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:26:06.401Z] ---> Running in 2df89fb73a76 [2021-03-15T21:26:06.677Z] Removing intermediate container 548fc689ae32 [2021-03-15T21:26:06.677Z] ---> 5454da569a04 [2021-03-15T21:26:06.677Z] Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:26:06.951Z] ---> Running in 88ba0ae882e4 [2021-03-15T21:26:06.951Z] Removing intermediate container 2df89fb73a76 [2021-03-15T21:26:06.951Z] ---> 77a4fe2a8b23 [2021-03-15T21:26:06.951Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T21:26:07.223Z] ---> Running in 3b2687827c5c [2021-03-15T21:26:07.825Z] Removing intermediate container 88ba0ae882e4 [2021-03-15T21:26:07.825Z] ---> d583c43b3c29 [2021-03-15T21:26:07.825Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:26:07.825Z] ---> Running in 0a01d0da4498 [2021-03-15T21:26:07.825Z] Removing intermediate container 3b2687827c5c [2021-03-15T21:26:07.825Z] ---> 9877fe6ab173 [2021-03-15T21:26:07.825Z] ---> d4d418c8a515 [2021-03-15T21:26:07.825Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:26:07.825Z] Step 23/24 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:26:08.103Z] ---> Running in 0f0aa21d69eb [2021-03-15T21:26:08.705Z] Removing intermediate container 0a01d0da4498 [2021-03-15T21:26:08.705Z] ---> 3877bd3e9627 [2021-03-15T21:26:08.705Z] [2021-03-15T21:26:09.022Z] Removing intermediate container 0f0aa21d69eb [2021-03-15T21:26:09.022Z] ---> e36120c353c7 [2021-03-15T21:26:09.022Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:26:09.309Z] Successfully built 3877bd3e9627 [2021-03-15T21:26:09.309Z] ---> a51940e7732e [2021-03-15T21:26:09.309Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:26:09.309Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T21:26:09.309Z]  Building docker-support-scheduler-go ... done  ---> Running in 9f4d5d3b0ff4 [2021-03-15T21:26:10.298Z] Removing intermediate container 9f4d5d3b0ff4 [2021-03-15T21:26:10.298Z] ---> f0fc50350ec4 [2021-03-15T21:26:10.298Z] [2021-03-15T21:26:10.579Z] ---> 18999ac3f0bc [2021-03-15T21:26:10.579Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:26:10.579Z] Successfully built f0fc50350ec4 [2021-03-15T21:26:10.579Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T21:26:11.561Z]  Building docker-security-secretstore-setup-go ... done  ---> 3c285274f430 [2021-03-15T21:26:11.561Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:26:11.835Z] ---> Running in 0822aff48038 [2021-03-15T21:26:12.431Z] Removing intermediate container 0822aff48038 [2021-03-15T21:26:12.431Z] ---> 94d743de358a [2021-03-15T21:26:12.431Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:26:13.408Z] ---> c1743dbdff7d [2021-03-15T21:26:13.408Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:26:13.681Z] ---> Running in 3e8490e64288 [2021-03-15T21:26:17.071Z] Removing intermediate container 3e8490e64288 [2021-03-15T21:26:17.071Z] ---> 67de90018b3a [2021-03-15T21:26:17.071Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:26:17.343Z] ---> Running in aa4129ff75f1 [2021-03-15T21:26:17.615Z] Removing intermediate container 644ec6b5228b [2021-03-15T21:26:17.615Z] ---> 097106e7905c [2021-03-15T21:26:17.615Z] [2021-03-15T21:26:17.615Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:26:17.615Z] ---> d10569e2745f [2021-03-15T21:26:17.615Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:26:17.888Z] ---> Running in e8e599aa9106 [2021-03-15T21:26:17.888Z] Removing intermediate container aa4129ff75f1 [2021-03-15T21:26:17.888Z] ---> 126cf30d0a19 [2021-03-15T21:26:17.888Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:26:18.164Z] ---> Running in 92866b91ca4f [2021-03-15T21:26:18.450Z] Removing intermediate container e8e599aa9106 [2021-03-15T21:26:18.450Z] ---> 4091df20f0d0 [2021-03-15T21:26:18.450Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:26:18.724Z] ---> Running in 19bcd692e1d4 [2021-03-15T21:26:18.724Z] Removing intermediate container 92866b91ca4f [2021-03-15T21:26:18.724Z] ---> 7935b2276e72 [2021-03-15T21:26:18.724Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T21:26:19.326Z] ---> Running in d7a953a12c59 [2021-03-15T21:26:19.326Z] Removing intermediate container 19bcd692e1d4 [2021-03-15T21:26:19.326Z] ---> f12cfebef521 [2021-03-15T21:26:19.326Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:26:19.600Z] ---> Running in 78dc17f434f5 [2021-03-15T21:26:19.874Z] Removing intermediate container d7a953a12c59 [2021-03-15T21:26:19.874Z] ---> 6e7e8a9d0f0d [2021-03-15T21:26:19.874Z] Step 30/31 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:26:20.150Z] ---> Running in 0c27996ba3c1 [2021-03-15T21:26:20.150Z] Removing intermediate container 78dc17f434f5 [2021-03-15T21:26:20.150Z] ---> 7ec341d7f391 [2021-03-15T21:26:20.150Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:26:20.422Z] ---> Running in 8f8fd2551e4e [2021-03-15T21:26:20.697Z] Removing intermediate container 0c27996ba3c1 [2021-03-15T21:26:20.697Z] ---> 18bbc039e4e0 [2021-03-15T21:26:20.697Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:26:21.293Z] ---> Running in 69c6afb07a7d [2021-03-15T21:26:21.890Z] Removing intermediate container 69c6afb07a7d [2021-03-15T21:26:21.890Z] ---> 44716bd74315 [2021-03-15T21:26:21.890Z] [2021-03-15T21:26:22.162Z] Successfully built 44716bd74315 [2021-03-15T21:26:22.435Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T21:26:22.705Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f8fd2551e4e [2021-03-15T21:26:22.705Z] ---> ca28e26720d9 [2021-03-15T21:26:22.705Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:26:22.979Z] ---> Running in 8737a2736d16 [2021-03-15T21:26:24.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:24.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:26:25.969Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:26:25.970Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:26:25.970Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:26:26.241Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:26:26.512Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:26:26.512Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:26:26.785Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:26:26.785Z] OK: 8 MiB in 20 packages [2021-03-15T21:26:28.215Z] Removing intermediate container 8737a2736d16 [2021-03-15T21:26:28.215Z] ---> c16d347faaa4 [2021-03-15T21:26:28.215Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:26:28.810Z] ---> f32c3757475a [2021-03-15T21:26:28.810Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:26:30.276Z] ---> f764ab99df0b [2021-03-15T21:26:30.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:26:31.270Z] ---> 107bd76e085f [2021-03-15T21:26:31.270Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:26:31.270Z] ---> Running in bad156a0adc1 [2021-03-15T21:26:31.871Z] Removing intermediate container bad156a0adc1 [2021-03-15T21:26:31.871Z] ---> 41c640da3619 [2021-03-15T21:26:31.871Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:26:31.871Z] ---> Running in 9ff74711be4f [2021-03-15T21:26:32.467Z] Removing intermediate container 9ff74711be4f [2021-03-15T21:26:32.467Z] ---> 0ca7227f4c77 [2021-03-15T21:26:32.467Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:26:32.467Z] ---> Running in 21358af5a9a3 [2021-03-15T21:26:33.061Z] Removing intermediate container 21358af5a9a3 [2021-03-15T21:26:33.061Z] ---> c5ccbbbc4888 [2021-03-15T21:26:33.061Z] Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 [2021-03-15T21:26:33.061Z] ---> Running in 759f02d1c9f4 [2021-03-15T21:26:33.651Z] Removing intermediate container 759f02d1c9f4 [2021-03-15T21:26:33.651Z] ---> 43de4babca68 [2021-03-15T21:26:33.651Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:26:33.651Z] ---> Running in 66b3122d3278 [2021-03-15T21:26:34.242Z] Removing intermediate container 66b3122d3278 [2021-03-15T21:26:34.242Z] ---> eb087091ab5d [2021-03-15T21:26:34.242Z] [2021-03-15T21:26:34.514Z] Successfully built eb087091ab5d [2021-03-15T21:26:34.786Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T21:26:35.074Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-15T21:26:35.077Z] $ docker stop --time=1 6f45dad8d807da03752123800e82c7136ad008aaab40e9fa73f5e2a1d8abcefd [2021-03-15T21:26:37.020Z] $ docker rm -f 6f45dad8d807da03752123800e82c7136ad008aaab40e9fa73f5e2a1d8abcefd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:26:37.732Z] + + docker images [2021-03-15T21:26:37.732Z] grep docker [2021-03-15T21:26:38.001Z] docker-core-data-go-arm64 latest eb087091ab5d 4 seconds ago 21.3MB [2021-03-15T21:26:38.001Z] docker-security-bootstrapper-go-arm64 latest 44716bd74315 16 seconds ago 17.8MB [2021-03-15T21:26:38.001Z] docker-security-secretstore-setup-go-arm64 latest f0fc50350ec4 28 seconds ago 23.7MB [2021-03-15T21:26:38.001Z] docker-support-scheduler-go-arm64 latest 3877bd3e9627 29 seconds ago 16.3MB [2021-03-15T21:26:38.001Z] docker-sys-mgmt-agent-go-arm64 latest 8d50151f1dca 2 minutes ago 300MB [2021-03-15T21:26:38.001Z] docker-core-metadata-go-arm64 latest e5be9e358b96 3 minutes ago 17.9MB [2021-03-15T21:26:38.001Z] docker-core-command-go-arm64 latest cc37671587e3 3 minutes ago 16.2MB [2021-03-15T21:26:38.001Z] docker-support-notifications-go-arm64 latest 74b484b49871 3 minutes ago 16.9MB [2021-03-15T21:26:38.001Z] docker-security-proxy-setup-go-arm64 latest 03206a227edb 3 minutes ago 23.4MB [2021-03-15T21:26:38.001Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:26:39.081Z] ---> job-cost.sh [2021-03-15T21:26:39.081Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rxue [2021-03-15T21:27:25.984Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T21:29:17.744Z] lf-activate-venv(): INFO: Adding /tmp/venv-Rxue/bin to PATH [2021-03-15T21:29:17.744Z] INFO: No Stack... [2021-03-15T21:29:17.744Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T21:29:17.744Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T21:29:18.078Z] + cut -d, -f6 [2021-03-15T21:29:18.078Z] + cat /w/workspace/edgex-go/19/archives/cost.csv [Pipeline] lock [2021-03-15T21:29:18.198Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] [2021-03-15T21:29:18.207Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] did not exist. Created. [2021-03-15T21:29:18.207Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T21:29:18.673Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T21:29:19.014Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T21:29:19.027Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-15T21:29:20.408Z] provisioning config files... [2021-03-15T21:29:20.423Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config6429082860210834807tmp [Pipeline] { [Pipeline] sh [2021-03-15T21:29:20.914Z] + set +x [2021-03-15T21:29:20.914Z] + curl -s https://codecov.io/bash [2021-03-15T21:29:20.914Z] + bash -s -- [2021-03-15T21:29:21.548Z] [2021-03-15T21:29:21.548Z] _____ _ [2021-03-15T21:29:21.548Z] / ____| | | [2021-03-15T21:29:21.548Z] | | ___ __| | ___ ___ _____ __ [2021-03-15T21:29:21.548Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-15T21:29:21.548Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-15T21:29:21.548Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-15T21:29:21.548Z] Bash-20210309-2b87ace [2021-03-15T21:29:21.548Z] [2021-03-15T21:29:21.548Z] [2021-03-15T21:29:21.548Z] ==> git version 2.24.3 found [2021-03-15T21:29:21.548Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-15T21:29:21.548Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-15T21:29:21.548Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-15T21:29:21.548Z] curl: option -sm: expected a proper numerical parameter [2021-03-15T21:29:21.548Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-15T21:29:21.548Z] ==> Jenkins CI detected. [2021-03-15T21:29:21.548Z] project root: . [2021-03-15T21:29:21.548Z] --> token set from env [2021-03-15T21:29:21.548Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-15T21:29:21.548Z] ==> Running gcov in . (disable via -X gcov) [2021-03-15T21:29:21.548Z] ==> Python coveragepy not found [2021-03-15T21:29:21.548Z] ==> Searching for coverage reports in: [2021-03-15T21:29:21.548Z] + . [2021-03-15T21:29:21.548Z] -> Found 1 reports [2021-03-15T21:29:21.548Z] ==> Detecting git/mercurial file structure [2021-03-15T21:29:21.830Z] ==> Reading reports [2021-03-15T21:29:21.830Z] + ./coverage.out bytes=635765 [2021-03-15T21:29:21.830Z] ==> Appending adjustments [2021-03-15T21:29:21.830Z] https://docs.codecov.io/docs/fixing-reports [2021-03-15T21:29:25.218Z] + Found adjustments [2021-03-15T21:29:25.218Z] ==> Gzipping contents [2021-03-15T21:29:25.218Z] 92K /tmp/codecov.PhV2gM.gz [2021-03-15T21:29:25.218Z] ==> Uploading reports [2021-03-15T21:29:25.218Z] url: https://codecov.io [2021-03-15T21:29:25.218Z] query: branch=PR-3208&commit=5bbfc04f846edbd50b224d995a0b199b5c323db6&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-15T21:29:25.218Z] -> Pinging Codecov [2021-03-15T21:29:25.218Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=5bbfc04f846edbd50b224d995a0b199b5c323db6&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-15T21:29:25.796Z] -> Uploading to [2021-03-15T21:29:25.796Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/5bbfc04f846edbd50b224d995a0b199b5c323db6/f0b29b7f-4e78-4b88-8d93-94af169aef5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T212925Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=95fb840e69698f545ab616481495b2e42942280fa4125f56134337d86af94cc3 [2021-03-15T21:29:25.796Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:29:25.796Z] Dload Upload Total Spent Left Speed [2021-03-15T21:29:26.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93498 0 0 100 93498 0 159k --:--:-- --:--:-- --:--:-- 159k [2021-03-15T21:29:26.371Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5bbfc04f846edbd50b224d995a0b199b5c323db6 [Pipeline] } [2021-03-15T21:29:26.382Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:29:28.358Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:29:29.255Z] ---> package-listing.sh [2021-03-15T21:29:29.255Z] ++ facter osfamily [2021-03-15T21:29:29.255Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T21:29:29.255Z] + OS_FAMILY=redhat [2021-03-15T21:29:29.255Z] + workspace=/w/workspace/edgex-go/19 [2021-03-15T21:29:29.255Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T21:29:29.255Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T21:29:29.255Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T21:29:29.255Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T21:29:29.255Z] + '[' /w/workspace/edgex-go/19 ']' [2021-03-15T21:29:29.255Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T21:29:29.255Z] + case "${OS_FAMILY}" in [2021-03-15T21:29:29.255Z] + rpm -qa [2021-03-15T21:29:29.255Z] + sort [2021-03-15T21:29:34.574Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T21:29:34.574Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T21:29:34.574Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T21:29:34.574Z] + '[' /w/workspace/edgex-go/19 ']' [2021-03-15T21:29:34.574Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-03-15T21:29:34.574Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-03-15T21:29:34.588Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T21:29:34.890Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:29:35.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:29:35.203Z] [2021-03-15T21:29:35.203Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:29:35.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:29:35.843Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T21:29:35.843Z] df20fa9351a1: Pulling fs layer [2021-03-15T21:29:35.843Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T21:29:35.843Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T21:29:35.843Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T21:29:35.843Z] 93b61091891f: Pulling fs layer [2021-03-15T21:29:35.843Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T21:29:35.843Z] 5e14af77c1be: Pulling fs layer [2021-03-15T21:29:35.843Z] 01666e4c0597: Pulling fs layer [2021-03-15T21:29:35.843Z] aa168da1d23b: Pulling fs layer [2021-03-15T21:29:35.843Z] 46f8f816bc3b: Waiting [2021-03-15T21:29:35.843Z] 5e14af77c1be: Waiting [2021-03-15T21:29:35.843Z] 93b61091891f: Waiting [2021-03-15T21:29:35.843Z] 93b9cdb0e59b: Waiting [2021-03-15T21:29:35.843Z] aa168da1d23b: Waiting [2021-03-15T21:29:36.116Z] 36b3adc4ff6f: Verifying Checksum [2021-03-15T21:29:36.116Z] 36b3adc4ff6f: Download complete [2021-03-15T21:29:36.116Z] 46f8f816bc3b: Verifying Checksum [2021-03-15T21:29:36.116Z] 46f8f816bc3b: Download complete [2021-03-15T21:29:36.116Z] df20fa9351a1: Download complete [2021-03-15T21:29:36.116Z] 93b61091891f: Verifying Checksum [2021-03-15T21:29:36.116Z] 93b61091891f: Download complete [2021-03-15T21:29:36.116Z] 93b9cdb0e59b: Verifying Checksum [2021-03-15T21:29:36.116Z] 93b9cdb0e59b: Download complete [2021-03-15T21:29:36.116Z] 5e14af77c1be: Verifying Checksum [2021-03-15T21:29:36.116Z] 5e14af77c1be: Download complete [2021-03-15T21:29:36.116Z] 01666e4c0597: Verifying Checksum [2021-03-15T21:29:36.116Z] 01666e4c0597: Download complete [2021-03-15T21:29:36.116Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T21:29:36.116Z] 8ad3a11d3b57: Download complete [2021-03-15T21:29:36.378Z] df20fa9351a1: Pull complete [2021-03-15T21:29:36.955Z] 36b3adc4ff6f: Pull complete [2021-03-15T21:29:38.353Z] aa168da1d23b: Verifying Checksum [2021-03-15T21:29:38.353Z] aa168da1d23b: Download complete [2021-03-15T21:29:38.616Z] 8ad3a11d3b57: Pull complete [2021-03-15T21:29:38.616Z] 46f8f816bc3b: Pull complete [2021-03-15T21:29:40.007Z] 93b61091891f: Pull complete [2021-03-15T21:29:40.269Z] 93b9cdb0e59b: Pull complete [2021-03-15T21:29:40.269Z] 5e14af77c1be: Pull complete [2021-03-15T21:29:40.532Z] 01666e4c0597: Pull complete [2021-03-15T21:29:47.143Z] aa168da1d23b: Pull complete [2021-03-15T21:29:47.143Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T21:29:47.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:29:47.143Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T21:29:47.332Z] prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container [2021-03-15T21:29:47.391Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T21:29:57.562Z] $ docker top 61e305359a995bc7c0c2fd850b1a95c51620b8c5b214b9493dffd9d31a7bc9d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:29:58.202Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T21:29:58.506Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T21:29:58.810Z] + ls /var/log/sa-host [2021-03-15T21:29:58.810Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T21:29:58.810Z] file_magic: OK [2021-03-15T21:29:58.810Z] HZ: Using current value: 100 [2021-03-15T21:29:58.810Z] file_header: OK [2021-03-15T21:29:58.810Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:29:58.810Z] Statistics: [2021-03-15T21:29:58.810Z] 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... [2021-03-15T21:29:58.810Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T21:29:58.810Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T21:29:58.810Z] file_magic: OK [2021-03-15T21:29:58.810Z] HZ: Using current value: 100 [2021-03-15T21:29:58.810Z] file_header: OK [2021-03-15T21:29:58.810Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:29:58.810Z] Statistics: [2021-03-15T21:29:58.810Z] Hnuu...uuuununununu... [2021-03-15T21:29:58.810Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:29:59.048Z] provisioning config files... [2021-03-15T21:29:59.066Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config433714427124983245tmp [Pipeline] { [Pipeline] echo [2021-03-15T21:29:59.146Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:29:59.451Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T21:29:59.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T21:29:59.562Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:29:59.862Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T21:29:59.873Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:30:00.184Z] ---> sudo-logs.sh [2021-03-15T21:30:00.185Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T21:30:00.285Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:30:00.584Z] ---> job-cost.sh [2021-03-15T21:30:00.584Z] lf-activate-venv: SKIPPING [2021-03-15T21:30:00.584Z] DEBUG: total: 0.20999999344348907 [2021-03-15T21:30:00.584Z] INFO: Retrieving Stack Cost... [2021-03-15T21:30:01.980Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T21:30:02.248Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T21:30:02.264Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:30:02.575Z] ---> logs-deploy.sh [2021-03-15T21:30:02.575Z] lf-activate-venv: SKIPPING [2021-03-15T21:30:02.575Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/19 [2021-03-15T21:30:02.575Z] INFO: archiving workspace using pattern(s): [2021-03-15T21:30:04.594Z] Archives upload complete. [2021-03-15T21:30:04.594Z] INFO: archiving logs to Nexus