Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 66138a474d517e96852695208542ec71ccbc60c6+5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 (37e1b12a72069b6ef7e3ae7397c0355e53adb2f7) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-19824 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 66138a474d517e96852695208542ec71ccbc60c6 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 66138a474d517e96852695208542ec71ccbc60c6 # 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 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 Merge succeeded, producing c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 Checking out Revision c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 (PR-2970) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 # timeout=10 Commit message: "Merge commit '5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T21:52:16.203Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T21:52:16.477Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T21:52:16.586Z] ========================================================= [2021-01-12T21:52:16.586Z] EdgeX Global Pipelines Version Info [2021-01-12T21:52:16.586Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk aa28710662ce16d9368cf146bd802508810116bc # timeout=10 [2021-01-12T21:52:18.066Z] ------------------- [2021-01-12T21:52:18.066Z] stable info: [2021-01-12T21:52:18.066Z] ------------------- [2021-01-12T21:52:18.066Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T21:52:18.066Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T21:52:18.066Z] Message: update stable to v1.0.173 [2021-01-12T21:52:19.012Z] ------------------- [2021-01-12T21:52:19.012Z] experimental info: [2021-01-12T21:52:19.012Z] ------------------- [2021-01-12T21:52:19.012Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T21:52:19.012Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T21:52:19.012Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T21:52:19.308Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T21:52:19.416Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T21:52:19.513Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T21:52:19.650Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T21:52:19.749Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T21:52:19.845Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T21:52:19.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T21:52:20.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T21:52:20.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T21:52:20.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T21:52:20.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T21:52:20.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T21:52:20.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T21:52:20.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T21:52:20.905Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T21:52:21.020Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T21:52:21.135Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T21:52:21.257Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T21:52:21.350Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T21:52:21.470Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T21:52:21.647Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T21:52:21.745Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T21:52:21.942Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T21:52:22.030Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-12T21:52:22.119Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-12T21:52:22.237Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-12T21:52:22.339Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [Pipeline] echo [2021-01-12T21:52:22.431Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c86aa8c [Pipeline] echo [2021-01-12T21:52:22.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T21:52:22.697Z] provisioning config files... [2021-01-12T21:52:22.727Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config6977607792243909412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:52:23.081Z] ---> docker-login.sh [2021-01-12T21:52:23.082Z] nexus3.edgexfoundry.org:10001 [2021-01-12T21:52:23.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:52:23.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:52:23.611Z] Configure a credential helper to remove this warning. See [2021-01-12T21:52:23.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:52:23.611Z] [2021-01-12T21:52:23.611Z] Login Succeeded [2021-01-12T21:52:23.611Z] nexus3.edgexfoundry.org:10002 [2021-01-12T21:52:23.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:52:23.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:52:23.875Z] Configure a credential helper to remove this warning. See [2021-01-12T21:52:23.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:52:23.875Z] [2021-01-12T21:52:23.875Z] Login Succeeded [2021-01-12T21:52:23.875Z] nexus3.edgexfoundry.org:10003 [2021-01-12T21:52:23.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:52:23.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:52:23.875Z] Configure a credential helper to remove this warning. See [2021-01-12T21:52:23.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:52:23.875Z] [2021-01-12T21:52:23.875Z] Login Succeeded [2021-01-12T21:52:23.875Z] nexus3.edgexfoundry.org:10004 [2021-01-12T21:52:24.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:52:24.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:52:24.137Z] Configure a credential helper to remove this warning. See [2021-01-12T21:52:24.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:52:24.137Z] [2021-01-12T21:52:24.137Z] Login Succeeded [2021-01-12T21:52:24.137Z] docker.io [2021-01-12T21:52:24.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:52:24.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:52:24.399Z] Configure a credential helper to remove this warning. See [2021-01-12T21:52:24.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:52:24.399Z] [2021-01-12T21:52:24.399Z] Login Succeeded [2021-01-12T21:52:24.399Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T21:52:24.409Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T21:52:24.884Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T21:52:24.884Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T21:52:24.884Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T21:52:24.884Z] ++ cut -d/ -f2 [2021-01-12T21:52:24.884Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T21:52:24.958Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:52:26.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T21:52:26.760Z] [2021-01-12T21:52:26.760Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:52:27.154Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T21:52:27.154Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T21:52:27.154Z] 31603596830f: Pulling fs layer [2021-01-12T21:52:27.154Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T21:52:27.154Z] 6ca5941a6612: Pulling fs layer [2021-01-12T21:52:27.154Z] ecc8261a40a4: Pulling fs layer [2021-01-12T21:52:27.154Z] ecc8261a40a4: Waiting [2021-01-12T21:52:27.154Z] 2a8b12db71e7: Download complete [2021-01-12T21:52:27.416Z] 31603596830f: Verifying Checksum [2021-01-12T21:52:27.416Z] 31603596830f: Download complete [2021-01-12T21:52:27.416Z] ecc8261a40a4: Verifying Checksum [2021-01-12T21:52:27.416Z] ecc8261a40a4: Download complete [2021-01-12T21:52:27.416Z] 6ca5941a6612: Verifying Checksum [2021-01-12T21:52:27.416Z] 6ca5941a6612: Download complete [2021-01-12T21:52:27.678Z] 31603596830f: Pull complete [2021-01-12T21:52:27.678Z] 2a8b12db71e7: Pull complete [2021-01-12T21:52:28.631Z] 6ca5941a6612: Pull complete [2021-01-12T21:52:28.892Z] ecc8261a40a4: Pull complete [2021-01-12T21:52:28.892Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T21:52:28.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T21:52:28.892Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T21:52:29.036Z] prd-centos7-docker-4c-2g-19824 does not seem to be running inside a container [2021-01-12T21:52:29.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T21:52:31.594Z] $ docker top 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T21:52:31.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T21:52:31.910Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T21:52:32.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T21:52:32.149Z] $ docker exec 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c ssh-agent [2021-01-12T21:52:32.314Z] SSH_AUTH_SOCK=/tmp/ssh-w3bQQ7WiZJOc/agent.11 [2021-01-12T21:52:32.314Z] SSH_AGENT_PID=16 [2021-01-12T21:52:32.329Z] Running ssh-add (command line suppressed) [2021-01-12T21:52:32.450Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_5221409774536321727.key (/w/workspace/edgex-go/20@tmp/private_key_5221409774536321727.key) [2021-01-12T21:52:32.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T21:52:32.830Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T21:52:32.853Z] $ docker exec --env ******** --env ******** 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c ssh-agent -k [2021-01-12T21:52:32.964Z] unset SSH_AUTH_SOCK; [2021-01-12T21:52:32.964Z] unset SSH_AGENT_PID; [2021-01-12T21:52:32.964Z] echo Agent pid 16 killed; [2021-01-12T21:52:33.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T21:52:33.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T21:52:33.160Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T21:52:33.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T21:52:33.333Z] $ docker exec 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c ssh-agent [2021-01-12T21:52:33.502Z] SSH_AUTH_SOCK=/tmp/ssh-89IJf6WblKB1/agent.45 [2021-01-12T21:52:33.502Z] SSH_AGENT_PID=50 [2021-01-12T21:52:33.509Z] Running ssh-add (command line suppressed) [2021-01-12T21:52:33.626Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_2381869998926111863.key (/w/workspace/edgex-go/20@tmp/private_key_2381869998926111863.key) [2021-01-12T21:52:33.677Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T21:52:34.012Z] + git semver init [2021-01-12T21:52:34.012Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T21:52:34.012Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-01-12T21:52:34.012Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-01-12T21:52:34.012Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T21:52:34.012Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T21:52:34.012Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T21:52:34.012Z] # $SEMVER_BRANCH = PR-2970 [2021-01-12T21:52:34.012Z] # $SEMVER_TEMP = /tmp/semver-944991110 [2021-01-12T21:52:34.012Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T21:53:06.171Z] # '/tmp/semver-944991110' -> '/w/workspace/edgex-go/20/.semver' [2021-01-12T21:53:06.171Z] # -> Force: false [2021-01-12T21:53:06.172Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-01-12T21:53:06.186Z] $ docker exec --env ******** --env ******** 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c ssh-agent -k [2021-01-12T21:53:06.446Z] unset SSH_AUTH_SOCK; [2021-01-12T21:53:06.446Z] unset SSH_AGENT_PID; [2021-01-12T21:53:06.446Z] echo Agent pid 50 killed; [2021-01-12T21:53:06.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T21:53:07.043Z] + git semver [Pipeline] } [2021-01-12T21:53:07.061Z] $ docker stop --time=1 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c [2021-01-12T21:53:08.893Z] $ docker rm -f 48909bd3dce276b6be95fb650f067967491e2ad203a4646c197cb17f8c6dd45c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T21:53:09.397Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T21:53:09.923Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T21:53:09.926Z] [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-12T21:53:10.984Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:53:11.284Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:53:11.586Z] + sudo service docker restart [2021-01-12T21:53:11.587Z] + true [2021-01-12T21:53:11.587Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T21:53:12.181Z] ========================================================= [2021-01-12T21:53:12.181Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T21:53:12.181Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:53:12.528Z] + 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-12T21:53:15.854Z] Sending build context to Docker daemon 326.6MB [2021-01-12T21:53:15.854Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T21:53:15.854Z] Step 2/6 : FROM ${BASE} [2021-01-12T21:53:15.854Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T21:53:15.854Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T21:53:15.854Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T21:53:15.854Z] de9db76c5a1d: Pulling fs layer [2021-01-12T21:53:15.854Z] bca2f99d35d6: Pulling fs layer [2021-01-12T21:53:15.854Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T21:53:15.854Z] 7c6f9722023f: Pulling fs layer [2021-01-12T21:53:15.854Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T21:53:15.854Z] 93359f2a8cfa: Waiting [2021-01-12T21:53:15.854Z] 7c6f9722023f: Waiting [2021-01-12T21:53:15.854Z] a35cf1a2eb13: Waiting [2021-01-12T21:53:15.854Z] bca2f99d35d6: Waiting [2021-01-12T21:53:15.854Z] de9db76c5a1d: Download complete [2021-01-12T21:53:15.854Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T21:53:15.854Z] 0ef7d3d256c8: Download complete [2021-01-12T21:53:15.854Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T21:53:15.854Z] 93359f2a8cfa: Download complete [2021-01-12T21:53:15.854Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T21:53:15.854Z] 7c6f9722023f: Verifying Checksum [2021-01-12T21:53:15.854Z] 7c6f9722023f: Download complete [2021-01-12T21:53:16.429Z] 188c0c94c7c5: Pull complete [2021-01-12T21:53:16.429Z] 0ef7d3d256c8: Pull complete [2021-01-12T21:53:16.693Z] de9db76c5a1d: Pull complete [2021-01-12T21:53:18.090Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T21:53:18.090Z] a35cf1a2eb13: Download complete [2021-01-12T21:53:18.674Z] bca2f99d35d6: Verifying Checksum [2021-01-12T21:53:18.674Z] bca2f99d35d6: Download complete [2021-01-12T21:53:24.016Z] bca2f99d35d6: Pull complete [2021-01-12T21:53:24.016Z] 93359f2a8cfa: Pull complete [2021-01-12T21:53:24.016Z] 7c6f9722023f: Pull complete [2021-01-12T21:53:25.406Z] Still waiting to schedule task [2021-01-12T21:53:25.406Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-12T21:53:28.241Z] a35cf1a2eb13: Pull complete [2021-01-12T21:53:28.241Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T21:53:28.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T21:53:28.241Z] ---> a62c8e92a672 [2021-01-12T21:53:28.241Z] 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-12T21:53:28.506Z] ---> Running in 2053b1da47db [2021-01-12T21:53:29.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:53:30.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:53:30.603Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T21:53:30.603Z] (2/12) Installing file (5.38-r0) [2021-01-12T21:53:30.603Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T21:53:30.866Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T21:53:34.189Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T21:53:34.189Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T21:53:34.189Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T21:53:34.189Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T21:53:34.189Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T21:53:34.451Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T21:53:34.451Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T21:53:34.451Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T21:53:34.714Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:53:34.714Z] OK: 233 MiB in 51 packages [2021-01-12T21:53:38.943Z] Removing intermediate container 2053b1da47db [2021-01-12T21:53:38.943Z] ---> 882a555df849 [2021-01-12T21:53:38.943Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T21:53:38.943Z] ---> Running in 75edc28fe9a4 [2021-01-12T21:53:38.943Z] Removing intermediate container 75edc28fe9a4 [2021-01-12T21:53:38.943Z] ---> 4fe9c32b8a8a [2021-01-12T21:53:38.943Z] Step 5/6 : COPY go.mod . [2021-01-12T21:53:39.205Z] ---> 0787daf354ae [2021-01-12T21:53:39.205Z] Step 6/6 : RUN go mod download [2021-01-12T21:53:39.205Z] ---> Running in 14dac3a33548 [2021-01-12T21:54:01.211Z] Removing intermediate container 14dac3a33548 [2021-01-12T21:54:01.211Z] ---> f75943d650ca [2021-01-12T21:54:01.211Z] Successfully built f75943d650ca [2021-01-12T21:54:01.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:54:01.535Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T21:54:01.536Z] . [Pipeline] withDockerContainer [2021-01-12T21:54:01.645Z] prd-centos7-docker-4c-2g-19824 does not seem to be running inside a container [2021-01-12T21:54:01.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T21:54:02.632Z] $ docker top ab0079dea63657a88505d77c524a38594487396a28a4ba6ce5d581f6a5e582d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:54:03.134Z] + go version [2021-01-12T21:54:03.134Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T21:54:03.149Z] $ docker stop --time=1 ab0079dea63657a88505d77c524a38594487396a28a4ba6ce5d581f6a5e582d7 [2021-01-12T21:54:04.510Z] $ docker rm -f ab0079dea63657a88505d77c524a38594487396a28a4ba6ce5d581f6a5e582d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:54:05.356Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T21:54:05.356Z] . [Pipeline] withDockerContainer [2021-01-12T21:54:05.447Z] prd-centos7-docker-4c-2g-19824 does not seem to be running inside a container [2021-01-12T21:54:05.490Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T21:54:06.154Z] $ docker top f931833ff223b692309c3308bf235d364f9918872eecc8876760ca9b62242d54 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T21:54:06.367Z] ========================================================= [2021-01-12T21:54:06.368Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T21:54:06.368Z] ========================================================= [Pipeline] sh [2021-01-12T21:54:06.659Z] + make test [2021-01-12T21:54:06.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T21:54:14.856Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T21:54:29.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T21:54:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T21:54:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T21:54:35.534Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T21:54:35.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T21:54:38.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-12T21:54:38.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T21:54:38.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T21:54:38.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T21:54:38.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T21:54:38.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T21:54:40.358Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T21:54:40.358Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T21:54:40.358Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T21:54:42.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.6% of statements [2021-01-12T21:54:42.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T21:54:42.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T21:54:42.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T21:54:42.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T21:54:42.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T21:54:46.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.0% of statements [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T21:54:46.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T21:54:46.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T21:54:46.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 77.1% of statements [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T21:54:46.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.4% of statements [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T21:54:46.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T21:54:48.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T21:54:48.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T21:54:48.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T21:54:48.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-01-12T21:54:48.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T21:54:49.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2021-01-12T21:54:49.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T21:54:49.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-01-12T21:54:49.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T21:54:49.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T21:54:49.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T21:54:49.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T21:54:51.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 93.1% of statements [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T21:54:51.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T21:54:51.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-12T21:54:51.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 43.8% of statements [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-12T21:54:51.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-12T21:54:51.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.039s coverage: 82.7% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.4% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 55.9% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.273s coverage: 84.0% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.693s coverage: 29.1% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T21:55:13.511Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-12T21:55:13.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-12T21:55:13.775Z] GO111MODULE=on go vet ./... [2021-01-12T21:55:29.057Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19825 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-12T21:55:29.151Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-01-12T21:55:34.148Z] using credential edgex-jenkins-ssh [2021-01-12T21:55:34.222Z] Cloning the remote Git repository [2021-01-12T21:55:34.276Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T21:55:34.380Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-01-12T21:55:34.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T21:55:34.451Z] > git --version # timeout=10 [2021-01-12T21:55:34.465Z] > git --version # 'git version 2.17.1' [2021-01-12T21:55:34.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:55:34.540Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:55:42.370Z] gofmt -l . [2021-01-12T21:55:42.370Z] [ "`gofmt -l .`" = "" ] [2021-01-12T21:55:42.370Z] ./bin/test-go-mod-tidy.sh [2021-01-12T21:55:42.370Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T21:55:42.687Z] + ls -al . [2021-01-12T21:55:42.687Z] total 664 [2021-01-12T21:55:42.687Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 21:55 . [2021-01-12T21:55:42.687Z] drwxr-xr-x 4 root root 30 Jan 12 21:54 .. [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 21:52 .dockerignore [2021-01-12T21:55:42.687Z] drwxrwxr-x 8 1001 1001 179 Jan 12 21:52 .git [2021-01-12T21:55:42.687Z] drwxrwxr-x 3 1001 1001 125 Jan 12 21:52 .github [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 872 Jan 12 21:52 .gitignore [2021-01-12T21:55:42.687Z] drwx------ 3 1001 1001 47 Jan 12 21:53 .semver [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 21:52 .sonarcloud.properties [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 7841 Jan 12 21:52 Attribution.txt [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 21:52 CONTRIBUTING.md [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 21:52 Dockerfile.build [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 21:52 Jenkinsfile [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 21:52 LICENSE [2021-01-12T21:55:42.687Z] -rw-rw-r-- 1 1001 1001 6001 Jan 12 21:52 Makefile [2021-01-12T21:55:42.688Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 21:52 README.md [2021-01-12T21:55:42.688Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 21:52 SECURITY.md [2021-01-12T21:55:42.688Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 21:53 VERSION [2021-01-12T21:55:42.688Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 21:52 ZMQWindows.md [2021-01-12T21:55:42.688Z] drwxrwxr-x 2 1001 1001 117 Jan 12 21:52 bin [2021-01-12T21:55:42.688Z] drwxrwxr-x 15 1001 1001 4096 Jan 12 21:52 cmd [2021-01-12T21:55:42.688Z] -rw-r--r-- 1 root root 558011 Jan 12 21:55 coverage.out [2021-01-12T21:55:42.688Z] -rw-r--r-- 1 root root 1005 Jan 12 21:55 go.mod [2021-01-12T21:55:42.688Z] -rw-r--r-- 1 root root 19172 Jan 12 21:55 go.sum [2021-01-12T21:55:42.688Z] drwxrwxr-x 8 1001 1001 127 Jan 12 21:52 internal [2021-01-12T21:55:42.688Z] drwxrwxr-x 4 1001 1001 26 Jan 12 21:52 openapi [2021-01-12T21:55:42.688Z] drwxrwxr-x 4 1001 1001 71 Jan 12 21:52 snap [2021-01-12T21:55:42.688Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 21:52 version.go [Pipeline] sh [2021-01-12T21:55:43.002Z] + '[' -e coverage.out ] [2021-01-12T21:55:43.002Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T21:55:43.243Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T21:55:43.540Z] + make build [2021-01-12T21:55:43.540Z] 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-12T21:55:47.771Z] 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-12T21:55:49.132Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T21:55:49.152Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:55:49.178Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T21:55:49.206Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T21:55:49.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:55:49.218Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T21:55:50.097Z] Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 66138a474d517e96852695208542ec71ccbc60c6 [2021-01-12T21:55:50.832Z] Merge succeeded, producing 96118053749d1d26d500059fb328adbc34660b0d [2021-01-12T21:55:50.832Z] Checking out Revision 96118053749d1d26d500059fb328adbc34660b0d (PR-2970) [2021-01-12T21:55:50.117Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:55:50.130Z] > git checkout -f 66138a474d517e96852695208542ec71ccbc60c6 # timeout=10 [2021-01-12T21:55:50.421Z] > git remote # timeout=10 [2021-01-12T21:55:50.439Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T21:55:50.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:55:50.460Z] > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 [2021-01-12T21:55:50.784Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T21:55:50.841Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:55:50.862Z] > git checkout -f 96118053749d1d26d500059fb328adbc34660b0d # timeout=10 [2021-01-12T21:55:55.254Z] Commit message: "Merge commit '5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0' into HEAD" [2021-01-12T21:55:55.278Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-12T21:55:55.263Z] > git rev-list --no-walk aa28710662ce16d9368cf146bd802508810116bc # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T21:55:56.024Z] 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-12T21:55:56.606Z] 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-12T21:55:56.800Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:55:57.212Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:55:57.589Z] + true [2021-01-12T21:55:57.589Z] + sudo service docker restart [2021-01-12T21:55:58.003Z] 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-12T21:55:58.003Z] 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-12T21:55:59.397Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T21:56:00.317Z] provisioning config files... [2021-01-12T21:56:00.363Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config5308002574996276581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:56:00.791Z] ---> docker-login.sh [2021-01-12T21:56:00.791Z] nexus3.edgexfoundry.org:10001 [2021-01-12T21:56:00.797Z] 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-12T21:56:01.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:56:02.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:56:02.053Z] Configure a credential helper to remove this warning. See [2021-01-12T21:56:02.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:56:02.053Z] [2021-01-12T21:56:02.053Z] Login Succeeded [2021-01-12T21:56:02.053Z] nexus3.edgexfoundry.org:10002 [2021-01-12T21:56:02.209Z] 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-12T21:56:02.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:56:02.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:56:02.651Z] Configure a credential helper to remove this warning. See [2021-01-12T21:56:02.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:56:02.651Z] [2021-01-12T21:56:02.651Z] Login Succeeded [2021-01-12T21:56:02.651Z] nexus3.edgexfoundry.org:10003 [2021-01-12T21:56:02.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:56:03.166Z] 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-12T21:56:03.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:56:03.196Z] Configure a credential helper to remove this warning. See [2021-01-12T21:56:03.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:56:03.196Z] [2021-01-12T21:56:03.196Z] Login Succeeded [2021-01-12T21:56:03.196Z] nexus3.edgexfoundry.org:10004 [2021-01-12T21:56:03.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:56:03.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:56:03.799Z] Configure a credential helper to remove this warning. See [2021-01-12T21:56:03.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:56:03.799Z] [2021-01-12T21:56:03.799Z] Login Succeeded [2021-01-12T21:56:03.799Z] docker.io [2021-01-12T21:56:04.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:56:04.116Z] 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-12T21:56:04.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:56:04.666Z] Configure a credential helper to remove this warning. See [2021-01-12T21:56:04.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:56:04.666Z] [2021-01-12T21:56:04.666Z] Login Succeeded [2021-01-12T21:56:04.666Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T21:56:04.683Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T21:56:05.162Z] ========================================================= [2021-01-12T21:56:05.162Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T21:56:05.162Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:56:05.518Z] 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-12T21:56:05.564Z] + 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-12T21:56:06.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-12T21:56:07.563Z] Sending build context to Docker daemon 165.7MB [2021-01-12T21:56:07.841Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T21:56:07.841Z] Step 2/6 : FROM ${BASE} [2021-01-12T21:56:07.841Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T21:56:07.841Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T21:56:07.841Z] a4357932f1b6: Pulling fs layer [2021-01-12T21:56:07.841Z] 18c013af1878: Pulling fs layer [2021-01-12T21:56:07.841Z] 00ac8860ef70: Pulling fs layer [2021-01-12T21:56:07.841Z] 63d7cb157983: Pulling fs layer [2021-01-12T21:56:07.841Z] b116817d02f9: Pulling fs layer [2021-01-12T21:56:07.841Z] 745a02a5169b: Pulling fs layer [2021-01-12T21:56:07.841Z] 63d7cb157983: Waiting [2021-01-12T21:56:07.841Z] b116817d02f9: Waiting [2021-01-12T21:56:07.841Z] 745a02a5169b: Waiting [2021-01-12T21:56:07.841Z] 18c013af1878: Verifying Checksum [2021-01-12T21:56:07.841Z] 18c013af1878: Download complete [2021-01-12T21:56:07.841Z] a4357932f1b6: Verifying Checksum [2021-01-12T21:56:07.841Z] a4357932f1b6: Download complete [2021-01-12T21:56:07.841Z] 63d7cb157983: Verifying Checksum [2021-01-12T21:56:07.841Z] 63d7cb157983: Download complete [Pipeline] } [2021-01-12T21:56:07.878Z] $ docker stop --time=1 f931833ff223b692309c3308bf235d364f9918872eecc8876760ca9b62242d54 [2021-01-12T21:56:08.822Z] b116817d02f9: Verifying Checksum [2021-01-12T21:56:08.822Z] b116817d02f9: Download complete [2021-01-12T21:56:08.822Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T21:56:08.822Z] 5f621e34cdf4: Download complete [2021-01-12T21:56:09.433Z] 5f621e34cdf4: Pull complete [2021-01-12T21:56:09.529Z] $ docker rm -f f931833ff223b692309c3308bf235d364f9918872eecc8876760ca9b62242d54 [2021-01-12T21:56:10.046Z] a4357932f1b6: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-12T21:56:10.327Z] 18c013af1878: Pull complete [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-12T21:56:10.936Z] 745a02a5169b: Verifying Checksum [2021-01-12T21:56:10.936Z] 745a02a5169b: Download complete [2021-01-12T21:56:11.960Z] 00ac8860ef70: Verifying Checksum [2021-01-12T21:56:11.960Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:56:13.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T21:56:13.462Z] [2021-01-12T21:56:13.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:56:13.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T21:56:13.808Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T21:56:13.808Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T21:56:13.808Z] ca9280d653b3: Pulling fs layer [2021-01-12T21:56:13.808Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T21:56:14.074Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T21:56:14.074Z] cbdbe7a5bc2a: Download complete [2021-01-12T21:56:14.343Z] cbdbe7a5bc2a: Pull complete [2021-01-12T21:56:14.343Z] ca9280d653b3: Verifying Checksum [2021-01-12T21:56:14.343Z] ca9280d653b3: Download complete [2021-01-12T21:56:15.306Z] 7e9c9ca2126c: Verifying Checksum [2021-01-12T21:56:15.568Z] ca9280d653b3: Pull complete [2021-01-12T21:56:22.160Z] 00ac8860ef70: Pull complete [2021-01-12T21:56:22.160Z] 63d7cb157983: Pull complete [2021-01-12T21:56:22.193Z] 7e9c9ca2126c: Pull complete [2021-01-12T21:56:22.193Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T21:56:22.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T21:56:22.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T21:56:22.383Z] prd-centos7-docker-4c-2g-19824 does not seem to be running inside a container [2021-01-12T21:56:22.432Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T21:56:22.433Z] b116817d02f9: Pull complete [2021-01-12T21:56:24.699Z] $ docker top b834992d8d6ff2ce240ddb112044c0a365d2e5780862e2750189b81ff9a2606f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:56:25.194Z] + docker-compose build --help [2021-01-12T21:56:25.194Z] + grep parallel [2021-01-12T21:56:26.138Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T21:56:26.153Z] $ docker stop --time=1 b834992d8d6ff2ce240ddb112044c0a365d2e5780862e2750189b81ff9a2606f [2021-01-12T21:56:26.755Z] 745a02a5169b: Pull complete [2021-01-12T21:56:26.755Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T21:56:26.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T21:56:26.755Z] ---> b7e6874047d6 [2021-01-12T21:56:26.755Z] 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-12T21:56:27.520Z] $ docker rm -f b834992d8d6ff2ce240ddb112044c0a365d2e5780862e2750189b81ff9a2606f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:56:28.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T21:56:28.150Z] . [Pipeline] withDockerContainer [2021-01-12T21:56:28.248Z] prd-centos7-docker-4c-2g-19824 does not seem to be running inside a container [2021-01-12T21:56:28.293Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T21:56:29.010Z] $ docker top be5b97c478949e68b0c7166f2de523d1ec860f7df7a6ff98563c07493a420d5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:56:29.400Z] ---> Running in 48b415c56dc9 [2021-01-12T21:56:29.530Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T21:56:30.477Z] Building docker-core-command-go ... [2021-01-12T21:56:30.477Z] Building docker-core-data-go ... [2021-01-12T21:56:30.477Z] Building docker-core-metadata-go ... [2021-01-12T21:56:30.477Z] Building docker-security-bootstrapper-go ... [2021-01-12T21:56:30.477Z] Building docker-security-proxy-setup-go ... [2021-01-12T21:56:30.477Z] Building docker-security-secretstore-setup-go ... [2021-01-12T21:56:30.477Z] Building docker-support-notifications-go ... [2021-01-12T21:56:30.477Z] Building docker-support-scheduler-go ... [2021-01-12T21:56:30.477Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T21:56:30.477Z] Building docker-sys-mgmt-agent-go [2021-01-12T21:56:30.477Z] Building docker-core-data-go [2021-01-12T21:56:30.477Z] Building docker-security-proxy-setup-go [2021-01-12T21:56:30.477Z] Building docker-support-scheduler-go [2021-01-12T21:56:30.477Z] Building docker-core-command-go [2021-01-12T21:56:30.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T21:56:31.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T21:56:32.053Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T21:56:32.053Z] (2/12) Installing file (5.38-r0) [2021-01-12T21:56:32.325Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T21:56:32.326Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T21:56:36.612Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T21:56:36.612Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T21:56:36.883Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T21:56:36.883Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T21:56:36.883Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T21:56:37.154Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T21:56:37.154Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T21:56:37.154Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T21:56:37.427Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:56:37.427Z] OK: 217 MiB in 51 packages [2021-01-12T21:56:41.742Z] Removing intermediate container 48b415c56dc9 [2021-01-12T21:56:41.742Z] ---> bf2b25cbcd9c [2021-01-12T21:56:41.742Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T21:56:41.742Z] ---> Running in 60916c984414 [2021-01-12T21:56:42.023Z] Removing intermediate container 60916c984414 [2021-01-12T21:56:42.023Z] ---> cf64a8842fc2 [2021-01-12T21:56:42.023Z] Step 5/6 : COPY go.mod . [2021-01-12T21:56:43.000Z] ---> d3e2ea251b80 [2021-01-12T21:56:43.000Z] Step 6/6 : RUN go mod download [2021-01-12T21:56:43.000Z] ---> Running in 6caf5f4960a0 [2021-01-12T21:57:02.915Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:57:02.915Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:57:02.915Z] ---> f75943d650ca [2021-01-12T21:57:02.915Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T21:57:02.915Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:57:02.915Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:57:02.915Z] ---> f75943d650ca [2021-01-12T21:57:02.915Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T21:57:02.915Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:57:02.915Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:57:02.915Z] ---> f75943d650ca [2021-01-12T21:57:02.915Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T21:57:02.915Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:57:02.915Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:57:02.915Z] ---> f75943d650ca [2021-01-12T21:57:02.915Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T21:57:02.915Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:57:02.915Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:57:02.915Z] ---> f75943d650ca [2021-01-12T21:57:02.915Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T21:57:03.230Z] ---> Running in df1e84dbdeda [2021-01-12T21:57:03.230Z] ---> Running in beff371bbfc3 [2021-01-12T21:57:03.230Z] ---> Running in edca9d8d9f1c [2021-01-12T21:57:03.230Z] ---> Running in 80fc9fcee238 [2021-01-12T21:57:03.507Z] ---> Running in 1bccee6333cf [2021-01-12T21:57:03.771Z] Removing intermediate container edca9d8d9f1c [2021-01-12T21:57:03.771Z] ---> ccf385a52498 [2021-01-12T21:57:03.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:57:03.771Z] Removing intermediate container df1e84dbdeda [2021-01-12T21:57:03.771Z] ---> 0425dedea564 [2021-01-12T21:57:03.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:57:03.771Z] Removing intermediate container 80fc9fcee238 [2021-01-12T21:57:03.771Z] ---> d384f698c81f [2021-01-12T21:57:03.771Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:57:03.771Z] Removing intermediate container 1bccee6333cf [2021-01-12T21:57:03.771Z] ---> d854fa735656 [2021-01-12T21:57:03.771Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:57:03.771Z] Removing intermediate container beff371bbfc3 [2021-01-12T21:57:03.771Z] ---> 917477faa818 [2021-01-12T21:57:03.771Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:57:04.045Z] ---> Running in 9565942fc61d [2021-01-12T21:57:04.045Z] ---> Running in fcefdbab1ff0 [2021-01-12T21:57:04.045Z] ---> Running in c3bcc9c26e98 [2021-01-12T21:57:04.045Z] ---> Running in e18ab3b59e55 [2021-01-12T21:57:04.045Z] ---> Running in ec12046e0786 [2021-01-12T21:57:05.999Z] Removing intermediate container fcefdbab1ff0 [2021-01-12T21:57:05.999Z] ---> 7bc4b24a5d3d [2021-01-12T21:57:05.999Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T21:57:05.999Z] ---> Running in 53265296c2c6 [2021-01-12T21:57:06.262Z] Removing intermediate container 9565942fc61d [2021-01-12T21:57:06.263Z] ---> 0cb784f9f67f [2021-01-12T21:57:06.263Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T21:57:06.527Z] Removing intermediate container c3bcc9c26e98 [2021-01-12T21:57:06.527Z] ---> 3a90d50bcb48 [2021-01-12T21:57:06.527Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T21:57:06.527Z] Removing intermediate container e18ab3b59e55 [2021-01-12T21:57:06.527Z] ---> 4285a16c53e5 [2021-01-12T21:57:06.527Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T21:57:06.527Z] ---> Running in cd618c12b313 [2021-01-12T21:57:06.527Z] ---> Running in d1a0582cabf4 [2021-01-12T21:57:06.791Z] Removing intermediate container ec12046e0786 [2021-01-12T21:57:06.791Z] ---> 7d0740637760 [2021-01-12T21:57:06.791Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T21:57:06.791Z] ---> Running in 58411293641e [2021-01-12T21:57:06.791Z] ---> Running in 94abc47897a5 [2021-01-12T21:57:07.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:07.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:07.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:07.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:07.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:07.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:07.933Z] OK: 233 MiB in 51 packages [2021-01-12T21:57:08.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:08.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:08.481Z] Removing intermediate container 53265296c2c6 [2021-01-12T21:57:08.481Z] ---> 26c7d62c017c [2021-01-12T21:57:08.481Z] Step 6/26 : COPY go.mod . [2021-01-12T21:57:08.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:08.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:57:08.743Z] ---> c4625d29b877 [2021-01-12T21:57:08.743Z] Step 7/26 : RUN go mod download [2021-01-12T21:57:08.743Z] OK: 233 MiB in 51 packages [2021-01-12T21:57:08.743Z] ---> Running in eb5e0ba2d6e5 [2021-01-12T21:57:08.743Z] OK: 233 MiB in 51 packages [2021-01-12T21:57:09.005Z] OK: 233 MiB in 51 packages [2021-01-12T21:57:09.005Z] OK: 233 MiB in 51 packages [2021-01-12T21:57:09.586Z] Removing intermediate container cd618c12b313 [2021-01-12T21:57:09.586Z] ---> b9290e63b87d [2021-01-12T21:57:09.586Z] Step 6/23 : COPY go.mod . [2021-01-12T21:57:09.802Z] Removing intermediate container 6caf5f4960a0 [2021-01-12T21:57:09.802Z] ---> 87d73bc6545a [2021-01-12T21:57:09.802Z] Successfully built 87d73bc6545a [2021-01-12T21:57:09.802Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:57:09.853Z] Removing intermediate container d1a0582cabf4 [2021-01-12T21:57:09.853Z] ---> a22a053a37b8 [2021-01-12T21:57:09.853Z] Step 6/23 : COPY go.mod . [2021-01-12T21:57:09.853Z] Removing intermediate container 94abc47897a5 [2021-01-12T21:57:09.853Z] ---> abcc0b6c338e [2021-01-12T21:57:09.853Z] Step 6/21 : COPY go.mod . [2021-01-12T21:57:09.853Z] Removing intermediate container 58411293641e [2021-01-12T21:57:09.853Z] ---> 087064de04cb [2021-01-12T21:57:09.853Z] Step 6/22 : COPY go.mod . [2021-01-12T21:57:10.120Z] ---> fd78fed0206d [2021-01-12T21:57:10.120Z] Step 7/23 : RUN go mod download [2021-01-12T21:57:10.120Z] ---> Running in e0cf5d27d509 [2021-01-12T21:57:10.120Z] ---> 68f21c5d87c8 [2021-01-12T21:57:10.120Z] Step 7/23 : RUN go mod download [2021-01-12T21:57:10.167Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T21:57:10.167Z] . [Pipeline] withDockerContainer [2021-01-12T21:57:10.388Z] ---> Running in 7121745eaf23 [2021-01-12T21:57:10.389Z] ---> 8ef5183b1597 [2021-01-12T21:57:10.389Z] Step 7/22 : RUN go mod download [2021-01-12T21:57:10.389Z] ---> 994c3cb38fe3 [2021-01-12T21:57:10.389Z] Step 7/21 : RUN go mod download [2021-01-12T21:57:10.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-19825 does not seem to be running inside a container [2021-01-12T21:57:10.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T21:57:10.967Z] ---> Running in 489a6e54819c [2021-01-12T21:57:10.967Z] ---> Running in f995e3601a6d [2021-01-12T21:57:11.560Z] Removing intermediate container eb5e0ba2d6e5 [2021-01-12T21:57:11.560Z] ---> 4c71a6db3496 [2021-01-12T21:57:11.560Z] Step 8/26 : COPY . . [2021-01-12T21:57:12.125Z] $ docker top 8cd94ddd2dfcc75c2370b6f389797342794d930f633d50e7c6977ec0ce98c64d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:57:13.228Z] + go version [2021-01-12T21:57:13.228Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T21:57:13.252Z] $ docker stop --time=1 8cd94ddd2dfcc75c2370b6f389797342794d930f633d50e7c6977ec0ce98c64d [2021-01-12T21:57:14.925Z] Removing intermediate container e0cf5d27d509 [2021-01-12T21:57:14.925Z] ---> ea6cbbe98a03 [2021-01-12T21:57:14.925Z] Step 8/23 : COPY . . [2021-01-12T21:57:15.233Z] $ docker rm -f 8cd94ddd2dfcc75c2370b6f389797342794d930f633d50e7c6977ec0ce98c64d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:57:16.221Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T21:57:16.221Z] . [Pipeline] withDockerContainer [2021-01-12T21:57:16.488Z] prd-ubuntu18.04-docker-arm64-4c-16g-19825 does not seem to be running inside a container [2021-01-12T21:57:16.571Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T21:57:17.983Z] $ docker top ed575a0b682ac3e794f8e98857bce108f204a57b8d1505a9cf365c8a6d35ddd2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T21:57:18.368Z] ========================================================= [2021-01-12T21:57:18.368Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T21:57:18.368Z] ========================================================= [Pipeline] sh [2021-01-12T21:57:19.014Z] + make test [2021-01-12T21:57:19.014Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T21:57:20.270Z] Removing intermediate container 7121745eaf23 [2021-01-12T21:57:20.270Z] ---> 79512763440c [2021-01-12T21:57:20.270Z] Step 8/23 : COPY . . [2021-01-12T21:57:22.230Z] Removing intermediate container 489a6e54819c [2021-01-12T21:57:22.230Z] ---> 9c4c7d8f563e [2021-01-12T21:57:22.230Z] Step 8/22 : COPY . . [2021-01-12T21:57:25.594Z] Removing intermediate container f995e3601a6d [2021-01-12T21:57:25.594Z] ---> 424556b28c73 [2021-01-12T21:57:25.594Z] Step 8/21 : COPY . . [2021-01-12T21:57:41.200Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T21:57:47.758Z] ---> ca41f9529b41 [2021-01-12T21:57:47.758Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T21:57:48.069Z] ---> Running in d23af2aeb4ad [2021-01-12T21:57:54.735Z] ---> 63a531d97e27 [2021-01-12T21:57:54.735Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-12T21:57:54.735Z] 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-12T21:57:55.691Z] ---> Running in d4e2b9d72c71 [2021-01-12T21:57:56.678Z] 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-12T21:57:59.281Z] ---> 5cfa26584fdd [2021-01-12T21:57:59.281Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T21:57:59.876Z] ---> 963591c7e2b0 [2021-01-12T21:57:59.876Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T21:57:59.876Z] ---> Running in c74096ad2ead [2021-01-12T21:58:00.159Z] ---> faf36b1879e4 [2021-01-12T21:58:00.159Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T21:58:00.159Z] ---> Running in 875791384a09 [2021-01-12T21:58:00.436Z] ---> Running in 8d337c5fe845 [2021-01-12T21:58:01.412Z] 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-12T21:58:01.678Z] 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-12T21:58:02.292Z] 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-12T21:58:20.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T21:58:29.064Z] Removing intermediate container d23af2aeb4ad [2021-01-12T21:58:29.064Z] ---> e6b11b436a12 [2021-01-12T21:58:29.064Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T21:58:29.064Z] ---> Running in 39d7001f138a [2021-01-12T21:58:29.064Z] Removing intermediate container d4e2b9d72c71 [2021-01-12T21:58:29.064Z] ---> 45ccb6fa43ab [2021-01-12T21:58:29.064Z] [2021-01-12T21:58:29.064Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T21:58:29.064Z] 3.12: Pulling from library/alpine [2021-01-12T21:58:29.064Z] 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-12T21:58:29.064Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T21:58:29.064Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T21:58:29.064Z] ---> 389fef711851 [2021-01-12T21:58:29.064Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T21:58:29.064Z] ---> Running in a565dcf8f98e [2021-01-12T21:58:29.654Z] 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-12T21:58:29.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:30.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:30.195Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-12T21:58:30.195Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:58:30.195Z] OK: 6 MiB in 15 packages [2021-01-12T21:58:32.795Z] Removing intermediate container 39d7001f138a [2021-01-12T21:58:32.795Z] ---> 019b404d7729 [2021-01-12T21:58:32.795Z] [2021-01-12T21:58:32.795Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T21:58:32.795Z] Removing intermediate container 875791384a09 [2021-01-12T21:58:32.795Z] ---> 955a7f6b5000 [2021-01-12T21:58:32.795Z] [2021-01-12T21:58:32.795Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T21:58:32.795Z] ---> 389fef711851 [2021-01-12T21:58:32.795Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-12T21:58:32.795Z] ---> Using cache [2021-01-12T21:58:32.795Z] ---> f00c289543e0 [2021-01-12T21:58:32.795Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T21:58:32.795Z] 20.10.0: Pulling from library/docker [2021-01-12T21:58:32.795Z] Removing intermediate container a565dcf8f98e [2021-01-12T21:58:32.795Z] ---> f00c289543e0 [2021-01-12T21:58:32.795Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T21:58:33.392Z] ---> Running in 05a760850560 [2021-01-12T21:58:33.700Z] ---> Running in d30c36919749 [2021-01-12T21:58:33.975Z] Removing intermediate container 05a760850560 [2021-01-12T21:58:33.975Z] ---> 6b7c6e447b1c [2021-01-12T21:58:33.975Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-12T21:58:34.560Z] Removing intermediate container d30c36919749 [2021-01-12T21:58:34.560Z] ---> 7c94d556ad91 [2021-01-12T21:58:34.560Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-12T21:58:35.143Z] ---> Running in b5f679f2c0a1 [2021-01-12T21:58:35.409Z] ---> Running in 3741735e7586 [2021-01-12T21:58:37.975Z] Removing intermediate container b5f679f2c0a1 [2021-01-12T21:58:37.975Z] ---> 0216359b849c [2021-01-12T21:58:37.975Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T21:58:37.975Z] Removing intermediate container 3741735e7586 [2021-01-12T21:58:37.975Z] ---> 6177cf1c4f0d [2021-01-12T21:58:37.975Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T21:58:39.908Z] ---> Running in 3f60fbe63943 [2021-01-12T21:58:39.908Z] ---> Running in e4ad2c6405da [2021-01-12T21:58:39.908Z] Removing intermediate container 8d337c5fe845 [2021-01-12T21:58:39.908Z] ---> 993291df6e1f [2021-01-12T21:58:39.908Z] [2021-01-12T21:58:39.908Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T21:58:39.908Z] ---> 389fef711851 [2021-01-12T21:58:39.908Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T21:58:39.908Z] ---> Running in 0a035de489fc [2021-01-12T21:58:40.172Z] Removing intermediate container e4ad2c6405da [2021-01-12T21:58:40.172Z] ---> dbb825dd4faa [2021-01-12T21:58:40.172Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T21:58:40.172Z] Removing intermediate container 3f60fbe63943 [2021-01-12T21:58:40.172Z] ---> 251965897225 [2021-01-12T21:58:40.172Z] Step 15/23 : WORKDIR / [2021-01-12T21:58:40.749Z] ---> Running in 2e263d50d1a6 [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T21:58:42.580Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T21:58:42.673Z] ---> fa6154c061d3 [2021-01-12T21:58:42.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T21:58:42.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:42.673Z] Removing intermediate container 2e263d50d1a6 [2021-01-12T21:58:42.673Z] ---> 4ed2d315de28 [2021-01-12T21:58:42.673Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T21:58:42.673Z] Removing intermediate container c74096ad2ead [2021-01-12T21:58:42.673Z] ---> dd502051b1db [2021-01-12T21:58:42.673Z] [2021-01-12T21:58:42.673Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T21:58:42.673Z] ---> 389fef711851 [2021-01-12T21:58:42.673Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T21:58:42.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:42.673Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T21:58:42.673Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T21:58:42.673Z] ---> aefe523efa57 [2021-01-12T21:58:42.673Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T21:58:42.673Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T21:58:42.673Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T21:58:42.938Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T21:58:42.938Z] ---> Running in 09e4cbafd092 [2021-01-12T21:58:42.938Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T21:58:42.938Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:58:42.938Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T21:58:42.938Z] OK: 7 MiB in 18 packages [2021-01-12T21:58:43.201Z] ---> Running in 6b09261ce025 [2021-01-12T21:58:43.201Z] ---> 8cb18d1baa75 [2021-01-12T21:58:43.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T21:58:43.462Z] Removing intermediate container 09e4cbafd092 [2021-01-12T21:58:43.462Z] ---> 91d38fa5a097 [2021-01-12T21:58:43.462Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T21:58:43.462Z] ---> 31092d57f8d7 [2021-01-12T21:58:43.462Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T21:58:43.725Z] ---> Running in d3bd0fba15b5 [2021-01-12T21:58:44.306Z] ---> 623dd61fb7a8 [2021-01-12T21:58:44.306Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T21:58:44.306Z] ---> 9b2b18f299d0 [2021-01-12T21:58:44.306Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T21:58:44.306Z] Removing intermediate container 0a035de489fc [2021-01-12T21:58:44.306Z] ---> 95d3b83939e4 [2021-01-12T21:58:44.306Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T21:58:44.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:44.306Z] ---> Running in da51848caf6e [2021-01-12T21:58:44.569Z] Removing intermediate container d3bd0fba15b5 [2021-01-12T21:58:44.569Z] ---> 585c6809661d [2021-01-12T21:58:44.569Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T21:58:44.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:44.569Z] ---> Running in 49016fc653bc [2021-01-12T21:58:44.569Z] ---> Running in db0e45ed28b7 [2021-01-12T21:58:44.569Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T21:58:44.569Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T21:58:44.631Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T21:58:44.832Z] Executing bash-5.0.17-r0.post-install [2021-01-12T21:58:44.832Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:58:44.832Z] OK: 12 MiB in 22 packages [2021-01-12T21:58:44.832Z] Removing intermediate container da51848caf6e [2021-01-12T21:58:44.832Z] ---> a787b8593cd0 [2021-01-12T21:58:44.832Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T21:58:44.832Z] ---> 1c66f0f16377 [2021-01-12T21:58:44.832Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-12T21:58:44.832Z] Removing intermediate container 49016fc653bc [2021-01-12T21:58:44.832Z] ---> 1906f32e275c [2021-01-12T21:58:44.832Z] Step 13/21 : WORKDIR /edgex [2021-01-12T21:58:45.796Z] ---> Running in 4f36fa8fcb0d [2021-01-12T21:58:45.796Z] ---> Running in b0cb3a44f5fa [2021-01-12T21:58:45.796Z] ---> Running in 883383c8db4a [2021-01-12T21:58:45.796Z] Removing intermediate container db0e45ed28b7 [2021-01-12T21:58:45.796Z] ---> 7cd296d9de94 [2021-01-12T21:58:45.796Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:58:45.796Z] ---> Running in d464aadf7909 [2021-01-12T21:58:46.378Z] Removing intermediate container b0cb3a44f5fa [2021-01-12T21:58:46.378Z] ---> 90917942726a [2021-01-12T21:58:46.378Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T21:58:46.378Z] Removing intermediate container 4f36fa8fcb0d [2021-01-12T21:58:46.378Z] ---> 076a21ff0ea7 [2021-01-12T21:58:46.378Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T21:58:46.378Z] Removing intermediate container 883383c8db4a [2021-01-12T21:58:46.378Z] ---> 139d3868110a [2021-01-12T21:58:46.378Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T21:58:46.378Z] Removing intermediate container 6b09261ce025 [2021-01-12T21:58:46.378Z] ---> 8190d9edee4b [2021-01-12T21:58:46.378Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T21:58:46.378Z] ---> Running in fa92fa6fe214 [2021-01-12T21:58:46.652Z] ---> Running in 7f2e1c2329f9 [2021-01-12T21:58:46.652Z] ---> Running in 7cbe33e19d30 [2021-01-12T21:58:46.652Z] ---> 50a6b38aea8a [2021-01-12T21:58:46.652Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T21:58:46.923Z] Removing intermediate container fa92fa6fe214 [2021-01-12T21:58:46.923Z] ---> a3e53708f204 [2021-01-12T21:58:46.923Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T21:58:46.923Z] Removing intermediate container 7f2e1c2329f9 [2021-01-12T21:58:46.923Z] ---> 01d01b63210c [2021-01-12T21:58:46.923Z] Step 21/22 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T21:58:47.196Z] ---> Running in 106d59f9d026 [2021-01-12T21:58:47.196Z] Removing intermediate container 7cbe33e19d30 [2021-01-12T21:58:47.196Z] ---> 3a0d0d2029f2 [2021-01-12T21:58:47.196Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T21:58:47.196Z] ---> Running in 11e9f5322862 [2021-01-12T21:58:47.459Z] ---> Running in f1c23054b2c3 [2021-01-12T21:58:47.459Z] ---> b472ae1ef8f6 [2021-01-12T21:58:47.459Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T21:58:47.459Z] Removing intermediate container 106d59f9d026 [2021-01-12T21:58:47.459Z] ---> 72bcf445cb11 [2021-01-12T21:58:47.459Z] Step 22/23 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T21:58:47.724Z] Removing intermediate container 11e9f5322862 [2021-01-12T21:58:47.724Z] ---> bc4501347e9e [2021-01-12T21:58:47.724Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T21:58:47.987Z] ---> Running in 95ba28b49072 [2021-01-12T21:58:47.987Z] ---> Running in f43f453c18c6 [2021-01-12T21:58:47.987Z] Removing intermediate container f1c23054b2c3 [2021-01-12T21:58:47.987Z] ---> a546672040fa [2021-01-12T21:58:47.987Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T21:58:48.249Z] Removing intermediate container d464aadf7909 [2021-01-12T21:58:48.249Z] ---> cbf5b10754ce [2021-01-12T21:58:48.249Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-12T21:58:48.512Z] ---> 1931770fe677 [2021-01-12T21:58:48.512Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T21:58:48.512Z] ---> Running in 527ed4ebc50e [2021-01-12T21:58:48.512Z] ---> Running in 6f5be888eef2 [2021-01-12T21:58:48.512Z] Removing intermediate container 95ba28b49072 [2021-01-12T21:58:48.512Z] ---> 9db12f7553c6 [2021-01-12T21:58:48.512Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T21:58:48.776Z] Removing intermediate container f43f453c18c6 [2021-01-12T21:58:48.776Z] ---> 8529bdeefddf [2021-01-12T21:58:48.776Z] [2021-01-12T21:58:48.776Z] ---> Running in f98f21d658d3 [2021-01-12T21:58:48.776Z] ---> Running in 3484cb53ae59 [2021-01-12T21:58:49.039Z] Successfully built 8529bdeefddf [2021-01-12T21:58:49.039Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T21:58:49.039Z]  Building docker-support-scheduler-go ... done Removing intermediate container 527ed4ebc50e [2021-01-12T21:58:49.039Z] Building docker-security-bootstrapper-go [2021-01-12T21:58:49.039Z] ---> 47802950cf51 [2021-01-12T21:58:49.039Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T21:58:49.039Z] Removing intermediate container f98f21d658d3 [2021-01-12T21:58:49.039Z] ---> e5a6bf07b71a [2021-01-12T21:58:49.039Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T21:58:49.310Z] Removing intermediate container 3484cb53ae59 [2021-01-12T21:58:49.310Z] ---> 9485c7c402ab [2021-01-12T21:58:49.310Z] [2021-01-12T21:58:49.310Z] ---> Running in 0ae31e536f04 [2021-01-12T21:58:49.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:49.577Z] Successfully built 9485c7c402ab [2021-01-12T21:58:49.577Z] Successfully tagged docker-core-command-go:latest [2021-01-12T21:58:49.577Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-12T21:58:49.841Z] Removing intermediate container 0ae31e536f04 [2021-01-12T21:58:49.841Z] ---> f4d8175f6d5c [2021-01-12T21:58:49.841Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T21:58:50.110Z] ---> 59d66fe33286 [2021-01-12T21:58:50.110Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T21:58:50.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:58:51.390Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T21:58:51.391Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T21:58:51.391Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T21:58:51.508Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-12T21:58:51.508Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-12T21:58:51.508Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-12T21:58:51.508Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-12T21:58:51.770Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-12T21:58:52.345Z] ---> Running in f6a8fbe3d29f [2021-01-12T21:58:52.345Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-12T21:58:52.345Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:58:53.745Z] OK: 8 MiB in 20 packages [2021-01-12T21:58:56.305Z] ---> 8f515331d9fe [2021-01-12T21:58:56.305Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T21:58:56.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.204s coverage: 46.6% of statements [2021-01-12T21:58:56.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T21:58:56.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T21:58:56.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T21:58:56.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T21:58:56.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T21:58:56.883Z] Removing intermediate container f6a8fbe3d29f [2021-01-12T21:58:56.883Z] ---> 47109a113608 [2021-01-12T21:58:56.883Z] Step 20/21 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T21:58:56.883Z] ---> Running in 48d539918818 [2021-01-12T21:58:57.465Z] ---> cae4eea758fa [2021-01-12T21:58:57.465Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T21:58:57.465Z] Removing intermediate container 6f5be888eef2 [2021-01-12T21:58:57.465Z] ---> e60d4744b63c [2021-01-12T21:58:57.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T21:58:57.732Z] ---> Running in 6f05e1abdeca [2021-01-12T21:58:57.732Z] Removing intermediate container 48d539918818 [2021-01-12T21:58:57.732Z] ---> 5ff9a9063245 [2021-01-12T21:58:57.732Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T21:58:57.995Z] ---> Running in 9df2c7059a2b [2021-01-12T21:59:00.583Z] ---> bd965f97faaf [2021-01-12T21:59:00.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T21:59:00.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:59:00.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:59:00.583Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T21:59:00.583Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T21:59:00.583Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T21:59:00.583Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T21:59:00.853Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T21:59:00.853Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T21:59:00.853Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T21:59:00.853Z] Removing intermediate container 9df2c7059a2b [2021-01-12T21:59:00.853Z] ---> 5dadc765917d [2021-01-12T21:59:00.853Z] [2021-01-12T21:59:01.124Z] Successfully built 5dadc765917d [2021-01-12T21:59:01.393Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T21:59:01.393Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-12T21:59:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.529s coverage: 27.0% of statements [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T21:59:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T21:59:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T21:59:05.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.521s coverage: 77.8% of statements [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T21:59:05.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T21:59:07.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.4% of statements [2021-01-12T21:59:07.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T21:59:07.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T21:59:07.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T21:59:07.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T21:59:09.609Z] ---> 278190a66d5f [2021-01-12T21:59:09.609Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T21:59:10.139Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T21:59:10.139Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T21:59:10.139Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T21:59:10.139Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T21:59:10.723Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T21:59:10.723Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T21:59:11.012Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T21:59:11.355Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T21:59:12.225Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T21:59:12.572Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:59:12.572Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:59:12.572Z] [2021-01-12T21:59:12.572Z] ---> f75943d650ca [2021-01-12T21:59:12.572Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> 917477faa818 [2021-01-12T21:59:12.572Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> 7d0740637760 [2021-01-12T21:59:12.572Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T21:59:12.572Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:59:12.572Z] ---> f75943d650ca [2021-01-12T21:59:12.572Z] Step 3/33 : WORKDIR /edgex-go [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> 917477faa818 [2021-01-12T21:59:12.572Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> 7d0740637760 [2021-01-12T21:59:12.572Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> abcc0b6c338e [2021-01-12T21:59:12.572Z] Step 6/33 : COPY go.mod . [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> 994c3cb38fe3 [2021-01-12T21:59:12.572Z] Step 7/33 : RUN go mod download [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> 424556b28c73 [2021-01-12T21:59:12.572Z] Step 8/33 : COPY . . [2021-01-12T21:59:12.572Z] ---> Using cache [2021-01-12T21:59:12.572Z] ---> faf36b1879e4 [2021-01-12T21:59:12.572Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T21:59:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.208s coverage: 28.6% of statements [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T21:59:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T21:59:12.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.125s coverage: 100.0% of statements [2021-01-12T21:59:12.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T21:59:12.867Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T21:59:13.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.410s coverage: 86.7% of statements [2021-01-12T21:59:13.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T21:59:13.940Z] ---> dd2778c25c12 [2021-01-12T21:59:13.941Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T21:59:13.941Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T21:59:13.941Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T21:59:13.941Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T21:59:13.941Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T21:59:13.941Z] ---> Running in acf5badfa455 [2021-01-12T21:59:13.941Z] ---> Running in 5659b23d60bf [2021-01-12T21:59:13.941Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T21:59:13.941Z] ---> Running in a323b072f137 [2021-01-12T21:59:14.206Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T21:59:14.206Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T21:59:14.206Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T21:59:14.206Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T21:59:14.206Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T21:59:14.206Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T21:59:14.206Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T21:59:14.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.354s coverage: 97.5% of statements [2021-01-12T21:59:14.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T21:59:14.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-01-12T21:59:14.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T21:59:14.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T21:59:14.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T21:59:14.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T21:59:14.471Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T21:59:14.471Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T21:59:14.471Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T21:59:14.471Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T21:59:15.066Z] Removing intermediate container 5659b23d60bf [2021-01-12T21:59:15.066Z] ---> c5a0ea29aa1a [2021-01-12T21:59:15.066Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T21:59:15.066Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:59:15.357Z] OK: 71 MiB in 55 packages [2021-01-12T21:59:15.357Z] ---> Running in af799aa162fc [2021-01-12T21:59:16.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-12T21:59:16.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:59:17.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:59:17.177Z] Removing intermediate container af799aa162fc [2021-01-12T21:59:17.177Z] ---> dbfe942985d6 [2021-01-12T21:59:17.177Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T21:59:17.775Z] ---> Running in b166022fa3d2 [2021-01-12T21:59:17.775Z] OK: 233 MiB in 51 packages [2021-01-12T21:59:19.746Z] Removing intermediate container b166022fa3d2 [2021-01-12T21:59:19.746Z] ---> 93476fd6b534 [2021-01-12T21:59:19.746Z] Step 22/23 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T21:59:20.718Z] ---> Running in a3a5838e6e45 [2021-01-12T21:59:21.698Z] Removing intermediate container a323b072f137 [2021-01-12T21:59:21.698Z] ---> d2a35225a528 [2021-01-12T21:59:21.698Z] Step 6/22 : COPY go.mod . [2021-01-12T21:59:22.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.997s coverage: 93.1% of statements [2021-01-12T21:59:22.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T21:59:22.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T21:59:22.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T21:59:22.574Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T21:59:22.574Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.145s coverage: 0.1% of statements [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-12T21:59:22.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 43.8% of statements [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-12T21:59:22.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-12T21:59:22.574Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-12T21:59:23.136Z] Removing intermediate container a3a5838e6e45 [2021-01-12T21:59:23.137Z] ---> 9a9336cfbed7 [2021-01-12T21:59:23.137Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T21:59:24.104Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:59:24.104Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:59:24.104Z] ---> f75943d650ca [2021-01-12T21:59:24.104Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T21:59:24.104Z] ---> Using cache [2021-01-12T21:59:24.104Z] ---> 917477faa818 [2021-01-12T21:59:24.104Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:59:24.104Z] ---> Using cache [2021-01-12T21:59:24.104Z] ---> 7d0740637760 [2021-01-12T21:59:24.104Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T21:59:24.104Z] ---> Using cache [2021-01-12T21:59:24.104Z] ---> abcc0b6c338e [2021-01-12T21:59:24.104Z] Step 6/24 : COPY go.mod . [2021-01-12T21:59:24.104Z] ---> Using cache [2021-01-12T21:59:24.104Z] ---> 994c3cb38fe3 [2021-01-12T21:59:24.104Z] Step 7/24 : RUN go mod download [2021-01-12T21:59:24.104Z] ---> Using cache [2021-01-12T21:59:24.104Z] ---> 424556b28c73 [2021-01-12T21:59:24.104Z] Step 8/24 : COPY . . [2021-01-12T21:59:24.104Z] ---> Using cache [2021-01-12T21:59:24.104Z] ---> faf36b1879e4 [2021-01-12T21:59:24.104Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T21:59:25.077Z] ---> 9d84fb2a259f [2021-01-12T21:59:25.077Z] Step 7/22 : RUN go mod download [2021-01-12T21:59:25.077Z] ---> Running in b34c6557ff76 [2021-01-12T21:59:26.061Z] ---> Running in 7a32fb70aed3 [2021-01-12T21:59:26.338Z] ---> Running in 60c651190a30 [2021-01-12T21:59:26.339Z] Removing intermediate container b34c6557ff76 [2021-01-12T21:59:26.339Z] ---> 631e2585cb7f [2021-01-12T21:59:26.339Z] [2021-01-12T21:59:26.615Z] Successfully built 631e2585cb7f [2021-01-12T21:59:26.615Z] Successfully tagged docker-core-data-go:latest [2021-01-12T21:59:26.893Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-12T21:59:31.209Z] 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-12T21:59:37.868Z] Removing intermediate container 6f05e1abdeca [2021-01-12T21:59:37.868Z] ---> 1abac1e9ad0d [2021-01-12T21:59:37.868Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T21:59:37.868Z] Removing intermediate container 60c651190a30 [2021-01-12T21:59:37.868Z] ---> c1c57b50f8ef [2021-01-12T21:59:37.868Z] Step 8/22 : COPY . . [2021-01-12T21:59:43.264Z] ---> Running in 87f0df59d43c [2021-01-12T21:59:43.264Z] 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-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.075s coverage: 82.7% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.156s coverage: 91.4% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.492s coverage: 63.5% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 55.9% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.330s coverage: 37.0% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.427s coverage: 84.0% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.1% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.166s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T21:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-01-12T21:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T21:59:47.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T21:59:47.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T21:59:47.548Z] ---> f75943d650ca [2021-01-12T21:59:47.548Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T21:59:47.548Z] ---> Using cache [2021-01-12T21:59:47.548Z] ---> 917477faa818 [2021-01-12T21:59:47.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:59:47.548Z] ---> Using cache [2021-01-12T21:59:47.548Z] ---> 7d0740637760 [2021-01-12T21:59:47.548Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T21:59:47.548Z] ---> Using cache [2021-01-12T21:59:47.548Z] ---> abcc0b6c338e [2021-01-12T21:59:47.548Z] Step 6/23 : COPY go.mod . [2021-01-12T21:59:47.548Z] ---> Using cache [2021-01-12T21:59:47.548Z] ---> 994c3cb38fe3 [2021-01-12T21:59:47.548Z] Step 7/23 : RUN go mod download [2021-01-12T21:59:47.548Z] ---> Using cache [2021-01-12T21:59:47.548Z] ---> 424556b28c73 [2021-01-12T21:59:47.548Z] Step 8/23 : COPY . . [2021-01-12T21:59:47.548Z] ---> Using cache [2021-01-12T21:59:47.548Z] ---> faf36b1879e4 [2021-01-12T21:59:47.548Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-12T21:59:49.518Z] ---> Running in af5a3f1bc03e [2021-01-12T21:59:50.490Z] 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-12T21:59:53.086Z] 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-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.560s coverage: 29.1% of statements [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T21:59:53.092Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-12T21:59:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-12T21:59:53.092Z] GO111MODULE=on go vet ./... [2021-01-12T21:59:55.722Z] Collecting docker-compose==1.23.2 [2021-01-12T21:59:55.722Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T21:59:55.722Z] 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-12T21:59:56.000Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T21:59:56.276Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T21:59:58.270Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T21:59:58.270Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T22:00:00.266Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T22:00:00.266Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T22:00:01.227Z] Removing intermediate container acf5badfa455 [2021-01-12T22:00:01.227Z] ---> 92f5b08536e3 [2021-01-12T22:00:01.227Z] [2021-01-12T22:00:01.227Z] Step 10/33 : FROM alpine:3.12 [2021-01-12T22:00:01.227Z] ---> 389fef711851 [2021-01-12T22:00:01.227Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-12T22:00:01.227Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T22:00:01.227Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T22:00:01.851Z] Collecting PyYAML<4,>=3.10 [2021-01-12T22:00:01.851Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T22:00:03.851Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T22:00:03.851Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T22:00:04.114Z] ---> Running in 0cfe6c5e0456 [2021-01-12T22:00:05.514Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T22:00:05.514Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T22:00:05.514Z] Removing intermediate container 7a32fb70aed3 [2021-01-12T22:00:05.514Z] ---> 76452fe433d5 [2021-01-12T22:00:05.514Z] [2021-01-12T22:00:05.514Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T22:00:05.514Z] ---> 389fef711851 [2021-01-12T22:00:05.514Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T22:00:05.514Z] ---> 0212ca179bb2 [2021-01-12T22:00:05.514Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-12T22:00:05.814Z] ---> Running in 505469365fc8 [2021-01-12T22:00:05.814Z] ---> Running in 9512cd08ae35 [2021-01-12T22:00:06.086Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T22:00:06.086Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T22:00:06.357Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T22:00:06.357Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T22:00:06.357Z] 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-12T22:00:06.633Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T22:00:06.633Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T22:00:06.633Z] 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-12T22:00:06.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:06.907Z] Collecting idna<2.8,>=2.5 [2021-01-12T22:00:06.907Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T22:00:06.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:06.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:06.907Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T22:00:06.907Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T22:00:06.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:06.907Z] 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-12T22:00:06.907Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T22:00:06.907Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T22:00:06.907Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T22:00:06.907Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T22:00:07.192Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-12T22:00:07.192Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-12T22:00:07.192Z] (3/3) Installing su-exec (0.2-r1) [2021-01-12T22:00:07.192Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:00:07.192Z] OK: 6 MiB in 17 packages [2021-01-12T22:00:07.192Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T22:00:07.192Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:00:07.192Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T22:00:07.192Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T22:00:07.192Z] Installing collected packages: docopt, dockerpty, urllib3, idna, requests, websocket-client, PyYAML, jsonschema, texttable, cached-property, docker-pycreds, docker, docker-compose [2021-01-12T22:00:07.192Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T22:00:07.192Z] Running setup.py install for docopt: started [2021-01-12T22:00:07.192Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:00:07.464Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:00:07.464Z] OK: 7 MiB in 19 packages [2021-01-12T22:00:08.046Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T22:00:08.046Z] Running setup.py install for dockerpty: started [2021-01-12T22:00:08.642Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T22:00:08.643Z] Attempting uninstall: urllib3 [2021-01-12T22:00:08.643Z] Found existing installation: urllib3 1.25.9 [2021-01-12T22:00:08.643Z] Uninstalling urllib3-1.25.9: [2021-01-12T22:00:09.242Z] Removing intermediate container 0cfe6c5e0456 [2021-01-12T22:00:09.242Z] ---> 7e296c0f26d2 [2021-01-12T22:00:09.242Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-12T22:00:09.242Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T22:00:10.678Z] ---> Running in f5ee484af5dd [2021-01-12T22:00:10.678Z] Attempting uninstall: idna [2021-01-12T22:00:10.678Z] Removing intermediate container 505469365fc8 [2021-01-12T22:00:10.678Z] ---> ac6499f516f1 [2021-01-12T22:00:10.678Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:00:10.678Z] Found existing installation: idna 2.9 [2021-01-12T22:00:10.678Z] Uninstalling idna-2.9: [2021-01-12T22:00:10.678Z] Successfully uninstalled idna-2.9 [2021-01-12T22:00:10.678Z] Attempting uninstall: requests [2021-01-12T22:00:10.678Z] Found existing installation: requests 2.23.0 [2021-01-12T22:00:10.678Z] Uninstalling requests-2.23.0: [2021-01-12T22:00:10.942Z] Successfully uninstalled requests-2.23.0 [2021-01-12T22:00:11.902Z] ---> Running in 4605a3a37a28 [2021-01-12T22:00:12.869Z] Removing intermediate container f5ee484af5dd [2021-01-12T22:00:12.869Z] ---> baa51173ed15 [2021-01-12T22:00:12.869Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-12T22:00:13.146Z] Running setup.py install for PyYAML: started [2021-01-12T22:00:13.146Z] Removing intermediate container 4605a3a37a28 [2021-01-12T22:00:13.146Z] ---> ac7b89599340 [2021-01-12T22:00:13.146Z] Step 13/24 : WORKDIR / [2021-01-12T22:00:13.415Z] ---> Running in 85116b7bf7ea [2021-01-12T22:00:13.415Z] ---> Running in 21bd28b630e6 [2021-01-12T22:00:13.681Z] Removing intermediate container 85116b7bf7ea [2021-01-12T22:00:13.681Z] ---> 71d040b31e61 [2021-01-12T22:00:13.681Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-12T22:00:13.681Z] Removing intermediate container 21bd28b630e6 [2021-01-12T22:00:13.681Z] ---> ac630c9c9763 [2021-01-12T22:00:13.681Z] 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-12T22:00:13.968Z] ---> Running in ac4b01d431d5 [2021-01-12T22:00:13.968Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T22:00:14.254Z] Running setup.py install for texttable: started [2021-01-12T22:00:14.254Z] ---> 51510acb8010 [2021-01-12T22:00:14.254Z] 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-12T22:00:14.863Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T22:00:14.863Z] Connecting to github.com (140.82.114.3:443) [2021-01-12T22:00:14.863Z]  ---> c5798b1e3c27 [2021-01-12T22:00:14.863Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T22:00:15.131Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.144.3:443) [2021-01-12T22:00:16.090Z]  ---> 6a51d228c19b [2021-01-12T22:00:16.090Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T22:00:16.352Z] 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-12T22:00:16.942Z] ---> 65ed8c30ac3d [2021-01-12T22:00:16.942Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T22:00:18.357Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-12T22:00:18.357Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-12T22:00:18.960Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-12T22:00:18.960Z] dockerize [2021-01-12T22:00:20.903Z] ---> bf699f97916e [2021-01-12T22:00:20.903Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T22:00:21.484Z] Removing intermediate container 87f0df59d43c [2021-01-12T22:00:21.484Z] ---> cb55c836955d [2021-01-12T22:00:21.484Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T22:00:22.061Z] Removing intermediate container af5a3f1bc03e [2021-01-12T22:00:22.061Z] ---> da10ad07cb3c [2021-01-12T22:00:22.061Z] [2021-01-12T22:00:22.061Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:00:22.061Z] ---> 389fef711851 [2021-01-12T22:00:22.061Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:00:22.061Z] ---> Using cache [2021-01-12T22:00:22.061Z] ---> f00c289543e0 [2021-01-12T22:00:22.061Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:00:22.061Z] ---> Using cache [2021-01-12T22:00:22.061Z] ---> 7c94d556ad91 [2021-01-12T22:00:22.061Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-12T22:00:22.061Z] ---> 40f38befbc28 [2021-01-12T22:00:22.061Z] 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-12T22:00:22.338Z] ---> Running in 35e1ac25565c [2021-01-12T22:00:22.338Z] ---> Running in ff756823c6c2 [2021-01-12T22:00:22.338Z] Removing intermediate container ac4b01d431d5 [2021-01-12T22:00:22.338Z] ---> bc272c660536 [2021-01-12T22:00:22.338Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-12T22:00:22.338Z] ---> Running in 9cdb74487ed2 [2021-01-12T22:00:22.613Z] ---> Running in a4e2f25b6d4f [2021-01-12T22:00:22.897Z] Removing intermediate container ff756823c6c2 [2021-01-12T22:00:22.897Z] ---> c43b63cf441c [2021-01-12T22:00:22.897Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:00:22.897Z] ---> Running in 6d1ca69fb675 [2021-01-12T22:00:23.167Z] Removing intermediate container a4e2f25b6d4f [2021-01-12T22:00:23.167Z] ---> 2ef7d78dd16b [2021-01-12T22:00:23.167Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-12T22:00:23.167Z] ---> Running in ea0fa8382c38 [2021-01-12T22:00:23.433Z] Removing intermediate container 6d1ca69fb675 [2021-01-12T22:00:23.433Z] ---> 424a4da54814 [2021-01-12T22:00:23.433Z] Step 15/23 : WORKDIR / [2021-01-12T22:00:24.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:24.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:24.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:00:24.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T22:00:24.651Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T22:00:24.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:00:24.651Z] OK: 72 MiB in 58 packages [2021-01-12T22:00:24.651Z] Removing intermediate container ea0fa8382c38 [2021-01-12T22:00:24.651Z] ---> 6bbab926f036 [2021-01-12T22:00:24.651Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-12T22:00:24.918Z] ---> Running in 7f2ad2591c36 [2021-01-12T22:00:24.918Z] ---> Running in ac8094eb607f [2021-01-12T22:00:25.238Z] Removing intermediate container 7f2ad2591c36 [2021-01-12T22:00:25.238Z] ---> cd02261483b5 [2021-01-12T22:00:25.238Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:00:25.544Z] Removing intermediate container 9cdb74487ed2 [2021-01-12T22:00:25.544Z] ---> d2074d4209bc [2021-01-12T22:00:25.544Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T22:00:25.884Z] ---> Running in 35dc82080848 [2021-01-12T22:00:25.884Z] ---> ea4ca6bf0887 [2021-01-12T22:00:25.884Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T22:00:25.884Z] Removing intermediate container 35e1ac25565c [2021-01-12T22:00:25.884Z] ---> 16c8d918f357 [2021-01-12T22:00:25.884Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T22:00:26.272Z] ---> Running in b8cf02584e0d [2021-01-12T22:00:26.272Z] Removing intermediate container 35dc82080848 [2021-01-12T22:00:26.272Z] ---> e603f7c8991e [2021-01-12T22:00:26.272Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T22:00:26.272Z] Move dockerize executable [2021-01-12T22:00:27.680Z] ---> Running in 9704936c0291 [2021-01-12T22:00:27.680Z] ---> 3f4f7d712f6b [2021-01-12T22:00:27.680Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T22:00:27.680Z] Removing intermediate container 9512cd08ae35 [2021-01-12T22:00:27.680Z] ---> f71a732dd325 [2021-01-12T22:00:27.680Z] [2021-01-12T22:00:27.680Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:00:27.680Z] ---> 389fef711851 [2021-01-12T22:00:27.680Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-12T22:00:27.680Z] Removing intermediate container b8cf02584e0d [2021-01-12T22:00:27.680Z] ---> ccd487c35dcb [2021-01-12T22:00:27.680Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:00:27.948Z] ---> Running in 41f384fa4c10 [2021-01-12T22:00:27.948Z] ---> Running in b4a285467fa0 [2021-01-12T22:00:28.213Z] Removing intermediate container 9704936c0291 [2021-01-12T22:00:28.214Z] ---> 1972139e63f9 [2021-01-12T22:00:28.214Z] Step 23/24 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:00:28.214Z] ---> 2a56a5965e6d [2021-01-12T22:00:28.214Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-12T22:00:28.476Z] ---> Running in b00774a7b50d [2021-01-12T22:00:28.477Z] ---> Running in 56dc9368052f [2021-01-12T22:00:28.477Z] Removing intermediate container b4a285467fa0 [2021-01-12T22:00:28.477Z] ---> 25729056367e [2021-01-12T22:00:28.477Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T22:00:28.477Z] Removing intermediate container ac8094eb607f [2021-01-12T22:00:28.477Z] ---> ea280b061876 [2021-01-12T22:00:28.477Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-12T22:00:28.743Z] ---> Running in 8e4ba5b60d81 [2021-01-12T22:00:28.743Z] ---> Running in 8400d0973888 [2021-01-12T22:00:28.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:28.743Z] Removing intermediate container b00774a7b50d [2021-01-12T22:00:28.743Z] ---> 5db4ab00d984 [2021-01-12T22:00:28.743Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T22:00:28.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:00:28.743Z] Removing intermediate container 56dc9368052f [2021-01-12T22:00:28.743Z] ---> 88afbdca8653 [2021-01-12T22:00:28.743Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:00:29.004Z] ---> Running in a15671a35a50 [2021-01-12T22:00:29.004Z] ---> Running in e4ca44b133bb [2021-01-12T22:00:29.004Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-12T22:00:29.004Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-12T22:00:29.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:00:29.004Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:00:29.580Z] OK: 6 MiB in 16 packages [2021-01-12T22:00:29.580Z] Removing intermediate container 8e4ba5b60d81 [2021-01-12T22:00:29.580Z] ---> 8ebb85989e97 [2021-01-12T22:00:29.580Z] Step 25/26 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:00:29.580Z] Removing intermediate container 8400d0973888 [2021-01-12T22:00:29.580Z] ---> 7e8354a10f4d [2021-01-12T22:00:29.580Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-12T22:00:29.843Z] ---> Running in 2dfb2c90e7b0 [2021-01-12T22:00:29.843Z] Removing intermediate container a15671a35a50 [2021-01-12T22:00:29.843Z] ---> d8c5ab3b5f9a [2021-01-12T22:00:29.843Z] [2021-01-12T22:00:29.843Z] Removing intermediate container e4ca44b133bb [2021-01-12T22:00:29.843Z] ---> 98535ee01452 [2021-01-12T22:00:29.843Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T22:00:29.843Z] Successfully built d8c5ab3b5f9a [2021-01-12T22:00:30.420Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T22:00:30.420Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 151a41c2d423 [2021-01-12T22:00:30.682Z] ---> 008da1aac4a2 [2021-01-12T22:00:30.682Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-12T22:00:30.683Z] Removing intermediate container 2dfb2c90e7b0 [2021-01-12T22:00:30.683Z] ---> c3f753e7cdbd [2021-01-12T22:00:30.683Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T22:00:31.257Z] ---> Running in 73a547fd9fdd [2021-01-12T22:00:31.257Z] ---> Running in 416fc82b0e0e [2021-01-12T22:00:31.257Z] Removing intermediate container 151a41c2d423 [2021-01-12T22:00:31.257Z] ---> d27c6aaad65b [2021-01-12T22:00:31.257Z] Step 22/23 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:00:31.521Z] Removing intermediate container 41f384fa4c10 [2021-01-12T22:00:31.521Z] ---> dea2fbb899f0 [2021-01-12T22:00:31.521Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:00:31.521Z] ---> Running in 8755f5a535b7 [2021-01-12T22:00:31.785Z] Removing intermediate container 416fc82b0e0e [2021-01-12T22:00:31.785Z] ---> 1c7e07bd147a [2021-01-12T22:00:31.785Z] [2021-01-12T22:00:31.785Z] ---> Running in 5921aed25d74 [2021-01-12T22:00:31.785Z] Removing intermediate container 8755f5a535b7 [2021-01-12T22:00:31.785Z] ---> aa0896a51e0f [2021-01-12T22:00:31.785Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:00:31.785Z] Successfully built 1c7e07bd147a [2021-01-12T22:00:32.050Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T22:00:32.050Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0e3bf5d13757 [2021-01-12T22:00:32.050Z] Removing intermediate container 5921aed25d74 [2021-01-12T22:00:32.050Z] ---> 5c41ad791056 [2021-01-12T22:00:32.050Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-12T22:00:32.313Z] ---> Running in 98bce6f217ca [2021-01-12T22:00:32.313Z] Removing intermediate container 0e3bf5d13757 [2021-01-12T22:00:32.313Z] ---> 89ec466dc45e [2021-01-12T22:00:32.313Z] [2021-01-12T22:00:32.580Z] Successfully built 89ec466dc45e [2021-01-12T22:00:32.580Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T22:00:32.580Z]  Building docker-core-metadata-go ... done Removing intermediate container 98bce6f217ca [2021-01-12T22:00:32.580Z] ---> f7ea7fa147b4 [2021-01-12T22:00:32.580Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:00:32.849Z] ---> Running in 2a76c9826c40 [2021-01-12T22:00:32.849Z] Removing intermediate container 73a547fd9fdd [2021-01-12T22:00:32.849Z] ---> 449954e4d646 [2021-01-12T22:00:32.849Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:00:32.849Z] Removing intermediate container 2a76c9826c40 [2021-01-12T22:00:32.849Z] ---> 01308ce410d8 [2021-01-12T22:00:32.849Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:00:33.114Z] ---> 06036f0d0ed7 [2021-01-12T22:00:33.114Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-12T22:00:33.114Z] ---> 6bf7fdb254a5 [2021-01-12T22:00:33.114Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T22:00:34.067Z] ---> 391eb3d31234 [2021-01-12T22:00:34.067Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-12T22:00:34.067Z] ---> bc6cabedd0c6 [2021-01-12T22:00:34.067Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T22:00:34.067Z] ---> 8ea7da6c329f [2021-01-12T22:00:34.067Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-12T22:00:34.067Z] ---> 83aeb490f91e [2021-01-12T22:00:34.067Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-12T22:00:34.330Z] ---> Running in c4d314c7739c [2021-01-12T22:00:34.592Z] Removing intermediate container c4d314c7739c [2021-01-12T22:00:34.592Z] ---> f287f24e9db0 [2021-01-12T22:00:34.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:00:34.592Z] ---> Running in 1930bf6112e8 [2021-01-12T22:00:34.592Z] ---> 606fa8cb3721 [2021-01-12T22:00:34.592Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-12T22:00:34.855Z] Removing intermediate container 1930bf6112e8 [2021-01-12T22:00:34.855Z] ---> 9c4ffed280f4 [2021-01-12T22:00:34.855Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T22:00:35.433Z] ---> Running in 8485c76a4010 [2021-01-12T22:00:35.433Z] ---> fb222f62ed75 [2021-01-12T22:00:35.433Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-12T22:00:35.696Z] Removing intermediate container 8485c76a4010 [2021-01-12T22:00:35.696Z] ---> Running in b0f1def2d8cb [2021-01-12T22:00:35.696Z] ---> 59ec571d045e [2021-01-12T22:00:35.696Z] Step 21/22 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:00:35.696Z] ---> Running in bf4a71c94c1f [2021-01-12T22:00:35.696Z] Removing intermediate container b0f1def2d8cb [2021-01-12T22:00:35.696Z] ---> 3ff1afb3eef7 [2021-01-12T22:00:35.696Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-12T22:00:35.959Z] Removing intermediate container bf4a71c94c1f [2021-01-12T22:00:35.959Z] ---> d80d66233522 [2021-01-12T22:00:35.959Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:00:35.959Z] ---> Running in f919d5e3d577 [2021-01-12T22:00:36.223Z] ---> a94921f97fd9 [2021-01-12T22:00:36.223Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-12T22:00:36.223Z] Removing intermediate container f919d5e3d577 [2021-01-12T22:00:36.223Z] ---> 06a07a28be12 [2021-01-12T22:00:36.223Z] [2021-01-12T22:00:36.223Z] Successfully built 06a07a28be12 [2021-01-12T22:00:36.485Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T22:00:36.485Z]  Building docker-support-notifications-go ... done  ---> Running in 22be0bb9654a [2021-01-12T22:00:37.432Z] Removing intermediate container 22be0bb9654a [2021-01-12T22:00:37.432Z] ---> e9588e0fe7d7 [2021-01-12T22:00:37.432Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T22:00:37.694Z] ---> Running in 54ef84641ed2 [2021-01-12T22:00:37.694Z] Removing intermediate container 54ef84641ed2 [2021-01-12T22:00:37.694Z] ---> fd02b1cbb3d4 [2021-01-12T22:00:37.694Z] Step 30/33 : CMD ["install"] [2021-01-12T22:00:37.956Z] ---> Running in 073cfe1ea58b [2021-01-12T22:00:38.219Z] Removing intermediate container 073cfe1ea58b [2021-01-12T22:00:38.219Z] ---> 31ce83191c77 [2021-01-12T22:00:38.219Z] Step 31/33 : LABEL arch=x86_64 [2021-01-12T22:00:38.482Z] ---> Running in 86c2b1997355 [2021-01-12T22:00:38.482Z] Removing intermediate container 86c2b1997355 [2021-01-12T22:00:38.482Z] ---> 64c58898e34a [2021-01-12T22:00:38.482Z] Step 32/33 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:00:38.745Z] ---> Running in cfd647548de7 [2021-01-12T22:00:39.319Z] Removing intermediate container cfd647548de7 [2021-01-12T22:00:39.319Z] ---> bee52b675920 [2021-01-12T22:00:39.319Z] Step 33/33 : LABEL version=0.0.0 [2021-01-12T22:00:39.582Z] ---> Running in 2f55e7848402 [2021-01-12T22:00:39.848Z] Removing intermediate container 2f55e7848402 [2021-01-12T22:00:39.848Z] ---> 655c6d7cbf1c [2021-01-12T22:00:39.848Z] [2021-01-12T22:00:40.110Z] Successfully built 655c6d7cbf1c [2021-01-12T22:00:40.110Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-12T22:00:40.386Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-12T22:00:40.412Z] $ docker stop --time=1 be5b97c478949e68b0c7166f2de523d1ec860f7df7a6ff98563c07493a420d5a [2021-01-12T22:00:41.999Z] $ docker rm -f be5b97c478949e68b0c7166f2de523d1ec860f7df7a6ff98563c07493a420d5a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:00:42.570Z] + docker images [2021-01-12T22:00:42.570Z] + grep docker [2021-01-12T22:00:42.832Z] docker-security-bootstrapper-go latest 655c6d7cbf1c 3 seconds ago 41.5MB [2021-01-12T22:00:42.832Z] docker-support-notifications-go latest 06a07a28be12 7 seconds ago 16.9MB [2021-01-12T22:00:42.832Z] docker-core-metadata-go latest 89ec466dc45e 10 seconds ago 18.7MB [2021-01-12T22:00:42.832Z] docker-sys-mgmt-agent-go latest 1c7e07bd147a 11 seconds ago 313MB [2021-01-12T22:00:42.832Z] docker-security-secretstore-setup-go latest d8c5ab3b5f9a 13 seconds ago 24.6MB [2021-01-12T22:00:42.832Z] docker-core-data-go latest 631e2585cb7f About a minute ago 22.3MB [2021-01-12T22:00:42.832Z] docker-security-proxy-setup-go latest 5dadc765917d About a minute ago 24.5MB [2021-01-12T22:00:42.832Z] docker-core-command-go latest 9485c7c402ab About a minute ago 16.2MB [2021-01-12T22:00:42.832Z] docker-support-scheduler-go latest 8529bdeefddf About a minute ago 16.4MB [2021-01-12T22:00:42.832Z] docker 20.10.0 aefe523efa57 4 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-12T22:00:58.711Z] Still waiting to schedule task [2021-01-12T22:00:58.711Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-12T22:01:01.188Z] gofmt -l . [2021-01-12T22:01:02.640Z] [ "`gofmt -l .`" = "" ] [2021-01-12T22:01:04.631Z] ./bin/test-go-mod-tidy.sh [2021-01-12T22:01:05.623Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T22:01:07.261Z] + ls -al . [2021-01-12T22:01:07.261Z] total 692 [2021-01-12T22:01:07.262Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 22:01 . [2021-01-12T22:01:07.262Z] drwxr-xr-x 4 root root 4096 Jan 12 21:57 .. [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 21:55 .dockerignore [2021-01-12T22:01:07.262Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 21:55 .git [2021-01-12T22:01:07.262Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 21:55 .github [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 872 Jan 12 21:55 .gitignore [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 21:55 .sonarcloud.properties [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 7841 Jan 12 21:55 Attribution.txt [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 21:55 CONTRIBUTING.md [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 21:55 Dockerfile.build [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 21:55 Jenkinsfile [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 21:55 LICENSE [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 6001 Jan 12 21:55 Makefile [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 21:55 README.md [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 21:55 SECURITY.md [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 21:53 VERSION [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 21:55 ZMQWindows.md [2021-01-12T22:01:07.262Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 21:55 bin [2021-01-12T22:01:07.262Z] drwxrwxr-x 15 1001 1001 4096 Jan 12 21:55 cmd [2021-01-12T22:01:07.262Z] -rw-r--r-- 1 root root 558011 Jan 12 21:59 coverage.out [2021-01-12T22:01:07.262Z] -rw-r--r-- 1 root root 1005 Jan 12 22:01 go.mod [2021-01-12T22:01:07.262Z] -rw-r--r-- 1 root root 19172 Jan 12 22:01 go.sum [2021-01-12T22:01:07.262Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 21:55 internal [2021-01-12T22:01:07.262Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 21:55 openapi [2021-01-12T22:01:07.262Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 21:55 snap [2021-01-12T22:01:07.262Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 21:55 version.go [Pipeline] sh [2021-01-12T22:01:07.924Z] + '[' -e coverage.out ] [2021-01-12T22:01:07.925Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T22:01:07.945Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T22:01:09.037Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T22:01:09.405Z] + make build [2021-01-12T22:01:09.691Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-12T22:01:22.067Z] 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-12T22:01:44.242Z] 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-12T22:01:45.496Z] Running on prd-ubuntu18.04-docker-8c-8g-19826 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-12T22:01:45.575Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-01-12T22:01:46.909Z] 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-12T22:01:47.702Z] using credential edgex-jenkins-ssh [2021-01-12T22:01:47.762Z] Cloning the remote Git repository [2021-01-12T22:01:47.790Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:01:47.861Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-01-12T22:01:47.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:01:47.887Z] > git --version # timeout=10 [2021-01-12T22:01:47.896Z] > git --version # 'git version 2.17.1' [2021-01-12T22:01:47.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:01:47.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:01:51.205Z] 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-12T22:01:53.170Z] 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-12T22:01:57.481Z] 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-12T22:01:59.734Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T22:01:59.754Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:01:59.764Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T22:01:59.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:01:59.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:01:59.782Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T22:02:00.478Z] Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 66138a474d517e96852695208542ec71ccbc60c6 [2021-01-12T22:02:00.694Z] Merge succeeded, producing 7c709113a1b1f3e5e5292d58099dfefaec511678 [2021-01-12T22:02:00.694Z] Checking out Revision 7c709113a1b1f3e5e5292d58099dfefaec511678 (PR-2970) [2021-01-12T22:02:01.803Z] 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-12T22:02:00.492Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:02:00.497Z] > git checkout -f 66138a474d517e96852695208542ec71ccbc60c6 # timeout=10 [2021-01-12T22:02:00.594Z] > git remote # timeout=10 [2021-01-12T22:02:00.599Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T22:02:00.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:02:00.606Z] > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 [2021-01-12T22:02:00.694Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T22:02:00.702Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:02:00.711Z] > git checkout -f 7c709113a1b1f3e5e5292d58099dfefaec511678 # timeout=10 [2021-01-12T22:02:04.378Z] Commit message: "Merge commit '5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0' into HEAD" [2021-01-12T22:02:04.388Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:02:05.209Z] 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-12T22:02:04.387Z] > git rev-list --no-walk aa28710662ce16d9368cf146bd802508810116bc # timeout=10 [2021-01-12T22:02:05.750Z] + echo snap-build.sh [2021-01-12T22:02:05.750Z] snap-build.sh [2021-01-12T22:02:05.750Z] + SNAP_BASE_DIR=. [2021-01-12T22:02:05.751Z] + '[' '!' -z /w/workspace/edgex-go/20 ']' [2021-01-12T22:02:05.751Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/20 [2021-01-12T22:02:05.751Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' [2021-01-12T22:02:05.751Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/20] [2021-01-12T22:02:05.751Z] + cd /w/workspace/edgex-go/20 [2021-01-12T22:02:05.751Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T22:02:05.751Z] Reading package lists... [2021-01-12T22:02:06.012Z] Building dependency tree... [2021-01-12T22:02:06.012Z] Reading state information... [2021-01-12T22:02:06.012Z] The following packages were automatically installed and are no longer required: [2021-01-12T22:02:06.012Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T22:02:06.012Z] uidmap xdelta3 [2021-01-12T22:02:06.012Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T22:02:06.012Z] The following packages will be REMOVED: [2021-01-12T22:02:06.012Z] lxd* lxd-client* [2021-01-12T22:02:06.588Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T22:02:06.588Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T22:02:07.662Z] (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-12T22:02:07.662Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:02:08.615Z] Removing lxd dnsmasq configuration [2021-01-12T22:02:08.876Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:02:09.137Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T22:02:09.536Z] 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-12T22:02:09.710Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T22:02:09.971Z] (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-12T22:02:09.971Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:02:11.355Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T22:02:11.616Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T22:02:12.915Z] 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-12T22:02:13.001Z] + sudo snap remove --purge lxd [2021-01-12T22:02:13.001Z] snap "lxd" is not installed [2021-01-12T22:02:13.001Z] + sudo groupadd --force --system lxd [2021-01-12T22:02:13.001Z] ++ whoami [2021-01-12T22:02:13.001Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T22:02:13.262Z] + newgrp - lxd [2021-01-12T22:02:13.262Z] + sudo snap install lxd [2021-01-12T22:02:18.325Z] 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-12T22:02:20.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-12T22:02:21.420Z] 2021-01-12T22:02:18Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-01-12T22:02:26.355Z] $ docker stop --time=1 ed575a0b682ac3e794f8e98857bce108f204a57b8d1505a9cf365c8a6d35ddd2 [2021-01-12T22:02:28.973Z] $ docker rm -f ed575a0b682ac3e794f8e98857bce108f204a57b8d1505a9cf365c8a6d35ddd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:02:31.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:02:31.107Z] [2021-01-12T22:02:31.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:02:31.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:02:32.037Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T22:02:32.037Z] 29e5d40040c1: Pulling fs layer [2021-01-12T22:02:32.037Z] 1ce36da41761: Pulling fs layer [2021-01-12T22:02:32.037Z] 25b303627fd3: Pulling fs layer [2021-01-12T22:02:32.630Z] 29e5d40040c1: Verifying Checksum [2021-01-12T22:02:32.630Z] 29e5d40040c1: Download complete [2021-01-12T22:02:32.903Z] 1ce36da41761: Verifying Checksum [2021-01-12T22:02:32.903Z] 1ce36da41761: Download complete [2021-01-12T22:02:33.182Z] 29e5d40040c1: Pull complete [2021-01-12T22:02:34.623Z] 1ce36da41761: Pull complete [2021-01-12T22:02:34.623Z] 25b303627fd3: Verifying Checksum [2021-01-12T22:02:34.623Z] 25b303627fd3: Download complete [2021-01-12T22:02:36.353Z] lxd 4.10 from Canonical* installed [2021-01-12T22:02:36.354Z] + sudo lxd init --auto [2021-01-12T22:02:44.520Z] + sudo snap install --classic snapcraft [2021-01-12T22:02:44.772Z] 25b303627fd3: Pull complete [2021-01-12T22:02:44.772Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T22:02:44.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:02:44.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T22:02:45.056Z] prd-ubuntu18.04-docker-arm64-4c-16g-19825 does not seem to be running inside a container [2021-01-12T22:02:45.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T22:02:48.127Z] $ docker top 3558adb9b8a4ab17d8d2e6f0820ae51b2f654aab0d2c7ee8c8e2646383af2662 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:02:49.175Z] + grep parallel [2021-01-12T22:02:49.175Z] + docker-compose build --help [2021-01-12T22:02:49.859Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T22:02:49.859Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T22:02:49.859Z] + patch --verbose -p1 [2021-01-12T22:02:49.859Z] Hmm... Looks like a unified diff to me... [2021-01-12T22:02:49.859Z] The text leading up to this was: [2021-01-12T22:02:49.859Z] -------------------------- [2021-01-12T22:02:49.859Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-12T22:02:49.859Z] |From: Tony Espy [2021-01-12T22:02:49.859Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-12T22:02:49.859Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-12T22:02:49.859Z] | [2021-01-12T22:02:49.859Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-12T22:02:49.859Z] |optimize the snap CI check run for pull requests. When [2021-01-12T22:02:49.859Z] |applied, it essentially strips out everything (apps and [2021-01-12T22:02:49.859Z] |parts) from the snapcraft.yaml file except those required [2021-01-12T22:02:49.859Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-12T22:02:49.859Z] |catch changes to edgex-go that break the snap build. [2021-01-12T22:02:49.859Z] | [2021-01-12T22:02:49.859Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-12T22:02:49.859Z] |to update this patch file, otherwise it may fail to apply, [2021-01-12T22:02:49.859Z] |resulting in a failed snap build CI check in the associated [2021-01-12T22:02:49.859Z] |pull request. [2021-01-12T22:02:49.859Z] | [2021-01-12T22:02:49.859Z] |Note - in addition to applying this patch, the pipeline also [2021-01-12T22:02:49.859Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-12T22:02:49.859Z] |need to build the finally binary .snap file (and it won't [2021-01-12T22:02:49.859Z] |work with the patch applied). This further reduces the build [2021-01-12T22:02:49.859Z] |time. [2021-01-12T22:02:49.859Z] |--- [2021-01-12T22:02:49.859Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-12T22:02:49.859Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-12T22:02:49.859Z] | [2021-01-12T22:02:49.859Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-12T22:02:49.859Z] |index 1e537489..faf42425 100644 [2021-01-12T22:02:49.859Z] |--- a/snap/snapcraft.yaml [2021-01-12T22:02:49.859Z] |+++ b/snap/snapcraft.yaml [2021-01-12T22:02:49.859Z] -------------------------- [2021-01-12T22:02:49.859Z] patching file snap/snapcraft.yaml [2021-01-12T22:02:49.859Z] Using Plan A... [2021-01-12T22:02:49.859Z] Hunk #1 succeeded at 73. [2021-01-12T22:02:49.859Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-12T22:02:49.859Z] Hunk #3 succeeded at 214. [2021-01-12T22:02:49.859Z] Hunk #4 succeeded at 222. [2021-01-12T22:02:49.859Z] Hunk #5 succeeded at 229. [2021-01-12T22:02:49.859Z] Hunk #6 succeeded at 256. [2021-01-12T22:02:49.859Z] Hunk #7 succeeded at 290. [2021-01-12T22:02:49.859Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-12T22:02:49.859Z] Hmm... Ignoring the trailing garbage. [2021-01-12T22:02:49.859Z] done [2021-01-12T22:02:49.859Z] + sudo snapcraft prime --use-lxd [2021-01-12T22:02:51.252Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T22:02:51.252Z] 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-12T22:02:51.252Z] - README.md [2021-01-12T22:02:51.252Z] - snapcraft.yaml.orig [2021-01-12T22:02:51.252Z] [2021-01-12T22:02:51.252Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T22:02:51.825Z] Launching a container. [2021-01-12T22:02:52.540Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T22:02:52.555Z] $ docker stop --time=1 3558adb9b8a4ab17d8d2e6f0820ae51b2f654aab0d2c7ee8c8e2646383af2662 [2021-01-12T22:02:54.433Z] $ docker rm -f 3558adb9b8a4ab17d8d2e6f0820ae51b2f654aab0d2c7ee8c8e2646383af2662 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:02:55.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:02:55.267Z] . [Pipeline] withDockerContainer [2021-01-12T22:02:55.531Z] prd-ubuntu18.04-docker-arm64-4c-16g-19825 does not seem to be running inside a container [2021-01-12T22:02:55.625Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T22:02:56.974Z] $ docker top f8c82c5d83ac224fa65a7493dd66cdaa2bfd274b80fba941cfb7fdd70305f54a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:02:58.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T22:03:01.388Z] Building docker-core-command-go ... [2021-01-12T22:03:01.388Z] Building docker-core-data-go ... [2021-01-12T22:03:01.388Z] Building docker-core-metadata-go ... [2021-01-12T22:03:01.388Z] Building docker-security-bootstrapper-go ... [2021-01-12T22:03:01.388Z] Building docker-security-proxy-setup-go ... [2021-01-12T22:03:01.388Z] Building docker-security-secretstore-setup-go ... [2021-01-12T22:03:01.388Z] Building docker-support-notifications-go ... [2021-01-12T22:03:01.388Z] Building docker-support-scheduler-go ... [2021-01-12T22:03:01.388Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T22:03:01.388Z] Building docker-support-notifications-go [2021-01-12T22:03:01.388Z] Building docker-support-scheduler-go [2021-01-12T22:03:01.388Z] Building docker-security-secretstore-setup-go [2021-01-12T22:03:01.388Z] Building docker-core-metadata-go [2021-01-12T22:03:01.388Z] Building docker-security-proxy-setup-go [2021-01-12T22:03:04.074Z] Waiting for container to be ready [2021-01-12T22:03:04.075Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-12T22:03:04.075Z] [2021-01-12T22:03:06.628Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-12T22:03:06.628Z] Waiting for network to be ready... [2021-01-12T22:03:07.199Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T22:03:07.199Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T22:03:07.772Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T22:03:07.772Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T22:03:07.772Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T22:03:08.034Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T22:03:08.034Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T22:03:08.034Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T22:03:08.034Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T22:03:08.034Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T22:03:08.034Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T22:03:08.034Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T22:03:08.034Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T22:03:08.034Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T22:03:08.034Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T22:03:08.301Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T22:03:08.301Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T22:03:08.301Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T22:03:08.301Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T22:03:08.568Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T22:03:08.568Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T22:03:08.568Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T22:03:08.568Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T22:03:08.568Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T22:03:08.568Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T22:03:08.568Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T22:03:08.568Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T22:03:12.774Z] Fetched 23.7 MB in 6s (4288 kB/s) [2021-01-12T22:03:13.717Z] Reading package lists... [2021-01-12T22:03:13.717Z] Reading package lists... [2021-01-12T22:03:13.978Z] Building dependency tree... [2021-01-12T22:03:13.978Z] Reading state information... [2021-01-12T22:03:14.239Z] The following additional packages will be installed: [2021-01-12T22:03:14.239Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T22:03:14.239Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T22:03:14.239Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T22:03:14.239Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-12T22:03:14.239Z] Suggested packages: [2021-01-12T22:03:14.239Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-12T22:03:14.239Z] Recommended packages: [2021-01-12T22:03:14.239Z] gnupg libsasl2-modules [2021-01-12T22:03:14.239Z] The following NEW packages will be installed: [2021-01-12T22:03:14.239Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T22:03:14.239Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T22:03:14.239Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T22:03:14.239Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-12T22:03:14.239Z] The following packages will be upgraded: [2021-01-12T22:03:14.239Z] gpg gpg-agent gpgconf libudev1 [2021-01-12T22:03:14.239Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-12T22:03:14.239Z] Need to get 3532 kB of archives. [2021-01-12T22:03:14.239Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-12T22:03:14.239Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-12T22:03:14.239Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-12T22:03:14.500Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-12T22:03:14.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-12T22:03:14.500Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-12T22:03:14.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-12T22:03:14.500Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-12T22:03:14.761Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-12T22:03:15.022Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-12T22:03:15.022Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-12T22:03:15.022Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-12T22:03:15.022Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-12T22:03:15.022Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-12T22:03:15.022Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-12T22:03:15.022Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-12T22:03:15.022Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-12T22:03:15.022Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-12T22:03:15.022Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-12T22:03:15.284Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-12T22:03:15.284Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-12T22:03:15.284Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-12T22:03:15.284Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-12T22:03:15.284Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:03:15.284Z] Fetched 3532 kB in 1s (3531 kB/s) [2021-01-12T22:03:15.546Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T22:03:15.546Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:03:15.546Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:03:15.546Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-12T22:03:15.807Z] Selecting previously unselected package udev. [2021-01-12T22:03:15.808Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T22:03:15.808Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:03:15.808Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-12T22:03:16.068Z] Selecting previously unselected package libfuse2:amd64. [2021-01-12T22:03:16.068Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T22:03:16.068Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T22:03:16.068Z] Selecting previously unselected package fuse. [2021-01-12T22:03:16.068Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T22:03:16.068Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-12T22:03:16.333Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:03:16.333Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:03:16.333Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:03:16.333Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:03:16.595Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:03:16.595Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:03:16.595Z] Selecting previously unselected package libksba8:amd64. [2021-01-12T22:03:16.595Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-12T22:03:16.595Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-12T22:03:16.857Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-12T22:03:16.857Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:16.857Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:16.857Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-12T22:03:16.857Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:16.857Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.118Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-12T22:03:17.118Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.118Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.118Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-12T22:03:17.118Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.118Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.118Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-12T22:03:17.118Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.118Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.379Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-12T22:03:17.380Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.380Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.380Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-12T22:03:17.380Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.380Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.380Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-12T22:03:17.380Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.641Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.641Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-12T22:03:17.641Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:03:17.641Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:17.641Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-12T22:03:17.641Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T22:03:17.641Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:03:17.903Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-12T22:03:17.903Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T22:03:17.903Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:03:17.904Z] Selecting previously unselected package libldap-common. [2021-01-12T22:03:17.904Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-12T22:03:17.904Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:03:17.904Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-12T22:03:17.904Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-12T22:03:17.904Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:03:18.206Z] Selecting previously unselected package dirmngr. [2021-01-12T22:03:18.206Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:03:18.206Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T22:03:18.206Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:03:18.206Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-12T22:03:18.206Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T22:03:18.206Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:03:18.466Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:03:18.466Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-12T22:03:18.466Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:18.466Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-12T22:03:18.466Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:03:18.466Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-12T22:03:19.040Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-12T22:03:19.040Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.040Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-12T22:03:19.302Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-12T22:03:19.302Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-12T22:03:19.302Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.302Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.302Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.302Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.302Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.302Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.302Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:03:19.563Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:03:19.563Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T22:03:19.563Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:03:20.136Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-12T22:03:20.136Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-12T22:03:20.136Z] This means they are not meant to be enabled using systemctl. [2021-01-12T22:03:20.136Z] Possible reasons for having this kind of units are: [2021-01-12T22:03:20.136Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-12T22:03:20.136Z] .wants/ or .requires/ directory. [2021-01-12T22:03:20.136Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-12T22:03:20.136Z] a requirement dependency on it. [2021-01-12T22:03:20.136Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-12T22:03:20.136Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-12T22:03:20.136Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-12T22:03:20.136Z] instance name specified. [2021-01-12T22:03:20.397Z] Reading package lists... [2021-01-12T22:03:20.397Z] Building dependency tree... [2021-01-12T22:03:20.397Z] Reading state information... [2021-01-12T22:03:20.658Z] The following additional packages will be installed: [2021-01-12T22:03:20.658Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-12T22:03:20.658Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-12T22:03:20.658Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-12T22:03:20.658Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-12T22:03:20.658Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-12T22:03:20.658Z] Suggested packages: [2021-01-12T22:03:20.658Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-12T22:03:20.658Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-12T22:03:20.658Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-12T22:03:20.658Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-12T22:03:20.658Z] systemd-container policykit-1 [2021-01-12T22:03:20.658Z] Recommended packages: [2021-01-12T22:03:20.658Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-12T22:03:20.658Z] The following NEW packages will be installed: [2021-01-12T22:03:20.658Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-12T22:03:20.658Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-12T22:03:20.658Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-12T22:03:20.658Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-12T22:03:20.658Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-12T22:03:20.658Z] The following packages will be upgraded: [2021-01-12T22:03:20.658Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-12T22:03:20.918Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-12T22:03:20.918Z] Need to get 35.2 MB of archives. [2021-01-12T22:03:20.918Z] After this operation, 141 MB of additional disk space will be used. [2021-01-12T22:03:20.918Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-12T22:03:20.918Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-12T22:03:21.490Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-12T22:03:21.490Z] 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-12T22:03:21.768Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-12T22:03:21.768Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-12T22:03:21.768Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-12T22:03:21.768Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-12T22:03:21.768Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-12T22:03:21.768Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-12T22:03:21.768Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-12T22:03:21.768Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-12T22:03:21.768Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-12T22:03:21.768Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-12T22:03:21.768Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-12T22:03:21.768Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-12T22:03:21.768Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-12T22:03:21.768Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-12T22:03:21.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-12T22:03:21.768Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-12T22:03:21.768Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-12T22:03:21.768Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-12T22:03:21.768Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-12T22:03:21.768Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-12T22:03:22.029Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-12T22:03:22.029Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-12T22:03:22.029Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-12T22:03:22.029Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-12T22:03:22.029Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-12T22:03:22.029Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-12T22:03:22.976Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:03:22.976Z] Fetched 35.2 MB in 2s (17.9 MB/s) [2021-01-12T22:03:22.976Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T22:03:22.976Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:03:22.976Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:03:23.548Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:03:23.549Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:03:23.811Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-12T22:03:23.812Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T22:03:23.812Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T22:03:23.812Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T22:03:24.073Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-12T22:03:24.073Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T22:03:24.073Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T22:03:24.073Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T22:03:24.334Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-12T22:03:24.334Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-12T22:03:24.906Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-12T22:03:25.168Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-12T22:03:25.168Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T22:03:25.168Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T22:03:25.430Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-12T22:03:25.430Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:03:25.430Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:25.691Z] Selecting previously unselected package libexpat1:amd64. [2021-01-12T22:03:25.691Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-12T22:03:25.691Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T22:03:25.953Z] Selecting previously unselected package python3.6-minimal. [2021-01-12T22:03:25.953Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:03:25.953Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:26.215Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T22:03:26.215Z] Checking for services that may need to be restarted...done. [2021-01-12T22:03:26.215Z] Checking for services that may need to be restarted...done. [2021-01-12T22:03:26.215Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:26.476Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T22:03:26.477Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:27.049Z] Selecting previously unselected package python3-minimal. [2021-01-12T22:03:27.049Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-12T22:03:27.049Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-12T22:03:27.049Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-12T22:03:27.049Z] Selecting previously unselected package mime-support. [2021-01-12T22:03:27.049Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-12T22:03:27.049Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-12T22:03:27.310Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-12T22:03:27.310Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-12T22:03:27.310Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T22:03:27.310Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-12T22:03:27.310Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:03:27.310Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:27.572Z] Selecting previously unselected package python3.6. [2021-01-12T22:03:27.572Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:03:27.572Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:27.833Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-12T22:03:27.833Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-12T22:03:27.833Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T22:03:27.833Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-12T22:03:28.094Z] Selecting previously unselected package python3. [2021-01-12T22:03:28.094Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-12T22:03:28.094Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-12T22:03:28.094Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-12T22:03:28.355Z] Selecting previously unselected package multiarch-support. [2021-01-12T22:03:28.355Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:03:28.355Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T22:03:28.355Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T22:03:28.355Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-12T22:03:28.355Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-12T22:03:28.355Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-12T22:03:28.355Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T22:03:28.618Z] Selecting previously unselected package libbsd0:amd64. [2021-01-12T22:03:28.618Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-12T22:03:28.618Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T22:03:28.618Z] Selecting previously unselected package sudo. [2021-01-12T22:03:28.618Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-12T22:03:28.618Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T22:03:28.879Z] Selecting previously unselected package apparmor. [2021-01-12T22:03:28.879Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T22:03:28.879Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-12T22:03:28.879Z] Selecting previously unselected package libedit2:amd64. [2021-01-12T22:03:28.879Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-12T22:03:28.879Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T22:03:29.141Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-12T22:03:29.141Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:03:29.141Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:29.141Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-12T22:03:29.141Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:03:29.141Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:29.403Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-12T22:03:29.403Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-12T22:03:29.403Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T22:03:29.403Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-12T22:03:29.403Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:03:29.403Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:29.403Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-12T22:03:29.403Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:03:29.403Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:29.664Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-12T22:03:29.664Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-12T22:03:29.664Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T22:03:29.925Z] Selecting previously unselected package openssh-client. [2021-01-12T22:03:29.925Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-12T22:03:29.925Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T22:03:29.925Z] Selecting previously unselected package squashfs-tools. [2021-01-12T22:03:29.925Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-12T22:03:29.925Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T22:03:30.186Z] Selecting previously unselected package snapd. [2021-01-12T22:03:30.186Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-12T22:03:30.186Z] Unpacking snapd (2.48+18.04) ... [2021-01-12T22:03:32.741Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T22:03:32.741Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T22:03:32.741Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-12T22:03:32.741Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T22:03:32.741Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T22:03:32.741Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:32.741Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:03:32.741Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-12T22:03:33.005Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-12T22:03:33.955Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T22:03:33.955Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T22:03:33.955Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T22:03:33.955Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:33.955Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:34.216Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:03:34.790Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T22:03:34.790Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:35.051Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T22:03:35.051Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-12T22:03:35.051Z] running python rtupdate hooks for python3.6... [2021-01-12T22:03:35.051Z] running python post-rtupdate hooks for python3.6... [2021-01-12T22:03:35.051Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-12T22:03:36.964Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-12T22:03:36.964Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:03:36.964Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T22:03:37.225Z] Setting up snapd (2.48+18.04) ... [2021-01-12T22:03:37.797Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-12T22:03:37.797Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-12T22:03:38.059Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-12T22:03:38.321Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-12T22:03:38.582Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T22:03:38.582Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T22:03:38.582Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-12T22:03:38.844Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-12T22:03:39.106Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-12T22:03:39.372Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-12T22:03:39.372Z] /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-12T22:03:39.634Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:03:39.634Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T22:03:40.586Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T22:03:40.586Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T22:03:40.586Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T22:03:42.246Z] Reading package lists... [2021-01-12T22:03:42.246Z] Reading package lists... [2021-01-12T22:03:42.506Z] Building dependency tree... [2021-01-12T22:03:42.506Z] Reading state information... [2021-01-12T22:03:42.506Z] Calculating upgrade... [2021-01-12T22:03:42.770Z] The following packages will be upgraded: [2021-01-12T22:03:42.770Z] advancecomp base-files bash binutils binutils-common [2021-01-12T22:03:42.770Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-12T22:03:42.770Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-12T22:03:42.770Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-12T22:03:42.770Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-12T22:03:42.770Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-12T22:03:42.770Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-12T22:03:42.770Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-12T22:03:42.770Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-12T22:03:42.770Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-12T22:03:42.770Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-12T22:03:42.770Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-12T22:03:42.770Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-12T22:03:42.770Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-12T22:03:42.770Z] ubuntu-keyring util-linux [2021-01-12T22:03:42.770Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T22:03:42.770Z] Need to get 63.7 MB of archives. [2021-01-12T22:03:42.770Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-12T22:03:42.770Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-12T22:03:43.031Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-12T22:03:43.031Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-12T22:03:43.031Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-12T22:03:43.031Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-12T22:03:43.031Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-12T22:03:43.031Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-12T22:03:43.031Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-12T22:03:43.031Z] 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-12T22:03:43.031Z] 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-12T22:03:43.031Z] 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-12T22:03:43.031Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-12T22:03:43.031Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-12T22:03:43.031Z] 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-12T22:03:43.031Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-12T22:03:43.031Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-12T22:03:43.031Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-12T22:03:43.031Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-12T22:03:43.031Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-12T22:03:43.031Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-12T22:03:43.292Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-12T22:03:43.293Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-12T22:03:43.293Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-12T22:03:43.293Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-12T22:03:43.293Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-12T22:03:43.293Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-12T22:03:43.293Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-12T22:03:43.293Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-12T22:03:43.293Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-12T22:03:43.293Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-12T22:03:43.293Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-12T22:03:43.293Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-12T22:03:43.293Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-12T22:03:43.293Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-12T22:03:43.293Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-12T22:03:43.293Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-12T22:03:43.293Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-12T22:03:43.293Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-12T22:03:43.293Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-12T22:03:43.293Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-12T22:03:43.293Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-12T22:03:43.293Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-12T22:03:43.293Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-12T22:03:43.293Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-12T22:03:43.293Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-12T22:03:43.293Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-12T22:03:43.293Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-12T22:03:43.293Z] Get:48 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-12T22:03:43.293Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-12T22:03:43.293Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-12T22:03:43.293Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-12T22:03:43.293Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-12T22:03:43.293Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-12T22:03:43.293Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-12T22:03:43.293Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-12T22:03:43.554Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-12T22:03:43.554Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-12T22:03:43.554Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-12T22:03:43.816Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-12T22:03:43.816Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-12T22:03:43.816Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-12T22:03:43.816Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-12T22:03:43.816Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-12T22:03:43.816Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-12T22:03:43.816Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-12T22:03:43.816Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-12T22:03:43.816Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-12T22:03:43.816Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-12T22:03:43.816Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-12T22:03:43.816Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-12T22:03:43.816Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-12T22:03:43.816Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-12T22:03:43.816Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-12T22:03:43.816Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-12T22:03:43.816Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-12T22:03:43.816Z] Get:76 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-12T22:03:43.816Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-12T22:03:44.077Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-12T22:03:44.077Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-12T22:03:44.077Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-12T22:03:44.077Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-12T22:03:44.077Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-12T22:03:44.077Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-12T22:03:44.077Z] 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-12T22:03:44.077Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-12T22:03:44.077Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-12T22:03:44.077Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-12T22:03:44.077Z] 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-12T22:03:44.077Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-12T22:03:44.077Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-12T22:03:44.077Z] 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-12T22:03:44.077Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-12T22:03:44.077Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-12T22:03:44.077Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-12T22:03:44.339Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-12T22:03:44.339Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-12T22:03:44.339Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-12T22:03:44.600Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:03:44.600Z] Fetched 63.7 MB in 2s (38.3 MB/s) [2021-01-12T22:03:44.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:44.600Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:03:44.600Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:03:45.549Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:03:45.550Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:03:45.550Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-12T22:03:45.550Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-12T22:03:46.124Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:46.386Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:46.386Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:46.386Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:46.648Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:46.648Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:46.648Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:46.648Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:46.911Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:46.911Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:46.911Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:46.911Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:47.174Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:47.174Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:47.174Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:03:47.435Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:03:47.435Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:47.435Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-12T22:03:47.435Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:03:47.704Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:03:47.704Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:47.704Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:47.704Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:47.704Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:47.704Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:03:47.968Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:03:47.968Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:03:48.230Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:03:48.230Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:03:48.230Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:03:48.802Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T22:03:49.063Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:03:49.063Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-12T22:03:49.063Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-12T22:03:49.063Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-12T22:03:49.063Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-12T22:03:49.324Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-12T22:03:49.325Z] Installing new version of config file /etc/issue ... [2021-01-12T22:03:49.325Z] Installing new version of config file /etc/issue.net ... [2021-01-12T22:03:49.325Z] Installing new version of config file /etc/lsb-release ... [2021-01-12T22:03:49.325Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-12T22:03:49.586Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-12T22:03:49.847Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-12T22:03:49.847Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-12T22:03:49.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:49.847Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-12T22:03:49.847Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-12T22:03:50.109Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-12T22:03:50.109Z] 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-12T22:03:50.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:50.109Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:50.109Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:50.109Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:50.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:50.371Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-12T22:03:50.371Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-12T22:03:50.371Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-12T22:03:50.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:50.634Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-12T22:03:50.634Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T22:03:50.896Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-12T22:03:51.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:51.157Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:03:51.157Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:03:51.157Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T22:03:51.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:51.157Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:03:51.418Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:03:51.418Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-12T22:03:51.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:51.680Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-12T22:03:51.680Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-12T22:03:51.680Z] Setting up grep (3.1-2build1) ... [2021-01-12T22:03:51.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:51.680Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T22:03:51.943Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T22:03:51.943Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-12T22:03:52.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:52.205Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:03:52.205Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:03:52.205Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-12T22:03:52.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:52.465Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T22:03:52.465Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:03:53.037Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T22:03:53.037Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:03:53.037Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T22:03:53.037Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:03:53.608Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-12T22:03:53.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:53.608Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-12T22:03:53.869Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:03:54.813Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T22:03:54.813Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T22:03:55.075Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T22:03:55.075Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T22:03:55.075Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T22:03:55.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:55.337Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-12T22:03:55.337Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-12T22:03:55.607Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-12T22:03:55.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:55.607Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:55.607Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:55.869Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:55.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:55.869Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:55.869Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:56.147Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:56.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:56.147Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:56.147Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:56.407Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:56.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:56.407Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:56.407Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:56.667Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:56.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:56.667Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:03:56.667Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:03:56.667Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:03:56.928Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:03:56.928Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T22:03:57.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:57.189Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:03:57.189Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:03:57.189Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T22:03:57.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:57.451Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:57.451Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:57.451Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:57.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:57.451Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:57.712Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:57.712Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:57.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:57.973Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:03:57.973Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:03:58.238Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:03:58.499Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-12T22:03:59.073Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-12T22:03:59.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:59.073Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:03:59.073Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:03:59.334Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:03:59.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:03:59.334Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-12T22:03:59.599Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:03:59.599Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-12T22:03:59.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:03:59.862Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-12T22:03:59.862Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-12T22:03:59.862Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-12T22:04:00.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:00.124Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T22:04:00.384Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:04:00.384Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:04:00.646Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:00.646Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T22:04:00.646Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:04:00.646Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:04:00.907Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:00.907Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T22:04:00.907Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:04:01.168Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:04:01.168Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:01.168Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:04:01.168Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:04:01.431Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:04:01.431Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:04:01.693Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:04:01.693Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:04:01.693Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T22:04:01.693Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:01.693Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-12T22:04:01.694Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-12T22:04:01.967Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-12T22:04:01.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:01.967Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-12T22:04:01.967Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:04:02.229Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:04:02.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:02.490Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:04:02.490Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:04:02.490Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T22:04:02.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:02.490Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-12T22:04:02.490Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-12T22:04:02.755Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-12T22:04:02.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:02.755Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T22:04:02.755Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T22:04:03.017Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-12T22:04:03.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:03.278Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:04:03.278Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:04:03.540Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-12T22:04:03.540Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:03.540Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-12T22:04:03.540Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-12T22:04:03.801Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-12T22:04:03.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:03.801Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-12T22:04:03.801Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-12T22:04:03.801Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-12T22:04:04.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:04.062Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-12T22:04:04.062Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-12T22:04:04.324Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-12T22:04:04.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:04.324Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-12T22:04:04.324Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-12T22:04:04.628Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-12T22:04:04.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:04.628Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T22:04:04.628Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-12T22:04:04.903Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-12T22:04:04.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:04:04.903Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-12T22:04:04.903Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-12T22:04:04.903Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-12T22:04:05.195Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-12T22:04:05.195Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T22:04:05.195Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T22:04:05.195Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T22:04:05.484Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T22:04:05.484Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T22:04:05.484Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T22:04:05.750Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-12T22:04:05.750Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-12T22:04:06.018Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T22:04:06.018Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-12T22:04:06.018Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T22:04:06.018Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-12T22:04:06.291Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-12T22:04:06.291Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-12T22:04:06.291Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-12T22:04:06.291Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-12T22:04:06.565Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-12T22:04:06.565Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-12T22:04:06.565Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-12T22:04:06.848Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-12T22:04:06.848Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-12T22:04:06.848Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-12T22:04:07.127Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-12T22:04:07.127Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-12T22:04:08.514Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-12T22:04:08.514Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-12T22:04:08.514Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-12T22:04:08.514Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-12T22:04:08.776Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:04:08.776Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:04:09.050Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:04:09.050Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:04:09.312Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:04:09.312Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:04:09.312Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:04:09.312Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:04:09.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:04:09.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:04:09.390Z] ---> 87d73bc6545a [2021-01-12T22:04:09.390Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T22:04:09.573Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:09.573Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:09.574Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:09.574Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:09.834Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:09.834Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:09.834Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:09.834Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:10.414Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:04:10.414Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:04:10.414Z] ---> 87d73bc6545a [2021-01-12T22:04:10.414Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:04:10.690Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:04:10.690Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:04:10.690Z] ---> 87d73bc6545a [2021-01-12T22:04:10.690Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:04:10.690Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:04:10.690Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:04:10.690Z] ---> 87d73bc6545a [2021-01-12T22:04:10.690Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T22:04:10.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:04:10.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:04:10.962Z] ---> 87d73bc6545a [2021-01-12T22:04:10.962Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:04:11.221Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:11.221Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:11.822Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:11.822Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:12.786Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:12.786Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:13.355Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:13.355Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:13.588Z] ---> Running in e944d006546c [2021-01-12T22:04:13.588Z] ---> Running in 50aa1b8b991f [2021-01-12T22:04:13.588Z] ---> Running in 9800a4ee4b21 [2021-01-12T22:04:13.588Z] ---> Running in 7519cbce0852 [2021-01-12T22:04:13.588Z] ---> Running in b0ed74bf9da7 [2021-01-12T22:04:14.192Z] Removing intermediate container 50aa1b8b991f [2021-01-12T22:04:14.192Z] ---> bcc61a45c7a6 [2021-01-12T22:04:14.192Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:04:14.192Z] Removing intermediate container b0ed74bf9da7 [2021-01-12T22:04:14.192Z] ---> 23461c4dbc36 [2021-01-12T22:04:14.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:04:14.192Z] ---> Running in e1872821fd09 [2021-01-12T22:04:14.192Z] Removing intermediate container e944d006546c [2021-01-12T22:04:14.192Z] ---> a824359516dd [2021-01-12T22:04:14.192Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:04:14.313Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:04:14.313Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:04:14.313Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T22:04:14.313Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T22:04:14.313Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T22:04:14.313Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T22:04:14.467Z] Removing intermediate container 9800a4ee4b21 [2021-01-12T22:04:14.467Z] ---> d4675ebbd177 [2021-01-12T22:04:14.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:04:14.467Z] Removing intermediate container 7519cbce0852 [2021-01-12T22:04:14.467Z] ---> 8fdc09808339 [2021-01-12T22:04:14.467Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:04:14.467Z] ---> Running in f4f4b5495a28 [2021-01-12T22:04:14.467Z] ---> Running in 99eb75f1871f [2021-01-12T22:04:14.576Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T22:04:14.576Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T22:04:14.576Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-12T22:04:14.742Z] ---> Running in 469e2c395602 [2021-01-12T22:04:14.743Z] ---> Running in 12eec1478b67 [2021-01-12T22:04:14.836Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-12T22:04:14.836Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T22:04:14.836Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T22:04:14.836Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T22:04:15.097Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T22:04:15.097Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-12T22:04:15.097Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-12T22:04:15.097Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:15.357Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T22:04:15.357Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:15.357Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:15.357Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:15.357Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-12T22:04:15.357Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-12T22:04:15.357Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-12T22:04:15.621Z] [2021-01-12T22:04:15.621Z] Current default time zone: 'Etc/UTC' [2021-01-12T22:04:15.621Z] Local time is now: Tue Jan 12 22:04:15 UTC 2021. [2021-01-12T22:04:15.621Z] Universal Time is now: Tue Jan 12 22:04:15 UTC 2021. [2021-01-12T22:04:15.621Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-12T22:04:15.621Z] [2021-01-12T22:04:15.621Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-12T22:04:15.621Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:15.621Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-12T22:04:15.883Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:04:15.883Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-12T22:04:15.883Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-12T22:04:15.883Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-12T22:04:15.883Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-12T22:04:15.883Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-12T22:04:15.883Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T22:04:15.883Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:16.143Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-12T22:04:16.144Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:16.144Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:04:16.404Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:16.404Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-12T22:04:16.404Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-12T22:04:16.404Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-12T22:04:16.404Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T22:04:16.404Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-12T22:04:16.404Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-12T22:04:16.404Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:04:16.404Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T22:04:18.189Z] Removing intermediate container e1872821fd09 [2021-01-12T22:04:18.189Z] ---> ac6e8da2f1b8 [2021-01-12T22:04:18.189Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T22:04:18.189Z] ---> Running in aa483ef580b4 [2021-01-12T22:04:18.318Z] Updating certificates in /etc/ssl/certs... [2021-01-12T22:04:18.462Z] Removing intermediate container f4f4b5495a28 [2021-01-12T22:04:18.462Z] ---> 39f8e88ed5ba [2021-01-12T22:04:18.462Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T22:04:18.462Z] Removing intermediate container 99eb75f1871f [2021-01-12T22:04:18.462Z] ---> d4735e0ec0cb [2021-01-12T22:04:18.462Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T22:04:18.737Z] ---> Running in 6bc4b300dd9b [2021-01-12T22:04:18.737Z] ---> Running in a693148464a6 [2021-01-12T22:04:18.890Z] 22 added, 17 removed; done. [2021-01-12T22:04:18.890Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T22:04:18.890Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:04:18.890Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-12T22:04:18.890Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-12T22:04:18.890Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-12T22:04:19.013Z] Removing intermediate container 12eec1478b67 [2021-01-12T22:04:19.013Z] ---> a94f123782cd [2021-01-12T22:04:19.013Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T22:04:19.013Z] Removing intermediate container 469e2c395602 [2021-01-12T22:04:19.013Z] ---> 1f5310597d27 [2021-01-12T22:04:19.013Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T22:04:19.150Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.150Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:04:19.150Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.150Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.150Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.150Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.150Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.150Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-12T22:04:19.287Z] ---> Running in 213c4fa3f483 [2021-01-12T22:04:19.287Z] ---> Running in e5c6c21fbd20 [2021-01-12T22:04:19.411Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:04:19.411Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-12T22:04:19.411Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-12T22:04:19.411Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:04:19.411Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.411Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:04:19.411Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-12T22:04:19.673Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-12T22:04:19.673Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-12T22:04:19.673Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:04:19.673Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T22:04:19.673Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-12T22:04:19.933Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T22:04:19.933Z] Updating certificates in /etc/ssl/certs... [2021-01-12T22:04:20.194Z] 0 added, 0 removed; done. [2021-01-12T22:04:20.194Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-12T22:04:20.194Z] done. [2021-01-12T22:04:20.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:20.765Z] Reading package lists... [2021-01-12T22:04:20.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:20.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:21.026Z] Building dependency tree... [2021-01-12T22:04:21.026Z] Reading state information... [2021-01-12T22:04:21.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:21.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:21.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:21.286Z] The following NEW packages will be installed: [2021-01-12T22:04:21.286Z] apt-transport-https [2021-01-12T22:04:21.546Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T22:04:21.546Z] Need to get 1696 B of archives. [2021-01-12T22:04:21.546Z] After this operation, 153 kB of additional disk space will be used. [2021-01-12T22:04:21.546Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-12T22:04:21.546Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:04:21.546Z] Fetched 1696 B in 0s (8454 B/s) [2021-01-12T22:04:21.546Z] Selecting previously unselected package apt-transport-https. [2021-01-12T22:04:21.546Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-12T22:04:21.546Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-12T22:04:21.546Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T22:04:21.760Z] OK: 217 MiB in 51 packages [2021-01-12T22:04:21.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:21.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:21.806Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T22:04:22.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:22.067Z] Waiting for network to be ready... [2021-01-12T22:04:22.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:04:22.606Z] OK: 217 MiB in 51 packages [2021-01-12T22:04:22.607Z] OK: 217 MiB in 51 packages [2021-01-12T22:04:22.882Z] OK: 217 MiB in 51 packages [2021-01-12T22:04:23.157Z] Removing intermediate container aa483ef580b4 [2021-01-12T22:04:23.157Z] ---> 6f4e67ef33eb [2021-01-12T22:04:23.157Z] Step 6/21 : COPY go.mod . [2021-01-12T22:04:24.150Z] ---> 323986300aa7 [2021-01-12T22:04:24.150Z] Step 7/21 : RUN go mod download [2021-01-12T22:04:24.150Z] OK: 217 MiB in 51 packages [2021-01-12T22:04:24.150Z] ---> Running in 93c4569208e0 [2021-01-12T22:04:24.423Z] Removing intermediate container 213c4fa3f483 [2021-01-12T22:04:24.423Z] ---> 5afcf2345319 [2021-01-12T22:04:24.423Z] Step 6/24 : COPY go.mod . [2021-01-12T22:04:24.423Z] Removing intermediate container 6bc4b300dd9b [2021-01-12T22:04:24.423Z] ---> 562b1cab2c51 [2021-01-12T22:04:24.423Z] Step 6/22 : COPY go.mod . [2021-01-12T22:04:24.698Z] Removing intermediate container a693148464a6 [2021-01-12T22:04:24.698Z] ---> 417c5eab76c1 [2021-01-12T22:04:24.698Z] Step 6/23 : COPY go.mod . [2021-01-12T22:04:25.683Z] Removing intermediate container e5c6c21fbd20 [2021-01-12T22:04:25.683Z] ---> 066fbc1099ef [2021-01-12T22:04:25.684Z] Step 6/22 : COPY go.mod . [2021-01-12T22:04:25.684Z] ---> 0095b69e113e [2021-01-12T22:04:25.684Z] ---> 826378f196be [2021-01-12T22:04:25.684Z] Step 7/22 : RUN go mod download [2021-01-12T22:04:25.684Z] Step 7/24 : RUN go mod download [2021-01-12T22:04:25.961Z] ---> 82efaaa02e09 [2021-01-12T22:04:25.961Z] Step 7/23 : RUN go mod download [2021-01-12T22:04:25.961Z] ---> Running in 95d7e3d07c0a [2021-01-12T22:04:25.961Z] ---> Running in 06e49eb2b94e [2021-01-12T22:04:26.235Z] ---> Running in 26ddd8bef7e6 [2021-01-12T22:04:26.833Z] ---> efe8d2cbebb4 [2021-01-12T22:04:26.833Z] Step 7/22 : RUN go mod download [2021-01-12T22:04:27.106Z] ---> Running in 550689e6f67c [2021-01-12T22:04:28.097Z] Removing intermediate container 93c4569208e0 [2021-01-12T22:04:28.097Z] ---> 14a16c1ceb91 [2021-01-12T22:04:28.097Z] Step 8/21 : COPY . . [2021-01-12T22:04:30.206Z] 2021-01-12T22:04:25Z INFO Waiting for automatic snapd restart... [2021-01-12T22:04:30.206Z] snapd 2.48.2 from Canonical* installed [2021-01-12T22:04:30.206Z] "snapd" switched to the "latest/stable" channel [2021-01-12T22:04:30.206Z] [2021-01-12T22:04:31.531Z] Removing intermediate container 95d7e3d07c0a [2021-01-12T22:04:31.531Z] ---> 29379a5257dc [2021-01-12T22:04:31.531Z] Step 8/24 : COPY . . [2021-01-12T22:04:31.531Z] Removing intermediate container 06e49eb2b94e [2021-01-12T22:04:31.531Z] ---> 456f11bb1fa0 [2021-01-12T22:04:31.531Z] Step 8/22 : COPY . . [2021-01-12T22:04:31.805Z] Removing intermediate container 26ddd8bef7e6 [2021-01-12T22:04:31.805Z] ---> b0ad183b1897 [2021-01-12T22:04:31.805Z] Step 8/23 : COPY . . [2021-01-12T22:04:32.401Z] Removing intermediate container 550689e6f67c [2021-01-12T22:04:32.401Z] ---> 595d3ac59252 [2021-01-12T22:04:32.401Z] Step 8/22 : COPY . . [2021-01-12T22:04:34.422Z] core18 20201210 from Canonical* installed [2021-01-12T22:04:34.422Z] "core18" switched to the "latest/stable" channel [2021-01-12T22:04:34.422Z] [2021-01-12T22:04:39.710Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T22:04:39.710Z] "snapcraft" switched to the "latest/stable" channel [2021-01-12T22:04:39.710Z] [2021-01-12T22:04:43.011Z] 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-12T22:04:43.011Z] - README.md [2021-01-12T22:04:43.011Z] - snapcraft.yaml.orig [2021-01-12T22:04:43.011Z] [2021-01-12T22:04:43.011Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T22:04:49.602Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:04:49.602Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T22:04:49.602Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T22:04:49.602Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T22:04:51.246Z] Reading package lists... [2021-01-12T22:04:51.507Z] 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-12T22:04:58.106Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:04:58.106Z] Reading package lists... [2021-01-12T22:04:58.106Z] Building dependency tree... [2021-01-12T22:04:58.106Z] Reading state information... [2021-01-12T22:04:58.106Z] Suggested packages: [2021-01-12T22:04:58.106Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-12T22:04:58.106Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-12T22:04:58.106Z] Recommended packages: [2021-01-12T22:04:58.106Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-12T22:04:58.106Z] The following NEW packages will be installed: [2021-01-12T22:04:58.106Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-12T22:04:58.106Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-12T22:04:58.106Z] pkg-config zip [2021-01-12T22:04:58.106Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T22:04:58.106Z] Need to get 7655 kB of archives. [2021-01-12T22:04:58.106Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-12T22:04:58.106Z] 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-12T22:04:58.106Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-12T22:04:58.367Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-12T22:04:58.367Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-12T22:04:58.627Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-12T22:04:58.627Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-12T22:04:58.627Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-12T22:04:58.627Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-12T22:04:58.627Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-12T22:04:58.627Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-12T22:04:58.888Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-12T22:04:58.888Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-12T22:04:58.888Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-12T22:04:59.151Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-12T22:04:59.151Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-12T22:04:59.151Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:04:59.201Z] ---> 58e814062f1f [2021-01-12T22:04:59.201Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T22:04:59.201Z] ---> b8a5e7f1180a [2021-01-12T22:04:59.201Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T22:04:59.201Z] ---> 63b6b2c66dde [2021-01-12T22:04:59.201Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T22:04:59.201Z] ---> a7aaa97504b2 [2021-01-12T22:04:59.201Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-12T22:04:59.201Z] ---> f757f3a7e67b [2021-01-12T22:04:59.201Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-12T22:04:59.201Z] ---> Running in 26b22e46fa0e [2021-01-12T22:04:59.201Z] ---> Running in a4fcff8aed24 [2021-01-12T22:04:59.201Z] ---> Running in ac902b74f4c3 [2021-01-12T22:04:59.201Z] ---> Running in c783f5e64813 [2021-01-12T22:04:59.201Z] ---> Running in 35c940e2e996 [2021-01-12T22:04:59.201Z] 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-12T22:04:59.201Z] 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-12T22:04:59.201Z] 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-12T22:04:59.201Z] 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-12T22:04:59.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-12T22:04:59.413Z] Fetched 7655 kB in 1s (6807 kB/s) [2021-01-12T22:04:59.413Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-12T22:04:59.413Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-12T22:04:59.413Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-12T22:04:59.413Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T22:04:59.674Z] Selecting previously unselected package libpsl5:amd64. [2021-01-12T22:04:59.674Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-12T22:04:59.674Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T22:04:59.674Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-12T22:04:59.674Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-12T22:04:59.674Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T22:04:59.938Z] Selecting previously unselected package librtmp1:amd64. [2021-01-12T22:04:59.938Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-12T22:04:59.938Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T22:04:59.938Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-12T22:04:59.938Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-12T22:04:59.938Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T22:04:59.938Z] Selecting previously unselected package liberror-perl. [2021-01-12T22:04:59.938Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-12T22:05:00.199Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-12T22:05:00.199Z] Selecting previously unselected package git-man. [2021-01-12T22:05:00.199Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-12T22:05:00.199Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:05:00.461Z] Selecting previously unselected package git. [2021-01-12T22:05:00.461Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-12T22:05:00.461Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:05:01.405Z] Selecting previously unselected package libnorm1:amd64. [2021-01-12T22:05:01.405Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-12T22:05:01.405Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T22:05:01.405Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-12T22:05:01.405Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-12T22:05:01.405Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T22:05:01.405Z] Selecting previously unselected package libsodium23:amd64. [2021-01-12T22:05:01.405Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-12T22:05:01.405Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-12T22:05:01.665Z] Selecting previously unselected package libzmq5:amd64. [2021-01-12T22:05:01.665Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T22:05:01.665Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:05:01.665Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-12T22:05:01.665Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T22:05:01.665Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:05:01.926Z] Selecting previously unselected package pkg-config. [2021-01-12T22:05:01.926Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-12T22:05:01.926Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T22:05:01.926Z] Selecting previously unselected package zip. [2021-01-12T22:05:01.926Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-12T22:05:01.926Z] Unpacking zip (3.0-11build1) ... [2021-01-12T22:05:01.926Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T22:05:01.926Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:05:02.187Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T22:05:02.187Z] Setting up liberror-perl (0.17025-1) ... [2021-01-12T22:05:02.187Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T22:05:02.187Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T22:05:02.187Z] No schema files found: doing nothing. [2021-01-12T22:05:02.187Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T22:05:02.187Z] Setting up zip (3.0-11build1) ... [2021-01-12T22:05:02.187Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T22:05:02.187Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-12T22:05:02.447Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T22:05:02.447Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:05:02.447Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T22:05:02.447Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:05:02.447Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:05:02.447Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:05:09.031Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:05:09.292Z] git set to automatically installed. [2021-01-12T22:05:09.292Z] git-man set to automatically installed. [2021-01-12T22:05:09.292Z] libcurl3-gnutls set to automatically installed. [2021-01-12T22:05:09.292Z] liberror-perl set to automatically installed. [2021-01-12T22:05:09.292Z] libglib2.0-0 set to automatically installed. [2021-01-12T22:05:09.292Z] libnghttp2-14 set to automatically installed. [2021-01-12T22:05:09.292Z] libnorm1 set to automatically installed. [2021-01-12T22:05:09.292Z] libpgm-5.2-0 set to automatically installed. [2021-01-12T22:05:09.292Z] libpsl5 set to automatically installed. [2021-01-12T22:05:09.292Z] librtmp1 set to automatically installed. [2021-01-12T22:05:09.292Z] libsodium23 set to automatically installed. [2021-01-12T22:05:09.292Z] libzmq3-dev set to automatically installed. [2021-01-12T22:05:09.292Z] libzmq5 set to automatically installed. [2021-01-12T22:05:09.292Z] pkg-config set to automatically installed. [2021-01-12T22:05:09.292Z] zip set to automatically installed. [2021-01-12T22:05:11.834Z] snapd is not logged in, snap install commands will use sudo [2021-01-12T22:05:18.475Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:05:18.475Z] snap "core18" has no updates available [2021-01-12T22:05:19.417Z] Pulling config-common [2021-01-12T22:05:20.360Z] Pulling go-build-helper [2021-01-12T22:05:46.952Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T22:05:46.952Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T22:05:46.952Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T22:05:46.952Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T22:05:46.952Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T22:05:46.952Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T22:05:46.952Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T22:05:46.952Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T22:05:46.952Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T22:05:46.952Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T22:05:46.952Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T22:05:46.952Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T22:05:46.952Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T22:05:46.952Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T22:05:46.952Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T22:05:46.952Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T22:05:46.952Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T22:05:46.952Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T22:05:46.952Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T22:05:46.952Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T22:05:46.952Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T22:05:46.952Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T22:05:46.952Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T22:05:46.952Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T22:05:46.952Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T22:05:46.952Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T22:05:46.952Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T22:05:46.952Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-12T22:05:46.952Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-12T22:05:46.952Z] Fetched 279 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-12T22:05:46.952Z] Fetched 122 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-12T22:05:46.952Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-12T22:05:46.952Z] Fetched 8848 B in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-12T22:05:46.952Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-12T22:05:46.952Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-12T22:05:46.952Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-12T22:05:46.952Z] Fetched 214 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-12T22:05:46.952Z] Fetched 155 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-12T22:05:46.952Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-12T22:05:46.952Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-12T22:05:46.952Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-12T22:05:46.952Z] Fetched 499 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-12T22:05:46.952Z] Fetched 111 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-12T22:05:46.952Z] Fetched 240 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-12T22:05:46.952Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-12T22:05:46.952Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-12T22:05:46.952Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-12T22:05:46.952Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-12T22:05:46.952Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-12T22:05:46.952Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-12T22:05:46.952Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-12T22:05:46.952Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-12T22:05:46.952Z] Fetched 8720 B in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-12T22:05:46.952Z] Fetched 137 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-12T22:05:46.952Z] Fetched 119 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-12T22:05:46.952Z] Fetched 109 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-12T22:05:46.952Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-12T22:05:46.952Z] Fetched 645 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-12T22:05:46.952Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-12T22:05:46.952Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-12T22:05:46.952Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-12T22:05:46.953Z] Fetched 368 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-12T22:05:46.953Z] Fetched 187 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-12T22:05:46.953Z] Fetched 175 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-12T22:05:46.953Z] Fetched 206 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-12T22:05:46.953Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-12T22:05:46.953Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-12T22:05:46.953Z] Fetched 159 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-12T22:05:46.953Z] Fetched 107 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-12T22:05:46.953Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-12T22:05:46.953Z] Pulling static-packages [2021-01-12T22:05:47.896Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-12T22:05:47.896Z] Skipping pull go-build-helper (already ran) [2021-01-12T22:05:47.896Z] Skipping pull static-packages (already ran) [2021-01-12T22:05:47.896Z] Building go-build-helper [2021-01-12T22:05:52.104Z] Building static-packages [2021-01-12T22:05:54.020Z] Staging go-build-helper [2021-01-12T22:05:55.408Z] Staging static-packages [2021-01-12T22:05:56.357Z] Pulling go115 [2021-01-12T22:05:57.313Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-12T22:05:57.313Z] Skipping pull go115 (already ran) [2021-01-12T22:05:57.313Z] Building go115 [2021-01-12T22:05:57.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T22:05:57.313Z] Dload Upload Total Spent Left Speed [2021-01-12T22:06:00.807Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7679k 0 0 12.7M 0 0:00:09 --:--:-- 0:00:09 12.7M 40 115M 40 47.2M 0 0 29.7M 0 0:00:03 0:00:01 0:00:02 29.7M 71 115M 71 82.7M 0 0 31.9M 0 0:00:03 0:00:02 0:00:01 31.9M 100 115M 100 115M 0 0 33.7M 0 0:00:03 0:00:03 --:--:-- 33.7M [2021-01-12T22:06:01.763Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-12T22:06:07.065Z] Staging go115 [2021-01-12T22:06:12.371Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T22:06:12.371Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T22:06:12.371Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T22:06:12.371Z] Fetched 0 B in 0s (0 B/s) [2021-01-12T22:06:12.371Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-12T22:06:12.371Z] Fetched 224 kB in 0s (0 B/s) [2021-01-12T22:06:12.371Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-12T22:06:12.371Z] Fetched 157 kB in 0s (0 B/s) [2021-01-12T22:06:12.371Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-12T22:06:12.371Z] Fetched 221 kB in 0s (0 B/s) [2021-01-12T22:06:12.371Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-12T22:06:12.371Z] Fetched 143 kB in 0s (0 B/s) [2021-01-12T22:06:12.371Z] Pulling edgex-go [2021-01-12T22:06:14.298Z] Pulling version [2021-01-12T22:06:15.240Z] Building config-common [2021-01-12T22:06:17.787Z] Skipping build go-build-helper (already ran) [2021-01-12T22:06:17.787Z] Skipping build static-packages (already ran) [2021-01-12T22:06:17.787Z] Skipping build go115 (already ran) [2021-01-12T22:06:17.787Z] Building edgex-go [2021-01-12T22:06:18.048Z] 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-12T22:06:19.437Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-12T22:06:19.437Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-12T22:06:19.437Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-12T22:06:19.437Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-12T22:06:19.437Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-12T22:06:19.437Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-12T22:06:19.437Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-12T22:06:19.437Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-12T22:06:19.437Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-12T22:06:19.437Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-12T22:06:19.437Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-12T22:06:19.437Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-12T22:06:19.437Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-12T22:06:19.437Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-12T22:06:19.437Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-12T22:06:19.437Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-12T22:06:19.437Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-12T22:06:19.437Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-12T22:06:19.437Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-12T22:06:19.437Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-12T22:06:19.437Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-12T22:06:19.437Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-12T22:06:19.437Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-12T22:06:19.714Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-12T22:06:19.714Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-12T22:06:19.714Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-12T22:06:19.975Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-12T22:06:19.975Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-12T22:06:19.975Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-12T22:06:21.040Z] 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-12T22:06:21.040Z] 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-12T22:06:28.115Z] 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-12T22:06:32.324Z] 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-12T22:06:33.267Z] 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-12T22:06:33.489Z] Removing intermediate container a4fcff8aed24 [2021-01-12T22:06:33.489Z] ---> a7404e751c32 [2021-01-12T22:06:33.489Z] [2021-01-12T22:06:33.489Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T22:06:33.762Z] 3.12: Pulling from library/alpine [2021-01-12T22:06:34.211Z] 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-12T22:06:34.791Z] 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-12T22:06:34.791Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-12T22:06:34.791Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-12T22:06:34.791Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-12T22:06:34.791Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-12T22:06:35.787Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:06:35.787Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T22:06:35.787Z] ---> afeebe901d6b [2021-01-12T22:06:35.787Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T22:06:36.435Z] Removing intermediate container 26b22e46fa0e [2021-01-12T22:06:36.435Z] ---> 21ad44829ea7 [2021-01-12T22:06:36.435Z] [2021-01-12T22:06:36.435Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T22:06:36.435Z] ---> afeebe901d6b [2021-01-12T22:06:36.435Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T22:06:36.435Z] ---> Running in 18a2bff28bda [2021-01-12T22:06:36.435Z] Removing intermediate container 35c940e2e996 [2021-01-12T22:06:36.435Z] ---> b04af2113b84 [2021-01-12T22:06:36.435Z] [2021-01-12T22:06:36.435Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:06:36.435Z] ---> afeebe901d6b [2021-01-12T22:06:36.435Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-12T22:06:36.713Z] 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-12T22:06:36.714Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-12T22:06:36.714Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-12T22:06:36.743Z] ---> Running in 481bf038d619 [2021-01-12T22:06:36.743Z] Removing intermediate container ac902b74f4c3 [2021-01-12T22:06:36.743Z] ---> a8a1b47b0ee9 [2021-01-12T22:06:36.743Z] [2021-01-12T22:06:36.743Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:06:36.743Z] ---> afeebe901d6b [2021-01-12T22:06:36.743Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:06:37.104Z] ---> Running in 0274c4dcf54a [2021-01-12T22:06:37.104Z] ---> Running in d1363501d7c7 [2021-01-12T22:06:38.099Z] 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-12T22:06:38.099Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-12T22:06:39.052Z] 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-12T22:06:39.052Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-12T22:06:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:06:39.702Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T22:06:39.702Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:06:39.702Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T22:06:39.702Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T22:06:39.702Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T22:06:39.702Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:06:39.702Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:06:39.702Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-12T22:06:39.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:06:39.979Z] OK: 5 MiB in 15 packages [2021-01-12T22:06:39.980Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-12T22:06:40.256Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-12T22:06:40.256Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:06:40.256Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T22:06:40.256Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:06:40.256Z] OK: 7 MiB in 19 packages [2021-01-12T22:06:40.256Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:06:40.256Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T22:06:40.256Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T22:06:40.447Z] 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-12T22:06:40.536Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:06:40.536Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:06:40.536Z] OK: 6 MiB in 16 packages [2021-01-12T22:06:40.816Z] OK: 7 MiB in 18 packages [2021-01-12T22:06:41.021Z] 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-12T22:06:41.970Z] 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-12T22:06:42.266Z] Removing intermediate container d1363501d7c7 [2021-01-12T22:06:42.266Z] ---> 53d1755ee066 [2021-01-12T22:06:42.266Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:06:42.539Z] ---> Running in 29103d97afa3 [2021-01-12T22:06:42.818Z] Removing intermediate container 18a2bff28bda [2021-01-12T22:06:42.818Z] ---> cbaf1659b8ed [2021-01-12T22:06:42.818Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:06:42.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-12T22:06:42.914Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-12T22:06:43.091Z] Removing intermediate container 0274c4dcf54a [2021-01-12T22:06:43.091Z] ---> 9474e363b083 [2021-01-12T22:06:43.091Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:06:43.366Z] ---> Running in c1fc433e4223 [2021-01-12T22:06:43.366Z] ---> Running in c871b28db2be [2021-01-12T22:06:43.636Z] Removing intermediate container 29103d97afa3 [2021-01-12T22:06:43.636Z] ---> feae9d32fde6 [2021-01-12T22:06:43.636Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-12T22:06:43.636Z] Removing intermediate container 481bf038d619 [2021-01-12T22:06:43.636Z] ---> a4752b35a7f6 [2021-01-12T22:06:43.636Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:06:43.908Z] ---> Running in a6da31e3d5d3 [2021-01-12T22:06:43.908Z] ---> Running in 83ee7a861453 [2021-01-12T22:06:44.182Z] Removing intermediate container c1fc433e4223 [2021-01-12T22:06:44.182Z] ---> 658954e0f860 [2021-01-12T22:06:44.182Z] Step 13/24 : WORKDIR / [2021-01-12T22:06:44.465Z] Removing intermediate container c871b28db2be [2021-01-12T22:06:44.465Z] ---> d3b502a5660c [2021-01-12T22:06:44.465Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-12T22:06:44.465Z] ---> Running in 7918f404a95f [2021-01-12T22:06:44.465Z] Removing intermediate container a6da31e3d5d3 [2021-01-12T22:06:44.745Z] ---> 9283f4e0f082 [2021-01-12T22:06:44.745Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:06:44.745Z] ---> Running in a52df3eaf0e1 [2021-01-12T22:06:44.745Z] Removing intermediate container 83ee7a861453 [2021-01-12T22:06:44.745Z] ---> 6442f769cdcb [2021-01-12T22:06:44.745Z] Step 13/21 : WORKDIR /edgex [2021-01-12T22:06:45.026Z] ---> Running in 7589c827a082 [2021-01-12T22:06:45.298Z] ---> Running in 9231b0faa015 [2021-01-12T22:06:45.907Z] Removing intermediate container a52df3eaf0e1 [2021-01-12T22:06:45.907Z] ---> 6c0bfbf4fb70 [2021-01-12T22:06:45.907Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:06:45.907Z] Removing intermediate container 7918f404a95f [2021-01-12T22:06:45.907Z] ---> 197e7203f085 [2021-01-12T22:06:45.907Z] 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-12T22:06:45.907Z] Removing intermediate container 7589c827a082 [2021-01-12T22:06:45.907Z] ---> 18fb8fb0a475 [2021-01-12T22:06:45.907Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:06:46.184Z] ---> Running in 71ab01aec041 [2021-01-12T22:06:46.184Z] Removing intermediate container 9231b0faa015 [2021-01-12T22:06:46.184Z] ---> 99e36e88399e [2021-01-12T22:06:46.184Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T22:06:46.215Z] Building version [2021-01-12T22:06:46.779Z] Removing intermediate container c783f5e64813 [2021-01-12T22:06:46.779Z] ---> 25795f35e26a [2021-01-12T22:06:46.779Z] [2021-01-12T22:06:46.779Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:06:46.779Z] ---> afeebe901d6b [2021-01-12T22:06:46.779Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:06:46.779Z] ---> Using cache [2021-01-12T22:06:46.779Z] ---> 53d1755ee066 [2021-01-12T22:06:46.779Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:06:46.779Z] ---> Using cache [2021-01-12T22:06:46.779Z] ---> feae9d32fde6 [2021-01-12T22:06:46.779Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-12T22:06:46.779Z] Removing intermediate container 71ab01aec041 [2021-01-12T22:06:46.779Z] ---> b52f263a91d4 [2021-01-12T22:06:46.779Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:06:47.056Z] ---> Running in a2d466dfe379 [2021-01-12T22:06:47.056Z] ---> 2598875161e4 [2021-01-12T22:06:47.056Z] ---> 503eb0a63ef0 [2021-01-12T22:06:47.056Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T22:06:47.056Z] 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-12T22:06:47.336Z] ---> 7637014c9fb3 [2021-01-12T22:06:47.336Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T22:06:47.617Z] Removing intermediate container a2d466dfe379 [2021-01-12T22:06:47.617Z] ---> fe3770cadce3 [2021-01-12T22:06:47.617Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:06:47.897Z] ---> Running in b935764e5aed [2021-01-12T22:06:48.179Z] ---> 644d80475edc [2021-01-12T22:06:48.179Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T22:06:48.179Z] ---> e534ee8680fb [2021-01-12T22:06:48.179Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T22:06:48.766Z] Staging config-common [2021-01-12T22:06:48.778Z] Removing intermediate container b935764e5aed [2021-01-12T22:06:48.778Z] ---> 65285bceb006 [2021-01-12T22:06:48.778Z] Step 15/23 : WORKDIR / [2021-01-12T22:06:49.073Z] ---> 798bc221d26c [2021-01-12T22:06:49.073Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T22:06:49.073Z] ---> 0e58ea79cb81 [2021-01-12T22:06:49.073Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T22:06:49.073Z] ---> Running in 5f7e37847510 [2021-01-12T22:06:49.345Z] ---> 00e73c73a5ef [2021-01-12T22:06:49.345Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T22:06:49.619Z] ---> bb32ce03f632 [2021-01-12T22:06:49.619Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T22:06:49.706Z] Skipping stage go-build-helper (already ran) [2021-01-12T22:06:49.706Z] Skipping stage static-packages (already ran) [2021-01-12T22:06:49.706Z] Skipping stage go115 (already ran) [2021-01-12T22:06:49.706Z] Staging edgex-go [2021-01-12T22:06:50.222Z] Removing intermediate container 5f7e37847510 [2021-01-12T22:06:50.222Z] ---> d20b93f47d5f [2021-01-12T22:06:50.222Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:06:50.820Z] ---> eed970cde6ad [2021-01-12T22:06:50.820Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T22:06:50.820Z] ---> 5e954976f437 [2021-01-12T22:06:50.820Z] ---> b4a48271dc00 [2021-01-12T22:06:50.820Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T22:06:50.820Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-12T22:06:51.090Z] Staging version [2021-01-12T22:06:51.093Z] ---> Running in 9c7642f51e63 [2021-01-12T22:06:51.093Z] ---> Running in a2b9e93470c0 [2021-01-12T22:06:51.093Z] ---> Running in 90bff3ac7001 [2021-01-12T22:06:51.093Z] ---> a9035cdc14c8 [2021-01-12T22:06:51.093Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T22:06:51.368Z] ---> 4fbfaa196556 [2021-01-12T22:06:51.368Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T22:06:51.642Z] Removing intermediate container 9c7642f51e63 [2021-01-12T22:06:51.642Z] ---> f497ce72cf89 [2021-01-12T22:06:51.642Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:06:51.917Z] Removing intermediate container a2b9e93470c0 [2021-01-12T22:06:51.917Z] ---> d964c286572a [2021-01-12T22:06:51.917Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T22:06:51.917Z] Removing intermediate container 90bff3ac7001 [2021-01-12T22:06:51.917Z] ---> cc6094041e73 [2021-01-12T22:06:51.917Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:06:51.917Z] ---> Running in aeb57dd095b4 [2021-01-12T22:06:52.033Z] Priming config-common [2021-01-12T22:06:52.893Z] ---> Running in 4d2d8c8d3b61 [2021-01-12T22:06:52.893Z] ---> Running in a874afdfb89f [2021-01-12T22:06:52.974Z] Priming go-build-helper [2021-01-12T22:06:53.166Z] Removing intermediate container aeb57dd095b4 [2021-01-12T22:06:53.166Z] ---> 6427cf6a6e2b [2021-01-12T22:06:53.166Z] Step 20/22 : LABEL arch=arm64 ---> d8eb658fbc38 [2021-01-12T22:06:53.166Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T22:06:53.166Z] [2021-01-12T22:06:53.166Z] ---> 4a1dc54c263f [2021-01-12T22:06:53.166Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T22:06:53.446Z] Removing intermediate container 4d2d8c8d3b61 [2021-01-12T22:06:53.446Z] ---> cf39ba19ca30 [2021-01-12T22:06:53.446Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T22:06:53.446Z] Removing intermediate container a874afdfb89f [2021-01-12T22:06:53.446Z] ---> 5134eb625971 [2021-01-12T22:06:53.446Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T22:06:53.446Z] ---> Running in ac83bc3aeee5 [2021-01-12T22:06:53.724Z] ---> Running in 33aeee53beef [2021-01-12T22:06:53.724Z] ---> Running in ac750b109034 [2021-01-12T22:06:53.914Z] Priming static-packages [2021-01-12T22:06:53.999Z] Removing intermediate container ac83bc3aeee5 [2021-01-12T22:06:53.999Z] ---> 36c26f6270a5 [2021-01-12T22:06:53.999Z] Step 21/22 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:06:54.270Z] ---> 9838865b5d11 [2021-01-12T22:06:54.270Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-12T22:06:54.270Z] ---> Running in ed9f783a179d [2021-01-12T22:06:54.270Z] ---> 5fff65b1dcc1 [2021-01-12T22:06:54.270Z] 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-12T22:06:54.542Z] ---> Running in f805a7cabe3f [2021-01-12T22:06:54.542Z] ---> Running in e6b525675002 [2021-01-12T22:06:54.542Z] Removing intermediate container 33aeee53beef [2021-01-12T22:06:54.542Z] ---> 3335dcaaf7da [2021-01-12T22:06:54.542Z] Step 21/22 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9Removing intermediate container ac750b109034 [2021-01-12T22:06:54.542Z] ---> a5ef249cb0c4 [2021-01-12T22:06:54.542Z] Step 20/21 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:06:54.542Z] [2021-01-12T22:06:54.820Z] ---> Running in 68391244e6e8 [2021-01-12T22:06:54.820Z] ---> Running in 3f79076f3f49 [2021-01-12T22:06:55.096Z] Removing intermediate container ed9f783a179d [2021-01-12T22:06:55.096Z] ---> 4d490e85b54c [2021-01-12T22:06:55.096Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:06:55.096Z] Removing intermediate container f805a7cabe3f [2021-01-12T22:06:55.096Z] ---> 8b3490464b37 [2021-01-12T22:06:55.096Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:06:55.371Z] ---> Running in 0730e913da1a [2021-01-12T22:06:55.653Z] ---> Running in 95116e998b08 [2021-01-12T22:06:55.653Z] Removing intermediate container 3f79076f3f49 [2021-01-12T22:06:55.653Z] ---> 4beb7ccb31ee [2021-01-12T22:06:55.653Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T22:06:55.653Z] Removing intermediate container 68391244e6e8 [2021-01-12T22:06:55.653Z] ---> 0b7184876766 [2021-01-12T22:06:55.653Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:06:55.928Z] ---> Running in dba5ca0c9e0b [2021-01-12T22:06:55.928Z] Removing intermediate container 0730e913da1a [2021-01-12T22:06:55.928Z] ---> 98d422659cd6 [2021-01-12T22:06:55.928Z] [2021-01-12T22:06:55.928Z] ---> Running in 80efb6bad746 [2021-01-12T22:06:56.202Z] Removing intermediate container 95116e998b08 [2021-01-12T22:06:56.202Z] ---> bffd3e783248 [2021-01-12T22:06:56.202Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T22:06:56.457Z] Priming go115 [2021-01-12T22:06:56.475Z] ---> Running in 612867d433fc [2021-01-12T22:06:56.475Z] Removing intermediate container dba5ca0c9e0b [2021-01-12T22:06:56.475Z] ---> f196133df86b [2021-01-12T22:06:56.475Z] [2021-01-12T22:06:56.750Z] Successfully built 98d422659cd6 [2021-01-12T22:06:56.750Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T22:06:56.750Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-12T22:06:56.750Z] Removing intermediate container 80efb6bad746 [2021-01-12T22:06:56.750Z] ---> 0b7f83bdd2e7 [2021-01-12T22:06:56.750Z] [2021-01-12T22:06:57.027Z] Priming edgex-go [2021-01-12T22:06:57.028Z] Removing intermediate container 612867d433fc [2021-01-12T22:06:57.028Z] ---> 09a0109f1ee6 [2021-01-12T22:06:57.028Z] Step 22/23 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:06:57.304Z] Successfully built f196133df86b [2021-01-12T22:06:57.304Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T22:06:57.304Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-12T22:06:57.304Z] ---> Running in ec87a4449561 [2021-01-12T22:06:57.580Z] Successfully built 0b7f83bdd2e7 [2021-01-12T22:06:57.580Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T22:06:57.580Z] Building docker-core-data-go [2021-01-12T22:06:57.860Z]  Building docker-support-notifications-go ... done Removing intermediate container e6b525675002 [2021-01-12T22:06:57.860Z] ---> 1f79c55c30f6 [2021-01-12T22:06:57.860Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T22:06:57.860Z] ---> Running in 86b9ce007c7e [2021-01-12T22:06:58.139Z] Removing intermediate container ec87a4449561 [2021-01-12T22:06:58.139Z] ---> 16bea029add0 [2021-01-12T22:06:58.139Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:06:58.411Z] ---> Running in d8a498aa9b4d [2021-01-12T22:06:58.411Z] Removing intermediate container 86b9ce007c7e [2021-01-12T22:06:58.411Z] ---> e221d7ae22a0 [2021-01-12T22:06:58.411Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T22:06:58.478Z] Priming version [2021-01-12T22:06:58.687Z] ---> Running in 683250eebbef [2021-01-12T22:06:58.960Z] Removing intermediate container d8a498aa9b4d [2021-01-12T22:06:58.960Z] ---> 9152d4896cf9 [2021-01-12T22:06:58.960Z] [2021-01-12T22:06:59.247Z] Successfully built 9152d4896cf9 [2021-01-12T22:06:59.247Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T22:06:59.247Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-01-12T22:06:59.247Z] Removing intermediate container 683250eebbef [2021-01-12T22:06:59.247Z] ---> 590c0b7d2211 [2021-01-12T22:06:59.494Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-12T22:06:59.520Z] Step 23/24 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:06:59.520Z] ---> Running in 36a9157292a6 [2021-01-12T22:07:00.118Z] Removing intermediate container 36a9157292a6 [2021-01-12T22:07:00.118Z] ---> 6816f31c71c8 [2021-01-12T22:07:00.118Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T22:07:00.118Z] ---> Running in fbad62512d4d [2021-01-12T22:07:00.712Z] Removing intermediate container fbad62512d4d [2021-01-12T22:07:00.712Z] ---> 8d5368705cba [2021-01-12T22:07:00.712Z] [2021-01-12T22:07:01.309Z] Successfully built 8d5368705cba [2021-01-12T22:07:01.309Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T22:07:57.838Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:07:57.838Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:07:57.838Z] ---> 87d73bc6545a [2021-01-12T22:07:57.838Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:07:57.838Z] ---> Using cache [2021-01-12T22:07:57.838Z] ---> 8fdc09808339 [2021-01-12T22:07:57.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:07:57.838Z] ---> Using cache [2021-01-12T22:07:57.838Z] ---> a94f123782cd [2021-01-12T22:07:57.838Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T22:07:57.839Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:07:57.839Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:07:57.839Z] ---> 87d73bc6545a [2021-01-12T22:07:57.839Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 8fdc09808339 [2021-01-12T22:07:57.839Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> a94f123782cd [2021-01-12T22:07:57.839Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T22:07:57.839Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:07:57.839Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:07:57.839Z] ---> 87d73bc6545a [2021-01-12T22:07:57.839Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 8fdc09808339 [2021-01-12T22:07:57.839Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> a94f123782cd [2021-01-12T22:07:57.839Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 5afcf2345319 [2021-01-12T22:07:57.839Z] Step 6/23 : COPY go.mod . [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 826378f196be [2021-01-12T22:07:57.839Z] Step 7/23 : RUN go mod download [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 29379a5257dc [2021-01-12T22:07:57.839Z] Step 8/23 : COPY . . [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> b8a5e7f1180a [2021-01-12T22:07:57.839Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-12T22:07:57.839Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:07:57.839Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:07:57.839Z] ---> 87d73bc6545a [2021-01-12T22:07:57.839Z] Step 3/33 : WORKDIR /edgex-go [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 8fdc09808339 [2021-01-12T22:07:57.839Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> a94f123782cd [2021-01-12T22:07:57.839Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 5afcf2345319 [2021-01-12T22:07:57.839Z] Step 6/33 : COPY go.mod . [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 826378f196be [2021-01-12T22:07:57.839Z] Step 7/33 : RUN go mod download [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> 29379a5257dc [2021-01-12T22:07:57.839Z] Step 8/33 : COPY . . [2021-01-12T22:07:57.839Z] ---> Using cache [2021-01-12T22:07:57.839Z] ---> b8a5e7f1180a [2021-01-12T22:07:57.839Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T22:07:57.839Z] ---> Running in 9bb91416c121 [2021-01-12T22:07:57.839Z] ---> Running in 509f419a1697 [2021-01-12T22:07:57.839Z] ---> Running in 17c5b2395021 [2021-01-12T22:07:57.839Z] ---> Running in e09b50b16346 [2021-01-12T22:07:58.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:07:58.394Z] 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-12T22:07:58.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-12T22:07:58.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:07:58.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:07:59.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:08:00.233Z] OK: 217 MiB in 51 packages [2021-01-12T22:08:00.832Z] OK: 217 MiB in 51 packages [2021-01-12T22:08:02.284Z] Removing intermediate container 9bb91416c121 [2021-01-12T22:08:02.284Z] ---> 9e4b208ab343 [2021-01-12T22:08:02.284Z] Step 6/26 : COPY go.mod . [2021-01-12T22:08:02.883Z] Removing intermediate container 509f419a1697 [2021-01-12T22:08:02.883Z] ---> 057ede458b2c [2021-01-12T22:08:02.883Z] Step 6/23 : COPY go.mod . [2021-01-12T22:08:03.487Z] ---> 45cb6e1828a5 [2021-01-12T22:08:03.487Z] Step 7/26 : RUN go mod download [2021-01-12T22:08:03.765Z] ---> Running in 54c5e3e5f31d [2021-01-12T22:08:04.040Z] ---> 21c4878c3ab2 [2021-01-12T22:08:04.040Z] Step 7/23 : RUN go mod download [2021-01-12T22:08:04.315Z] ---> Running in 41bfd0f220e6 [2021-01-12T22:08:08.642Z] Removing intermediate container 54c5e3e5f31d [2021-01-12T22:08:08.642Z] ---> 5f1a6a3bc53f [2021-01-12T22:08:08.642Z] Step 8/26 : COPY . . [2021-01-12T22:08:09.249Z] Removing intermediate container 41bfd0f220e6 [2021-01-12T22:08:09.249Z] ---> 65ee04a3e339 [2021-01-12T22:08:09.249Z] Step 8/23 : COPY . . [2021-01-12T22:08:41.632Z] ---> c09294b2602c [2021-01-12T22:08:41.633Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T22:08:41.633Z] ---> ce0eba7cf675 [2021-01-12T22:08:41.633Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T22:08:41.633Z] ---> Running in 03342fbfc61e [2021-01-12T22:08:41.633Z] ---> Running in d298f5473e20 [2021-01-12T22:08:42.230Z] 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-12T22:08:42.502Z] 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-12T22:08:45.900Z] 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-12T22:08:58.317Z] Removing intermediate container e09b50b16346 [2021-01-12T22:08:58.317Z] ---> ac1b657921e4 [2021-01-12T22:08:58.317Z] [2021-01-12T22:08:58.317Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:08:58.317Z] ---> afeebe901d6b [2021-01-12T22:08:58.317Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:08:58.317Z] ---> Using cache [2021-01-12T22:08:58.317Z] ---> 53d1755ee066 [2021-01-12T22:08:58.317Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:08:58.317Z] ---> Using cache [2021-01-12T22:08:58.317Z] ---> feae9d32fde6 [2021-01-12T22:08:58.317Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-12T22:08:58.317Z] ---> Running in e6d360e8bb78 [2021-01-12T22:08:58.317Z] Removing intermediate container e6d360e8bb78 [2021-01-12T22:08:58.317Z] ---> 9590531fef9a [2021-01-12T22:08:58.317Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:08:58.317Z] ---> Running in 4e5f28fe4234 [2021-01-12T22:08:58.594Z] Removing intermediate container 4e5f28fe4234 [2021-01-12T22:08:58.594Z] ---> 600f154f81ad [2021-01-12T22:08:58.594Z] Step 15/23 : WORKDIR / [2021-01-12T22:08:58.874Z] ---> Running in 5522499eb63d [2021-01-12T22:08:59.673Z] Removing intermediate container 5522499eb63d [2021-01-12T22:08:59.673Z] ---> f1c97f340256 [2021-01-12T22:08:59.673Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:09:00.758Z] ---> 8f47e91fce27 [2021-01-12T22:09:00.758Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T22:09:02.870Z] ---> 8fac82cbc058 [2021-01-12T22:09:02.870Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T22:09:03.856Z] ---> e77383fa9a5d [2021-01-12T22:09:03.856Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-12T22:09:04.134Z] ---> Running in f605304cc696 [2021-01-12T22:09:05.134Z] Removing intermediate container f605304cc696 [2021-01-12T22:09:05.134Z] ---> 57c72f7609de [2021-01-12T22:09:05.134Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:09:05.134Z] ---> Running in d647abcbb4a1 [2021-01-12T22:09:06.576Z] Removing intermediate container d647abcbb4a1 [2021-01-12T22:09:06.576Z] ---> a3aca0f79665 [2021-01-12T22:09:06.576Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T22:09:06.853Z] ---> Running in 241a5fac1b90 [2021-01-12T22:09:08.300Z] Removing intermediate container 241a5fac1b90 [2021-01-12T22:09:08.300Z] ---> d32f6049f22f [2021-01-12T22:09:08.300Z] Step 22/23 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:09:08.577Z] ---> Running in 58f2557d0eb7 [2021-01-12T22:09:09.177Z] Removing intermediate container 17c5b2395021 [2021-01-12T22:09:09.177Z] ---> 2056e0ad8432 [2021-01-12T22:09:09.177Z] [2021-01-12T22:09:09.177Z] Step 10/33 : FROM alpine:3.12 [2021-01-12T22:09:09.177Z] ---> afeebe901d6b [2021-01-12T22:09:09.177Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-12T22:09:09.453Z] ---> Running in a4f0dee54682 [2021-01-12T22:09:09.453Z] Removing intermediate container 58f2557d0eb7 [2021-01-12T22:09:09.453Z] ---> 0c1b700432a2 [2021-01-12T22:09:09.453Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:09:09.731Z] ---> Running in e29e0e406c94 [2021-01-12T22:09:10.728Z] Removing intermediate container e29e0e406c94 [2021-01-12T22:09:10.728Z] ---> c8aa54fbec8b [2021-01-12T22:09:10.728Z] [2021-01-12T22:09:11.328Z] Successfully built c8aa54fbec8b [2021-01-12T22:09:11.328Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T22:09:11.608Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:09:11.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:09:12.489Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-12T22:09:12.489Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-12T22:09:12.489Z] (3/3) Installing su-exec (0.2-r1) [2021-01-12T22:09:12.489Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:09:12.489Z] OK: 6 MiB in 17 packages [2021-01-12T22:09:14.480Z] Removing intermediate container a4f0dee54682 [2021-01-12T22:09:14.480Z] ---> e2cff248d209 [2021-01-12T22:09:14.480Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-12T22:09:14.480Z] ---> Running in b5bce197bca8 [2021-01-12T22:09:15.490Z] Removing intermediate container b5bce197bca8 [2021-01-12T22:09:15.490Z] ---> 3ad5e4a177fa [2021-01-12T22:09:15.490Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-12T22:09:15.490Z] ---> Running in f3ce15f3c7c3 [2021-01-12T22:09:16.087Z] Removing intermediate container f3ce15f3c7c3 [2021-01-12T22:09:16.087Z] ---> 166ba1386c19 [2021-01-12T22:09:16.088Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-12T22:09:16.362Z] ---> Running in 317e29bbfeca [2021-01-12T22:09:18.337Z] Connecting to github.com (140.82.114.3:443) [2021-01-12T22:09:18.337Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.89.75:443) [2021-01-12T22:09:18.613Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-12T22:09:18.613Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-12T22:09:18.613Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-12T22:09:18.613Z] dockerize [2021-01-12T22:09:21.243Z] Removing intermediate container 317e29bbfeca [2021-01-12T22:09:21.244Z] ---> affe57fae5e5 [2021-01-12T22:09:21.244Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-12T22:09:21.244Z] ---> Running in 86f3595d312c [2021-01-12T22:09:21.522Z] Removing intermediate container 86f3595d312c [2021-01-12T22:09:21.522Z] ---> 828bccfccd4a [2021-01-12T22:09:21.522Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-12T22:09:21.804Z] ---> Running in 78cfcc5c09cc [2021-01-12T22:09:22.417Z] Removing intermediate container 78cfcc5c09cc [2021-01-12T22:09:22.417Z] ---> aff9051f8500 [2021-01-12T22:09:22.417Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-12T22:09:22.417Z] ---> Running in bf259864ca2d [2021-01-12T22:09:24.400Z] Move dockerize executable [2021-01-12T22:09:26.365Z] Removing intermediate container bf259864ca2d [2021-01-12T22:09:26.365Z] ---> 88f21eaf96c9 [2021-01-12T22:09:26.365Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-12T22:09:26.638Z] ---> Running in ef878c1034d1 [2021-01-12T22:09:27.232Z] Removing intermediate container ef878c1034d1 [2021-01-12T22:09:27.232Z] ---> 65a5f4193774 [2021-01-12T22:09:27.232Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-12T22:09:28.211Z] ---> 21a90d28f9cb [2021-01-12T22:09:28.211Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-12T22:09:28.483Z] ---> Running in ad162638f2b0 [2021-01-12T22:09:32.805Z] Removing intermediate container ad162638f2b0 [2021-01-12T22:09:32.805Z] ---> fc859d883d2c [2021-01-12T22:09:32.805Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:09:33.403Z] ---> 72e6e671968e [2021-01-12T22:09:33.403Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-12T22:09:36.054Z] ---> 0929e8f29b70 [2021-01-12T22:09:36.054Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-12T22:09:36.652Z] ---> 1848f2dd7990 [2021-01-12T22:09:36.652Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-12T22:09:38.632Z] ---> 7be1b700ba76 [2021-01-12T22:09:38.632Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-12T22:09:39.616Z] ---> e36a417317f7 [2021-01-12T22:09:39.616Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-12T22:09:40.215Z] ---> Running in 8af5edcbdfa0 [2021-01-12T22:09:40.814Z] Removing intermediate container 8af5edcbdfa0 [2021-01-12T22:09:40.814Z] ---> 256936648638 [2021-01-12T22:09:40.815Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-12T22:09:42.262Z] ---> adec402725f0 [2021-01-12T22:09:42.263Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-12T22:09:42.879Z] ---> Running in bd5610046bea [2021-01-12T22:09:46.276Z] Removing intermediate container 03342fbfc61e [2021-01-12T22:09:46.276Z] ---> d54efbed803b [2021-01-12T22:09:46.276Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T22:09:46.276Z] ---> Running in 8ae681bb7565 [2021-01-12T22:09:46.559Z] Removing intermediate container bd5610046bea [2021-01-12T22:09:46.559Z] ---> 731217ad1fb9 [2021-01-12T22:09:46.559Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T22:09:47.162Z] ---> Running in 57291e2cc36e [2021-01-12T22:09:47.764Z] Removing intermediate container 57291e2cc36e [2021-01-12T22:09:47.764Z] ---> 27fb257baed8 [2021-01-12T22:09:47.764Z] Step 30/33 : CMD ["install"] [2021-01-12T22:09:47.764Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-12T22:09:48.371Z] ---> Running in 3e1afb9fce66 [2021-01-12T22:09:48.968Z] Removing intermediate container 3e1afb9fce66 [2021-01-12T22:09:48.968Z] ---> ce81a5f1d484 [2021-01-12T22:09:48.969Z] Step 31/33 : LABEL arch=arm64 [2021-01-12T22:09:49.963Z] ---> Running in fc44338bc695 [2021-01-12T22:09:50.965Z] Removing intermediate container fc44338bc695 [2021-01-12T22:09:50.965Z] ---> fc88e3888dfa [2021-01-12T22:09:50.965Z] Step 32/33 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:09:51.568Z] ---> Running in 7107ceaccfbf [2021-01-12T22:09:51.568Z] Removing intermediate container 8ae681bb7565 [2021-01-12T22:09:51.568Z] ---> cdad880383fa [2021-01-12T22:09:51.568Z] [2021-01-12T22:09:51.568Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T22:09:51.848Z] 20.10.0: Pulling from library/docker [2021-01-12T22:09:52.443Z] Removing intermediate container 7107ceaccfbf [2021-01-12T22:09:52.443Z] ---> ec3a95777f73 [2021-01-12T22:09:52.443Z] Step 33/33 : LABEL version=0.0.0 [2021-01-12T22:09:53.428Z] ---> Running in 913bd4b747f1 [2021-01-12T22:09:54.409Z] Removing intermediate container 913bd4b747f1 [2021-01-12T22:09:54.409Z] ---> 80e0701dffa4 [2021-01-12T22:09:54.409Z] [2021-01-12T22:09:54.683Z] Successfully built 80e0701dffa4 [2021-01-12T22:09:54.683Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-12T22:10:00.066Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d298f5473e20 [2021-01-12T22:10:00.066Z] ---> 9be7f3e2499d [2021-01-12T22:10:00.066Z] [2021-01-12T22:10:00.066Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:10:00.066Z] ---> afeebe901d6b [2021-01-12T22:10:00.066Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:10:00.066Z] ---> Running in 7e238ba31982 [2021-01-12T22:10:00.336Z] Removing intermediate container 7e238ba31982 [2021-01-12T22:10:00.336Z] ---> 493bfd13c671 [2021-01-12T22:10:00.336Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T22:10:02.294Z] ---> Running in a6598f61294c [2021-01-12T22:10:02.294Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T22:10:02.294Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T22:10:02.294Z] ---> eeaf43b92773 [2021-01-12T22:10:02.294Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T22:10:02.565Z] Removing intermediate container a6598f61294c [2021-01-12T22:10:02.565Z] ---> 4fbe975cd001 [2021-01-12T22:10:02.565Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T22:10:02.565Z] ---> Running in 7e72896402a8 [2021-01-12T22:10:02.875Z] ---> Running in 64b1d4437c16 [2021-01-12T22:10:03.508Z] Removing intermediate container 64b1d4437c16 [2021-01-12T22:10:03.508Z] ---> 17312a71be34 [2021-01-12T22:10:03.508Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:10:03.508Z] ---> Running in fc7b7f5b546c [2021-01-12T22:10:04.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:04.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:05.035Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T22:10:05.035Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T22:10:05.035Z] Executing bash-5.0.17-r0.post-install [2021-01-12T22:10:05.035Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:10:05.035Z] OK: 12 MiB in 22 packages [2021-01-12T22:10:06.019Z] Removing intermediate container fc7b7f5b546c [2021-01-12T22:10:06.019Z] ---> 8fa773e68a54 [2021-01-12T22:10:06.019Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-12T22:10:06.019Z] ---> Running in 7585ba91888c [2021-01-12T22:10:06.295Z] Removing intermediate container 7e72896402a8 [2021-01-12T22:10:06.295Z] ---> c73472bb0642 [2021-01-12T22:10:06.295Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T22:10:06.569Z] ---> Running in ee3ddba4794f [2021-01-12T22:10:07.167Z] Removing intermediate container ee3ddba4794f [2021-01-12T22:10:07.167Z] ---> e199da2ef49b [2021-01-12T22:10:07.167Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T22:10:07.167Z] ---> Running in 820a99a8d6c4 [2021-01-12T22:10:07.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:07.712Z] Removing intermediate container 820a99a8d6c4 [2021-01-12T22:10:07.712Z] ---> 9221db3d5cea [2021-01-12T22:10:07.712Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T22:10:07.712Z] ---> Running in f902c0f2e7ec [2021-01-12T22:10:08.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:08.308Z] Removing intermediate container f902c0f2e7ec [2021-01-12T22:10:08.308Z] ---> a6d4a8bb3a86 [2021-01-12T22:10:08.308Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T22:10:09.283Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-12T22:10:09.283Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-12T22:10:09.283Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-12T22:10:09.283Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-12T22:10:09.554Z] ---> 8dc4cc70325a [2021-01-12T22:10:09.554Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T22:10:09.826Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-12T22:10:09.826Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-12T22:10:10.098Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:10:10.098Z] OK: 8 MiB in 20 packages [2021-01-12T22:10:10.374Z] ---> fe9e561c53a4 [2021-01-12T22:10:10.374Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T22:10:11.362Z] ---> 854ca37c2307 [2021-01-12T22:10:11.362Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T22:10:11.362Z] ---> Running in ac2ac056218f [2021-01-12T22:10:11.362Z] Removing intermediate container 7585ba91888c [2021-01-12T22:10:11.362Z] ---> a0c1456e8783 [2021-01-12T22:10:11.362Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:10:12.352Z] ---> 364b3b110ae6 [2021-01-12T22:10:12.352Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T22:10:12.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:12.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:13.494Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T22:10:13.494Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T22:10:13.494Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T22:10:13.494Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T22:10:13.494Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T22:10:13.494Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T22:10:13.494Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T22:10:13.768Z] ---> c9ae24f1bd0d [2021-01-12T22:10:13.768Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T22:10:15.208Z] ---> b4ebf39eea42 [2021-01-12T22:10:15.208Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T22:10:15.208Z] ---> Running in 4fab670d47ad [2021-01-12T22:10:15.487Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T22:10:15.487Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T22:10:15.487Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T22:10:15.487Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T22:10:15.487Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T22:10:15.487Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T22:10:15.487Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T22:10:15.760Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T22:10:15.760Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T22:10:15.760Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T22:10:15.760Z] Removing intermediate container 4fab670d47ad [2021-01-12T22:10:15.760Z] ---> 2b5b870a0806 [2021-01-12T22:10:15.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:10:15.760Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T22:10:15.760Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T22:10:15.760Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T22:10:15.760Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T22:10:15.760Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T22:10:16.032Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T22:10:16.032Z] ---> Running in 203527a62b53 [2021-01-12T22:10:16.032Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T22:10:16.032Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T22:10:16.032Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T22:10:16.032Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T22:10:16.032Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T22:10:16.032Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T22:10:16.032Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T22:10:16.032Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T22:10:16.032Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T22:10:16.306Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T22:10:16.306Z] Removing intermediate container 203527a62b53 [2021-01-12T22:10:16.306Z] ---> 48dfab433aeb [2021-01-12T22:10:16.306Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T22:10:16.306Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:10:16.581Z] OK: 71 MiB in 55 packages [2021-01-12T22:10:16.581Z] ---> Running in 93b4c18a7267 [2021-01-12T22:10:17.191Z] Removing intermediate container 93b4c18a7267 [2021-01-12T22:10:17.191Z] ---> 155b8e17ba58 [2021-01-12T22:10:17.191Z] Step 22/23 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:10:17.476Z] ---> Running in 1ae4295dbb3d [2021-01-12T22:10:18.077Z] Removing intermediate container 1ae4295dbb3d [2021-01-12T22:10:18.077Z] ---> 05023b12fa13 [2021-01-12T22:10:18.077Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:10:18.077Z] ---> Running in 563be71dbe0c [2021-01-12T22:10:18.675Z] Removing intermediate container 563be71dbe0c [2021-01-12T22:10:18.675Z] ---> 6dbc0f2ccfd7 [2021-01-12T22:10:18.675Z] [2021-01-12T22:10:19.279Z] Successfully built 6dbc0f2ccfd7 [2021-01-12T22:10:19.279Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T22:10:22.690Z]  Building docker-core-data-go ... done Removing intermediate container ac2ac056218f [2021-01-12T22:10:22.690Z] ---> 23421098cd71 [2021-01-12T22:10:22.690Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T22:10:22.690Z] ---> Running in 9f8f78554bd3 [2021-01-12T22:10:26.967Z] Collecting docker-compose==1.23.2 [2021-01-12T22:10:27.242Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T22:10:27.833Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T22:10:27.833Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T22:10:29.789Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T22:10:29.789Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T22:10:30.379Z] Collecting PyYAML<4,>=3.10 [2021-01-12T22:10:30.379Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T22:10:33.751Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T22:10:33.751Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T22:10:35.178Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T22:10:35.178Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T22:10:37.778Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T22:10:37.778Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T22:10:38.052Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T22:10:38.325Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T22:10:38.596Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T22:10:38.596Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T22:10:39.189Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T22:10:39.189Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T22:10:39.458Z] 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-12T22:10:40.048Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T22:10:40.048Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T22:10:40.318Z] Collecting idna<2.8,>=2.5 [2021-01-12T22:10:40.591Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T22:10:40.591Z] 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-12T22:10:40.591Z] 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-12T22:10:40.591Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T22:10:40.862Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T22:10:40.862Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T22:10:40.862Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T22:10:40.862Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T22:10:40.862Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T22:10:41.833Z] Installing collected packages: dockerpty, jsonschema, PyYAML, texttable, docopt, urllib3, idna, requests, websocket-client, cached-property, docker-pycreds, docker, docker-compose [2021-01-12T22:10:41.833Z] Running setup.py install for dockerpty: started [2021-01-12T22:10:43.257Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T22:10:43.848Z] Running setup.py install for PyYAML: started [2021-01-12T22:10:45.806Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T22:10:45.806Z] Running setup.py install for texttable: started [2021-01-12T22:10:47.771Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T22:10:47.771Z] Running setup.py install for docopt: started [2021-01-12T22:10:49.193Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T22:10:49.193Z] Attempting uninstall: urllib3 [2021-01-12T22:10:49.193Z] Found existing installation: urllib3 1.25.9 [2021-01-12T22:10:49.193Z] Uninstalling urllib3-1.25.9: [2021-01-12T22:10:49.464Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T22:10:50.055Z] Attempting uninstall: idna [2021-01-12T22:10:50.055Z] Found existing installation: idna 2.9 [2021-01-12T22:10:50.055Z] Uninstalling idna-2.9: [2021-01-12T22:10:50.055Z] Successfully uninstalled idna-2.9 [2021-01-12T22:10:50.646Z] Attempting uninstall: requests [2021-01-12T22:10:50.646Z] Found existing installation: requests 2.23.0 [2021-01-12T22:10:50.646Z] Uninstalling requests-2.23.0: [2021-01-12T22:10:50.916Z] Successfully uninstalled requests-2.23.0 [2021-01-12T22:10:52.872Z] 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-12T22:10:57.154Z] Removing intermediate container 9f8f78554bd3 [2021-01-12T22:10:57.154Z] ---> 70c013f056bc [2021-01-12T22:10:57.154Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T22:10:57.154Z] ---> Running in 6669c2eb83e4 [2021-01-12T22:10:57.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:58.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:10:58.604Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:10:58.604Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T22:10:58.604Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T22:10:58.604Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:10:58.604Z] OK: 71 MiB in 58 packages [2021-01-12T22:11:00.030Z] Removing intermediate container 6669c2eb83e4 [2021-01-12T22:11:00.030Z] ---> c2aaa2c90ee2 [2021-01-12T22:11:00.030Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T22:11:00.030Z] ---> Running in 09186e7f616b [2021-01-12T22:11:00.301Z] Removing intermediate container 09186e7f616b [2021-01-12T22:11:00.301Z] ---> 3f52b148ed44 [2021-01-12T22:11:00.301Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:11:00.584Z] ---> Running in a0b01791547c [2021-01-12T22:11:00.857Z] Removing intermediate container a0b01791547c [2021-01-12T22:11:00.857Z] ---> f786fdedf582 [2021-01-12T22:11:00.857Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T22:11:01.129Z] ---> Running in 4df5fb29d0c1 [2021-01-12T22:11:01.737Z] Removing intermediate container 4df5fb29d0c1 [2021-01-12T22:11:01.737Z] ---> c385fbfbc66a [2021-01-12T22:11:01.737Z] Step 25/26 : LABEL git_sha=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [2021-01-12T22:11:01.737Z] ---> Running in 930bf8cc7241 [2021-01-12T22:11:02.336Z] Removing intermediate container 930bf8cc7241 [2021-01-12T22:11:02.336Z] ---> bcf150cf7f9c [2021-01-12T22:11:02.336Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T22:11:02.336Z] ---> Running in 2be6ffe9d919 [2021-01-12T22:11:02.938Z] Removing intermediate container 2be6ffe9d919 [2021-01-12T22:11:02.938Z] ---> 58ab74254226 [2021-01-12T22:11:02.938Z] [2021-01-12T22:11:03.235Z] Successfully built 58ab74254226 [2021-01-12T22:11:03.235Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T22:11:03.528Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T22:11:03.526Z] $ docker stop --time=1 f8c82c5d83ac224fa65a7493dd66cdaa2bfd274b80fba941cfb7fdd70305f54a [2021-01-12T22:11:05.459Z] $ docker rm -f f8c82c5d83ac224fa65a7493dd66cdaa2bfd274b80fba941cfb7fdd70305f54a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:11:06.216Z] + docker images [2021-01-12T22:11:06.216Z] + grep docker [2021-01-12T22:11:06.496Z] docker-sys-mgmt-agent-go-arm64 latest 58ab74254226 4 seconds ago 300MB [2021-01-12T22:11:06.496Z] docker-core-data-go-arm64 latest 6dbc0f2ccfd7 48 seconds ago 21MB [2021-01-12T22:11:06.496Z] docker-security-bootstrapper-go-arm64 latest 80e0701dffa4 About a minute ago 40.3MB [2021-01-12T22:11:06.496Z] docker-core-command-go-arm64 latest c8aa54fbec8b About a minute ago 15.4MB [2021-01-12T22:11:06.496Z] docker-security-secretstore-setup-go-arm64 latest 8d5368705cba 4 minutes ago 23.4MB [2021-01-12T22:11:06.496Z] docker-core-metadata-go-arm64 latest 9152d4896cf9 4 minutes ago 17.7MB [2021-01-12T22:11:06.496Z] docker-support-notifications-go-arm64 latest 0b7f83bdd2e7 4 minutes ago 15.9MB [2021-01-12T22:11:06.496Z] docker-security-proxy-setup-go-arm64 latest f196133df86b 4 minutes ago 23.3MB [2021-01-12T22:11:06.496Z] docker-support-scheduler-go-arm64 latest 98d422659cd6 4 minutes ago 15.5MB [2021-01-12T22:11:06.496Z] docker 20.10.0 eeaf43b92773 4 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-12T22:11:08.638Z] provisioning config files... [2021-01-12T22:11:08.655Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config9169511594954654879tmp [Pipeline] { [Pipeline] sh [2021-01-12T22:11:09.041Z] + set +x [2021-01-12T22:11:09.041Z] + curl -s https://codecov.io/bash [2021-01-12T22:11:09.041Z] + bash -s -- [2021-01-12T22:11:09.630Z] [2021-01-12T22:11:09.630Z] _____ _ [2021-01-12T22:11:09.630Z] / ____| | | [2021-01-12T22:11:09.630Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T22:11:09.630Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T22:11:09.630Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T22:11:09.630Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T22:11:09.630Z] Bash-20201231-23d4836 [2021-01-12T22:11:09.630Z] [2021-01-12T22:11:09.630Z] [2021-01-12T22:11:09.630Z] ==> git version 2.24.3 found [2021-01-12T22:11:09.630Z] ==> 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-12T22:11:09.630Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T22:11:09.630Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T22:11:09.630Z] ==> Jenkins CI detected. [2021-01-12T22:11:09.630Z] project root: . [2021-01-12T22:11:09.630Z] --> token set from env [2021-01-12T22:11:09.630Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T22:11:09.630Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T22:11:09.630Z] ==> Python coveragepy not found [2021-01-12T22:11:09.631Z] ==> Searching for coverage reports in: [2021-01-12T22:11:09.631Z] + . [2021-01-12T22:11:09.631Z] -> Found 1 reports [2021-01-12T22:11:09.631Z] ==> Detecting git/mercurial file structure [2021-01-12T22:11:09.631Z] ==> Reading reports [2021-01-12T22:11:09.631Z] + ./coverage.out bytes=558011 [2021-01-12T22:11:09.631Z] ==> Appending adjustments [2021-01-12T22:11:09.631Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T22:11:12.961Z] + Found adjustments [2021-01-12T22:11:12.961Z] ==> Gzipping contents [2021-01-12T22:11:12.961Z] 84K /tmp/codecov.puQYtD.gz [2021-01-12T22:11:12.961Z] ==> Uploading reports [2021-01-12T22:11:12.961Z] url: https://codecov.io [2021-01-12T22:11:12.961Z] query: branch=PR-2970&commit=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-12T22:11:12.961Z] -> Pinging Codecov [2021-01-12T22:11:12.961Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-12T22:11:13.541Z] -> Uploading to [2021-01-12T22:11:13.541Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9/6a52c322-d1a5-472f-b6dd-dfa6e3a8cce6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T221113Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ec8396174972fe0be0a6376c5111a287c2c98797b74d938c97676edc61ee980b [2021-01-12T22:11:13.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T22:11:13.541Z] Dload Upload Total Spent Left Speed [2021-01-12T22:11:13.803Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84794 0 0 100 84794 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-01-12T22:11:13.803Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 [Pipeline] } [2021-01-12T22:11:13.815Z] 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-12T22:11:17.309Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:11:18.192Z] ---> package-listing.sh [2021-01-12T22:11:18.192Z] ++ facter osfamily [2021-01-12T22:11:18.192Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T22:11:18.192Z] + OS_FAMILY=redhat [2021-01-12T22:11:18.192Z] + workspace=/w/workspace/edgex-go/20 [2021-01-12T22:11:18.192Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T22:11:18.192Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T22:11:18.192Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T22:11:18.192Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T22:11:18.192Z] + '[' /w/workspace/edgex-go/20 ']' [2021-01-12T22:11:18.192Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T22:11:18.192Z] + case "${OS_FAMILY}" in [2021-01-12T22:11:18.192Z] + rpm -qa [2021-01-12T22:11:18.192Z] + sort [2021-01-12T22:11:23.498Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T22:11:23.498Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T22:11:23.498Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T22:11:23.498Z] + '[' /w/workspace/edgex-go/20 ']' [2021-01-12T22:11:23.498Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-01-12T22:11:23.498Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-01-12T22:11:23.511Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T22:11:23.798Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:11:24.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:11:24.101Z] [2021-01-12T22:11:24.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:11:24.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:11:24.458Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T22:11:24.458Z] df20fa9351a1: Pulling fs layer [2021-01-12T22:11:24.458Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T22:11:24.458Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T22:11:24.458Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T22:11:24.458Z] 93b61091891f: Pulling fs layer [2021-01-12T22:11:24.458Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T22:11:24.458Z] 5e14af77c1be: Pulling fs layer [2021-01-12T22:11:24.458Z] 01666e4c0597: Pulling fs layer [2021-01-12T22:11:24.458Z] aa168da1d23b: Pulling fs layer [2021-01-12T22:11:24.458Z] 93b61091891f: Waiting [2021-01-12T22:11:24.458Z] 46f8f816bc3b: Waiting [2021-01-12T22:11:24.458Z] 5e14af77c1be: Waiting [2021-01-12T22:11:24.458Z] 01666e4c0597: Waiting [2021-01-12T22:11:24.458Z] 93b9cdb0e59b: Waiting [2021-01-12T22:11:24.458Z] aa168da1d23b: Waiting [2021-01-12T22:11:24.458Z] 36b3adc4ff6f: Download complete [2021-01-12T22:11:24.458Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T22:11:24.458Z] 46f8f816bc3b: Download complete [2021-01-12T22:11:24.718Z] df20fa9351a1: Download complete [2021-01-12T22:11:24.718Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T22:11:24.718Z] 93b9cdb0e59b: Download complete [2021-01-12T22:11:24.718Z] 93b61091891f: Download complete [2021-01-12T22:11:24.718Z] 5e14af77c1be: Download complete [2021-01-12T22:11:24.718Z] 01666e4c0597: Verifying Checksum [2021-01-12T22:11:24.718Z] 01666e4c0597: Download complete [2021-01-12T22:11:24.979Z] df20fa9351a1: Pull complete [2021-01-12T22:11:25.240Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T22:11:25.240Z] 8ad3a11d3b57: Download complete [2021-01-12T22:11:25.819Z] 36b3adc4ff6f: Pull complete [2021-01-12T22:11:27.223Z] aa168da1d23b: Verifying Checksum [2021-01-12T22:11:27.223Z] aa168da1d23b: Download complete [2021-01-12T22:11:27.223Z] 8ad3a11d3b57: Pull complete [2021-01-12T22:11:27.798Z] 46f8f816bc3b: Pull complete [2021-01-12T22:11:28.756Z] 93b61091891f: Pull complete [2021-01-12T22:11:29.018Z] 93b9cdb0e59b: Pull complete [2021-01-12T22:11:29.280Z] 5e14af77c1be: Pull complete [2021-01-12T22:11:29.280Z] 01666e4c0597: Pull complete [2021-01-12T22:11:39.350Z] aa168da1d23b: Pull complete [2021-01-12T22:11:39.350Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T22:11:39.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:11:39.350Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T22:11:39.553Z] prd-centos7-docker-4c-2g-19824 does not seem to be running inside a container [2021-01-12T22:11:39.604Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T22:11:44.886Z] $ docker top 5ec9d1b099419809dfbcf0cd7f3e82071bf371c8769f62bf2e1b78cf3da31857 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:11:45.579Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T22:11:45.976Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T22:11:46.279Z] + ls /var/log/sa-host [2021-01-12T22:11:46.279Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T22:11:46.279Z] file_magic: OK [2021-01-12T22:11:46.279Z] HZ: Using current value: 100 [2021-01-12T22:11:46.279Z] file_header: OK [2021-01-12T22:11:46.279Z] 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-12T22:11:46.279Z] Statistics: [2021-01-12T22:11:46.279Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T22:11:46.279Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T22:11:46.279Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T22:11:46.279Z] file_magic: OK [2021-01-12T22:11:46.279Z] HZ: Using current value: 100 [2021-01-12T22:11:46.279Z] file_header: OK [2021-01-12T22:11:46.279Z] 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-12T22:11:46.279Z] Statistics: [2021-01-12T22:11:46.279Z] Hnuu...uuuununununu... [2021-01-12T22:11:46.279Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T22:11:46.903Z] provisioning config files... [2021-01-12T22:11:46.918Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config6812925077171887652tmp [Pipeline] { [Pipeline] echo [2021-01-12T22:11:46.997Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:11:47.297Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T22:11:47.306Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T22:11:47.436Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:11:47.740Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T22:11:47.750Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:11:48.044Z] ---> sudo-logs.sh [2021-01-12T22:11:48.044Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T22:11:48.055Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:11:48.354Z] ---> job-cost.sh [2021-01-12T22:11:48.354Z] lf-activate-venv: SKIPPING [2021-01-12T22:11:48.354Z] INFO: No Stack... [2021-01-12T22:11:49.301Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T22:11:49.565Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T22:11:49.578Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:11:49.871Z] ---> logs-deploy.sh [2021-01-12T22:11:49.871Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/20 [2021-01-12T22:11:49.871Z] INFO: archiving workspace using pattern(s): [2021-01-12T22:11:51.261Z] Archives upload complete. [2021-01-12T22:11:51.522Z] INFO: archiving logs to Nexus