Pull request #3048 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1d85f020a9aa6f120c487b081e6e1f34154e693+4e8269025e0154ee6bf5f0a3cff0374e651c382f (9ee8ae01d6bc1d13362363bf993c6eb0254e0d67) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21246 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [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/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit a1d85f020a9aa6f120c487b081e6e1f34154e693 Merge succeeded, producing a1d85f020a9aa6f120c487b081e6e1f34154e693 Checking out Revision a1d85f020a9aa6f120c487b081e6e1f34154e693 (PR-3048) > git config core.sparsecheckout # timeout=10 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # 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 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:51:48.544Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:51:48.799Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:51:48.924Z] ========================================================= [2021-01-19T17:51:48.924Z] EdgeX Global Pipelines Version Info [2021-01-19T17:51:48.924Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ffa95b353c5b7caeaa4249210358a1a21b6c9aae # timeout=10 [2021-01-19T17:51:50.868Z] ------------------- [2021-01-19T17:51:50.868Z] stable info: [2021-01-19T17:51:50.868Z] ------------------- [2021-01-19T17:51:50.868Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:51:50.868Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:51:50.868Z] Message: update stable to v1.0.177 [2021-01-19T17:51:51.446Z] ------------------- [2021-01-19T17:51:51.446Z] experimental info: [2021-01-19T17:51:51.446Z] ------------------- [2021-01-19T17:51:51.446Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:51:51.446Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:51:51.446Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:51:51.707Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:51:51.824Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:51:51.917Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:51:52.005Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:51:52.095Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:51:52.186Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:51:52.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:51:52.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:51:52.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:51:52.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:51:52.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:51:52.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:51:52.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:51:52.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:51:52.968Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:51:53.052Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:51:53.195Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:51:53.287Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:51:53.372Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:51:53.457Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:51:53.540Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:51:53.626Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:51:53.730Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:51:53.818Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3048 [Pipeline] echo [2021-01-19T17:51:53.905Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3048 [Pipeline] echo [2021-01-19T17:51:53.991Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3048 [Pipeline] echo [2021-01-19T17:51:54.077Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1d85f020a9aa6f120c487b081e6e1f34154e693 [Pipeline] echo [2021-01-19T17:51:54.163Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1d85f0 [Pipeline] echo [2021-01-19T17:51:54.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:51:54.411Z] provisioning config files... [2021-01-19T17:51:54.440Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3923129288349755400tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:51:54.811Z] ---> docker-login.sh [2021-01-19T17:51:54.811Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:51:55.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:51:55.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:51:55.102Z] Configure a credential helper to remove this warning. See [2021-01-19T17:51:55.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:51:55.102Z] [2021-01-19T17:51:55.102Z] Login Succeeded [2021-01-19T17:51:55.102Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:51:55.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:51:55.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:51:55.375Z] Configure a credential helper to remove this warning. See [2021-01-19T17:51:55.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:51:55.375Z] [2021-01-19T17:51:55.375Z] Login Succeeded [2021-01-19T17:51:55.375Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:51:55.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:51:55.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:51:55.638Z] Configure a credential helper to remove this warning. See [2021-01-19T17:51:55.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:51:55.638Z] [2021-01-19T17:51:55.638Z] Login Succeeded [2021-01-19T17:51:55.638Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:51:55.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:51:55.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:51:55.904Z] Configure a credential helper to remove this warning. See [2021-01-19T17:51:55.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:51:55.904Z] [2021-01-19T17:51:55.904Z] Login Succeeded [2021-01-19T17:51:55.904Z] docker.io [2021-01-19T17:51:55.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:51:56.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:51:56.176Z] Configure a credential helper to remove this warning. See [2021-01-19T17:51:56.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:51:56.176Z] [2021-01-19T17:51:56.176Z] Login Succeeded [2021-01-19T17:51:56.176Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:51:56.192Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:51:56.664Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.664Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.664Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.664Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.664Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.664Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.664Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:51:56.664Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.664Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:51:56.664Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.665Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:51:56.665Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.665Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:51:56.665Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.665Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:51:56.665Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:51:56.665Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:51:56.665Z] ++ cut -d/ -f2 [2021-01-19T17:51:56.665Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:51:56.739Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-19T17:51:57.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:51:57.537Z] [2021-01-19T17:51:57.537Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:51:57.893Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:51:57.893Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:51:57.893Z] 31603596830f: Pulling fs layer [2021-01-19T17:51:57.893Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:51:57.893Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:51:57.893Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:51:57.893Z] ecc8261a40a4: Waiting [2021-01-19T17:51:57.893Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T17:51:57.893Z] 2a8b12db71e7: Download complete [2021-01-19T17:51:57.893Z] 31603596830f: Verifying Checksum [2021-01-19T17:51:57.893Z] 31603596830f: Download complete [2021-01-19T17:51:58.160Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:51:58.160Z] ecc8261a40a4: Download complete [2021-01-19T17:51:58.160Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:51:58.160Z] 6ca5941a6612: Download complete [2021-01-19T17:51:58.426Z] 31603596830f: Pull complete [2021-01-19T17:51:58.426Z] 2a8b12db71e7: Pull complete [2021-01-19T17:51:59.384Z] 6ca5941a6612: Pull complete [2021-01-19T17:51:59.384Z] ecc8261a40a4: Pull complete [2021-01-19T17:51:59.649Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:51:59.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:51:59.649Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:51:59.762Z] prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container [2021-01-19T17:51:59.826Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T17:52:02.480Z] $ docker top b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:52:02.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:52:02.767Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:52:02.973Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:52:02.978Z] $ docker exec b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent [2021-01-19T17:52:03.142Z] SSH_AUTH_SOCK=/tmp/ssh-mT492ti51lsC/agent.11 [2021-01-19T17:52:03.142Z] SSH_AGENT_PID=16 [2021-01-19T17:52:03.154Z] Running ssh-add (command line suppressed) [2021-01-19T17:52:03.269Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4765705793636899563.key (/w/workspace/edgex-go/4@tmp/private_key_4765705793636899563.key) [2021-01-19T17:52:03.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:52:03.720Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:52:03.743Z] $ docker exec --env ******** --env ******** b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent -k [2021-01-19T17:52:03.849Z] unset SSH_AUTH_SOCK; [2021-01-19T17:52:03.849Z] unset SSH_AGENT_PID; [2021-01-19T17:52:03.849Z] echo Agent pid 16 killed; [2021-01-19T17:52:03.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:52:04.032Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:52:04.032Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:52:04.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:52:04.242Z] $ docker exec b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent [2021-01-19T17:52:04.402Z] SSH_AUTH_SOCK=/tmp/ssh-B1RpBSSyCMcf/agent.44 [2021-01-19T17:52:04.402Z] SSH_AGENT_PID=49 [2021-01-19T17:52:04.409Z] Running ssh-add (command line suppressed) [2021-01-19T17:52:04.522Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2929974673879867432.key (/w/workspace/edgex-go/4@tmp/private_key_2929974673879867432.key) [2021-01-19T17:52:04.572Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:52:04.905Z] + git semver init [2021-01-19T17:52:04.905Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:52:04.905Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-19T17:52:04.905Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-19T17:52:04.905Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:52:04.905Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:52:04.905Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:52:04.905Z] # $SEMVER_BRANCH = PR-3048 [2021-01-19T17:52:04.905Z] # $SEMVER_TEMP = /tmp/semver-505985187 [2021-01-19T17:52:04.905Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:52:31.630Z] # '/tmp/semver-505985187' -> '/w/workspace/edgex-go/4/.semver' [2021-01-19T17:52:31.630Z] # -> Force: false [2021-01-19T17:52:31.896Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-19T17:52:31.911Z] $ docker exec --env ******** --env ******** b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a ssh-agent -k [2021-01-19T17:52:32.199Z] unset SSH_AUTH_SOCK; [2021-01-19T17:52:32.199Z] unset SSH_AGENT_PID; [2021-01-19T17:52:32.199Z] echo Agent pid 49 killed; [2021-01-19T17:52:32.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:52:32.758Z] + git semver [Pipeline] } [2021-01-19T17:52:32.777Z] $ docker stop --time=1 b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a [2021-01-19T17:52:34.332Z] $ docker rm -f b34ac4da1c6803a74ffe636dd321e88f8d4559a45c11dba3233c7e58a297df9a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:52:34.834Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:52:35.367Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:52:35.369Z] [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-01-19T17:52:36.185Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:52:36.482Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:52:36.779Z] + sudo service docker restart [2021-01-19T17:52:36.779Z] + true [2021-01-19T17:52:36.779Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:52:37.371Z] ========================================================= [2021-01-19T17:52:37.371Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:52:37.371Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:52:37.708Z] + 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-01-19T17:52:41.035Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:52:41.035Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:52:41.035Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:52:41.035Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:52:41.035Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:52:41.035Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:52:41.035Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:52:41.035Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:52:41.035Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:52:41.035Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:52:41.035Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:52:41.035Z] bca2f99d35d6: Waiting [2021-01-19T17:52:41.035Z] 93359f2a8cfa: Waiting [2021-01-19T17:52:41.035Z] 7c6f9722023f: Waiting [2021-01-19T17:52:41.035Z] a35cf1a2eb13: Waiting [2021-01-19T17:52:41.035Z] de9db76c5a1d: Verifying Checksum [2021-01-19T17:52:41.035Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T17:52:41.035Z] 0ef7d3d256c8: Download complete [2021-01-19T17:52:41.035Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T17:52:41.035Z] 93359f2a8cfa: Download complete [2021-01-19T17:52:41.035Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:52:41.036Z] 188c0c94c7c5: Download complete [2021-01-19T17:52:41.036Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:52:41.036Z] 7c6f9722023f: Download complete [2021-01-19T17:52:41.610Z] 188c0c94c7c5: Pull complete [2021-01-19T17:52:41.873Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:52:41.873Z] de9db76c5a1d: Pull complete [2021-01-19T17:52:43.273Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:52:43.273Z] a35cf1a2eb13: Download complete [2021-01-19T17:52:43.536Z] bca2f99d35d6: Verifying Checksum [2021-01-19T17:52:43.536Z] bca2f99d35d6: Download complete [2021-01-19T17:52:48.867Z] bca2f99d35d6: Pull complete [2021-01-19T17:52:48.867Z] 93359f2a8cfa: Pull complete [2021-01-19T17:52:48.867Z] 7c6f9722023f: Pull complete [2021-01-19T17:52:50.713Z] Still waiting to schedule task [2021-01-19T17:52:50.713Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T17:52:57.037Z] a35cf1a2eb13: Pull complete [2021-01-19T17:52:57.037Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:52:57.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:52:57.037Z] ---> a62c8e92a672 [2021-01-19T17:52:57.037Z] 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-01-19T17:52:57.037Z] ---> Running in e894b310470d [2021-01-19T17:52:57.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:52:58.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:53:00.162Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:53:00.424Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:53:00.686Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:53:00.686Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:53:10.703Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:53:10.703Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:53:10.966Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:53:10.966Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:53:11.227Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:53:11.227Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:53:11.488Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:53:11.488Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:53:11.750Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:53:11.750Z] OK: 233 MiB in 51 packages [2021-01-19T17:53:15.973Z] Removing intermediate container e894b310470d [2021-01-19T17:53:15.973Z] ---> 4e5cf357ee57 [2021-01-19T17:53:15.973Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:53:15.973Z] ---> Running in ac8a1be70442 [2021-01-19T17:53:15.973Z] Removing intermediate container ac8a1be70442 [2021-01-19T17:53:15.973Z] ---> 5fad953cc438 [2021-01-19T17:53:15.973Z] Step 5/6 : COPY go.mod . [2021-01-19T17:53:15.973Z] ---> 34169fd7fecd [2021-01-19T17:53:15.973Z] Step 6/6 : RUN go mod download [2021-01-19T17:53:15.973Z] ---> Running in 7a2e421cbef5 [2021-01-19T17:53:35.552Z] Removing intermediate container 7a2e421cbef5 [2021-01-19T17:53:35.552Z] ---> ce7056203a81 [2021-01-19T17:53:35.552Z] Successfully built ce7056203a81 [2021-01-19T17:53:35.552Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:53:35.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:53:35.862Z] . [Pipeline] withDockerContainer [2021-01-19T17:53:35.966Z] prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container [2021-01-19T17:53:36.017Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-19T17:53:36.718Z] $ docker top 640a9f568161dcd9a1cde267ed55829b1d8f4d733cc3325b852ebe6d66352c22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:53:37.202Z] + go version [2021-01-19T17:53:37.202Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:53:37.218Z] $ docker stop --time=1 640a9f568161dcd9a1cde267ed55829b1d8f4d733cc3325b852ebe6d66352c22 [2021-01-19T17:53:38.555Z] $ docker rm -f 640a9f568161dcd9a1cde267ed55829b1d8f4d733cc3325b852ebe6d66352c22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:53:39.300Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:53:39.300Z] . [Pipeline] withDockerContainer [2021-01-19T17:53:39.392Z] prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container [2021-01-19T17:53:39.441Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-19T17:53:40.517Z] $ docker top c5b89b2abab7a11f6f0241c19567cf353b2eb8a1d8384715e06cfcfd1f49ccc0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:53:40.715Z] ========================================================= [2021-01-19T17:53:40.715Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:53:40.715Z] ========================================================= [Pipeline] sh [2021-01-19T17:53:41.008Z] + make test [2021-01-19T17:53:41.008Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:53:51.088Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:54:03.429Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:54:11.654Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:54:11.654Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:54:11.654Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:54:11.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:54:11.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:54:11.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:54:12.248Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:54:12.514Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:54:13.105Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:54:15.122Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:54:15.122Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:54:15.122Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:54:17.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.6% of statements [2021-01-19T17:54:17.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:54:17.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:54:17.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:54:17.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:54:17.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:54:21.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.0% of statements [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:54:21.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:54:21.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:54:21.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 67.9% of statements [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:54:21.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:54:21.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:54:23.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:54:23.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:54:23.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:54:23.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-01-19T17:54:23.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:54:23.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2021-01-19T17:54:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:54:23.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-01-19T17:54:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:54:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:54:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:54:23.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.362s coverage: 92.8% of statements [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-19T17:54:26.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements [2021-01-19T17:54:26.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-19T17:54:26.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.4% of statements [2021-01-19T17:54:26.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:54:28.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements [2021-01-19T17:54:28.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:54:28.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:54:28.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-19T17:54:28.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-01-19T17:54:28.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-19T17:54:28.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-01-19T17:54:28.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-19T17:54:29.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 68.9% of statements [2021-01-19T17:54:29.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:54:29.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:54:29.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:54:29.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:54:29.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:54:30.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements [2021-01-19T17:54:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:54:30.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:54:30.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.421s coverage: 84.0% of statements [2021-01-19T17:54:30.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.066s coverage: 100.0% of statements [2021-01-19T17:54:31.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 47.1% of statements [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:54:31.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:54:31.934Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-01-19T17:54:31.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:54:33.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements [2021-01-19T17:54:33.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:54:33.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:54:33.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:54:33.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:54:33.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:54:33.901Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:54:33.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:54:33.902Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:54:33.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:54:33.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:54:33.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:54:33.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-19T17:54:33.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2021-01-19T17:54:34.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-19T17:54:34.429Z] GO111MODULE=on go vet ./... [2021-01-19T17:55:01.064Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21251 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [Pipeline] { [Pipeline] ws [2021-01-19T17:55:01.127Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [2021-01-19T17:55:01.133Z] gofmt -l . [2021-01-19T17:55:01.133Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:55:01.133Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:55:01.133Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] checkout [2021-01-19T17:55:01.781Z] + ls -al . [2021-01-19T17:55:01.781Z] total 656 [2021-01-19T17:55:01.781Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:55 . [2021-01-19T17:55:01.781Z] drwxr-xr-x 4 root root 28 Jan 19 17:53 .. [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:51 .dockerignore [2021-01-19T17:55:01.781Z] drwxrwxr-x 8 1001 1001 179 Jan 19 17:51 .git [2021-01-19T17:55:01.781Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:51 .github [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:51 .gitignore [2021-01-19T17:55:01.781Z] drwx------ 3 1001 1001 47 Jan 19 17:52 .semver [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:51 .sonarcloud.properties [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:51 Attribution.txt [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:51 CONTRIBUTING.md [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:51 Dockerfile.build [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:51 Jenkinsfile [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:51 LICENSE [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:51 Makefile [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:51 README.md [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:51 SECURITY.md [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:51 ZMQWindows.md [2021-01-19T17:55:01.781Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:51 bin [2021-01-19T17:55:01.781Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:51 cmd [2021-01-19T17:55:01.781Z] -rw-r--r-- 1 root root 550280 Jan 19 17:54 coverage.out [2021-01-19T17:55:01.781Z] -rw-r--r-- 1 root root 981 Jan 19 17:54 go.mod [2021-01-19T17:55:01.781Z] -rw-r--r-- 1 root root 19436 Jan 19 17:54 go.sum [2021-01-19T17:55:01.781Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:51 internal [2021-01-19T17:55:01.781Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:51 openapi [2021-01-19T17:55:01.781Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:51 snap [2021-01-19T17:55:01.781Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:51 version.go [Pipeline] sh [2021-01-19T17:55:02.103Z] + '[' -e coverage.out ] [2021-01-19T17:55:02.103Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:55:02.341Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:55:02.646Z] + make build [2021-01-19T17:55:02.646Z] 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-01-19T17:55:06.765Z] using credential edgex-jenkins-ssh [2021-01-19T17:55:06.823Z] Cloning the remote Git repository [2021-01-19T17:55:06.891Z] 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-01-19T17:55:06.874Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:55:06.989Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-19T17:55:07.079Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:55:07.080Z] > git --version # timeout=10 [2021-01-19T17:55:07.097Z] > git --version # 'git version 2.17.1' [2021-01-19T17:55:07.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:55:07.163Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:55:15.184Z] 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-01-19T17:55:15.762Z] 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-01-19T17:55:17.165Z] 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-01-19T17:55:17.428Z] 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-01-19T17:55:18.827Z] 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-01-19T17:55:20.219Z] 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-01-19T17:55:21.172Z] 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-01-19T17:55:22.132Z] 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-01-19T17:55:22.728Z] Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:55:23.145Z] Merge succeeded, producing a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:55:23.146Z] Checking out Revision a1d85f020a9aa6f120c487b081e6e1f34154e693 (PR-3048) [2021-01-19T17:55:23.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:55:21.988Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:55:22.008Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:55:22.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:55:22.065Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:55:22.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:55:22.077Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:55:22.752Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:55:22.767Z] > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 [2021-01-19T17:55:23.055Z] > git remote # timeout=10 [2021-01-19T17:55:23.070Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:55:23.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:55:23.107Z] > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 [2021-01-19T17:55:23.129Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:55:23.150Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:55:23.161Z] > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 [2021-01-19T17:55:24.103Z] 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 [Pipeline] } [2021-01-19T17:55:25.510Z] $ docker stop --time=1 c5b89b2abab7a11f6f0241c19567cf353b2eb8a1d8384715e06cfcfd1f49ccc0 [2021-01-19T17:55:27.603Z] $ docker rm -f c5b89b2abab7a11f6f0241c19567cf353b2eb8a1d8384715e06cfcfd1f49ccc0 [2021-01-19T17:55:27.676Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:55:29.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:55:29.437Z] [2021-01-19T17:55:29.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:30.056Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-19T17:55:30.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:55:30.119Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:55:30.119Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:55:30.119Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:55:30.119Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-01-19T17:55:30.383Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:55:30.383Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:55:30.477Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:55:30.830Z] + + true [2021-01-19T17:55:30.830Z] sudo service docker restart [2021-01-19T17:55:30.966Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:55:30.966Z] ca9280d653b3: Download complete [2021-01-19T17:55:30.966Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:55:31.925Z] 7e9c9ca2126c: Download complete [2021-01-19T17:55:31.926Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:55:32.893Z] provisioning config files... [2021-01-19T17:55:32.938Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1502958445779238691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:55:33.351Z] ---> docker-login.sh [2021-01-19T17:55:33.351Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:55:34.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:34.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:34.605Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:34.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:34.605Z] [2021-01-19T17:55:34.605Z] Login Succeeded [2021-01-19T17:55:34.605Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:55:34.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:35.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:35.150Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:35.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:35.150Z] [2021-01-19T17:55:35.150Z] Login Succeeded [2021-01-19T17:55:35.150Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:55:35.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:35.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:35.701Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:35.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:35.701Z] [2021-01-19T17:55:35.701Z] Login Succeeded [2021-01-19T17:55:35.701Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:55:35.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:36.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:36.251Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:36.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:36.251Z] [2021-01-19T17:55:36.251Z] Login Succeeded [2021-01-19T17:55:36.251Z] docker.io [2021-01-19T17:55:36.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:55:36.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:55:36.793Z] Configure a credential helper to remove this warning. See [2021-01-19T17:55:36.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:55:36.793Z] [2021-01-19T17:55:36.793Z] Login Succeeded [2021-01-19T17:55:36.793Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:55:36.810Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:55:37.233Z] ========================================================= [2021-01-19T17:55:37.233Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:55:37.233Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:37.606Z] + 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-01-19T17:55:38.555Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:55:38.555Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:55:38.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:55:38.555Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:55:38.716Z] prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container [2021-01-19T17:55:38.777Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:55:40.246Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:55:40.246Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:55:40.246Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:55:40.246Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:55:40.246Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:55:40.246Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:55:40.246Z] 18c013af1878: Pulling fs layer [2021-01-19T17:55:40.246Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:55:40.246Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:55:40.246Z] b116817d02f9: Pulling fs layer [2021-01-19T17:55:40.246Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:55:40.246Z] 00ac8860ef70: Waiting [2021-01-19T17:55:40.246Z] 63d7cb157983: Waiting [2021-01-19T17:55:40.246Z] b116817d02f9: Waiting [2021-01-19T17:55:40.246Z] 745a02a5169b: Waiting [2021-01-19T17:55:40.246Z] 18c013af1878: Verifying Checksum [2021-01-19T17:55:40.246Z] 18c013af1878: Download complete [2021-01-19T17:55:40.246Z] a4357932f1b6: Download complete [2021-01-19T17:55:40.246Z] 63d7cb157983: Verifying Checksum [2021-01-19T17:55:40.246Z] 63d7cb157983: Download complete [2021-01-19T17:55:40.246Z] b116817d02f9: Verifying Checksum [2021-01-19T17:55:40.246Z] b116817d02f9: Download complete [2021-01-19T17:55:40.246Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T17:55:40.246Z] 5f621e34cdf4: Download complete [2021-01-19T17:55:40.853Z] 5f621e34cdf4: Pull complete [2021-01-19T17:55:41.455Z] a4357932f1b6: Pull complete [2021-01-19T17:55:41.731Z] 18c013af1878: Pull complete [2021-01-19T17:55:41.792Z] $ docker top 94e049fc27e41f1b6c1b095f8789ba611a3e1c2e7eb0bcc8d2675105d0f4eeeb -eo pid,comm [Pipeline] { [2021-01-19T17:55:42.006Z] 745a02a5169b: Verifying Checksum [2021-01-19T17:55:42.006Z] 745a02a5169b: Download complete [Pipeline] sh [2021-01-19T17:55:42.347Z] + docker-compose build --help [2021-01-19T17:55:42.347Z] + grep parallel [2021-01-19T17:55:43.291Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:55:43.310Z] $ docker stop --time=1 94e049fc27e41f1b6c1b095f8789ba611a3e1c2e7eb0bcc8d2675105d0f4eeeb [2021-01-19T17:55:43.442Z] 00ac8860ef70: Verifying Checksum [2021-01-19T17:55:43.442Z] 00ac8860ef70: Download complete [2021-01-19T17:55:44.644Z] $ docker rm -f 94e049fc27e41f1b6c1b095f8789ba611a3e1c2e7eb0bcc8d2675105d0f4eeeb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:55:45.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:55:45.223Z] . [Pipeline] withDockerContainer [2021-01-19T17:55:45.314Z] prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container [2021-01-19T17:55:45.363Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:55:45.937Z] $ docker top 4b98cdcc302d2665b7151b41f13b12461540e180ad0e093716d912ef267f4e75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:55:46.414Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:55:47.437Z] Building docker-core-command-go ... [2021-01-19T17:55:47.437Z] Building docker-core-data-go ... [2021-01-19T17:55:47.437Z] Building docker-core-metadata-go ... [2021-01-19T17:55:47.437Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:55:47.437Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:55:47.437Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:55:47.437Z] Building docker-support-notifications-go ... [2021-01-19T17:55:47.437Z] Building docker-support-scheduler-go ... [2021-01-19T17:55:47.437Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:55:47.437Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:55:47.437Z] Building docker-core-command-go [2021-01-19T17:55:47.437Z] Building docker-core-data-go [2021-01-19T17:55:47.437Z] Building docker-security-secretstore-setup-go [2021-01-19T17:55:47.437Z] Building docker-security-proxy-setup-go [2021-01-19T17:55:53.616Z] 00ac8860ef70: Pull complete [2021-01-19T17:55:53.889Z] 63d7cb157983: Pull complete [2021-01-19T17:55:54.163Z] b116817d02f9: Pull complete [2021-01-19T17:55:58.471Z] 745a02a5169b: Pull complete [2021-01-19T17:55:58.471Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:55:58.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:55:58.471Z] ---> b7e6874047d6 [2021-01-19T17:55:58.471Z] 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-01-19T17:56:01.075Z] ---> Running in e5078dfa5512 [2021-01-19T17:56:02.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:56:03.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:56:04.934Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:56:05.205Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:56:05.205Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:56:05.205Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:56:09.497Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:56:09.497Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:56:09.497Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:56:09.497Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:56:09.497Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:56:09.768Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:56:09.768Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:56:09.768Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:56:10.040Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:56:10.040Z] OK: 217 MiB in 51 packages [2021-01-19T17:56:14.358Z] Removing intermediate container e5078dfa5512 [2021-01-19T17:56:14.358Z] ---> b2c7d7b5c502 [2021-01-19T17:56:14.358Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:56:14.358Z] ---> Running in a21acbc7c260 [2021-01-19T17:56:14.630Z] Removing intermediate container a21acbc7c260 [2021-01-19T17:56:14.630Z] ---> e98c4087de94 [2021-01-19T17:56:14.630Z] Step 5/6 : COPY go.mod . [2021-01-19T17:56:15.220Z] ---> f776720af43c [2021-01-19T17:56:15.220Z] Step 6/6 : RUN go mod download [2021-01-19T17:56:15.497Z] ---> Running in 0a9a36914a69 [2021-01-19T17:56:19.768Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:19.768Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:19.768Z] ---> ce7056203a81 [2021-01-19T17:56:19.768Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:56:19.768Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:19.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:19.768Z] ---> ce7056203a81 [2021-01-19T17:56:19.768Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:56:19.768Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:19.768Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:19.768Z] ---> ce7056203a81 [2021-01-19T17:56:19.768Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:56:19.768Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:19.768Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:19.768Z] ---> ce7056203a81 [2021-01-19T17:56:19.768Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:56:19.768Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:56:19.768Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:56:19.768Z] ---> ce7056203a81 [2021-01-19T17:56:19.768Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:56:19.768Z] ---> Running in 1013bead89d2 [2021-01-19T17:56:19.768Z] ---> Running in 3f340521812d [2021-01-19T17:56:19.768Z] ---> Running in 1d3978118214 [2021-01-19T17:56:19.768Z] ---> Running in 072dbd3183c0 [2021-01-19T17:56:19.768Z] ---> Running in 83205f5c7c29 [2021-01-19T17:56:19.768Z] Removing intermediate container 3f340521812d [2021-01-19T17:56:19.768Z] ---> 50ae57141729 [2021-01-19T17:56:19.768Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:19.768Z] Removing intermediate container 1d3978118214 [2021-01-19T17:56:19.768Z] ---> 968b1051f68f [2021-01-19T17:56:19.769Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:19.769Z] Removing intermediate container 072dbd3183c0 [2021-01-19T17:56:19.769Z] ---> cdf0e13eb47d [2021-01-19T17:56:19.769Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:19.769Z] Removing intermediate container 1013bead89d2 [2021-01-19T17:56:19.769Z] ---> 76c1834c8740 [2021-01-19T17:56:19.769Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:19.769Z] Removing intermediate container 83205f5c7c29 [2021-01-19T17:56:19.769Z] ---> cd0daf00fbf6 [2021-01-19T17:56:19.769Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:56:19.769Z] ---> Running in 1d4d61a92cba [2021-01-19T17:56:19.769Z] ---> Running in 212b85471056 [2021-01-19T17:56:19.769Z] ---> Running in 6b1d7a719d1e [2021-01-19T17:56:19.769Z] ---> Running in 3a3e3c080e6f [2021-01-19T17:56:19.769Z] ---> Running in 5dcc355c7db4 [2021-01-19T17:56:20.369Z] Removing intermediate container 1d4d61a92cba [2021-01-19T17:56:20.369Z] ---> 5e35e79da453 [2021-01-19T17:56:20.369Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:56:20.637Z] ---> Running in 2bded2919c4c [2021-01-19T17:56:20.637Z] Removing intermediate container 6b1d7a719d1e [2021-01-19T17:56:20.637Z] ---> b53a56dd24d9 [2021-01-19T17:56:20.637Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:56:20.904Z] ---> Running in ac3a1d9b4643 [2021-01-19T17:56:21.177Z] Removing intermediate container 3a3e3c080e6f [2021-01-19T17:56:21.177Z] ---> d1971a53781c [2021-01-19T17:56:21.177Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:56:21.177Z] Removing intermediate container 5dcc355c7db4 [2021-01-19T17:56:21.177Z] ---> 106d613ca51f [2021-01-19T17:56:21.177Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:56:21.464Z] Removing intermediate container 212b85471056 [2021-01-19T17:56:21.464Z] ---> b7c2624531ec [2021-01-19T17:56:21.464Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:56:21.464Z] ---> Running in 71dcaca1408c [2021-01-19T17:56:21.464Z] ---> Running in 47c2a958586a [2021-01-19T17:56:21.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:21.464Z] ---> Running in 6548e61fb652 [2021-01-19T17:56:22.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:22.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:22.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:22.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:22.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:22.574Z] OK: 233 MiB in 51 packages [2021-01-19T17:56:22.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:23.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:23.149Z] Removing intermediate container 2bded2919c4c [2021-01-19T17:56:23.149Z] ---> 275456e5a846 [2021-01-19T17:56:23.149Z] Step 6/21 : COPY go.mod . [2021-01-19T17:56:23.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:23.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:56:23.424Z] OK: 233 MiB in 51 packages [2021-01-19T17:56:23.424Z] ---> 93d0573358c5 [2021-01-19T17:56:23.424Z] Step 7/21 : RUN go mod download [2021-01-19T17:56:23.424Z] ---> Running in b63f035b0bc4 [2021-01-19T17:56:24.013Z] OK: 233 MiB in 51 packages [2021-01-19T17:56:24.013Z] Removing intermediate container ac3a1d9b4643 [2021-01-19T17:56:24.013Z] ---> be075ffb9c1c [2021-01-19T17:56:24.013Z] Step 6/24 : COPY go.mod . [2021-01-19T17:56:24.013Z] OK: 233 MiB in 51 packages [2021-01-19T17:56:24.013Z] OK: 233 MiB in 51 packages [2021-01-19T17:56:24.280Z] ---> 508ce942ca8a [2021-01-19T17:56:24.280Z] Step 7/24 : RUN go mod download [2021-01-19T17:56:24.280Z] ---> Running in 01364c58112b [2021-01-19T17:56:24.861Z] Removing intermediate container 47c2a958586a [2021-01-19T17:56:24.861Z] ---> 1ac21c2884f1 [2021-01-19T17:56:24.861Z] Step 6/26 : COPY go.mod . [2021-01-19T17:56:24.861Z] Removing intermediate container 6548e61fb652 [2021-01-19T17:56:24.861Z] ---> a0f3a64bcadc [2021-01-19T17:56:24.861Z] Step 6/22 : COPY go.mod . [2021-01-19T17:56:25.129Z] Removing intermediate container 71dcaca1408c [2021-01-19T17:56:25.129Z] ---> 02d025768211 [2021-01-19T17:56:25.129Z] Step 6/23 : COPY go.mod . [2021-01-19T17:56:25.129Z] ---> 5357d3c45e3d [2021-01-19T17:56:25.129Z] Step 7/26 : RUN go mod download [2021-01-19T17:56:25.391Z] ---> Running in d14530dafca3 [2021-01-19T17:56:25.391Z] ---> b370eaa4542d [2021-01-19T17:56:25.391Z] Step 7/22 : RUN go mod download [2021-01-19T17:56:25.391Z] ---> 6c8ce117494e [2021-01-19T17:56:25.391Z] Step 7/23 : RUN go mod download [2021-01-19T17:56:25.656Z] ---> Running in 2ec901436930 [2021-01-19T17:56:25.656Z] Removing intermediate container b63f035b0bc4 [2021-01-19T17:56:25.656Z] ---> 2fd139727f0e [2021-01-19T17:56:25.656Z] Step 8/21 : COPY . . [2021-01-19T17:56:25.656Z] ---> Running in 8f67d456c47c [2021-01-19T17:56:28.242Z] Removing intermediate container 01364c58112b [2021-01-19T17:56:28.242Z] ---> 0dae5cfefed1 [2021-01-19T17:56:28.242Z] Step 8/24 : COPY . . [2021-01-19T17:56:33.625Z] Removing intermediate container d14530dafca3 [2021-01-19T17:56:33.625Z] ---> 8b3f887cad73 [2021-01-19T17:56:33.625Z] Step 8/26 : COPY . . [2021-01-19T17:56:37.901Z] Removing intermediate container 8f67d456c47c [2021-01-19T17:56:37.901Z] ---> 0e5c21a10cfa [2021-01-19T17:56:37.901Z] Step 8/23 : COPY . . [2021-01-19T17:56:41.280Z] Removing intermediate container 2ec901436930 [2021-01-19T17:56:41.280Z] ---> 97533aa31faf [2021-01-19T17:56:41.280Z] Step 8/22 : COPY . . [2021-01-19T17:56:42.316Z] Removing intermediate container 0a9a36914a69 [2021-01-19T17:56:42.316Z] ---> 0fade94a158c [2021-01-19T17:56:42.316Z] Successfully built 0fade94a158c [2021-01-19T17:56:42.316Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:42.655Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:56:42.655Z] . [Pipeline] withDockerContainer [2021-01-19T17:56:42.926Z] prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container [2021-01-19T17:56:43.002Z] $ 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 ******** ci-base-image-arm64 cat [2021-01-19T17:56:44.567Z] $ docker top e03ae69940a1a2146b11daaefd963a5f1347d281d73bda7e3d94f831d5c52ef7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:56:45.642Z] + go version [2021-01-19T17:56:45.642Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T17:56:45.662Z] $ docker stop --time=1 e03ae69940a1a2146b11daaefd963a5f1347d281d73bda7e3d94f831d5c52ef7 [2021-01-19T17:56:47.670Z] $ docker rm -f e03ae69940a1a2146b11daaefd963a5f1347d281d73bda7e3d94f831d5c52ef7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:56:48.775Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:56:48.775Z] . [Pipeline] withDockerContainer [2021-01-19T17:56:49.042Z] prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container [2021-01-19T17:56:49.121Z] $ 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 ******** ci-base-image-arm64 cat [2021-01-19T17:56:50.477Z] $ docker top 2289f168d0cd42d43b0b40bf98de37b8656bb02bdc8c9b26b817557bcff11928 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:56:50.864Z] ========================================================= [2021-01-19T17:56:50.864Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:56:50.864Z] ========================================================= [Pipeline] sh [2021-01-19T17:56:51.502Z] + make test [2021-01-19T17:56:51.502Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:56:59.523Z] ---> e598c3390a3b [2021-01-19T17:56:59.523Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:57:02.910Z] ---> Running in 817ac20f74b9 [2021-01-19T17:57:02.910Z] ---> 418eeec148f0 [2021-01-19T17:57:02.910Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:57:04.344Z] ---> Running in 21a01ce77132 [2021-01-19T17:57:04.620Z] 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-01-19T17:57:06.588Z] ---> 773ce62fde6e [2021-01-19T17:57:06.588Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:57:06.588Z] 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-01-19T17:57:07.582Z] ---> Running in 44c03cf3f53a [2021-01-19T17:57:10.210Z] 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-01-19T17:57:10.210Z] ---> 6a5c9f12def3 [2021-01-19T17:57:10.210Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:57:10.847Z] ---> Running in 8573e0bf52e2 [2021-01-19T17:57:11.836Z] ---> ffd731f3376a [2021-01-19T17:57:11.837Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:57:12.115Z] ---> Running in 0e3dbdab5b1f [2021-01-19T17:57:12.386Z] 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-01-19T17:57:12.984Z] 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-01-19T17:57:13.684Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:57:31.247Z] 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-01-19T17:57:31.247Z] 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-01-19T17:57:41.360Z] Removing intermediate container 21a01ce77132 [2021-01-19T17:57:41.360Z] ---> 9fa5c5e45a84 [2021-01-19T17:57:41.360Z] [2021-01-19T17:57:41.360Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:57:41.360Z] 3.12: Pulling from library/alpine [2021-01-19T17:57:41.360Z] Removing intermediate container 817ac20f74b9 [2021-01-19T17:57:41.360Z] ---> 45a18b00fc26 [2021-01-19T17:57:41.360Z] [2021-01-19T17:57:41.360Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:57:41.360Z] 3.12: Pulling from library/alpine [2021-01-19T17:57:41.973Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:57:42.240Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:57:42.240Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:57:42.240Z] ---> 389fef711851 [2021-01-19T17:57:42.240Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:57:42.240Z] Status: Image is up to date for alpine:3.12 [2021-01-19T17:57:42.240Z] ---> 389fef711851 [2021-01-19T17:57:42.240Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:57:43.651Z] ---> Running in b8e348916075 [2021-01-19T17:57:43.651Z] ---> Running in ce8141d46fb8 [2021-01-19T17:57:43.651Z] Removing intermediate container 44c03cf3f53a [2021-01-19T17:57:43.651Z] ---> 15a0cf34ca67 [2021-01-19T17:57:43.651Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:57:43.651Z] ---> Running in a0586418b8d0 [2021-01-19T17:57:44.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:57:44.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:57:44.913Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:57:44.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:57:44.913Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:57:44.913Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:57:44.913Z] 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-01-19T17:57:44.913Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:57:44.913Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:57:44.913Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:57:44.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:57:45.182Z] OK: 7 MiB in 18 packages [2021-01-19T17:57:45.182Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:57:45.182Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:57:45.449Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:57:45.449Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:57:45.449Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:57:45.449Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:57:45.449Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:57:45.449Z] OK: 7 MiB in 19 packages [2021-01-19T17:57:48.014Z] Removing intermediate container 0e3dbdab5b1f [2021-01-19T17:57:48.014Z] ---> 34a4af079903 [2021-01-19T17:57:48.014Z] [2021-01-19T17:57:48.014Z] Step 10/22 : FROM scratch [2021-01-19T17:57:48.014Z] ---> [2021-01-19T17:57:48.014Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:57:48.970Z] ---> Running in 90a8aa4f613c [2021-01-19T17:57:48.970Z] Removing intermediate container b8e348916075 [2021-01-19T17:57:48.970Z] ---> 54167d759892 [2021-01-19T17:57:48.970Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:57:49.236Z] Removing intermediate container ce8141d46fb8 [2021-01-19T17:57:49.236Z] ---> 30f9dbc2b680 [2021-01-19T17:57:49.236Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:57:49.236Z] ---> Running in 662235c18b07 [2021-01-19T17:57:49.236Z] ---> Running in fc632ceab45d [2021-01-19T17:57:49.236Z] Removing intermediate container 90a8aa4f613c [2021-01-19T17:57:49.236Z] ---> fa2d7ee196be [2021-01-19T17:57:49.236Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:57:49.499Z] Removing intermediate container a0586418b8d0 [2021-01-19T17:57:49.499Z] ---> 971677763233 [2021-01-19T17:57:49.499Z] [2021-01-19T17:57:49.499Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:57:49.499Z] 20.10.0: Pulling from library/docker [2021-01-19T17:57:50.087Z] ---> Running in df27566af9e0 [2021-01-19T17:57:50.087Z] Removing intermediate container 662235c18b07 [2021-01-19T17:57:50.087Z] ---> c8cf5d8a792e [2021-01-19T17:57:50.087Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:57:52.030Z] ---> Running in 59a181511ecd [2021-01-19T17:57:52.030Z] Removing intermediate container df27566af9e0 [2021-01-19T17:57:52.030Z] ---> 8d6f34ebc9b3 [2021-01-19T17:57:52.030Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:57:52.030Z] Removing intermediate container fc632ceab45d [2021-01-19T17:57:52.030Z] ---> b605cf7bc5ec [2021-01-19T17:57:52.030Z] Step 13/24 : WORKDIR / [2021-01-19T17:57:52.606Z] Removing intermediate container 8573e0bf52e2 [2021-01-19T17:57:52.606Z] ---> acc5bcc706c0 [2021-01-19T17:57:52.606Z] [2021-01-19T17:57:52.606Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:57:52.606Z] ---> 389fef711851 [2021-01-19T17:57:52.606Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:57:53.203Z] ---> Running in 065d41ac6884 [2021-01-19T17:57:53.203Z] ---> Running in 203e50a89661 [2021-01-19T17:57:53.475Z] ---> Running in 964472e8d5e8 [2021-01-19T17:57:53.475Z] Removing intermediate container 59a181511ecd [2021-01-19T17:57:53.475Z] ---> 09869843750e [2021-01-19T17:57:53.475Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:57:53.475Z] Removing intermediate container 065d41ac6884 [2021-01-19T17:57:53.475Z] ---> 8a6d28157831 [2021-01-19T17:57:53.475Z] Step 14/22 : WORKDIR / [2021-01-19T17:57:53.475Z] Removing intermediate container 203e50a89661 [2021-01-19T17:57:53.475Z] ---> 534759be97da [2021-01-19T17:57:53.475Z] 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-01-19T17:57:53.742Z] ---> Running in 0f30aa0451c7 [2021-01-19T17:57:53.742Z] Removing intermediate container 964472e8d5e8 [2021-01-19T17:57:53.742Z] ---> 0ce10ff4f69f [2021-01-19T17:57:53.742Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:57:53.742Z] ---> Running in 211314f5e1fe [2021-01-19T17:57:54.015Z] ---> 9f2ed31515a1 [2021-01-19T17:57:54.015Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:57:54.015Z] Removing intermediate container 0f30aa0451c7 [2021-01-19T17:57:54.015Z] ---> 549805b683c6 [2021-01-19T17:57:54.015Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:57:54.282Z] ---> 37a6262db2f7 [2021-01-19T17:57:54.282Z] 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-01-19T17:57:54.282Z] Removing intermediate container 211314f5e1fe [2021-01-19T17:57:54.282Z] ---> d4f5f720d731 [2021-01-19T17:57:54.282Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:57:54.551Z] ---> Running in 7cec5e27d522 [2021-01-19T17:57:54.552Z] ---> 7c0c75d02b88 [2021-01-19T17:57:54.552Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:57:54.552Z] ---> b4cb93a32bdb [2021-01-19T17:57:54.552Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:57:54.820Z] ---> 2bc1b97c5fe3 [2021-01-19T17:57:54.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:57:54.820Z] Removing intermediate container 7cec5e27d522 [2021-01-19T17:57:54.820Z] ---> 01738496cac8 [2021-01-19T17:57:54.820Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:57:54.820Z] ---> Running in 23789bea462b [2021-01-19T17:57:55.396Z] ---> 21b166fea0a2 [2021-01-19T17:57:55.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:57:55.663Z] ---> 870fd679573d [2021-01-19T17:57:55.663Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:57:55.663Z] ---> bfe15202a7f3 [2021-01-19T17:57:55.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:57:56.244Z] ---> Running in ecf9ec48f085 [2021-01-19T17:57:58.170Z] ---> 7aa64c2df7b3 [2021-01-19T17:57:58.170Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:57:58.170Z] ---> e69ab46e3103 [2021-01-19T17:57:58.170Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:57:58.170Z] Removing intermediate container ecf9ec48f085 [2021-01-19T17:57:58.170Z] ---> 8e23550831fa [2021-01-19T17:57:58.170Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:57:58.170Z] ---> Running in f24aa74537c0 [2021-01-19T17:57:58.438Z] ---> Running in 127c91dc79ad [2021-01-19T17:57:58.438Z] ---> 73dda84cbbd3 [2021-01-19T17:57:58.438Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:57:58.438Z] Removing intermediate container f24aa74537c0 [2021-01-19T17:57:58.438Z] ---> 4d0607c8c316 [2021-01-19T17:57:58.438Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:57:58.708Z] ---> Running in 377493282fd1 [2021-01-19T17:57:58.972Z] Removing intermediate container 127c91dc79ad [2021-01-19T17:57:58.972Z] ---> a19a472ba252 [2021-01-19T17:57:58.972Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:57:58.972Z] Removing intermediate container 23789bea462b [2021-01-19T17:57:58.972Z] ---> 02fda331b271 [2021-01-19T17:57:58.972Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:57:58.972Z] ---> 38f2a57f4c38 [2021-01-19T17:57:58.972Z] 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-01-19T17:57:58.972Z] ---> Running in 80df3c7f391a [2021-01-19T17:57:59.233Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:57:59.233Z] ---> Running in 3c9cb684e9ec [2021-01-19T17:57:59.233Z] ---> Running in 7fd09b4d3517 [2021-01-19T17:57:59.233Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:57:59.233Z] ---> aefe523efa57 [2021-01-19T17:57:59.233Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:57:59.233Z] Removing intermediate container 377493282fd1 [2021-01-19T17:57:59.233Z] ---> fd1c64a9c4f0 [2021-01-19T17:57:59.233Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:57:59.495Z] ---> Running in a8c5c04c7ce6 [2021-01-19T17:57:59.495Z] ---> Running in dd6c5b7a3304 [2021-01-19T17:57:59.758Z] Removing intermediate container 80df3c7f391a [2021-01-19T17:57:59.759Z] ---> fe1bb770f9d0 [2021-01-19T17:57:59.759Z] Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:58:00.037Z] ---> Running in dca6ac94d923 [2021-01-19T17:58:00.037Z] Removing intermediate container dd6c5b7a3304 [2021-01-19T17:58:00.037Z] ---> 94e6d2c8df20 [2021-01-19T17:58:00.037Z] Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:58:00.037Z] ---> Running in b1d70539357c [2021-01-19T17:58:00.620Z] Removing intermediate container dca6ac94d923 [2021-01-19T17:58:00.620Z] ---> fc8ea4be329e [2021-01-19T17:58:00.620Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:58:00.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:58:00.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:00.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:00.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:00.887Z] ---> Running in 915d59ab662b [2021-01-19T17:58:00.887Z] Removing intermediate container b1d70539357c [2021-01-19T17:58:00.887Z] ---> fade2f11c0f2 [2021-01-19T17:58:00.887Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:58:01.152Z] ---> Running in d96bbf313be9 [2021-01-19T17:58:01.152Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:58:01.152Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:58:01.152Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:58:01.152Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:01.152Z] OK: 12 MiB in 22 packages [2021-01-19T17:58:01.152Z] Removing intermediate container 915d59ab662b [2021-01-19T17:58:01.152Z] ---> 9548a031fa5f [2021-01-19T17:58:01.152Z] [2021-01-19T17:58:01.416Z] Removing intermediate container d96bbf313be9 [2021-01-19T17:58:01.416Z] ---> eedfa3867d28 [2021-01-19T17:58:01.416Z] [2021-01-19T17:58:01.416Z] Successfully built 9548a031fa5f [2021-01-19T17:58:01.416Z] Removing intermediate container 3c9cb684e9ec [2021-01-19T17:58:01.416Z] ---> c3723b9c98ad [2021-01-19T17:58:01.416Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:58:01.416Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:58:01.416Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-19T17:58:01.685Z] Successfully built eedfa3867d28 [2021-01-19T17:58:01.685Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:58:01.685Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T17:58:01.685Z] ---> Running in e9787a177431 [2021-01-19T17:58:01.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:01.952Z] Removing intermediate container e9787a177431 [2021-01-19T17:58:01.952Z] ---> e37e1585ef97 [2021-01-19T17:58:01.952Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:58:01.952Z] Removing intermediate container a8c5c04c7ce6 [2021-01-19T17:58:01.952Z] ---> 8c378355171b [2021-01-19T17:58:01.952Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:58:01.952Z] ---> Running in 25a2e7c47155 [2021-01-19T17:58:01.952Z] ---> Running in a233808db007 [2021-01-19T17:58:02.219Z] Removing intermediate container 25a2e7c47155 [2021-01-19T17:58:02.220Z] ---> cc5151a0ca0f [2021-01-19T17:58:02.220Z] Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:58:02.220Z] Removing intermediate container a233808db007 [2021-01-19T17:58:02.220Z] ---> e7cc224837d5 [2021-01-19T17:58:02.220Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:58:02.487Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:58:02.487Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:58:02.487Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:58:02.755Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:58:03.338Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:58:03.602Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:05.006Z] OK: 8 MiB in 19 packages [2021-01-19T17:58:06.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:58:07.566Z] ---> Running in 90cb39dcb111 [2021-01-19T17:58:07.566Z] ---> Running in 5d82b034628e [2021-01-19T17:58:08.158Z] Removing intermediate container 5d82b034628e [2021-01-19T17:58:08.158Z] ---> 5596f1733b7b [2021-01-19T17:58:08.158Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:58:08.158Z] Removing intermediate container 90cb39dcb111 [2021-01-19T17:58:08.158Z] ---> 1229282b59ff [2021-01-19T17:58:08.158Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:58:08.158Z] ---> Running in 890171ffd78a [2021-01-19T17:58:08.158Z] ---> Running in 0644f3365c14 [2021-01-19T17:58:09.313Z] Removing intermediate container 7fd09b4d3517 [2021-01-19T17:58:09.313Z] ---> ae5e65f308cb [2021-01-19T17:58:09.313Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:58:09.313Z] Removing intermediate container 890171ffd78a [2021-01-19T17:58:09.313Z] ---> 728d1a5ff0f0 [2021-01-19T17:58:09.313Z] [2021-01-19T17:58:09.313Z] Removing intermediate container 0644f3365c14 [2021-01-19T17:58:09.313Z] ---> e99482bfda02 [2021-01-19T17:58:09.313Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:58:09.586Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:58:09.586Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:58:09.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:58:09.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:58:09.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:58:09.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:58:09.674Z] Successfully built 728d1a5ff0f0 [2021-01-19T17:58:09.674Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T17:58:09.674Z] Building docker-support-scheduler-go [2021-01-19T17:58:12.227Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:58:12.611Z]  Building docker-security-secretstore-setup-go ... done  ---> d8e57e56393d [2021-01-19T17:58:12.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:58:13.215Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:58:16.867Z] ---> 2ed7c587373e [2021-01-19T17:58:16.867Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:58:18.810Z] ---> e2a596b708af [2021-01-19T17:58:18.810Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:58:19.384Z] ---> adfac17df915 [2021-01-19T17:58:19.384Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:58:20.351Z] ---> 967e1eb47435 [2021-01-19T17:58:20.351Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:58:20.400Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:58:20.400Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:58:20.400Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:58:21.310Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:58:21.310Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:58:21.310Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:58:21.310Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:58:21.574Z] ---> ce7056203a81 [2021-01-19T17:58:21.574Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:58:21.574Z] ---> ce7056203a81 [2021-01-19T17:58:21.574Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:58:21.574Z] ---> Using cache [2021-01-19T17:58:21.574Z] ---> cd0daf00fbf6 [2021-01-19T17:58:21.574Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:58:21.574Z] ---> Using cache [2021-01-19T17:58:21.574Z] ---> cd0daf00fbf6 [2021-01-19T17:58:21.574Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:58:21.574Z] ---> Using cache [2021-01-19T17:58:21.574Z] ---> 106d613ca51f [2021-01-19T17:58:21.574Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates ---> Using cache [2021-01-19T17:58:21.574Z] [2021-01-19T17:58:21.574Z] ---> 106d613ca51f [2021-01-19T17:58:21.574Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:58:22.526Z] ---> 28ebad46e780 [2021-01-19T17:58:22.526Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:58:22.791Z] ---> Running in 19be092522ee [2021-01-19T17:58:23.056Z] ---> Running in 1864675e9c70 [2021-01-19T17:58:23.056Z] ---> Running in fe9cf6a9af69 [2021-01-19T17:58:23.056Z] ---> Running in 84b1c3685170 [2021-01-19T17:58:23.642Z] Removing intermediate container 19be092522ee [2021-01-19T17:58:23.642Z] ---> 4aac958f6c0b [2021-01-19T17:58:23.642Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:58:24.590Z] ---> Running in 029e13fb92ef [2021-01-19T17:58:26.004Z] Removing intermediate container 029e13fb92ef [2021-01-19T17:58:26.004Z] ---> cb1c6c34e818 [2021-01-19T17:58:26.004Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T17:58:26.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:26.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:26.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:26.004Z] ---> Running in e86b30dfeff9 [2021-01-19T17:58:26.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:26.268Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:58:26.268Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:58:26.549Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:58:26.549Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:58:26.549Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:58:26.549Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:58:26.549Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:58:26.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:26.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:27.072Z] Removing intermediate container e86b30dfeff9 [2021-01-19T17:58:27.072Z] ---> bdcb3cfe15ac [2021-01-19T17:58:27.072Z] Step 22/23 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:58:27.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.234s coverage: 46.6% of statements [2021-01-19T17:58:27.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:58:27.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:58:27.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:58:27.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:58:27.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:58:27.384Z] OK: 233 MiB in 51 packages [2021-01-19T17:58:27.384Z] OK: 233 MiB in 51 packages [2021-01-19T17:58:28.801Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:58:28.801Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:58:28.801Z] ---> ce7056203a81 [2021-01-19T17:58:28.801Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:58:28.801Z] ---> Using cache [2021-01-19T17:58:28.801Z] ---> cd0daf00fbf6 [2021-01-19T17:58:28.801Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:58:28.801Z] ---> Using cache [2021-01-19T17:58:28.801Z] ---> 106d613ca51f [2021-01-19T17:58:28.801Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:58:30.720Z] ---> Running in 8dd622587ec4 [2021-01-19T17:58:30.720Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:58:30.720Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:58:30.720Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:58:30.720Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:58:30.720Z] ---> Running in 675c52c83260 [2021-01-19T17:58:30.720Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:58:30.720Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:58:30.720Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:58:30.981Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:58:30.981Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:58:30.981Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:58:31.242Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:58:31.242Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:58:31.504Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:58:31.504Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:58:31.504Z] Removing intermediate container 8dd622587ec4 [2021-01-19T17:58:31.504Z] ---> a922462d966e [2021-01-19T17:58:31.504Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:58:31.504Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:58:31.504Z] Removing intermediate container fe9cf6a9af69 [2021-01-19T17:58:31.504Z] ---> d11693d0708f [2021-01-19T17:58:31.504Z] Step 6/22 : COPY go.mod . [2021-01-19T17:58:31.767Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:58:31.767Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:58:31.767Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:58:31.767Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:58:32.028Z] ---> Running in 7f0250a91ce5 [2021-01-19T17:58:32.028Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:58:32.028Z] Removing intermediate container 1864675e9c70 [2021-01-19T17:58:32.028Z] ---> 60826865ca94 [2021-01-19T17:58:32.028Z] Step 6/24 : COPY go.mod . [2021-01-19T17:58:32.028Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:58:32.028Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:58:32.028Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:58:32.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:32.290Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:58:32.290Z] ---> cdb5cce228e6 [2021-01-19T17:58:32.290Z] Step 7/22 : RUN go mod download [2021-01-19T17:58:32.290Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:58:32.290Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:58:32.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:58:33.126Z] OK: 233 MiB in 51 packages [2021-01-19T17:58:33.390Z] ---> Running in 7a23f0cb2f98 [2021-01-19T17:58:33.390Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:58:33.390Z] ---> 2d129ee416c7 [2021-01-19T17:58:33.390Z] Step 7/24 : RUN go mod download [2021-01-19T17:58:33.390Z] Removing intermediate container 7f0250a91ce5 [2021-01-19T17:58:33.390Z] ---> bad9dfb31c27 [2021-01-19T17:58:33.390Z] [2021-01-19T17:58:33.390Z] OK: 71 MiB in 55 packages [2021-01-19T17:58:33.652Z] ---> Running in 67815bf1ca60 [2021-01-19T17:58:33.652Z] Successfully built bad9dfb31c27 [2021-01-19T17:58:33.652Z] Successfully tagged docker-core-data-go:latest [2021-01-19T17:58:33.652Z] Building docker-core-metadata-go [2021-01-19T17:58:33.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.0% of statements [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:58:33.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:58:33.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:58:33.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.275s coverage: 67.9% of statements [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:58:33.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.691s coverage: 82.3% of statements [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:58:33.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:58:34.614Z]  Building docker-core-data-go ... done Removing intermediate container 675c52c83260 [2021-01-19T17:58:34.614Z] ---> aea174794894 [2021-01-19T17:58:34.614Z] Step 6/21 : COPY go.mod . [2021-01-19T17:58:37.185Z] ---> 28399eafa2d6 [2021-01-19T17:58:37.185Z] Step 7/21 : RUN go mod download [2021-01-19T17:58:38.589Z] ---> Running in 7162553a6ff1 [2021-01-19T17:58:42.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:58:42.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:58:42.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:58:42.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.297s coverage: 86.7% of statements [2021-01-19T17:58:42.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:58:42.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements [2021-01-19T17:58:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:58:42.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.201s coverage: 78.3% of statements [2021-01-19T17:58:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:58:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:58:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:58:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:58:43.956Z] Removing intermediate container 7a23f0cb2f98 [2021-01-19T17:58:43.956Z] ---> ced62bfd6e25 [2021-01-19T17:58:43.956Z] Step 8/22 : COPY . . [2021-01-19T17:58:43.956Z] Removing intermediate container 67815bf1ca60 [2021-01-19T17:58:43.956Z] ---> 26bdd232a7d7 [2021-01-19T17:58:43.956Z] Step 8/24 : COPY . . [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 92.8% of statements [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.1% of statements [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-01-19T17:58:52.706Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.107s coverage: 80.8% of statements [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements [2021-01-19T17:58:52.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements [2021-01-19T17:58:53.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-01-19T17:58:53.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:58:54.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:58:54.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:58:54.028Z] ---> ce7056203a81 [2021-01-19T17:58:54.028Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:58:54.028Z] ---> Using cache [2021-01-19T17:58:54.028Z] ---> cd0daf00fbf6 [2021-01-19T17:58:54.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:58:54.028Z] ---> Using cache [2021-01-19T17:58:54.028Z] ---> 106d613ca51f [2021-01-19T17:58:54.028Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:58:54.028Z] ---> Using cache [2021-01-19T17:58:54.028Z] ---> aea174794894 [2021-01-19T17:58:54.028Z] Step 6/22 : COPY go.mod . [2021-01-19T17:58:54.028Z] ---> Using cache [2021-01-19T17:58:54.028Z] ---> 28399eafa2d6 [2021-01-19T17:58:54.028Z] Step 7/22 : RUN go mod download [2021-01-19T17:58:57.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 63.5% of statements [2021-01-19T17:58:57.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:58:57.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:58:57.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-01-19T17:58:57.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-01-19T17:58:57.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-01-19T17:58:57.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.126s coverage: 73.7% of statements [2021-01-19T17:58:57.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-01-19T17:58:57.687Z] Removing intermediate container 7162553a6ff1 [2021-01-19T17:58:57.687Z] ---> 9366c8452f30 [2021-01-19T17:58:57.687Z] Step 8/21 : COPY . . [2021-01-19T17:58:57.687Z] ---> Running in fc400b656fdf [2021-01-19T17:59:01.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.866s coverage: 68.9% of statements [2021-01-19T17:59:01.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:59:01.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:59:01.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:59:01.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:59:01.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:59:02.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-01-19T17:59:02.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:59:02.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:59:03.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.594s coverage: 84.0% of statements [2021-01-19T17:59:03.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements [2021-01-19T17:59:07.816Z] Removing intermediate container 84b1c3685170 [2021-01-19T17:59:07.816Z] ---> 6e349448e6f5 [2021-01-19T17:59:07.816Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:59:09.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.362s coverage: 47.1% of statements [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:59:09.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:59:09.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-01-19T17:59:09.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:59:10.438Z] ---> Running in b89be574bc05 [2021-01-19T17:59:10.726Z] Removing intermediate container fc400b656fdf [2021-01-19T17:59:10.727Z] ---> e36dcc584494 [2021-01-19T17:59:10.727Z] Step 8/22 : COPY . . [2021-01-19T17:59:14.102Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.946s coverage: 29.1% of statements [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:59:14.102Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:59:14.102Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:59:14.102Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:59:14.102Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:59:14.102Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:59:14.102Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:59:14.706Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-19T17:59:14.979Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-19T17:59:16.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-19T17:59:16.682Z] GO111MODULE=on go vet ./... [2021-01-19T17:59:21.016Z] ---> 7dc519632a75 [2021-01-19T17:59:21.016Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:59:21.016Z] ---> 975378f76dd7 [2021-01-19T17:59:21.016Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:59:21.292Z] ---> Running in 33f607ac051f [2021-01-19T17:59:22.703Z] ---> Running in d26d70add0c6 [2021-01-19T17:59:26.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:59:27.238Z] ---> 0764ce27f418 [2021-01-19T17:59:27.238Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:59:27.238Z] Collecting docker-compose==1.23.2 [2021-01-19T17:59:27.238Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:59:27.529Z] ---> Running in 8b7fd0ee3e39 [2021-01-19T17:59:27.529Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:59:27.804Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:59:27.804Z] 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-01-19T17:59:29.239Z] 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-01-19T17:59:29.598Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:59:29.598Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:59:31.061Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:59:31.061Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:59:33.697Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:59:33.697Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:59:34.661Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:59:34.661Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:59:34.924Z] 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-01-19T17:59:34.924Z] ---> d6515ba24905 [2021-01-19T17:59:34.924Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:59:35.187Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:59:35.187Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:59:35.452Z] ---> Running in 1b4fbeacd84b [2021-01-19T17:59:35.452Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:59:35.452Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:59:35.452Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:59:35.452Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:59:35.722Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:59:35.722Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:59:36.701Z] 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-01-19T17:59:36.701Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:59:36.701Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:59:36.975Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:59:36.975Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:59:37.243Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:59:37.243Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:59:37.243Z] 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-01-19T17:59:37.243Z] 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-01-19T17:59:37.243Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:59:37.243Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:59:37.243Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:59:37.243Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:59:37.685Z] Installing collected packages: dockerpty, texttable, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, docker-compose [2021-01-19T17:59:37.685Z] Running setup.py install for dockerpty: started [2021-01-19T17:59:38.501Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:59:38.501Z] Running setup.py install for texttable: started [2021-01-19T17:59:39.216Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:59:39.216Z] Running setup.py install for PyYAML: started [2021-01-19T17:59:40.688Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:59:40.688Z] Attempting uninstall: urllib3 [2021-01-19T17:59:40.688Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:59:40.688Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:59:40.958Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:59:41.224Z] Attempting uninstall: idna [2021-01-19T17:59:41.224Z] Found existing installation: idna 2.9 [2021-01-19T17:59:41.224Z] Uninstalling idna-2.9: [2021-01-19T17:59:41.224Z] Successfully uninstalled idna-2.9 [2021-01-19T17:59:41.497Z] Attempting uninstall: requests [2021-01-19T17:59:41.497Z] Found existing installation: requests 2.23.0 [2021-01-19T17:59:41.497Z] Uninstalling requests-2.23.0: [2021-01-19T17:59:41.497Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:59:42.465Z] Running setup.py install for docopt: started [2021-01-19T17:59:43.430Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:59:44.865Z] 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-01-19T17:59:50.269Z] Removing intermediate container b89be574bc05 [2021-01-19T17:59:50.269Z] ---> e4b376c279be [2021-01-19T17:59:50.269Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:59:50.269Z] ---> Running in fa6477c273c8 [2021-01-19T17:59:51.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:51.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:59:51.515Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:59:51.515Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:59:51.795Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:59:51.795Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:59:51.795Z] OK: 72 MiB in 58 packages [2021-01-19T17:59:53.245Z] Removing intermediate container fa6477c273c8 [2021-01-19T17:59:53.245Z] ---> 4aa5180029fc [2021-01-19T17:59:53.245Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:59:53.525Z] ---> Running in 156148277cd9 [2021-01-19T17:59:53.799Z] Removing intermediate container 156148277cd9 [2021-01-19T17:59:53.799Z] ---> d58139d8b5e8 [2021-01-19T17:59:53.799Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:59:53.799Z] ---> Running in 6cf489abeb6c [2021-01-19T17:59:54.400Z] Removing intermediate container 6cf489abeb6c [2021-01-19T17:59:54.400Z] ---> 6de0bd013e32 [2021-01-19T17:59:54.400Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T17:59:55.352Z] ---> Running in 2f55be8dc1e2 [2021-01-19T17:59:55.616Z] Removing intermediate container 33f607ac051f [2021-01-19T17:59:55.616Z] ---> caaaa1aff3b8 [2021-01-19T17:59:55.616Z] [2021-01-19T17:59:55.616Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:59:55.616Z] ---> 389fef711851 [2021-01-19T17:59:55.616Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:59:55.881Z] ---> Using cache [2021-01-19T17:59:55.881Z] ---> 30f9dbc2b680 [2021-01-19T17:59:55.881Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:59:56.861Z] Removing intermediate container 2f55be8dc1e2 [2021-01-19T17:59:56.861Z] ---> 2f163b4d14d8 [2021-01-19T17:59:56.861Z] Step 25/26 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T17:59:56.861Z] ---> Running in e251373b0ebc [2021-01-19T17:59:56.861Z] ---> Running in d4f654674389 [2021-01-19T18:00:00.199Z] Removing intermediate container e251373b0ebc [2021-01-19T18:00:00.199Z] ---> 1b902726f4a0 [2021-01-19T18:00:00.199Z] Step 13/22 : WORKDIR / [2021-01-19T18:00:01.158Z] Removing intermediate container d4f654674389 [2021-01-19T18:00:01.158Z] ---> 733ca02ede3d [2021-01-19T18:00:01.158Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:00:01.158Z] ---> Running in 11301182c5fb [2021-01-19T18:00:01.429Z] Removing intermediate container d26d70add0c6 [2021-01-19T18:00:01.429Z] ---> af17bd161f69 [2021-01-19T18:00:01.429Z] [2021-01-19T18:00:01.429Z] Step 10/24 : FROM scratch [2021-01-19T18:00:01.429Z] ---> [2021-01-19T18:00:01.429Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:00:01.429Z] Removing intermediate container 8b7fd0ee3e39 [2021-01-19T18:00:01.429Z] ---> bd60a1fb5247 [2021-01-19T18:00:01.429Z] [2021-01-19T18:00:01.429Z] Step 10/21 : FROM scratch [2021-01-19T18:00:01.429Z] ---> [2021-01-19T18:00:01.429Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:00:01.429Z] ---> Running in 199444e20722 [2021-01-19T18:00:02.079Z] ---> Using cache [2021-01-19T18:00:02.079Z] ---> fa2d7ee196be [2021-01-19T18:00:02.079Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:00:02.079Z] ---> Running in bb05a1a15554 [2021-01-19T18:00:02.079Z] Removing intermediate container 11301182c5fb [2021-01-19T18:00:02.079Z] ---> 70702f60dd31 [2021-01-19T18:00:02.079Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:02.386Z] Removing intermediate container 199444e20722 [2021-01-19T18:00:02.386Z] ---> 70e3442f2bc0 [2021-01-19T18:00:02.386Z] [2021-01-19T18:00:02.386Z] ---> Running in b5f03d8bbc80 [2021-01-19T18:00:02.386Z] Successfully built 70e3442f2bc0 [2021-01-19T18:00:02.386Z] Removing intermediate container bb05a1a15554 [2021-01-19T18:00:02.386Z] ---> 974c011db441 [2021-01-19T18:00:02.386Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:00:02.661Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T18:00:02.661Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 92422887bb91 [2021-01-19T18:00:02.661Z] Removing intermediate container b5f03d8bbc80 [2021-01-19T18:00:02.661Z] ---> b09d637e1cb0 [2021-01-19T18:00:02.661Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:00:02.937Z] ---> 64fe0cac3826 [2021-01-19T18:00:02.937Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:00:02.937Z] ---> Running in 3530cc6aee90 [2021-01-19T18:00:02.937Z] Removing intermediate container 92422887bb91 [2021-01-19T18:00:02.937Z] ---> d3932b235e25 [2021-01-19T18:00:02.937Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:00:03.202Z] ---> Running in 051628f0071c [2021-01-19T18:00:03.202Z] Removing intermediate container 3530cc6aee90 [2021-01-19T18:00:03.202Z] ---> 7272d6f8cf48 [2021-01-19T18:00:03.202Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:03.468Z] Removing intermediate container 051628f0071c [2021-01-19T18:00:03.468Z] ---> 77aa3f439dd9 [2021-01-19T18:00:03.468Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:00:03.468Z] ---> 709df3ebccc4 [2021-01-19T18:00:03.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:00:03.468Z] ---> 10ca5a8d6e75 [2021-01-19T18:00:03.468Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:00:03.743Z] ---> f21feec88b55 [2021-01-19T18:00:03.743Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:00:04.021Z] ---> d22ca3f6c938 [2021-01-19T18:00:04.021Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:05.962Z] ---> 1a44d9dff016 [2021-01-19T18:00:05.962Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:00:05.962Z] ---> ebb1c11a6a29 [2021-01-19T18:00:05.962Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:05.962Z] ---> Running in a68e49725660 [2021-01-19T18:00:05.962Z] ---> 941439bc8f91 [2021-01-19T18:00:05.962Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:00:06.231Z] ---> 8faea1863cd8 [2021-01-19T18:00:06.231Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:00:06.497Z] ---> Running in ffb1e2cddd43 [2021-01-19T18:00:06.497Z] ---> b0c87e4796c5 [2021-01-19T18:00:06.497Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:07.467Z] Removing intermediate container ffb1e2cddd43 [2021-01-19T18:00:07.467Z] ---> 06a16f1038ae [2021-01-19T18:00:07.467Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:08.867Z] ---> afcfe1057a97 [2021-01-19T18:00:08.867Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:00:08.867Z] ---> Running in 6984f76f7c8e [2021-01-19T18:00:09.141Z] Removing intermediate container 1b4fbeacd84b [2021-01-19T18:00:09.141Z] ---> 367d99ca2d25 [2021-01-19T18:00:09.141Z] [2021-01-19T18:00:09.141Z] Step 10/22 : FROM scratch [2021-01-19T18:00:09.141Z] ---> [2021-01-19T18:00:09.141Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:00:09.141Z] ---> Using cache [2021-01-19T18:00:09.141Z] ---> fa2d7ee196be [2021-01-19T18:00:09.141Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:00:09.141Z] ---> Running in 1d7ccedf3868 [2021-01-19T18:00:09.141Z] Removing intermediate container 6984f76f7c8e [2021-01-19T18:00:09.141Z] ---> 6c220b4d17fb [2021-01-19T18:00:09.408Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:00:09.408Z] Removing intermediate container a68e49725660 [2021-01-19T18:00:09.408Z] ---> 70ce94bfaad9 [2021-01-19T18:00:09.408Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:00:09.408Z] ---> Running in a861233e1c48 [2021-01-19T18:00:09.408Z] ---> Running in 0d48266324c8 [2021-01-19T18:00:09.408Z] Removing intermediate container 1d7ccedf3868 [2021-01-19T18:00:09.408Z] ---> c1af8cd3a13e [2021-01-19T18:00:09.408Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:00:09.408Z] ---> 6aef3bc485ef [2021-01-19T18:00:09.408Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:09.672Z] ---> Running in 0b07f21fe84d [2021-01-19T18:00:09.672Z] Removing intermediate container a861233e1c48 [2021-01-19T18:00:09.672Z] ---> a0e601e75d4b [2021-01-19T18:00:09.672Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:00:09.672Z] Removing intermediate container 0d48266324c8 [2021-01-19T18:00:09.672Z] ---> 76ea7f9f397c [2021-01-19T18:00:09.672Z] Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:00:10.249Z] ---> Running in e5735086e51e [2021-01-19T18:00:10.249Z] ---> Running in 69d49dbb746b [2021-01-19T18:00:10.249Z] Removing intermediate container 0b07f21fe84d [2021-01-19T18:00:10.249Z] ---> 4e60f8a85304 [2021-01-19T18:00:10.249Z] Step 14/22 : WORKDIR / [2021-01-19T18:00:10.249Z] ---> 30f615726026 [2021-01-19T18:00:10.249Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:00:10.249Z] ---> Running in 627dc85ec243 [2021-01-19T18:00:10.249Z] ---> Running in 5d40ef978f9b [2021-01-19T18:00:10.511Z] Removing intermediate container e5735086e51e [2021-01-19T18:00:10.511Z] ---> 2dd1e2af4f23 [2021-01-19T18:00:10.511Z] Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:00:10.511Z] Removing intermediate container 69d49dbb746b [2021-01-19T18:00:10.511Z] ---> 3b5e5579bd79 [2021-01-19T18:00:10.511Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:00:10.511Z] ---> Running in 902ef7887e50 [2021-01-19T18:00:10.774Z] ---> Running in 28e9b1296554 [2021-01-19T18:00:10.774Z] Removing intermediate container 627dc85ec243 [2021-01-19T18:00:10.774Z] ---> 89dd0023623d [2021-01-19T18:00:10.774Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:00:10.774Z] Removing intermediate container 5d40ef978f9b [2021-01-19T18:00:10.774Z] ---> 4b28ed8886e7 [2021-01-19T18:00:10.774Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:11.041Z] ---> Running in c3883eefa408 [2021-01-19T18:00:11.041Z] Removing intermediate container 902ef7887e50 [2021-01-19T18:00:11.041Z] ---> 9b54905028e6 [2021-01-19T18:00:11.041Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:00:11.041Z] ---> 5116db221c9e [2021-01-19T18:00:11.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:00:11.041Z] Removing intermediate container 28e9b1296554 [2021-01-19T18:00:11.041Z] ---> fcad9cf8556b [2021-01-19T18:00:11.041Z] [2021-01-19T18:00:11.041Z] ---> Running in 039d004c6044 [2021-01-19T18:00:11.302Z] Successfully built fcad9cf8556b [2021-01-19T18:00:11.879Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T18:00:11.879Z]  Building docker-support-scheduler-go ... done Removing intermediate container c3883eefa408 [2021-01-19T18:00:11.879Z] ---> c1a38ead14d9 [2021-01-19T18:00:11.879Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:00:12.149Z] ---> Running in 9ed69fad62f4 [2021-01-19T18:00:12.149Z] Removing intermediate container 039d004c6044 [2021-01-19T18:00:12.149Z] ---> d22e728bea4c [2021-01-19T18:00:12.149Z] [2021-01-19T18:00:12.149Z] ---> b1521118f1fe [2021-01-19T18:00:12.149Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:00:12.149Z] Successfully built d22e728bea4c [2021-01-19T18:00:12.411Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T18:00:12.411Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 9ed69fad62f4 [2021-01-19T18:00:12.411Z] ---> c50675371ed1 [2021-01-19T18:00:12.411Z] Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:00:12.411Z] ---> Running in 5cd9ce239973 [2021-01-19T18:00:12.411Z] ---> b0b800ccaab6 [2021-01-19T18:00:12.411Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:00:12.411Z] ---> Running in 130bce441b54 [2021-01-19T18:00:12.676Z] Removing intermediate container 5cd9ce239973 [2021-01-19T18:00:12.676Z] ---> 33f6a1984b6c [2021-01-19T18:00:12.676Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:00:12.676Z] ---> Running in 0bde6f5d9593 [2021-01-19T18:00:12.676Z] Removing intermediate container 130bce441b54 [2021-01-19T18:00:12.676Z] ---> 2930de6cd880 [2021-01-19T18:00:12.676Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:00:12.676Z] ---> Running in 64c76c9ffb69 [2021-01-19T18:00:12.939Z] Removing intermediate container 0bde6f5d9593 [2021-01-19T18:00:12.939Z] ---> a7e5913343ca [2021-01-19T18:00:12.939Z] [2021-01-19T18:00:12.939Z] Successfully built a7e5913343ca [2021-01-19T18:00:13.203Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T18:00:13.203Z]  Building docker-support-notifications-go ... done Removing intermediate container 64c76c9ffb69 [2021-01-19T18:00:13.203Z] ---> 8767a351ba5f [2021-01-19T18:00:13.203Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:00:13.203Z] ---> Running in 3f2ab2ca83c1 [2021-01-19T18:00:13.468Z] Removing intermediate container 3f2ab2ca83c1 [2021-01-19T18:00:13.468Z] ---> d28575c4aebe [2021-01-19T18:00:13.468Z] Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:00:13.468Z] ---> Running in 299eef2566e3 [2021-01-19T18:00:13.731Z] Removing intermediate container 299eef2566e3 [2021-01-19T18:00:13.731Z] ---> 87f31f1ef05c [2021-01-19T18:00:13.731Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:00:13.731Z] ---> Running in 8aa06b95a1b4 [2021-01-19T18:00:13.994Z] Removing intermediate container 8aa06b95a1b4 [2021-01-19T18:00:13.994Z] ---> 69caeed78523 [2021-01-19T18:00:13.994Z] [2021-01-19T18:00:13.994Z] Successfully built 69caeed78523 [2021-01-19T18:00:13.994Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T18:00:14.267Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-19T18:00:14.290Z] $ docker stop --time=1 4b98cdcc302d2665b7151b41f13b12461540e180ad0e093716d912ef267f4e75 [2021-01-19T18:00:15.992Z] $ docker rm -f 4b98cdcc302d2665b7151b41f13b12461540e180ad0e093716d912ef267f4e75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:00:16.522Z] + docker images [2021-01-19T18:00:16.522Z] + grep docker [2021-01-19T18:00:16.522Z] docker-core-metadata-go latest 69caeed78523 3 seconds ago 13.1MB [2021-01-19T18:00:16.522Z] docker-support-notifications-go latest a7e5913343ca 4 seconds ago 12MB [2021-01-19T18:00:16.522Z] docker-security-bootstrap-redis-go latest d22e728bea4c 5 seconds ago 15.8MB [2021-01-19T18:00:16.522Z] docker-support-scheduler-go latest fcad9cf8556b 6 seconds ago 10.7MB [2021-01-19T18:00:16.522Z] docker-sys-mgmt-agent-go latest 70e3442f2bc0 15 seconds ago 313MB [2021-01-19T18:00:16.522Z] docker-core-data-go latest bad9dfb31c27 About a minute ago 22.3MB [2021-01-19T18:00:16.522Z] docker-security-secretstore-setup-go latest 728d1a5ff0f0 2 minutes ago 24.6MB [2021-01-19T18:00:16.522Z] docker-core-command-go latest eedfa3867d28 2 minutes ago 10.6MB [2021-01-19T18:00:16.522Z] docker-security-proxy-setup-go latest 9548a031fa5f 2 minutes ago 24.4MB [2021-01-19T18:00:16.522Z] docker 20.10.0 aefe523efa57 5 weeks 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-01-19T18:00:24.719Z] gofmt -l . [2021-01-19T18:00:24.719Z] [ "`gofmt -l .`" = "" ] [2021-01-19T18:00:24.719Z] ./bin/test-go-mod-tidy.sh [2021-01-19T18:00:24.719Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T18:00:26.348Z] + ls -al . [2021-01-19T18:00:26.348Z] total 684 [2021-01-19T18:00:26.348Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 18:00 . [2021-01-19T18:00:26.348Z] drwxr-xr-x 4 root root 4096 Jan 19 17:56 .. [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:55 .dockerignore [2021-01-19T18:00:26.348Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:55 .git [2021-01-19T18:00:26.348Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 17:55 .github [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:55 .gitignore [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:55 .sonarcloud.properties [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:55 Attribution.txt [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:55 CONTRIBUTING.md [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:55 Dockerfile.build [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:55 Jenkinsfile [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:55 LICENSE [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:55 Makefile [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:55 README.md [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:55 SECURITY.md [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:55 ZMQWindows.md [2021-01-19T18:00:26.348Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 17:55 bin [2021-01-19T18:00:26.348Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:55 cmd [2021-01-19T18:00:26.348Z] -rw-r--r-- 1 root root 550280 Jan 19 17:59 coverage.out [2021-01-19T18:00:26.348Z] -rw-r--r-- 1 root root 981 Jan 19 18:00 go.mod [2021-01-19T18:00:26.348Z] -rw-r--r-- 1 root root 19436 Jan 19 18:00 go.sum [2021-01-19T18:00:26.348Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:55 internal [2021-01-19T18:00:26.348Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:55 openapi [2021-01-19T18:00:26.348Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:55 snap [2021-01-19T18:00:26.348Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:55 version.go [Pipeline] sh [2021-01-19T18:00:26.999Z] + '[' -e coverage.out ] [2021-01-19T18:00:26.999Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T18:00:27.065Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T18:00:28.141Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T18:00:28.860Z] + make build [2021-01-19T18:00:28.860Z] 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-01-19T18:00:32.182Z] Still waiting to schedule task [2021-01-19T18:00:32.183Z] ‘prd-ubuntu18.04-docker-8c-8g-21244’ is offline [2021-01-19T18:00:41.259Z] 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-01-19T18:01:03.449Z] 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-01-19T18:01:05.464Z] 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-01-19T18:01:09.781Z] 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-01-19T18:01:10.760Z] 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-01-19T18:01:16.165Z] 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-01-19T18:01:20.470Z] 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-01-19T18:01:23.090Z] 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-01-19T18:01:27.388Z] 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-01-19T18:01:29.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:01:33.375Z] 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 [Pipeline] } [2021-01-19T18:01:37.693Z] $ docker stop --time=1 2289f168d0cd42d43b0b40bf98de37b8656bb02bdc8c9b26b817557bcff11928 [2021-01-19T18:01:40.084Z] $ docker rm -f 2289f168d0cd42d43b0b40bf98de37b8656bb02bdc8c9b26b817557bcff11928 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:01:41.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:01:41.868Z] [2021-01-19T18:01:41.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:01:42.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:01:42.518Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T18:01:42.518Z] 29e5d40040c1: Pulling fs layer [2021-01-19T18:01:42.518Z] 1ce36da41761: Pulling fs layer [2021-01-19T18:01:42.518Z] 25b303627fd3: Pulling fs layer [2021-01-19T18:01:43.109Z] 29e5d40040c1: Verifying Checksum [2021-01-19T18:01:43.109Z] 29e5d40040c1: Download complete [2021-01-19T18:01:43.385Z] 1ce36da41761: Verifying Checksum [2021-01-19T18:01:43.385Z] 1ce36da41761: Download complete [2021-01-19T18:01:43.659Z] 29e5d40040c1: Pull complete [2021-01-19T18:01:45.095Z] 1ce36da41761: Pull complete [2021-01-19T18:01:45.095Z] 25b303627fd3: Verifying Checksum [2021-01-19T18:01:45.095Z] 25b303627fd3: Download complete [2021-01-19T18:01:55.282Z] 25b303627fd3: Pull complete [2021-01-19T18:01:55.282Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T18:01:55.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:01:55.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T18:01:55.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container [2021-01-19T18:01:55.585Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T18:01:58.571Z] $ docker top 601b88d36c9a6eb40ef1bf1ac5abd753e82cc6621c5176814c62cee0d4db6c9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:01:59.561Z] + docker-compose build --help [2021-01-19T18:01:59.561Z] + grep parallel [2021-01-19T18:02:02.924Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T18:02:02.936Z] $ docker stop --time=1 601b88d36c9a6eb40ef1bf1ac5abd753e82cc6621c5176814c62cee0d4db6c9b [2021-01-19T18:02:04.846Z] $ docker rm -f 601b88d36c9a6eb40ef1bf1ac5abd753e82cc6621c5176814c62cee0d4db6c9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:02:05.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T18:02:05.656Z] . [Pipeline] withDockerContainer [2021-01-19T18:02:05.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-21251 does not seem to be running inside a container [2021-01-19T18:02:06.013Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T18:02:06.352Z] Running on prd-ubuntu18.04-docker-8c-8g-21255 in /w/workspace/edgexfoundry_edgex-go_PR-3048 [2021-01-19T18:02:07.452Z] $ docker top ef62a2fc8ced8cd55f24df10b0acca6e8e106c2fd8aa7104f8d4153aec7dab32 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-19T18:02:07.993Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-19T18:02:08.590Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T18:02:10.773Z] using credential edgex-jenkins-ssh [2021-01-19T18:02:10.834Z] Cloning the remote Git repository [2021-01-19T18:02:10.859Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:02:10.936Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-19T18:02:10.970Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:02:10.970Z] > git --version # timeout=10 [2021-01-19T18:02:10.976Z] > git --version # 'git version 2.17.1' [2021-01-19T18:02:10.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:02:11.020Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:02:12.911Z] Building docker-core-command-go ... [2021-01-19T18:02:12.912Z] Building docker-core-data-go ... [2021-01-19T18:02:12.912Z] Building docker-core-metadata-go ... [2021-01-19T18:02:12.912Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T18:02:12.912Z] Building docker-security-proxy-setup-go ... [2021-01-19T18:02:12.912Z] Building docker-security-secretstore-setup-go ... [2021-01-19T18:02:12.912Z] Building docker-support-notifications-go ... [2021-01-19T18:02:12.912Z] Building docker-support-scheduler-go ... [2021-01-19T18:02:12.912Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T18:02:12.912Z] Building docker-security-secretstore-setup-go [2021-01-19T18:02:12.912Z] Building docker-core-metadata-go [2021-01-19T18:02:12.912Z] Building docker-core-command-go [2021-01-19T18:02:12.912Z] Building docker-security-bootstrap-redis-go [2021-01-19T18:02:12.912Z] Building docker-support-notifications-go [2021-01-19T18:02:29.415Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:02:29.432Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:02:29.460Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:02:29.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:02:29.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:02:29.490Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:02:29.994Z] Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:02:30.201Z] Merge succeeded, producing a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:02:30.201Z] Checking out Revision a1d85f020a9aa6f120c487b081e6e1f34154e693 (PR-3048) [2021-01-19T18:02:30.007Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:02:30.013Z] > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 [2021-01-19T18:02:30.156Z] > git remote # timeout=10 [2021-01-19T18:02:30.164Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T18:02:30.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:02:30.185Z] > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 [2021-01-19T18:02:30.195Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T18:02:30.206Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:02:30.210Z] > git checkout -f a1d85f020a9aa6f120c487b081e6e1f34154e693 # timeout=10 [2021-01-19T18:02:34.120Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:02:35.456Z] + echo snap-build.sh [2021-01-19T18:02:35.456Z] snap-build.sh [2021-01-19T18:02:35.456Z] + SNAP_BASE_DIR=. [2021-01-19T18:02:35.456Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-19T18:02:35.456Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-19T18:02:35.456Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-19T18:02:35.456Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-19T18:02:35.456Z] + cd /w/workspace/edgex-go/4 [2021-01-19T18:02:35.456Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T18:02:35.456Z] Reading package lists... [2021-01-19T18:02:35.721Z] Building dependency tree... [2021-01-19T18:02:35.721Z] Reading state information... [2021-01-19T18:02:35.984Z] The following packages were automatically installed and are no longer required: [2021-01-19T18:02:35.984Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T18:02:35.984Z] uidmap xdelta3 [2021-01-19T18:02:35.984Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T18:02:35.984Z] The following packages will be REMOVED: [2021-01-19T18:02:35.984Z] lxd* lxd-client* [2021-01-19T18:02:36.561Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T18:02:36.561Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T18:02:37.619Z] (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-01-19T18:02:37.619Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:02:39.629Z] Removing lxd dnsmasq configuration [2021-01-19T18:02:39.629Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:02:39.629Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T18:02:40.597Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T18:02:41.121Z] (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-01-19T18:02:41.121Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T18:02:43.055Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T18:02:43.055Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T18:02:44.992Z] + sudo snap remove --purge lxd [2021-01-19T18:02:45.255Z] snap "lxd" is not installed [2021-01-19T18:02:45.255Z] + sudo groupadd --force --system lxd [2021-01-19T18:02:45.255Z] ++ whoami [2021-01-19T18:02:45.255Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T18:02:45.255Z] + newgrp - lxd [2021-01-19T18:02:45.255Z] + sudo snap install lxd [2021-01-19T18:02:55.324Z] 2021-01-19T18:02:52Z INFO Waiting for automatic snapd restart... [2021-01-19T18:03:13.523Z] lxd 4.10 from Canonical* installed [2021-01-19T18:03:13.523Z] + sudo lxd init --auto [2021-01-19T18:03:20.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:03:20.907Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:03:20.907Z] ---> 0fade94a158c [2021-01-19T18:03:20.907Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:03:20.907Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:03:20.907Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:03:20.907Z] ---> 0fade94a158c [2021-01-19T18:03:20.907Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:03:20.907Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:03:20.907Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:03:20.907Z] ---> 0fade94a158c [2021-01-19T18:03:20.907Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:03:20.907Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:03:20.907Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:03:20.907Z] ---> 0fade94a158c [2021-01-19T18:03:20.907Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:03:20.907Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:03:20.907Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:03:20.907Z] ---> 0fade94a158c [2021-01-19T18:03:20.907Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:03:21.714Z] + sudo snap install --classic snapcraft [2021-01-19T18:03:24.294Z] ---> Running in 76e3a4e6dded [2021-01-19T18:03:24.294Z] ---> Running in 97c7c569784d [2021-01-19T18:03:24.294Z] ---> Running in 1b751d1c1a22 [2021-01-19T18:03:24.294Z] ---> Running in b3226bc9e928 [2021-01-19T18:03:24.294Z] ---> Running in 581ea41ee327 [2021-01-19T18:03:24.575Z] Removing intermediate container 1b751d1c1a22 [2021-01-19T18:03:24.575Z] ---> c911ef7e7546 [2021-01-19T18:03:24.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:03:24.575Z] Removing intermediate container 97c7c569784d [2021-01-19T18:03:24.575Z] ---> f00cace74642 [2021-01-19T18:03:24.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:03:24.575Z] Removing intermediate container 581ea41ee327 [2021-01-19T18:03:24.575Z] ---> 39eeda08e9c1 [2021-01-19T18:03:24.575Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:03:24.575Z] Removing intermediate container 76e3a4e6dded [2021-01-19T18:03:24.575Z] ---> 3868988c441b [2021-01-19T18:03:24.575Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:03:24.856Z] Removing intermediate container b3226bc9e928 [2021-01-19T18:03:24.856Z] ---> 36029eb967e2 [2021-01-19T18:03:24.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:03:24.856Z] ---> Running in 54d9665e3118 [2021-01-19T18:03:24.856Z] ---> Running in 37e583ff6f85 [2021-01-19T18:03:24.856Z] ---> Running in fd33ff67bd87 [2021-01-19T18:03:25.131Z] ---> Running in c72b6058accf [2021-01-19T18:03:25.131Z] ---> Running in f80a913e7206 [2021-01-19T18:03:27.054Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T18:03:27.054Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T18:03:27.054Z] + patch --verbose -p1 [2021-01-19T18:03:27.054Z] Hmm... Looks like a unified diff to me... [2021-01-19T18:03:27.054Z] The text leading up to this was: [2021-01-19T18:03:27.054Z] -------------------------- [2021-01-19T18:03:27.054Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T18:03:27.054Z] |From: Tony Espy [2021-01-19T18:03:27.054Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T18:03:27.054Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T18:03:27.054Z] | [2021-01-19T18:03:27.054Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T18:03:27.054Z] |optimize the snap CI check run for pull requests. When [2021-01-19T18:03:27.054Z] |applied, it essentially strips out everything (apps and [2021-01-19T18:03:27.054Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T18:03:27.054Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T18:03:27.054Z] |catch changes to edgex-go that break the snap build. [2021-01-19T18:03:27.054Z] | [2021-01-19T18:03:27.054Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T18:03:27.054Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T18:03:27.054Z] |resulting in a failed snap build CI check in the associated [2021-01-19T18:03:27.054Z] |pull request. [2021-01-19T18:03:27.054Z] | [2021-01-19T18:03:27.054Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T18:03:27.054Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T18:03:27.054Z] |need to build the finally binary .snap file (and it won't [2021-01-19T18:03:27.054Z] |work with the patch applied). This further reduces the build [2021-01-19T18:03:27.054Z] |time. [2021-01-19T18:03:27.054Z] |--- [2021-01-19T18:03:27.054Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T18:03:27.054Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T18:03:27.054Z] | [2021-01-19T18:03:27.054Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T18:03:27.054Z] |index 1e537489..faf42425 100644 [2021-01-19T18:03:27.054Z] |--- a/snap/snapcraft.yaml [2021-01-19T18:03:27.054Z] |+++ b/snap/snapcraft.yaml [2021-01-19T18:03:27.054Z] -------------------------- [2021-01-19T18:03:27.054Z] patching file snap/snapcraft.yaml [2021-01-19T18:03:27.054Z] Using Plan A... [2021-01-19T18:03:27.054Z] Hunk #1 succeeded at 73. [2021-01-19T18:03:27.054Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T18:03:27.054Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T18:03:27.054Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T18:03:27.054Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T18:03:27.054Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T18:03:27.054Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T18:03:27.054Z] Hunk #8 succeeded at 342. [2021-01-19T18:03:27.054Z] Hmm... Ignoring the trailing garbage. [2021-01-19T18:03:27.054Z] done [2021-01-19T18:03:27.054Z] + sudo snapcraft prime --use-lxd [2021-01-19T18:03:28.561Z] Removing intermediate container 37e583ff6f85 [2021-01-19T18:03:28.561Z] ---> 3a4dde660021 [2021-01-19T18:03:28.561Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T18:03:28.838Z] ---> Running in 55872f014ba7 [2021-01-19T18:03:28.992Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T18:03:28.992Z] 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-01-19T18:03:28.992Z] - README.md [2021-01-19T18:03:28.992Z] - snapcraft.yaml.orig [2021-01-19T18:03:28.992Z] [2021-01-19T18:03:28.992Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T18:03:29.112Z] Removing intermediate container 54d9665e3118 [2021-01-19T18:03:29.112Z] ---> d808eee31306 [2021-01-19T18:03:29.112Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:03:29.388Z] ---> Running in 0959d1ce06f3 [2021-01-19T18:03:29.388Z] Removing intermediate container fd33ff67bd87 [2021-01-19T18:03:29.388Z] ---> f24f7bae4eec [2021-01-19T18:03:29.388Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:03:29.660Z] Removing intermediate container c72b6058accf [2021-01-19T18:03:29.661Z] ---> 122988d634ee [2021-01-19T18:03:29.661Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:03:29.661Z] Removing intermediate container f80a913e7206 [2021-01-19T18:03:29.661Z] ---> e4259cfe8064 [2021-01-19T18:03:29.661Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T18:03:29.661Z] ---> Running in 69e457b65dcc [2021-01-19T18:03:29.941Z] Launching a container. [2021-01-19T18:03:29.944Z] ---> Running in d8474b939441 [2021-01-19T18:03:29.944Z] ---> Running in dcfad0ca7411 [2021-01-19T18:03:30.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:31.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:31.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:31.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:31.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:31.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:32.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:32.072Z] OK: 217 MiB in 51 packages [2021-01-19T18:03:32.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:32.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:32.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:03:33.221Z] OK: 217 MiB in 51 packages [2021-01-19T18:03:33.221Z] OK: 217 MiB in 51 packages [2021-01-19T18:03:33.503Z] Removing intermediate container 55872f014ba7 [2021-01-19T18:03:33.503Z] ---> edfa9fd66d3e [2021-01-19T18:03:33.503Z] Step 6/24 : COPY go.mod . [2021-01-19T18:03:33.503Z] OK: 217 MiB in 51 packages [2021-01-19T18:03:33.503Z] OK: 217 MiB in 51 packages [2021-01-19T18:03:34.501Z] ---> bfe71fa2fc7d [2021-01-19T18:03:34.501Z] Step 7/24 : RUN go mod download [2021-01-19T18:03:34.775Z] ---> Running in 9b27ec0b5b62 [2021-01-19T18:03:34.775Z] Removing intermediate container 0959d1ce06f3 [2021-01-19T18:03:34.775Z] ---> e3f99dffadc4 [2021-01-19T18:03:34.775Z] Step 6/22 : COPY go.mod . [2021-01-19T18:03:35.055Z] Removing intermediate container 69e457b65dcc [2021-01-19T18:03:35.055Z] ---> 5585b52ec009 [2021-01-19T18:03:35.055Z] Step 6/22 : COPY go.mod . [2021-01-19T18:03:35.657Z] Removing intermediate container dcfad0ca7411 [2021-01-19T18:03:35.657Z] ---> f3448b186b00 [2021-01-19T18:03:35.657Z] Step 6/22 : COPY go.mod . [2021-01-19T18:03:35.657Z] Removing intermediate container d8474b939441 [2021-01-19T18:03:35.657Z] ---> 4846ed8713b2 [2021-01-19T18:03:35.657Z] Step 6/24 : COPY go.mod . [2021-01-19T18:03:35.941Z] ---> 011082e83b02 [2021-01-19T18:03:35.941Z] Step 7/22 : RUN go mod download [2021-01-19T18:03:35.941Z] ---> Running in f598c314597f [2021-01-19T18:03:36.212Z] ---> 985822a4ee3c [2021-01-19T18:03:36.212Z] Step 7/22 : RUN go mod download [2021-01-19T18:03:36.500Z] ---> Running in ce2655ae4aaa [2021-01-19T18:03:36.500Z] ---> c68400b79465 [2021-01-19T18:03:36.500Z] Step 7/22 : RUN go mod download [2021-01-19T18:03:36.770Z] ---> 0889b64afe44 [2021-01-19T18:03:36.770Z] Step 7/24 : RUN go mod download [2021-01-19T18:03:36.770Z] ---> Running in 09cfa3a9ff8e [2021-01-19T18:03:37.043Z] ---> Running in e2fc1a4710f6 [2021-01-19T18:03:38.481Z] Removing intermediate container 9b27ec0b5b62 [2021-01-19T18:03:38.481Z] ---> 0d814af2ea20 [2021-01-19T18:03:38.481Z] Step 8/24 : COPY . . [2021-01-19T18:03:40.510Z] Removing intermediate container f598c314597f [2021-01-19T18:03:40.510Z] ---> 94712b9e8d39 [2021-01-19T18:03:40.510Z] Step 8/22 : COPY . . [2021-01-19T18:03:41.110Z] Removing intermediate container ce2655ae4aaa [2021-01-19T18:03:41.110Z] ---> 7ec7861ecb03 [2021-01-19T18:03:41.110Z] Step 8/22 : COPY . . [2021-01-19T18:03:41.791Z] Removing intermediate container 09cfa3a9ff8e [2021-01-19T18:03:41.791Z] ---> a322c6e07769 [2021-01-19T18:03:41.791Z] Step 8/22 : COPY . . [2021-01-19T18:03:42.067Z] Removing intermediate container e2fc1a4710f6 [2021-01-19T18:03:42.067Z] ---> 42af3a9d9e9a [2021-01-19T18:03:42.067Z] Step 8/24 : COPY . . [2021-01-19T18:03:44.900Z] Waiting for container to be ready [2021-01-19T18:03:44.900Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T18:03:44.900Z] [2021-01-19T18:03:48.245Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T18:03:48.823Z] Waiting for network to be ready... [2021-01-19T18:03:49.085Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:03:49.085Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T18:03:49.660Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T18:03:49.660Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:03:49.660Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T18:03:49.924Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T18:03:49.924Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T18:03:49.924Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T18:03:49.924Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T18:03:49.924Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T18:03:49.924Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T18:03:50.189Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T18:03:50.189Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T18:03:50.189Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T18:03:50.189Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T18:03:50.189Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T18:03:50.189Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T18:03:50.189Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T18:03:50.189Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T18:03:50.764Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T18:03:50.764Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T18:03:50.764Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T18:03:50.764Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T18:03:50.764Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T18:03:50.764Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T18:03:50.764Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T18:03:51.027Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T18:03:55.254Z] Fetched 23.8 MB in 6s (3942 kB/s) [2021-01-19T18:03:56.649Z] Reading package lists... [2021-01-19T18:03:56.911Z] Reading package lists... [2021-01-19T18:03:57.174Z] Building dependency tree... [2021-01-19T18:03:57.174Z] Reading state information... [2021-01-19T18:03:57.174Z] The following additional packages will be installed: [2021-01-19T18:03:57.174Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T18:03:57.174Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T18:03:57.174Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T18:03:57.437Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T18:03:57.437Z] Suggested packages: [2021-01-19T18:03:57.437Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T18:03:57.437Z] Recommended packages: [2021-01-19T18:03:57.437Z] gnupg libsasl2-modules [2021-01-19T18:03:57.437Z] The following NEW packages will be installed: [2021-01-19T18:03:57.437Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T18:03:57.437Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T18:03:57.437Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T18:03:57.437Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T18:03:57.437Z] The following packages will be upgraded: [2021-01-19T18:03:57.437Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T18:03:57.437Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T18:03:57.437Z] Need to get 3533 kB of archives. [2021-01-19T18:03:57.437Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T18:03:57.437Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T18:03:57.437Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T18:03:58.012Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T18:03:58.274Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T18:03:58.274Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T18:03:58.274Z] 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-01-19T18:03:58.274Z] 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-01-19T18:03:58.274Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T18:03:58.274Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T18:03:58.274Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T18:03:58.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T18:03:58.538Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T18:03:58.538Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T18:03:58.538Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T18:03:58.538Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T18:03:58.538Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T18:03:58.538Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T18:03:58.538Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T18:03:58.538Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T18:03:58.538Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T18:03:58.801Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T18:03:58.801Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T18:03:59.064Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:03:59.064Z] Fetched 3533 kB in 1s (2412 kB/s) [2021-01-19T18:03:59.064Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T18:03:59.064Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:03:59.064Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:03:59.326Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T18:03:59.326Z] Selecting previously unselected package udev. [2021-01-19T18:03:59.326Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T18:03:59.326Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:03:59.326Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T18:03:59.588Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T18:03:59.588Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T18:03:59.588Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T18:03:59.588Z] Selecting previously unselected package fuse. [2021-01-19T18:03:59.588Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T18:03:59.588Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T18:03:59.851Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:03:59.852Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:03:59.852Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:03:59.852Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:04:00.122Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:00.122Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:04:00.122Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T18:04:00.122Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T18:04:00.122Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T18:04:00.387Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T18:04:00.387Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.387Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:00.387Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T18:04:00.387Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.387Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:00.387Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T18:04:00.387Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.387Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:00.649Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T18:04:00.649Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.649Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:00.649Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T18:04:00.649Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.649Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:00.911Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T18:04:00.911Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.911Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:00.911Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T18:04:00.911Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:00.911Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:01.175Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T18:04:01.175Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:01.175Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:01.175Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T18:04:01.175Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T18:04:01.175Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:01.175Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T18:04:01.175Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T18:04:01.175Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:01.437Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T18:04:01.437Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T18:04:01.437Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:01.438Z] Selecting previously unselected package libldap-common. [2021-01-19T18:04:01.438Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T18:04:01.438Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:01.438Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T18:04:01.438Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T18:04:01.438Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:01.702Z] Selecting previously unselected package dirmngr. [2021-01-19T18:04:01.702Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:01.702Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:01.702Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:01.702Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:01.702Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T18:04:01.968Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:01.968Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T18:04:01.968Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:01.968Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:01.968Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T18:04:01.968Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:02.231Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T18:04:02.495Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T18:04:02.756Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:02.756Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T18:04:02.756Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T18:04:03.018Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:03.018Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T18:04:03.018Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T18:04:03.280Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:03.280Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:03.866Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T18:04:03.866Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T18:04:03.866Z] This means they are not meant to be enabled using systemctl. [2021-01-19T18:04:03.866Z] Possible reasons for having this kind of units are: [2021-01-19T18:04:03.866Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T18:04:03.866Z] .wants/ or .requires/ directory. [2021-01-19T18:04:03.866Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T18:04:03.866Z] a requirement dependency on it. [2021-01-19T18:04:03.866Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T18:04:03.866Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T18:04:03.866Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T18:04:03.866Z] instance name specified. [2021-01-19T18:04:04.249Z] ---> 2ad7e0a024ad [2021-01-19T18:04:04.250Z] ---> 0001f0031ac7 [2021-01-19T18:04:04.250Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T18:04:04.250Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T18:04:04.250Z] ---> eac90d74cfee [2021-01-19T18:04:04.250Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T18:04:04.250Z] ---> 8cdd4773c682 [2021-01-19T18:04:04.250Z] ---> 4feec1ada902 [2021-01-19T18:04:04.250Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T18:04:04.250Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:04:04.250Z] ---> Running in 94f5abe42f49 [2021-01-19T18:04:04.250Z] ---> Running in f906c9e849dd [2021-01-19T18:04:04.250Z] ---> Running in a43097efa831 [2021-01-19T18:04:04.443Z] Reading package lists... [2021-01-19T18:04:04.443Z] Building dependency tree... [2021-01-19T18:04:04.443Z] Reading state information... [2021-01-19T18:04:04.523Z] ---> Running in b42a6f94bedc [2021-01-19T18:04:04.523Z] ---> Running in 7e1ced1d480f [2021-01-19T18:04:04.706Z] The following additional packages will be installed: [2021-01-19T18:04:04.706Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T18:04:04.706Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T18:04:04.706Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T18:04:04.706Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T18:04:04.706Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T18:04:04.706Z] Suggested packages: [2021-01-19T18:04:04.706Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T18:04:04.706Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T18:04:04.706Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T18:04:04.706Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T18:04:04.706Z] systemd-container policykit-1 [2021-01-19T18:04:04.706Z] Recommended packages: [2021-01-19T18:04:04.706Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T18:04:04.706Z] The following NEW packages will be installed: [2021-01-19T18:04:04.706Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T18:04:04.706Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T18:04:04.706Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T18:04:04.706Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T18:04:04.706Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T18:04:04.706Z] The following packages will be upgraded: [2021-01-19T18:04:04.706Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T18:04:04.968Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T18:04:04.968Z] Need to get 35.2 MB of archives. [2021-01-19T18:04:04.968Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T18:04:04.968Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T18:04:04.968Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T18:04:05.540Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T18:04:05.802Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T18:04:05.802Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T18:04:05.802Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T18:04:05.802Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T18:04:05.968Z] 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-01-19T18:04:06.064Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T18:04:06.064Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T18:04:06.064Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T18:04:06.064Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T18:04:06.064Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T18:04:06.064Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T18:04:06.064Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T18:04:06.064Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T18:04:06.064Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T18:04:06.064Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T18:04:06.064Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T18:04:06.064Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T18:04:06.064Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T18:04:06.064Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T18:04:06.064Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T18:04:06.064Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T18:04:06.064Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T18:04:06.064Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T18:04:06.064Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T18:04:06.064Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T18:04:06.064Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T18:04:06.064Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T18:04:06.327Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T18:04:06.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:04:06.568Z] 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-01-19T18:04:06.568Z] 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-01-19T18:04:06.568Z] 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-01-19T18:04:07.272Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:04:07.272Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-01-19T18:04:07.272Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:04:07.272Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:07.534Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:04:08.114Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:08.114Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:04:08.377Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T18:04:08.377Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:04:08.377Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T18:04:08.377Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T18:04:08.640Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T18:04:08.640Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T18:04:08.640Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T18:04:08.903Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T18:04:09.171Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T18:04:09.171Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T18:04:10.124Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T18:04:10.386Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T18:04:10.386Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T18:04:10.386Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T18:04:10.651Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T18:04:10.651Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:10.651Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:10.913Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T18:04:10.913Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T18:04:10.913Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T18:04:10.913Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T18:04:10.913Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:10.913Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:11.175Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T18:04:11.438Z] Checking for services that may need to be restarted...done. [2021-01-19T18:04:11.438Z] Checking for services that may need to be restarted...done. [2021-01-19T18:04:11.438Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:11.438Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T18:04:11.438Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:12.016Z] Selecting previously unselected package python3-minimal. [2021-01-19T18:04:12.016Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T18:04:12.016Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:04:12.280Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T18:04:12.280Z] Selecting previously unselected package mime-support. [2021-01-19T18:04:12.280Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T18:04:12.280Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T18:04:12.280Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T18:04:12.280Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T18:04:12.280Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T18:04:12.542Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T18:04:12.542Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:12.542Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:12.808Z] Selecting previously unselected package python3.6. [2021-01-19T18:04:12.808Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T18:04:12.808Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:12.808Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T18:04:12.808Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:04:12.808Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T18:04:12.808Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T18:04:13.071Z] Selecting previously unselected package python3. [2021-01-19T18:04:13.333Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T18:04:13.333Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T18:04:13.333Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T18:04:13.333Z] Selecting previously unselected package multiarch-support. [2021-01-19T18:04:13.333Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:13.333Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T18:04:13.333Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T18:04:13.595Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T18:04:13.595Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T18:04:13.595Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T18:04:13.595Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T18:04:13.595Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T18:04:13.595Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T18:04:13.595Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T18:04:13.595Z] Selecting previously unselected package sudo. [2021-01-19T18:04:13.595Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T18:04:13.595Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T18:04:13.861Z] Selecting previously unselected package apparmor. [2021-01-19T18:04:13.861Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T18:04:13.861Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T18:04:14.126Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T18:04:14.126Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T18:04:14.126Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T18:04:14.126Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T18:04:14.126Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:14.126Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:14.126Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T18:04:14.126Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:14.126Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:14.389Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T18:04:14.389Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T18:04:14.389Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T18:04:14.390Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T18:04:14.390Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:14.390Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:14.652Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T18:04:14.652Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:14.652Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:14.652Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T18:04:14.652Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T18:04:14.652Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T18:04:15.605Z] Selecting previously unselected package openssh-client. [2021-01-19T18:04:15.605Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T18:04:15.605Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T18:04:15.605Z] Selecting previously unselected package squashfs-tools. [2021-01-19T18:04:15.605Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T18:04:15.605Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T18:04:15.605Z] Selecting previously unselected package snapd. [2021-01-19T18:04:15.868Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T18:04:15.868Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T18:04:18.452Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T18:04:18.452Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T18:04:18.452Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T18:04:18.452Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T18:04:18.452Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T18:04:18.452Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:18.714Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:18.714Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T18:04:18.714Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T18:04:19.289Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T18:04:19.289Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T18:04:19.553Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T18:04:19.553Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:19.553Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:19.553Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T18:04:20.503Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T18:04:20.503Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:20.503Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T18:04:20.503Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T18:04:20.503Z] running python rtupdate hooks for python3.6... [2021-01-19T18:04:20.503Z] running python post-rtupdate hooks for python3.6... [2021-01-19T18:04:20.503Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T18:04:21.899Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T18:04:22.164Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T18:04:22.164Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T18:04:22.425Z] Setting up snapd (2.48+18.04) ... [2021-01-19T18:04:23.000Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T18:04:23.262Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T18:04:23.524Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T18:04:23.524Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T18:04:23.808Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T18:04:23.808Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T18:04:24.076Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T18:04:24.337Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T18:04:24.601Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T18:04:24.865Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T18:04:25.130Z] /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-01-19T18:04:25.130Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T18:04:25.130Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T18:04:26.521Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:04:26.521Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:04:26.783Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:04:28.707Z] Reading package lists... [2021-01-19T18:04:28.707Z] Reading package lists... [2021-01-19T18:04:28.970Z] Building dependency tree... [2021-01-19T18:04:28.970Z] Reading state information... [2021-01-19T18:04:28.970Z] Calculating upgrade... [2021-01-19T18:04:29.232Z] The following packages will be upgraded: [2021-01-19T18:04:29.232Z] advancecomp base-files bash binutils binutils-common [2021-01-19T18:04:29.232Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T18:04:29.232Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T18:04:29.232Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T18:04:29.232Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T18:04:29.232Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T18:04:29.232Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T18:04:29.232Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T18:04:29.232Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T18:04:29.232Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T18:04:29.232Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T18:04:29.232Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T18:04:29.232Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T18:04:29.232Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T18:04:29.232Z] ubuntu-keyring util-linux [2021-01-19T18:04:29.498Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:04:29.498Z] Need to get 63.7 MB of archives. [2021-01-19T18:04:29.498Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T18:04:29.498Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T18:04:29.498Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T18:04:29.498Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T18:04:29.498Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T18:04:29.498Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T18:04:29.498Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T18:04:29.498Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T18:04:29.499Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T18:04:29.499Z] 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-01-19T18:04:29.499Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T18:04:29.499Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T18:04:29.499Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T18:04:29.499Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T18:04:29.499Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T18:04:29.499Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T18:04:29.499Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T18:04:29.499Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T18:04:29.766Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T18:04:29.766Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T18:04:29.766Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T18:04:29.766Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T18:04:29.766Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T18:04:29.766Z] 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-01-19T18:04:29.766Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T18:04:29.766Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T18:04:29.766Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T18:04:29.766Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T18:04:29.766Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T18:04:29.766Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T18:04:29.766Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T18:04:29.766Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T18:04:29.766Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T18:04:29.766Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T18:04:29.766Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T18:04:30.028Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T18:04:30.028Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T18:04:30.028Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T18:04:30.028Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T18:04:30.028Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T18:04:30.028Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T18:04:30.028Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T18:04:30.028Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T18:04:30.028Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T18:04:30.028Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T18:04:30.028Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T18:04:30.028Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T18:04:30.028Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T18:04:30.028Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T18:04:30.028Z] 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-01-19T18:04:30.028Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T18:04:30.028Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T18:04:30.028Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T18:04:30.028Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T18:04:30.028Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T18:04:30.028Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T18:04:30.028Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T18:04:30.297Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T18:04:30.590Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T18:04:30.590Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T18:04:30.590Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T18:04:30.590Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T18:04:30.590Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T18:04:30.590Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T18:04:30.590Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T18:04:30.854Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T18:04:30.854Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T18:04:30.854Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T18:04:30.854Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T18:04:30.854Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T18:04:30.854Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T18:04:30.854Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T18:04:30.854Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T18:04:30.854Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T18:04:30.854Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T18:04:30.854Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T18:04:30.854Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T18:04:30.854Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T18:04:30.854Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T18:04:30.854Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T18:04:30.854Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T18:04:30.854Z] Get:81 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-01-19T18:04:30.854Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T18:04:30.854Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T18:04:30.854Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-19T18:04:30.854Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T18:04:30.854Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T18:04:31.118Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T18:04:31.118Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T18:04:31.118Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T18:04:31.118Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T18:04:31.118Z] Get:91 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-01-19T18:04:31.118Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T18:04:31.118Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T18:04:31.118Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T18:04:31.118Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T18:04:31.118Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T18:04:31.118Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T18:04:31.383Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:04:31.383Z] Fetched 63.7 MB in 2s (35.3 MB/s) [2021-01-19T18:04:31.383Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:31.383Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:31.383Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:32.332Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:32.332Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:32.332Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T18:04:32.332Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T18:04:33.301Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:33.301Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:33.301Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:33.301Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:33.563Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:33.563Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:33.825Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:33.825Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:33.825Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:33.825Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:34.089Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:34.089Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:34.089Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:34.089Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:34.352Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:04:34.352Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:34.352Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:34.352Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T18:04:34.621Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:04:34.621Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:34.621Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:34.621Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:34.886Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:34.886Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:34.886Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:35.150Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T18:04:35.150Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:04:35.412Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:35.412Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:35.674Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:36.249Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T18:04:36.511Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T18:04:36.511Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T18:04:36.511Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T18:04:36.511Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T18:04:36.511Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T18:04:36.772Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T18:04:36.772Z] Installing new version of config file /etc/issue ... [2021-01-19T18:04:36.772Z] Installing new version of config file /etc/issue.net ... [2021-01-19T18:04:37.035Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T18:04:37.035Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T18:04:37.297Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T18:04:37.297Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T18:04:37.297Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T18:04:37.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:37.297Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T18:04:37.558Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T18:04:37.558Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T18:04:37.558Z] 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-01-19T18:04:37.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:37.821Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:37.821Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:37.821Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:37.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:37.821Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T18:04:38.086Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T18:04:38.086Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T18:04:38.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:38.350Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T18:04:38.350Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:04:38.612Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T18:04:38.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:38.612Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:38.875Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:04:38.875Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:04:38.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:38.875Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:38.875Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:04:39.136Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T18:04:39.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:39.136Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T18:04:39.398Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T18:04:39.398Z] Setting up grep (3.1-2build1) ... [2021-01-19T18:04:39.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:39.399Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T18:04:39.399Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T18:04:39.661Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T18:04:39.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:39.661Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:04:39.925Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:04:39.925Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T18:04:39.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:39.925Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:04:40.190Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:40.768Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:04:40.768Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:41.031Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T18:04:41.031Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:41.605Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T18:04:41.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:41.868Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T18:04:41.868Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T18:04:42.816Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T18:04:43.078Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T18:04:43.078Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T18:04:43.078Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T18:04:43.078Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T18:04:43.342Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:43.342Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T18:04:43.342Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T18:04:43.342Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T18:04:43.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:43.605Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:43.605Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:43.605Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:43.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:43.869Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:43.869Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:43.869Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:43.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:43.869Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:44.132Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:44.132Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:44.132Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:44.132Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:44.132Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:44.395Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:44.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:44.395Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:04:44.395Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:04:44.657Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:04:44.657Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:04:44.657Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:04:44.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:44.919Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T18:04:44.919Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:04:44.919Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:04:44.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:44.919Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:44.919Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:45.181Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:45.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:45.181Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:45.181Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:45.181Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:45.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:45.442Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:45.442Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:45.704Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:04:46.279Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T18:04:46.543Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T18:04:46.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:46.543Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T18:04:46.543Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T18:04:46.810Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:04:47.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T18:04:47.073Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T18:04:47.073Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T18:04:47.347Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T18:04:47.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:47.347Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T18:04:47.347Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T18:04:47.609Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T18:04:47.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:47.872Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:04:47.872Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:04:48.134Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:04:48.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:48.134Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:04:48.134Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:04:48.395Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:04:48.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:48.395Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T18:04:48.690Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:04:48.690Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:04:49.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:49.034Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T18:04:49.034Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T18:04:49.330Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T18:04:49.330Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T18:04:49.330Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:49.330Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:04:49.612Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:04:49.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:49.612Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T18:04:49.612Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T18:04:49.895Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T18:04:49.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:49.895Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T18:04:49.895Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T18:04:49.895Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T18:04:50.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:50.517Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:50.517Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T18:04:50.517Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T18:04:50.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:50.517Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T18:04:50.792Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T18:04:50.792Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T18:04:50.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:50.792Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T18:04:50.792Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T18:04:51.067Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T18:04:51.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:51.331Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T18:04:51.331Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T18:04:51.907Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T18:04:51.907Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:51.907Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T18:04:51.907Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T18:04:52.171Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T18:04:52.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:52.171Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T18:04:52.171Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T18:04:52.435Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T18:04:52.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:52.435Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T18:04:52.435Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T18:04:52.435Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T18:04:52.698Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:52.698Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T18:04:52.698Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T18:04:52.698Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T18:04:52.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:52.960Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T18:04:52.960Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T18:04:52.960Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T18:04:53.222Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T18:04:53.222Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T18:04:53.222Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T18:04:53.222Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T18:04:53.490Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T18:04:53.490Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T18:04:53.490Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T18:04:53.490Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T18:04:53.490Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T18:04:53.752Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T18:04:53.752Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T18:04:54.014Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T18:04:54.014Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T18:04:54.277Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T18:04:54.277Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T18:04:54.277Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T18:04:54.277Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T18:04:54.539Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T18:04:54.539Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T18:04:54.539Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T18:04:54.539Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T18:04:54.801Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T18:04:54.801Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T18:04:55.062Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T18:04:55.062Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T18:04:55.062Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T18:04:55.062Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T18:04:55.323Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T18:04:55.323Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T18:04:56.268Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T18:04:56.268Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T18:04:56.269Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T18:04:56.269Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T18:04:56.529Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:04:56.529Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:04:57.103Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:04:57.103Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:04:57.104Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:04:57.365Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:04:57.365Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T18:04:57.365Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T18:04:57.627Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:57.627Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:04:57.627Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:57.627Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:04:57.898Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:57.898Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:04:58.159Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:58.160Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:04:59.103Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:04:59.103Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:00.492Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:00.492Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:01.066Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:01.066Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:01.328Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:01.328Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:02.280Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T18:05:02.542Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T18:05:02.542Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:05:02.542Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:05:02.542Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T18:05:02.542Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:05:02.803Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T18:05:02.803Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T18:05:03.067Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T18:05:03.067Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T18:05:03.067Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:05:03.067Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:05:03.067Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T18:05:03.329Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T18:05:03.329Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T18:05:03.329Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T18:05:03.590Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:03.590Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T18:05:03.590Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:03.590Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:03.590Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:03.590Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T18:05:03.590Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T18:05:03.590Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T18:05:03.855Z] [2021-01-19T18:05:03.855Z] Current default time zone: 'Etc/UTC' [2021-01-19T18:05:03.855Z] Local time is now: Tue Jan 19 18:05:03 UTC 2021. [2021-01-19T18:05:03.855Z] Universal Time is now: Tue Jan 19 18:05:03 UTC 2021. [2021-01-19T18:05:03.855Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T18:05:03.855Z] [2021-01-19T18:05:03.855Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T18:05:03.855Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:03.855Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T18:05:04.147Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T18:05:04.147Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T18:05:04.147Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T18:05:04.147Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:04.147Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T18:05:04.147Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T18:05:04.147Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T18:05:04.147Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:04.419Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T18:05:04.680Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:04.680Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:04.680Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:04.680Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T18:05:04.680Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:04.680Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T18:05:04.680Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T18:05:04.680Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T18:05:04.942Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T18:05:04.942Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:05:04.942Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T18:05:06.857Z] Updating certificates in /etc/ssl/certs... [2021-01-19T18:05:07.804Z] 22 added, 17 removed; done. [2021-01-19T18:05:07.804Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T18:05:07.804Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T18:05:07.804Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T18:05:07.804Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T18:05:07.804Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T18:05:08.066Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.066Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:08.066Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.066Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.066Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.066Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.066Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.066Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T18:05:08.328Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:08.328Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:05:08.328Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T18:05:08.328Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T18:05:08.328Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.328Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T18:05:08.328Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:05:08.591Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T18:05:08.591Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T18:05:08.591Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:05:08.591Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T18:05:08.854Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T18:05:08.854Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T18:05:08.854Z] Updating certificates in /etc/ssl/certs... [2021-01-19T18:05:09.432Z] 0 added, 0 removed; done. [2021-01-19T18:05:09.432Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T18:05:09.432Z] done. [2021-01-19T18:05:10.401Z] Reading package lists... [2021-01-19T18:05:10.401Z] Building dependency tree... [2021-01-19T18:05:10.401Z] Reading state information... [2021-01-19T18:05:10.663Z] The following NEW packages will be installed: [2021-01-19T18:05:10.663Z] apt-transport-https [2021-01-19T18:05:10.663Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:05:10.663Z] Need to get 1696 B of archives. [2021-01-19T18:05:10.663Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T18:05:10.663Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T18:05:10.925Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:05:10.925Z] Fetched 1696 B in 0s (41.2 kB/s) [2021-01-19T18:05:10.925Z] Selecting previously unselected package apt-transport-https. [2021-01-19T18:05:10.925Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T18:05:10.925Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T18:05:10.925Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T18:05:10.925Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T18:05:11.500Z] Waiting for network to be ready... [2021-01-19T18:05:18.092Z] 2021-01-19T18:05:15Z INFO Waiting for automatic snapd restart... [2021-01-19T18:05:18.092Z] snapd 2.48.2 from Canonical* installed [2021-01-19T18:05:19.481Z] "snapd" switched to the "latest/stable" channel [2021-01-19T18:05:19.481Z] [2021-01-19T18:05:24.841Z] core18 20201210 from Canonical* installed [2021-01-19T18:05:24.841Z] "core18" switched to the "latest/stable" channel [2021-01-19T18:05:24.841Z] [2021-01-19T18:05:28.393Z] 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-01-19T18:05:31.455Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T18:05:31.455Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T18:05:31.455Z] [2021-01-19T18:05:34.761Z] 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-01-19T18:05:34.761Z] - README.md [2021-01-19T18:05:34.761Z] - snapcraft.yaml.orig [2021-01-19T18:05:34.761Z] [2021-01-19T18:05:34.761Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T18:05:36.684Z] Removing intermediate container a43097efa831 [2021-01-19T18:05:36.684Z] ---> 71ea9f6c15ec [2021-01-19T18:05:36.684Z] [2021-01-19T18:05:36.684Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T18:05:36.684Z] 3.12: Pulling from library/alpine [2021-01-19T18:05:36.957Z] Removing intermediate container f906c9e849dd [2021-01-19T18:05:36.957Z] ---> 5fef1715d1e8 [2021-01-19T18:05:36.957Z] [2021-01-19T18:05:36.957Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T18:05:37.230Z] 3.12: Pulling from library/alpine [2021-01-19T18:05:38.674Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:05:39.274Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:05:39.274Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:05:39.274Z] ---> afeebe901d6b [2021-01-19T18:05:39.274Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:05:39.274Z] Status: Image is up to date for alpine:3.12 [2021-01-19T18:05:39.274Z] ---> afeebe901d6b [2021-01-19T18:05:39.274Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:05:39.943Z] ---> Running in 5b656e3bcf1e [2021-01-19T18:05:39.943Z] ---> Running in 6f42ca675f7d [2021-01-19T18:05:41.353Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:05:41.353Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:05:41.353Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:05:41.353Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:05:41.397Z] Removing intermediate container b42a6f94bedc [2021-01-19T18:05:41.397Z] ---> 152fc0214a12 [2021-01-19T18:05:41.397Z] [2021-01-19T18:05:41.397Z] Step 10/24 : FROM scratch [2021-01-19T18:05:41.397Z] ---> [2021-01-19T18:05:41.397Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:05:41.998Z] ---> Running in dcbc401a3c1a [2021-01-19T18:05:42.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:42.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:42.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:42.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:05:42.836Z] Removing intermediate container dcbc401a3c1a [2021-01-19T18:05:42.836Z] ---> 6e8ea8032464 [2021-01-19T18:05:42.836Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:05:43.117Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:05:43.118Z] ---> Running in 20def79a163f [2021-01-19T18:05:43.118Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:05:43.271Z] Reading package lists... [2021-01-19T18:05:43.271Z] 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-01-19T18:05:43.398Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:05:43.399Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:05:43.399Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:05:43.399Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:05:43.399Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:05:43.399Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:05:43.399Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:05:43.399Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:05:43.399Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:05:43.399Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:05:43.399Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:05:43.399Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:05:43.685Z] OK: 7 MiB in 19 packages [2021-01-19T18:05:43.685Z] OK: 7 MiB in 19 packages [2021-01-19T18:05:43.972Z] Removing intermediate container 7e1ced1d480f [2021-01-19T18:05:43.972Z] ---> aa7811e1a770 [2021-01-19T18:05:43.972Z] [2021-01-19T18:05:43.972Z] Step 10/22 : FROM scratch [2021-01-19T18:05:43.972Z] ---> [2021-01-19T18:05:43.972Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:05:43.972Z] Removing intermediate container 20def79a163f [2021-01-19T18:05:43.972Z] ---> 4c8a29742c9b [2021-01-19T18:05:43.972Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:05:44.252Z] ---> Running in 10a4d7aaffd0 [2021-01-19T18:05:44.252Z] ---> Running in 6c76d7b4a194 [2021-01-19T18:05:45.239Z] Removing intermediate container 6c76d7b4a194 [2021-01-19T18:05:45.239Z] Removing intermediate container 10a4d7aaffd0 [2021-01-19T18:05:45.239Z] ---> 85c7c630c34b [2021-01-19T18:05:45.239Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:05:45.239Z] ---> bf0d391b2d04 [2021-01-19T18:05:45.239Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T18:05:45.512Z] ---> Running in 8d791e22fdcc [2021-01-19T18:05:46.494Z] Removing intermediate container 8d791e22fdcc [2021-01-19T18:05:46.494Z] ---> a2627e1b9f70 [2021-01-19T18:05:46.494Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:05:46.494Z] ---> Running in 8a43d54f48b2 [2021-01-19T18:05:46.494Z] ---> 1b8f80c3e9df [2021-01-19T18:05:46.494Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:05:46.494Z] Removing intermediate container 5b656e3bcf1e [2021-01-19T18:05:46.494Z] ---> ec5c40b58f20 [2021-01-19T18:05:46.494Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:05:46.770Z] ---> Running in 3e7a3e2e0c84 [2021-01-19T18:05:47.042Z] Removing intermediate container 6f42ca675f7d [2021-01-19T18:05:47.042Z] ---> 890995b7a51e [2021-01-19T18:05:47.042Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T18:05:47.042Z] Removing intermediate container 8a43d54f48b2 [2021-01-19T18:05:47.042Z] ---> b87ca21ffc0b [2021-01-19T18:05:47.042Z] Step 14/22 : WORKDIR / [2021-01-19T18:05:47.324Z] ---> Running in 64589dd34234 [2021-01-19T18:05:47.324Z] ---> Running in b4033cdbaf9a [2021-01-19T18:05:47.607Z] Removing intermediate container 3e7a3e2e0c84 [2021-01-19T18:05:47.607Z] ---> f2c07f14e543 [2021-01-19T18:05:47.607Z] Step 13/24 : WORKDIR / [2021-01-19T18:05:48.199Z] ---> Running in 61693c66d686 [2021-01-19T18:05:48.199Z] Removing intermediate container b4033cdbaf9a [2021-01-19T18:05:48.199Z] ---> 8797ca91a05e [2021-01-19T18:05:48.199Z] Step 13/22 : WORKDIR / [2021-01-19T18:05:48.470Z] Removing intermediate container 64589dd34234 [2021-01-19T18:05:48.470Z] ---> f5c55e25c67f [2021-01-19T18:05:48.470Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:05:48.470Z] ---> 68eab8631134 [2021-01-19T18:05:48.470Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:05:48.749Z] ---> Running in 6d485dc09041 [2021-01-19T18:05:49.022Z] Removing intermediate container 61693c66d686 [2021-01-19T18:05:49.022Z] ---> 7563c7c4840a [2021-01-19T18:05:49.022Z] 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-01-19T18:05:49.294Z] Removing intermediate container 6d485dc09041 [2021-01-19T18:05:49.295Z] ---> df573e431fa0 [2021-01-19T18:05:49.295Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:05:49.566Z] ---> a230b6835a60 [2021-01-19T18:05:49.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T18:05:49.861Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:05:49.861Z] Reading package lists... [2021-01-19T18:05:49.861Z] Building dependency tree... [2021-01-19T18:05:49.861Z] Reading state information... [2021-01-19T18:05:49.861Z] Suggested packages: [2021-01-19T18:05:49.861Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T18:05:49.861Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T18:05:49.861Z] Recommended packages: [2021-01-19T18:05:49.861Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T18:05:49.861Z] The following NEW packages will be installed: [2021-01-19T18:05:49.861Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T18:05:49.861Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T18:05:49.861Z] pkg-config zip [2021-01-19T18:05:49.861Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T18:05:49.861Z] Need to get 7655 kB of archives. [2021-01-19T18:05:49.861Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T18:05:49.861Z] 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-01-19T18:05:50.124Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T18:05:50.124Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T18:05:50.124Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T18:05:50.124Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T18:05:50.124Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T18:05:50.124Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T18:05:50.387Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T18:05:50.387Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T18:05:50.387Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T18:05:50.387Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T18:05:50.547Z] ---> 9793df1e21d5 [2021-01-19T18:05:50.547Z] 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-01-19T18:05:50.651Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T18:05:50.651Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T18:05:50.651Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T18:05:50.651Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T18:05:50.915Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T18:05:50.915Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-19T18:05:50.915Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T18:05:50.915Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T18:05:50.915Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T18:05:50.915Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T18:05:51.171Z] ---> 4d5062cdb5b2 [2021-01-19T18:05:51.171Z] ---> 8a2513dcf191 [2021-01-19T18:05:51.171Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:05:51.171Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:05:51.175Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T18:05:51.175Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T18:05:51.175Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T18:05:51.175Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T18:05:51.175Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T18:05:51.436Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T18:05:51.436Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T18:05:51.436Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T18:05:51.436Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T18:05:51.436Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T18:05:51.436Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T18:05:51.436Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T18:05:51.499Z] ---> c78b57ac87fe [2021-01-19T18:05:51.499Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T18:05:51.698Z] Selecting previously unselected package liberror-perl. [2021-01-19T18:05:51.698Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T18:05:51.698Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T18:05:51.698Z] Selecting previously unselected package git-man. [2021-01-19T18:05:51.698Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T18:05:51.698Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:05:51.875Z] ---> 347a1ef6cf77 [2021-01-19T18:05:51.875Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T18:05:51.960Z] Selecting previously unselected package git. [2021-01-19T18:05:51.960Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T18:05:51.960Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:05:52.567Z] ---> c94be1c8fe62 [2021-01-19T18:05:52.568Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:05:52.906Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T18:05:52.906Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T18:05:52.906Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T18:05:52.906Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T18:05:52.907Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T18:05:52.907Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T18:05:52.907Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T18:05:52.907Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T18:05:52.907Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T18:05:53.177Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T18:05:53.177Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T18:05:53.177Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:05:53.177Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T18:05:53.177Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T18:05:53.177Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:05:53.439Z] Selecting previously unselected package pkg-config. [2021-01-19T18:05:53.439Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T18:05:53.439Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T18:05:53.439Z] Selecting previously unselected package zip. [2021-01-19T18:05:53.439Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T18:05:53.439Z] Unpacking zip (3.0-11build1) ... [2021-01-19T18:05:53.602Z] ---> eae908752d0c [2021-01-19T18:05:53.602Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T18:05:53.702Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T18:05:53.702Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:05:53.702Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T18:05:53.702Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T18:05:53.702Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T18:05:53.702Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T18:05:53.702Z] No schema files found: doing nothing. [2021-01-19T18:05:53.702Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T18:05:53.702Z] Setting up zip (3.0-11build1) ... [2021-01-19T18:05:53.702Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T18:05:53.702Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T18:05:53.899Z] ---> Running in 13939de6e3a5 [2021-01-19T18:05:53.964Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T18:05:53.964Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:05:53.964Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T18:05:53.964Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T18:05:53.964Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T18:05:53.964Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T18:05:54.174Z] ---> 09690f92a543 [2021-01-19T18:05:54.174Z] ---> 18493188cd21 [2021-01-19T18:05:54.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:05:54.174Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T18:05:54.449Z] Removing intermediate container 94f5abe42f49 [2021-01-19T18:05:54.449Z] ---> ea4d81a5eeaa [2021-01-19T18:05:54.449Z] [2021-01-19T18:05:54.449Z] Step 10/22 : FROM scratch [2021-01-19T18:05:54.449Z] ---> [2021-01-19T18:05:54.449Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:05:54.449Z] ---> Using cache [2021-01-19T18:05:54.449Z] ---> bf0d391b2d04 [2021-01-19T18:05:54.449Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:05:54.449Z] Removing intermediate container 13939de6e3a5 [2021-01-19T18:05:54.449Z] ---> fbe7f43b3e3b [2021-01-19T18:05:54.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:05:54.449Z] ---> cea575d5688a [2021-01-19T18:05:54.449Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:05:54.721Z] ---> Running in 04f9f32a5846 [2021-01-19T18:05:54.721Z] ---> Running in 6c7fee4260be [2021-01-19T18:05:55.320Z] ---> 7b70dc1ec72c [2021-01-19T18:05:55.320Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:05:55.320Z] Removing intermediate container 04f9f32a5846 [2021-01-19T18:05:55.320Z] ---> 94a5a3cace7a [2021-01-19T18:05:55.320Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:05:55.595Z] Removing intermediate container 6c7fee4260be [2021-01-19T18:05:55.595Z] ---> f9683163739c [2021-01-19T18:05:55.595Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:05:55.595Z] ---> Running in d185e9f7b308 [2021-01-19T18:05:55.870Z] ---> Running in 504c0ff528e2 [2021-01-19T18:05:55.870Z] ---> 5ee438415a30 [2021-01-19T18:05:55.870Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:05:55.870Z] ---> 7585d872a604 [2021-01-19T18:05:55.870Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T18:05:56.151Z] ---> Running in 9ecb33846416 [2021-01-19T18:05:56.151Z] ---> ce44648a1494 [2021-01-19T18:05:56.151Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:05:56.422Z] Removing intermediate container d185e9f7b308 [2021-01-19T18:05:56.422Z] ---> 4498189dd666 [2021-01-19T18:05:56.422Z] Step 14/22 : WORKDIR / [2021-01-19T18:05:56.700Z] ---> Running in 8493b96719d7 [2021-01-19T18:05:56.700Z] ---> Running in 4854d253bb34 [2021-01-19T18:05:56.970Z] Removing intermediate container 504c0ff528e2 [2021-01-19T18:05:56.970Z] ---> ac6e3eeba5b9 [2021-01-19T18:05:56.970Z] Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:05:56.970Z] Removing intermediate container 9ecb33846416 [2021-01-19T18:05:56.970Z] ---> c05cbbb9ad98 [2021-01-19T18:05:56.970Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:05:57.240Z] ---> Running in fc156684426c [2021-01-19T18:05:57.240Z] ---> 1f147f752ea1 [2021-01-19T18:05:57.240Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T18:05:57.240Z] ---> Running in 95bfaec3e793 [2021-01-19T18:05:57.515Z] Removing intermediate container 8493b96719d7 [2021-01-19T18:05:57.516Z] ---> 744c6512583a [2021-01-19T18:05:57.516Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:05:57.790Z] Removing intermediate container fc156684426c [2021-01-19T18:05:57.790Z] ---> e7bfd7e296df [2021-01-19T18:05:57.790Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:05:58.061Z] ---> Running in 4da0d2216261 [2021-01-19T18:05:58.061Z] Removing intermediate container 95bfaec3e793 [2021-01-19T18:05:58.061Z] ---> d9948d9bb098 [2021-01-19T18:05:58.061Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T18:05:58.339Z] ---> f2aa45dbced0 [2021-01-19T18:05:58.339Z] 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-01-19T18:05:58.339Z] ---> Running in 9726125ed725 [2021-01-19T18:05:58.614Z] ---> 51e82f743bcf [2021-01-19T18:05:58.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:05:58.614Z] ---> Running in 2ebaab13aed5 [2021-01-19T18:05:58.614Z] Removing intermediate container 4da0d2216261 [2021-01-19T18:05:58.614Z] ---> ff322a825679 [2021-01-19T18:05:58.614Z] [2021-01-19T18:05:59.219Z] Removing intermediate container 9726125ed725 [2021-01-19T18:05:59.219Z] ---> 1a3f05e45d70 [2021-01-19T18:05:59.219Z] Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:05:59.219Z] Successfully built ff322a825679 [2021-01-19T18:05:59.492Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T18:05:59.492Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-19T18:05:59.492Z] ---> Running in 844803d11626 [2021-01-19T18:05:59.766Z] Removing intermediate container 4854d253bb34 [2021-01-19T18:05:59.766Z] ---> 34708d49a144 [2021-01-19T18:05:59.766Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:06:00.038Z] ---> Running in 6054068d81ed [2021-01-19T18:06:00.315Z] Removing intermediate container 844803d11626 [2021-01-19T18:06:00.315Z] ---> 06ef9d910572 [2021-01-19T18:06:00.315Z] ---> 987adcb958a8 [2021-01-19T18:06:00.315Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:06:00.315Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:06:00.589Z] ---> Running in 0d5a708dbb79 [2021-01-19T18:06:00.591Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:06:00.861Z] Removing intermediate container 6054068d81ed [2021-01-19T18:06:00.861Z] ---> 92ef1b499bd6 [2021-01-19T18:06:00.861Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:06:00.881Z] git set to automatically installed. [2021-01-19T18:06:00.881Z] git-man set to automatically installed. [2021-01-19T18:06:00.881Z] libcurl3-gnutls set to automatically installed. [2021-01-19T18:06:00.881Z] liberror-perl set to automatically installed. [2021-01-19T18:06:00.881Z] libglib2.0-0 set to automatically installed. [2021-01-19T18:06:00.881Z] libnghttp2-14 set to automatically installed. [2021-01-19T18:06:00.881Z] libnorm1 set to automatically installed. [2021-01-19T18:06:00.881Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T18:06:00.881Z] libpsl5 set to automatically installed. [2021-01-19T18:06:00.881Z] librtmp1 set to automatically installed. [2021-01-19T18:06:00.881Z] libsodium23 set to automatically installed. [2021-01-19T18:06:00.881Z] libzmq3-dev set to automatically installed. [2021-01-19T18:06:00.881Z] libzmq5 set to automatically installed. [2021-01-19T18:06:00.881Z] pkg-config set to automatically installed. [2021-01-19T18:06:00.881Z] zip set to automatically installed. [2021-01-19T18:06:02.308Z] ---> Running in eeab2c874432 [2021-01-19T18:06:02.308Z] Removing intermediate container 0d5a708dbb79 [2021-01-19T18:06:02.308Z] ---> c0503f314440 [2021-01-19T18:06:02.308Z] [2021-01-19T18:06:02.579Z] ---> 7b983e392594 [2021-01-19T18:06:02.579Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:06:02.579Z] Successfully built c0503f314440 [2021-01-19T18:06:02.851Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T18:06:02.851Z] Building docker-support-scheduler-go [2021-01-19T18:06:02.851Z]  Building docker-support-notifications-go ... done  ---> Running in 5375909f112a [2021-01-19T18:06:02.851Z] Removing intermediate container eeab2c874432 [2021-01-19T18:06:02.851Z] ---> 78c0cec88795 [2021-01-19T18:06:02.851Z] Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:06:02.916Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T18:06:03.126Z] Removing intermediate container 2ebaab13aed5 [2021-01-19T18:06:03.126Z] ---> 67bb16bab094 [2021-01-19T18:06:03.126Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T18:06:03.126Z] ---> Running in d3abb01180be [2021-01-19T18:06:03.395Z] ---> Running in 1aea2d40cd5d [2021-01-19T18:06:03.396Z] Removing intermediate container 5375909f112a [2021-01-19T18:06:03.396Z] ---> d9a850666c51 [2021-01-19T18:06:03.396Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:06:03.666Z] ---> Running in 4c3a2fa9166d [2021-01-19T18:06:03.666Z] Removing intermediate container d3abb01180be [2021-01-19T18:06:03.666Z] ---> eed15f9b9317 [2021-01-19T18:06:03.666Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:06:03.967Z] Removing intermediate container 1aea2d40cd5d [2021-01-19T18:06:03.967Z] ---> 4f8548786f4f [2021-01-19T18:06:03.967Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T18:06:03.967Z] ---> Running in 2713b025e537 [2021-01-19T18:06:04.242Z] ---> Running in 69ee15308075 [2021-01-19T18:06:04.920Z] Removing intermediate container 4c3a2fa9166d [2021-01-19T18:06:04.920Z] ---> 485b5253c258 [2021-01-19T18:06:04.920Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T18:06:05.513Z] Removing intermediate container 2713b025e537 [2021-01-19T18:06:05.513Z] ---> ab99425a8596 [2021-01-19T18:06:05.513Z] [2021-01-19T18:06:05.794Z] Successfully built ab99425a8596 [2021-01-19T18:06:06.092Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T18:06:06.092Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T18:06:06.092Z] Removing intermediate container 69ee15308075 [2021-01-19T18:06:06.092Z] ---> Running in 1de42c91d36c [2021-01-19T18:06:06.092Z] ---> 78c5b50562d4 [2021-01-19T18:06:06.092Z] Step 23/24 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:06:06.688Z] ---> Running in ae3a1f2d17f2 [2021-01-19T18:06:06.688Z] Removing intermediate container 1de42c91d36c [2021-01-19T18:06:06.688Z] ---> f85739bcc32e [2021-01-19T18:06:06.688Z] Step 21/22 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:06:06.967Z] ---> Running in 73112822bcb7 [2021-01-19T18:06:06.967Z] Removing intermediate container ae3a1f2d17f2 [2021-01-19T18:06:06.967Z] ---> adcb2d663e4e [2021-01-19T18:06:06.967Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:06:07.246Z] ---> Running in 7f5d20f1d41f [2021-01-19T18:06:07.518Z] Removing intermediate container 73112822bcb7 [2021-01-19T18:06:07.518Z] ---> 0a18d8a0698d [2021-01-19T18:06:07.518Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:06:07.792Z] ---> Running in 536a4956b4d8 [2021-01-19T18:06:08.067Z] Removing intermediate container 7f5d20f1d41f [2021-01-19T18:06:08.067Z] ---> b887a4423a27 [2021-01-19T18:06:08.067Z] [2021-01-19T18:06:08.340Z] Successfully built b887a4423a27 [2021-01-19T18:06:08.340Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T18:06:08.340Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-19T18:06:08.612Z] Removing intermediate container 536a4956b4d8 [2021-01-19T18:06:08.612Z] ---> 31e1c1dac332 [2021-01-19T18:06:08.612Z] [2021-01-19T18:06:09.206Z] Successfully built 31e1c1dac332 [2021-01-19T18:06:09.206Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T18:06:09.521Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T18:06:10.096Z] snap "core18" has no updates available [2021-01-19T18:06:11.050Z] Pulling config-common [2021-01-19T18:06:12.441Z] Pulling go-build-helper [2021-01-19T18:06:39.044Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T18:06:39.044Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T18:06:39.044Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T18:06:39.044Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T18:06:39.044Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T18:06:39.044Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T18:06:39.044Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T18:06:39.044Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T18:06:39.044Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T18:06:39.044Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T18:06:39.044Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T18:06:39.044Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T18:06:39.044Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T18:06:39.044Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T18:06:39.044Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T18:06:39.044Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T18:06:39.044Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T18:06:39.044Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T18:06:39.044Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T18:06:39.044Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T18:06:39.044Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T18:06:39.044Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T18:06:39.044Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T18:06:39.044Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T18:06:39.045Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T18:06:39.045Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T18:06:39.045Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T18:06:39.045Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T18:06:39.045Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T18:06:39.045Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T18:06:39.045Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T18:06:39.045Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T18:06:39.045Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T18:06:39.045Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T18:06:39.045Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T18:06:39.045Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T18:06:39.045Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T18:06:39.045Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T18:06:39.045Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T18:06:39.045Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T18:06:39.045Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T18:06:39.045Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T18:06:39.045Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T18:06:39.045Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T18:06:39.045Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T18:06:39.045Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T18:06:39.045Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T18:06:39.045Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T18:06:39.045Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T18:06:39.045Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T18:06:39.045Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T18:06:39.045Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T18:06:39.045Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T18:06:39.045Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T18:06:39.045Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T18:06:39.045Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T18:06:39.045Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T18:06:39.045Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T18:06:39.045Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T18:06:39.045Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T18:06:39.045Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T18:06:39.045Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T18:06:39.045Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T18:06:39.045Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T18:06:40.967Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T18:06:40.967Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T18:06:40.967Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T18:06:40.967Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T18:06:40.967Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T18:06:40.967Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T18:06:40.967Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T18:06:40.967Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T18:06:40.967Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T18:06:40.967Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T18:06:40.967Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T18:06:40.967Z] Pulling static-packages [2021-01-19T18:06:42.367Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-19T18:06:42.367Z] Skipping pull go-build-helper (already ran) [2021-01-19T18:06:42.367Z] Skipping pull static-packages (already ran) [2021-01-19T18:06:42.367Z] Building go-build-helper [2021-01-19T18:06:46.583Z] Building static-packages [2021-01-19T18:06:48.180Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:06:48.180Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:06:48.180Z] ---> 0fade94a158c [2021-01-19T18:06:48.180Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:06:48.180Z] ---> Using cache [2021-01-19T18:06:48.180Z] ---> 36029eb967e2 [2021-01-19T18:06:48.180Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:06:48.180Z] ---> Using cache [2021-01-19T18:06:48.180Z] ---> 122988d634ee [2021-01-19T18:06:48.180Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:06:48.180Z] ---> Using cache [2021-01-19T18:06:48.180Z] ---> f3448b186b00 [2021-01-19T18:06:48.180Z] Step 6/21 : COPY go.mod . [2021-01-19T18:06:48.180Z] ---> Using cache [2021-01-19T18:06:48.180Z] ---> c68400b79465 [2021-01-19T18:06:48.180Z] Step 7/21 : RUN go mod download [2021-01-19T18:06:48.180Z] ---> Using cache [2021-01-19T18:06:48.180Z] ---> a322c6e07769 [2021-01-19T18:06:48.180Z] Step 8/21 : COPY . . [2021-01-19T18:06:48.180Z] ---> Using cache [2021-01-19T18:06:48.180Z] ---> eac90d74cfee [2021-01-19T18:06:48.180Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T18:06:49.140Z] Staging go-build-helper [2021-01-19T18:06:49.618Z] ---> Running in e9d2453a6f42 [2021-01-19T18:06:50.532Z] Staging static-packages [2021-01-19T18:06:51.052Z] 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-01-19T18:06:51.333Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:06:51.333Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:06:51.333Z] ---> 0fade94a158c [2021-01-19T18:06:51.333Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:06:51.333Z] ---> Using cache [2021-01-19T18:06:51.333Z] ---> 36029eb967e2 [2021-01-19T18:06:51.333Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:06:51.333Z] ---> Using cache [2021-01-19T18:06:51.333Z] ---> 122988d634ee [2021-01-19T18:06:51.333Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:06:51.333Z] ---> Using cache [2021-01-19T18:06:51.333Z] ---> f3448b186b00 [2021-01-19T18:06:51.333Z] Step 6/21 : COPY go.mod . [2021-01-19T18:06:51.333Z] ---> Using cache [2021-01-19T18:06:51.333Z] ---> c68400b79465 [2021-01-19T18:06:51.333Z] Step 7/21 : RUN go mod download [2021-01-19T18:06:51.333Z] ---> Using cache [2021-01-19T18:06:51.333Z] ---> a322c6e07769 [2021-01-19T18:06:51.333Z] Step 8/21 : COPY . . [2021-01-19T18:06:51.333Z] ---> Using cache [2021-01-19T18:06:51.333Z] ---> eac90d74cfee [2021-01-19T18:06:51.333Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T18:06:51.951Z] Pulling go115 [2021-01-19T18:06:52.779Z] ---> Running in dd8c53bb613e [2021-01-19T18:06:53.363Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T18:06:53.363Z] Skipping pull go115 (already ran) [2021-01-19T18:06:53.363Z] Building go115 [2021-01-19T18:06:53.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T18:06:53.363Z] Dload Upload Total Spent Left Speed [2021-01-19T18:06:54.791Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:06:54.791Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:06:54.791Z] ---> 0fade94a158c [2021-01-19T18:06:54.791Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T18:06:54.791Z] ---> Using cache [2021-01-19T18:06:54.791Z] ---> 36029eb967e2 [2021-01-19T18:06:54.791Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:06:54.791Z] ---> Using cache [2021-01-19T18:06:54.791Z] ---> 122988d634ee [2021-01-19T18:06:54.791Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T18:06:55.071Z] ---> Running in fcbbe9b2504c [2021-01-19T18:06:55.071Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:06:55.071Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:06:55.071Z] ---> 0fade94a158c [2021-01-19T18:06:55.071Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T18:06:55.071Z] ---> Using cache [2021-01-19T18:06:55.071Z] ---> 36029eb967e2 [2021-01-19T18:06:55.071Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:06:55.071Z] ---> Using cache [2021-01-19T18:06:55.071Z] ---> 122988d634ee [2021-01-19T18:06:55.071Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T18:06:55.071Z] ---> Running in c51453f6b6cd [2021-01-19T18:06:55.071Z] 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-01-19T18:06:57.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:06:57.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:06:57.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.4M 0 0 28.5M 0 0:00:04 --:--:-- 0:00:04 28.5M 49 115M 49 57.0M 0 0 30.0M 0 0:00:03 0:00:01 0:00:02 30.0M 69 115M 69 79.8M 0 0 27.6M 0 0:00:04 0:00:02 0:00:02 27.6M 89 115M 89 103M 0 0 26.6M 0 0:00:04 0:00:03 0:00:01 26.6M 100 115M 100 115M 0 0 26.0M 0 0:00:04 0:00:04 --:--:-- 26.0M [2021-01-19T18:06:57.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:06:57.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:06:58.566Z] OK: 217 MiB in 51 packages [2021-01-19T18:06:58.566Z] OK: 217 MiB in 51 packages [2021-01-19T18:06:58.597Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T18:07:00.560Z] Removing intermediate container fcbbe9b2504c [2021-01-19T18:07:00.560Z] ---> 1211763bf151 [2021-01-19T18:07:00.560Z] Step 6/26 : COPY go.mod . [2021-01-19T18:07:00.560Z] Removing intermediate container c51453f6b6cd [2021-01-19T18:07:00.560Z] ---> 30eaa0f61a49 [2021-01-19T18:07:00.560Z] Step 6/23 : COPY go.mod . [2021-01-19T18:07:02.003Z] ---> c4cb03c41146 [2021-01-19T18:07:02.003Z] Step 7/26 : RUN go mod download [2021-01-19T18:07:02.003Z] ---> Running in ca1f2fee3366 [2021-01-19T18:07:02.281Z] ---> 6e6885935630 [2021-01-19T18:07:02.281Z] Step 7/23 : RUN go mod download [2021-01-19T18:07:02.556Z] ---> Running in 5b29876706da [2021-01-19T18:07:03.939Z] Staging go115 [2021-01-19T18:07:06.880Z] Removing intermediate container ca1f2fee3366 [2021-01-19T18:07:06.880Z] ---> 913476164482 [2021-01-19T18:07:06.880Z] Step 8/26 : COPY . . [2021-01-19T18:07:07.481Z] Removing intermediate container 5b29876706da [2021-01-19T18:07:07.481Z] ---> a8a428259221 [2021-01-19T18:07:07.481Z] Step 8/23 : COPY . . [2021-01-19T18:07:12.109Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T18:07:12.109Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T18:07:12.109Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T18:07:12.109Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T18:07:12.109Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T18:07:12.109Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T18:07:12.109Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T18:07:12.109Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T18:07:12.109Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T18:07:12.109Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T18:07:12.109Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T18:07:12.109Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T18:07:12.109Z] Pulling edgex-go [2021-01-19T18:07:14.062Z] Pulling version [2021-01-19T18:07:15.469Z] Building config-common [2021-01-19T18:07:18.023Z] Skipping build go-build-helper (already ran) [2021-01-19T18:07:18.023Z] Skipping build static-packages (already ran) [2021-01-19T18:07:18.023Z] Skipping build go115 (already ran) [2021-01-19T18:07:18.287Z] Building edgex-go [2021-01-19T18:07:19.243Z] 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-01-19T18:07:20.189Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T18:07:20.189Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T18:07:20.189Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T18:07:20.189Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T18:07:20.189Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-19T18:07:20.189Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T18:07:20.189Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T18:07:20.462Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 [2021-01-19T18:07:20.462Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T18:07:20.462Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T18:07:20.462Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T18:07:20.462Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T18:07:20.462Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T18:07:20.462Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T18:07:20.462Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T18:07:20.462Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T18:07:20.462Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T18:07:20.462Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T18:07:20.462Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T18:07:20.462Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T18:07:20.462Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T18:07:20.462Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T18:07:20.462Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T18:07:20.727Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T18:07:20.728Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T18:07:20.728Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T18:07:20.728Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T18:07:20.728Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T18:07:21.050Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T18:07:21.050Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T18:07:21.050Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T18:07:21.333Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T18:07:21.908Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T18:07:21.908Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T18:07:31.977Z] 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-01-19T18:07:37.370Z] 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-01-19T18:07:38.337Z] 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-01-19T18:07:39.734Z] 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-01-19T18:07:39.884Z] 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-01-19T18:07:39.884Z] ---> 0d4f5c79edcf [2021-01-19T18:07:39.884Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T18:07:39.884Z] ---> f4034be8fbfd [2021-01-19T18:07:39.884Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:07:39.884Z] ---> Running in dda872d9fdf5 [2021-01-19T18:07:39.884Z] ---> Running in 7701af25ae04 [2021-01-19T18:07:39.884Z] 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-01-19T18:07:39.884Z] 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-01-19T18:07:39.998Z] 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-01-19T18:07:39.998Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T18:07:40.265Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T18:07:40.265Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T18:07:40.265Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T18:07:42.199Z] 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-01-19T18:07:42.199Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T18:07:42.199Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T18:07:43.601Z] 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-01-19T18:07:44.555Z] 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-01-19T18:07:44.555Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T18:07:46.484Z] 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-01-19T18:07:47.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:07:48.018Z] 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-01-19T18:07:48.018Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T18:07:51.390Z] Building version [2021-01-19T18:07:52.311Z] Removing intermediate container dd8c53bb613e [2021-01-19T18:07:52.311Z] ---> e5955ca3919b [2021-01-19T18:07:52.311Z] [2021-01-19T18:07:52.311Z] Step 10/21 : FROM scratch [2021-01-19T18:07:52.311Z] ---> [2021-01-19T18:07:52.311Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:07:52.311Z] ---> Using cache [2021-01-19T18:07:52.311Z] ---> bf0d391b2d04 [2021-01-19T18:07:52.311Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:07:52.311Z] ---> Running in e0838063b23e [2021-01-19T18:07:52.311Z] Removing intermediate container e9d2453a6f42 [2021-01-19T18:07:52.311Z] ---> d085feff99dc [2021-01-19T18:07:52.311Z] [2021-01-19T18:07:52.311Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T18:07:52.311Z] ---> afeebe901d6b [2021-01-19T18:07:52.311Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T18:07:52.311Z] ---> Running in 27bd68e8b834 [2021-01-19T18:07:52.311Z] Removing intermediate container e0838063b23e [2021-01-19T18:07:52.311Z] ---> 13db75083ac5 [2021-01-19T18:07:52.311Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:07:52.311Z] ---> Running in ce554cfb9102 [2021-01-19T18:07:53.304Z] Removing intermediate container ce554cfb9102 [2021-01-19T18:07:53.304Z] ---> cf94ce3e3fcb [2021-01-19T18:07:53.304Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:07:54.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:07:54.584Z] ---> 851d605da687 [2021-01-19T18:07:54.584Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:07:54.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:07:54.734Z] Staging config-common [2021-01-19T18:07:55.184Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T18:07:55.329Z] Skipping stage go-build-helper (already ran) [2021-01-19T18:07:55.330Z] Skipping stage static-packages (already ran) [2021-01-19T18:07:55.330Z] Skipping stage go115 (already ran) [2021-01-19T18:07:55.330Z] Staging edgex-go [2021-01-19T18:07:55.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:07:55.463Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T18:07:55.463Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T18:07:55.463Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:07:55.463Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:07:55.745Z] OK: 7 MiB in 18 packages [2021-01-19T18:07:56.346Z] ---> deb6887cd42c [2021-01-19T18:07:56.346Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:07:56.781Z] Staging version [2021-01-19T18:07:57.735Z] Priming config-common [2021-01-19T18:07:58.028Z] ---> fea3de124b25 [2021-01-19T18:07:58.028Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:07:58.325Z] ---> Running in 1ed0f7437e08 [2021-01-19T18:07:58.602Z] Removing intermediate container 27bd68e8b834 [2021-01-19T18:07:58.602Z] ---> d6f64d3949a5 [2021-01-19T18:07:58.602Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:07:59.030Z] ---> Running in 1d6682a18aad [2021-01-19T18:07:59.030Z] Removing intermediate container 1ed0f7437e08 [2021-01-19T18:07:59.030Z] ---> feec73d18225 [2021-01-19T18:07:59.132Z] Priming go-build-helper [2021-01-19T18:07:59.322Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:07:59.322Z] ---> Running in 1abb87e8a7fd [2021-01-19T18:07:59.987Z] Removing intermediate container 1d6682a18aad [2021-01-19T18:07:59.987Z] ---> 5e1f15e6fe2b [2021-01-19T18:07:59.987Z] Step 13/21 : WORKDIR /edgex [2021-01-19T18:08:00.089Z] Priming static-packages [2021-01-19T18:08:00.271Z] ---> Running in 56647dc33c1f [2021-01-19T18:08:00.271Z] Removing intermediate container 1abb87e8a7fd [2021-01-19T18:08:00.271Z] ---> 71972f6ce904 [2021-01-19T18:08:00.271Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T18:08:00.271Z] ---> Running in fcc90b265cd9 [2021-01-19T18:08:00.887Z] Removing intermediate container 56647dc33c1f [2021-01-19T18:08:00.887Z] ---> aaa4fcb477ea [2021-01-19T18:08:00.887Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T18:08:01.166Z] Removing intermediate container fcc90b265cd9 [2021-01-19T18:08:01.166Z] ---> 1dda6bdb7e18 [2021-01-19T18:08:01.166Z] Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:08:01.443Z] ---> Running in 8d7f30e18da1 [2021-01-19T18:08:02.433Z] Removing intermediate container 8d7f30e18da1 [2021-01-19T18:08:02.433Z] ---> 517a7975db7b [2021-01-19T18:08:02.433Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:08:02.433Z] ---> c7b04f4f0b77 [2021-01-19T18:08:02.433Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T18:08:02.433Z] ---> Running in 693384aaf6bc [2021-01-19T18:08:03.413Z] Priming go115 [2021-01-19T18:08:03.423Z] Removing intermediate container 693384aaf6bc [2021-01-19T18:08:03.423Z] ---> 9aa702b58f45 [2021-01-19T18:08:03.423Z] [2021-01-19T18:08:04.003Z] Priming edgex-go [2021-01-19T18:08:04.029Z] Successfully built 9aa702b58f45 [2021-01-19T18:08:04.029Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T18:08:04.309Z]  Building docker-support-scheduler-go ... done  ---> ba94617fecc6 [2021-01-19T18:08:04.309Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T18:08:05.394Z] Priming version [2021-01-19T18:08:05.760Z] ---> 9aa76e15867b [2021-01-19T18:08:05.760Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T18:08:06.046Z] ---> Running in bdc3b9669ed2 [2021-01-19T18:08:06.652Z] Removing intermediate container bdc3b9669ed2 [2021-01-19T18:08:06.652Z] ---> 638a41534f71 [2021-01-19T18:08:06.652Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T18:08:06.791Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-19T18:08:06.931Z] ---> Running in f41e9cc6d7b8 [2021-01-19T18:08:07.542Z] Removing intermediate container f41e9cc6d7b8 [2021-01-19T18:08:07.542Z] ---> f0f1cd672e11 [2021-01-19T18:08:07.542Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T18:08:07.820Z] ---> Running in a13ccb3f17fa [2021-01-19T18:08:08.431Z] Removing intermediate container a13ccb3f17fa [2021-01-19T18:08:08.431Z] ---> 4c54594caed9 [2021-01-19T18:08:08.431Z] Step 20/21 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:08:08.713Z] ---> Running in 361e175812f2 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-01-19T18:08:09.334Z] Removing intermediate container 361e175812f2 [2021-01-19T18:08:09.334Z] ---> 5fddfd4240a2 [2021-01-19T18:08:09.334Z] Step 21/21 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T18:08:09.612Z] ---> Running in ba53b3e1c81a [2021-01-19T18:08:10.219Z] Removing intermediate container ba53b3e1c81a [2021-01-19T18:08:10.219Z] ---> 69740cb9e2f2 [2021-01-19T18:08:10.219Z] [2021-01-19T18:08:10.826Z] Successfully built 69740cb9e2f2 [2021-01-19T18:08:10.826Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T18:08:37.642Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dda872d9fdf5 [2021-01-19T18:08:37.642Z] ---> 83abd8eadce0 [2021-01-19T18:08:37.642Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T18:08:37.642Z] ---> Running in 0c9b47ae37b6 [2021-01-19T18:08:37.642Z] 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-01-19T18:08:38.617Z] Removing intermediate container 0c9b47ae37b6 [2021-01-19T18:08:38.617Z] ---> 74b76eb214ca [2021-01-19T18:08:38.617Z] [2021-01-19T18:08:38.617Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T18:08:38.617Z] 20.10.0: Pulling from library/docker [2021-01-19T18:08:48.771Z] Removing intermediate container 7701af25ae04 [2021-01-19T18:08:48.771Z] ---> cc90d7c036d3 [2021-01-19T18:08:48.771Z] [2021-01-19T18:08:48.771Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:08:48.771Z] ---> afeebe901d6b [2021-01-19T18:08:48.771Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:08:48.771Z] ---> Running in da2ffb9f85e6 [2021-01-19T18:08:48.771Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T18:08:48.771Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T18:08:48.771Z] ---> eeaf43b92773 [2021-01-19T18:08:48.771Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T18:08:48.771Z] Removing intermediate container da2ffb9f85e6 [2021-01-19T18:08:48.771Z] ---> 5550c6855e94 [2021-01-19T18:08:48.771Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:08:48.771Z] ---> Running in d80502588b6b [2021-01-19T18:08:48.771Z] ---> Running in e3c1737be065 [2021-01-19T18:08:48.771Z] Removing intermediate container e3c1737be065 [2021-01-19T18:08:48.771Z] ---> b0b5c5c262e4 [2021-01-19T18:08:48.771Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:08:49.041Z] ---> Running in 60868f5cee2d [2021-01-19T18:08:49.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:49.318Z] Removing intermediate container 60868f5cee2d [2021-01-19T18:08:49.318Z] ---> dc44db7879af [2021-01-19T18:08:49.318Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:08:49.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:49.590Z] ---> Running in 59e48f0e79da [2021-01-19T18:08:50.188Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T18:08:50.188Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T18:08:50.188Z] Executing bash-5.0.17-r0.post-install [2021-01-19T18:08:50.188Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:08:50.188Z] OK: 12 MiB in 22 packages [2021-01-19T18:08:51.637Z] Removing intermediate container d80502588b6b [2021-01-19T18:08:51.637Z] ---> f7a22307ca7c [2021-01-19T18:08:51.637Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T18:08:51.637Z] ---> Running in d0d034ee34b3 [2021-01-19T18:08:51.637Z] Removing intermediate container 59e48f0e79da [2021-01-19T18:08:51.637Z] ---> 87c35a9e9c69 [2021-01-19T18:08:51.637Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:08:51.907Z] ---> Running in 9c36b9f68175 [2021-01-19T18:08:52.180Z] Removing intermediate container d0d034ee34b3 [2021-01-19T18:08:52.180Z] ---> ea0636638a0c [2021-01-19T18:08:52.180Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T18:08:52.180Z] ---> Running in 202ca920e192 [2021-01-19T18:08:52.783Z] Removing intermediate container 202ca920e192 [2021-01-19T18:08:52.783Z] ---> 037a41e8c7f5 [2021-01-19T18:08:52.783Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T18:08:53.057Z] ---> Running in aa19854f105c [2021-01-19T18:08:53.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:53.652Z] Removing intermediate container aa19854f105c [2021-01-19T18:08:53.652Z] ---> b91f648ad7c4 [2021-01-19T18:08:53.652Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T18:08:53.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:54.523Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:08:54.799Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:08:54.799Z] ---> af43bff4e118 [2021-01-19T18:08:54.799Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T18:08:54.799Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:08:55.077Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:08:55.077Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:08:55.077Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:08:55.349Z] OK: 8 MiB in 19 packages [2021-01-19T18:08:55.621Z] ---> 9f7e82f7d840 [2021-01-19T18:08:55.621Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T18:08:56.603Z] ---> 7be395bf7f4a [2021-01-19T18:08:56.603Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T18:08:56.603Z] Removing intermediate container 9c36b9f68175 [2021-01-19T18:08:56.603Z] ---> dc6dc8c9ff3d [2021-01-19T18:08:56.603Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:08:56.603Z] ---> Running in f5b4b4a533c9 [2021-01-19T18:08:57.581Z] ---> 50ef0e3cbd7c [2021-01-19T18:08:57.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:08:57.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:58.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:08:58.401Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T18:08:58.674Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T18:08:58.674Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T18:08:58.674Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T18:08:58.674Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T18:08:58.674Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T18:08:58.674Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T18:08:58.947Z] ---> b1dad127822d [2021-01-19T18:08:58.947Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:09:00.383Z] ---> e7e6e65ce82f [2021-01-19T18:09:00.383Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:09:00.383Z] ---> Running in cb72eb72d4af [2021-01-19T18:09:00.383Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T18:09:00.383Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T18:09:00.383Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T18:09:00.383Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T18:09:00.383Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T18:09:00.383Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T18:09:00.655Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T18:09:00.655Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T18:09:00.655Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T18:09:00.655Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T18:09:00.655Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T18:09:00.930Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T18:09:00.930Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T18:09:00.930Z] Removing intermediate container cb72eb72d4af [2021-01-19T18:09:00.930Z] ---> c11986809384 [2021-01-19T18:09:00.930Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:09:00.930Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T18:09:00.930Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T18:09:00.930Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T18:09:00.930Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T18:09:00.930Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T18:09:00.930Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T18:09:00.930Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T18:09:00.930Z] ---> Running in 1ceb3f6d395f [2021-01-19T18:09:00.930Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T18:09:01.208Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T18:09:01.208Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T18:09:01.208Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T18:09:01.208Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T18:09:01.208Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T18:09:01.208Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:09:01.208Z] OK: 71 MiB in 55 packages [2021-01-19T18:09:01.486Z] Removing intermediate container 1ceb3f6d395f [2021-01-19T18:09:01.486Z] ---> 210d6251f638 [2021-01-19T18:09:01.486Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T18:09:01.761Z] ---> Running in 18bb78ce7303 [2021-01-19T18:09:02.361Z] Removing intermediate container 18bb78ce7303 [2021-01-19T18:09:02.361Z] ---> ef54cc275f7b [2021-01-19T18:09:02.361Z] Step 22/23 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:09:02.361Z] ---> Running in 12cf6cd5ae8f [2021-01-19T18:09:02.951Z] Removing intermediate container 12cf6cd5ae8f [2021-01-19T18:09:02.951Z] ---> 7a90f4e980ab [2021-01-19T18:09:02.951Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:09:03.219Z] ---> Running in b5a6de40e841 [2021-01-19T18:09:03.811Z] Removing intermediate container b5a6de40e841 [2021-01-19T18:09:03.811Z] ---> 43406fde7374 [2021-01-19T18:09:03.811Z] [2021-01-19T18:09:04.084Z] Successfully built 43406fde7374 [2021-01-19T18:09:04.085Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T18:09:07.455Z]  Building docker-core-data-go ... done Removing intermediate container f5b4b4a533c9 [2021-01-19T18:09:07.455Z] ---> 8b31f344c052 [2021-01-19T18:09:07.455Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T18:09:07.455Z] ---> Running in aa6e8266a17f [2021-01-19T18:09:11.759Z] Collecting docker-compose==1.23.2 [2021-01-19T18:09:11.759Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T18:09:12.029Z] 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-01-19T18:09:12.299Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T18:09:12.299Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T18:09:13.268Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T18:09:13.269Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T18:09:14.242Z] Collecting PyYAML<4,>=3.10 [2021-01-19T18:09:14.243Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T18:09:17.606Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T18:09:17.606Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T18:09:17.875Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T18:09:17.875Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T18:09:18.466Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T18:09:18.466Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T18:09:18.735Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T18:09:18.736Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T18:09:20.696Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T18:09:20.696Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T18:09:22.660Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T18:09:22.660Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T18:09:24.620Z] Collecting idna<2.8,>=2.5 [2021-01-19T18:09:24.620Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T18:09:24.620Z] 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-01-19T18:09:24.620Z] 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-01-19T18:09:24.891Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T18:09:24.891Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T18:09:25.161Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T18:09:25.431Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T18:09:25.431Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:09:25.431Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:09:25.431Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:09:25.431Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:09:26.401Z] Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, docopt, dockerpty, texttable, docker-compose [2021-01-19T18:09:26.401Z] Attempting uninstall: idna [2021-01-19T18:09:26.401Z] Found existing installation: idna 2.9 [2021-01-19T18:09:26.401Z] Uninstalling idna-2.9: [2021-01-19T18:09:26.401Z] Successfully uninstalled idna-2.9 [2021-01-19T18:09:27.012Z] Attempting uninstall: urllib3 [2021-01-19T18:09:27.012Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:09:27.012Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:09:27.284Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:09:27.886Z] Attempting uninstall: requests [2021-01-19T18:09:27.886Z] Found existing installation: requests 2.23.0 [2021-01-19T18:09:27.886Z] Uninstalling requests-2.23.0: [2021-01-19T18:09:27.886Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:09:28.164Z] Running setup.py install for PyYAML: started [2021-01-19T18:09:30.800Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:09:31.770Z] Running setup.py install for docopt: started [2021-01-19T18:09:33.730Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:09:33.730Z] Running setup.py install for dockerpty: started [2021-01-19T18:09:35.157Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:09:35.429Z] Running setup.py install for texttable: started [2021-01-19T18:09:37.386Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:09:37.977Z] 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-01-19T18:09:41.356Z] Removing intermediate container aa6e8266a17f [2021-01-19T18:09:41.356Z] ---> b723b71b1610 [2021-01-19T18:09:41.356Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:09:41.356Z] ---> Running in 8d333570c8e6 [2021-01-19T18:09:42.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T18:09:42.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T18:09:43.376Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:09:43.376Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:09:43.376Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:09:43.376Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:09:43.376Z] OK: 71 MiB in 58 packages [2021-01-19T18:09:44.354Z] Removing intermediate container 8d333570c8e6 [2021-01-19T18:09:44.355Z] ---> bfc9dc115a09 [2021-01-19T18:09:44.355Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:09:44.628Z] ---> Running in 776a15f4e28a [2021-01-19T18:09:45.219Z] Removing intermediate container 776a15f4e28a [2021-01-19T18:09:45.220Z] ---> 814bcd7ff6e0 [2021-01-19T18:09:45.220Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:09:45.220Z] ---> Running in cf1abf63f062 [2021-01-19T18:09:45.810Z] Removing intermediate container cf1abf63f062 [2021-01-19T18:09:45.810Z] ---> ecd540c47312 [2021-01-19T18:09:45.810Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T18:09:45.810Z] ---> Running in 1446c57408ab [2021-01-19T18:09:46.399Z] Removing intermediate container 1446c57408ab [2021-01-19T18:09:46.399Z] ---> a2d81a3975ce [2021-01-19T18:09:46.399Z] Step 25/26 : LABEL git_sha=a1d85f020a9aa6f120c487b081e6e1f34154e693 [2021-01-19T18:09:46.399Z] ---> Running in 3196264f59ad [2021-01-19T18:09:46.992Z] Removing intermediate container 3196264f59ad [2021-01-19T18:09:46.992Z] ---> 890009f6e378 [2021-01-19T18:09:46.992Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:09:46.992Z] ---> Running in 60f676b0fc81 [2021-01-19T18:09:47.263Z] Removing intermediate container 60f676b0fc81 [2021-01-19T18:09:47.263Z] ---> 6da40ee41bac [2021-01-19T18:09:47.263Z] [2021-01-19T18:09:47.865Z] Successfully built 6da40ee41bac [2021-01-19T18:09:47.865Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T18:09:48.153Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T18:09:48.152Z] $ docker stop --time=1 ef62a2fc8ced8cd55f24df10b0acca6e8e106c2fd8aa7104f8d4153aec7dab32 [2021-01-19T18:09:50.128Z] $ docker rm -f ef62a2fc8ced8cd55f24df10b0acca6e8e106c2fd8aa7104f8d4153aec7dab32 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:09:50.891Z] + + grepdocker docker images [2021-01-19T18:09:50.891Z] [2021-01-19T18:09:51.161Z] docker-sys-mgmt-agent-go-arm64 latest 6da40ee41bac 3 seconds ago 300MB [2021-01-19T18:09:51.161Z] docker-core-data-go-arm64 latest 43406fde7374 47 seconds ago 21MB [2021-01-19T18:09:51.161Z] docker-security-proxy-setup-go-arm64 latest 69740cb9e2f2 About a minute ago 23.2MB [2021-01-19T18:09:51.161Z] docker-support-scheduler-go-arm64 latest 9aa702b58f45 About a minute ago 10MB [2021-01-19T18:09:51.161Z] docker-core-metadata-go-arm64 latest 31e1c1dac332 3 minutes ago 12.3MB [2021-01-19T18:09:51.161Z] docker-security-secretstore-setup-go-arm64 latest b887a4423a27 3 minutes ago 23.4MB [2021-01-19T18:09:51.161Z] docker-security-bootstrap-redis-go-arm64 latest ab99425a8596 3 minutes ago 15.1MB [2021-01-19T18:09:51.161Z] docker-support-notifications-go-arm64 latest c0503f314440 3 minutes ago 11.4MB [2021-01-19T18:09:51.161Z] docker-core-command-go-arm64 latest ff322a825679 3 minutes ago 9.98MB [2021-01-19T18:09:51.161Z] docker 20.10.0 eeaf43b92773 5 weeks 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-01-19T18:09:54.830Z] provisioning config files... [2021-01-19T18:09:54.840Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config312481286492511258tmp [Pipeline] { [Pipeline] sh [2021-01-19T18:09:55.233Z] + set +x [2021-01-19T18:09:55.233Z] + curl -s https://codecov.io/bash [2021-01-19T18:09:55.233Z] + bash -s -- [2021-01-19T18:09:55.808Z] [2021-01-19T18:09:55.808Z] _____ _ [2021-01-19T18:09:55.808Z] / ____| | | [2021-01-19T18:09:55.808Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T18:09:55.808Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T18:09:55.808Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T18:09:55.808Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T18:09:55.808Z] Bash-20210115-cec3c92 [2021-01-19T18:09:55.808Z] [2021-01-19T18:09:55.808Z] [2021-01-19T18:09:55.808Z] ==> git version 2.24.3 found [2021-01-19T18:09:55.808Z] ==> 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-01-19T18:09:55.808Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T18:09:55.808Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T18:09:55.808Z] ==> Jenkins CI detected. [2021-01-19T18:09:55.809Z] project root: . [2021-01-19T18:09:55.809Z] --> token set from env [2021-01-19T18:09:55.809Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T18:09:55.809Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T18:09:55.809Z] ==> Python coveragepy not found [2021-01-19T18:09:55.809Z] ==> Searching for coverage reports in: [2021-01-19T18:09:55.809Z] + . [2021-01-19T18:09:55.809Z] -> Found 1 reports [2021-01-19T18:09:55.809Z] ==> Detecting git/mercurial file structure [2021-01-19T18:09:55.809Z] ==> Reading reports [2021-01-19T18:09:55.809Z] + ./coverage.out bytes=550280 [2021-01-19T18:09:55.809Z] ==> Appending adjustments [2021-01-19T18:09:55.809Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T18:09:59.119Z] + Found adjustments [2021-01-19T18:09:59.119Z] ==> Gzipping contents [2021-01-19T18:09:59.119Z] 84K /tmp/codecov.Htgi65.gz [2021-01-19T18:09:59.119Z] ==> Uploading reports [2021-01-19T18:09:59.119Z] url: https://codecov.io [2021-01-19T18:09:59.119Z] query: branch=PR-3048&commit=a1d85f020a9aa6f120c487b081e6e1f34154e693&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= [2021-01-19T18:09:59.119Z] -> Pinging Codecov [2021-01-19T18:09:59.119Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3048&commit=a1d85f020a9aa6f120c487b081e6e1f34154e693&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3048%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3048&job=&cmd_args= [2021-01-19T18:09:59.119Z] -> Uploading to [2021-01-19T18:09:59.119Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/a1d85f020a9aa6f120c487b081e6e1f34154e693/d37bb637-a210-43a9-b7b3-221bd3dedbc5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T180959Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f79d1b551e2cb4ecc7f53159ee250dea4cf1e038a89c5500e93b0e498fbafa3b [2021-01-19T18:09:59.382Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T18:09:59.382Z] Dload Upload Total Spent Left Speed [2021-01-19T18:09:59.958Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83270 0 0 100 83270 0 126k --:--:-- --:--:-- --:--:-- 126k [2021-01-19T18:09:59.958Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a1d85f020a9aa6f120c487b081e6e1f34154e693 [Pipeline] } [2021-01-19T18:09:59.967Z] 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-01-19T18:10:02.443Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:10:03.335Z] ---> package-listing.sh [2021-01-19T18:10:03.335Z] ++ facter osfamily [2021-01-19T18:10:03.335Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T18:10:03.335Z] + OS_FAMILY=redhat [2021-01-19T18:10:03.335Z] + workspace=/w/workspace/edgex-go/4 [2021-01-19T18:10:03.335Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T18:10:03.335Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T18:10:03.335Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T18:10:03.335Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T18:10:03.335Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-19T18:10:03.335Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T18:10:03.335Z] + case "${OS_FAMILY}" in [2021-01-19T18:10:03.335Z] + rpm -qa [2021-01-19T18:10:03.335Z] + sort [2021-01-19T18:10:08.642Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T18:10:08.642Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T18:10:08.642Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T18:10:08.642Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-19T18:10:08.642Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-19T18:10:08.642Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-19T18:10:08.655Z] 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-01-19T18:10:08.957Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:10:09.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:10:09.265Z] [2021-01-19T18:10:09.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:10:09.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:10:09.701Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T18:10:09.701Z] df20fa9351a1: Pulling fs layer [2021-01-19T18:10:09.701Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T18:10:09.701Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T18:10:09.701Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T18:10:09.701Z] 93b61091891f: Pulling fs layer [2021-01-19T18:10:09.701Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T18:10:09.701Z] 5e14af77c1be: Pulling fs layer [2021-01-19T18:10:09.701Z] 01666e4c0597: Pulling fs layer [2021-01-19T18:10:09.701Z] aa168da1d23b: Pulling fs layer [2021-01-19T18:10:09.701Z] 46f8f816bc3b: Waiting [2021-01-19T18:10:09.701Z] 93b61091891f: Waiting [2021-01-19T18:10:09.701Z] 93b9cdb0e59b: Waiting [2021-01-19T18:10:09.701Z] 5e14af77c1be: Waiting [2021-01-19T18:10:09.701Z] 01666e4c0597: Waiting [2021-01-19T18:10:09.701Z] aa168da1d23b: Waiting [2021-01-19T18:10:09.701Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T18:10:09.701Z] 36b3adc4ff6f: Download complete [2021-01-19T18:10:09.701Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T18:10:09.701Z] 46f8f816bc3b: Download complete [2021-01-19T18:10:09.701Z] df20fa9351a1: Verifying Checksum [2021-01-19T18:10:09.701Z] df20fa9351a1: Download complete [2021-01-19T18:10:10.026Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T18:10:10.026Z] 93b9cdb0e59b: Download complete [2021-01-19T18:10:10.026Z] 5e14af77c1be: Download complete [2021-01-19T18:10:10.026Z] 93b61091891f: Verifying Checksum [2021-01-19T18:10:10.026Z] 93b61091891f: Download complete [2021-01-19T18:10:10.026Z] 01666e4c0597: Download complete [2021-01-19T18:10:10.026Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T18:10:10.026Z] 8ad3a11d3b57: Download complete [2021-01-19T18:10:10.338Z] df20fa9351a1: Pull complete [2021-01-19T18:10:10.338Z] 36b3adc4ff6f: Pull complete [2021-01-19T18:10:11.308Z] 8ad3a11d3b57: Pull complete [2021-01-19T18:10:11.308Z] 46f8f816bc3b: Pull complete [2021-01-19T18:10:12.257Z] aa168da1d23b: Verifying Checksum [2021-01-19T18:10:12.257Z] aa168da1d23b: Download complete [2021-01-19T18:10:13.202Z] 93b61091891f: Pull complete [2021-01-19T18:10:13.463Z] 93b9cdb0e59b: Pull complete [2021-01-19T18:10:13.463Z] 5e14af77c1be: Pull complete [2021-01-19T18:10:13.731Z] 01666e4c0597: Pull complete [2021-01-19T18:10:23.764Z] aa168da1d23b: Pull complete [2021-01-19T18:10:23.764Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T18:10:23.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:10:23.764Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T18:10:23.975Z] prd-centos7-docker-4c-2g-21246 does not seem to be running inside a container [2021-01-19T18:10:24.028Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T18:10:29.821Z] $ docker top d7a5cbb8bf119f4563f085375108035e73575bf00664da16b5165b9755516dc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:10:30.329Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T18:10:30.624Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T18:10:30.927Z] + ls /var/log/sa-host [2021-01-19T18:10:30.927Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T18:10:30.927Z] file_magic: OK [2021-01-19T18:10:30.927Z] HZ: Using current value: 100 [2021-01-19T18:10:30.927Z] file_header: OK [2021-01-19T18:10:30.927Z] 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-01-19T18:10:30.927Z] Statistics: [2021-01-19T18:10:30.927Z] 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... [2021-01-19T18:10:30.927Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T18:10:30.927Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T18:10:30.927Z] file_magic: OK [2021-01-19T18:10:30.927Z] HZ: Using current value: 100 [2021-01-19T18:10:30.927Z] file_header: OK [2021-01-19T18:10:30.927Z] 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-01-19T18:10:30.927Z] Statistics: [2021-01-19T18:10:30.927Z] Hnuu...uuuununununu... [2021-01-19T18:10:30.927Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T18:10:31.618Z] provisioning config files... [2021-01-19T18:10:31.634Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3753953519875314346tmp [Pipeline] { [Pipeline] echo [2021-01-19T18:10:31.715Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:10:32.016Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T18:10:32.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T18:10:32.132Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:10:32.431Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T18:10:32.442Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:10:32.761Z] ---> sudo-logs.sh [2021-01-19T18:10:32.761Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T18:10:32.771Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:10:33.065Z] ---> job-cost.sh [2021-01-19T18:10:33.065Z] lf-activate-venv: SKIPPING [2021-01-19T18:10:33.065Z] INFO: No Stack... [2021-01-19T18:10:34.988Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T18:10:35.561Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T18:10:35.575Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:10:35.875Z] ---> logs-deploy.sh [2021-01-19T18:10:35.875Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3048/4 [2021-01-19T18:10:35.875Z] INFO: archiving workspace using pattern(s): [2021-01-19T18:10:37.264Z] Archives upload complete. [2021-01-19T18:10:37.526Z] INFO: archiving logs to Nexus