Pull request #3179 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca+61638ca62d33426a2ce3f2b4b107772a009d1874 (c985f10f222293228b423a3505162c24df7ab139) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27166 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca Merge succeeded, producing 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca Checking out Revision 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca (PR-3179) > git config core.sparsecheckout # timeout=10 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # 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 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 Commit message: "refactor: move secretsengine's enabler to secretstore-setup and resovled merging conflicts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 9993902a221f4ad19e46546f987dccf325cd49b9 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T15:42:26.589Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-22T15:42:26.873Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T15:42:26.992Z] ========================================================= [2021-02-22T15:42:26.992Z] EdgeX Global Pipelines Version Info [2021-02-22T15:42:26.992Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T15:42:28.618Z] ------------------- [2021-02-22T15:42:28.618Z] stable info: [2021-02-22T15:42:28.618Z] ------------------- [2021-02-22T15:42:28.618Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T15:42:28.618Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T15:42:28.618Z] Message: update stable to v1.0.179 [2021-02-22T15:42:29.567Z] ------------------- [2021-02-22T15:42:29.567Z] experimental info: [2021-02-22T15:42:29.567Z] ------------------- [2021-02-22T15:42:29.567Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T15:42:29.567Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T15:42:29.567Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T15:42:29.863Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-22T15:42:29.977Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-22T15:42:30.091Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T15:42:30.225Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T15:42:30.363Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T15:42:30.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T15:42:30.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T15:42:30.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-22T15:42:30.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-22T15:42:30.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-22T15:42:31.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T15:42:31.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T15:42:31.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T15:42:31.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T15:42:31.583Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T15:42:31.693Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-22T15:42:31.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T15:42:31.930Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T15:42:32.045Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-22T15:42:32.153Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-22T15:42:32.253Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-22T15:42:32.345Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T15:42:32.448Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T15:42:32.538Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3179 [Pipeline] echo [2021-02-22T15:42:32.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3179 [Pipeline] echo [2021-02-22T15:42:32.712Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3179 [Pipeline] echo [2021-02-22T15:42:32.805Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [Pipeline] echo [2021-02-22T15:42:32.934Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 17b3f08 [Pipeline] echo [2021-02-22T15:42:33.029Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T15:42:33.204Z] provisioning config files... [2021-02-22T15:42:33.236Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2553146888167854323tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T15:42:33.586Z] ---> docker-login.sh [2021-02-22T15:42:33.586Z] nexus3.edgexfoundry.org:10001 [2021-02-22T15:42:33.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:42:34.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:42:34.112Z] Configure a credential helper to remove this warning. See [2021-02-22T15:42:34.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:42:34.112Z] [2021-02-22T15:42:34.112Z] Login Succeeded [2021-02-22T15:42:34.112Z] nexus3.edgexfoundry.org:10002 [2021-02-22T15:42:34.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:42:34.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:42:34.112Z] Configure a credential helper to remove this warning. See [2021-02-22T15:42:34.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:42:34.112Z] [2021-02-22T15:42:34.112Z] Login Succeeded [2021-02-22T15:42:34.112Z] nexus3.edgexfoundry.org:10003 [2021-02-22T15:42:34.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:42:34.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:42:34.375Z] Configure a credential helper to remove this warning. See [2021-02-22T15:42:34.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:42:34.375Z] [2021-02-22T15:42:34.375Z] Login Succeeded [2021-02-22T15:42:34.375Z] nexus3.edgexfoundry.org:10004 [2021-02-22T15:42:34.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:42:34.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:42:34.638Z] Configure a credential helper to remove this warning. See [2021-02-22T15:42:34.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:42:34.638Z] [2021-02-22T15:42:34.638Z] Login Succeeded [2021-02-22T15:42:34.638Z] docker.io [2021-02-22T15:42:34.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:42:34.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:42:34.901Z] Configure a credential helper to remove this warning. See [2021-02-22T15:42:34.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:42:34.901Z] [2021-02-22T15:42:34.901Z] Login Succeeded [2021-02-22T15:42:34.901Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T15:42:34.911Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T15:42:35.375Z] ++ 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-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/core-command/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/core-data/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-22T15:42:35.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-22T15:42:35.375Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-22T15:42:35.375Z] ++ cut -d/ -f2 [2021-02-22T15:42:35.375Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-22T15:42:35.453Z] 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-02-22T15:42:36.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T15:42:36.973Z] [2021-02-22T15:42:36.973Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:42:37.320Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T15:42:37.320Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T15:42:37.320Z] 31603596830f: Pulling fs layer [2021-02-22T15:42:37.320Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T15:42:37.320Z] 6ca5941a6612: Pulling fs layer [2021-02-22T15:42:37.320Z] ecc8261a40a4: Pulling fs layer [2021-02-22T15:42:37.320Z] ecc8261a40a4: Waiting [2021-02-22T15:42:37.320Z] 2a8b12db71e7: Download complete [2021-02-22T15:42:37.585Z] 31603596830f: Download complete [2021-02-22T15:42:37.585Z] ecc8261a40a4: Verifying Checksum [2021-02-22T15:42:37.585Z] ecc8261a40a4: Download complete [2021-02-22T15:42:37.585Z] 6ca5941a6612: Verifying Checksum [2021-02-22T15:42:37.585Z] 6ca5941a6612: Download complete [2021-02-22T15:42:37.847Z] 31603596830f: Pull complete [2021-02-22T15:42:38.110Z] 2a8b12db71e7: Pull complete [2021-02-22T15:42:38.690Z] 6ca5941a6612: Pull complete [2021-02-22T15:42:38.952Z] ecc8261a40a4: Pull complete [2021-02-22T15:42:38.952Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T15:42:38.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T15:42:38.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T15:42:39.061Z] prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container [2021-02-22T15:42:39.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T15:42:41.563Z] $ docker top ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T15:42:41.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T15:42:41.943Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T15:42:42.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T15:42:42.152Z] $ docker exec ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent [2021-02-22T15:42:42.313Z] SSH_AUTH_SOCK=/tmp/ssh-VtBtkowemS7D/agent.11 [2021-02-22T15:42:42.313Z] SSH_AGENT_PID=16 [2021-02-22T15:42:42.323Z] Running ssh-add (command line suppressed) [2021-02-22T15:42:42.434Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_9077153388417063347.key (/w/workspace/edgex-go/4@tmp/private_key_9077153388417063347.key) [2021-02-22T15:42:42.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T15:42:42.817Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T15:42:42.839Z] $ docker exec --env ******** --env ******** ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent -k [2021-02-22T15:42:42.950Z] unset SSH_AUTH_SOCK; [2021-02-22T15:42:42.950Z] unset SSH_AGENT_PID; [2021-02-22T15:42:42.951Z] echo Agent pid 16 killed; [2021-02-22T15:42:42.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T15:42:43.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T15:42:43.132Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T15:42:43.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T15:42:43.298Z] $ docker exec ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent [2021-02-22T15:42:43.458Z] SSH_AUTH_SOCK=/tmp/ssh-MZlsTqaEIzfM/agent.46 [2021-02-22T15:42:43.458Z] SSH_AGENT_PID=51 [2021-02-22T15:42:43.464Z] Running ssh-add (command line suppressed) [2021-02-22T15:42:43.585Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7542884813875987412.key (/w/workspace/edgex-go/4@tmp/private_key_7542884813875987412.key) [2021-02-22T15:42:43.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T15:42:43.997Z] + git semver init [2021-02-22T15:42:43.997Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T15:42:43.997Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-22T15:42:43.997Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-22T15:42:43.997Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T15:42:43.997Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T15:42:43.997Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T15:42:43.997Z] # $SEMVER_BRANCH = PR-3179 [2021-02-22T15:42:43.997Z] # $SEMVER_TEMP = /tmp/semver-538366077 [2021-02-22T15:42:43.997Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-22T15:43:02.161Z] # '/tmp/semver-538366077' -> '/w/workspace/edgex-go/4/.semver' [2021-02-22T15:43:02.161Z] # -> Force: false [2021-02-22T15:43:02.161Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-22T15:43:02.177Z] $ docker exec --env ******** --env ******** ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 ssh-agent -k [2021-02-22T15:43:02.464Z] unset SSH_AUTH_SOCK; [2021-02-22T15:43:02.464Z] unset SSH_AGENT_PID; [2021-02-22T15:43:02.464Z] echo Agent pid 51 killed; [2021-02-22T15:43:02.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T15:43:03.096Z] + git semver [Pipeline] } [2021-02-22T15:43:03.116Z] $ docker stop --time=1 ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 [2021-02-22T15:43:04.885Z] $ docker rm -f ec4bf1ed37ae4e727522dd0145bce75cccd18320537a4846208eb918f12c1881 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T15:43:05.412Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T15:43:05.928Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T15:43:05.931Z] [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-02-22T15:43:06.782Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T15:43:07.085Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T15:43:07.384Z] + sudo service docker restart [2021-02-22T15:43:07.384Z] + true [2021-02-22T15:43:07.384Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-22T15:43:07.973Z] ========================================================= [2021-02-22T15:43:07.973Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T15:43:07.973Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:43:08.336Z] + 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-02-22T15:43:12.561Z] Sending build context to Docker daemon 328MB [2021-02-22T15:43:12.561Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T15:43:12.561Z] Step 2/6 : FROM ${BASE} [2021-02-22T15:43:12.561Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T15:43:12.561Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T15:43:12.561Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T15:43:12.561Z] de9db76c5a1d: Pulling fs layer [2021-02-22T15:43:12.561Z] bca2f99d35d6: Pulling fs layer [2021-02-22T15:43:12.561Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T15:43:12.561Z] 7c6f9722023f: Pulling fs layer [2021-02-22T15:43:12.561Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T15:43:12.561Z] bca2f99d35d6: Waiting [2021-02-22T15:43:12.561Z] 93359f2a8cfa: Waiting [2021-02-22T15:43:12.561Z] 7c6f9722023f: Waiting [2021-02-22T15:43:12.561Z] a35cf1a2eb13: Waiting [2021-02-22T15:43:12.561Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T15:43:12.562Z] 0ef7d3d256c8: Download complete [2021-02-22T15:43:12.562Z] de9db76c5a1d: Download complete [2021-02-22T15:43:12.562Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T15:43:12.562Z] 93359f2a8cfa: Download complete [2021-02-22T15:43:12.562Z] 188c0c94c7c5: Download complete [2021-02-22T15:43:12.562Z] 7c6f9722023f: Verifying Checksum [2021-02-22T15:43:12.562Z] 7c6f9722023f: Download complete [2021-02-22T15:43:12.562Z] 188c0c94c7c5: Pull complete [2021-02-22T15:43:12.562Z] 0ef7d3d256c8: Pull complete [2021-02-22T15:43:12.823Z] de9db76c5a1d: Pull complete [2021-02-22T15:43:14.747Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T15:43:14.747Z] a35cf1a2eb13: Download complete [2021-02-22T15:43:15.010Z] bca2f99d35d6: Verifying Checksum [2021-02-22T15:43:15.010Z] bca2f99d35d6: Download complete [2021-02-22T15:43:20.353Z] bca2f99d35d6: Pull complete [2021-02-22T15:43:20.616Z] 93359f2a8cfa: Pull complete [2021-02-22T15:43:20.616Z] 7c6f9722023f: Pull complete [2021-02-22T15:43:21.292Z] Still waiting to schedule task [2021-02-22T15:43:21.292Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-22T15:43:25.926Z] a35cf1a2eb13: Pull complete [2021-02-22T15:43:25.926Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T15:43:25.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T15:43:25.926Z] ---> a62c8e92a672 [2021-02-22T15:43:25.927Z] 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-02-22T15:43:25.927Z] ---> Running in 9d8b8c8685cd [2021-02-22T15:43:25.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:43:26.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:43:27.136Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T15:43:27.399Z] (2/12) Installing file (5.38-r0) [2021-02-22T15:43:27.399Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T15:43:27.399Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-22T15:43:33.996Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T15:43:33.996Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T15:43:33.996Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T15:43:33.996Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T15:43:33.996Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T15:43:33.996Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T15:43:34.258Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T15:43:34.258Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T15:43:34.258Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:43:34.258Z] OK: 233 MiB in 51 packages [2021-02-22T15:43:38.494Z] Removing intermediate container 9d8b8c8685cd [2021-02-22T15:43:38.494Z] ---> 7cc01a699fba [2021-02-22T15:43:38.494Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T15:43:38.494Z] ---> Running in 6bf98c904aa1 [2021-02-22T15:43:38.756Z] Removing intermediate container 6bf98c904aa1 [2021-02-22T15:43:38.756Z] ---> dad7c753e780 [2021-02-22T15:43:38.756Z] Step 5/6 : COPY go.mod . [2021-02-22T15:43:39.018Z] ---> f7b966c743c5 [2021-02-22T15:43:39.018Z] Step 6/6 : RUN go mod download [2021-02-22T15:43:39.018Z] ---> Running in 28063db2e47b [2021-02-22T15:44:05.657Z] Removing intermediate container 28063db2e47b [2021-02-22T15:44:05.657Z] ---> a7264b00c2aa [2021-02-22T15:44:05.657Z] Successfully built a7264b00c2aa [2021-02-22T15:44:05.657Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:44:06.178Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T15:44:06.178Z] . [Pipeline] withDockerContainer [2021-02-22T15:44:06.279Z] prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container [2021-02-22T15:44:06.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T15:44:07.147Z] $ docker top 532e0b27fb5ade956689b819017e6862983f0e581815dc49bcf3ab2e44acf102 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T15:44:07.673Z] + go version [2021-02-22T15:44:07.673Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T15:44:07.689Z] $ docker stop --time=1 532e0b27fb5ade956689b819017e6862983f0e581815dc49bcf3ab2e44acf102 [2021-02-22T15:44:09.062Z] $ docker rm -f 532e0b27fb5ade956689b819017e6862983f0e581815dc49bcf3ab2e44acf102 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:44:09.925Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T15:44:09.925Z] . [Pipeline] withDockerContainer [2021-02-22T15:44:10.022Z] prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container [2021-02-22T15:44:10.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T15:44:10.858Z] $ docker top dc7174125d3a3db747e049dbcdf520e87a63466b1ee3a06415237c30748932c9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-22T15:44:11.052Z] ========================================================= [2021-02-22T15:44:11.052Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-22T15:44:11.052Z] ========================================================= [Pipeline] sh [2021-02-22T15:44:11.347Z] + make test [2021-02-22T15:44:11.347Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T15:44:19.553Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-22T15:44:37.802Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-22T15:44:42.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-22T15:44:42.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-22T15:44:42.076Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-22T15:44:44.038Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-22T15:44:44.038Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-22T15:44:44.038Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-22T15:44:44.038Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-22T15:44:44.641Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-22T15:44:45.231Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-22T15:44:47.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-22T15:44:47.185Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-22T15:44:47.185Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-22T15:44:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-22T15:44:50.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-22T15:44:50.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.080s coverage: 100.0% of statements [2021-02-22T15:44:52.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-22T15:44:52.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-22T15:44:52.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-22T15:44:52.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-22T15:44:52.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-22T15:44:53.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements [2021-02-22T15:44:53.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-22T15:44:53.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:44:53.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-22T15:44:53.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-22T15:44:55.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.359s coverage: 28.6% of statements [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-22T15:44:55.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-22T15:44:55.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-22T15:44:55.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-22T15:44:55.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-22T15:44:55.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 78.3% of statements [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-22T15:44:55.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-22T15:44:58.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-22T15:44:58.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-02-22T15:45:09.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.035s coverage: 94.4% of statements [2021-02-22T15:45:09.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-22T15:45:10.980Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27167 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws [2021-02-22T15:45:11.040Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-22T15:45:16.147Z] using credential edgex-jenkins-ssh [2021-02-22T15:45:16.204Z] Cloning the remote Git repository [2021-02-22T15:45:16.269Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-22T15:45:16.378Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-22T15:45:16.475Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T15:45:16.476Z] > git --version # timeout=10 [2021-02-22T15:45:16.493Z] > git --version # 'git version 2.17.1' [2021-02-22T15:45:16.495Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T15:45:16.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.071s coverage: 92.9% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.051s coverage: 87.2% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.6% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-22T15:45:24.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-22T15:45:24.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 68.9% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 36.6% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.099s coverage: 89.4% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.701s coverage: 29.1% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.065s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-22T15:45:24.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-22T15:45:24.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-22T15:45:24.541Z] GO111MODULE=on go vet ./... [2021-02-22T15:45:41.201Z] Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:45:41.623Z] Merge succeeded, producing 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:45:41.624Z] Checking out Revision 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca (PR-3179) [2021-02-22T15:45:40.298Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T15:45:40.313Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T15:45:40.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T15:45:40.377Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T15:45:40.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T15:45:40.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T15:45:41.219Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T15:45:41.244Z] > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 [2021-02-22T15:45:41.549Z] > git remote # timeout=10 [2021-02-22T15:45:41.566Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T15:45:41.580Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T15:45:41.591Z] > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 [2021-02-22T15:45:41.611Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T15:45:41.631Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T15:45:41.670Z] > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 [2021-02-22T15:45:46.046Z] Commit message: "refactor: move secretsengine's enabler to secretstore-setup and resovled merging conflicts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T15:45:47.743Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T15:45:48.206Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T15:45:48.556Z] + sudo service docker restart [2021-02-22T15:45:48.556Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-22T15:45:51.261Z] provisioning config files... [2021-02-22T15:45:51.278Z] gofmt -l . [2021-02-22T15:45:51.278Z] [ "`gofmt -l .`" = "" ] [2021-02-22T15:45:51.278Z] ./bin/test-go-mod-tidy.sh [2021-02-22T15:45:51.278Z] ./bin/test-attribution-txt.sh [2021-02-22T15:45:51.306Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config468795725802001761tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T15:45:51.607Z] + ls -al . [2021-02-22T15:45:51.607Z] total 704 [2021-02-22T15:45:51.607Z] drwxrwxr-x 10 1001 1001 4096 Feb 22 15:45 . [2021-02-22T15:45:51.607Z] drwxr-xr-x 4 root root 28 Feb 22 15:44 .. [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 11 Feb 22 15:42 .dockerignore [2021-02-22T15:45:51.607Z] drwxrwxr-x 8 1001 1001 179 Feb 22 15:42 .git [2021-02-22T15:45:51.607Z] drwxrwxr-x 3 1001 1001 125 Feb 22 15:42 .github [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 818 Feb 22 15:42 .gitignore [2021-02-22T15:45:51.607Z] drwx------ 3 1001 1001 60 Feb 22 15:43 .semver [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 166 Feb 22 15:42 .sonarcloud.properties [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 8475 Feb 22 15:42 Attribution.txt [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 3804 Feb 22 15:42 CONTRIBUTING.md [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 931 Feb 22 15:42 Dockerfile.build [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 863 Feb 22 15:42 Jenkinsfile [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 10775 Feb 22 15:42 LICENSE [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 5774 Feb 22 15:42 Makefile [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 6524 Feb 22 15:42 README.md [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 6755 Feb 22 15:42 SECURITY.md [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 5 Feb 22 15:43 VERSION [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 4131 Feb 22 15:42 ZMQWindows.md [2021-02-22T15:45:51.607Z] drwxrwxr-x 2 1001 1001 117 Feb 22 15:42 bin [2021-02-22T15:45:51.607Z] drwxrwxr-x 14 1001 1001 4096 Feb 22 15:42 cmd [2021-02-22T15:45:51.607Z] -rw-r--r-- 1 root root 592582 Feb 22 15:45 coverage.out [2021-02-22T15:45:51.607Z] -rw-r--r-- 1 root root 1055 Feb 22 15:45 go.mod [2021-02-22T15:45:51.607Z] -rw-r--r-- 1 root root 21410 Feb 22 15:45 go.sum [2021-02-22T15:45:51.607Z] drwxrwxr-x 8 1001 1001 127 Feb 22 15:42 internal [2021-02-22T15:45:51.607Z] drwxrwxr-x 4 1001 1001 26 Feb 22 15:42 openapi [2021-02-22T15:45:51.607Z] drwxrwxr-x 4 1001 1001 71 Feb 22 15:42 snap [2021-02-22T15:45:51.607Z] -rw-rw-r-- 1 1001 1001 168 Feb 22 15:42 version.go [Pipeline] sh [2021-02-22T15:45:51.764Z] ---> docker-login.sh [2021-02-22T15:45:51.764Z] nexus3.edgexfoundry.org:10001 [2021-02-22T15:45:51.915Z] + '[' -e coverage.out ] [2021-02-22T15:45:51.916Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-22T15:45:52.110Z] Stashed 1 file(s) [Pipeline] sh [2021-02-22T15:45:52.407Z] + make build [2021-02-22T15:45:52.407Z] 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-02-22T15:45:52.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:45:53.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:45:53.026Z] Configure a credential helper to remove this warning. See [2021-02-22T15:45:53.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:45:53.026Z] [2021-02-22T15:45:53.026Z] Login Succeeded [2021-02-22T15:45:53.026Z] nexus3.edgexfoundry.org:10002 [2021-02-22T15:45:53.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:45:53.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:45:53.578Z] Configure a credential helper to remove this warning. See [2021-02-22T15:45:53.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:45:53.578Z] [2021-02-22T15:45:53.578Z] Login Succeeded [2021-02-22T15:45:53.578Z] nexus3.edgexfoundry.org:10003 [2021-02-22T15:45:53.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:45:54.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:45:54.124Z] Configure a credential helper to remove this warning. See [2021-02-22T15:45:54.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:45:54.124Z] [2021-02-22T15:45:54.124Z] Login Succeeded [2021-02-22T15:45:54.124Z] nexus3.edgexfoundry.org:10004 [2021-02-22T15:45:54.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:45:54.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:45:54.672Z] Configure a credential helper to remove this warning. See [2021-02-22T15:45:54.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:45:54.672Z] [2021-02-22T15:45:54.672Z] Login Succeeded [2021-02-22T15:45:54.672Z] docker.io [2021-02-22T15:45:54.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-22T15:45:55.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-22T15:45:55.217Z] Configure a credential helper to remove this warning. See [2021-02-22T15:45:55.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-22T15:45:55.217Z] [2021-02-22T15:45:55.217Z] Login Succeeded [2021-02-22T15:45:55.217Z] ---> docker-login.sh ends [Pipeline] } [2021-02-22T15:45:55.235Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-22T15:45:55.655Z] ========================================================= [2021-02-22T15:45:55.655Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T15:45:55.655Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:45:56.028Z] + 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-02-22T15:45:57.738Z] 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-02-22T15:45:58.675Z] Sending build context to Docker daemon 166.4MB [2021-02-22T15:45:58.675Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-22T15:45:58.675Z] Step 2/6 : FROM ${BASE} [2021-02-22T15:45:58.675Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T15:45:58.675Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T15:45:58.675Z] a4357932f1b6: Pulling fs layer [2021-02-22T15:45:58.675Z] 18c013af1878: Pulling fs layer [2021-02-22T15:45:58.675Z] 00ac8860ef70: Pulling fs layer [2021-02-22T15:45:58.675Z] 63d7cb157983: Pulling fs layer [2021-02-22T15:45:58.675Z] b116817d02f9: Pulling fs layer [2021-02-22T15:45:58.675Z] 745a02a5169b: Pulling fs layer [2021-02-22T15:45:58.675Z] 00ac8860ef70: Waiting [2021-02-22T15:45:58.675Z] 63d7cb157983: Waiting [2021-02-22T15:45:58.675Z] b116817d02f9: Waiting [2021-02-22T15:45:58.675Z] 745a02a5169b: Waiting [2021-02-22T15:45:58.675Z] 18c013af1878: Verifying Checksum [2021-02-22T15:45:58.675Z] 18c013af1878: Download complete [2021-02-22T15:45:58.675Z] a4357932f1b6: Verifying Checksum [2021-02-22T15:45:58.675Z] 5f621e34cdf4: Verifying Checksum [2021-02-22T15:45:58.675Z] 5f621e34cdf4: Download complete [2021-02-22T15:45:58.675Z] 63d7cb157983: Verifying Checksum [2021-02-22T15:45:58.675Z] 63d7cb157983: Download complete [2021-02-22T15:45:58.675Z] b116817d02f9: Verifying Checksum [2021-02-22T15:45:58.675Z] b116817d02f9: Download complete [2021-02-22T15:45:59.284Z] 5f621e34cdf4: Pull complete [2021-02-22T15:45:59.889Z] a4357932f1b6: Pull complete [2021-02-22T15:46:00.167Z] 18c013af1878: Pull complete [2021-02-22T15:46:01.151Z] 745a02a5169b: Verifying Checksum [2021-02-22T15:46:01.151Z] 745a02a5169b: Download complete [2021-02-22T15:46:02.139Z] 00ac8860ef70: Verifying Checksum [2021-02-22T15:46:02.139Z] 00ac8860ef70: Download complete [2021-02-22T15:46:05.970Z] 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-02-22T15:46:06.563Z] 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-02-22T15:46:08.515Z] 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-02-22T15:46:08.515Z] 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-02-22T15:46:10.445Z] 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-02-22T15:46:11.843Z] 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-02-22T15:46:12.300Z] 00ac8860ef70: Pull complete [2021-02-22T15:46:12.574Z] 63d7cb157983: Pull complete [2021-02-22T15:46:12.813Z] 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-02-22T15:46:13.175Z] b116817d02f9: Pull complete [2021-02-22T15:46:14.221Z] 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-02-22T15:46:15.183Z] 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-02-22T15:46:16.139Z] 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-02-22T15:46:16.570Z] 745a02a5169b: Pull complete [2021-02-22T15:46:16.570Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T15:46:16.570Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T15:46:16.570Z] ---> b7e6874047d6 [2021-02-22T15:46:16.570Z] 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 [Pipeline] } [2021-02-22T15:46:18.118Z] $ docker stop --time=1 dc7174125d3a3db747e049dbcdf520e87a63466b1ee3a06415237c30748932c9 [2021-02-22T15:46:19.759Z] $ docker rm -f dc7174125d3a3db747e049dbcdf520e87a63466b1ee3a06415237c30748932c9 [2021-02-22T15:46:19.956Z] ---> Running in dcc3e57c0167 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-22T15:46:21.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:46:21.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:46:22.588Z] (1/12) Installing libmagic (5.38-r0) [2021-02-22T15:46:22.859Z] (2/12) Installing file (5.38-r0) [2021-02-22T15:46:22.859Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-22T15:46:22.859Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:46:23.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T15:46:23.508Z] [2021-02-22T15:46:23.508Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:46:23.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T15:46:23.868Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-22T15:46:23.868Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-22T15:46:23.868Z] ca9280d653b3: Pulling fs layer [2021-02-22T15:46:23.868Z] 7e9c9ca2126c: Pulling fs layer [2021-02-22T15:46:24.131Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-22T15:46:24.132Z] cbdbe7a5bc2a: Download complete [2021-02-22T15:46:24.399Z] ca9280d653b3: Verifying Checksum [2021-02-22T15:46:24.399Z] ca9280d653b3: Download complete [2021-02-22T15:46:24.399Z] cbdbe7a5bc2a: Pull complete [2021-02-22T15:46:25.356Z] ca9280d653b3: Pull complete [2021-02-22T15:46:25.356Z] 7e9c9ca2126c: Download complete [2021-02-22T15:46:31.975Z] 7e9c9ca2126c: Pull complete [2021-02-22T15:46:31.975Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-22T15:46:31.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T15:46:31.975Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-22T15:46:32.108Z] prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container [2021-02-22T15:46:32.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-22T15:46:34.088Z] $ docker top dfec8f7a4dcf647460ab3cae46281af9f0ab3c0c6c143957c0c7245dbf4caba4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T15:46:34.579Z] + docker-compose build --help [2021-02-22T15:46:34.579Z] + grep parallel [2021-02-22T15:46:35.216Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-22T15:46:35.216Z] (6/12) Installing patch (2.7.6-r6) [2021-02-22T15:46:35.216Z] (7/12) Installing build-base (0.5-r2) [2021-02-22T15:46:35.216Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-22T15:46:35.216Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-22T15:46:35.216Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-22T15:46:35.216Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-22T15:46:35.216Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-22T15:46:35.216Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:46:35.216Z] OK: 217 MiB in 51 packages [2021-02-22T15:46:35.524Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T15:46:35.538Z] $ docker stop --time=1 dfec8f7a4dcf647460ab3cae46281af9f0ab3c0c6c143957c0c7245dbf4caba4 [2021-02-22T15:46:36.909Z] $ docker rm -f dfec8f7a4dcf647460ab3cae46281af9f0ab3c0c6c143957c0c7245dbf4caba4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:46:38.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-22T15:46:38.418Z] . [Pipeline] withDockerContainer [2021-02-22T15:46:38.517Z] prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container [2021-02-22T15:46:38.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-22T15:46:38.601Z] Removing intermediate container dcc3e57c0167 [2021-02-22T15:46:38.601Z] ---> e10658bc16eb [2021-02-22T15:46:38.601Z] Step 4/6 : WORKDIR /edgex-go [2021-02-22T15:46:38.601Z] ---> Running in 50f791c3c18f [2021-02-22T15:46:38.891Z] Removing intermediate container 50f791c3c18f [2021-02-22T15:46:38.891Z] ---> d5d2f7eb5a80 [2021-02-22T15:46:38.891Z] Step 5/6 : COPY go.mod . [2021-02-22T15:46:39.308Z] $ docker top 0284b7df0874a02c7b2e624f47dd0bd3bcdbe1eb15789e516918587f49dc2653 -eo pid,comm [Pipeline] { [2021-02-22T15:46:39.533Z] ---> 9d6052dd48a9 [2021-02-22T15:46:39.533Z] Step 6/6 : RUN go mod download [2021-02-22T15:46:39.533Z] ---> Running in 00dc4bc7330b [Pipeline] sh [2021-02-22T15:46:39.950Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T15:46:40.951Z] Building docker-core-command-go ... [2021-02-22T15:46:40.951Z] Building docker-core-data-go ... [2021-02-22T15:46:40.951Z] Building docker-core-metadata-go ... [2021-02-22T15:46:40.951Z] Building docker-security-bootstrapper-go ... [2021-02-22T15:46:40.951Z] Building docker-security-proxy-setup-go ... [2021-02-22T15:46:40.951Z] Building docker-security-secretstore-setup-go ... [2021-02-22T15:46:40.951Z] Building docker-support-notifications-go ... [2021-02-22T15:46:40.951Z] Building docker-support-scheduler-go ... [2021-02-22T15:46:40.951Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T15:46:40.951Z] Building docker-security-secretstore-setup-go [2021-02-22T15:46:40.951Z] Building docker-core-metadata-go [2021-02-22T15:46:40.951Z] Building docker-sys-mgmt-agent-go [2021-02-22T15:46:40.951Z] Building docker-support-notifications-go [2021-02-22T15:46:40.951Z] Building docker-security-bootstrapper-go [2021-02-22T15:47:11.883Z] Removing intermediate container 00dc4bc7330b [2021-02-22T15:47:11.884Z] ---> 0aa7224a455a [2021-02-22T15:47:11.884Z] Successfully built 0aa7224a455a [2021-02-22T15:47:11.884Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:47:12.235Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T15:47:12.235Z] . [Pipeline] withDockerContainer [2021-02-22T15:47:12.506Z] prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container [2021-02-22T15:47:12.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T15:47:13.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:47:13.226Z] [2021-02-22T15:47:13.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:47:13.226Z] [2021-02-22T15:47:13.226Z] ---> a7264b00c2aa [2021-02-22T15:47:13.226Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T15:47:13.226Z] ---> a7264b00c2aa [2021-02-22T15:47:13.226Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T15:47:13.226Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:47:13.226Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:47:13.226Z] ---> a7264b00c2aa [2021-02-22T15:47:13.226Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T15:47:13.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:47:13.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:47:13.226Z] ---> a7264b00c2aa [2021-02-22T15:47:13.226Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T15:47:13.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:47:13.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:47:13.226Z] ---> a7264b00c2aa [2021-02-22T15:47:13.226Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T15:47:13.805Z] ---> Running in e4b06f76fa4d [2021-02-22T15:47:13.805Z] ---> Running in f1c3603c76b4 [2021-02-22T15:47:13.805Z] ---> Running in 26a192dde20e [2021-02-22T15:47:13.805Z] ---> Running in 62d960c32371 [2021-02-22T15:47:13.805Z] ---> Running in 1445ede9165e [2021-02-22T15:47:14.071Z] Removing intermediate container f1c3603c76b4 [2021-02-22T15:47:14.071Z] ---> b9bc2aa8c1d6 [2021-02-22T15:47:14.071Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:47:14.071Z] Removing intermediate container e4b06f76fa4d [2021-02-22T15:47:14.071Z] ---> d5a97c5beab0 [2021-02-22T15:47:14.071Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:47:14.165Z] $ docker top e6433d3c8f798367fe3a7b4dec43727411c18d5888fdb58e0ec80ded2b7734f2 -eo pid,comm [2021-02-22T15:47:14.337Z] Removing intermediate container 1445ede9165e [2021-02-22T15:47:14.337Z] ---> b47a19202c48 [2021-02-22T15:47:14.337Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:47:14.337Z] Removing intermediate container 26a192dde20e [2021-02-22T15:47:14.337Z] ---> d7de40345b59 [2021-02-22T15:47:14.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:47:14.337Z] Removing intermediate container 62d960c32371 [2021-02-22T15:47:14.337Z] ---> 28280907759b [2021-02-22T15:47:14.337Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:47:14.337Z] ---> Running in 9ca1714da2b1 [2021-02-22T15:47:14.337Z] ---> Running in d9c08743dcfd [2021-02-22T15:47:14.337Z] ---> Running in 0cdc7e5f0e6d [2021-02-22T15:47:14.337Z] ---> Running in 8459f98b2865 [Pipeline] { [Pipeline] sh [2021-02-22T15:47:14.609Z] ---> Running in bd85c95eaf99 [2021-02-22T15:47:15.171Z] + go version [2021-02-22T15:47:15.171Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T15:47:15.195Z] $ docker stop --time=1 e6433d3c8f798367fe3a7b4dec43727411c18d5888fdb58e0ec80ded2b7734f2 [2021-02-22T15:47:16.551Z] Removing intermediate container d9c08743dcfd [2021-02-22T15:47:16.551Z] ---> 6e61226e5e8d [2021-02-22T15:47:16.551Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T15:47:16.551Z] Removing intermediate container 9ca1714da2b1 [2021-02-22T15:47:16.551Z] ---> 08abed76c22f [2021-02-22T15:47:16.551Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T15:47:16.551Z] ---> Running in d2098902724b [2021-02-22T15:47:16.816Z] ---> Running in b3d952f348fe [2021-02-22T15:47:16.817Z] Removing intermediate container 0cdc7e5f0e6d [2021-02-22T15:47:16.817Z] ---> b4acdc90c070 [2021-02-22T15:47:16.817Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T15:47:17.019Z] $ docker rm -f e6433d3c8f798367fe3a7b4dec43727411c18d5888fdb58e0ec80ded2b7734f2 [2021-02-22T15:47:17.080Z] Removing intermediate container 8459f98b2865 [2021-02-22T15:47:17.080Z] ---> 7e3dd8f46cf7 [2021-02-22T15:47:17.080Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T15:47:17.080Z] Removing intermediate container bd85c95eaf99 [2021-02-22T15:47:17.080Z] ---> 13578552019e [2021-02-22T15:47:17.080Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T15:47:17.080Z] ---> Running in 8ca730127b39 [Pipeline] // withDockerContainer [Pipeline] } [2021-02-22T15:47:17.347Z] ---> Running in 5f2dd91e446e [2021-02-22T15:47:17.347Z] ---> Running in 9ec9f827f75d [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:47:17.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:17.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:17.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:17.956Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T15:47:17.956Z] . [Pipeline] withDockerContainer [2021-02-22T15:47:18.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container [2021-02-22T15:47:18.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:18.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:18.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T15:47:18.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:18.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:18.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:19.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:19.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:47:19.622Z] OK: 233 MiB in 51 packages [2021-02-22T15:47:19.622Z] OK: 233 MiB in 51 packages [2021-02-22T15:47:19.622Z] OK: 233 MiB in 51 packages [2021-02-22T15:47:19.622Z] OK: 233 MiB in 51 packages [2021-02-22T15:47:19.623Z] $ docker top d7807362d725d4b9aaaac7574ace524f9b12916ba90aba8ae76e14d204acf869 -eo pid,comm [2021-02-22T15:47:19.885Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo [2021-02-22T15:47:19.997Z] ========================================================= [2021-02-22T15:47:19.997Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-22T15:47:19.997Z] ========================================================= [Pipeline] sh [2021-02-22T15:47:20.464Z] Removing intermediate container d2098902724b [2021-02-22T15:47:20.464Z] ---> 02e56dd3291c [2021-02-22T15:47:20.464Z] Step 6/26 : COPY go.mod . [2021-02-22T15:47:20.464Z] Removing intermediate container b3d952f348fe [2021-02-22T15:47:20.464Z] ---> b3ea473d22c2 [2021-02-22T15:47:20.464Z] Step 6/22 : COPY go.mod . [2021-02-22T15:47:20.464Z] Removing intermediate container 8ca730127b39 [2021-02-22T15:47:20.464Z] ---> de186813772c [2021-02-22T15:47:20.464Z] Step 6/24 : COPY go.mod . [2021-02-22T15:47:20.647Z] + make test [2021-02-22T15:47:20.648Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-22T15:47:20.729Z] ---> 9d258eb803da [2021-02-22T15:47:20.729Z] Step 7/26 : RUN go mod download [2021-02-22T15:47:20.729Z] Removing intermediate container 5f2dd91e446e [2021-02-22T15:47:20.729Z] ---> b8d0ac058385 [2021-02-22T15:47:20.729Z] Step 6/23 : COPY go.mod . [2021-02-22T15:47:20.996Z] Removing intermediate container 9ec9f827f75d [2021-02-22T15:47:20.996Z] ---> e2994528be0c [2021-02-22T15:47:20.996Z] Step 6/30 : COPY go.mod . [2021-02-22T15:47:20.996Z] ---> e904a8d5b434 [2021-02-22T15:47:20.996Z] Step 7/22 : RUN go mod download [2021-02-22T15:47:20.996Z] ---> 1c0cb8e850cb [2021-02-22T15:47:20.996Z] Step 7/24 : RUN go mod download [2021-02-22T15:47:20.996Z] ---> Running in 0e980e4262bf [2021-02-22T15:47:20.996Z] ---> Running in f04b98f9cdc4 [2021-02-22T15:47:21.258Z] ---> Running in ac64fd692155 [2021-02-22T15:47:21.258Z] ---> 3a403939ad03 [2021-02-22T15:47:21.258Z] Step 7/23 : RUN go mod download [2021-02-22T15:47:21.258Z] ---> 0df2042cbbbc [2021-02-22T15:47:21.258Z] Step 7/30 : RUN go mod download [2021-02-22T15:47:21.524Z] ---> Running in 1cc11d2cb618 [2021-02-22T15:47:21.524Z] ---> Running in 10f93c6e30ea [2021-02-22T15:47:24.110Z] Removing intermediate container 0e980e4262bf [2021-02-22T15:47:24.111Z] ---> 1ebd0ffef95d [2021-02-22T15:47:24.111Z] Step 8/22 : COPY . . [2021-02-22T15:47:24.111Z] Removing intermediate container f04b98f9cdc4 [2021-02-22T15:47:24.111Z] ---> 228a436421f1 [2021-02-22T15:47:24.111Z] Step 8/26 : COPY . . [2021-02-22T15:47:24.111Z] Removing intermediate container ac64fd692155 [2021-02-22T15:47:24.111Z] ---> be21d9703fc1 [2021-02-22T15:47:24.111Z] Step 8/24 : COPY . . [2021-02-22T15:47:24.111Z] Removing intermediate container 10f93c6e30ea [2021-02-22T15:47:24.111Z] ---> 02990cd3da14 [2021-02-22T15:47:24.111Z] Step 8/30 : COPY . . [2021-02-22T15:47:24.377Z] Removing intermediate container 1cc11d2cb618 [2021-02-22T15:47:24.377Z] ---> 10a6c9162b21 [2021-02-22T15:47:24.377Z] Step 8/23 : COPY . . [2021-02-22T15:47:42.847Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-22T15:48:03.826Z] ---> 5b480014554f [2021-02-22T15:48:03.826Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T15:48:03.826Z] ---> Running in 99c5c1b9f4d4 [2021-02-22T15:48:03.826Z] ---> 936257da7cf3 [2021-02-22T15:48:03.826Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T15:48:03.826Z] ---> c9635543c9aa [2021-02-22T15:48:03.826Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T15:48:03.826Z] ---> 82384e9afcc5 [2021-02-22T15:48:03.826Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T15:48:03.826Z] ---> 7a37c002c431 [2021-02-22T15:48:03.826Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T15:48:03.826Z] ---> Running in 89fa1960fd7e [2021-02-22T15:48:03.826Z] ---> Running in 4e845210226b [2021-02-22T15:48:03.826Z] ---> Running in 330a6e68b857 [2021-02-22T15:48:03.826Z] ---> Running in 0ebf9947f7db [2021-02-22T15:48:03.826Z] 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-02-22T15:48:03.826Z] 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-02-22T15:48:03.826Z] 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-02-22T15:48:03.826Z] 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-02-22T15:48:03.826Z] 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-02-22T15:48:29.919Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-22T15:48:30.538Z] 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-02-22T15:48:35.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-22T15:48:37.206Z] Removing intermediate container 0ebf9947f7db [2021-02-22T15:48:37.206Z] ---> a2213acc310e [2021-02-22T15:48:37.206Z] [2021-02-22T15:48:37.206Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T15:48:37.206Z] 3.12: Pulling from library/alpine [2021-02-22T15:48:39.128Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T15:48:41.051Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T15:48:41.051Z] ---> 389fef711851 [2021-02-22T15:48:41.051Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T15:48:41.051Z] Removing intermediate container 330a6e68b857 [2021-02-22T15:48:41.051Z] ---> c13969d468ff [2021-02-22T15:48:41.051Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T15:48:42.443Z] ---> Running in 9d7eeb185b60 [2021-02-22T15:48:42.706Z] ---> Running in 23ae4357b1f3 [2021-02-22T15:48:42.706Z] Removing intermediate container 89fa1960fd7e [2021-02-22T15:48:42.706Z] ---> 6e885566247b [2021-02-22T15:48:42.706Z] [2021-02-22T15:48:42.706Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T15:48:42.706Z] ---> 389fef711851 [2021-02-22T15:48:42.706Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T15:48:42.706Z] Removing intermediate container 4e845210226b [2021-02-22T15:48:42.706Z] ---> 947f683991c8 [2021-02-22T15:48:42.706Z] [2021-02-22T15:48:42.706Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T15:48:42.706Z] ---> 389fef711851 [2021-02-22T15:48:42.706Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T15:48:42.973Z] ---> Running in e2d02d84379f [2021-02-22T15:48:42.973Z] ---> Running in 715908dedc63 [2021-02-22T15:48:43.237Z] Removing intermediate container 9d7eeb185b60 [2021-02-22T15:48:43.237Z] ---> 3f5e39944ed2 [2021-02-22T15:48:43.237Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T15:48:43.511Z] ---> Running in 3961c1778138 [2021-02-22T15:48:43.511Z] 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-02-22T15:48:43.652Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-22T15:48:43.652Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-22T15:48:44.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:44.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:44.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:44.406Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T15:48:44.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:44.406Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T15:48:44.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:44.406Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T15:48:44.406Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T15:48:44.406Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T15:48:44.407Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:48:44.407Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T15:48:44.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:44.407Z] OK: 7 MiB in 19 packages [2021-02-22T15:48:44.407Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T15:48:44.407Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T15:48:44.407Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:48:44.762Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T15:48:45.025Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T15:48:45.025Z] OK: 6 MiB in 16 packages [2021-02-22T15:48:45.025Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T15:48:45.025Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:48:45.025Z] OK: 6 MiB in 16 packages [2021-02-22T15:48:45.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-22T15:48:45.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-22T15:48:45.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-22T15:48:45.649Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-22T15:48:45.979Z] Removing intermediate container 99c5c1b9f4d4 [2021-02-22T15:48:45.979Z] ---> 0376be1ab02f [2021-02-22T15:48:45.979Z] [2021-02-22T15:48:45.979Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T15:48:45.979Z] ---> 389fef711851 [2021-02-22T15:48:45.979Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T15:48:46.241Z] ---> Running in 6d79f450eb00 [2021-02-22T15:48:48.168Z] Removing intermediate container e2d02d84379f [2021-02-22T15:48:48.168Z] ---> 9d455bb36e02 [2021-02-22T15:48:48.169Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T15:48:48.169Z] Removing intermediate container 23ae4357b1f3 [2021-02-22T15:48:48.169Z] ---> 06f21c0ec7d0 [2021-02-22T15:48:48.169Z] [2021-02-22T15:48:48.169Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T15:48:48.169Z] 20.10.0: Pulling from library/docker [2021-02-22T15:48:48.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:48.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:48.169Z] ---> Running in 9eda6b90cba5 [2021-02-22T15:48:48.169Z] Removing intermediate container 3961c1778138 [2021-02-22T15:48:48.169Z] ---> 55a6e901447b [2021-02-22T15:48:48.169Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T15:48:48.286Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-22T15:48:48.434Z] Removing intermediate container 715908dedc63 [2021-02-22T15:48:48.434Z] ---> facb1c104532 [2021-02-22T15:48:48.434Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T15:48:48.434Z] ---> Running in 1d9b81371436 [2021-02-22T15:48:48.434Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T15:48:48.434Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:48:48.434Z] OK: 6 MiB in 15 packages [2021-02-22T15:48:48.434Z] ---> Running in 0c6950a9c5fd [2021-02-22T15:48:48.699Z] Removing intermediate container 9eda6b90cba5 [2021-02-22T15:48:48.700Z] ---> 9d681cfd9ecd [2021-02-22T15:48:48.700Z] Step 13/24 : WORKDIR / [2021-02-22T15:48:48.891Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-22T15:48:49.279Z] Removing intermediate container 1d9b81371436 [2021-02-22T15:48:49.279Z] ---> 9531f15c2175 [2021-02-22T15:48:49.279Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T15:48:49.279Z] ---> Running in 6e340f418aa7 [2021-02-22T15:48:49.279Z] Removing intermediate container 0c6950a9c5fd [2021-02-22T15:48:49.279Z] ---> 308a9c04fd44 [2021-02-22T15:48:49.279Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T15:48:49.855Z] ---> Running in b7766710481e [2021-02-22T15:48:50.117Z] ---> Running in 0adcaac2fe8d [2021-02-22T15:48:50.117Z] Removing intermediate container 6e340f418aa7 [2021-02-22T15:48:50.117Z] ---> 09de15d799b9 [2021-02-22T15:48:50.117Z] 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-02-22T15:48:50.379Z] Removing intermediate container 6d79f450eb00 [2021-02-22T15:48:50.379Z] ---> 073645949d1e [2021-02-22T15:48:50.379Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T15:48:50.379Z] Removing intermediate container b7766710481e [2021-02-22T15:48:50.379Z] ---> d4699b771c16 [2021-02-22T15:48:50.379Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T15:48:50.646Z] Removing intermediate container 0adcaac2fe8d [2021-02-22T15:48:50.646Z] ---> c3e4a980cbb2 [2021-02-22T15:48:50.646Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T15:48:50.912Z] ---> Running in dd95a458f2f6 [2021-02-22T15:48:50.912Z] ---> Running in 28f5502ec524 [2021-02-22T15:48:50.912Z] ---> Running in e290af82bd5d [2021-02-22T15:48:50.912Z] ---> 2f0c2bac0593 [2021-02-22T15:48:50.912Z] 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-02-22T15:48:51.185Z] Removing intermediate container dd95a458f2f6 [2021-02-22T15:48:51.185Z] ---> c00057eb40b5 [2021-02-22T15:48:51.185Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T15:48:51.455Z] Removing intermediate container e290af82bd5d [2021-02-22T15:48:51.455Z] ---> a9fac596a9f0 [2021-02-22T15:48:51.455Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:48:51.455Z] ---> Running in 663b606ad62c [2021-02-22T15:48:51.455Z] ---> 881076474d9a [2021-02-22T15:48:51.455Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T15:48:52.043Z] Removing intermediate container 663b606ad62c [2021-02-22T15:48:52.043Z] ---> d65c28c2f2c2 [2021-02-22T15:48:52.043Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T15:48:52.043Z] ---> 63a9e6786a90 [2021-02-22T15:48:52.043Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T15:48:52.043Z] ---> Running in efde250e8140 [2021-02-22T15:48:52.043Z] ---> 7ede7bedef05 [2021-02-22T15:48:52.043Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T15:48:52.308Z] Removing intermediate container efde250e8140 [2021-02-22T15:48:52.308Z] ---> db882fa501f7 [2021-02-22T15:48:52.308Z] Step 15/23 : WORKDIR / [2021-02-22T15:48:52.571Z] ---> Running in d679a0885f8e [2021-02-22T15:48:52.571Z] Removing intermediate container 28f5502ec524 [2021-02-22T15:48:52.571Z] ---> 81b17daaaeec [2021-02-22T15:48:52.571Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T15:48:52.571Z] ---> Running in d7710f0bb670 [2021-02-22T15:48:52.840Z] ---> 0a80de0c7dab [2021-02-22T15:48:52.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T15:48:52.840Z] ---> 042d87a80150 [2021-02-22T15:48:52.840Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T15:48:52.840Z] Removing intermediate container d679a0885f8e [2021-02-22T15:48:52.840Z] ---> 6f3d5a0fea28 [2021-02-22T15:48:52.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:48:53.111Z] Removing intermediate container d7710f0bb670 [2021-02-22T15:48:53.111Z] ---> d79df964215c [2021-02-22T15:48:53.111Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T15:48:53.111Z] ---> 5ff9055ef6a6 [2021-02-22T15:48:53.111Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T15:48:53.374Z] ---> 2ddeb26a60b8 [2021-02-22T15:48:53.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T15:48:53.374Z] ---> Running in 27462e4022bf [2021-02-22T15:48:53.640Z] ---> d74334ab09bf [2021-02-22T15:48:53.640Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T15:48:53.640Z] ---> 8dff2dbaa878 [2021-02-22T15:48:53.640Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T15:48:54.601Z] ---> Running in 2e6808287fc6 [2021-02-22T15:48:54.601Z] Removing intermediate container 27462e4022bf [2021-02-22T15:48:54.601Z] ---> bf5f34d05c62 [2021-02-22T15:48:54.601Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:48:54.601Z] ---> ed967ef78cd2 [2021-02-22T15:48:54.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T15:48:54.601Z] ---> 35a17d12d10d [2021-02-22T15:48:54.601Z] 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-02-22T15:48:54.601Z] ---> Running in 173696a988f4 [2021-02-22T15:48:54.863Z] ---> Running in d6da1226c216 [2021-02-22T15:48:55.129Z] Removing intermediate container 173696a988f4 [2021-02-22T15:48:55.129Z] ---> 6d64768444dd [2021-02-22T15:48:55.129Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T15:48:55.129Z] ---> ac4c1e2ef754 [2021-02-22T15:48:55.129Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T15:48:55.403Z] ---> Running in 36d7795780f8 [2021-02-22T15:48:55.403Z] ---> Running in e2684d7ebfef [2021-02-22T15:48:55.668Z] Removing intermediate container 36d7795780f8 [2021-02-22T15:48:55.668Z] ---> 975173deea94 [2021-02-22T15:48:55.668Z] Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:48:55.668Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T15:48:55.668Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T15:48:55.668Z] ---> aefe523efa57 [2021-02-22T15:48:55.668Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T15:48:55.668Z] Removing intermediate container e2684d7ebfef [2021-02-22T15:48:55.668Z] ---> 51a3a8b9ec78 [2021-02-22T15:48:55.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:48:55.934Z] ---> Running in 5ac52c0800b7 [2021-02-22T15:48:55.934Z] ---> Running in d428df7887eb [2021-02-22T15:48:55.934Z] ---> Running in 923e344a2e9f [2021-02-22T15:48:56.199Z] Removing intermediate container 2e6808287fc6 [2021-02-22T15:48:56.199Z] ---> 91d464a0fa3c [2021-02-22T15:48:56.199Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:48:56.463Z] Removing intermediate container 5ac52c0800b7 [2021-02-22T15:48:56.463Z] ---> d3e80df29ddd [2021-02-22T15:48:56.463Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T15:48:56.463Z] Removing intermediate container d6da1226c216 [2021-02-22T15:48:56.463Z] ---> bf29df8153f4 [2021-02-22T15:48:56.463Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T15:48:56.728Z] Removing intermediate container 923e344a2e9f [2021-02-22T15:48:56.728Z] ---> 5e6318674af9 [2021-02-22T15:48:56.728Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T15:48:56.728Z] ---> Running in e97eb5fc0a5a [2021-02-22T15:48:56.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:56.990Z] ---> Running in 1d5671a33e73 [2021-02-22T15:48:56.990Z] ---> 68ea1a8d8a05 [2021-02-22T15:48:56.990Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T15:48:56.990Z] ---> Running in 44bf2c51813b [2021-02-22T15:48:56.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:48:57.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-22T15:48:57.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-22T15:48:57.189Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-22T15:48:57.253Z] Removing intermediate container 1d5671a33e73 [2021-02-22T15:48:57.253Z] ---> daadcbdfdbb5 [2021-02-22T15:48:57.253Z] Step 22/24 : LABEL arch=x86_64 [2021-02-22T15:48:57.253Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T15:48:57.253Z] Removing intermediate container 44bf2c51813b [2021-02-22T15:48:57.253Z] ---> 04e7a3c03005 [2021-02-22T15:48:57.253Z] Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:48:57.253Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T15:48:57.253Z] Executing bash-5.0.17-r0.post-install [2021-02-22T15:48:57.253Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:48:57.253Z] OK: 12 MiB in 22 packages [2021-02-22T15:48:57.253Z] Removing intermediate container e97eb5fc0a5a [2021-02-22T15:48:57.253Z] ---> 5008c30c1429 [2021-02-22T15:48:57.253Z] [2021-02-22T15:48:57.514Z] ---> Running in e0d23b0313d9 [2021-02-22T15:48:57.514Z] ---> Running in 14e9775cf25e [2021-02-22T15:48:57.514Z] Successfully built 5008c30c1429 [2021-02-22T15:48:57.777Z] Successfully tagged docker-support-notifications-go:latest [2021-02-22T15:48:57.777Z] Building docker-core-command-go [2021-02-22T15:48:57.777Z]  Building docker-support-notifications-go ... done  ---> bf74528e1572 [2021-02-22T15:48:57.777Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T15:48:57.777Z] Removing intermediate container e0d23b0313d9 [2021-02-22T15:48:57.777Z] ---> b171593cf38c [2021-02-22T15:48:57.777Z] Step 23/24 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:48:57.777Z] Removing intermediate container 14e9775cf25e [2021-02-22T15:48:57.777Z] ---> dce446cf7808 [2021-02-22T15:48:57.777Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T15:48:58.352Z] ---> Running in 556b9616135c [2021-02-22T15:48:58.352Z] ---> Running in cb42f3511170 [2021-02-22T15:48:58.352Z] Removing intermediate container d428df7887eb [2021-02-22T15:48:58.352Z] ---> b064c4da7c37 [2021-02-22T15:48:58.352Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T15:48:59.300Z] ---> 128d24f8253d [2021-02-22T15:48:59.300Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T15:48:59.879Z] ---> Running in 76fe5371cdea [2021-02-22T15:49:00.143Z] Removing intermediate container 556b9616135c [2021-02-22T15:49:00.143Z] ---> edd8b0318b29 [2021-02-22T15:49:00.143Z] Step 24/24 : LABEL version=0.0.0 [2021-02-22T15:49:00.405Z] Removing intermediate container cb42f3511170 [2021-02-22T15:49:00.405Z] ---> 8194978d882a [2021-02-22T15:49:00.405Z] [2021-02-22T15:49:00.669Z] Successfully built 8194978d882a [2021-02-22T15:49:01.246Z] Successfully tagged docker-core-metadata-go:latest [2021-02-22T15:49:01.246Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-22T15:49:02.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-22T15:49:02.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-22T15:49:02.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.332s coverage: 100.0% of statements [2021-02-22T15:49:03.807Z] Removing intermediate container 76fe5371cdea [2021-02-22T15:49:03.807Z] ---> cc3037aaebd5 [2021-02-22T15:49:03.807Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T15:49:03.807Z] ---> 7cc4489ed893 [2021-02-22T15:49:03.807Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T15:49:05.214Z] ---> Running in 9c12a823599f [2021-02-22T15:49:06.636Z] ---> Running in ad1a660e35ca [2021-02-22T15:49:07.220Z] ---> Running in a4572818c8d2 [2021-02-22T15:49:07.811Z] Removing intermediate container 9c12a823599f [2021-02-22T15:49:07.811Z] ---> ade26455db85 [2021-02-22T15:49:07.811Z] [2021-02-22T15:49:08.078Z] Successfully built ade26455db85 [2021-02-22T15:49:08.078Z] Removing intermediate container ad1a660e35ca [2021-02-22T15:49:08.078Z] ---> de4477e74af9 [2021-02-22T15:49:08.078Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T15:49:08.078Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-22T15:49:08.078Z] Building docker-security-proxy-setup-go [2021-02-22T15:49:08.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.1% of statements [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-22T15:49:08.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-22T15:49:08.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-22T15:49:08.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-22T15:49:08.340Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 83eb613c723e [2021-02-22T15:49:08.340Z] Removing intermediate container a4572818c8d2 [2021-02-22T15:49:08.340Z] ---> 7ec3f1683ace [2021-02-22T15:49:08.340Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T15:49:10.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 65.8% of statements [2021-02-22T15:49:10.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-22T15:49:10.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-22T15:49:10.917Z] Removing intermediate container 83eb613c723e [2021-02-22T15:49:10.917Z] ---> 59975b9aa727 [2021-02-22T15:49:10.917Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T15:49:10.917Z] ---> 66b997e8a795 [2021-02-22T15:49:10.917Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T15:49:11.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.735s coverage: 82.3% of statements [2021-02-22T15:49:11.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-22T15:49:11.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:49:11.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-22T15:49:11.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-22T15:49:13.494Z] ---> Running in 9eae9ce3dc78 [2021-02-22T15:49:14.093Z] ---> 4158157738e4 [2021-02-22T15:49:14.093Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T15:49:15.503Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:49:15.503Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:49:15.503Z] ---> a7264b00c2aa [2021-02-22T15:49:15.503Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T15:49:15.503Z] ---> Using cache [2021-02-22T15:49:15.503Z] ---> 28280907759b [2021-02-22T15:49:15.503Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:49:15.503Z] ---> Using cache [2021-02-22T15:49:15.503Z] ---> 13578552019e [2021-02-22T15:49:15.503Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T15:49:15.503Z] ---> Using cache [2021-02-22T15:49:15.503Z] ---> e2994528be0c [2021-02-22T15:49:15.503Z] Step 6/23 : COPY go.mod . [2021-02-22T15:49:15.503Z] ---> Using cache [2021-02-22T15:49:15.503Z] ---> 0df2042cbbbc [2021-02-22T15:49:15.503Z] Step 7/23 : RUN go mod download [2021-02-22T15:49:15.503Z] ---> Using cache [2021-02-22T15:49:15.503Z] ---> 02990cd3da14 [2021-02-22T15:49:15.503Z] Step 8/23 : COPY . . [2021-02-22T15:49:15.766Z] ---> Using cache [2021-02-22T15:49:15.766Z] ---> 7a37c002c431 [2021-02-22T15:49:15.766Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T15:49:17.721Z] ---> b9b2b49716e7 [2021-02-22T15:49:17.721Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T15:49:18.701Z] ---> Running in a08317143c89 [2021-02-22T15:49:19.284Z] ---> fad1062beba1 [2021-02-22T15:49:19.284Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T15:49:20.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.276s coverage: 28.6% of statements [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-22T15:49:20.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-22T15:49:20.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-22T15:49:20.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.292s coverage: 86.7% of statements [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-22T15:49:20.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-22T15:49:20.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-22T15:49:20.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-22T15:49:20.554Z] ---> Running in 7e49045c5311 [2021-02-22T15:49:20.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-22T15:49:20.554Z] Removing intermediate container 9eae9ce3dc78 [2021-02-22T15:49:20.554Z] ---> 41c68ce38f09 [2021-02-22T15:49:20.554Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T15:49:21.299Z] ---> Running in bdf05063b789 [2021-02-22T15:49:22.167Z] Removing intermediate container bdf05063b789 [2021-02-22T15:49:22.167Z] ---> ed92b3cb7880 [2021-02-22T15:49:22.167Z] Step 27/30 : CMD ["gate"] [2021-02-22T15:49:22.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:49:22.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:49:22.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:49:22.441Z] ---> a7264b00c2aa [2021-02-22T15:49:22.441Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T15:49:22.441Z] ---> Using cache [2021-02-22T15:49:22.441Z] ---> 28280907759b [2021-02-22T15:49:22.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:49:22.441Z] ---> Using cache [2021-02-22T15:49:22.441Z] ---> 13578552019e [2021-02-22T15:49:22.441Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T15:49:22.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:49:22.706Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T15:49:22.706Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T15:49:22.706Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T15:49:22.706Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T15:49:22.976Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T15:49:22.976Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T15:49:22.976Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T15:49:23.562Z] ---> Running in 3ea7325dcb80 [2021-02-22T15:49:26.150Z] ---> Running in 1c17b106b0c8 [2021-02-22T15:49:28.108Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T15:49:28.108Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T15:49:28.108Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T15:49:28.108Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T15:49:28.380Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T15:49:28.647Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T15:49:28.647Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T15:49:28.647Z] Removing intermediate container 1c17b106b0c8 [2021-02-22T15:49:28.647Z] ---> a10f04c0bd7d [2021-02-22T15:49:28.647Z] Step 28/30 : LABEL arch=x86_64 [2021-02-22T15:49:28.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:49:28.930Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T15:49:29.552Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T15:49:29.552Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T15:49:29.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:49:30.084Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T15:49:30.084Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T15:49:30.084Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T15:49:30.359Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T15:49:30.627Z] OK: 233 MiB in 51 packages [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.287s coverage: 92.8% of statements [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-22T15:49:30.672Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-02-22T15:49:30.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-22T15:49:31.225Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T15:49:31.225Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T15:49:31.225Z] ---> Running in f40520cdff1f [2021-02-22T15:49:31.225Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T15:49:31.225Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T15:49:31.225Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T15:49:31.499Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T15:49:31.766Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T15:49:31.766Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T15:49:31.766Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T15:49:31.766Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T15:49:31.766Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T15:49:31.766Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T15:49:32.033Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:49:32.033Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:49:32.033Z] ---> a7264b00c2aa [2021-02-22T15:49:32.033Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T15:49:32.033Z] ---> Using cache [2021-02-22T15:49:32.033Z] ---> 28280907759b [2021-02-22T15:49:32.034Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:49:32.034Z] ---> Using cache [2021-02-22T15:49:32.034Z] ---> 13578552019e [2021-02-22T15:49:32.034Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T15:49:32.034Z] ---> Using cache [2021-02-22T15:49:32.034Z] ---> e2994528be0c [2021-02-22T15:49:32.034Z] Step 6/21 : COPY go.mod . [2021-02-22T15:49:32.034Z] ---> Using cache [2021-02-22T15:49:32.034Z] ---> 0df2042cbbbc [2021-02-22T15:49:32.034Z] Step 7/21 : RUN go mod download [2021-02-22T15:49:32.034Z] ---> Using cache [2021-02-22T15:49:32.034Z] ---> 02990cd3da14 [2021-02-22T15:49:32.034Z] Step 8/21 : COPY . . [2021-02-22T15:49:32.295Z] ---> Using cache [2021-02-22T15:49:32.295Z] ---> 7a37c002c431 [2021-02-22T15:49:32.295Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T15:49:33.686Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:49:33.686Z] ---> Running in cc4261285c0c [2021-02-22T15:49:33.686Z] OK: 71 MiB in 55 packages [2021-02-22T15:49:33.686Z] Removing intermediate container f40520cdff1f [2021-02-22T15:49:33.686Z] ---> 7ecd256d719d [2021-02-22T15:49:33.686Z] Step 29/30 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:49:33.952Z] ---> Running in c96678b16b9c [2021-02-22T15:49:34.533Z] Removing intermediate container 3ea7325dcb80 [2021-02-22T15:49:34.533Z] ---> 9450fdb816e6 [2021-02-22T15:49:34.533Z] Step 6/23 : COPY go.mod . [2021-02-22T15:49:34.799Z] Removing intermediate container c96678b16b9c [2021-02-22T15:49:34.799Z] ---> 90d03d036331 [2021-02-22T15:49:34.799Z] Step 30/30 : LABEL version=0.0.0 [2021-02-22T15:49:34.799Z] 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-02-22T15:49:35.067Z] ---> f6562788b6f1 [2021-02-22T15:49:35.067Z] Step 7/23 : RUN go mod download [2021-02-22T15:49:35.334Z] ---> Running in 0d88e34fecbc [2021-02-22T15:49:35.602Z] ---> Running in 76cac85dbffa [2021-02-22T15:49:36.589Z] Removing intermediate container 0d88e34fecbc [2021-02-22T15:49:36.589Z] ---> f4bd5a7a86f7 [2021-02-22T15:49:36.589Z] [2021-02-22T15:49:36.862Z] Successfully built f4bd5a7a86f7 [2021-02-22T15:49:36.862Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-22T15:49:36.862Z] Building docker-support-scheduler-go [2021-02-22T15:49:43.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-02-22T15:49:43.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-02-22T15:49:47.001Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 76cac85dbffa [2021-02-22T15:49:47.001Z] ---> 72e0d7023255 [2021-02-22T15:49:47.001Z] Step 8/23 : COPY . . [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.6% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.475s coverage: 62.4% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 68.9% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.324s coverage: 36.6% of statements [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-22T15:49:58.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-22T15:49:58.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-02-22T15:50:02.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:50:02.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:50:02.026Z] ---> a7264b00c2aa [2021-02-22T15:50:02.026Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T15:50:02.026Z] ---> Using cache [2021-02-22T15:50:02.026Z] ---> 28280907759b [2021-02-22T15:50:02.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:50:02.026Z] ---> Using cache [2021-02-22T15:50:02.026Z] ---> 13578552019e [2021-02-22T15:50:02.026Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T15:50:02.026Z] ---> Using cache [2021-02-22T15:50:02.026Z] ---> e2994528be0c [2021-02-22T15:50:02.026Z] Step 6/22 : COPY go.mod . [2021-02-22T15:50:02.026Z] ---> Using cache [2021-02-22T15:50:02.026Z] ---> 0df2042cbbbc [2021-02-22T15:50:02.026Z] Step 7/22 : RUN go mod download [2021-02-22T15:50:02.026Z] ---> Using cache [2021-02-22T15:50:02.026Z] ---> 02990cd3da14 [2021-02-22T15:50:02.026Z] Step 8/22 : COPY . . [2021-02-22T15:50:02.026Z] Removing intermediate container 7e49045c5311 [2021-02-22T15:50:02.026Z] ---> 2c4b887dc09c [2021-02-22T15:50:02.026Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T15:50:02.026Z] ---> Using cache [2021-02-22T15:50:02.026Z] ---> 7a37c002c431 [2021-02-22T15:50:02.026Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T15:50:02.995Z] 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-02-22T15:50:03.258Z] ---> Running in 386922cd071c [2021-02-22T15:50:03.258Z] ---> Running in e5bcd08197df [2021-02-22T15:50:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-22T15:50:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-22T15:50:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-22T15:50:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.375s coverage: 89.4% of statements [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:50:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-22T15:50:08.646Z] 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-02-22T15:50:11.540Z] Removing intermediate container a08317143c89 [2021-02-22T15:50:11.540Z] ---> c033d1a7d596 [2021-02-22T15:50:11.540Z] [2021-02-22T15:50:11.540Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T15:50:11.540Z] ---> 389fef711851 [2021-02-22T15:50:11.540Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T15:50:11.540Z] ---> Using cache [2021-02-22T15:50:11.540Z] ---> 073645949d1e [2021-02-22T15:50:11.540Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T15:50:11.540Z] ---> Using cache [2021-02-22T15:50:11.540Z] ---> c00057eb40b5 [2021-02-22T15:50:11.540Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.029s coverage: 29.1% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 100.0% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-22T15:50:11.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-22T15:50:11.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-02-22T15:50:12.251Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-22T15:50:12.520Z] Collecting docker-compose==1.23.2 [2021-02-22T15:50:12.520Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T15:50:12.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-22T15:50:13.117Z] ---> Running in febc35e43b94 [2021-02-22T15:50:13.386Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T15:50:13.386Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T15:50:13.824Z] GO111MODULE=on go vet ./... [2021-02-22T15:50:14.380Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T15:50:14.380Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T15:50:16.315Z] Removing intermediate container febc35e43b94 [2021-02-22T15:50:16.315Z] ---> 32343a282684 [2021-02-22T15:50:16.315Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T15:50:16.315Z] ---> b9eaa31ccc71 [2021-02-22T15:50:16.315Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T15:50:16.600Z] ---> Running in 39f8e824d736 [2021-02-22T15:50:16.600Z] ---> Running in d5729e1b8081 [2021-02-22T15:50:16.866Z] Removing intermediate container cc4261285c0c [2021-02-22T15:50:16.866Z] ---> 431cec83adac [2021-02-22T15:50:16.866Z] [2021-02-22T15:50:16.866Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T15:50:16.866Z] ---> 389fef711851 [2021-02-22T15:50:16.866Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T15:50:16.866Z] ---> Running in f2009b4f1f2a [2021-02-22T15:50:17.145Z] Removing intermediate container 39f8e824d736 [2021-02-22T15:50:17.145Z] ---> a267294bacf6 [2021-02-22T15:50:17.145Z] Step 15/23 : WORKDIR / [2021-02-22T15:50:17.418Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T15:50:17.418Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T15:50:17.418Z] ---> Running in b97e51ccdf0f [2021-02-22T15:50:17.691Z] 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-02-22T15:50:17.691Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T15:50:17.691Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T15:50:17.958Z] Removing intermediate container b97e51ccdf0f [2021-02-22T15:50:17.958Z] ---> b6d62ea09831 [2021-02-22T15:50:17.959Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:50:18.555Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T15:50:18.555Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T15:50:18.555Z] ---> 7996d47c42a7 [2021-02-22T15:50:18.555Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T15:50:18.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:50:18.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:50:19.137Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T15:50:19.137Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T15:50:19.137Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T15:50:19.137Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T15:50:19.137Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:50:19.137Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T15:50:19.137Z] Collecting PyYAML<4,>=3.10 [2021-02-22T15:50:19.137Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T15:50:19.137Z] OK: 7 MiB in 18 packages [2021-02-22T15:50:20.561Z] 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-02-22T15:50:20.562Z] ---> 51f2ff3a79b3 [2021-02-22T15:50:20.562Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T15:50:20.562Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T15:50:20.562Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T15:50:20.849Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T15:50:20.849Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T15:50:21.127Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T15:50:21.128Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T15:50:21.128Z] 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-02-22T15:50:21.400Z] ---> 41c5b791b525 [2021-02-22T15:50:21.400Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T15:50:21.400Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T15:50:21.400Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T15:50:21.988Z] Collecting idna<2.8,>=2.5 [2021-02-22T15:50:21.988Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T15:50:22.261Z] ---> Running in b7be48b223a3 [2021-02-22T15:50:22.261Z] 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-02-22T15:50:22.261Z] Removing intermediate container f2009b4f1f2a [2021-02-22T15:50:22.261Z] ---> 2b1a342c5928 [2021-02-22T15:50:22.261Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T15:50:22.261Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T15:50:22.261Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T15:50:22.535Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T15:50:22.535Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T15:50:22.535Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T15:50:22.535Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T15:50:22.535Z] ---> Running in c6f9001597e1 [2021-02-22T15:50:22.805Z] Installing collected packages: urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, dockerpty, docopt, PyYAML, jsonschema, cached-property, docker-compose [2021-02-22T15:50:22.805Z] Attempting uninstall: urllib3 [2021-02-22T15:50:22.805Z] Found existing installation: urllib3 1.25.9 [2021-02-22T15:50:22.805Z] Uninstalling urllib3-1.25.9: [2021-02-22T15:50:23.409Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T15:50:23.675Z] Removing intermediate container b7be48b223a3 [2021-02-22T15:50:23.675Z] ---> 7ca959deb8ac [2021-02-22T15:50:23.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:50:24.255Z] Attempting uninstall: idna [2021-02-22T15:50:24.255Z] Found existing installation: idna 2.9 [2021-02-22T15:50:24.255Z] Uninstalling idna-2.9: [2021-02-22T15:50:24.523Z] Successfully uninstalled idna-2.9 [2021-02-22T15:50:24.523Z] ---> Running in 8b5c201c20c5 [2021-02-22T15:50:24.523Z] Removing intermediate container c6f9001597e1 [2021-02-22T15:50:24.523Z] ---> dcf9493804ac [2021-02-22T15:50:24.523Z] Step 13/21 : WORKDIR /edgex [2021-02-22T15:50:24.787Z] Attempting uninstall: requests [2021-02-22T15:50:24.787Z] Found existing installation: requests 2.23.0 [2021-02-22T15:50:24.787Z] Uninstalling requests-2.23.0: [2021-02-22T15:50:24.787Z] Successfully uninstalled requests-2.23.0 [2021-02-22T15:50:25.058Z] ---> Running in e977d213a269 [2021-02-22T15:50:25.658Z] Running setup.py install for texttable: started [2021-02-22T15:50:25.658Z] Removing intermediate container 8b5c201c20c5 [2021-02-22T15:50:25.658Z] ---> 166156d6ae00 [2021-02-22T15:50:25.658Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T15:50:25.923Z] ---> Running in 9a2207029ad1 [2021-02-22T15:50:26.194Z] Removing intermediate container e977d213a269 [2021-02-22T15:50:26.194Z] ---> d5aa74a10e01 [2021-02-22T15:50:26.194Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T15:50:26.464Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T15:50:26.732Z] Removing intermediate container 9a2207029ad1 [2021-02-22T15:50:26.732Z] ---> 1953a51023fc [2021-02-22T15:50:26.732Z] Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:50:27.710Z] ---> 2c0c5a6f3b00 [2021-02-22T15:50:27.710Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T15:50:27.710Z] ---> Running in a294df64301c [2021-02-22T15:50:29.119Z] Running setup.py install for dockerpty: started [2021-02-22T15:50:29.384Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T15:50:29.384Z] Running setup.py install for docopt: started [2021-02-22T15:50:29.650Z] Removing intermediate container a294df64301c [2021-02-22T15:50:29.650Z] ---> ca2f3a71af60 [2021-02-22T15:50:29.650Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T15:50:29.933Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T15:50:29.933Z] Running setup.py install for PyYAML: started [2021-02-22T15:50:30.208Z] ---> Running in 8ff9326c0356 [2021-02-22T15:50:30.208Z] ---> 0b3e2bd85153 [2021-02-22T15:50:30.208Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T15:50:30.797Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T15:50:30.797Z] Removing intermediate container 8ff9326c0356 [2021-02-22T15:50:30.797Z] ---> 52daeac3c34d [2021-02-22T15:50:30.797Z] [2021-02-22T15:50:31.382Z] Successfully built 52daeac3c34d [2021-02-22T15:50:31.656Z] ---> 78061ad86bf2 [2021-02-22T15:50:31.656Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T15:50:31.656Z] Successfully tagged docker-core-command-go:latest [2021-02-22T15:50:31.935Z]  Building docker-core-command-go ... done 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.57.0 [2021-02-22T15:50:32.216Z] ---> Running in 9e3ddd0b1c6f [2021-02-22T15:50:32.842Z] Removing intermediate container 9e3ddd0b1c6f [2021-02-22T15:50:32.842Z] ---> b2548fcdfb2d [2021-02-22T15:50:32.842Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T15:50:34.787Z] ---> Running in 2b7d361ef8b5 [2021-02-22T15:50:34.787Z] Removing intermediate container e5bcd08197df [2021-02-22T15:50:34.787Z] ---> 72f914d4e0bc [2021-02-22T15:50:34.787Z] [2021-02-22T15:50:34.787Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T15:50:34.787Z] ---> 389fef711851 [2021-02-22T15:50:34.787Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T15:50:34.787Z] ---> Using cache [2021-02-22T15:50:34.787Z] ---> 073645949d1e [2021-02-22T15:50:34.787Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T15:50:34.787Z] ---> Using cache [2021-02-22T15:50:34.787Z] ---> c00057eb40b5 [2021-02-22T15:50:34.787Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T15:50:35.381Z] Removing intermediate container 2b7d361ef8b5 [2021-02-22T15:50:35.381Z] ---> cc396a607ab0 [2021-02-22T15:50:35.381Z] Step 19/21 : LABEL arch=x86_64 [2021-02-22T15:50:37.337Z] ---> Running in 136f1d24092d [2021-02-22T15:50:37.337Z] ---> Running in d13843db06da [2021-02-22T15:50:37.615Z] Removing intermediate container 386922cd071c [2021-02-22T15:50:37.615Z] ---> 1df869bc00e4 [2021-02-22T15:50:37.615Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T15:50:37.615Z] Removing intermediate container 136f1d24092d [2021-02-22T15:50:37.615Z] ---> 5d10a3bdc19b [2021-02-22T15:50:37.615Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T15:50:37.615Z] ---> Running in b407aae3e692 [2021-02-22T15:50:37.877Z] Removing intermediate container d13843db06da [2021-02-22T15:50:37.877Z] ---> 3df2becb2193 [2021-02-22T15:50:37.877Z] Step 20/21 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:50:37.877Z] ---> Running in 0f21e2ebbdb0 [2021-02-22T15:50:38.618Z] ---> Running in b49a58b3664b [2021-02-22T15:50:38.618Z] Removing intermediate container 0f21e2ebbdb0 [2021-02-22T15:50:38.618Z] ---> 1550a52b1963 [2021-02-22T15:50:38.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:50:38.618Z] Removing intermediate container b49a58b3664b [2021-02-22T15:50:38.618Z] ---> d842c73af4c4 [2021-02-22T15:50:38.618Z] Step 21/21 : LABEL version=0.0.0 [2021-02-22T15:50:38.618Z] ---> Running in 5e2355e570c3 [2021-02-22T15:50:38.909Z] ---> 10b26a7059bf [2021-02-22T15:50:38.909Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T15:50:38.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:50:38.909Z] Removing intermediate container 5e2355e570c3 [2021-02-22T15:50:38.909Z] ---> 00ef981801ac [2021-02-22T15:50:38.909Z] [2021-02-22T15:50:39.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:50:39.268Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T15:50:39.268Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T15:50:39.268Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T15:50:39.268Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:50:39.569Z] OK: 72 MiB in 58 packages [2021-02-22T15:50:39.570Z] Successfully built 00ef981801ac [2021-02-22T15:50:39.863Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-22T15:50:41.787Z]  Building docker-security-proxy-setup-go ... done  ---> 549291085645 [2021-02-22T15:50:41.787Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T15:50:42.363Z] ---> 2534b58a4524 [2021-02-22T15:50:42.363Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T15:50:42.626Z] ---> Running in fd261ccffcf2 [2021-02-22T15:50:42.626Z] Removing intermediate container b407aae3e692 [2021-02-22T15:50:42.626Z] ---> 5f4deabd235e [2021-02-22T15:50:42.626Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T15:50:42.626Z] ---> Running in b81104846d63 [2021-02-22T15:50:42.892Z] Removing intermediate container fd261ccffcf2 [2021-02-22T15:50:42.892Z] ---> d519ef0b5913 [2021-02-22T15:50:42.892Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:50:42.892Z] Removing intermediate container b81104846d63 [2021-02-22T15:50:42.892Z] ---> 0ca86cfb6d37 [2021-02-22T15:50:42.892Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:50:42.892Z] ---> Running in 5cf3d0d8f128 [2021-02-22T15:50:43.156Z] ---> Running in 6c9dd3bccaba [2021-02-22T15:50:43.731Z] Removing intermediate container 5cf3d0d8f128 [2021-02-22T15:50:43.731Z] ---> a8abd991689c [2021-02-22T15:50:43.731Z] Step 20/22 : LABEL arch=x86_64 [2021-02-22T15:50:44.681Z] Removing intermediate container 6c9dd3bccaba [2021-02-22T15:50:44.681Z] ---> 297193e649b0 [2021-02-22T15:50:44.681Z] Step 24/26 : LABEL arch=x86_64 [2021-02-22T15:50:45.263Z] ---> Running in d8072b01a794 [2021-02-22T15:50:45.263Z] ---> Running in 7c1d08c45463 [2021-02-22T15:50:45.263Z] Removing intermediate container d5729e1b8081 [2021-02-22T15:50:45.263Z] ---> ba3f2642d2ee [2021-02-22T15:50:45.263Z] [2021-02-22T15:50:45.263Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T15:50:45.263Z] ---> 389fef711851 [2021-02-22T15:50:45.263Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T15:50:45.263Z] ---> Running in ccf82086b977 [2021-02-22T15:50:45.526Z] Removing intermediate container d8072b01a794 [2021-02-22T15:50:45.526Z] ---> a0a992b489e5 [2021-02-22T15:50:45.526Z] Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:50:45.526Z] Removing intermediate container 7c1d08c45463 [2021-02-22T15:50:45.526Z] ---> 21463e61b568 [2021-02-22T15:50:45.526Z] Step 25/26 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:50:45.526Z] ---> Running in ef2dafbdaf67 [2021-02-22T15:50:45.526Z] ---> Running in 0d9a4704bace [2021-02-22T15:50:45.788Z] Removing intermediate container ccf82086b977 [2021-02-22T15:50:45.788Z] ---> 687a415e684f [2021-02-22T15:50:45.788Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T15:50:45.788Z] ---> Running in ef6d430548b7 [2021-02-22T15:50:45.788Z] Removing intermediate container 0d9a4704bace [2021-02-22T15:50:45.788Z] ---> 483cd9201c83 [2021-02-22T15:50:45.788Z] Step 26/26 : LABEL version=0.0.0 [2021-02-22T15:50:45.788Z] Removing intermediate container ef2dafbdaf67 [2021-02-22T15:50:45.788Z] ---> da120cecd060 [2021-02-22T15:50:45.788Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T15:50:46.052Z] ---> Running in c89feef82bfc [2021-02-22T15:50:46.052Z] ---> Running in 6a928f4bfe57 [2021-02-22T15:50:46.052Z] Removing intermediate container ef6d430548b7 [2021-02-22T15:50:46.052Z] ---> e80ad479bd7a [2021-02-22T15:50:46.052Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T15:50:46.317Z] ---> Running in a63000caf1f6 [2021-02-22T15:50:46.317Z] Removing intermediate container c89feef82bfc [2021-02-22T15:50:46.317Z] ---> b6ae37844f9b [2021-02-22T15:50:46.317Z] [2021-02-22T15:50:46.317Z] Removing intermediate container 6a928f4bfe57 [2021-02-22T15:50:46.317Z] ---> 16ac53250e49 [2021-02-22T15:50:46.317Z] [2021-02-22T15:50:46.579Z] Successfully built b6ae37844f9b [2021-02-22T15:50:46.579Z] Successfully built 16ac53250e49 [2021-02-22T15:50:46.579Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-22T15:50:46.579Z] Removing intermediate container a63000caf1f6 [2021-02-22T15:50:46.579Z] ---> 8d670d768bc7 [2021-02-22T15:50:46.579Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:50:46.579Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-22T15:50:46.579Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 84ffbfb0750e [2021-02-22T15:50:47.526Z] Removing intermediate container 84ffbfb0750e [2021-02-22T15:50:47.526Z] ---> 402122a1de99 [2021-02-22T15:50:47.526Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T15:50:47.526Z] ---> Running in 7a3d6e0b6b2e [2021-02-22T15:50:48.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T15:50:49.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T15:50:49.619Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T15:50:49.619Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T15:50:49.882Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T15:50:49.882Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T15:50:50.144Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T15:50:50.407Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T15:50:50.407Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:50:50.407Z] OK: 8 MiB in 20 packages [2021-02-22T15:50:50.982Z] Removing intermediate container 7a3d6e0b6b2e [2021-02-22T15:50:50.982Z] ---> dc8581b9fcbd [2021-02-22T15:50:50.982Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:50:51.244Z] ---> 00561230e8fe [2021-02-22T15:50:51.244Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T15:50:51.822Z] ---> c3a56b76720f [2021-02-22T15:50:51.822Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T15:50:52.084Z] ---> 24a88919e3c2 [2021-02-22T15:50:52.084Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T15:50:52.084Z] ---> Running in 61b361770f76 [2021-02-22T15:50:52.347Z] Removing intermediate container 61b361770f76 [2021-02-22T15:50:52.347Z] ---> b773044b47f6 [2021-02-22T15:50:52.347Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:50:52.347Z] ---> Running in 516db54c0f7d [2021-02-22T15:50:52.610Z] Removing intermediate container 516db54c0f7d [2021-02-22T15:50:52.610Z] ---> 0c36e3f5f898 [2021-02-22T15:50:52.610Z] Step 21/23 : LABEL arch=x86_64 [2021-02-22T15:50:53.560Z] ---> Running in 3eb56eea9d98 [2021-02-22T15:50:53.823Z] Removing intermediate container 3eb56eea9d98 [2021-02-22T15:50:53.823Z] ---> 76db596fb0b8 [2021-02-22T15:50:53.823Z] Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:50:53.823Z] ---> Running in 2f9dc3ccf8dd [2021-02-22T15:50:54.086Z] Removing intermediate container 2f9dc3ccf8dd [2021-02-22T15:50:54.086Z] ---> 3aa65e62d4a3 [2021-02-22T15:50:54.086Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T15:50:54.086Z] ---> Running in 67b48f0037ce [2021-02-22T15:50:54.349Z] Removing intermediate container 67b48f0037ce [2021-02-22T15:50:54.349Z] ---> b2ee265f3767 [2021-02-22T15:50:54.349Z] [2021-02-22T15:50:54.349Z] Successfully built b2ee265f3767 [2021-02-22T15:50:54.349Z] Successfully tagged docker-core-data-go:latest [2021-02-22T15:50:54.625Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-22T15:50:54.646Z] $ docker stop --time=1 0284b7df0874a02c7b2e624f47dd0bd3bcdbe1eb15789e516918587f49dc2653 [2021-02-22T15:50:56.377Z] $ docker rm -f 0284b7df0874a02c7b2e624f47dd0bd3bcdbe1eb15789e516918587f49dc2653 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T15:50:56.994Z] + docker images [2021-02-22T15:50:56.994Z] + grep docker [2021-02-22T15:50:57.256Z] docker-core-data-go latest b2ee265f3767 3 seconds ago 22.4MB [2021-02-22T15:50:57.256Z] docker-sys-mgmt-agent-go latest 16ac53250e49 11 seconds ago 313MB [2021-02-22T15:50:57.256Z] docker-support-scheduler-go latest b6ae37844f9b 11 seconds ago 17.2MB [2021-02-22T15:50:57.256Z] docker-security-proxy-setup-go latest 00ef981801ac 19 seconds ago 24.7MB [2021-02-22T15:50:57.256Z] docker-core-command-go latest 52daeac3c34d 27 seconds ago 17MB [2021-02-22T15:50:57.256Z] docker-security-bootstrapper-go latest f4bd5a7a86f7 About a minute ago 18.3MB [2021-02-22T15:50:57.256Z] docker-security-secretstore-setup-go latest ade26455db85 About a minute ago 24.9MB [2021-02-22T15:50:57.256Z] docker-core-metadata-go latest 8194978d882a About a minute ago 19MB [2021-02-22T15:50:57.256Z] docker-support-notifications-go latest 5008c30c1429 2 minutes ago 17.7MB [2021-02-22T15:50:57.256Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-22T15:51:12.956Z] Still waiting to schedule task [2021-02-22T15:51:12.956Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-22T15:51:35.613Z] gofmt -l . [2021-02-22T15:51:35.613Z] [ "`gofmt -l .`" = "" ] [2021-02-22T15:51:35.613Z] ./bin/test-go-mod-tidy.sh [2021-02-22T15:51:35.613Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-22T15:51:36.322Z] + ls -al . [2021-02-22T15:51:36.322Z] total 732 [2021-02-22T15:51:36.322Z] drwxrwxr-x 9 1001 1001 4096 Feb 22 15:51 . [2021-02-22T15:51:36.322Z] drwxr-xr-x 4 root root 4096 Feb 22 15:47 .. [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 11 Feb 22 15:45 .dockerignore [2021-02-22T15:51:36.322Z] drwxrwxr-x 8 1001 1001 4096 Feb 22 15:45 .git [2021-02-22T15:51:36.322Z] drwxrwxr-x 3 1001 1001 4096 Feb 22 15:45 .github [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 818 Feb 22 15:45 .gitignore [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 166 Feb 22 15:45 .sonarcloud.properties [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 8475 Feb 22 15:45 Attribution.txt [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 3804 Feb 22 15:45 CONTRIBUTING.md [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 931 Feb 22 15:45 Dockerfile.build [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 863 Feb 22 15:45 Jenkinsfile [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 10775 Feb 22 15:45 LICENSE [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 5774 Feb 22 15:45 Makefile [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 6524 Feb 22 15:45 README.md [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 6755 Feb 22 15:45 SECURITY.md [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 5 Feb 22 15:43 VERSION [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 4131 Feb 22 15:45 ZMQWindows.md [2021-02-22T15:51:36.322Z] drwxrwxr-x 2 1001 1001 4096 Feb 22 15:45 bin [2021-02-22T15:51:36.322Z] drwxrwxr-x 14 1001 1001 4096 Feb 22 15:45 cmd [2021-02-22T15:51:36.322Z] -rw-r--r-- 1 root root 592582 Feb 22 15:50 coverage.out [2021-02-22T15:51:36.322Z] -rw-r--r-- 1 root root 1055 Feb 22 15:51 go.mod [2021-02-22T15:51:36.322Z] -rw-r--r-- 1 root root 21410 Feb 22 15:51 go.sum [2021-02-22T15:51:36.322Z] drwxrwxr-x 8 1001 1001 4096 Feb 22 15:45 internal [2021-02-22T15:51:36.322Z] drwxrwxr-x 4 1001 1001 4096 Feb 22 15:45 openapi [2021-02-22T15:51:36.322Z] drwxrwxr-x 4 1001 1001 4096 Feb 22 15:45 snap [2021-02-22T15:51:36.322Z] -rw-rw-r-- 1 1001 1001 168 Feb 22 15:45 version.go [Pipeline] sh [2021-02-22T15:51:36.988Z] + '[' -e coverage.out ] [2021-02-22T15:51:36.989Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-22T15:51:37.070Z] Warning: overwriting stash ‘coverage-report’ [2021-02-22T15:51:38.175Z] Stashed 1 file(s) [Pipeline] sh [2021-02-22T15:51:38.822Z] + make build [2021-02-22T15:51:38.822Z] 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-02-22T15:51:48.974Z] 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-02-22T15:52:09.801Z] Running on prd-ubuntu18.04-docker-8c-8g-27168 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws [2021-02-22T15:52:09.863Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-22T15:52:12.044Z] using credential edgex-jenkins-ssh [2021-02-22T15:52:12.105Z] Cloning the remote Git repository [2021-02-22T15:52:12.197Z] 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-02-22T15:52:12.130Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-22T15:52:12.200Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-22T15:52:12.230Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T15:52:12.230Z] > git --version # timeout=10 [2021-02-22T15:52:12.242Z] > git --version # 'git version 2.17.1' [2021-02-22T15:52:12.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T15:52:12.268Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T15:52:17.618Z] 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-02-22T15:52:18.055Z] Merging remotes/origin/master commit 61638ca62d33426a2ce3f2b4b107772a009d1874 into PR head commit 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:52:18.186Z] Merge succeeded, producing 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:52:18.187Z] Checking out Revision 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca (PR-3179) [2021-02-22T15:52:17.301Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T15:52:17.307Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T15:52:17.324Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-22T15:52:17.336Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-22T15:52:17.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T15:52:17.340Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T15:52:18.068Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T15:52:18.072Z] > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 [2021-02-22T15:52:18.153Z] > git remote # timeout=10 [2021-02-22T15:52:18.163Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T15:52:18.168Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T15:52:18.172Z] > git merge 61638ca62d33426a2ce3f2b4b107772a009d1874 # timeout=10 [2021-02-22T15:52:18.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T15:52:18.193Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T15:52:18.199Z] > git checkout -f 17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca # timeout=10 [2021-02-22T15:52:21.874Z] Commit message: "refactor: move secretsengine's enabler to secretstore-setup and resovled merging conflicts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-22T15:52:23.013Z] 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-02-22T15:52:23.031Z] + echo snap-build.sh [2021-02-22T15:52:23.031Z] snap-build.sh [2021-02-22T15:52:23.031Z] + SNAP_BASE_DIR=. [2021-02-22T15:52:23.031Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-22T15:52:23.032Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-22T15:52:23.032Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-22T15:52:23.032Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-22T15:52:23.032Z] + cd /w/workspace/edgex-go/4 [2021-02-22T15:52:23.032Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-22T15:52:23.032Z] Reading package lists... [2021-02-22T15:52:23.293Z] Building dependency tree... [2021-02-22T15:52:23.293Z] Reading state information... [2021-02-22T15:52:23.293Z] The following packages were automatically installed and are no longer required: [2021-02-22T15:52:23.293Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-22T15:52:23.293Z] uidmap xdelta3 [2021-02-22T15:52:23.293Z] Use 'sudo apt autoremove' to remove them. [2021-02-22T15:52:23.293Z] The following packages will be REMOVED: [2021-02-22T15:52:23.293Z] lxd* lxd-client* [2021-02-22T15:52:23.866Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-22T15:52:23.866Z] After this operation, 31.7 MB disk space will be freed. [2021-02-22T15:52:24.005Z] 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-02-22T15:52:24.917Z] (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-02-22T15:52:24.917Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-22T15:52:25.865Z] Removing lxd dnsmasq configuration [2021-02-22T15:52:25.865Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-22T15:52:26.139Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-22T15:52:27.089Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-22T15:52:27.352Z] (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-02-22T15:52:27.352Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-22T15:52:28.744Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-22T15:52:28.744Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-22T15:52:29.400Z] 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-02-22T15:52:30.190Z] + sudo snap remove --purge lxd [2021-02-22T15:52:30.451Z] snap "lxd" is not installed [2021-02-22T15:52:30.451Z] + sudo groupadd --force --system lxd [2021-02-22T15:52:30.451Z] ++ whoami [2021-02-22T15:52:30.451Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-22T15:52:30.713Z] + newgrp - lxd [2021-02-22T15:52:30.713Z] + sudo snap install lxd [2021-02-22T15:52:33.705Z] 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-02-22T15:52:37.076Z] 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-02-22T15:52:38.869Z] 2021-02-22T15:52:36Z INFO Waiting for automatic snapd restart... [2021-02-22T15:52:42.475Z] 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-02-22T15:52:46.783Z] 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-02-22T15:52:50.169Z] 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-02-22T15:52:53.798Z] lxd 4.11 from Canonical* installed [2021-02-22T15:52:53.799Z] + sudo lxd init --auto [Pipeline] } [2021-02-22T15:52:56.885Z] $ docker stop --time=1 d7807362d725d4b9aaaac7574ace524f9b12916ba90aba8ae76e14d204acf869 [2021-02-22T15:52:59.530Z] $ docker rm -f d7807362d725d4b9aaaac7574ace524f9b12916ba90aba8ae76e14d204acf869 [2021-02-22T15:53:00.393Z] + sudo snap install --classic snapcraft [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:53:01.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T15:53:01.763Z] [2021-02-22T15:53:01.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:53:02.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T15:53:02.682Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-22T15:53:02.682Z] 29e5d40040c1: Pulling fs layer [2021-02-22T15:53:02.682Z] 1ce36da41761: Pulling fs layer [2021-02-22T15:53:02.682Z] 25b303627fd3: Pulling fs layer [2021-02-22T15:53:03.659Z] 29e5d40040c1: Download complete [2021-02-22T15:53:03.934Z] 1ce36da41761: Verifying Checksum [2021-02-22T15:53:03.934Z] 1ce36da41761: Download complete [2021-02-22T15:53:04.208Z] 29e5d40040c1: Pull complete [2021-02-22T15:53:05.638Z] 25b303627fd3: Verifying Checksum [2021-02-22T15:53:05.638Z] 25b303627fd3: Download complete [2021-02-22T15:53:05.638Z] 1ce36da41761: Pull complete [2021-02-22T15:53:08.541Z] snapcraft 4.5.1 from Canonical* installed [2021-02-22T15:53:08.542Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-22T15:53:08.542Z] + patch --verbose -p1 [2021-02-22T15:53:08.542Z] Hmm... Looks like a unified diff to me... [2021-02-22T15:53:08.542Z] The text leading up to this was: [2021-02-22T15:53:08.542Z] -------------------------- [2021-02-22T15:53:08.542Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-22T15:53:08.542Z] |From: Tony Espy [2021-02-22T15:53:08.542Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-22T15:53:08.542Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-22T15:53:08.542Z] | [2021-02-22T15:53:08.542Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-22T15:53:08.542Z] |optimize the snap CI check run for pull requests. When [2021-02-22T15:53:08.542Z] |applied, it essentially strips out everything (apps and [2021-02-22T15:53:08.542Z] |parts) from the snapcraft.yaml file except those required [2021-02-22T15:53:08.542Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-22T15:53:08.542Z] |catch changes to edgex-go that break the snap build. [2021-02-22T15:53:08.542Z] | [2021-02-22T15:53:08.542Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-22T15:53:08.542Z] |to update this patch file, otherwise it may fail to apply, [2021-02-22T15:53:08.542Z] |resulting in a failed snap build CI check in the associated [2021-02-22T15:53:08.542Z] |pull request. [2021-02-22T15:53:08.542Z] | [2021-02-22T15:53:08.542Z] |Note - in addition to applying this patch, the pipeline also [2021-02-22T15:53:08.542Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-22T15:53:08.542Z] |need to build the finally binary .snap file (and it won't [2021-02-22T15:53:08.542Z] |work with the patch applied). This further reduces the build [2021-02-22T15:53:08.542Z] |time. [2021-02-22T15:53:08.542Z] |--- [2021-02-22T15:53:08.542Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-22T15:53:08.542Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-22T15:53:08.542Z] | [2021-02-22T15:53:08.542Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-22T15:53:08.542Z] |index 1e537489..faf42425 100644 [2021-02-22T15:53:08.542Z] |--- a/snap/snapcraft.yaml [2021-02-22T15:53:08.542Z] |+++ b/snap/snapcraft.yaml [2021-02-22T15:53:08.542Z] -------------------------- [2021-02-22T15:53:08.542Z] patching file snap/snapcraft.yaml [2021-02-22T15:53:08.542Z] Using Plan A... [2021-02-22T15:53:08.542Z] Hunk #1 succeeded at 73. [2021-02-22T15:53:08.542Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-22T15:53:08.542Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-22T15:53:08.542Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-22T15:53:08.542Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-22T15:53:08.542Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-22T15:53:08.542Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-22T15:53:08.542Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-22T15:53:08.542Z] Hmm... Ignoring the trailing garbage. [2021-02-22T15:53:08.542Z] done [2021-02-22T15:53:08.542Z] + sudo snapcraft prime --use-lxd [2021-02-22T15:53:09.930Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-22T15:53:09.930Z] 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-02-22T15:53:09.930Z] - README.md [2021-02-22T15:53:09.930Z] - snapcraft.yaml.orig [2021-02-22T15:53:09.930Z] [2021-02-22T15:53:09.930Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-22T15:53:10.873Z] Launching a container. [2021-02-22T15:53:15.782Z] 25b303627fd3: Pull complete [2021-02-22T15:53:15.782Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-22T15:53:15.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T15:53:15.782Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-22T15:53:16.016Z] prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container [2021-02-22T15:53:16.087Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-22T15:53:19.121Z] $ docker top 61bf2af9c006278ed0625ecfcfa085833a4a5f7459ec04b842a9efa778399d71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T15:53:20.248Z] + docker-compose build --help [2021-02-22T15:53:20.248Z] + grep parallel [2021-02-22T15:53:23.122Z] Waiting for container to be ready [2021-02-22T15:53:23.122Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-22T15:53:23.122Z] [2021-02-22T15:53:23.615Z] --parallel Build images in parallel. [Pipeline] } [2021-02-22T15:53:23.900Z] $ docker stop --time=1 61bf2af9c006278ed0625ecfcfa085833a4a5f7459ec04b842a9efa778399d71 [2021-02-22T15:53:25.675Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-22T15:53:25.675Z] Waiting for network to be ready... [2021-02-22T15:53:25.864Z] $ docker rm -f 61bf2af9c006278ed0625ecfcfa085833a4a5f7459ec04b842a9efa778399d71 [Pipeline] // withDockerContainer [2021-02-22T15:53:26.247Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-22T15:53:26.247Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T15:53:26.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-22T15:53:26.753Z] . [Pipeline] withDockerContainer [2021-02-22T15:53:26.819Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] [2021-02-22T15:53:26.819Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-22T15:53:26.819Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-22T15:53:27.015Z] prd-ubuntu18.04-docker-arm64-4c-16g-27167 does not seem to be running inside a container [2021-02-22T15:53:27.080Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-22T15:53:27.081Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-22T15:53:27.081Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-22T15:53:27.081Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-22T15:53:27.081Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-22T15:53:27.081Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-22T15:53:27.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-22T15:53:27.343Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-22T15:53:27.343Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-22T15:53:27.343Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-22T15:53:27.343Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-22T15:53:27.343Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-22T15:53:27.343Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-22T15:53:27.343Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-22T15:53:27.611Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-22T15:53:27.871Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-22T15:53:27.871Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-22T15:53:27.871Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-22T15:53:27.871Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-22T15:53:27.871Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-22T15:53:27.871Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-22T15:53:27.871Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-22T15:53:28.134Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-22T15:53:28.480Z] $ docker top 72dc94315ba587c5696b3f79be19d8a953287e14b34a9984cde32aa956899909 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T15:53:29.521Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-22T15:53:30.685Z] Fetched 23.9 MB in 4s (5533 kB/s) [2021-02-22T15:53:31.257Z] Reading package lists... [2021-02-22T15:53:31.518Z] Reading package lists... [2021-02-22T15:53:31.518Z] Building dependency tree... [2021-02-22T15:53:31.518Z] Reading state information... [2021-02-22T15:53:31.779Z] The following additional packages will be installed: [2021-02-22T15:53:31.779Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-22T15:53:31.779Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-22T15:53:31.779Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-22T15:53:31.779Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-22T15:53:31.779Z] Suggested packages: [2021-02-22T15:53:31.779Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-22T15:53:31.779Z] Recommended packages: [2021-02-22T15:53:31.779Z] gnupg libsasl2-modules [2021-02-22T15:53:31.779Z] The following NEW packages will be installed: [2021-02-22T15:53:31.779Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-22T15:53:31.779Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-22T15:53:31.779Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-22T15:53:31.779Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-22T15:53:31.779Z] The following packages will be upgraded: [2021-02-22T15:53:31.779Z] gpg gpg-agent gpgconf libudev1 [2021-02-22T15:53:32.040Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-22T15:53:32.040Z] Need to get 3530 kB of archives. [2021-02-22T15:53:32.040Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-22T15:53:32.040Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-22T15:53:32.040Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-22T15:53:32.300Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-22T15:53:32.562Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-22T15:53:32.562Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-22T15:53:32.562Z] Get:6 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-02-22T15:53:32.562Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-22T15:53:32.562Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-22T15:53:32.562Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-22T15:53:32.562Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-22T15:53:32.562Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-22T15:53:32.825Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-22T15:53:32.825Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-22T15:53:32.825Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-22T15:53:32.825Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-22T15:53:32.825Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-22T15:53:32.825Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-22T15:53:32.825Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-22T15:53:32.825Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-22T15:53:32.825Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-22T15:53:32.825Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-22T15:53:32.825Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-22T15:53:33.087Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T15:53:33.087Z] Fetched 3530 kB in 1s (3171 kB/s) [2021-02-22T15:53:33.087Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-22T15:53:33.087Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-22T15:53:33.087Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T15:53:33.087Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-22T15:53:33.362Z] Selecting previously unselected package udev. [2021-02-22T15:53:33.362Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-22T15:53:33.362Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-22T15:53:33.362Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-22T15:53:33.624Z] Selecting previously unselected package libfuse2:amd64. [2021-02-22T15:53:33.624Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-22T15:53:33.624Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-22T15:53:33.624Z] Selecting previously unselected package fuse. [2021-02-22T15:53:33.624Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-22T15:53:33.624Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-22T15:53:33.800Z] Building docker-core-command-go ... [2021-02-22T15:53:33.800Z] Building docker-core-data-go ... [2021-02-22T15:53:33.800Z] Building docker-core-metadata-go ... [2021-02-22T15:53:33.800Z] Building docker-security-bootstrapper-go ... [2021-02-22T15:53:33.800Z] Building docker-security-proxy-setup-go ... [2021-02-22T15:53:33.800Z] Building docker-security-secretstore-setup-go ... [2021-02-22T15:53:33.800Z] Building docker-support-notifications-go ... [2021-02-22T15:53:33.800Z] Building docker-support-scheduler-go ... [2021-02-22T15:53:33.800Z] Building docker-sys-mgmt-agent-go ... [2021-02-22T15:53:33.800Z] Building docker-security-bootstrapper-go [2021-02-22T15:53:33.800Z] Building docker-sys-mgmt-agent-go [2021-02-22T15:53:33.800Z] Building docker-security-secretstore-setup-go [2021-02-22T15:53:33.800Z] Building docker-core-metadata-go [2021-02-22T15:53:33.800Z] Building docker-security-proxy-setup-go [2021-02-22T15:53:33.885Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-22T15:53:33.886Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-22T15:53:33.886Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-22T15:53:33.886Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-22T15:53:34.146Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-22T15:53:34.146Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-22T15:53:34.146Z] Selecting previously unselected package libksba8:amd64. [2021-02-22T15:53:34.146Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-22T15:53:34.146Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-22T15:53:34.407Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-22T15:53:34.407Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.407Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:34.407Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-22T15:53:34.407Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.407Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:34.407Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-22T15:53:34.407Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.407Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:34.669Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-22T15:53:34.669Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.669Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:34.669Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-22T15:53:34.669Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.669Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:34.931Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-22T15:53:34.931Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.931Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:34.931Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-22T15:53:34.931Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:34.931Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:35.193Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-22T15:53:35.193Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:35.193Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:35.193Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-22T15:53:35.193Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-22T15:53:35.193Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:35.454Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-22T15:53:35.454Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-22T15:53:35.454Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T15:53:35.454Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-22T15:53:35.454Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-22T15:53:35.455Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T15:53:35.455Z] Selecting previously unselected package libldap-common. [2021-02-22T15:53:35.455Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-22T15:53:35.455Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T15:53:35.715Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-22T15:53:35.715Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-22T15:53:35.715Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T15:53:35.715Z] Selecting previously unselected package dirmngr. [2021-02-22T15:53:35.715Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-22T15:53:35.715Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-22T15:53:35.977Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T15:53:35.977Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-22T15:53:35.977Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-22T15:53:35.977Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T15:53:36.237Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-22T15:53:36.237Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-22T15:53:36.237Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:36.237Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-22T15:53:36.237Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T15:53:36.237Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-22T15:53:36.809Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-22T15:53:36.809Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:36.809Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-22T15:53:36.809Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-22T15:53:37.071Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-22T15:53:37.071Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.071Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.071Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.333Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.333Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.333Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.333Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-22T15:53:37.333Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-22T15:53:37.333Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-22T15:53:37.333Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T15:53:37.904Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-22T15:53:37.904Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-22T15:53:37.904Z] This means they are not meant to be enabled using systemctl. [2021-02-22T15:53:37.904Z] Possible reasons for having this kind of units are: [2021-02-22T15:53:37.904Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-22T15:53:37.904Z] .wants/ or .requires/ directory. [2021-02-22T15:53:37.904Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-22T15:53:37.904Z] a requirement dependency on it. [2021-02-22T15:53:37.904Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-22T15:53:37.904Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-22T15:53:37.904Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-22T15:53:37.904Z] instance name specified. [2021-02-22T15:53:38.169Z] Reading package lists... [2021-02-22T15:53:38.430Z] Building dependency tree... [2021-02-22T15:53:38.430Z] Reading state information... [2021-02-22T15:53:38.692Z] The following additional packages will be installed: [2021-02-22T15:53:38.692Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-22T15:53:38.692Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-22T15:53:38.692Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-22T15:53:38.692Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-22T15:53:38.692Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-22T15:53:38.692Z] Suggested packages: [2021-02-22T15:53:38.692Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-22T15:53:38.692Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-22T15:53:38.692Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-22T15:53:38.692Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-22T15:53:38.692Z] systemd-container policykit-1 [2021-02-22T15:53:38.692Z] Recommended packages: [2021-02-22T15:53:38.692Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-22T15:53:38.692Z] The following NEW packages will be installed: [2021-02-22T15:53:38.692Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-22T15:53:38.692Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-22T15:53:38.692Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-22T15:53:38.692Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-22T15:53:38.692Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-22T15:53:38.692Z] The following packages will be upgraded: [2021-02-22T15:53:38.692Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-22T15:53:38.953Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-22T15:53:38.953Z] Need to get 35.2 MB of archives. [2021-02-22T15:53:38.954Z] After this operation, 141 MB of additional disk space will be used. [2021-02-22T15:53:38.954Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-22T15:53:38.954Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-22T15:53:39.523Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-22T15:53:39.783Z] 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-02-22T15:53:39.784Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-22T15:53:39.784Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-22T15:53:39.784Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-22T15:53:39.784Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-22T15:53:39.784Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-22T15:53:39.784Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-22T15:53:39.784Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-22T15:53:39.784Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-22T15:53:39.784Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-22T15:53:39.784Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-22T15:53:39.784Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-22T15:53:39.784Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-22T15:53:39.784Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-22T15:53:39.784Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-22T15:53:39.784Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-22T15:53:39.784Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-22T15:53:39.784Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-22T15:53:39.784Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-22T15:53:40.045Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-22T15:53:40.045Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-22T15:53:40.045Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-22T15:53:40.045Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-22T15:53:40.045Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-22T15:53:40.045Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-22T15:53:40.045Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-22T15:53:40.045Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-22T15:53:41.431Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T15:53:41.431Z] Fetched 35.2 MB in 3s (13.9 MB/s) [2021-02-22T15:53:41.431Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-22T15:53:41.431Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-22T15:53:41.692Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T15:53:42.641Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-22T15:53:42.641Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T15:53:42.641Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-22T15:53:42.902Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-22T15:53:42.902Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-22T15:53:42.902Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-22T15:53:42.902Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-22T15:53:43.165Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-22T15:53:43.165Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-22T15:53:43.165Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-22T15:53:43.426Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-22T15:53:43.427Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-22T15:53:43.999Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-22T15:53:43.999Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-22T15:53:43.999Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-22T15:53:43.999Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-22T15:53:44.573Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-22T15:53:44.573Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T15:53:44.573Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:44.573Z] Selecting previously unselected package libexpat1:amd64. [2021-02-22T15:53:44.573Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-22T15:53:44.573Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-22T15:53:44.835Z] Selecting previously unselected package python3.6-minimal. [2021-02-22T15:53:44.835Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T15:53:44.835Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:45.096Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-22T15:53:45.096Z] Checking for services that may need to be restarted...done. [2021-02-22T15:53:45.096Z] Checking for services that may need to be restarted...done. [2021-02-22T15:53:45.096Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:45.096Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-22T15:53:45.096Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:45.668Z] Selecting previously unselected package python3-minimal. [2021-02-22T15:53:45.668Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-22T15:53:45.668Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-22T15:53:45.668Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-22T15:53:45.668Z] Selecting previously unselected package mime-support. [2021-02-22T15:53:45.668Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-22T15:53:45.668Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-22T15:53:45.929Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-22T15:53:45.929Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-22T15:53:45.929Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-22T15:53:45.929Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-22T15:53:45.929Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T15:53:45.929Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:46.189Z] Selecting previously unselected package python3.6. [2021-02-22T15:53:46.189Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-22T15:53:46.189Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:46.189Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-22T15:53:46.189Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-22T15:53:46.189Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-22T15:53:46.450Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-22T15:53:46.450Z] Selecting previously unselected package python3. [2021-02-22T15:53:46.450Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-22T15:53:46.450Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-22T15:53:46.450Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-22T15:53:46.712Z] Selecting previously unselected package multiarch-support. [2021-02-22T15:53:46.712Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T15:53:46.712Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-22T15:53:46.712Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-22T15:53:46.712Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-22T15:53:46.712Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-22T15:53:46.712Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-22T15:53:46.712Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-22T15:53:46.973Z] Selecting previously unselected package libbsd0:amd64. [2021-02-22T15:53:46.973Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-22T15:53:46.973Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-22T15:53:46.973Z] Selecting previously unselected package sudo. [2021-02-22T15:53:46.973Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-22T15:53:46.973Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-22T15:53:47.235Z] Selecting previously unselected package apparmor. [2021-02-22T15:53:47.235Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-22T15:53:47.235Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-22T15:53:47.502Z] Selecting previously unselected package libedit2:amd64. [2021-02-22T15:53:47.502Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-22T15:53:47.502Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-22T15:53:47.502Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-22T15:53:47.502Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T15:53:47.502Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:47.764Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-22T15:53:47.764Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T15:53:47.764Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:47.764Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-22T15:53:47.764Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-22T15:53:47.764Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-22T15:53:48.027Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-22T15:53:48.027Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T15:53:48.027Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:48.027Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-22T15:53:48.027Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-22T15:53:48.027Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:48.290Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-22T15:53:48.290Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-22T15:53:48.290Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-22T15:53:48.553Z] Selecting previously unselected package openssh-client. [2021-02-22T15:53:48.553Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-22T15:53:48.553Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-22T15:53:48.553Z] Selecting previously unselected package squashfs-tools. [2021-02-22T15:53:48.553Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-22T15:53:48.553Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-22T15:53:48.815Z] Selecting previously unselected package snapd. [2021-02-22T15:53:48.815Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-22T15:53:48.815Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-22T15:53:50.740Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-22T15:53:50.740Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-22T15:53:51.002Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-22T15:53:51.002Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-22T15:53:51.002Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-22T15:53:51.002Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:51.002Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T15:53:51.264Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-22T15:53:51.264Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-22T15:53:52.208Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-22T15:53:52.208Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-22T15:53:52.208Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-22T15:53:52.208Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:52.208Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:52.208Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-22T15:53:53.155Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-22T15:53:53.418Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:53.418Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-22T15:53:53.418Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-22T15:53:53.418Z] running python rtupdate hooks for python3.6... [2021-02-22T15:53:53.418Z] running python post-rtupdate hooks for python3.6... [2021-02-22T15:53:53.680Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-22T15:53:55.066Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-22T15:53:55.066Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-22T15:53:55.066Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-22T15:53:55.328Z] Setting up snapd (2.48.3+18.04) ... [2021-02-22T15:53:55.903Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-22T15:53:55.903Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-22T15:53:56.164Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-22T15:53:56.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-22T15:53:56.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-22T15:53:56.427Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-22T15:53:56.690Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-22T15:53:56.951Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-22T15:53:57.212Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-22T15:53:57.212Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-22T15:53:57.474Z] /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-02-22T15:53:57.474Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-22T15:53:57.474Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-22T15:53:58.419Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-22T15:53:58.419Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-22T15:53:58.679Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-22T15:53:59.623Z] Reading package lists... [2021-02-22T15:53:59.885Z] Reading package lists... [2021-02-22T15:54:00.146Z] Building dependency tree... [2021-02-22T15:54:00.146Z] Reading state information... [2021-02-22T15:54:00.408Z] Calculating upgrade... [2021-02-22T15:54:00.408Z] The following packages will be upgraded: [2021-02-22T15:54:00.408Z] advancecomp base-files bash binutils binutils-common [2021-02-22T15:54:00.408Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-22T15:54:00.408Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-22T15:54:00.408Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-22T15:54:00.408Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-22T15:54:00.408Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-22T15:54:00.408Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-22T15:54:00.408Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-22T15:54:00.408Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-22T15:54:00.408Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-22T15:54:00.408Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-22T15:54:00.408Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-22T15:54:00.408Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-22T15:54:00.408Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-22T15:54:00.409Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-22T15:54:00.409Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-22T15:54:00.409Z] Need to get 63.8 MB of archives. [2021-02-22T15:54:00.409Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-22T15:54:00.409Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-22T15:54:00.674Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-22T15:54:00.674Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-22T15:54:00.674Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-22T15:54:00.674Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-22T15:54:00.674Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-22T15:54:00.674Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-22T15:54:00.674Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-22T15:54:00.674Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-22T15:54:00.674Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-22T15:54:00.674Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-22T15:54:00.674Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-22T15:54:00.674Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-22T15:54:00.674Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-22T15:54:00.674Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-22T15:54:00.674Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-22T15:54:00.674Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-22T15:54:00.674Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-22T15:54:00.937Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-22T15:54:00.937Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-22T15:54:00.937Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-22T15:54:00.937Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-22T15:54:00.937Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-22T15:54:00.937Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-22T15:54:00.937Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-22T15:54:00.937Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-22T15:54:00.937Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-22T15:54:00.937Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-22T15:54:00.937Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-22T15:54:00.937Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-22T15:54:00.937Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-22T15:54:00.937Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-22T15:54:00.937Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-22T15:54:00.937Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-22T15:54:00.937Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-22T15:54:00.937Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-22T15:54:00.937Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-22T15:54:00.937Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-22T15:54:00.937Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-22T15:54:00.937Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-22T15:54:00.937Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-22T15:54:00.937Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-22T15:54:00.937Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-22T15:54:00.937Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-22T15:54:00.937Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-22T15:54:00.937Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-22T15:54:00.937Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-22T15:54:00.937Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-22T15:54:00.937Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-22T15:54:01.199Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-22T15:54:01.199Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-22T15:54:01.199Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-22T15:54:01.199Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-22T15:54:01.199Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-22T15:54:01.199Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-22T15:54:01.199Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-22T15:54:01.199Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-22T15:54:01.470Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-22T15:54:01.470Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-22T15:54:01.470Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-22T15:54:01.732Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-22T15:54:01.732Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-22T15:54:01.732Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-22T15:54:01.732Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-22T15:54:01.732Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-22T15:54:01.732Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-22T15:54:01.732Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-22T15:54:01.732Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-22T15:54:01.732Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-22T15:54:01.732Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-22T15:54:01.993Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-22T15:54:01.993Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-22T15:54:01.993Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-22T15:54:01.993Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-22T15:54:01.993Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-22T15:54:01.993Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-22T15:54:01.993Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-22T15:54:01.993Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-22T15:54:01.993Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-22T15:54:01.993Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-22T15:54:01.993Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-22T15:54:01.993Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-22T15:54:01.993Z] Get:83 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-02-22T15:54:01.993Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-22T15:54:01.993Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-22T15:54:01.993Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-22T15:54:02.255Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-22T15:54:02.255Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-22T15:54:02.255Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-22T15:54:02.255Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-22T15:54:02.255Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-22T15:54:02.255Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-22T15:54:02.255Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-22T15:54:02.255Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-22T15:54:02.255Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-22T15:54:02.255Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-22T15:54:02.255Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-22T15:54:02.255Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-22T15:54:02.255Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-22T15:54:02.516Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T15:54:02.516Z] Fetched 63.8 MB in 2s (33.8 MB/s) [2021-02-22T15:54:02.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:02.516Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T15:54:02.516Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T15:54:03.462Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T15:54:03.462Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T15:54:03.462Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-22T15:54:03.462Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-22T15:54:04.410Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:04.410Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:04.410Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:04.410Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:04.671Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:04.671Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:04.932Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:04.932Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:04.932Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:04.932Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:05.193Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:05.193Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:05.193Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:05.193Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:05.455Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:05.455Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T15:54:05.455Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:05.455Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-22T15:54:05.716Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:05.716Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T15:54:05.716Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:05.716Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:05.977Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:05.977Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:05.977Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:06.240Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-22T15:54:06.240Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:06.502Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T15:54:06.502Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T15:54:06.764Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T15:54:07.025Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-22T15:54:07.286Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-22T15:54:07.286Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-22T15:54:07.548Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-22T15:54:07.548Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-22T15:54:07.548Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-22T15:54:07.810Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-22T15:54:07.810Z] Installing new version of config file /etc/issue ... [2021-02-22T15:54:07.810Z] Installing new version of config file /etc/issue.net ... [2021-02-22T15:54:07.810Z] Installing new version of config file /etc/lsb-release ... [2021-02-22T15:54:07.810Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-22T15:54:08.071Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-22T15:54:08.333Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-22T15:54:08.333Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-22T15:54:08.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:08.333Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-22T15:54:08.333Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-22T15:54:08.595Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-22T15:54:08.595Z] 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-02-22T15:54:08.858Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:08.858Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:08.858Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:09.123Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:09.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:09.123Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-22T15:54:09.123Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-22T15:54:09.385Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-22T15:54:09.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:09.385Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-22T15:54:09.385Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-22T15:54:09.644Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-22T15:54:09.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:09.908Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T15:54:09.908Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T15:54:09.908Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-22T15:54:10.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:10.173Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T15:54:10.173Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T15:54:10.173Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-22T15:54:10.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:10.436Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-22T15:54:10.436Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-22T15:54:10.436Z] Setting up grep (3.1-2build1) ... [2021-02-22T15:54:10.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:10.436Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-22T15:54:10.436Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-22T15:54:10.696Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-22T15:54:10.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:10.696Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T15:54:10.696Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T15:54:10.959Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-22T15:54:10.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:10.959Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-22T15:54:10.959Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T15:54:11.534Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-22T15:54:11.534Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T15:54:11.796Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-22T15:54:11.796Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T15:54:12.370Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-22T15:54:12.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:12.370Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-22T15:54:12.370Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-22T15:54:13.313Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-22T15:54:13.313Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-22T15:54:13.575Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-22T15:54:13.575Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-22T15:54:13.575Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-22T15:54:13.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:13.837Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-22T15:54:13.837Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-22T15:54:14.098Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-22T15:54:14.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:14.098Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:14.098Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:14.098Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:14.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:14.360Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:14.360Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:14.360Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:14.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:14.623Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:14.623Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:14.623Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:14.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:14.886Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:14.886Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:14.886Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:15.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:15.148Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T15:54:15.148Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T15:54:15.148Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T15:54:15.409Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T15:54:15.409Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-22T15:54:15.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:15.409Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-22T15:54:15.671Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T15:54:15.671Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-22T15:54:15.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:15.671Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:15.934Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:15.934Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:15.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:15.934Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:15.934Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:16.195Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:16.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:16.195Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:16.456Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:16.719Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:16.980Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-22T15:54:17.242Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-22T15:54:17.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:17.505Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-22T15:54:17.505Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-22T15:54:17.767Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-22T15:54:17.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-22T15:54:17.767Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-22T15:54:17.767Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-22T15:54:18.030Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-22T15:54:18.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:18.030Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-22T15:54:18.030Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-22T15:54:18.294Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-22T15:54:18.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:18.555Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-22T15:54:18.555Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-22T15:54:18.817Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-22T15:54:18.817Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:18.817Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-22T15:54:18.817Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-22T15:54:19.083Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-22T15:54:19.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:19.083Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-22T15:54:19.083Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T15:54:19.367Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T15:54:19.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:19.628Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-22T15:54:19.628Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T15:54:19.628Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T15:54:19.894Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:19.894Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-22T15:54:19.894Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T15:54:20.157Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T15:54:20.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:20.432Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-22T15:54:20.432Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-22T15:54:20.432Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-22T15:54:20.432Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-22T15:54:20.693Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T15:54:20.693Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T15:54:20.693Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-22T15:54:21.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:21.027Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-22T15:54:21.027Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-22T15:54:21.027Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-22T15:54:21.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:21.402Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-22T15:54:21.402Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-22T15:54:21.402Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-22T15:54:21.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:21.744Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-22T15:54:21.744Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-22T15:54:21.744Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-22T15:54:22.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:22.027Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-22T15:54:22.027Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-22T15:54:22.027Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-22T15:54:22.355Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:22.355Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-22T15:54:22.355Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-22T15:54:22.685Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-22T15:54:22.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:22.685Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-22T15:54:22.685Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-22T15:54:22.950Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-22T15:54:22.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:22.950Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-22T15:54:23.211Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-22T15:54:23.211Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-22T15:54:23.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:23.211Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-22T15:54:23.473Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-22T15:54:23.473Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-22T15:54:23.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:23.473Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-22T15:54:23.735Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-22T15:54:23.735Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-22T15:54:23.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:23.735Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-22T15:54:23.995Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-22T15:54:23.995Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-22T15:54:24.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:24.256Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-22T15:54:24.256Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-22T15:54:24.517Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-22T15:54:24.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-22T15:54:24.518Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-22T15:54:24.518Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-22T15:54:24.518Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-22T15:54:24.778Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-22T15:54:24.778Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-22T15:54:24.778Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-22T15:54:24.778Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-22T15:54:24.778Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-22T15:54:25.040Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-22T15:54:25.040Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-22T15:54:25.301Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-22T15:54:25.301Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-22T15:54:25.562Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-22T15:54:25.562Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-22T15:54:25.562Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-22T15:54:25.562Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-22T15:54:25.823Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-22T15:54:25.824Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-22T15:54:25.824Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-22T15:54:25.824Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-22T15:54:26.084Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-22T15:54:26.084Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-22T15:54:26.084Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-22T15:54:26.084Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-22T15:54:26.346Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-22T15:54:26.346Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-22T15:54:26.611Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-22T15:54:26.611Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-22T15:54:27.561Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-22T15:54:27.561Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-22T15:54:27.561Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-22T15:54:27.561Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-22T15:54:27.822Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T15:54:27.822Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T15:54:28.082Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T15:54:28.082Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T15:54:28.345Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T15:54:28.345Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T15:54:28.345Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-22T15:54:28.345Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-22T15:54:28.606Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:28.606Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:28.867Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:28.867Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:28.867Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:28.867Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:29.128Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:29.128Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:30.070Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:30.070Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:31.011Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:31.011Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:31.581Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:31.581Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:32.157Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:32.157Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:32.746Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-22T15:54:33.013Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-22T15:54:33.013Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-22T15:54:33.013Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-22T15:54:33.282Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-22T15:54:33.282Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-22T15:54:33.282Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-22T15:54:33.551Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-22T15:54:33.551Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-22T15:54:33.551Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-22T15:54:33.551Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-22T15:54:33.818Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-22T15:54:33.818Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-22T15:54:33.818Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-22T15:54:33.818Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-22T15:54:34.087Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-22T15:54:34.087Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:34.087Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-22T15:54:34.087Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:34.087Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:34.360Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:34.360Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-22T15:54:34.360Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-22T15:54:34.360Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-22T15:54:34.360Z] [2021-02-22T15:54:34.360Z] Current default time zone: 'Etc/UTC' [2021-02-22T15:54:34.360Z] Local time is now: Mon Feb 22 15:54:34 UTC 2021. [2021-02-22T15:54:34.360Z] Universal Time is now: Mon Feb 22 15:54:34 UTC 2021. [2021-02-22T15:54:34.360Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-22T15:54:34.360Z] [2021-02-22T15:54:34.360Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-22T15:54:34.630Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:34.630Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-22T15:54:34.630Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-22T15:54:34.630Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-22T15:54:34.630Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-22T15:54:34.630Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-22T15:54:34.630Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-22T15:54:34.630Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-22T15:54:34.898Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-22T15:54:34.898Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:34.898Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-22T15:54:35.161Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:35.162Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-22T15:54:35.162Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:35.422Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-22T15:54:35.423Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-22T15:54:35.423Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-22T15:54:35.423Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-22T15:54:35.423Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-22T15:54:35.423Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-22T15:54:35.423Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-22T15:54:35.423Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-22T15:54:37.341Z] Updating certificates in /etc/ssl/certs... [2021-02-22T15:54:38.726Z] 23 added, 27 removed; done. [2021-02-22T15:54:38.726Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-22T15:54:38.726Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-22T15:54:38.726Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-22T15:54:38.726Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-22T15:54:38.726Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-22T15:54:38.726Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:38.726Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-22T15:54:38.726Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:38.726Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:38.989Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:38.989Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:38.989Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:38.989Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-22T15:54:38.989Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-22T15:54:38.989Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-22T15:54:39.252Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-22T15:54:39.252Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-22T15:54:39.252Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:39.252Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-22T15:54:39.252Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-22T15:54:39.252Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-22T15:54:39.513Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-22T15:54:39.513Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-22T15:54:39.513Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-22T15:54:39.774Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-22T15:54:39.774Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-22T15:54:39.774Z] Updating certificates in /etc/ssl/certs... [2021-02-22T15:54:40.347Z] 0 added, 0 removed; done. [2021-02-22T15:54:40.347Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-22T15:54:40.347Z] done. [2021-02-22T15:54:40.920Z] Reading package lists... [2021-02-22T15:54:40.920Z] Building dependency tree... [2021-02-22T15:54:40.920Z] Reading state information... [2021-02-22T15:54:41.181Z] The following NEW packages will be installed: [2021-02-22T15:54:41.181Z] apt-transport-https [2021-02-22T15:54:41.181Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-22T15:54:41.181Z] Need to get 1696 B of archives. [2021-02-22T15:54:41.181Z] After this operation, 153 kB of additional disk space will be used. [2021-02-22T15:54:41.181Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-22T15:54:41.181Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T15:54:41.441Z] Fetched 1696 B in 0s (22.2 kB/s) [2021-02-22T15:54:41.441Z] Selecting previously unselected package apt-transport-https. [2021-02-22T15:54:41.441Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-22T15:54:41.441Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-22T15:54:41.441Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-22T15:54:41.441Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-22T15:54:41.703Z] Waiting for network to be ready... [2021-02-22T15:54:47.006Z] 2021-02-22T15:54:44Z INFO Waiting for automatic snapd restart... [2021-02-22T15:54:47.006Z] snapd 2.48.2.1 from Canonical* installed [2021-02-22T15:54:47.006Z] "snapd" switched to the "latest/stable" channel [2021-02-22T15:54:47.006Z] [2021-02-22T15:54:50.313Z] core18 20210128 from Canonical* installed [2021-02-22T15:54:50.313Z] "core18" switched to the "latest/stable" channel [2021-02-22T15:54:50.313Z] [2021-02-22T15:54:53.626Z] snapcraft 4.5.1 from Canonical* installed [2021-02-22T15:54:53.626Z] "snapcraft" switched to the "latest/stable" channel [2021-02-22T15:54:53.626Z] [2021-02-22T15:54:55.575Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:54:55.575Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:54:55.575Z] ---> 0aa7224a455a [2021-02-22T15:54:55.575Z] Step 3/21 : WORKDIR /edgex-go [2021-02-22T15:54:55.575Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:54:55.575Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:54:55.575Z] ---> 0aa7224a455a [2021-02-22T15:54:55.575Z] Step 3/24 : WORKDIR /edgex-go [2021-02-22T15:54:55.575Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:54:55.575Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:54:55.575Z] ---> 0aa7224a455a [2021-02-22T15:54:55.575Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T15:54:55.575Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:54:55.575Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:54:55.575Z] ---> 0aa7224a455a [2021-02-22T15:54:55.575Z] Step 3/30 : WORKDIR /edgex-go [2021-02-22T15:54:55.575Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:54:55.575Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:54:55.575Z] ---> 0aa7224a455a [2021-02-22T15:54:55.575Z] Step 3/26 : WORKDIR /edgex-go [2021-02-22T15:54:55.575Z] ---> Running in 1b9fd470f849 [2021-02-22T15:54:55.575Z] ---> Running in 4f9f954ea344 [2021-02-22T15:54:55.575Z] ---> Running in fd9bc94a696e [2021-02-22T15:54:55.575Z] ---> Running in 0f703da621f9 [2021-02-22T15:54:55.575Z] ---> Running in 0c43fd047497 [2021-02-22T15:54:55.575Z] Removing intermediate container 0c43fd047497 [2021-02-22T15:54:55.575Z] ---> 414d5e988129 [2021-02-22T15:54:55.575Z] Removing intermediate container 0f703da621f9 [2021-02-22T15:54:55.575Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8d4852534d51 [2021-02-22T15:54:55.575Z] [2021-02-22T15:54:55.575Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:54:55.575Z] Removing intermediate container fd9bc94a696e [2021-02-22T15:54:55.575Z] ---> 355b0a224551 [2021-02-22T15:54:55.576Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:54:55.576Z] Removing intermediate container 4f9f954ea344 [2021-02-22T15:54:55.576Z] ---> 03a58c6b62d0 [2021-02-22T15:54:55.576Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:54:55.576Z] Removing intermediate container 1b9fd470f849 [2021-02-22T15:54:55.576Z] ---> 6d7ff912dc44 [2021-02-22T15:54:55.576Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:54:55.576Z] ---> Running in f357f6cf5a69 [2021-02-22T15:54:55.576Z] ---> Running in 3e0e976e07b1 [2021-02-22T15:54:55.576Z] ---> Running in 1b3a357bd617 [2021-02-22T15:54:55.576Z] ---> Running in 4c2f260dce53 [2021-02-22T15:54:55.576Z] ---> Running in 1fed090b45be [2021-02-22T15:54:55.576Z] Removing intermediate container 3e0e976e07b1 [2021-02-22T15:54:55.576Z] ---> 95147153b47f [2021-02-22T15:54:55.576Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-22T15:54:55.576Z] ---> Running in 3eceb84a4ae3 [2021-02-22T15:54:55.576Z] Removing intermediate container 1b3a357bd617 [2021-02-22T15:54:55.576Z] ---> be4d11117854 [2021-02-22T15:54:55.576Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-22T15:54:55.576Z] Removing intermediate container 4c2f260dce53 [2021-02-22T15:54:55.576Z] ---> 7ac568c59fe4 [2021-02-22T15:54:55.576Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-22T15:54:55.576Z] ---> Running in 1c0ad502ea3d [2021-02-22T15:54:55.576Z] ---> Running in 7217220de59e [2021-02-22T15:54:55.576Z] Removing intermediate container f357f6cf5a69 [2021-02-22T15:54:55.576Z] ---> 13c86a74c75e [2021-02-22T15:54:55.576Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-22T15:54:55.576Z] Removing intermediate container 1fed090b45be [2021-02-22T15:54:55.576Z] ---> 297eeaf4ef1b [2021-02-22T15:54:55.576Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T15:54:55.576Z] ---> Running in d9bccd2b6b15 [2021-02-22T15:54:55.576Z] ---> Running in 526d1a8a39fa [2021-02-22T15:54:55.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:56.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:56.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:56.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:56.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:56.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:56.936Z] 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-02-22T15:54:56.936Z] - README.md [2021-02-22T15:54:56.936Z] - snapcraft.yaml.orig [2021-02-22T15:54:56.936Z] [2021-02-22T15:54:56.936Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-22T15:54:56.992Z] OK: 217 MiB in 51 packages [2021-02-22T15:54:56.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:57.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:57.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:57.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:54:58.143Z] OK: 217 MiB in 51 packages [2021-02-22T15:54:58.418Z] OK: 217 MiB in 51 packages [2021-02-22T15:54:58.418Z] Removing intermediate container 3eceb84a4ae3 [2021-02-22T15:54:58.418Z] ---> cef26d0c16d0 [2021-02-22T15:54:58.418Z] Step 6/26 : COPY go.mod . [2021-02-22T15:54:58.418Z] OK: 217 MiB in 51 packages [2021-02-22T15:54:58.694Z] OK: 217 MiB in 51 packages [2021-02-22T15:54:59.683Z] ---> 32e938046392 [2021-02-22T15:54:59.683Z] Step 7/26 : RUN go mod download [2021-02-22T15:54:59.683Z] Removing intermediate container 1c0ad502ea3d [2021-02-22T15:54:59.683Z] ---> b7cdd62ec77e [2021-02-22T15:54:59.683Z] Step 6/24 : COPY go.mod . [2021-02-22T15:54:59.962Z] ---> Running in dbbe432ddffc [2021-02-22T15:55:00.245Z] Removing intermediate container 526d1a8a39fa [2021-02-22T15:55:00.245Z] ---> d4b4ba24a50e [2021-02-22T15:55:00.245Z] Step 6/23 : COPY go.mod . [2021-02-22T15:55:00.245Z] Removing intermediate container 7217220de59e [2021-02-22T15:55:00.245Z] ---> 7a871ca1315f [2021-02-22T15:55:00.245Z] Step 6/30 : COPY go.mod . [2021-02-22T15:55:00.851Z] ---> 54c63416f3e0 [2021-02-22T15:55:00.851Z] Step 7/24 : RUN go mod download [2021-02-22T15:55:00.851Z] Removing intermediate container d9bccd2b6b15 [2021-02-22T15:55:00.851Z] ---> e2ee8a439482 [2021-02-22T15:55:00.851Z] Step 6/21 : COPY go.mod . [2021-02-22T15:55:01.125Z] ---> Running in 79653388769d [2021-02-22T15:55:01.721Z] ---> 5de2008b9ab6 [2021-02-22T15:55:01.721Z] Step 7/30 : RUN go mod download [2021-02-22T15:55:01.995Z] ---> b1a307ad2592 [2021-02-22T15:55:01.995Z] Step 7/23 : RUN go mod download [2021-02-22T15:55:01.995Z] ---> Running in 7c93ecc707e2 [2021-02-22T15:55:02.270Z] ---> Running in 35716105d3ea [2021-02-22T15:55:02.270Z] ---> 843aefa93a64 [2021-02-22T15:55:02.270Z] Step 7/21 : RUN go mod download [2021-02-22T15:55:02.545Z] ---> Running in 71df74a7ff40 [2021-02-22T15:55:03.531Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T15:55:03.531Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-22T15:55:03.531Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-22T15:55:03.531Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-22T15:55:04.014Z] Removing intermediate container dbbe432ddffc [2021-02-22T15:55:04.015Z] ---> 551e424bfb81 [2021-02-22T15:55:04.015Z] Step 8/26 : COPY . . [2021-02-22T15:55:04.739Z] Reading package lists... [2021-02-22T15:55:05.001Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-22T15:55:05.470Z] Removing intermediate container 79653388769d [2021-02-22T15:55:05.470Z] ---> 28d44a0b3d76 [2021-02-22T15:55:05.470Z] Step 8/24 : COPY . . [2021-02-22T15:55:07.467Z] Removing intermediate container 7c93ecc707e2 [2021-02-22T15:55:07.467Z] ---> 6997fbbc175b [2021-02-22T15:55:07.467Z] Step 8/30 : COPY . . [2021-02-22T15:55:07.743Z] Removing intermediate container 35716105d3ea [2021-02-22T15:55:07.743Z] ---> 4fcc358ee507 [2021-02-22T15:55:07.743Z] Step 8/23 : COPY . . [2021-02-22T15:55:08.019Z] Removing intermediate container 71df74a7ff40 [2021-02-22T15:55:08.019Z] ---> 1fb0b2aa76de [2021-02-22T15:55:08.019Z] Step 8/21 : COPY . . [2021-02-22T15:55:11.613Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T15:55:11.613Z] Reading package lists... [2021-02-22T15:55:11.613Z] Building dependency tree... [2021-02-22T15:55:11.613Z] Reading state information... [2021-02-22T15:55:11.613Z] Suggested packages: [2021-02-22T15:55:11.613Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-22T15:55:11.613Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-22T15:55:11.613Z] Recommended packages: [2021-02-22T15:55:11.613Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-22T15:55:11.613Z] The following NEW packages will be installed: [2021-02-22T15:55:11.613Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-22T15:55:11.613Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-22T15:55:11.613Z] pkg-config zip [2021-02-22T15:55:11.613Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-22T15:55:11.613Z] Need to get 7655 kB of archives. [2021-02-22T15:55:11.613Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-22T15:55:11.613Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-22T15:55:11.613Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-22T15:55:11.613Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-22T15:55:11.613Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-22T15:55:11.613Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-22T15:55:11.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-22T15:55:11.613Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-22T15:55:11.874Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-22T15:55:11.874Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-22T15:55:11.874Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-22T15:55:11.874Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-22T15:55:12.135Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-22T15:55:12.135Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-22T15:55:12.135Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-22T15:55:12.135Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-22T15:55:12.135Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T15:55:12.396Z] Fetched 7655 kB in 1s (10.2 MB/s) [2021-02-22T15:55:12.396Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-22T15:55:12.396Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-22T15:55:12.396Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-22T15:55:12.396Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-22T15:55:12.657Z] Selecting previously unselected package libpsl5:amd64. [2021-02-22T15:55:12.657Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-22T15:55:12.657Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-22T15:55:12.657Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-22T15:55:12.657Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-22T15:55:12.657Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-22T15:55:12.657Z] Selecting previously unselected package librtmp1:amd64. [2021-02-22T15:55:12.657Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-22T15:55:12.657Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-22T15:55:12.917Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-22T15:55:12.917Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-22T15:55:12.917Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-22T15:55:12.917Z] Selecting previously unselected package liberror-perl. [2021-02-22T15:55:12.917Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-22T15:55:12.917Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-22T15:55:12.917Z] Selecting previously unselected package git-man. [2021-02-22T15:55:12.917Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-22T15:55:12.917Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-22T15:55:13.178Z] Selecting previously unselected package git. [2021-02-22T15:55:13.178Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-22T15:55:13.178Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-22T15:55:14.125Z] Selecting previously unselected package libnorm1:amd64. [2021-02-22T15:55:14.125Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-22T15:55:14.125Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-22T15:55:14.125Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-22T15:55:14.125Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-22T15:55:14.125Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-22T15:55:14.125Z] Selecting previously unselected package libsodium23:amd64. [2021-02-22T15:55:14.125Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-22T15:55:14.125Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-22T15:55:14.388Z] Selecting previously unselected package libzmq5:amd64. [2021-02-22T15:55:14.388Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-22T15:55:14.388Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T15:55:14.388Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-22T15:55:14.388Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-22T15:55:14.388Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T15:55:14.650Z] Selecting previously unselected package pkg-config. [2021-02-22T15:55:14.650Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-22T15:55:14.650Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-22T15:55:14.650Z] Selecting previously unselected package zip. [2021-02-22T15:55:14.650Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-22T15:55:14.650Z] Unpacking zip (3.0-11build1) ... [2021-02-22T15:55:14.911Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-22T15:55:14.911Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-22T15:55:14.911Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-22T15:55:14.911Z] Setting up liberror-perl (0.17025-1) ... [2021-02-22T15:55:14.911Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-22T15:55:14.911Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-22T15:55:14.911Z] No schema files found: doing nothing. [2021-02-22T15:55:14.911Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-22T15:55:14.911Z] Setting up zip (3.0-11build1) ... [2021-02-22T15:55:14.911Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-22T15:55:15.173Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-22T15:55:15.173Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-22T15:55:15.173Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T15:55:15.173Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-22T15:55:15.173Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-22T15:55:15.173Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-22T15:55:15.435Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-22T15:55:22.033Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T15:55:22.033Z] git set to automatically installed. [2021-02-22T15:55:22.033Z] git-man set to automatically installed. [2021-02-22T15:55:22.033Z] libcurl3-gnutls set to automatically installed. [2021-02-22T15:55:22.033Z] liberror-perl set to automatically installed. [2021-02-22T15:55:22.033Z] libglib2.0-0 set to automatically installed. [2021-02-22T15:55:22.033Z] libnghttp2-14 set to automatically installed. [2021-02-22T15:55:22.033Z] libnorm1 set to automatically installed. [2021-02-22T15:55:22.033Z] libpgm-5.2-0 set to automatically installed. [2021-02-22T15:55:22.033Z] libpsl5 set to automatically installed. [2021-02-22T15:55:22.033Z] librtmp1 set to automatically installed. [2021-02-22T15:55:22.033Z] libsodium23 set to automatically installed. [2021-02-22T15:55:22.033Z] libzmq3-dev set to automatically installed. [2021-02-22T15:55:22.033Z] libzmq5 set to automatically installed. [2021-02-22T15:55:22.033Z] pkg-config set to automatically installed. [2021-02-22T15:55:22.033Z] zip set to automatically installed. [2021-02-22T15:55:23.419Z] snapd is not logged in, snap install commands will use sudo [2021-02-22T15:55:30.271Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-22T15:55:30.271Z] snap "core18" has no updates available [2021-02-22T15:55:31.216Z] Pulling config-common [2021-02-22T15:55:31.216Z] + snapcraftctl pull [2021-02-22T15:55:32.159Z] Pulling go-build-helper [2021-02-22T15:55:32.159Z] + snapcraftctl pull [2021-02-22T15:55:35.051Z] ---> 2493d25ffe7d [2021-02-22T15:55:35.051Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-22T15:55:35.051Z] ---> 83df718a0d31 [2021-02-22T15:55:35.051Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-22T15:55:35.051Z] ---> 1b3f9136aa0e [2021-02-22T15:55:35.051Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-22T15:55:35.051Z] ---> 0d60373ff269 [2021-02-22T15:55:35.051Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-22T15:55:35.051Z] ---> aede13448c7b [2021-02-22T15:55:35.051Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-22T15:55:35.051Z] ---> Running in 1d153750cb46 [2021-02-22T15:55:35.051Z] ---> Running in 27c6db57263a [2021-02-22T15:55:35.051Z] ---> Running in acbd17b2da1d [2021-02-22T15:55:35.051Z] ---> Running in e92f8fe9143d [2021-02-22T15:55:35.051Z] ---> Running in 32e9df48b6bf [2021-02-22T15:55:35.332Z] 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-02-22T15:55:35.332Z] 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-02-22T15:55:35.611Z] 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-02-22T15:55:35.612Z] 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-02-22T15:55:35.887Z] 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-02-22T15:55:54.132Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-22T15:55:54.133Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-22T15:55:54.133Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] [2021-02-22T15:55:54.133Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-22T15:55:54.133Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-22T15:55:54.133Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-22T15:55:54.133Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-22T15:55:54.133Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-22T15:55:54.133Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-22T15:55:54.133Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-22T15:55:54.133Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-22T15:55:54.133Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-22T15:55:54.133Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-22T15:55:54.133Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-22T15:55:54.133Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-22T15:55:54.133Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-22T15:55:54.133Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-22T15:55:54.133Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-22T15:55:54.133Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-22T15:55:54.133Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-22T15:55:54.133Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-22T15:55:54.133Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-22T15:55:54.133Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-22T15:55:54.133Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-22T15:55:54.133Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-22T15:55:54.133Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-22T15:55:54.133Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-22T15:55:54.133Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-22T15:55:54.133Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-22T15:55:54.133Z] Fetched 279 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-22T15:55:54.133Z] Fetched 122 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-22T15:55:54.133Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-22T15:55:54.133Z] Fetched 8848 B in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-22T15:55:54.133Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-22T15:55:54.133Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-22T15:55:54.133Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-22T15:55:54.133Z] Fetched 214 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-22T15:55:54.133Z] Fetched 154 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-22T15:55:54.133Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-22T15:55:54.133Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-22T15:55:54.133Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-22T15:55:54.133Z] Fetched 499 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-22T15:55:54.133Z] Fetched 111 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-22T15:55:54.133Z] Fetched 240 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-22T15:55:54.133Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-22T15:55:54.133Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-22T15:55:54.133Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-22T15:55:54.133Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-22T15:55:54.133Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-22T15:55:54.133Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-22T15:55:54.133Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-22T15:55:54.133Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-22T15:55:54.133Z] Fetched 8720 B in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-22T15:55:54.133Z] Fetched 137 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-22T15:55:54.133Z] Fetched 119 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-22T15:55:54.133Z] Fetched 109 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-22T15:55:54.133Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-22T15:55:54.133Z] Fetched 645 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-22T15:55:54.133Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-22T15:55:54.133Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-22T15:55:54.133Z] Fetched 368 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-22T15:55:54.133Z] Fetched 187 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-22T15:55:54.133Z] Fetched 175 kB in 0s (0 B/s) [2021-02-22T15:55:54.133Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-22T15:55:58.342Z] Fetched 206 kB in 0s (0 B/s) [2021-02-22T15:55:58.343Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-22T15:55:58.343Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-22T15:55:58.343Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-22T15:55:58.343Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-22T15:55:58.343Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-22T15:55:58.343Z] Fetched 159 kB in 0s (0 B/s) [2021-02-22T15:55:58.343Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-22T15:55:58.343Z] Fetched 107 kB in 0s (0 B/s) [2021-02-22T15:55:58.343Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-22T15:55:58.343Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-22T15:55:58.343Z] Pulling static-packages [2021-02-22T15:55:58.343Z] + snapcraftctl pull [2021-02-22T15:55:58.604Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-22T15:55:58.604Z] Skipping pull go-build-helper (already ran) [2021-02-22T15:55:58.604Z] Skipping pull static-packages (already ran) [2021-02-22T15:55:58.604Z] Building go-build-helper [2021-02-22T15:55:58.604Z] + snapcraftctl build [2021-02-22T15:56:02.816Z] Building static-packages [2021-02-22T15:56:02.816Z] + snapcraftctl build [2021-02-22T15:56:04.205Z] Staging go-build-helper [2021-02-22T15:56:04.468Z] + snapcraftctl stage [2021-02-22T15:56:05.412Z] Staging static-packages [2021-02-22T15:56:05.412Z] + snapcraftctl stage [2021-02-22T15:56:06.358Z] Pulling go115 [2021-02-22T15:56:06.358Z] + snapcraftctl pull [2021-02-22T15:56:07.301Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-22T15:56:07.301Z] Skipping pull go115 (already ran) [2021-02-22T15:56:07.301Z] Building go115 [2021-02-22T15:56:07.301Z] + dpkg --print-architecture [2021-02-22T15:56:07.301Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-22T15:56:07.301Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-22T15:56:07.302Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-22T15:56:07.302Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T15:56:07.302Z] Dload Upload Total Spent Left Speed [2021-02-22T15:56:10.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 115k 0 0 576k 0 0:03:25 --:--:-- 0:03:25 573k 27 115M 27 31.9M 0 0 26.6M 0 0:00:04 0:00:01 0:00:03 26.6M 60 115M 60 70.0M 0 0 31.8M 0 0:00:03 0:00:02 0:00:01 31.8M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M [2021-02-22T15:56:10.180Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-22T15:56:10.180Z] + sha256sum -c sha256 [2021-02-22T15:56:10.180Z] + grep OK [2021-02-22T15:56:10.753Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-22T15:56:10.753Z] + mkdir -p /root/stage/go1.15 [2021-02-22T15:56:10.753Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-22T15:56:14.962Z] Staging go115 [2021-02-22T15:56:14.962Z] + snapcraftctl stage [2021-02-22T15:56:20.259Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-22T15:56:20.259Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-22T15:56:20.260Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-22T15:56:20.260Z] Fetched 0 B in 0s (0 B/s) [2021-02-22T15:56:20.260Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-22T15:56:20.260Z] Fetched 224 kB in 0s (0 B/s) [2021-02-22T15:56:20.260Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-22T15:56:20.260Z] Fetched 157 kB in 0s (0 B/s) [2021-02-22T15:56:20.260Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-22T15:56:20.260Z] Fetched 221 kB in 0s (0 B/s) [2021-02-22T15:56:20.260Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-22T15:56:20.260Z] Fetched 143 kB in 0s (0 B/s) [2021-02-22T15:56:20.260Z] Pulling edgex-go [2021-02-22T15:56:20.260Z] + snapcraftctl pull [2021-02-22T15:56:20.834Z] Pulling version [2021-02-22T15:56:20.834Z] + cd /root/project [2021-02-22T15:56:20.834Z] + [ -f VERSION ] [2021-02-22T15:56:20.834Z] + PROJECT_VERSION=local-dev [2021-02-22T15:56:20.834Z] + git rev-parse --short HEAD [2021-02-22T15:56:20.834Z] + GIT_REVISION=17b3f087 [2021-02-22T15:56:20.834Z] + snapcraftctl set-version local-dev [2021-02-22T15:56:21.776Z] Building config-common [2021-02-22T15:56:21.776Z] + snapcraftctl build [2021-02-22T15:56:23.692Z] Skipping build go-build-helper (already ran) [2021-02-22T15:56:23.692Z] Skipping build static-packages (already ran) [2021-02-22T15:56:23.692Z] Skipping build go115 (already ran) [2021-02-22T15:56:23.953Z] Building edgex-go [2021-02-22T15:56:23.953Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-22T15:56:23.953Z] + cd /root/parts/edgex-go/src [2021-02-22T15:56:23.953Z] + make build [2021-02-22T15:56:23.953Z] 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-02-22T15:56:25.867Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-22T15:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-22T15:56:25.867Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-22T15:56:25.867Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-22T15:56:25.867Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-22T15:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-22T15:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-22T15:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-22T15:56:25.867Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-22T15:56:25.867Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-22T15:56:25.867Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-22T15:56:25.867Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-22T15:56:25.867Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-22T15:56:25.867Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-22T15:56:25.867Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-22T15:56:25.867Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-22T15:56:25.867Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-22T15:56:25.867Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-22T15:56:26.130Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-22T15:56:26.130Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-22T15:56:26.130Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-22T15:56:26.130Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-22T15:56:26.130Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T15:56:26.130Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-22T15:56:26.130Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-22T15:56:26.391Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-22T15:56:26.391Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-22T15:56:26.391Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-22T15:56:26.391Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-22T15:56:26.391Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-22T15:56:32.973Z] 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-02-22T15:56:32.973Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-22T15:56:38.268Z] 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-02-22T15:56:39.654Z] 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-02-22T15:56:41.042Z] 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-02-22T15:56:41.303Z] 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-02-22T15:56:41.564Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-22T15:56:41.825Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-22T15:56:41.825Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-22T15:56:41.825Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-22T15:56:43.798Z] 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-02-22T15:56:43.798Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-22T15:56:43.798Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-22T15:56:45.193Z] 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-02-22T15:56:45.764Z] 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-02-22T15:56:45.764Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-22T15:56:47.678Z] 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-02-22T15:56:48.250Z] 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-02-22T15:56:48.511Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-22T15:56:49.453Z] 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-02-22T15:56:49.453Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-22T15:56:51.367Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-22T15:56:51.367Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-22T15:56:51.367Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-22T15:56:51.367Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-22T15:56:51.367Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-22T15:56:51.367Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-22T15:56:51.367Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-22T15:56:51.367Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-22T15:56:51.367Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-22T15:56:51.629Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-22T15:56:51.629Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-22T15:56:51.629Z] + 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-02-22T15:56:51.629Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-22T15:56:51.629Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-22T15:56:51.629Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-22T15:56:51.629Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-22T15:56:51.629Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-22T15:56:51.629Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-22T15:56:51.629Z] + 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-02-22T15:56:53.013Z] Building version [2021-02-22T15:56:53.013Z] + snapcraftctl build [2021-02-22T15:56:54.930Z] Staging config-common [2021-02-22T15:56:54.930Z] + snapcraftctl stage [2021-02-22T15:56:55.874Z] Skipping stage go-build-helper (already ran) [2021-02-22T15:56:55.874Z] Skipping stage static-packages (already ran) [2021-02-22T15:56:55.874Z] Skipping stage go115 (already ran) [2021-02-22T15:56:55.874Z] Staging edgex-go [2021-02-22T15:56:55.874Z] + snapcraftctl stage [2021-02-22T15:56:56.818Z] Staging version [2021-02-22T15:56:56.818Z] + snapcraftctl stage [2021-02-22T15:56:57.745Z] 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-02-22T15:56:57.760Z] Priming config-common [2021-02-22T15:56:57.760Z] + snapcraftctl prime [2021-02-22T15:56:58.702Z] Priming go-build-helper [2021-02-22T15:56:58.702Z] + snapcraftctl prime [2021-02-22T15:56:59.644Z] Priming static-packages [2021-02-22T15:56:59.644Z] + snapcraftctl prime [2021-02-22T15:56:59.742Z] 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-02-22T15:57:02.194Z] Priming go115 [2021-02-22T15:57:02.194Z] + snapcraftctl prime [2021-02-22T15:57:03.136Z] Priming edgex-go [2021-02-22T15:57:03.136Z] + snapcraftctl prime [2021-02-22T15:57:04.081Z] Priming version [2021-02-22T15:57:04.081Z] + snapcraftctl prime [2021-02-22T15:57:05.041Z] 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-02-22T15:57:18.108Z] Removing intermediate container e92f8fe9143d [2021-02-22T15:57:18.108Z] ---> 9000d79cab79 [2021-02-22T15:57:18.108Z] [2021-02-22T15:57:18.108Z] Step 10/30 : FROM alpine:3.12 [2021-02-22T15:57:18.108Z] 3.12: Pulling from library/alpine [2021-02-22T15:57:18.108Z] Removing intermediate container 1d153750cb46 [2021-02-22T15:57:18.108Z] ---> 0ef064dcbb86 [2021-02-22T15:57:18.108Z] [2021-02-22T15:57:18.108Z] Step 10/24 : FROM alpine:3.12 [2021-02-22T15:57:18.108Z] 3.12: Pulling from library/alpine [2021-02-22T15:57:18.108Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T15:57:18.108Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-22T15:57:18.108Z] Status: Downloaded newer image for alpine:3.12 [2021-02-22T15:57:18.108Z] ---> afeebe901d6b [2021-02-22T15:57:18.108Z] Status: Image is up to date for alpine:3.12 [2021-02-22T15:57:18.108Z] ---> afeebe901d6b [2021-02-22T15:57:18.108Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-22T15:57:18.108Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-22T15:57:18.108Z] Removing intermediate container 27c6db57263a [2021-02-22T15:57:18.108Z] ---> 45c6f05c23a2 [2021-02-22T15:57:18.108Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-22T15:57:18.381Z] ---> Running in f3dd2723e13d [2021-02-22T15:57:18.381Z] ---> Running in 7c25c09c4285 [2021-02-22T15:57:18.381Z] ---> Running in f9046d47faad [2021-02-22T15:57:19.379Z] Removing intermediate container acbd17b2da1d [2021-02-22T15:57:19.379Z] ---> bc780674d208 [2021-02-22T15:57:19.379Z] [2021-02-22T15:57:19.379Z] Step 10/21 : FROM alpine:3.12 [2021-02-22T15:57:19.379Z] ---> afeebe901d6b [2021-02-22T15:57:19.379Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-22T15:57:19.656Z] ---> Running in 272cba13b9f1 [2021-02-22T15:57:19.656Z] Removing intermediate container f9046d47faad [2021-02-22T15:57:19.656Z] ---> 82a13bb9e1b0 [2021-02-22T15:57:19.656Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-22T15:57:19.931Z] ---> Running in 6db860e2eb42 [2021-02-22T15:57:20.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:20.924Z] 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-02-22T15:57:20.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:21.909Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-22T15:57:21.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:21.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:21.909Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T15:57:21.909Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-22T15:57:21.909Z] (4/5) Installing curl (7.69.1-r3) [2021-02-22T15:57:21.909Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-22T15:57:21.909Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:57:21.909Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T15:57:21.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:21.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:22.514Z] OK: 7 MiB in 19 packages [2021-02-22T15:57:22.514Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-22T15:57:22.514Z] (2/2) Installing su-exec (0.2-r1) [2021-02-22T15:57:22.514Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:57:22.514Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-22T15:57:22.514Z] OK: 5 MiB in 16 packages [2021-02-22T15:57:22.792Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T15:57:22.792Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-22T15:57:22.792Z] (4/4) Installing curl (7.69.1-r3) [2021-02-22T15:57:22.792Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:57:22.792Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T15:57:23.070Z] OK: 7 MiB in 18 packages [2021-02-22T15:57:25.709Z] Removing intermediate container 6db860e2eb42 [2021-02-22T15:57:25.709Z] ---> dfe5c3a185a2 [2021-02-22T15:57:25.709Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-22T15:57:25.709Z] Removing intermediate container f3dd2723e13d [2021-02-22T15:57:25.709Z] ---> c6c03b27c0ae [2021-02-22T15:57:25.709Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T15:57:25.709Z] ---> Running in e7ae60d531e4 [2021-02-22T15:57:25.709Z] ---> Running in 5894d5927622 [2021-02-22T15:57:25.986Z] Removing intermediate container 272cba13b9f1 [2021-02-22T15:57:25.986Z] ---> 27fef77a87f6 [2021-02-22T15:57:25.986Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-22T15:57:26.265Z] ---> Running in 291402374b57 [2021-02-22T15:57:26.549Z] Removing intermediate container 5894d5927622 [2021-02-22T15:57:26.549Z] ---> 878976712303 [2021-02-22T15:57:26.549Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-22T15:57:26.549Z] Removing intermediate container 7c25c09c4285 [2021-02-22T15:57:26.549Z] ---> 83aa49aa2e78 [2021-02-22T15:57:26.549Z] [2021-02-22T15:57:26.549Z] Step 11/26 : FROM docker:20.10.0 [2021-02-22T15:57:26.549Z] 20.10.0: Pulling from library/docker [2021-02-22T15:57:26.549Z] Removing intermediate container e7ae60d531e4 [2021-02-22T15:57:26.549Z] ---> 2513cf50aab7 [2021-02-22T15:57:26.549Z] Step 13/24 : WORKDIR / [2021-02-22T15:57:27.148Z] ---> Running in 7a3fe841a507 [2021-02-22T15:57:27.422Z] ---> Running in ffcdc0b339e2 [2021-02-22T15:57:27.712Z] Removing intermediate container 291402374b57 [2021-02-22T15:57:27.712Z] ---> 78975bf2bb21 [2021-02-22T15:57:27.712Z] Step 13/21 : WORKDIR /edgex [2021-02-22T15:57:28.008Z] Removing intermediate container 7a3fe841a507 [2021-02-22T15:57:28.008Z] ---> ff3e229ddcdb [2021-02-22T15:57:28.008Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-22T15:57:28.626Z] ---> Running in 08f81b677e70 [2021-02-22T15:57:28.900Z] ---> Running in 6391526af4cc [2021-02-22T15:57:28.901Z] Removing intermediate container ffcdc0b339e2 [2021-02-22T15:57:28.901Z] ---> b6e3d8676dd5 [2021-02-22T15:57:28.901Z] 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-02-22T15:57:30.390Z] Removing intermediate container 08f81b677e70 [2021-02-22T15:57:30.390Z] ---> eb9fd4de810e [2021-02-22T15:57:30.390Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-22T15:57:30.664Z] ---> dee2f4d71792 [2021-02-22T15:57:30.664Z] 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-02-22T15:57:31.265Z] Removing intermediate container 32e9df48b6bf [2021-02-22T15:57:31.265Z] ---> f74e32143106 [2021-02-22T15:57:31.265Z] [2021-02-22T15:57:31.265Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T15:57:31.265Z] ---> afeebe901d6b [2021-02-22T15:57:31.265Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T15:57:31.535Z] ---> Running in 1e16e3704f65 [2021-02-22T15:57:31.815Z] ---> 10043da7b239 [2021-02-22T15:57:31.815Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-22T15:57:31.815Z] ---> ad1346460f12 [2021-02-22T15:57:31.815Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-22T15:57:32.416Z] Removing intermediate container 6391526af4cc [2021-02-22T15:57:32.416Z] ---> 0b90fe381dd7 [2021-02-22T15:57:32.416Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-22T15:57:33.011Z] ---> Running in 4a8ef4f18146 [2021-02-22T15:57:33.284Z] ---> b5bcf7587cbe [2021-02-22T15:57:33.284Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-22T15:57:33.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:33.877Z] Removing intermediate container 4a8ef4f18146 [2021-02-22T15:57:33.877Z] ---> c71f6a505380 [2021-02-22T15:57:33.877Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-22T15:57:33.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:34.150Z] ---> 30f4bdae7f01 [2021-02-22T15:57:34.150Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-22T15:57:34.424Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-22T15:57:34.424Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:57:34.699Z] OK: 5 MiB in 15 packages [2021-02-22T15:57:34.699Z] ---> 7c42f237c79a [2021-02-22T15:57:34.699Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-22T15:57:35.679Z] ---> d7bc2e7c3ff9 [2021-02-22T15:57:35.679Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-22T15:57:36.273Z] ---> 1cdfd06301d5 [2021-02-22T15:57:36.273Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-22T15:57:36.273Z] ---> Running in acdad156a064 [2021-02-22T15:57:36.885Z] ---> Running in 2c918bc8cd7a [2021-02-22T15:57:36.885Z] ---> 63568c3d55c5 [2021-02-22T15:57:36.885Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-22T15:57:37.478Z] Removing intermediate container 1e16e3704f65 [2021-02-22T15:57:37.478Z] ---> 7f962112175d [2021-02-22T15:57:37.478Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T15:57:37.751Z] ---> Running in 789f4d021077 [2021-02-22T15:57:38.023Z] Removing intermediate container 2c918bc8cd7a [2021-02-22T15:57:38.023Z] ---> 0d88b58608cd [2021-02-22T15:57:38.023Z] Step 18/21 : CMD ["--init=true"] [2021-02-22T15:57:38.295Z] ---> c58deb8aa318 [2021-02-22T15:57:38.295Z] 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-02-22T15:57:38.578Z] ---> Running in a941ec54cc7c [2021-02-22T15:57:38.578Z] ---> Running in 7f7df5ac7a4c [2021-02-22T15:57:38.578Z] Removing intermediate container 789f4d021077 [2021-02-22T15:57:38.578Z] ---> 9630cfa90025 [2021-02-22T15:57:38.578Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-22T15:57:39.184Z] ---> Running in 74e89124910d [2021-02-22T15:57:39.184Z] Removing intermediate container a941ec54cc7c [2021-02-22T15:57:39.184Z] ---> 34ff5eb4e000 [2021-02-22T15:57:39.184Z] Step 19/21 : LABEL arch=arm64 [2021-02-22T15:57:39.462Z] ---> Running in d436e9052bcb [2021-02-22T15:57:39.741Z] Removing intermediate container 74e89124910d [2021-02-22T15:57:39.741Z] ---> 4399e486dfb2 [2021-02-22T15:57:39.741Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T15:57:40.018Z] ---> Running in c967a7ee8b2d [2021-02-22T15:57:40.018Z] Removing intermediate container d436e9052bcb [2021-02-22T15:57:40.018Z] ---> 51561e9a7ebe [2021-02-22T15:57:40.018Z] Step 20/21 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:57:40.018Z] Removing intermediate container acdad156a064 [2021-02-22T15:57:40.018Z] ---> 8cff23152708 [2021-02-22T15:57:40.018Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:57:40.299Z] ---> Running in a08e8b6a595c [2021-02-22T15:57:40.574Z] Removing intermediate container c967a7ee8b2d [2021-02-22T15:57:40.574Z] ---> d7976aef0341 [2021-02-22T15:57:40.574Z] Step 15/23 : WORKDIR / [2021-02-22T15:57:40.850Z] ---> Running in d6e547f7de2d [2021-02-22T15:57:41.121Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-22T15:57:41.121Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-22T15:57:41.121Z] ---> eeaf43b92773 [2021-02-22T15:57:41.121Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-22T15:57:41.121Z] Removing intermediate container a08e8b6a595c [2021-02-22T15:57:41.121Z] ---> 5afedd6e1157 [2021-02-22T15:57:41.121Z] Step 21/21 : LABEL version=0.0.0 [2021-02-22T15:57:41.121Z] ---> f746b3d776c1 [2021-02-22T15:57:41.121Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-22T15:57:41.395Z] ---> Running in 0f190c063741 [2021-02-22T15:57:41.395Z] ---> Running in 6dbaab568347 [2021-02-22T15:57:41.666Z] Removing intermediate container d6e547f7de2d [2021-02-22T15:57:41.666Z] ---> 583c1076dc1c [2021-02-22T15:57:41.666Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T15:57:41.945Z] Removing intermediate container 6dbaab568347 [2021-02-22T15:57:41.945Z] ---> 56d2c441a694 [2021-02-22T15:57:41.945Z] [2021-02-22T15:57:42.220Z] Removing intermediate container 7f7df5ac7a4c [2021-02-22T15:57:42.220Z] ---> cdb59641cd34 [2021-02-22T15:57:42.220Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-22T15:57:42.495Z] ---> Running in df575daa22db [2021-02-22T15:57:42.770Z] Successfully built 56d2c441a694 [2021-02-22T15:57:42.770Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-22T15:57:42.770Z] Building docker-support-scheduler-go [2021-02-22T15:57:42.770Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:42.770Z] ---> 807c78dea1ae [2021-02-22T15:57:42.770Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-22T15:57:43.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:43.041Z] ---> 1313192d8606 [2021-02-22T15:57:43.041Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-22T15:57:43.314Z] Removing intermediate container df575daa22db [2021-02-22T15:57:43.314Z] ---> 13520dae0b4e [2021-02-22T15:57:43.314Z] Step 22/24 : LABEL arch=arm64 [2021-02-22T15:57:43.592Z] ---> Running in 101d1d1db9a6 [2021-02-22T15:57:43.592Z] (1/2) Installing readline (8.0.4-r0) [2021-02-22T15:57:43.592Z] (2/2) Installing bash (5.0.17-r0) [2021-02-22T15:57:43.592Z] Executing bash-5.0.17-r0.post-install [2021-02-22T15:57:43.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:57:43.870Z] OK: 12 MiB in 22 packages [2021-02-22T15:57:44.465Z] Removing intermediate container 101d1d1db9a6 [2021-02-22T15:57:44.465Z] ---> 42d787ca07c3 [2021-02-22T15:57:44.465Z] Step 23/24 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:57:45.066Z] ---> ef3863f77777 [2021-02-22T15:57:45.066Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-22T15:57:45.066Z] ---> Running in d04cc0382ac8 [2021-02-22T15:57:45.662Z] ---> 4a69b542f61a [2021-02-22T15:57:45.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-22T15:57:46.257Z] Removing intermediate container d04cc0382ac8 [2021-02-22T15:57:46.257Z] ---> 68bd31edd2d7 [2021-02-22T15:57:46.257Z] Step 24/24 : LABEL version=0.0.0 [2021-02-22T15:57:46.533Z] ---> fbcacd9cbedc [2021-02-22T15:57:46.533Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-22T15:57:46.533Z] ---> Running in 5b843bc2e770 [2021-02-22T15:57:46.533Z] Removing intermediate container 0f190c063741 [2021-02-22T15:57:46.533Z] ---> 81a51934d4f9 [2021-02-22T15:57:46.533Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-22T15:57:46.808Z] ---> 88fec0cc6716 [2021-02-22T15:57:46.808Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-22T15:57:46.808Z] ---> Running in c0bf3f859d4f [2021-02-22T15:57:46.808Z] ---> Running in 364f00fc1fba [2021-02-22T15:57:47.082Z] ---> Running in bb09aae53a34 [2021-02-22T15:57:47.082Z] Removing intermediate container 5b843bc2e770 [2021-02-22T15:57:47.082Z] ---> ebde75a497be [2021-02-22T15:57:47.082Z] [2021-02-22T15:57:47.681Z] Removing intermediate container 364f00fc1fba [2021-02-22T15:57:47.681Z] ---> d4d71feddcf7 [2021-02-22T15:57:47.681Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-22T15:57:47.681Z] Successfully built ebde75a497be [2021-02-22T15:57:47.959Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-22T15:57:47.959Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-22T15:57:47.959Z] Removing intermediate container c0bf3f859d4f [2021-02-22T15:57:47.959Z] ---> 31ef45f4c260 [2021-02-22T15:57:47.959Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-22T15:57:48.234Z] ---> Running in fe28005da274 [2021-02-22T15:57:48.234Z] Removing intermediate container bb09aae53a34 [2021-02-22T15:57:48.234Z] ---> bba18213946e [2021-02-22T15:57:48.234Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:57:48.505Z] ---> Running in 2d58a9c0ee02 [2021-02-22T15:57:48.777Z] Removing intermediate container fe28005da274 [2021-02-22T15:57:48.777Z] ---> 97d0ce57a7ca [2021-02-22T15:57:48.777Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-22T15:57:49.047Z] ---> Running in fc40d66a3597 [2021-02-22T15:57:49.047Z] Removing intermediate container 2d58a9c0ee02 [2021-02-22T15:57:49.047Z] ---> e0f0e80068d7 [2021-02-22T15:57:49.047Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T15:57:49.047Z] ---> 1b9638971c60 [2021-02-22T15:57:49.047Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-22T15:57:49.334Z] ---> Running in 7bf784c55109 [2021-02-22T15:57:49.611Z] ---> Running in 0dd86f6fc88e [2021-02-22T15:57:49.884Z] Removing intermediate container fc40d66a3597 [2021-02-22T15:57:49.884Z] ---> bbca3295e6be [2021-02-22T15:57:49.884Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-22T15:57:50.158Z] Removing intermediate container 7bf784c55109 [2021-02-22T15:57:50.158Z] ---> f4b6e29cb312 [2021-02-22T15:57:50.158Z] Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:57:50.442Z] ---> Running in 9ec8788da850 [2021-02-22T15:57:51.428Z] ---> fce9f8112bb6 [2021-02-22T15:57:51.428Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-22T15:57:51.428Z] Removing intermediate container 9ec8788da850 [2021-02-22T15:57:51.428Z] ---> 6e5212acb717 [2021-02-22T15:57:51.428Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T15:57:51.428Z] ---> Running in 59ed5c84b605 [2021-02-22T15:57:52.453Z] Removing intermediate container 59ed5c84b605 [2021-02-22T15:57:52.453Z] ---> 99e1af7fd3e6 [2021-02-22T15:57:52.453Z] [2021-02-22T15:57:52.453Z] ---> 70abf1e6c569 [2021-02-22T15:57:52.453Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-22T15:57:53.079Z] Removing intermediate container 0dd86f6fc88e [2021-02-22T15:57:53.079Z] ---> ef0e3f6019a6 [2021-02-22T15:57:53.079Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-22T15:57:53.352Z] Successfully built 99e1af7fd3e6 [2021-02-22T15:57:53.626Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-22T15:57:53.626Z] Building docker-core-command-go [2021-02-22T15:57:53.898Z]  Building docker-core-metadata-go ... done  ---> Running in b62bc8ff1187 [2021-02-22T15:57:54.176Z] ---> 462a2fa2d451 [2021-02-22T15:57:54.176Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-22T15:57:54.449Z] ---> Running in 8e777a0e4ac9 [2021-02-22T15:57:54.449Z] Removing intermediate container b62bc8ff1187 [2021-02-22T15:57:54.449Z] ---> 503dc3105d80 [2021-02-22T15:57:54.449Z] Step 27/30 : CMD ["gate"] [2021-02-22T15:57:55.053Z] ---> Running in 103a1409f69a [2021-02-22T15:57:55.650Z] Removing intermediate container 103a1409f69a [2021-02-22T15:57:55.650Z] ---> a6f05b236302 [2021-02-22T15:57:55.651Z] Step 28/30 : LABEL arch=arm64 [2021-02-22T15:57:55.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:55.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:57:56.232Z] ---> Running in 9eb711f11416 [2021-02-22T15:57:56.520Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-22T15:57:56.520Z] (2/33) Installing expat (2.2.9-r1) [2021-02-22T15:57:56.520Z] (3/33) Installing libffi (3.3-r2) [2021-02-22T15:57:56.520Z] (4/33) Installing gdbm (1.13-r1) [2021-02-22T15:57:56.520Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-22T15:57:56.520Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-22T15:57:56.520Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-22T15:57:56.797Z] Removing intermediate container 9eb711f11416 [2021-02-22T15:57:56.797Z] ---> e09e113f40af [2021-02-22T15:57:56.797Z] Step 29/30 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:57:58.246Z] ---> Running in 05fa1364e778 [2021-02-22T15:57:58.524Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-22T15:57:58.524Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-22T15:57:58.524Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-22T15:57:58.524Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-22T15:57:58.524Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-22T15:57:58.524Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-22T15:57:58.803Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-22T15:57:58.803Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-22T15:57:58.803Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-22T15:57:58.803Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-22T15:57:58.803Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-22T15:57:59.084Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-22T15:57:59.084Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-22T15:57:59.084Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-22T15:57:59.084Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-22T15:57:59.084Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-22T15:57:59.084Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-22T15:57:59.084Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-22T15:57:59.084Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-22T15:57:59.084Z] Removing intermediate container 05fa1364e778 [2021-02-22T15:57:59.084Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-22T15:57:59.084Z] ---> 94c703bf62e5 [2021-02-22T15:57:59.084Z] Step 30/30 : LABEL version=0.0.0 [2021-02-22T15:57:59.084Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-22T15:57:59.084Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-22T15:57:59.084Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-22T15:57:59.084Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-22T15:57:59.360Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-22T15:57:59.360Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-22T15:57:59.360Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:57:59.360Z] OK: 71 MiB in 55 packages [2021-02-22T15:57:59.650Z] ---> Running in 2af05fa19607 [2021-02-22T15:58:00.631Z] Removing intermediate container 2af05fa19607 [2021-02-22T15:58:00.631Z] ---> 1fe46cc7f9c4 [2021-02-22T15:58:00.631Z] [2021-02-22T15:58:01.231Z] Successfully built 1fe46cc7f9c4 [2021-02-22T15:58:01.231Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-22T15:58:01.231Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-02-22T15:58:07.951Z] Removing intermediate container 8e777a0e4ac9 [2021-02-22T15:58:07.951Z] ---> 1c956f19ba2a [2021-02-22T15:58:07.951Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-22T15:58:07.951Z] ---> Running in 7711ac60be72 [2021-02-22T15:58:13.361Z] Collecting docker-compose==1.23.2 [2021-02-22T15:58:13.361Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-22T15:58:13.634Z] Collecting docopt<0.7,>=0.6.1 [2021-02-22T15:58:13.634Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-22T15:58:16.301Z] Collecting PyYAML<4,>=3.10 [2021-02-22T15:58:16.301Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-22T15:58:20.616Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-22T15:58:20.616Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-22T15:58:20.616Z] 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-02-22T15:58:20.616Z] Collecting cached-property<2,>=1.2.0 [2021-02-22T15:58:20.616Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-22T15:58:21.233Z] Collecting docker<4.0,>=3.6.0 [2021-02-22T15:58:21.233Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-22T15:58:21.530Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:58:21.530Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:58:21.530Z] ---> 0aa7224a455a [2021-02-22T15:58:21.530Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T15:58:21.530Z] ---> Using cache [2021-02-22T15:58:21.530Z] ---> 6d7ff912dc44 [2021-02-22T15:58:21.530Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:58:21.530Z] ---> Using cache [2021-02-22T15:58:21.530Z] ---> 297eeaf4ef1b [2021-02-22T15:58:21.530Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-22T15:58:21.530Z] ---> Using cache [2021-02-22T15:58:21.530Z] ---> d4b4ba24a50e [2021-02-22T15:58:21.530Z] Step 6/22 : COPY go.mod . [2021-02-22T15:58:21.530Z] ---> Using cache [2021-02-22T15:58:21.530Z] ---> b1a307ad2592 [2021-02-22T15:58:21.530Z] Step 7/22 : RUN go mod download [2021-02-22T15:58:21.530Z] ---> Using cache [2021-02-22T15:58:21.530Z] ---> 4fcc358ee507 [2021-02-22T15:58:21.530Z] Step 8/22 : COPY . . [2021-02-22T15:58:21.530Z] ---> Using cache [2021-02-22T15:58:21.530Z] ---> 0d60373ff269 [2021-02-22T15:58:21.530Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-22T15:58:22.533Z] Collecting jsonschema<3,>=2.5.1 [2021-02-22T15:58:22.806Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-22T15:58:23.779Z] Collecting texttable<0.10,>=0.9.0 [2021-02-22T15:58:23.779Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-22T15:58:24.758Z] ---> Running in f9dac4245400 [2021-02-22T15:58:26.201Z] 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-02-22T15:58:28.216Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-22T15:58:28.216Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-22T15:58:28.495Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-22T15:58:28.495Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-22T15:58:31.172Z] Collecting docker-pycreds>=0.4.0 [2021-02-22T15:58:31.172Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-22T15:58:31.172Z] 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-02-22T15:58:31.172Z] 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-02-22T15:58:31.446Z] Collecting idna<2.8,>=2.5 [2021-02-22T15:58:31.446Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-22T15:58:32.433Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-22T15:58:32.433Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-22T15:58:32.707Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-22T15:58:32.707Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-22T15:58:32.707Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-22T15:58:32.707Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-22T15:58:33.702Z] Installing collected packages: docopt, PyYAML, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, dockerpty, docker-compose [2021-02-22T15:58:33.702Z] Running setup.py install for docopt: started [2021-02-22T15:58:34.709Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:58:34.709Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:58:34.709Z] ---> 0aa7224a455a [2021-02-22T15:58:34.709Z] Step 3/22 : WORKDIR /edgex-go [2021-02-22T15:58:34.709Z] ---> Using cache [2021-02-22T15:58:34.709Z] ---> 6d7ff912dc44 [2021-02-22T15:58:34.709Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:58:34.709Z] ---> Using cache [2021-02-22T15:58:34.709Z] ---> 297eeaf4ef1b [2021-02-22T15:58:34.709Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-22T15:58:36.173Z] Running setup.py install for docopt: finished with status 'done' [2021-02-22T15:58:36.173Z] Running setup.py install for PyYAML: started [2021-02-22T15:58:36.173Z] ---> Running in c308ad6128f6 [2021-02-22T15:58:38.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:58:39.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:58:39.130Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-22T15:58:39.411Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:58:39.412Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:58:39.412Z] ---> 0aa7224a455a [2021-02-22T15:58:39.412Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T15:58:39.412Z] ---> Using cache [2021-02-22T15:58:39.412Z] ---> 6d7ff912dc44 [2021-02-22T15:58:39.412Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:58:39.412Z] ---> Using cache [2021-02-22T15:58:39.412Z] ---> 297eeaf4ef1b [2021-02-22T15:58:39.412Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-22T15:58:39.412Z] ---> Using cache [2021-02-22T15:58:39.412Z] ---> d4b4ba24a50e [2021-02-22T15:58:39.412Z] Step 6/23 : COPY go.mod . [2021-02-22T15:58:39.412Z] ---> Using cache [2021-02-22T15:58:39.412Z] ---> b1a307ad2592 [2021-02-22T15:58:39.412Z] Step 7/23 : RUN go mod download [2021-02-22T15:58:39.412Z] ---> Using cache [2021-02-22T15:58:39.412Z] ---> 4fcc358ee507 [2021-02-22T15:58:39.412Z] Step 8/23 : COPY . . [2021-02-22T15:58:39.412Z] ---> Using cache [2021-02-22T15:58:39.412Z] ---> 0d60373ff269 [2021-02-22T15:58:39.412Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-22T15:58:39.687Z] OK: 217 MiB in 51 packages [2021-02-22T15:58:40.287Z] ---> Running in 3eab7d8ebe60 [2021-02-22T15:58:40.287Z] Attempting uninstall: idna [2021-02-22T15:58:40.287Z] Found existing installation: idna 2.9 [2021-02-22T15:58:40.287Z] Uninstalling idna-2.9: [2021-02-22T15:58:40.567Z] Successfully uninstalled idna-2.9 [2021-02-22T15:58:41.558Z] Attempting uninstall: urllib3 [2021-02-22T15:58:41.558Z] Found existing installation: urllib3 1.25.9 [2021-02-22T15:58:41.558Z] Uninstalling urllib3-1.25.9: [2021-02-22T15:58:41.558Z] Successfully uninstalled urllib3-1.25.9 [2021-02-22T15:58:42.540Z] Removing intermediate container c308ad6128f6 [2021-02-22T15:58:42.540Z] ---> 8eb2baff277c [2021-02-22T15:58:42.540Z] Step 6/22 : COPY go.mod . [2021-02-22T15:58:42.540Z] Attempting uninstall: requests [2021-02-22T15:58:42.540Z] Found existing installation: requests 2.23.0 [2021-02-22T15:58:42.540Z] Uninstalling requests-2.23.0: [2021-02-22T15:58:42.829Z] Successfully uninstalled requests-2.23.0 [2021-02-22T15:58:42.829Z] 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-02-22T15:58:44.270Z] ---> 42153a838571 [2021-02-22T15:58:44.270Z] Step 7/22 : RUN go mod download [2021-02-22T15:58:44.270Z] ---> Running in 75f14c045817 [2021-02-22T15:58:44.870Z] Running setup.py install for texttable: started [2021-02-22T15:58:46.322Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-22T15:58:46.322Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-22T15:58:46.322Z] ---> 0aa7224a455a [2021-02-22T15:58:46.322Z] Step 3/23 : WORKDIR /edgex-go [2021-02-22T15:58:46.322Z] ---> Using cache [2021-02-22T15:58:46.322Z] ---> 6d7ff912dc44 [2021-02-22T15:58:46.322Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T15:58:46.322Z] ---> Using cache [2021-02-22T15:58:46.322Z] ---> 297eeaf4ef1b [2021-02-22T15:58:46.322Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-22T15:58:46.322Z] ---> Running in d4a18a441001 [2021-02-22T15:58:47.776Z] Running setup.py install for texttable: finished with status 'done' [2021-02-22T15:58:47.776Z] Running setup.py install for dockerpty: started [2021-02-22T15:58:48.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:58:48.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:58:49.258Z] Removing intermediate container 75f14c045817 [2021-02-22T15:58:49.258Z] ---> a613a70bb988 [2021-02-22T15:58:49.258Z] Step 8/22 : COPY . . [2021-02-22T15:58:49.857Z] OK: 217 MiB in 51 packages [2021-02-22T15:58:50.459Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-22T15:58:51.918Z] 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.57.0 [2021-02-22T15:58:52.910Z] Removing intermediate container d4a18a441001 [2021-02-22T15:58:52.910Z] ---> e63d0d86b4b4 [2021-02-22T15:58:52.910Z] Step 6/23 : COPY go.mod . [2021-02-22T15:58:54.909Z] ---> bde057d7bfa6 [2021-02-22T15:58:54.909Z] Step 7/23 : RUN go mod download [2021-02-22T15:58:55.931Z] ---> Running in 952aad2a612a [2021-02-22T15:59:00.598Z] Removing intermediate container 7711ac60be72 [2021-02-22T15:59:00.598Z] ---> 63ac35428985 [2021-02-22T15:59:00.599Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-22T15:59:01.590Z] ---> Running in dfd01cc3725a [2021-02-22T15:59:02.201Z] Removing intermediate container 952aad2a612a [2021-02-22T15:59:02.201Z] ---> 34bd4dea925b [2021-02-22T15:59:02.201Z] Step 8/23 : COPY . . [2021-02-22T15:59:03.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T15:59:03.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T15:59:04.917Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-22T15:59:04.917Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-22T15:59:04.917Z] (3/3) Installing curl (7.69.1-r3) [2021-02-22T15:59:04.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T15:59:05.193Z] OK: 71 MiB in 58 packages [2021-02-22T15:59:09.548Z] Removing intermediate container dfd01cc3725a [2021-02-22T15:59:09.548Z] ---> bffe6f898c04 [2021-02-22T15:59:09.548Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-22T15:59:09.548Z] ---> Running in 3d4daf5fcf65 [2021-02-22T15:59:11.010Z] Removing intermediate container 3d4daf5fcf65 [2021-02-22T15:59:11.010Z] ---> 1356ccc7c716 [2021-02-22T15:59:11.010Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T15:59:11.620Z] ---> Running in ea9abf82e6eb [2021-02-22T15:59:13.616Z] Removing intermediate container ea9abf82e6eb [2021-02-22T15:59:13.616Z] ---> b65231072781 [2021-02-22T15:59:13.616Z] Step 24/26 : LABEL arch=arm64 [2021-02-22T15:59:13.616Z] ---> Running in a5b9b5955ed6 [2021-02-22T15:59:15.092Z] Removing intermediate container a5b9b5955ed6 [2021-02-22T15:59:15.092Z] ---> 24ce51c87348 [2021-02-22T15:59:15.092Z] Step 25/26 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T15:59:15.691Z] ---> Running in 4669b2b37565 [2021-02-22T15:59:16.294Z] ---> f8f5c77fbcbf [2021-02-22T15:59:16.294Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-22T15:59:16.571Z] ---> Running in 1e0abdc64dae [2021-02-22T15:59:16.848Z] Removing intermediate container 4669b2b37565 [2021-02-22T15:59:16.848Z] ---> 86cb11c2e9ec [2021-02-22T15:59:16.848Z] Step 26/26 : LABEL version=0.0.0 [2021-02-22T15:59:17.454Z] ---> Running in 81abda3da28d [2021-02-22T15:59:18.462Z] Removing intermediate container 81abda3da28d [2021-02-22T15:59:18.463Z] ---> b211bc10c718 [2021-02-22T15:59:18.463Z] [2021-02-22T15:59:18.739Z] 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-02-22T15:59:19.731Z] Successfully built b211bc10c718 [2021-02-22T15:59:19.731Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-22T15:59:29.936Z]  Building docker-sys-mgmt-agent-go ... done  ---> 0fca7e79d34e [2021-02-22T15:59:29.936Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-22T15:59:29.936Z] ---> Running in d5c00cbf94f0 [2021-02-22T15:59:31.385Z] 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-02-22T16:00:03.870Z] Removing intermediate container f9dac4245400 [2021-02-22T16:00:03.870Z] ---> 5de6831e5997 [2021-02-22T16:00:03.870Z] [2021-02-22T16:00:03.870Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T16:00:03.870Z] ---> afeebe901d6b [2021-02-22T16:00:03.870Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-22T16:00:03.870Z] ---> Using cache [2021-02-22T16:00:03.870Z] ---> 7f962112175d [2021-02-22T16:00:03.870Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T16:00:03.870Z] ---> Using cache [2021-02-22T16:00:03.870Z] ---> 9630cfa90025 [2021-02-22T16:00:03.870Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-22T16:00:03.870Z] ---> Running in 771d898b237d [2021-02-22T16:00:03.870Z] Removing intermediate container 771d898b237d [2021-02-22T16:00:03.870Z] ---> d70065701fc5 [2021-02-22T16:00:03.870Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T16:00:03.870Z] ---> Running in f35cd4ed0e93 [2021-02-22T16:00:03.870Z] Removing intermediate container f35cd4ed0e93 [2021-02-22T16:00:03.870Z] ---> 94d713328b5d [2021-02-22T16:00:03.870Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T16:00:03.870Z] ---> 9b9e7560d8b4 [2021-02-22T16:00:03.870Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-22T16:00:04.855Z] ---> acc1e26a2269 [2021-02-22T16:00:05.145Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-22T16:00:06.127Z] ---> 011b1cffc6ce [2021-02-22T16:00:06.127Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-22T16:00:06.408Z] ---> Running in 67e80c9b2bd9 [2021-02-22T16:00:07.012Z] Removing intermediate container 67e80c9b2bd9 [2021-02-22T16:00:07.012Z] ---> f8abd82edd82 [2021-02-22T16:00:07.012Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T16:00:07.012Z] ---> Running in 056139df7d6c [2021-02-22T16:00:07.618Z] Removing intermediate container 056139df7d6c [2021-02-22T16:00:07.618Z] ---> bb71fa81db07 [2021-02-22T16:00:07.618Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T16:00:07.893Z] ---> Running in 04a2311e4f68 [2021-02-22T16:00:08.509Z] Removing intermediate container 04a2311e4f68 [2021-02-22T16:00:08.509Z] ---> ffcfcbea31de [2021-02-22T16:00:08.509Z] Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T16:00:09.127Z] ---> Running in 59b36a3a97b8 [2021-02-22T16:00:09.740Z] Removing intermediate container 59b36a3a97b8 [2021-02-22T16:00:09.740Z] ---> 76c67ba04e0c [2021-02-22T16:00:09.740Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T16:00:10.018Z] ---> Running in bdc40f583dc5 [2021-02-22T16:00:11.013Z] Removing intermediate container bdc40f583dc5 [2021-02-22T16:00:11.013Z] ---> 86ce6dd774cf [2021-02-22T16:00:11.013Z] [2021-02-22T16:00:12.007Z] Successfully built 86ce6dd774cf [2021-02-22T16:00:12.007Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-22T16:00:15.442Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3eab7d8ebe60 [2021-02-22T16:00:15.442Z] ---> c5e34abdaf60 [2021-02-22T16:00:15.442Z] [2021-02-22T16:00:15.442Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T16:00:15.442Z] ---> afeebe901d6b [2021-02-22T16:00:15.442Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-22T16:00:15.442Z] ---> Using cache [2021-02-22T16:00:15.442Z] ---> 7f962112175d [2021-02-22T16:00:15.442Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T16:00:15.442Z] ---> Using cache [2021-02-22T16:00:15.442Z] ---> 9630cfa90025 [2021-02-22T16:00:15.442Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-22T16:00:15.442Z] ---> Running in 3f1fff1e6e39 [2021-02-22T16:00:15.724Z] Removing intermediate container 3f1fff1e6e39 [2021-02-22T16:00:15.724Z] ---> 185f9f24d05a [2021-02-22T16:00:15.724Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-22T16:00:16.008Z] ---> Running in ed3e392ef467 [2021-02-22T16:00:16.619Z] Removing intermediate container ed3e392ef467 [2021-02-22T16:00:16.619Z] ---> 4a4fb8eb8f0b [2021-02-22T16:00:16.619Z] Step 15/23 : WORKDIR / [2021-02-22T16:00:16.619Z] ---> Running in aeb352e5b2d1 [2021-02-22T16:00:17.621Z] Removing intermediate container aeb352e5b2d1 [2021-02-22T16:00:17.621Z] ---> eed91babe284 [2021-02-22T16:00:17.621Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T16:00:18.611Z] ---> cf65a3dc25e1 [2021-02-22T16:00:18.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-22T16:00:20.610Z] ---> 5c68169aa2cd [2021-02-22T16:00:20.610Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-22T16:00:21.606Z] ---> 31cd5c4e7bbe [2021-02-22T16:00:21.607Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-22T16:00:21.880Z] ---> Running in 34d35b3f3431 [2021-02-22T16:00:22.479Z] Removing intermediate container 34d35b3f3431 [2021-02-22T16:00:22.479Z] ---> f4307e1289c7 [2021-02-22T16:00:22.479Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T16:00:22.756Z] ---> Running in 4ce1ef485270 [2021-02-22T16:00:23.365Z] Removing intermediate container 4ce1ef485270 [2021-02-22T16:00:23.365Z] ---> 01eebced2c90 [2021-02-22T16:00:23.365Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T16:00:23.643Z] ---> Running in 7b1ff29447e5 [2021-02-22T16:00:24.266Z] Removing intermediate container 7b1ff29447e5 [2021-02-22T16:00:24.266Z] ---> f8c1ae96f581 [2021-02-22T16:00:24.266Z] Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T16:00:24.545Z] ---> Running in a5ed616dff67 [2021-02-22T16:00:25.167Z] Removing intermediate container a5ed616dff67 [2021-02-22T16:00:25.167Z] ---> 9eba45c06bf1 [2021-02-22T16:00:25.167Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T16:00:25.443Z] ---> Running in 0a9739f96cb1 [2021-02-22T16:00:26.045Z] Removing intermediate container 0a9739f96cb1 [2021-02-22T16:00:26.045Z] ---> 3c382deac173 [2021-02-22T16:00:26.045Z] [2021-02-22T16:00:26.367Z] Successfully built 3c382deac173 [2021-02-22T16:00:26.367Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-22T16:00:41.535Z]  Building docker-core-command-go ... done Removing intermediate container 1e0abdc64dae [2021-02-22T16:00:41.535Z] ---> 8c1d3f2bf51e [2021-02-22T16:00:41.535Z] [2021-02-22T16:00:41.535Z] Step 10/22 : FROM alpine:3.12 [2021-02-22T16:00:41.535Z] ---> afeebe901d6b [2021-02-22T16:00:41.535Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-22T16:00:41.535Z] ---> Running in df52c3518c61 [2021-02-22T16:00:42.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T16:00:42.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T16:00:43.008Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-22T16:00:43.008Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-22T16:00:43.008Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T16:00:43.008Z] Executing ca-certificates-20191127-r4.trigger [2021-02-22T16:00:43.285Z] OK: 6 MiB in 16 packages [2021-02-22T16:00:45.936Z] Removing intermediate container df52c3518c61 [2021-02-22T16:00:45.936Z] ---> e083a81aee22 [2021-02-22T16:00:45.936Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-22T16:00:45.936Z] ---> Running in fd37fdafe182 [2021-02-22T16:00:46.211Z] Removing intermediate container fd37fdafe182 [2021-02-22T16:00:46.211Z] ---> 8227e5fb1d0e [2021-02-22T16:00:46.211Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-22T16:00:46.487Z] ---> Running in 0b1fd28b6475 [2021-02-22T16:00:46.773Z] Removing intermediate container 0b1fd28b6475 [2021-02-22T16:00:46.773Z] ---> 594c674f5bfe [2021-02-22T16:00:46.773Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-22T16:00:47.047Z] ---> Running in 0a47c5ebfc24 [2021-02-22T16:00:47.326Z] Removing intermediate container 0a47c5ebfc24 [2021-02-22T16:00:47.326Z] ---> f233084c478d [2021-02-22T16:00:47.326Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T16:00:48.308Z] ---> b19392bdb43f [2021-02-22T16:00:48.308Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-22T16:00:49.748Z] ---> 419a2a56ade5 [2021-02-22T16:00:49.748Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-22T16:00:51.180Z] ---> 11e5006c779d [2021-02-22T16:00:51.180Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-22T16:00:51.450Z] ---> Running in 12176c058038 [2021-02-22T16:00:51.723Z] Removing intermediate container d5c00cbf94f0 [2021-02-22T16:00:51.723Z] ---> 37ec157c9a40 [2021-02-22T16:00:51.723Z] [2021-02-22T16:00:51.723Z] Step 10/23 : FROM alpine:3.12 [2021-02-22T16:00:51.723Z] ---> afeebe901d6b [2021-02-22T16:00:51.723Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-22T16:00:51.994Z] ---> Running in 8cda0124272e [2021-02-22T16:00:51.994Z] Removing intermediate container 12176c058038 [2021-02-22T16:00:51.994Z] ---> aff0ac71f1ad [2021-02-22T16:00:51.994Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T16:00:51.994Z] ---> Running in e970e54f5ab3 [2021-02-22T16:00:52.268Z] Removing intermediate container 8cda0124272e [2021-02-22T16:00:52.268Z] ---> 14316a4ba186 [2021-02-22T16:00:52.268Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-22T16:00:52.545Z] ---> Running in 13a5657b5cdf [2021-02-22T16:00:52.545Z] Removing intermediate container e970e54f5ab3 [2021-02-22T16:00:52.545Z] ---> e990c6523f7a [2021-02-22T16:00:52.545Z] Step 20/22 : LABEL arch=arm64 [2021-02-22T16:00:52.817Z] ---> Running in d4b7eeb09090 [2021-02-22T16:00:52.817Z] Removing intermediate container 13a5657b5cdf [2021-02-22T16:00:52.817Z] ---> 6c81c905fcac [2021-02-22T16:00:52.817Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-22T16:00:53.090Z] ---> Running in bb13eea5b340 [2021-02-22T16:00:53.090Z] Removing intermediate container d4b7eeb09090 [2021-02-22T16:00:53.090Z] ---> c4ec2710f744 [2021-02-22T16:00:53.090Z] Step 21/22 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T16:00:53.376Z] ---> Running in 032ba9900414 [2021-02-22T16:00:53.376Z] Removing intermediate container bb13eea5b340 [2021-02-22T16:00:53.376Z] ---> 924dcfae7ee3 [2021-02-22T16:00:53.376Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-22T16:00:53.647Z] ---> Running in 5584611d3391 [2021-02-22T16:00:53.922Z] Removing intermediate container 032ba9900414 [2021-02-22T16:00:53.922Z] ---> ac9a8d530fec [2021-02-22T16:00:53.922Z] Step 22/22 : LABEL version=0.0.0 [2021-02-22T16:00:53.922Z] ---> Running in 2f968993e741 [2021-02-22T16:00:54.520Z] Removing intermediate container 2f968993e741 [2021-02-22T16:00:54.520Z] ---> 9da2ebeea28e [2021-02-22T16:00:54.520Z] [2021-02-22T16:00:54.792Z] Successfully built 9da2ebeea28e [2021-02-22T16:00:54.792Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-22T16:00:56.227Z]  Building docker-support-notifications-go ... done Removing intermediate container 5584611d3391 [2021-02-22T16:00:56.227Z] ---> 377a5da21c6c [2021-02-22T16:00:56.227Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-22T16:00:56.227Z] ---> Running in 2dd4394b6cee [2021-02-22T16:00:57.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T16:00:58.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T16:00:58.761Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-22T16:00:58.761Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-22T16:00:59.031Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-22T16:00:59.031Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-22T16:00:59.301Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-22T16:00:59.301Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-22T16:00:59.574Z] Executing busybox-1.31.1-r19.trigger [2021-02-22T16:00:59.574Z] OK: 8 MiB in 20 packages [2021-02-22T16:01:01.006Z] Removing intermediate container 2dd4394b6cee [2021-02-22T16:01:01.006Z] ---> 23829557394c [2021-02-22T16:01:01.006Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-22T16:01:01.603Z] ---> 26dab5191abc [2021-02-22T16:01:01.603Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-22T16:01:03.058Z] ---> 420c96e8d5eb [2021-02-22T16:01:03.059Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-22T16:01:04.042Z] ---> c60dc70dfd56 [2021-02-22T16:01:04.042Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-22T16:01:04.042Z] ---> Running in 803174a57d0c [2021-02-22T16:01:04.314Z] Removing intermediate container 803174a57d0c [2021-02-22T16:01:04.314Z] ---> 6ec30010f160 [2021-02-22T16:01:04.314Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-22T16:01:04.586Z] ---> Running in 4c2643dfda62 [2021-02-22T16:01:04.856Z] Removing intermediate container 4c2643dfda62 [2021-02-22T16:01:04.856Z] ---> 39ec0af45a6c [2021-02-22T16:01:04.856Z] Step 21/23 : LABEL arch=arm64 [2021-02-22T16:01:05.127Z] ---> Running in 6102f3118f9b [2021-02-22T16:01:05.398Z] Removing intermediate container 6102f3118f9b [2021-02-22T16:01:05.398Z] ---> 731060762d9b [2021-02-22T16:01:05.398Z] Step 22/23 : LABEL git_sha=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [2021-02-22T16:01:05.671Z] ---> Running in 3da0060a2ff8 [2021-02-22T16:01:05.943Z] Removing intermediate container 3da0060a2ff8 [2021-02-22T16:01:05.943Z] ---> 651ffbc54bdc [2021-02-22T16:01:05.943Z] Step 23/23 : LABEL version=0.0.0 [2021-02-22T16:01:06.214Z] ---> Running in 7641a3c0a0da [2021-02-22T16:01:06.486Z] Removing intermediate container 7641a3c0a0da [2021-02-22T16:01:06.486Z] ---> bdf734304a4a [2021-02-22T16:01:06.486Z] [2021-02-22T16:01:07.080Z] Successfully built bdf734304a4a [2021-02-22T16:01:07.080Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-22T16:01:07.367Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-22T16:01:07.368Z] $ docker stop --time=1 72dc94315ba587c5696b3f79be19d8a953287e14b34a9984cde32aa956899909 [2021-02-22T16:01:09.297Z] $ docker rm -f 72dc94315ba587c5696b3f79be19d8a953287e14b34a9984cde32aa956899909 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T16:01:10.025Z] + grep docker [2021-02-22T16:01:10.025Z] + docker images [2021-02-22T16:01:10.298Z] docker-core-data-go-arm64 latest bdf734304a4a 4 seconds ago 21.1MB [2021-02-22T16:01:10.298Z] docker-support-notifications-go-arm64 latest 9da2ebeea28e 16 seconds ago 16.8MB [2021-02-22T16:01:10.298Z] docker-core-command-go-arm64 latest 3c382deac173 45 seconds ago 16.2MB [2021-02-22T16:01:10.298Z] docker-support-scheduler-go-arm64 latest 86ce6dd774cf About a minute ago 16.3MB [2021-02-22T16:01:10.298Z] docker-sys-mgmt-agent-go-arm64 latest b211bc10c718 About a minute ago 300MB [2021-02-22T16:01:10.298Z] docker-security-bootstrapper-go-arm64 latest 1fe46cc7f9c4 3 minutes ago 17.3MB [2021-02-22T16:01:10.298Z] docker-core-metadata-go-arm64 latest 99e1af7fd3e6 3 minutes ago 17.9MB [2021-02-22T16:01:10.298Z] docker-security-secretstore-setup-go-arm64 latest ebde75a497be 3 minutes ago 23.7MB [2021-02-22T16:01:10.298Z] docker-security-proxy-setup-go-arm64 latest 56d2c441a694 3 minutes ago 23.4MB [2021-02-22T16:01:10.298Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-02-22T16:01:13.038Z] provisioning config files... [2021-02-22T16:01:13.052Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1784554884396680145tmp [Pipeline] { [Pipeline] sh [2021-02-22T16:01:13.488Z] + set +x [2021-02-22T16:01:13.488Z] + curl -s https://codecov.io/bash [2021-02-22T16:01:13.488Z] + bash -s -- [2021-02-22T16:01:14.065Z] [2021-02-22T16:01:14.065Z] _____ _ [2021-02-22T16:01:14.065Z] / ____| | | [2021-02-22T16:01:14.065Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T16:01:14.065Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T16:01:14.065Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T16:01:14.065Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T16:01:14.065Z] Bash-20210129-7c25fce [2021-02-22T16:01:14.065Z] [2021-02-22T16:01:14.065Z] [2021-02-22T16:01:14.065Z] ==> git version 2.24.3 found [2021-02-22T16:01:14.065Z] ==> 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-02-22T16:01:14.065Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T16:01:14.065Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T16:01:14.065Z] ==> Jenkins CI detected. [2021-02-22T16:01:14.065Z] project root: . [2021-02-22T16:01:14.065Z] --> token set from env [2021-02-22T16:01:14.065Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T16:01:14.065Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T16:01:14.065Z] ==> Python coveragepy not found [2021-02-22T16:01:14.065Z] ==> Searching for coverage reports in: [2021-02-22T16:01:14.065Z] + . [2021-02-22T16:01:14.065Z] -> Found 1 reports [2021-02-22T16:01:14.065Z] ==> Detecting git/mercurial file structure [2021-02-22T16:01:14.065Z] ==> Reading reports [2021-02-22T16:01:14.065Z] + ./coverage.out bytes=592582 [2021-02-22T16:01:14.065Z] ==> Appending adjustments [2021-02-22T16:01:14.065Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T16:01:17.380Z] + Found adjustments [2021-02-22T16:01:17.380Z] ==> Gzipping contents [2021-02-22T16:01:17.380Z] 88K /tmp/codecov.VulFg5.gz [2021-02-22T16:01:17.380Z] ==> Uploading reports [2021-02-22T16:01:17.380Z] url: https://codecov.io [2021-02-22T16:01:17.380Z] query: branch=PR-3179&commit=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= [2021-02-22T16:01:17.380Z] -> Pinging Codecov [2021-02-22T16:01:17.380Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3179&commit=17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= [2021-02-22T16:01:17.957Z] -> Uploading to [2021-02-22T16:01:17.957Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/00271124DB129430A58F1EEE437C3FCB/17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca/be4bc45d-a271-4228-bcfc-e73b55a88950.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T160117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48caecda9ec0cf662a9ca0ff6bb96518f1ae7b805e8cb6e687c553317afb3a6c [2021-02-22T16:01:17.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T16:01:17.957Z] Dload Upload Total Spent Left Speed [2021-02-22T16:01:18.532Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88558 0 0 100 88558 0 152k --:--:-- --:--:-- --:--:-- 153k [2021-02-22T16:01:18.532Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/17b3f087a7243af79914fbd3ae2c5e5b79f9d8ca [Pipeline] } [2021-02-22T16:01:18.543Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-22T16:01:22.439Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T16:01:23.324Z] ---> package-listing.sh [2021-02-22T16:01:23.324Z] ++ facter osfamily [2021-02-22T16:01:23.324Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T16:01:23.324Z] + OS_FAMILY=redhat [2021-02-22T16:01:23.324Z] + workspace=/w/workspace/edgex-go/4 [2021-02-22T16:01:23.324Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T16:01:23.324Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T16:01:23.324Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T16:01:23.324Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T16:01:23.324Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-22T16:01:23.324Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T16:01:23.324Z] + case "${OS_FAMILY}" in [2021-02-22T16:01:23.324Z] + rpm -qa [2021-02-22T16:01:23.324Z] + sort [2021-02-22T16:01:28.639Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T16:01:28.639Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T16:01:28.639Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T16:01:28.639Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-22T16:01:28.639Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-22T16:01:28.639Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-22T16:01:28.654Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-22T16:01:28.954Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T16:01:29.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T16:01:29.261Z] [2021-02-22T16:01:29.261Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T16:01:29.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T16:01:29.616Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T16:01:29.616Z] df20fa9351a1: Pulling fs layer [2021-02-22T16:01:29.616Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T16:01:29.616Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T16:01:29.616Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T16:01:29.616Z] 93b61091891f: Pulling fs layer [2021-02-22T16:01:29.616Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T16:01:29.616Z] 5e14af77c1be: Pulling fs layer [2021-02-22T16:01:29.616Z] 01666e4c0597: Pulling fs layer [2021-02-22T16:01:29.616Z] aa168da1d23b: Pulling fs layer [2021-02-22T16:01:29.616Z] 93b9cdb0e59b: Waiting [2021-02-22T16:01:29.616Z] 5e14af77c1be: Waiting [2021-02-22T16:01:29.616Z] 01666e4c0597: Waiting [2021-02-22T16:01:29.616Z] aa168da1d23b: Waiting [2021-02-22T16:01:29.616Z] 46f8f816bc3b: Waiting [2021-02-22T16:01:29.616Z] 93b61091891f: Waiting [2021-02-22T16:01:29.616Z] 36b3adc4ff6f: Download complete [2021-02-22T16:01:29.616Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T16:01:29.616Z] 46f8f816bc3b: Download complete [2021-02-22T16:01:29.616Z] df20fa9351a1: Verifying Checksum [2021-02-22T16:01:29.616Z] df20fa9351a1: Download complete [2021-02-22T16:01:29.882Z] 93b9cdb0e59b: Verifying Checksum [2021-02-22T16:01:29.882Z] 93b9cdb0e59b: Download complete [2021-02-22T16:01:29.882Z] 5e14af77c1be: Download complete [2021-02-22T16:01:29.882Z] 93b61091891f: Download complete [2021-02-22T16:01:29.882Z] 01666e4c0597: Verifying Checksum [2021-02-22T16:01:29.882Z] 01666e4c0597: Download complete [2021-02-22T16:01:29.882Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T16:01:29.882Z] 8ad3a11d3b57: Download complete [2021-02-22T16:01:30.151Z] df20fa9351a1: Pull complete [2021-02-22T16:01:30.422Z] 36b3adc4ff6f: Pull complete [2021-02-22T16:01:31.006Z] 8ad3a11d3b57: Pull complete [2021-02-22T16:01:31.957Z] aa168da1d23b: Verifying Checksum [2021-02-22T16:01:31.957Z] aa168da1d23b: Download complete [2021-02-22T16:01:32.913Z] 46f8f816bc3b: Pull complete [2021-02-22T16:01:33.490Z] 93b61091891f: Pull complete [2021-02-22T16:01:33.490Z] 93b9cdb0e59b: Pull complete [2021-02-22T16:01:33.490Z] 5e14af77c1be: Pull complete [2021-02-22T16:01:33.753Z] 01666e4c0597: Pull complete [2021-02-22T16:01:43.805Z] aa168da1d23b: Pull complete [2021-02-22T16:01:43.805Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T16:01:43.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T16:01:43.805Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T16:01:44.066Z] prd-centos7-docker-4c-2g-27166 does not seem to be running inside a container [2021-02-22T16:01:44.118Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-22T16:01:47.346Z] $ docker top ac24aada07bf07359731ed768260143c7967af83cbe4b1dc1fb428f5942aaa5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T16:01:48.083Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T16:01:48.501Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T16:01:48.867Z] + ls /var/log/sa-host [2021-02-22T16:01:48.867Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T16:01:48.867Z] file_magic: OK [2021-02-22T16:01:48.867Z] HZ: Using current value: 100 [2021-02-22T16:01:48.867Z] file_header: OK [2021-02-22T16:01:48.867Z] 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-02-22T16:01:48.867Z] Statistics: [2021-02-22T16:01:48.867Z] 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... [2021-02-22T16:01:48.867Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T16:01:48.867Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T16:01:48.867Z] file_magic: OK [2021-02-22T16:01:48.867Z] HZ: Using current value: 100 [2021-02-22T16:01:48.867Z] file_header: OK [2021-02-22T16:01:48.867Z] 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-02-22T16:01:48.867Z] Statistics: [2021-02-22T16:01:48.867Z] Hnuu...uuuununununu... [2021-02-22T16:01:48.867Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T16:01:49.569Z] provisioning config files... [2021-02-22T16:01:49.585Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4971967108450778613tmp [Pipeline] { [Pipeline] echo [2021-02-22T16:01:49.671Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T16:01:49.971Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T16:01:49.981Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T16:01:50.072Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T16:01:50.379Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T16:01:50.390Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T16:01:50.733Z] ---> sudo-logs.sh [2021-02-22T16:01:50.733Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T16:01:50.793Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T16:01:51.089Z] ---> job-cost.sh [2021-02-22T16:01:51.089Z] lf-activate-venv: SKIPPING [2021-02-22T16:01:51.089Z] INFO: No Stack... [2021-02-22T16:01:52.034Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T16:01:52.296Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T16:01:52.308Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T16:01:52.603Z] ---> logs-deploy.sh [2021-02-22T16:01:52.603Z] lf-activate-venv: SKIPPING [2021-02-22T16:01:52.603Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3179/4 [2021-02-22T16:01:52.603Z] INFO: archiving workspace using pattern(s): [2021-02-22T16:01:53.990Z] Archives upload complete. [2021-02-22T16:01:53.990Z] INFO: archiving logs to Nexus